  @charset "UTF-8";

/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
    --bs-blue: #007DB8;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #F82222;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2C4185;
    --bs-blue: #007DB8;
    --bs-navy: #004377;
    --bs-gold: #FAD239;
    --bs-green-rich: #03884A;
    --bs-green-bright: #6BBE51;
    --bs-navy-dark: #002542;
    --bs-grey-mid: #3D4C57;
    --bs-grey-mid-lighter: #657582;
    --bs-grey-light: #EBF0F2;
    --bs-grey-lighter: #F2F2F2;
    --bs-red: #F82222;
    --bs-primary-rgb: 44, 65, 133;
    --bs-blue-rgb: 0, 125, 184;
    --bs-navy-rgb: 0, 67, 119;
    --bs-gold-rgb: 250, 210, 57;
    --bs-green-rich-rgb: 3, 136, 74;
    --bs-green-bright-rgb: 107, 190, 81;
    --bs-navy-dark-rgb: 0, 37, 66;
    --bs-grey-mid-rgb: 61, 76, 87;
    --bs-grey-mid-lighter-rgb: 101, 117, 130;
    --bs-grey-light-rgb: 235, 240, 242;
    --bs-grey-lighter-rgb: 242, 242, 242;
    --bs-red-rgb: 248, 34, 34;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 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: 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: #212529;
    --bs-body-bg: #fff
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    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: transparent
}

hr {
    margin: 50px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 500;
    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 + .9vw)
}

@media (min-width:1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    h4,
    .h4 {
        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: .875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #2c4185;
    text-decoration: underline
}

a:hover {
    color: #23346a
}

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;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    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: #6c757d;
    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 + .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
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #007DB8;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #F82222;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2C4185;
    --bs-blue: #007DB8;
    --bs-navy: #004377;
    --bs-gold: #FAD239;
    --bs-green-rich: #03884A;
    --bs-green-bright: #6BBE51;
    --bs-navy-dark: #002542;
    --bs-grey-mid: #3D4C57;
    --bs-grey-mid-lighter: #657582;
    --bs-grey-light: #EBF0F2;
    --bs-grey-lighter: #F2F2F2;
    --bs-red: #F82222;
    --bs-primary-rgb: 44, 65, 133;
    --bs-blue-rgb: 0, 125, 184;
    --bs-navy-rgb: 0, 67, 119;
    --bs-gold-rgb: 250, 210, 57;
    --bs-green-rich-rgb: 3, 136, 74;
    --bs-green-bright-rgb: 107, 190, 81;
    --bs-navy-dark-rgb: 0, 37, 66;
    --bs-grey-mid-rgb: 61, 76, 87;
    --bs-grey-mid-lighter-rgb: 101, 117, 130;
    --bs-grey-light-rgb: 235, 240, 242;
    --bs-grey-lighter-rgb: 242, 242, 242;
    --bs-red-rgb: 248, 34, 34;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 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: 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: #212529;
    --bs-body-bg: #fff
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-3xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width:1024px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1440px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1360px
    }
}

@media (min-width:1600px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .container-3xl {
        max-width: 1600px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 12.5px
}

.g-1,
.gy-1 {
    --bs-gutter-y: 12.5px
}

.g-2,
.gx-2 {
    --bs-gutter-x: 25px
}

.g-2,
.gy-2 {
    --bs-gutter-y: 25px
}

.g-3,
.gx-3 {
    --bs-gutter-x: 50px
}

.g-3,
.gy-3 {
    --bs-gutter-y: 50px
}

.g-4,
.gx-4 {
    --bs-gutter-x: 75px
}

.g-4,
.gy-4 {
    --bs-gutter-y: 75px
}

.g-5,
.gx-5 {
    --bs-gutter-x: 150px
}

.g-5,
.gy-5 {
    --bs-gutter-y: 150px
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 12.5px
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 12.5px
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 25px
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 25px
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 50px
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 50px
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 75px
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 75px
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 150px
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 150px
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 12.5px
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 12.5px
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 25px
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 25px
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 50px
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 50px
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 75px
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 75px
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 150px
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 150px
    }
}

@media (min-width:1024px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 12.5px
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 12.5px
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 25px
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 25px
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 50px
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 50px
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 75px
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 75px
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 150px
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 150px
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 12.5px
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 12.5px
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 25px
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 25px
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 50px
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 50px
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 75px
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 75px
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 150px
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 150px
    }
}

@media (min-width:1440px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 12.5px
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 12.5px
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 25px
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 25px
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 50px
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 50px
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 75px
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 75px
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 150px
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 150px
    }
}

@media (min-width:1600px) {
    .col-3xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-3xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-3xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-3xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-3xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-3xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-3xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-3xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-3xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-3xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-3xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-3xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-3xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-3xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-3xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-3xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-3xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-3xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-3xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-3xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-3xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-3xl-0 {
        margin-left: 0
    }

    .offset-3xl-1 {
        margin-left: 8.33333%
    }

    .offset-3xl-2 {
        margin-left: 16.66667%
    }

    .offset-3xl-3 {
        margin-left: 25%
    }

    .offset-3xl-4 {
        margin-left: 33.33333%
    }

    .offset-3xl-5 {
        margin-left: 41.66667%
    }

    .offset-3xl-6 {
        margin-left: 50%
    }

    .offset-3xl-7 {
        margin-left: 58.33333%
    }

    .offset-3xl-8 {
        margin-left: 66.66667%
    }

    .offset-3xl-9 {
        margin-left: 75%
    }

    .offset-3xl-10 {
        margin-left: 83.33333%
    }

    .offset-3xl-11 {
        margin-left: 91.66667%
    }

    .g-3xl-0,
    .gx-3xl-0 {
        --bs-gutter-x: 0
    }

    .g-3xl-0,
    .gy-3xl-0 {
        --bs-gutter-y: 0
    }

    .g-3xl-1,
    .gx-3xl-1 {
        --bs-gutter-x: 12.5px
    }

    .g-3xl-1,
    .gy-3xl-1 {
        --bs-gutter-y: 12.5px
    }

    .g-3xl-2,
    .gx-3xl-2 {
        --bs-gutter-x: 25px
    }

    .g-3xl-2,
    .gy-3xl-2 {
        --bs-gutter-y: 25px
    }

    .g-3xl-3,
    .gx-3xl-3 {
        --bs-gutter-x: 50px
    }

    .g-3xl-3,
    .gy-3xl-3 {
        --bs-gutter-y: 50px
    }

    .g-3xl-4,
    .gx-3xl-4 {
        --bs-gutter-x: 75px
    }

    .g-3xl-4,
    .gy-3xl-4 {
        --bs-gutter-y: 75px
    }

    .g-3xl-5,
    .gx-3xl-5 {
        --bs-gutter-x: 150px
    }

    .g-3xl-5,
    .gy-3xl-5 {
        --bs-gutter-y: 150px
    }
}

@media (min-width:1800px) {
    .col-4xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-4xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-4xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-4xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-4xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-4xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-4xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-4xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-4xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-4xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-4xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-4xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-4xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-4xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-4xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-4xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-4xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-4xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-4xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-4xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-4xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-4xl-0 {
        margin-left: 0
    }

    .offset-4xl-1 {
        margin-left: 8.33333%
    }

    .offset-4xl-2 {
        margin-left: 16.66667%
    }

    .offset-4xl-3 {
        margin-left: 25%
    }

    .offset-4xl-4 {
        margin-left: 33.33333%
    }

    .offset-4xl-5 {
        margin-left: 41.66667%
    }

    .offset-4xl-6 {
        margin-left: 50%
    }

    .offset-4xl-7 {
        margin-left: 58.33333%
    }

    .offset-4xl-8 {
        margin-left: 66.66667%
    }

    .offset-4xl-9 {
        margin-left: 75%
    }

    .offset-4xl-10 {
        margin-left: 83.33333%
    }

    .offset-4xl-11 {
        margin-left: 91.66667%
    }

    .g-4xl-0,
    .gx-4xl-0 {
        --bs-gutter-x: 0
    }

    .g-4xl-0,
    .gy-4xl-0 {
        --bs-gutter-y: 0
    }

    .g-4xl-1,
    .gx-4xl-1 {
        --bs-gutter-x: 12.5px
    }

    .g-4xl-1,
    .gy-4xl-1 {
        --bs-gutter-y: 12.5px
    }

    .g-4xl-2,
    .gx-4xl-2 {
        --bs-gutter-x: 25px
    }

    .g-4xl-2,
    .gy-4xl-2 {
        --bs-gutter-y: 25px
    }

    .g-4xl-3,
    .gx-4xl-3 {
        --bs-gutter-x: 50px
    }

    .g-4xl-3,
    .gy-4xl-3 {
        --bs-gutter-y: 50px
    }

    .g-4xl-4,
    .gx-4xl-4 {
        --bs-gutter-x: 75px
    }

    .g-4xl-4,
    .gy-4xl-4 {
        --bs-gutter-y: 75px
    }

    .g-4xl-5,
    .gx-4xl-5 {
        --bs-gutter-x: 150px
    }

    .g-4xl-5,
    .gy-4xl-5 {
        --bs-gutter-y: 150px
    }
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 12.5px !important
}

.m-2 {
    margin: 25px !important
}

.m-3 {
    margin: 50px !important
}

.m-4 {
    margin: 75px !important
}

.m-5 {
    margin: 150px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important
}

.mx-2 {
    margin-right: 25px !important;
    margin-left: 25px !important
}

.mx-3 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.mx-4 {
    margin-right: 75px !important;
    margin-left: 75px !important
}

.mx-5 {
    margin-right: 150px !important;
    margin-left: 150px !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: 12.5px !important;
    margin-bottom: 12.5px !important
}

.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-4 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.my-5 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 12.5px !important
}

.mt-2 {
    margin-top: 25px !important
}

.mt-3 {
    margin-top: 50px !important
}

.mt-4 {
    margin-top: 75px !important
}

.mt-5 {
    margin-top: 150px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 12.5px !important
}

.me-2 {
    margin-right: 25px !important
}

.me-3 {
    margin-right: 50px !important
}

.me-4 {
    margin-right: 75px !important
}

.me-5 {
    margin-right: 150px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 12.5px !important
}

.mb-2 {
    margin-bottom: 25px !important
}

.mb-3 {
    margin-bottom: 50px !important
}

.mb-4 {
    margin-bottom: 75px !important
}

.mb-5 {
    margin-bottom: 150px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 12.5px !important
}

.ms-2 {
    margin-left: 25px !important
}

.ms-3 {
    margin-left: 50px !important
}

.ms-4 {
    margin-left: 75px !important
}

.ms-5 {
    margin-left: 150px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 12.5px !important
}

.p-2 {
    padding: 25px !important
}

.p-3 {
    padding: 50px !important
}

.p-4 {
    padding: 75px !important
}

.p-5 {
    padding: 150px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important
}

.px-2 {
    padding-right: 25px !important;
    padding-left: 25px !important
}

.px-3 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.px-4 {
    padding-right: 75px !important;
    padding-left: 75px !important
}

.px-5 {
    padding-right: 150px !important;
    padding-left: 150px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important
}

.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-4 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.py-5 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
}

.pt-0,
.block-03.block-03--clean {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 12.5px !important
}

.pt-2 {
    padding-top: 25px !important
}

.pt-3 {
    padding-top: 50px !important
}

.pt-4 {
    padding-top: 75px !important
}

.pt-5 {
    padding-top: 150px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 12.5px !important
}

.pe-2 {
    padding-right: 25px !important
}

.pe-3 {
    padding-right: 50px !important
}

.pe-4 {
    padding-right: 75px !important
}

.pe-5 {
    padding-right: 150px !important
}

.pb-0,
.block-03.block-03--clean {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 12.5px !important
}

.pb-2 {
    padding-bottom: 25px !important
}

.pb-3 {
    padding-bottom: 50px !important
}

.pb-4 {
    padding-bottom: 75px !important
}

.pb-5 {
    padding-bottom: 150px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 12.5px !important
}

.ps-2 {
    padding-left: 25px !important
}

.ps-3 {
    padding-left: 50px !important
}

.ps-4 {
    padding-left: 75px !important
}

.ps-5 {
    padding-left: 150px !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 12.5px !important
    }

    .m-sm-2 {
        margin: 25px !important
    }

    .m-sm-3 {
        margin: 50px !important
    }

    .m-sm-4 {
        margin: 75px !important
    }

    .m-sm-5 {
        margin: 150px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-sm-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-sm-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-sm-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-sm-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-sm-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-sm-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-sm-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-sm-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 12.5px !important
    }

    .mt-sm-2 {
        margin-top: 25px !important
    }

    .mt-sm-3 {
        margin-top: 50px !important
    }

    .mt-sm-4 {
        margin-top: 75px !important
    }

    .mt-sm-5 {
        margin-top: 150px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 12.5px !important
    }

    .me-sm-2 {
        margin-right: 25px !important
    }

    .me-sm-3 {
        margin-right: 50px !important
    }

    .me-sm-4 {
        margin-right: 75px !important
    }

    .me-sm-5 {
        margin-right: 150px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 12.5px !important
    }

    .mb-sm-2 {
        margin-bottom: 25px !important
    }

    .mb-sm-3 {
        margin-bottom: 50px !important
    }

    .mb-sm-4 {
        margin-bottom: 75px !important
    }

    .mb-sm-5 {
        margin-bottom: 150px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 12.5px !important
    }

    .ms-sm-2 {
        margin-left: 25px !important
    }

    .ms-sm-3 {
        margin-left: 50px !important
    }

    .ms-sm-4 {
        margin-left: 75px !important
    }

    .ms-sm-5 {
        margin-left: 150px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 12.5px !important
    }

    .p-sm-2 {
        padding: 25px !important
    }

    .p-sm-3 {
        padding: 50px !important
    }

    .p-sm-4 {
        padding: 75px !important
    }

    .p-sm-5 {
        padding: 150px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-sm-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-sm-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-sm-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-sm-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-sm-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-sm-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-sm-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-sm-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 12.5px !important
    }

    .pt-sm-2 {
        padding-top: 25px !important
    }

    .pt-sm-3 {
        padding-top: 50px !important
    }

    .pt-sm-4 {
        padding-top: 75px !important
    }

    .pt-sm-5 {
        padding-top: 150px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 12.5px !important
    }

    .pe-sm-2 {
        padding-right: 25px !important
    }

    .pe-sm-3 {
        padding-right: 50px !important
    }

    .pe-sm-4 {
        padding-right: 75px !important
    }

    .pe-sm-5 {
        padding-right: 150px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 12.5px !important
    }

    .pb-sm-2 {
        padding-bottom: 25px !important
    }

    .pb-sm-3 {
        padding-bottom: 50px !important
    }

    .pb-sm-4 {
        padding-bottom: 75px !important
    }

    .pb-sm-5 {
        padding-bottom: 150px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 12.5px !important
    }

    .ps-sm-2 {
        padding-left: 25px !important
    }

    .ps-sm-3 {
        padding-left: 50px !important
    }

    .ps-sm-4 {
        padding-left: 75px !important
    }

    .ps-sm-5 {
        padding-left: 150px !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 12.5px !important
    }

    .m-md-2 {
        margin: 25px !important
    }

    .m-md-3 {
        margin: 50px !important
    }

    .m-md-4 {
        margin: 75px !important
    }

    .m-md-5 {
        margin: 150px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-md-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-md-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-md-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-md-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-md-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-md-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-md-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-md-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 12.5px !important
    }

    .mt-md-2 {
        margin-top: 25px !important
    }

    .mt-md-3 {
        margin-top: 50px !important
    }

    .mt-md-4 {
        margin-top: 75px !important
    }

    .mt-md-5 {
        margin-top: 150px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 12.5px !important
    }

    .me-md-2 {
        margin-right: 25px !important
    }

    .me-md-3 {
        margin-right: 50px !important
    }

    .me-md-4 {
        margin-right: 75px !important
    }

    .me-md-5 {
        margin-right: 150px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 12.5px !important
    }

    .mb-md-2 {
        margin-bottom: 25px !important
    }

    .mb-md-3 {
        margin-bottom: 50px !important
    }

    .mb-md-4 {
        margin-bottom: 75px !important
    }

    .mb-md-5 {
        margin-bottom: 150px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 12.5px !important
    }

    .ms-md-2 {
        margin-left: 25px !important
    }

    .ms-md-3 {
        margin-left: 50px !important
    }

    .ms-md-4 {
        margin-left: 75px !important
    }

    .ms-md-5 {
        margin-left: 150px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 12.5px !important
    }

    .p-md-2 {
        padding: 25px !important
    }

    .p-md-3 {
        padding: 50px !important
    }

    .p-md-4 {
        padding: 75px !important
    }

    .p-md-5 {
        padding: 150px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-md-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-md-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-md-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-md-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-md-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-md-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-md-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-md-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 12.5px !important
    }

    .pt-md-2 {
        padding-top: 25px !important
    }

    .pt-md-3 {
        padding-top: 50px !important
    }

    .pt-md-4 {
        padding-top: 75px !important
    }

    .pt-md-5 {
        padding-top: 150px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 12.5px !important
    }

    .pe-md-2 {
        padding-right: 25px !important
    }

    .pe-md-3 {
        padding-right: 50px !important
    }

    .pe-md-4 {
        padding-right: 75px !important
    }

    .pe-md-5 {
        padding-right: 150px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 12.5px !important
    }

    .pb-md-2 {
        padding-bottom: 25px !important
    }

    .pb-md-3 {
        padding-bottom: 50px !important
    }

    .pb-md-4 {
        padding-bottom: 75px !important
    }

    .pb-md-5 {
        padding-bottom: 150px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 12.5px !important
    }

    .ps-md-2 {
        padding-left: 25px !important
    }

    .ps-md-3 {
        padding-left: 50px !important
    }

    .ps-md-4 {
        padding-left: 75px !important
    }

    .ps-md-5 {
        padding-left: 150px !important
    }
}

@media (min-width:1024px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 12.5px !important
    }

    .m-lg-2 {
        margin: 25px !important
    }

    .m-lg-3 {
        margin: 50px !important
    }

    .m-lg-4 {
        margin: 75px !important
    }

    .m-lg-5 {
        margin: 150px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-lg-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-lg-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-lg-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-lg-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-lg-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-lg-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-lg-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-lg-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 12.5px !important
    }

    .mt-lg-2 {
        margin-top: 25px !important
    }

    .mt-lg-3 {
        margin-top: 50px !important
    }

    .mt-lg-4 {
        margin-top: 75px !important
    }

    .mt-lg-5 {
        margin-top: 150px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 12.5px !important
    }

    .me-lg-2 {
        margin-right: 25px !important
    }

    .me-lg-3 {
        margin-right: 50px !important
    }

    .me-lg-4 {
        margin-right: 75px !important
    }

    .me-lg-5 {
        margin-right: 150px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 12.5px !important
    }

    .mb-lg-2 {
        margin-bottom: 25px !important
    }

    .mb-lg-3 {
        margin-bottom: 50px !important
    }

    .mb-lg-4 {
        margin-bottom: 75px !important
    }

    .mb-lg-5 {
        margin-bottom: 150px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 12.5px !important
    }

    .ms-lg-2 {
        margin-left: 25px !important
    }

    .ms-lg-3 {
        margin-left: 50px !important
    }

    .ms-lg-4 {
        margin-left: 75px !important
    }

    .ms-lg-5 {
        margin-left: 150px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 12.5px !important
    }

    .p-lg-2 {
        padding: 25px !important
    }

    .p-lg-3 {
        padding: 50px !important
    }

    .p-lg-4 {
        padding: 75px !important
    }

    .p-lg-5 {
        padding: 150px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-lg-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-lg-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-lg-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-lg-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-lg-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-lg-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-lg-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-lg-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 12.5px !important
    }

    .pt-lg-2 {
        padding-top: 25px !important
    }

    .pt-lg-3 {
        padding-top: 50px !important
    }

    .pt-lg-4 {
        padding-top: 75px !important
    }

    .pt-lg-5 {
        padding-top: 150px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 12.5px !important
    }

    .pe-lg-2 {
        padding-right: 25px !important
    }

    .pe-lg-3 {
        padding-right: 50px !important
    }

    .pe-lg-4 {
        padding-right: 75px !important
    }

    .pe-lg-5 {
        padding-right: 150px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 12.5px !important
    }

    .pb-lg-2 {
        padding-bottom: 25px !important
    }

    .pb-lg-3 {
        padding-bottom: 50px !important
    }

    .pb-lg-4 {
        padding-bottom: 75px !important
    }

    .pb-lg-5 {
        padding-bottom: 150px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 12.5px !important
    }

    .ps-lg-2 {
        padding-left: 25px !important
    }

    .ps-lg-3 {
        padding-left: 50px !important
    }

    .ps-lg-4 {
        padding-left: 75px !important
    }

    .ps-lg-5 {
        padding-left: 150px !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 12.5px !important
    }

    .m-xl-2 {
        margin: 25px !important
    }

    .m-xl-3 {
        margin: 50px !important
    }

    .m-xl-4 {
        margin: 75px !important
    }

    .m-xl-5 {
        margin: 150px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 12.5px !important
    }

    .mt-xl-2 {
        margin-top: 25px !important
    }

    .mt-xl-3 {
        margin-top: 50px !important
    }

    .mt-xl-4 {
        margin-top: 75px !important
    }

    .mt-xl-5 {
        margin-top: 150px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 12.5px !important
    }

    .me-xl-2 {
        margin-right: 25px !important
    }

    .me-xl-3 {
        margin-right: 50px !important
    }

    .me-xl-4 {
        margin-right: 75px !important
    }

    .me-xl-5 {
        margin-right: 150px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-xl-2 {
        margin-bottom: 25px !important
    }

    .mb-xl-3 {
        margin-bottom: 50px !important
    }

    .mb-xl-4 {
        margin-bottom: 75px !important
    }

    .mb-xl-5 {
        margin-bottom: 150px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 12.5px !important
    }

    .ms-xl-2 {
        margin-left: 25px !important
    }

    .ms-xl-3 {
        margin-left: 50px !important
    }

    .ms-xl-4 {
        margin-left: 75px !important
    }

    .ms-xl-5 {
        margin-left: 150px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 12.5px !important
    }

    .p-xl-2 {
        padding: 25px !important
    }

    .p-xl-3 {
        padding: 50px !important
    }

    .p-xl-4 {
        padding: 75px !important
    }

    .p-xl-5 {
        padding: 150px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 12.5px !important
    }

    .pt-xl-2 {
        padding-top: 25px !important
    }

    .pt-xl-3 {
        padding-top: 50px !important
    }

    .pt-xl-4 {
        padding-top: 75px !important
    }

    .pt-xl-5 {
        padding-top: 150px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 12.5px !important
    }

    .pe-xl-2 {
        padding-right: 25px !important
    }

    .pe-xl-3 {
        padding-right: 50px !important
    }

    .pe-xl-4 {
        padding-right: 75px !important
    }

    .pe-xl-5 {
        padding-right: 150px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-xl-2 {
        padding-bottom: 25px !important
    }

    .pb-xl-3 {
        padding-bottom: 50px !important
    }

    .pb-xl-4 {
        padding-bottom: 75px !important
    }

    .pb-xl-5 {
        padding-bottom: 150px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 12.5px !important
    }

    .ps-xl-2 {
        padding-left: 25px !important
    }

    .ps-xl-3 {
        padding-left: 50px !important
    }

    .ps-xl-4 {
        padding-left: 75px !important
    }

    .ps-xl-5 {
        padding-left: 150px !important
    }
}

@media (min-width:1440px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 12.5px !important
    }

    .m-xxl-2 {
        margin: 25px !important
    }

    .m-xxl-3 {
        margin: 50px !important
    }

    .m-xxl-4 {
        margin: 75px !important
    }

    .m-xxl-5 {
        margin: 150px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-xxl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-xxl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xxl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-xxl-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-xxl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xxl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xxl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xxl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 12.5px !important
    }

    .mt-xxl-2 {
        margin-top: 25px !important
    }

    .mt-xxl-3 {
        margin-top: 50px !important
    }

    .mt-xxl-4 {
        margin-top: 75px !important
    }

    .mt-xxl-5 {
        margin-top: 150px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 12.5px !important
    }

    .me-xxl-2 {
        margin-right: 25px !important
    }

    .me-xxl-3 {
        margin-right: 50px !important
    }

    .me-xxl-4 {
        margin-right: 75px !important
    }

    .me-xxl-5 {
        margin-right: 150px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-xxl-2 {
        margin-bottom: 25px !important
    }

    .mb-xxl-3 {
        margin-bottom: 50px !important
    }

    .mb-xxl-4 {
        margin-bottom: 75px !important
    }

    .mb-xxl-5 {
        margin-bottom: 150px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 12.5px !important
    }

    .ms-xxl-2 {
        margin-left: 25px !important
    }

    .ms-xxl-3 {
        margin-left: 50px !important
    }

    .ms-xxl-4 {
        margin-left: 75px !important
    }

    .ms-xxl-5 {
        margin-left: 150px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 12.5px !important
    }

    .p-xxl-2 {
        padding: 25px !important
    }

    .p-xxl-3 {
        padding: 50px !important
    }

    .p-xxl-4 {
        padding: 75px !important
    }

    .p-xxl-5 {
        padding: 150px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-xxl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-xxl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xxl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-xxl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-xxl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xxl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xxl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xxl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 12.5px !important
    }

    .pt-xxl-2 {
        padding-top: 25px !important
    }

    .pt-xxl-3 {
        padding-top: 50px !important
    }

    .pt-xxl-4 {
        padding-top: 75px !important
    }

    .pt-xxl-5 {
        padding-top: 150px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 12.5px !important
    }

    .pe-xxl-2 {
        padding-right: 25px !important
    }

    .pe-xxl-3 {
        padding-right: 50px !important
    }

    .pe-xxl-4 {
        padding-right: 75px !important
    }

    .pe-xxl-5 {
        padding-right: 150px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-xxl-2 {
        padding-bottom: 25px !important
    }

    .pb-xxl-3 {
        padding-bottom: 50px !important
    }

    .pb-xxl-4 {
        padding-bottom: 75px !important
    }

    .pb-xxl-5 {
        padding-bottom: 150px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 12.5px !important
    }

    .ps-xxl-2 {
        padding-left: 25px !important
    }

    .ps-xxl-3 {
        padding-left: 50px !important
    }

    .ps-xxl-4 {
        padding-left: 75px !important
    }

    .ps-xxl-5 {
        padding-left: 150px !important
    }
}

@media (min-width:1600px) {
    .d-3xl-inline {
        display: inline !important
    }

    .d-3xl-inline-block {
        display: inline-block !important
    }

    .d-3xl-block {
        display: block !important
    }

    .d-3xl-grid {
        display: grid !important
    }

    .d-3xl-table {
        display: table !important
    }

    .d-3xl-table-row {
        display: table-row !important
    }

    .d-3xl-table-cell {
        display: table-cell !important
    }

    .d-3xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-3xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-3xl-none {
        display: none !important
    }

    .flex-3xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-3xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-3xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-3xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-3xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-3xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-3xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-3xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-3xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-3xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-3xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-3xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-3xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-3xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-3xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-3xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-3xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-3xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-3xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-3xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-3xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-3xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-3xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-3xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-3xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-3xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-3xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-3xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-3xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-3xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-3xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-3xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-3xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-3xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-3xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-3xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-3xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-3xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-3xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-3xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-3xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-3xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-3xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-3xl-0 {
        margin: 0 !important
    }

    .m-3xl-1 {
        margin: 12.5px !important
    }

    .m-3xl-2 {
        margin: 25px !important
    }

    .m-3xl-3 {
        margin: 50px !important
    }

    .m-3xl-4 {
        margin: 75px !important
    }

    .m-3xl-5 {
        margin: 150px !important
    }

    .m-3xl-auto {
        margin: auto !important
    }

    .mx-3xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-3xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-3xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-3xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-3xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-3xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }

    .mx-3xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-3xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-3xl-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-3xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-3xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-3xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-3xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-3xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-3xl-0 {
        margin-top: 0 !important
    }

    .mt-3xl-1 {
        margin-top: 12.5px !important
    }

    .mt-3xl-2 {
        margin-top: 25px !important
    }

    .mt-3xl-3 {
        margin-top: 50px !important
    }

    .mt-3xl-4 {
        margin-top: 75px !important
    }

    .mt-3xl-5 {
        margin-top: 150px !important
    }

    .mt-3xl-auto {
        margin-top: auto !important
    }

    .me-3xl-0 {
        margin-right: 0 !important
    }

    .me-3xl-1 {
        margin-right: 12.5px !important
    }

    .me-3xl-2 {
        margin-right: 25px !important
    }

    .me-3xl-3 {
        margin-right: 50px !important
    }

    .me-3xl-4 {
        margin-right: 75px !important
    }

    .me-3xl-5 {
        margin-right: 150px !important
    }

    .me-3xl-auto {
        margin-right: auto !important
    }

    .mb-3xl-0 {
        margin-bottom: 0 !important
    }

    .mb-3xl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-3xl-2 {
        margin-bottom: 25px !important
    }

    .mb-3xl-3 {
        margin-bottom: 50px !important
    }

    .mb-3xl-4 {
        margin-bottom: 75px !important
    }

    .mb-3xl-5 {
        margin-bottom: 150px !important
    }

    .mb-3xl-auto {
        margin-bottom: auto !important
    }

    .ms-3xl-0 {
        margin-left: 0 !important
    }

    .ms-3xl-1 {
        margin-left: 12.5px !important
    }

    .ms-3xl-2 {
        margin-left: 25px !important
    }

    .ms-3xl-3 {
        margin-left: 50px !important
    }

    .ms-3xl-4 {
        margin-left: 75px !important
    }

    .ms-3xl-5 {
        margin-left: 150px !important
    }

    .ms-3xl-auto {
        margin-left: auto !important
    }

    .p-3xl-0 {
        padding: 0 !important
    }

    .p-3xl-1 {
        padding: 12.5px !important
    }

    .p-3xl-2 {
        padding: 25px !important
    }

    .p-3xl-3 {
        padding: 50px !important
    }

    .p-3xl-4 {
        padding: 75px !important
    }

    .p-3xl-5 {
        padding: 150px !important
    }

    .px-3xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-3xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-3xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-3xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-3xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-3xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-3xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-3xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-3xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-3xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-3xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-3xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-3xl-0 {
        padding-top: 0 !important
    }

    .pt-3xl-1 {
        padding-top: 12.5px !important
    }

    .pt-3xl-2 {
        padding-top: 25px !important
    }

    .pt-3xl-3 {
        padding-top: 50px !important
    }

    .pt-3xl-4 {
        padding-top: 75px !important
    }

    .pt-3xl-5 {
        padding-top: 150px !important
    }

    .pe-3xl-0 {
        padding-right: 0 !important
    }

    .pe-3xl-1 {
        padding-right: 12.5px !important
    }

    .pe-3xl-2 {
        padding-right: 25px !important
    }

    .pe-3xl-3 {
        padding-right: 50px !important
    }

    .pe-3xl-4 {
        padding-right: 75px !important
    }

    .pe-3xl-5 {
        padding-right: 150px !important
    }

    .pb-3xl-0 {
        padding-bottom: 0 !important
    }

    .pb-3xl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-3xl-2 {
        padding-bottom: 25px !important
    }

    .pb-3xl-3 {
        padding-bottom: 50px !important
    }

    .pb-3xl-4 {
        padding-bottom: 75px !important
    }

    .pb-3xl-5 {
        padding-bottom: 150px !important
    }

    .ps-3xl-0 {
        padding-left: 0 !important
    }

    .ps-3xl-1 {
        padding-left: 12.5px !important
    }

    .ps-3xl-2 {
        padding-left: 25px !important
    }

    .ps-3xl-3 {
        padding-left: 50px !important
    }

    .ps-3xl-4 {
        padding-left: 75px !important
    }

    .ps-3xl-5 {
        padding-left: 150px !important
    }
}

@media (min-width:1800px) {
    .d-4xl-inline {
        display: inline !important
    }

    .d-4xl-inline-block {
        display: inline-block !important
    }

    .d-4xl-block {
        display: block !important
    }

    .d-4xl-grid {
        display: grid !important
    }

    .d-4xl-table {
        display: table !important
    }

    .d-4xl-table-row {
        display: table-row !important
    }

    .d-4xl-table-cell {
        display: table-cell !important
    }

    .d-4xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-4xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-4xl-none {
        display: none !important
    }

    .flex-4xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-4xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-4xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-4xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-4xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-4xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-4xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-4xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-4xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-4xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-4xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-4xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-4xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-4xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-4xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-4xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-4xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-4xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-4xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-4xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-4xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-4xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-4xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-4xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-4xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-4xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-4xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-4xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-4xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-4xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-4xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-4xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-4xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-4xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-4xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-4xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-4xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-4xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-4xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-4xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-4xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-4xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-4xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-4xl-0 {
        margin: 0 !important
    }

    .m-4xl-1 {
        margin: 12.5px !important
    }

    .m-4xl-2 {
        margin: 25px !important
    }

    .m-4xl-3 {
        margin: 50px !important
    }

    .m-4xl-4 {
        margin: 75px !important
    }

    .m-4xl-5 {
        margin: 150px !important
    }

    .m-4xl-auto {
        margin: auto !important
    }

    .mx-4xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-4xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-4xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-4xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-4xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-4xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }

    .mx-4xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-4xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-4xl-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-4xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-4xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-4xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-4xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-4xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-4xl-0 {
        margin-top: 0 !important
    }

    .mt-4xl-1 {
        margin-top: 12.5px !important
    }

    .mt-4xl-2 {
        margin-top: 25px !important
    }

    .mt-4xl-3 {
        margin-top: 50px !important
    }

    .mt-4xl-4 {
        margin-top: 75px !important
    }

    .mt-4xl-5 {
        margin-top: 150px !important
    }

    .mt-4xl-auto {
        margin-top: auto !important
    }

    .me-4xl-0 {
        margin-right: 0 !important
    }

    .me-4xl-1 {
        margin-right: 12.5px !important
    }

    .me-4xl-2 {
        margin-right: 25px !important
    }

    .me-4xl-3 {
        margin-right: 50px !important
    }

    .me-4xl-4 {
        margin-right: 75px !important
    }

    .me-4xl-5 {
        margin-right: 150px !important
    }

    .me-4xl-auto {
        margin-right: auto !important
    }

    .mb-4xl-0 {
        margin-bottom: 0 !important
    }

    .mb-4xl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-4xl-2 {
        margin-bottom: 25px !important
    }

    .mb-4xl-3 {
        margin-bottom: 50px !important
    }

    .mb-4xl-4 {
        margin-bottom: 75px !important
    }

    .mb-4xl-5 {
        margin-bottom: 150px !important
    }

    .mb-4xl-auto {
        margin-bottom: auto !important
    }

    .ms-4xl-0 {
        margin-left: 0 !important
    }

    .ms-4xl-1 {
        margin-left: 12.5px !important
    }

    .ms-4xl-2 {
        margin-left: 25px !important
    }

    .ms-4xl-3 {
        margin-left: 50px !important
    }

    .ms-4xl-4 {
        margin-left: 75px !important
    }

    .ms-4xl-5 {
        margin-left: 150px !important
    }

    .ms-4xl-auto {
        margin-left: auto !important
    }

    .p-4xl-0 {
        padding: 0 !important
    }

    .p-4xl-1 {
        padding: 12.5px !important
    }

    .p-4xl-2 {
        padding: 25px !important
    }

    .p-4xl-3 {
        padding: 50px !important
    }

    .p-4xl-4 {
        padding: 75px !important
    }

    .p-4xl-5 {
        padding: 150px !important
    }

    .px-4xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-4xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-4xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-4xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-4xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-4xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-4xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-4xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-4xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-4xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-4xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-4xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-4xl-0 {
        padding-top: 0 !important
    }

    .pt-4xl-1 {
        padding-top: 12.5px !important
    }

    .pt-4xl-2 {
        padding-top: 25px !important
    }

    .pt-4xl-3 {
        padding-top: 50px !important
    }

    .pt-4xl-4 {
        padding-top: 75px !important
    }

    .pt-4xl-5 {
        padding-top: 150px !important
    }

    .pe-4xl-0 {
        padding-right: 0 !important
    }

    .pe-4xl-1 {
        padding-right: 12.5px !important
    }

    .pe-4xl-2 {
        padding-right: 25px !important
    }

    .pe-4xl-3 {
        padding-right: 50px !important
    }

    .pe-4xl-4 {
        padding-right: 75px !important
    }

    .pe-4xl-5 {
        padding-right: 150px !important
    }

    .pb-4xl-0 {
        padding-bottom: 0 !important
    }

    .pb-4xl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-4xl-2 {
        padding-bottom: 25px !important
    }

    .pb-4xl-3 {
        padding-bottom: 50px !important
    }

    .pb-4xl-4 {
        padding-bottom: 75px !important
    }

    .pb-4xl-5 {
        padding-bottom: 150px !important
    }

    .ps-4xl-0 {
        padding-left: 0 !important
    }

    .ps-4xl-1 {
        padding-left: 12.5px !important
    }

    .ps-4xl-2 {
        padding-left: 25px !important
    }

    .ps-4xl-3 {
        padding-left: 50px !important
    }

    .ps-4xl-4 {
        padding-left: 75px !important
    }

    .ps-4xl-5 {
        padding-left: 150px !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25);
    box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #2c4185;
    border-color: #2c4185
}

.btn-primary:hover {
    color: #fff;
    background-color: #253771;
    border-color: #23346a
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #253771;
    border-color: #23346a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(76, 94, 151, .5);
    box-shadow: 0 0 0 .25rem rgba(76, 94, 151, .5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #23346a;
    border-color: #213164
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(76, 94, 151, .5);
    box-shadow: 0 0 0 .25rem rgba(76, 94, 151, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #2c4185;
    border-color: #2c4185
}

.btn-blue {
    color: #fff;
    background-color: #007db8;
    border-color: #007db8
}

.btn-blue:hover {
    color: #fff;
    background-color: #006a9c;
    border-color: #006493
}

.btn-check:focus+.btn-blue,
.btn-blue:focus {
    color: #fff;
    background-color: #006a9c;
    border-color: #006493;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 145, 195, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 145, 195, .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: #006493;
    border-color: #005e8a
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 145, 195, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 145, 195, .5)
}

.btn-blue:disabled,
.btn-blue.disabled {
    color: #fff;
    background-color: #007db8;
    border-color: #007db8
}

.btn-navy {
    color: #fff;
    background-color: #004377;
    border-color: #004377
}

.btn-navy:hover {
    color: #fff;
    background-color: #003965;
    border-color: #00365f
}

.btn-check:focus+.btn-navy,
.btn-navy:focus {
    color: #fff;
    background-color: #003965;
    border-color: #00365f;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 95, 139, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 95, 139, .5)
}

.btn-check:checked+.btn-navy,
.btn-check:active+.btn-navy,
.btn-navy:active,
.btn-navy.active,
.show>.btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #00365f;
    border-color: #003259
}

.btn-check:checked+.btn-navy:focus,
.btn-check:active+.btn-navy:focus,
.btn-navy:active:focus,
.btn-navy.active:focus,
.show>.btn-navy.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 95, 139, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 95, 139, .5)
}

.btn-navy:disabled,
.btn-navy.disabled {
    color: #fff;
    background-color: #004377;
    border-color: #004377
}

.btn-gold {
    color: #000;
    background-color: #fad239;
    border-color: #fad239
}

.btn-gold:hover {
    color: #000;
    background-color: #fbd957;
    border-color: #fbd74d
}

.btn-check:focus+.btn-gold,
.btn-gold:focus {
    color: #000;
    background-color: #fbd957;
    border-color: #fbd74d;
    -webkit-box-shadow: 0 0 0 .25rem rgba(213, 179, 48, .5);
    box-shadow: 0 0 0 .25rem rgba(213, 179, 48, .5)
}

.btn-check:checked+.btn-gold,
.btn-check:active+.btn-gold,
.btn-gold:active,
.btn-gold.active,
.show>.btn-gold.dropdown-toggle {
    color: #000;
    background-color: #fbdb61;
    border-color: #fbd74d
}

.btn-check:checked+.btn-gold:focus,
.btn-check:active+.btn-gold:focus,
.btn-gold:active:focus,
.btn-gold.active:focus,
.show>.btn-gold.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(213, 179, 48, .5);
    box-shadow: 0 0 0 .25rem rgba(213, 179, 48, .5)
}

.btn-gold:disabled,
.btn-gold.disabled {
    color: #000;
    background-color: #fad239;
    border-color: #fad239
}

.btn-green-rich {
    color: #fff;
    background-color: #03884a;
    border-color: #03884a
}

.btn-green-rich:hover {
    color: #fff;
    background-color: #03743f;
    border-color: #026d3b
}

.btn-check:focus+.btn-green-rich,
.btn-green-rich:focus {
    color: #fff;
    background-color: #03743f;
    border-color: #026d3b;
    -webkit-box-shadow: 0 0 0 .25rem rgba(41, 154, 101, .5);
    box-shadow: 0 0 0 .25rem rgba(41, 154, 101, .5)
}

.btn-check:checked+.btn-green-rich,
.btn-check:active+.btn-green-rich,
.btn-green-rich:active,
.btn-green-rich.active,
.show>.btn-green-rich.dropdown-toggle {
    color: #fff;
    background-color: #026d3b;
    border-color: #026638
}

.btn-check:checked+.btn-green-rich:focus,
.btn-check:active+.btn-green-rich:focus,
.btn-green-rich:active:focus,
.btn-green-rich.active:focus,
.show>.btn-green-rich.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(41, 154, 101, .5);
    box-shadow: 0 0 0 .25rem rgba(41, 154, 101, .5)
}

.btn-green-rich:disabled,
.btn-green-rich.disabled {
    color: #fff;
    background-color: #03884a;
    border-color: #03884a
}

.btn-green-bright {
    color: #000;
    background-color: #6bbe51;
    border-color: #6bbe51
}

.btn-green-bright:hover {
    color: #000;
    background-color: #81c86b;
    border-color: #7ac562
}

.btn-check:focus+.btn-green-bright,
.btn-green-bright:focus {
    color: #000;
    background-color: #81c86b;
    border-color: #7ac562;
    -webkit-box-shadow: 0 0 0 .25rem rgba(91, 162, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(91, 162, 69, .5)
}

.btn-check:checked+.btn-green-bright,
.btn-check:active+.btn-green-bright,
.btn-green-bright:active,
.btn-green-bright.active,
.show>.btn-green-bright.dropdown-toggle {
    color: #000;
    background-color: #89cb74;
    border-color: #7ac562
}

.btn-check:checked+.btn-green-bright:focus,
.btn-check:active+.btn-green-bright:focus,
.btn-green-bright:active:focus,
.btn-green-bright.active:focus,
.show>.btn-green-bright.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(91, 162, 69, .5);
    box-shadow: 0 0 0 .25rem rgba(91, 162, 69, .5)
}

.btn-green-bright:disabled,
.btn-green-bright.disabled {
    color: #000;
    background-color: #6bbe51;
    border-color: #6bbe51
}

.btn-navy-dark {
    color: #fff;
    background-color: #002542;
    border-color: #002542
}

.btn-navy-dark:hover {
    color: #fff;
    background-color: #001f38;
    border-color: #001e35
}

.btn-check:focus+.btn-navy-dark,
.btn-navy-dark:focus {
    color: #fff;
    background-color: #001f38;
    border-color: #001e35;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 70, 94, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 70, 94, .5)
}

.btn-check:checked+.btn-navy-dark,
.btn-check:active+.btn-navy-dark,
.btn-navy-dark:active,
.btn-navy-dark.active,
.show>.btn-navy-dark.dropdown-toggle {
    color: #fff;
    background-color: #001e35;
    border-color: #001c32
}

.btn-check:checked+.btn-navy-dark:focus,
.btn-check:active+.btn-navy-dark:focus,
.btn-navy-dark:active:focus,
.btn-navy-dark.active:focus,
.show>.btn-navy-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 70, 94, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 70, 94, .5)
}

.btn-navy-dark:disabled,
.btn-navy-dark.disabled {
    color: #fff;
    background-color: #002542;
    border-color: #002542
}

.btn-grey-mid {
    color: #fff;
    background-color: #3d4c57;
    border-color: #3d4c57
}

.btn-grey-mid:hover {
    color: #fff;
    background-color: #34414a;
    border-color: #313d46
}

.btn-check:focus+.btn-grey-mid,
.btn-grey-mid:focus {
    color: #fff;
    background-color: #34414a;
    border-color: #313d46;
    -webkit-box-shadow: 0 0 0 .25rem rgba(90, 103, 112, .5);
    box-shadow: 0 0 0 .25rem rgba(90, 103, 112, .5)
}

.btn-check:checked+.btn-grey-mid,
.btn-check:active+.btn-grey-mid,
.btn-grey-mid:active,
.btn-grey-mid.active,
.show>.btn-grey-mid.dropdown-toggle {
    color: #fff;
    background-color: #313d46;
    border-color: #2e3941
}

.btn-check:checked+.btn-grey-mid:focus,
.btn-check:active+.btn-grey-mid:focus,
.btn-grey-mid:active:focus,
.btn-grey-mid.active:focus,
.show>.btn-grey-mid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(90, 103, 112, .5);
    box-shadow: 0 0 0 .25rem rgba(90, 103, 112, .5)
}

.btn-grey-mid:disabled,
.btn-grey-mid.disabled {
    color: #fff;
    background-color: #3d4c57;
    border-color: #3d4c57
}

.btn-grey-mid-lighter {
    color: #fff;
    background-color: #657582;
    border-color: #657582
}

.btn-grey-mid-lighter:hover {
    color: #fff;
    background-color: #56636f;
    border-color: #515e68
}

.btn-check:focus+.btn-grey-mid-lighter,
.btn-grey-mid-lighter:focus {
    color: #fff;
    background-color: #56636f;
    border-color: #515e68;
    -webkit-box-shadow: 0 0 0 .25rem rgba(124, 138, 149, .5);
    box-shadow: 0 0 0 .25rem rgba(124, 138, 149, .5)
}

.btn-check:checked+.btn-grey-mid-lighter,
.btn-check:active+.btn-grey-mid-lighter,
.btn-grey-mid-lighter:active,
.btn-grey-mid-lighter.active,
.show>.btn-grey-mid-lighter.dropdown-toggle {
    color: #fff;
    background-color: #515e68;
    border-color: #4c5862
}

.btn-check:checked+.btn-grey-mid-lighter:focus,
.btn-check:active+.btn-grey-mid-lighter:focus,
.btn-grey-mid-lighter:active:focus,
.btn-grey-mid-lighter.active:focus,
.show>.btn-grey-mid-lighter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(124, 138, 149, .5);
    box-shadow: 0 0 0 .25rem rgba(124, 138, 149, .5)
}

.btn-grey-mid-lighter:disabled,
.btn-grey-mid-lighter.disabled {
    color: #fff;
    background-color: #657582;
    border-color: #657582
}

.btn-grey-light {
    color: #000;
    background-color: #ebf0f2;
    border-color: #ebf0f2
}

.btn-grey-light:hover {
    color: #000;
    background-color: #eef2f4;
    border-color: #edf2f3
}

.btn-check:focus+.btn-grey-light,
.btn-grey-light:focus {
    color: #000;
    background-color: #eef2f4;
    border-color: #edf2f3;
    -webkit-box-shadow: 0 0 0 .25rem rgba(200, 204, 206, .5);
    box-shadow: 0 0 0 .25rem rgba(200, 204, 206, .5)
}

.btn-check:checked+.btn-grey-light,
.btn-check:active+.btn-grey-light,
.btn-grey-light:active,
.btn-grey-light.active,
.show>.btn-grey-light.dropdown-toggle {
    color: #000;
    background-color: #eff3f5;
    border-color: #edf2f3
}

.btn-check:checked+.btn-grey-light:focus,
.btn-check:active+.btn-grey-light:focus,
.btn-grey-light:active:focus,
.btn-grey-light.active:focus,
.show>.btn-grey-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(200, 204, 206, .5);
    box-shadow: 0 0 0 .25rem rgba(200, 204, 206, .5)
}

.btn-grey-light:disabled,
.btn-grey-light.disabled {
    color: #000;
    background-color: #ebf0f2;
    border-color: #ebf0f2
}

.btn-grey-lighter {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-grey-lighter:hover {
    color: #000;
    background-color: #f4f4f4;
    border-color: #f3f3f3
}

.btn-check:focus+.btn-grey-lighter,
.btn-grey-lighter:focus {
    color: #000;
    background-color: #f4f4f4;
    border-color: #f3f3f3;
    -webkit-box-shadow: 0 0 0 .25rem rgba(206, 206, 206, .5);
    box-shadow: 0 0 0 .25rem rgba(206, 206, 206, .5)
}

.btn-check:checked+.btn-grey-lighter,
.btn-check:active+.btn-grey-lighter,
.btn-grey-lighter:active,
.btn-grey-lighter.active,
.show>.btn-grey-lighter.dropdown-toggle {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f3f3f3
}

.btn-check:checked+.btn-grey-lighter:focus,
.btn-check:active+.btn-grey-lighter:focus,
.btn-grey-lighter:active:focus,
.btn-grey-lighter.active:focus,
.show>.btn-grey-lighter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(206, 206, 206, .5);
    box-shadow: 0 0 0 .25rem rgba(206, 206, 206, .5)
}

.btn-grey-lighter:disabled,
.btn-grey-lighter.disabled {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-red {
    color: #000;
    background-color: #f82222;
    border-color: #f82222
}

.btn-red:hover {
    color: #000;
    background-color: #f94343;
    border-color: #f93838
}

.btn-check:focus+.btn-red,
.btn-red:focus {
    color: #000;
    background-color: #f94343;
    border-color: #f93838;
    -webkit-box-shadow: 0 0 0 .25rem rgba(211, 29, 29, .5);
    box-shadow: 0 0 0 .25rem rgba(211, 29, 29, .5)
}

.btn-check:checked+.btn-red,
.btn-check:active+.btn-red,
.btn-red:active,
.btn-red.active,
.show>.btn-red.dropdown-toggle {
    color: #000;
    background-color: #f94e4e;
    border-color: #f93838
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211, 29, 29, .5);
    box-shadow: 0 0 0 .25rem rgba(211, 29, 29, .5)
}

.btn-red:disabled,
.btn-red.disabled {
    color: #000;
    background-color: #f82222;
    border-color: #f82222
}

.btn-outline-primary {
    color: #2c4185;
    border-color: #2c4185
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2c4185;
    border-color: #2c4185
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .5);
    box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .5)
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #2c4185;
    border-color: #2c4185
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .5);
    box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #2c4185;
    background-color: transparent
}

.btn-outline-blue {
    color: #007db8;
    border-color: #007db8
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #007db8;
    border-color: #007db8
}

.btn-check:focus+.btn-outline-blue,
.btn-outline-blue:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 125, 184, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 125, 184, .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: #007db8;
    border-color: #007db8
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 125, 184, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 125, 184, .5)
}

.btn-outline-blue:disabled,
.btn-outline-blue.disabled {
    color: #007db8;
    background-color: transparent
}

.btn-outline-navy {
    color: #004377;
    border-color: #004377
}

.btn-outline-navy:hover {
    color: #fff;
    background-color: #004377;
    border-color: #004377
}

.btn-check:focus+.btn-outline-navy,
.btn-outline-navy:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 67, 119, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 67, 119, .5)
}

.btn-check:checked+.btn-outline-navy,
.btn-check:active+.btn-outline-navy,
.btn-outline-navy:active,
.btn-outline-navy.active,
.btn-outline-navy.dropdown-toggle.show {
    color: #fff;
    background-color: #004377;
    border-color: #004377
}

.btn-check:checked+.btn-outline-navy:focus,
.btn-check:active+.btn-outline-navy:focus,
.btn-outline-navy:active:focus,
.btn-outline-navy.active:focus,
.btn-outline-navy.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 67, 119, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 67, 119, .5)
}

.btn-outline-navy:disabled,
.btn-outline-navy.disabled {
    color: #004377;
    background-color: transparent
}

.btn-outline-gold {
    color: #fad239;
    border-color: #fad239
}

.btn-outline-gold:hover {
    color: #000;
    background-color: #fad239;
    border-color: #fad239
}

.btn-check:focus+.btn-outline-gold,
.btn-outline-gold:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(250, 210, 57, .5);
    box-shadow: 0 0 0 .25rem rgba(250, 210, 57, .5)
}

.btn-check:checked+.btn-outline-gold,
.btn-check:active+.btn-outline-gold,
.btn-outline-gold:active,
.btn-outline-gold.active,
.btn-outline-gold.dropdown-toggle.show {
    color: #000;
    background-color: #fad239;
    border-color: #fad239
}

.btn-check:checked+.btn-outline-gold:focus,
.btn-check:active+.btn-outline-gold:focus,
.btn-outline-gold:active:focus,
.btn-outline-gold.active:focus,
.btn-outline-gold.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(250, 210, 57, .5);
    box-shadow: 0 0 0 .25rem rgba(250, 210, 57, .5)
}

.btn-outline-gold:disabled,
.btn-outline-gold.disabled {
    color: #fad239;
    background-color: transparent
}

.btn-outline-green-rich {
    color: #03884a;
    border-color: #03884a
}

.btn-outline-green-rich:hover {
    color: #fff;
    background-color: #03884a;
    border-color: #03884a
}

.btn-check:focus+.btn-outline-green-rich,
.btn-outline-green-rich:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3, 136, 74, .5);
    box-shadow: 0 0 0 .25rem rgba(3, 136, 74, .5)
}

.btn-check:checked+.btn-outline-green-rich,
.btn-check:active+.btn-outline-green-rich,
.btn-outline-green-rich:active,
.btn-outline-green-rich.active,
.btn-outline-green-rich.dropdown-toggle.show {
    color: #fff;
    background-color: #03884a;
    border-color: #03884a
}

.btn-check:checked+.btn-outline-green-rich:focus,
.btn-check:active+.btn-outline-green-rich:focus,
.btn-outline-green-rich:active:focus,
.btn-outline-green-rich.active:focus,
.btn-outline-green-rich.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3, 136, 74, .5);
    box-shadow: 0 0 0 .25rem rgba(3, 136, 74, .5)
}

.btn-outline-green-rich:disabled,
.btn-outline-green-rich.disabled {
    color: #03884a;
    background-color: transparent
}

.btn-outline-green-bright {
    color: #6bbe51;
    border-color: #6bbe51
}

.btn-outline-green-bright:hover {
    color: #000;
    background-color: #6bbe51;
    border-color: #6bbe51
}

.btn-check:focus+.btn-outline-green-bright,
.btn-outline-green-bright:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(107, 190, 81, .5);
    box-shadow: 0 0 0 .25rem rgba(107, 190, 81, .5)
}

.btn-check:checked+.btn-outline-green-bright,
.btn-check:active+.btn-outline-green-bright,
.btn-outline-green-bright:active,
.btn-outline-green-bright.active,
.btn-outline-green-bright.dropdown-toggle.show {
    color: #000;
    background-color: #6bbe51;
    border-color: #6bbe51
}

.btn-check:checked+.btn-outline-green-bright:focus,
.btn-check:active+.btn-outline-green-bright:focus,
.btn-outline-green-bright:active:focus,
.btn-outline-green-bright.active:focus,
.btn-outline-green-bright.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(107, 190, 81, .5);
    box-shadow: 0 0 0 .25rem rgba(107, 190, 81, .5)
}

.btn-outline-green-bright:disabled,
.btn-outline-green-bright.disabled {
    color: #6bbe51;
    background-color: transparent
}

.btn-outline-navy-dark {
    color: #002542;
    border-color: #002542
}

.btn-outline-navy-dark:hover {
    color: #fff;
    background-color: #002542;
    border-color: #002542
}

.btn-check:focus+.btn-outline-navy-dark,
.btn-outline-navy-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 37, 66, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 37, 66, .5)
}

.btn-check:checked+.btn-outline-navy-dark,
.btn-check:active+.btn-outline-navy-dark,
.btn-outline-navy-dark:active,
.btn-outline-navy-dark.active,
.btn-outline-navy-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #002542;
    border-color: #002542
}

.btn-check:checked+.btn-outline-navy-dark:focus,
.btn-check:active+.btn-outline-navy-dark:focus,
.btn-outline-navy-dark:active:focus,
.btn-outline-navy-dark.active:focus,
.btn-outline-navy-dark.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 37, 66, .5);
    box-shadow: 0 0 0 .25rem rgba(0, 37, 66, .5)
}

.btn-outline-navy-dark:disabled,
.btn-outline-navy-dark.disabled {
    color: #002542;
    background-color: transparent
}

.btn-outline-grey-mid {
    color: #3d4c57;
    border-color: #3d4c57
}

.btn-outline-grey-mid:hover {
    color: #fff;
    background-color: #3d4c57;
    border-color: #3d4c57
}

.btn-check:focus+.btn-outline-grey-mid,
.btn-outline-grey-mid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(61, 76, 87, .5);
    box-shadow: 0 0 0 .25rem rgba(61, 76, 87, .5)
}

.btn-check:checked+.btn-outline-grey-mid,
.btn-check:active+.btn-outline-grey-mid,
.btn-outline-grey-mid:active,
.btn-outline-grey-mid.active,
.btn-outline-grey-mid.dropdown-toggle.show {
    color: #fff;
    background-color: #3d4c57;
    border-color: #3d4c57
}

.btn-check:checked+.btn-outline-grey-mid:focus,
.btn-check:active+.btn-outline-grey-mid:focus,
.btn-outline-grey-mid:active:focus,
.btn-outline-grey-mid.active:focus,
.btn-outline-grey-mid.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(61, 76, 87, .5);
    box-shadow: 0 0 0 .25rem rgba(61, 76, 87, .5)
}

.btn-outline-grey-mid:disabled,
.btn-outline-grey-mid.disabled {
    color: #3d4c57;
    background-color: transparent
}

.btn-outline-grey-mid-lighter {
    color: #657582;
    border-color: #657582
}

.btn-outline-grey-mid-lighter:hover {
    color: #fff;
    background-color: #657582;
    border-color: #657582
}

.btn-check:focus+.btn-outline-grey-mid-lighter,
.btn-outline-grey-mid-lighter:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(101, 117, 130, .5);
    box-shadow: 0 0 0 .25rem rgba(101, 117, 130, .5)
}

.btn-check:checked+.btn-outline-grey-mid-lighter,
.btn-check:active+.btn-outline-grey-mid-lighter,
.btn-outline-grey-mid-lighter:active,
.btn-outline-grey-mid-lighter.active,
.btn-outline-grey-mid-lighter.dropdown-toggle.show {
    color: #fff;
    background-color: #657582;
    border-color: #657582
}

.btn-check:checked+.btn-outline-grey-mid-lighter:focus,
.btn-check:active+.btn-outline-grey-mid-lighter:focus,
.btn-outline-grey-mid-lighter:active:focus,
.btn-outline-grey-mid-lighter.active:focus,
.btn-outline-grey-mid-lighter.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(101, 117, 130, .5);
    box-shadow: 0 0 0 .25rem rgba(101, 117, 130, .5)
}

.btn-outline-grey-mid-lighter:disabled,
.btn-outline-grey-mid-lighter.disabled {
    color: #657582;
    background-color: transparent
}

.btn-outline-grey-light {
    color: #ebf0f2;
    border-color: #ebf0f2
}

.btn-outline-grey-light:hover {
    color: #000;
    background-color: #ebf0f2;
    border-color: #ebf0f2
}

.btn-check:focus+.btn-outline-grey-light,
.btn-outline-grey-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(235, 240, 242, .5);
    box-shadow: 0 0 0 .25rem rgba(235, 240, 242, .5)
}

.btn-check:checked+.btn-outline-grey-light,
.btn-check:active+.btn-outline-grey-light,
.btn-outline-grey-light:active,
.btn-outline-grey-light.active,
.btn-outline-grey-light.dropdown-toggle.show {
    color: #000;
    background-color: #ebf0f2;
    border-color: #ebf0f2
}

.btn-check:checked+.btn-outline-grey-light:focus,
.btn-check:active+.btn-outline-grey-light:focus,
.btn-outline-grey-light:active:focus,
.btn-outline-grey-light.active:focus,
.btn-outline-grey-light.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(235, 240, 242, .5);
    box-shadow: 0 0 0 .25rem rgba(235, 240, 242, .5)
}

.btn-outline-grey-light:disabled,
.btn-outline-grey-light.disabled {
    color: #ebf0f2;
    background-color: transparent
}

.btn-outline-grey-lighter {
    color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-outline-grey-lighter:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-check:focus+.btn-outline-grey-lighter,
.btn-outline-grey-lighter:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(242, 242, 242, .5);
    box-shadow: 0 0 0 .25rem rgba(242, 242, 242, .5)
}

.btn-check:checked+.btn-outline-grey-lighter,
.btn-check:active+.btn-outline-grey-lighter,
.btn-outline-grey-lighter:active,
.btn-outline-grey-lighter.active,
.btn-outline-grey-lighter.dropdown-toggle.show {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-check:checked+.btn-outline-grey-lighter:focus,
.btn-check:active+.btn-outline-grey-lighter:focus,
.btn-outline-grey-lighter:active:focus,
.btn-outline-grey-lighter.active:focus,
.btn-outline-grey-lighter.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(242, 242, 242, .5);
    box-shadow: 0 0 0 .25rem rgba(242, 242, 242, .5)
}

.btn-outline-grey-lighter:disabled,
.btn-outline-grey-lighter.disabled {
    color: #f2f2f2;
    background-color: transparent
}

.btn-outline-red {
    color: #f82222;
    border-color: #f82222
}

.btn-outline-red:hover {
    color: #000;
    background-color: #f82222;
    border-color: #f82222
}

.btn-check:focus+.btn-outline-red,
.btn-outline-red:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .5);
    box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .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: #000;
    background-color: #f82222;
    border-color: #f82222
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .5);
    box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .5)
}

.btn-outline-red:disabled,
.btn-outline-red.disabled {
    color: #f82222;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #2c4185;
    text-decoration: underline
}

.btn-link:hover {
    color: #23346a
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #96a0c2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25);
    box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    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, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    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, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    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 + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.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: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    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='%23343a40' 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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #96a0c2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25);
    box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    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: #fff;
    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 {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #96a0c2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25);
    box-shadow: 0 0 0 .25rem rgba(44, 65, 133, .25)
}

.form-check-input:checked {
    background-color: #2c4185;
    border-color: #2c4185
}

.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: #2c4185;
    border-color: #2c4185;
    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;
    -webkit-filter: 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;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        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='%2396a0c2'/%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,
.btn-check:disabled+.btn {
    pointer-events: none;
    -webkit-filter: 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 {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(44, 65, 133, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(44, 65, 133, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(44, 65, 133, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #2c4185;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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: #c0c6da
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2c4185;
    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: #c0c6da
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control:-ms-input-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(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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 {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    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 {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.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: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 12.5px 25px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .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: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754
}

.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: 4.125rem;
    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='%23343a40' 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='%23198754' 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 .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754
}

.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: .875em;
    color: #f82222
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 12.5px 25px;
    margin-top: .1rem;
    font-size: .875rem;
    color: #000;
    background-color: rgba(248, 34, 34, .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: #f82222;
    padding-right: calc(1.5em + .75rem);
    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='%23F82222'%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='%23F82222' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #f82222;
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .25);
    box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #f82222
}

.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: 4.125rem;
    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='%23343a40' 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='%23F82222'%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='%23F82222' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #f82222;
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .25);
    box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #f82222
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #f82222
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .25);
    box-shadow: 0 0 0 .25rem rgba(248, 34, 34, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #f82222
}

.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
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1024px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1600px) {
    .dropdown-menu-3xl-start {
        --bs-position: start
    }

    .dropdown-menu-3xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-3xl-end {
        --bs-position: end
    }

    .dropdown-menu-3xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1800px) {
    .dropdown-menu-4xl-start {
        --bs-position: start
    }

    .dropdown-menu-4xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-4xl-end {
        --bs-position: end
    }

    .dropdown-menu-4xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: 25px 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12.5px 50px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2c4185
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 50px;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: 12.5px 50px;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #2c4185
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #2c4185;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #23346a
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    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: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2c4185
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl,
.navbar>.container-3xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1024px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1440px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1600px) {
    .navbar-expand-3xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-3xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-3xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-3xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-3xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-3xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-3xl .navbar-toggler {
        display: none
    }

    .navbar-expand-3xl .offcanvas-header {
        display: none
    }

    .navbar-expand-3xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-3xl .offcanvas-top,
    .navbar-expand-3xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-3xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1800px) {
    .navbar-expand-4xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-4xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-4xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-4xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-4xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-4xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-4xl .navbar-toggler {
        display: none
    }

    .navbar-expand-4xl .offcanvas-header {
        display: none
    }

    .navbar-expand-4xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand-4xl .offcanvas-top,
    .navbar-expand-4xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-4xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 50px
}

.card-title {
    margin-bottom: 25px
}

.card-subtitle {
    margin-top: -12.5px;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 50px
}

.card-header {
    padding: 25px 50px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: 25px 50px;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -25px;
    margin-bottom: -25px;
    margin-left: -25px;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -25px;
    margin-left: -25px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: 0 0;
    margin: 0 0 0 auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: -.25rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1024px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1023.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1439.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1599.98px) {
    .modal-fullscreen-3xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-3xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-3xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-3xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-3xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1799.98px) {
    .modal-fullscreen-4xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-4xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-4xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-4xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-4xl-down .modal-footer {
        border-radius: 0
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    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: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    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: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    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: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 50px;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -50px;
    margin-bottom: 50px;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.table,
.block-wysiwyg table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 50px;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>*,
.block-wysiwyg table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody,
.block-wysiwyg table>tbody {
    vertical-align: inherit
}

.table>thead,
.block-wysiwyg table>thead {
    vertical-align: bottom
}

.table>:not(:first-child),
.block-wysiwyg table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>*,
.block-wysiwyg table>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child),
.block-wysiwyg table>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #d5d9e7;
    --bs-table-striped-bg: #cacedb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c0c3d0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c5c9d6;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c0c3d0
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #fed3d3;
    --bs-table-striped-bg: #f1c8c8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5bebe;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebc3c3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5bebe
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1023.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1439.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1599.98px) {
    .table-responsive-3xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1799.98px) {
    .table-responsive-4xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #2c4185
}

.link-primary:hover,
.link-primary:focus {
    color: #23346a
}

.link-blue {
    color: #007db8
}

.link-blue:hover,
.link-blue:focus {
    color: #006493
}

.link-navy {
    color: #004377
}

.link-navy:hover,
.link-navy:focus {
    color: #00365f
}

.link-gold {
    color: #fad239
}

.link-gold:hover,
.link-gold:focus {
    color: #fbdb61
}

.link-green-rich {
    color: #03884a
}

.link-green-rich:hover,
.link-green-rich:focus {
    color: #026d3b
}

.link-green-bright {
    color: #6bbe51
}

.link-green-bright:hover,
.link-green-bright:focus {
    color: #89cb74
}

.link-navy-dark {
    color: #002542
}

.link-navy-dark:hover,
.link-navy-dark:focus {
    color: #001e35
}

.link-grey-mid {
    color: #3d4c57
}

.link-grey-mid:hover,
.link-grey-mid:focus {
    color: #313d46
}

.link-grey-mid-lighter {
    color: #657582
}

.link-grey-mid-lighter:hover,
.link-grey-mid-lighter:focus {
    color: #515e68
}

.link-grey-light {
    color: #ebf0f2
}

.link-grey-light:hover,
.link-grey-light:focus {
    color: #eff3f5
}

.link-grey-lighter {
    color: #f2f2f2
}

.link-grey-lighter:hover,
.link-grey-lighter:focus {
    color: #f5f5f5
}

.link-red {
    color: #f82222
}

.link-red:hover,
.link-red:focus {
    color: #f94e4e
}

.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: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.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:1024px) {
    .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:1440px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1600px) {
    .sticky-3xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1800px) {
    .sticky-4xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    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;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #2c4185 !important
}

.border-blue {
    border-color: #007db8 !important
}

.border-navy {
    border-color: #004377 !important
}

.border-gold {
    border-color: #fad239 !important
}

.border-green-rich {
    border-color: #03884a !important
}

.border-green-bright {
    border-color: #6bbe51 !important
}

.border-navy-dark {
    border-color: #002542 !important
}

.border-grey-mid {
    border-color: #3d4c57 !important
}

.border-grey-mid-lighter {
    border-color: #657582 !important
}

.border-grey-light {
    border-color: #ebf0f2 !important
}

.border-grey-lighter {
    border-color: #f2f2f2 !important
}

.border-red {
    border-color: #f82222 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 12.5px !important
}

.gap-2 {
    gap: 25px !important
}

.gap-3 {
    gap: 50px !important
}

.gap-4 {
    gap: 75px !important
}

.gap-5 {
    gap: 150px !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 12.5px !important
}

.m-2 {
    margin: 25px !important
}

.m-3 {
    margin: 50px !important
}

.m-4 {
    margin: 75px !important
}

.m-5 {
    margin: 150px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 12.5px !important;
    margin-left: 12.5px !important
}

.mx-2 {
    margin-right: 25px !important;
    margin-left: 25px !important
}

.mx-3 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.mx-4 {
    margin-right: 75px !important;
    margin-left: 75px !important
}

.mx-5 {
    margin-right: 150px !important;
    margin-left: 150px !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: 12.5px !important;
    margin-bottom: 12.5px !important
}

.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.my-4 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.my-5 {
    margin-top: 150px !important;
    margin-bottom: 150px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 12.5px !important
}

.mt-2 {
    margin-top: 25px !important
}

.mt-3 {
    margin-top: 50px !important
}

.mt-4 {
    margin-top: 75px !important
}

.mt-5 {
    margin-top: 150px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: 12.5px !important
}

.me-2 {
    margin-right: 25px !important
}

.me-3 {
    margin-right: 50px !important
}

.me-4 {
    margin-right: 75px !important
}

.me-5 {
    margin-right: 150px !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 12.5px !important
}

.mb-2 {
    margin-bottom: 25px !important
}

.mb-3 {
    margin-bottom: 50px !important
}

.mb-4 {
    margin-bottom: 75px !important
}

.mb-5 {
    margin-bottom: 150px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: 12.5px !important
}

.ms-2 {
    margin-left: 25px !important
}

.ms-3 {
    margin-left: 50px !important
}

.ms-4 {
    margin-left: 75px !important
}

.ms-5 {
    margin-left: 150px !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 12.5px !important
}

.p-2 {
    padding: 25px !important
}

.p-3 {
    padding: 50px !important
}

.p-4 {
    padding: 75px !important
}

.p-5 {
    padding: 150px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important
}

.px-2 {
    padding-right: 25px !important;
    padding-left: 25px !important
}

.px-3 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.px-4 {
    padding-right: 75px !important;
    padding-left: 75px !important
}

.px-5 {
    padding-right: 150px !important;
    padding-left: 150px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important
}

.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.py-4 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.py-5 {
    padding-top: 150px !important;
    padding-bottom: 150px !important
}

.pt-0,
.block-03.block-03--clean {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 12.5px !important
}

.pt-2 {
    padding-top: 25px !important
}

.pt-3 {
    padding-top: 50px !important
}

.pt-4 {
    padding-top: 75px !important
}

.pt-5 {
    padding-top: 150px !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: 12.5px !important
}

.pe-2 {
    padding-right: 25px !important
}

.pe-3 {
    padding-right: 50px !important
}

.pe-4 {
    padding-right: 75px !important
}

.pe-5 {
    padding-right: 150px !important
}

.pb-0,
.block-03.block-03--clean {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 12.5px !important
}

.pb-2 {
    padding-bottom: 25px !important
}

.pb-3 {
    padding-bottom: 50px !important
}

.pb-4 {
    padding-bottom: 75px !important
}

.pb-5 {
    padding-bottom: 150px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: 12.5px !important
}

.ps-2 {
    padding-left: 25px !important
}

.ps-3 {
    padding-left: 50px !important
}

.ps-4 {
    padding-left: 75px !important
}

.ps-5 {
    padding-left: 150px !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 + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .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-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

.text-navy {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-navy-rgb), var(--bs-text-opacity)) !important
}

.text-gold {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gold-rgb), var(--bs-text-opacity)) !important
}

.text-green-rich {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rich-rgb), var(--bs-text-opacity)) !important
}

.text-green-bright {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-bright-rgb), var(--bs-text-opacity)) !important
}

.text-navy-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-navy-dark-rgb), var(--bs-text-opacity)) !important
}

.text-grey-mid {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-mid-rgb), var(--bs-text-opacity)) !important
}

.text-grey-mid-lighter {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-mid-lighter-rgb), var(--bs-text-opacity)) !important
}

.text-grey-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-light-rgb), var(--bs-text-opacity)) !important
}

.text-grey-lighter {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-lighter-rgb), var(--bs-text-opacity)) !important
}

.text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-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: #6c757d !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-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important
}

.bg-navy {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-navy-rgb), var(--bs-bg-opacity)) !important
}

.bg-gold {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gold-rgb), var(--bs-bg-opacity)) !important
}

.bg-green-rich {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rich-rgb), var(--bs-bg-opacity)) !important
}

.bg-green-bright {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-bright-rgb), var(--bs-bg-opacity)) !important
}

.bg-navy-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-navy-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-grey-mid {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-mid-rgb), var(--bs-bg-opacity)) !important
}

.bg-grey-mid-lighter {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-mid-lighter-rgb), var(--bs-bg-opacity)) !important
}

.bg-grey-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-grey-lighter {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-lighter-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-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-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-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;
    -ms-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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 12.5px !important
    }

    .gap-sm-2 {
        gap: 25px !important
    }

    .gap-sm-3 {
        gap: 50px !important
    }

    .gap-sm-4 {
        gap: 75px !important
    }

    .gap-sm-5 {
        gap: 150px !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 12.5px !important
    }

    .m-sm-2 {
        margin: 25px !important
    }

    .m-sm-3 {
        margin: 50px !important
    }

    .m-sm-4 {
        margin: 75px !important
    }

    .m-sm-5 {
        margin: 150px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-sm-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-sm-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-sm-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-sm-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-sm-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-sm-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-sm-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-sm-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 12.5px !important
    }

    .mt-sm-2 {
        margin-top: 25px !important
    }

    .mt-sm-3 {
        margin-top: 50px !important
    }

    .mt-sm-4 {
        margin-top: 75px !important
    }

    .mt-sm-5 {
        margin-top: 150px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: 12.5px !important
    }

    .me-sm-2 {
        margin-right: 25px !important
    }

    .me-sm-3 {
        margin-right: 50px !important
    }

    .me-sm-4 {
        margin-right: 75px !important
    }

    .me-sm-5 {
        margin-right: 150px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 12.5px !important
    }

    .mb-sm-2 {
        margin-bottom: 25px !important
    }

    .mb-sm-3 {
        margin-bottom: 50px !important
    }

    .mb-sm-4 {
        margin-bottom: 75px !important
    }

    .mb-sm-5 {
        margin-bottom: 150px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: 12.5px !important
    }

    .ms-sm-2 {
        margin-left: 25px !important
    }

    .ms-sm-3 {
        margin-left: 50px !important
    }

    .ms-sm-4 {
        margin-left: 75px !important
    }

    .ms-sm-5 {
        margin-left: 150px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 12.5px !important
    }

    .p-sm-2 {
        padding: 25px !important
    }

    .p-sm-3 {
        padding: 50px !important
    }

    .p-sm-4 {
        padding: 75px !important
    }

    .p-sm-5 {
        padding: 150px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-sm-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-sm-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-sm-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-sm-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-sm-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-sm-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-sm-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-sm-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 12.5px !important
    }

    .pt-sm-2 {
        padding-top: 25px !important
    }

    .pt-sm-3 {
        padding-top: 50px !important
    }

    .pt-sm-4 {
        padding-top: 75px !important
    }

    .pt-sm-5 {
        padding-top: 150px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: 12.5px !important
    }

    .pe-sm-2 {
        padding-right: 25px !important
    }

    .pe-sm-3 {
        padding-right: 50px !important
    }

    .pe-sm-4 {
        padding-right: 75px !important
    }

    .pe-sm-5 {
        padding-right: 150px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 12.5px !important
    }

    .pb-sm-2 {
        padding-bottom: 25px !important
    }

    .pb-sm-3 {
        padding-bottom: 50px !important
    }

    .pb-sm-4 {
        padding-bottom: 75px !important
    }

    .pb-sm-5 {
        padding-bottom: 150px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: 12.5px !important
    }

    .ps-sm-2 {
        padding-left: 25px !important
    }

    .ps-sm-3 {
        padding-left: 50px !important
    }

    .ps-sm-4 {
        padding-left: 75px !important
    }

    .ps-sm-5 {
        padding-left: 150px !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 12.5px !important
    }

    .gap-md-2 {
        gap: 25px !important
    }

    .gap-md-3 {
        gap: 50px !important
    }

    .gap-md-4 {
        gap: 75px !important
    }

    .gap-md-5 {
        gap: 150px !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 12.5px !important
    }

    .m-md-2 {
        margin: 25px !important
    }

    .m-md-3 {
        margin: 50px !important
    }

    .m-md-4 {
        margin: 75px !important
    }

    .m-md-5 {
        margin: 150px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-md-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-md-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-md-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-md-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-md-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-md-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-md-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-md-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 12.5px !important
    }

    .mt-md-2 {
        margin-top: 25px !important
    }

    .mt-md-3 {
        margin-top: 50px !important
    }

    .mt-md-4 {
        margin-top: 75px !important
    }

    .mt-md-5 {
        margin-top: 150px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: 12.5px !important
    }

    .me-md-2 {
        margin-right: 25px !important
    }

    .me-md-3 {
        margin-right: 50px !important
    }

    .me-md-4 {
        margin-right: 75px !important
    }

    .me-md-5 {
        margin-right: 150px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 12.5px !important
    }

    .mb-md-2 {
        margin-bottom: 25px !important
    }

    .mb-md-3 {
        margin-bottom: 50px !important
    }

    .mb-md-4 {
        margin-bottom: 75px !important
    }

    .mb-md-5 {
        margin-bottom: 150px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: 12.5px !important
    }

    .ms-md-2 {
        margin-left: 25px !important
    }

    .ms-md-3 {
        margin-left: 50px !important
    }

    .ms-md-4 {
        margin-left: 75px !important
    }

    .ms-md-5 {
        margin-left: 150px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 12.5px !important
    }

    .p-md-2 {
        padding: 25px !important
    }

    .p-md-3 {
        padding: 50px !important
    }

    .p-md-4 {
        padding: 75px !important
    }

    .p-md-5 {
        padding: 150px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-md-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-md-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-md-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-md-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-md-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-md-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-md-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-md-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 12.5px !important
    }

    .pt-md-2 {
        padding-top: 25px !important
    }

    .pt-md-3 {
        padding-top: 50px !important
    }

    .pt-md-4 {
        padding-top: 75px !important
    }

    .pt-md-5 {
        padding-top: 150px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: 12.5px !important
    }

    .pe-md-2 {
        padding-right: 25px !important
    }

    .pe-md-3 {
        padding-right: 50px !important
    }

    .pe-md-4 {
        padding-right: 75px !important
    }

    .pe-md-5 {
        padding-right: 150px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 12.5px !important
    }

    .pb-md-2 {
        padding-bottom: 25px !important
    }

    .pb-md-3 {
        padding-bottom: 50px !important
    }

    .pb-md-4 {
        padding-bottom: 75px !important
    }

    .pb-md-5 {
        padding-bottom: 150px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: 12.5px !important
    }

    .ps-md-2 {
        padding-left: 25px !important
    }

    .ps-md-3 {
        padding-left: 50px !important
    }

    .ps-md-4 {
        padding-left: 75px !important
    }

    .ps-md-5 {
        padding-left: 150px !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:1024px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 12.5px !important
    }

    .gap-lg-2 {
        gap: 25px !important
    }

    .gap-lg-3 {
        gap: 50px !important
    }

    .gap-lg-4 {
        gap: 75px !important
    }

    .gap-lg-5 {
        gap: 150px !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 12.5px !important
    }

    .m-lg-2 {
        margin: 25px !important
    }

    .m-lg-3 {
        margin: 50px !important
    }

    .m-lg-4 {
        margin: 75px !important
    }

    .m-lg-5 {
        margin: 150px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-lg-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-lg-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-lg-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-lg-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-lg-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-lg-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-lg-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-lg-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 12.5px !important
    }

    .mt-lg-2 {
        margin-top: 25px !important
    }

    .mt-lg-3 {
        margin-top: 50px !important
    }

    .mt-lg-4 {
        margin-top: 75px !important
    }

    .mt-lg-5 {
        margin-top: 150px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: 12.5px !important
    }

    .me-lg-2 {
        margin-right: 25px !important
    }

    .me-lg-3 {
        margin-right: 50px !important
    }

    .me-lg-4 {
        margin-right: 75px !important
    }

    .me-lg-5 {
        margin-right: 150px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 12.5px !important
    }

    .mb-lg-2 {
        margin-bottom: 25px !important
    }

    .mb-lg-3 {
        margin-bottom: 50px !important
    }

    .mb-lg-4 {
        margin-bottom: 75px !important
    }

    .mb-lg-5 {
        margin-bottom: 150px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: 12.5px !important
    }

    .ms-lg-2 {
        margin-left: 25px !important
    }

    .ms-lg-3 {
        margin-left: 50px !important
    }

    .ms-lg-4 {
        margin-left: 75px !important
    }

    .ms-lg-5 {
        margin-left: 150px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 12.5px !important
    }

    .p-lg-2 {
        padding: 25px !important
    }

    .p-lg-3 {
        padding: 50px !important
    }

    .p-lg-4 {
        padding: 75px !important
    }

    .p-lg-5 {
        padding: 150px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-lg-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-lg-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-lg-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-lg-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-lg-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-lg-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-lg-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-lg-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 12.5px !important
    }

    .pt-lg-2 {
        padding-top: 25px !important
    }

    .pt-lg-3 {
        padding-top: 50px !important
    }

    .pt-lg-4 {
        padding-top: 75px !important
    }

    .pt-lg-5 {
        padding-top: 150px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: 12.5px !important
    }

    .pe-lg-2 {
        padding-right: 25px !important
    }

    .pe-lg-3 {
        padding-right: 50px !important
    }

    .pe-lg-4 {
        padding-right: 75px !important
    }

    .pe-lg-5 {
        padding-right: 150px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 12.5px !important
    }

    .pb-lg-2 {
        padding-bottom: 25px !important
    }

    .pb-lg-3 {
        padding-bottom: 50px !important
    }

    .pb-lg-4 {
        padding-bottom: 75px !important
    }

    .pb-lg-5 {
        padding-bottom: 150px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: 12.5px !important
    }

    .ps-lg-2 {
        padding-left: 25px !important
    }

    .ps-lg-3 {
        padding-left: 50px !important
    }

    .ps-lg-4 {
        padding-left: 75px !important
    }

    .ps-lg-5 {
        padding-left: 150px !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 12.5px !important
    }

    .gap-xl-2 {
        gap: 25px !important
    }

    .gap-xl-3 {
        gap: 50px !important
    }

    .gap-xl-4 {
        gap: 75px !important
    }

    .gap-xl-5 {
        gap: 150px !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 12.5px !important
    }

    .m-xl-2 {
        margin: 25px !important
    }

    .m-xl-3 {
        margin: 50px !important
    }

    .m-xl-4 {
        margin: 75px !important
    }

    .m-xl-5 {
        margin: 150px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 12.5px !important
    }

    .mt-xl-2 {
        margin-top: 25px !important
    }

    .mt-xl-3 {
        margin-top: 50px !important
    }

    .mt-xl-4 {
        margin-top: 75px !important
    }

    .mt-xl-5 {
        margin-top: 150px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: 12.5px !important
    }

    .me-xl-2 {
        margin-right: 25px !important
    }

    .me-xl-3 {
        margin-right: 50px !important
    }

    .me-xl-4 {
        margin-right: 75px !important
    }

    .me-xl-5 {
        margin-right: 150px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-xl-2 {
        margin-bottom: 25px !important
    }

    .mb-xl-3 {
        margin-bottom: 50px !important
    }

    .mb-xl-4 {
        margin-bottom: 75px !important
    }

    .mb-xl-5 {
        margin-bottom: 150px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: 12.5px !important
    }

    .ms-xl-2 {
        margin-left: 25px !important
    }

    .ms-xl-3 {
        margin-left: 50px !important
    }

    .ms-xl-4 {
        margin-left: 75px !important
    }

    .ms-xl-5 {
        margin-left: 150px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 12.5px !important
    }

    .p-xl-2 {
        padding: 25px !important
    }

    .p-xl-3 {
        padding: 50px !important
    }

    .p-xl-4 {
        padding: 75px !important
    }

    .p-xl-5 {
        padding: 150px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 12.5px !important
    }

    .pt-xl-2 {
        padding-top: 25px !important
    }

    .pt-xl-3 {
        padding-top: 50px !important
    }

    .pt-xl-4 {
        padding-top: 75px !important
    }

    .pt-xl-5 {
        padding-top: 150px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: 12.5px !important
    }

    .pe-xl-2 {
        padding-right: 25px !important
    }

    .pe-xl-3 {
        padding-right: 50px !important
    }

    .pe-xl-4 {
        padding-right: 75px !important
    }

    .pe-xl-5 {
        padding-right: 150px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-xl-2 {
        padding-bottom: 25px !important
    }

    .pb-xl-3 {
        padding-bottom: 50px !important
    }

    .pb-xl-4 {
        padding-bottom: 75px !important
    }

    .pb-xl-5 {
        padding-bottom: 150px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: 12.5px !important
    }

    .ps-xl-2 {
        padding-left: 25px !important
    }

    .ps-xl-3 {
        padding-left: 50px !important
    }

    .ps-xl-4 {
        padding-left: 75px !important
    }

    .ps-xl-5 {
        padding-left: 150px !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:1440px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 12.5px !important
    }

    .gap-xxl-2 {
        gap: 25px !important
    }

    .gap-xxl-3 {
        gap: 50px !important
    }

    .gap-xxl-4 {
        gap: 75px !important
    }

    .gap-xxl-5 {
        gap: 150px !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 12.5px !important
    }

    .m-xxl-2 {
        margin: 25px !important
    }

    .m-xxl-3 {
        margin: 50px !important
    }

    .m-xxl-4 {
        margin: 75px !important
    }

    .m-xxl-5 {
        margin: 150px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-xxl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-xxl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-xxl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-xxl-5 {
        margin-right: 150px !important;
        margin-left: 150px !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: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-xxl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-xxl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-xxl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-xxl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 12.5px !important
    }

    .mt-xxl-2 {
        margin-top: 25px !important
    }

    .mt-xxl-3 {
        margin-top: 50px !important
    }

    .mt-xxl-4 {
        margin-top: 75px !important
    }

    .mt-xxl-5 {
        margin-top: 150px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: 12.5px !important
    }

    .me-xxl-2 {
        margin-right: 25px !important
    }

    .me-xxl-3 {
        margin-right: 50px !important
    }

    .me-xxl-4 {
        margin-right: 75px !important
    }

    .me-xxl-5 {
        margin-right: 150px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-xxl-2 {
        margin-bottom: 25px !important
    }

    .mb-xxl-3 {
        margin-bottom: 50px !important
    }

    .mb-xxl-4 {
        margin-bottom: 75px !important
    }

    .mb-xxl-5 {
        margin-bottom: 150px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: 12.5px !important
    }

    .ms-xxl-2 {
        margin-left: 25px !important
    }

    .ms-xxl-3 {
        margin-left: 50px !important
    }

    .ms-xxl-4 {
        margin-left: 75px !important
    }

    .ms-xxl-5 {
        margin-left: 150px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 12.5px !important
    }

    .p-xxl-2 {
        padding: 25px !important
    }

    .p-xxl-3 {
        padding: 50px !important
    }

    .p-xxl-4 {
        padding: 75px !important
    }

    .p-xxl-5 {
        padding: 150px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-xxl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-xxl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-xxl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-xxl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-xxl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-xxl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-xxl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-xxl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 12.5px !important
    }

    .pt-xxl-2 {
        padding-top: 25px !important
    }

    .pt-xxl-3 {
        padding-top: 50px !important
    }

    .pt-xxl-4 {
        padding-top: 75px !important
    }

    .pt-xxl-5 {
        padding-top: 150px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: 12.5px !important
    }

    .pe-xxl-2 {
        padding-right: 25px !important
    }

    .pe-xxl-3 {
        padding-right: 50px !important
    }

    .pe-xxl-4 {
        padding-right: 75px !important
    }

    .pe-xxl-5 {
        padding-right: 150px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-xxl-2 {
        padding-bottom: 25px !important
    }

    .pb-xxl-3 {
        padding-bottom: 50px !important
    }

    .pb-xxl-4 {
        padding-bottom: 75px !important
    }

    .pb-xxl-5 {
        padding-bottom: 150px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: 12.5px !important
    }

    .ps-xxl-2 {
        padding-left: 25px !important
    }

    .ps-xxl-3 {
        padding-left: 50px !important
    }

    .ps-xxl-4 {
        padding-left: 75px !important
    }

    .ps-xxl-5 {
        padding-left: 150px !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:1600px) {
    .float-3xl-start {
        float: left !important
    }

    .float-3xl-end {
        float: right !important
    }

    .float-3xl-none {
        float: none !important
    }

    .d-3xl-inline {
        display: inline !important
    }

    .d-3xl-inline-block {
        display: inline-block !important
    }

    .d-3xl-block {
        display: block !important
    }

    .d-3xl-grid {
        display: grid !important
    }

    .d-3xl-table {
        display: table !important
    }

    .d-3xl-table-row {
        display: table-row !important
    }

    .d-3xl-table-cell {
        display: table-cell !important
    }

    .d-3xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-3xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-3xl-none {
        display: none !important
    }

    .flex-3xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-3xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-3xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-3xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-3xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-3xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-3xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-3xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-3xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-3xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-3xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-3xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-3xl-0 {
        gap: 0 !important
    }

    .gap-3xl-1 {
        gap: 12.5px !important
    }

    .gap-3xl-2 {
        gap: 25px !important
    }

    .gap-3xl-3 {
        gap: 50px !important
    }

    .gap-3xl-4 {
        gap: 75px !important
    }

    .gap-3xl-5 {
        gap: 150px !important
    }

    .justify-content-3xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-3xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-3xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-3xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-3xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-3xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-3xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-3xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-3xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-3xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-3xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-3xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-3xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-3xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-3xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-3xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-3xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-3xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-3xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-3xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-3xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-3xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-3xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-3xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-3xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-3xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-3xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-3xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-3xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-3xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-3xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-3xl-0 {
        margin: 0 !important
    }

    .m-3xl-1 {
        margin: 12.5px !important
    }

    .m-3xl-2 {
        margin: 25px !important
    }

    .m-3xl-3 {
        margin: 50px !important
    }

    .m-3xl-4 {
        margin: 75px !important
    }

    .m-3xl-5 {
        margin: 150px !important
    }

    .m-3xl-auto {
        margin: auto !important
    }

    .mx-3xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-3xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-3xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-3xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-3xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-3xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }

    .mx-3xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-3xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-3xl-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-3xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-3xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-3xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-3xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-3xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-3xl-0 {
        margin-top: 0 !important
    }

    .mt-3xl-1 {
        margin-top: 12.5px !important
    }

    .mt-3xl-2 {
        margin-top: 25px !important
    }

    .mt-3xl-3 {
        margin-top: 50px !important
    }

    .mt-3xl-4 {
        margin-top: 75px !important
    }

    .mt-3xl-5 {
        margin-top: 150px !important
    }

    .mt-3xl-auto {
        margin-top: auto !important
    }

    .me-3xl-0 {
        margin-right: 0 !important
    }

    .me-3xl-1 {
        margin-right: 12.5px !important
    }

    .me-3xl-2 {
        margin-right: 25px !important
    }

    .me-3xl-3 {
        margin-right: 50px !important
    }

    .me-3xl-4 {
        margin-right: 75px !important
    }

    .me-3xl-5 {
        margin-right: 150px !important
    }

    .me-3xl-auto {
        margin-right: auto !important
    }

    .mb-3xl-0 {
        margin-bottom: 0 !important
    }

    .mb-3xl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-3xl-2 {
        margin-bottom: 25px !important
    }

    .mb-3xl-3 {
        margin-bottom: 50px !important
    }

    .mb-3xl-4 {
        margin-bottom: 75px !important
    }

    .mb-3xl-5 {
        margin-bottom: 150px !important
    }

    .mb-3xl-auto {
        margin-bottom: auto !important
    }

    .ms-3xl-0 {
        margin-left: 0 !important
    }

    .ms-3xl-1 {
        margin-left: 12.5px !important
    }

    .ms-3xl-2 {
        margin-left: 25px !important
    }

    .ms-3xl-3 {
        margin-left: 50px !important
    }

    .ms-3xl-4 {
        margin-left: 75px !important
    }

    .ms-3xl-5 {
        margin-left: 150px !important
    }

    .ms-3xl-auto {
        margin-left: auto !important
    }

    .p-3xl-0 {
        padding: 0 !important
    }

    .p-3xl-1 {
        padding: 12.5px !important
    }

    .p-3xl-2 {
        padding: 25px !important
    }

    .p-3xl-3 {
        padding: 50px !important
    }

    .p-3xl-4 {
        padding: 75px !important
    }

    .p-3xl-5 {
        padding: 150px !important
    }

    .px-3xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-3xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-3xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-3xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-3xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-3xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-3xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-3xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-3xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-3xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-3xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-3xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-3xl-0 {
        padding-top: 0 !important
    }

    .pt-3xl-1 {
        padding-top: 12.5px !important
    }

    .pt-3xl-2 {
        padding-top: 25px !important
    }

    .pt-3xl-3 {
        padding-top: 50px !important
    }

    .pt-3xl-4 {
        padding-top: 75px !important
    }

    .pt-3xl-5 {
        padding-top: 150px !important
    }

    .pe-3xl-0 {
        padding-right: 0 !important
    }

    .pe-3xl-1 {
        padding-right: 12.5px !important
    }

    .pe-3xl-2 {
        padding-right: 25px !important
    }

    .pe-3xl-3 {
        padding-right: 50px !important
    }

    .pe-3xl-4 {
        padding-right: 75px !important
    }

    .pe-3xl-5 {
        padding-right: 150px !important
    }

    .pb-3xl-0 {
        padding-bottom: 0 !important
    }

    .pb-3xl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-3xl-2 {
        padding-bottom: 25px !important
    }

    .pb-3xl-3 {
        padding-bottom: 50px !important
    }

    .pb-3xl-4 {
        padding-bottom: 75px !important
    }

    .pb-3xl-5 {
        padding-bottom: 150px !important
    }

    .ps-3xl-0 {
        padding-left: 0 !important
    }

    .ps-3xl-1 {
        padding-left: 12.5px !important
    }

    .ps-3xl-2 {
        padding-left: 25px !important
    }

    .ps-3xl-3 {
        padding-left: 50px !important
    }

    .ps-3xl-4 {
        padding-left: 75px !important
    }

    .ps-3xl-5 {
        padding-left: 150px !important
    }

    .text-3xl-start {
        text-align: left !important
    }

    .text-3xl-end {
        text-align: right !important
    }

    .text-3xl-center {
        text-align: center !important
    }
}

@media (min-width:1800px) {
    .float-4xl-start {
        float: left !important
    }

    .float-4xl-end {
        float: right !important
    }

    .float-4xl-none {
        float: none !important
    }

    .d-4xl-inline {
        display: inline !important
    }

    .d-4xl-inline-block {
        display: inline-block !important
    }

    .d-4xl-block {
        display: block !important
    }

    .d-4xl-grid {
        display: grid !important
    }

    .d-4xl-table {
        display: table !important
    }

    .d-4xl-table-row {
        display: table-row !important
    }

    .d-4xl-table-cell {
        display: table-cell !important
    }

    .d-4xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-4xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-4xl-none {
        display: none !important
    }

    .flex-4xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-4xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-4xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-4xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-4xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-4xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-4xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-4xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-4xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-4xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-4xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-4xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-4xl-0 {
        gap: 0 !important
    }

    .gap-4xl-1 {
        gap: 12.5px !important
    }

    .gap-4xl-2 {
        gap: 25px !important
    }

    .gap-4xl-3 {
        gap: 50px !important
    }

    .gap-4xl-4 {
        gap: 75px !important
    }

    .gap-4xl-5 {
        gap: 150px !important
    }

    .justify-content-4xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-4xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-4xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-4xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-4xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-4xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-4xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-4xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-4xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-4xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-4xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-4xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-4xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-4xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-4xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-4xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-4xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-4xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-4xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-4xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-4xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-4xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-4xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-4xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-4xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-4xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-4xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-4xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-4xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-4xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-4xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-4xl-0 {
        margin: 0 !important
    }

    .m-4xl-1 {
        margin: 12.5px !important
    }

    .m-4xl-2 {
        margin: 25px !important
    }

    .m-4xl-3 {
        margin: 50px !important
    }

    .m-4xl-4 {
        margin: 75px !important
    }

    .m-4xl-5 {
        margin: 150px !important
    }

    .m-4xl-auto {
        margin: auto !important
    }

    .mx-4xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-4xl-1 {
        margin-right: 12.5px !important;
        margin-left: 12.5px !important
    }

    .mx-4xl-2 {
        margin-right: 25px !important;
        margin-left: 25px !important
    }

    .mx-4xl-3 {
        margin-right: 50px !important;
        margin-left: 50px !important
    }

    .mx-4xl-4 {
        margin-right: 75px !important;
        margin-left: 75px !important
    }

    .mx-4xl-5 {
        margin-right: 150px !important;
        margin-left: 150px !important
    }

    .mx-4xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-4xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-4xl-1 {
        margin-top: 12.5px !important;
        margin-bottom: 12.5px !important
    }

    .my-4xl-2 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .my-4xl-3 {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .my-4xl-4 {
        margin-top: 75px !important;
        margin-bottom: 75px !important
    }

    .my-4xl-5 {
        margin-top: 150px !important;
        margin-bottom: 150px !important
    }

    .my-4xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-4xl-0 {
        margin-top: 0 !important
    }

    .mt-4xl-1 {
        margin-top: 12.5px !important
    }

    .mt-4xl-2 {
        margin-top: 25px !important
    }

    .mt-4xl-3 {
        margin-top: 50px !important
    }

    .mt-4xl-4 {
        margin-top: 75px !important
    }

    .mt-4xl-5 {
        margin-top: 150px !important
    }

    .mt-4xl-auto {
        margin-top: auto !important
    }

    .me-4xl-0 {
        margin-right: 0 !important
    }

    .me-4xl-1 {
        margin-right: 12.5px !important
    }

    .me-4xl-2 {
        margin-right: 25px !important
    }

    .me-4xl-3 {
        margin-right: 50px !important
    }

    .me-4xl-4 {
        margin-right: 75px !important
    }

    .me-4xl-5 {
        margin-right: 150px !important
    }

    .me-4xl-auto {
        margin-right: auto !important
    }

    .mb-4xl-0 {
        margin-bottom: 0 !important
    }

    .mb-4xl-1 {
        margin-bottom: 12.5px !important
    }

    .mb-4xl-2 {
        margin-bottom: 25px !important
    }

    .mb-4xl-3 {
        margin-bottom: 50px !important
    }

    .mb-4xl-4 {
        margin-bottom: 75px !important
    }

    .mb-4xl-5 {
        margin-bottom: 150px !important
    }

    .mb-4xl-auto {
        margin-bottom: auto !important
    }

    .ms-4xl-0 {
        margin-left: 0 !important
    }

    .ms-4xl-1 {
        margin-left: 12.5px !important
    }

    .ms-4xl-2 {
        margin-left: 25px !important
    }

    .ms-4xl-3 {
        margin-left: 50px !important
    }

    .ms-4xl-4 {
        margin-left: 75px !important
    }

    .ms-4xl-5 {
        margin-left: 150px !important
    }

    .ms-4xl-auto {
        margin-left: auto !important
    }

    .p-4xl-0 {
        padding: 0 !important
    }

    .p-4xl-1 {
        padding: 12.5px !important
    }

    .p-4xl-2 {
        padding: 25px !important
    }

    .p-4xl-3 {
        padding: 50px !important
    }

    .p-4xl-4 {
        padding: 75px !important
    }

    .p-4xl-5 {
        padding: 150px !important
    }

    .px-4xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-4xl-1 {
        padding-right: 12.5px !important;
        padding-left: 12.5px !important
    }

    .px-4xl-2 {
        padding-right: 25px !important;
        padding-left: 25px !important
    }

    .px-4xl-3 {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

    .px-4xl-4 {
        padding-right: 75px !important;
        padding-left: 75px !important
    }

    .px-4xl-5 {
        padding-right: 150px !important;
        padding-left: 150px !important
    }

    .py-4xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-4xl-1 {
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important
    }

    .py-4xl-2 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .py-4xl-3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .py-4xl-4 {
        padding-top: 75px !important;
        padding-bottom: 75px !important
    }

    .py-4xl-5 {
        padding-top: 150px !important;
        padding-bottom: 150px !important
    }

    .pt-4xl-0 {
        padding-top: 0 !important
    }

    .pt-4xl-1 {
        padding-top: 12.5px !important
    }

    .pt-4xl-2 {
        padding-top: 25px !important
    }

    .pt-4xl-3 {
        padding-top: 50px !important
    }

    .pt-4xl-4 {
        padding-top: 75px !important
    }

    .pt-4xl-5 {
        padding-top: 150px !important
    }

    .pe-4xl-0 {
        padding-right: 0 !important
    }

    .pe-4xl-1 {
        padding-right: 12.5px !important
    }

    .pe-4xl-2 {
        padding-right: 25px !important
    }

    .pe-4xl-3 {
        padding-right: 50px !important
    }

    .pe-4xl-4 {
        padding-right: 75px !important
    }

    .pe-4xl-5 {
        padding-right: 150px !important
    }

    .pb-4xl-0 {
        padding-bottom: 0 !important
    }

    .pb-4xl-1 {
        padding-bottom: 12.5px !important
    }

    .pb-4xl-2 {
        padding-bottom: 25px !important
    }

    .pb-4xl-3 {
        padding-bottom: 50px !important
    }

    .pb-4xl-4 {
        padding-bottom: 75px !important
    }

    .pb-4xl-5 {
        padding-bottom: 150px !important
    }

    .ps-4xl-0 {
        padding-left: 0 !important
    }

    .ps-4xl-1 {
        padding-left: 12.5px !important
    }

    .ps-4xl-2 {
        padding-left: 25px !important
    }

    .ps-4xl-3 {
        padding-left: 50px !important
    }

    .ps-4xl-4 {
        padding-left: 75px !important
    }

    .ps-4xl-5 {
        padding-left: 150px !important
    }

    .text-4xl-start {
        text-align: left !important
    }

    .text-4xl-end {
        text-align: right !important
    }

    .text-4xl-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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

h1,
.h1 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    h1,
    .h1 {
        font-size: 2rem
    }
}

h2,
.h2 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    h2,
    .h2 {
        font-size: 1.75rem
    }
}

h3,
.h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    h3,
    .h3 {
        font-size: 1.5rem
    }
}

h4,
.h4 {
    font-size: 1.25rem
}

h5,
.h5 {
    font-size: 1.125rem
}

h6,
.h6 {
    font-size: 1rem
}

body {
    padding-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Gotham";
    min-height: 100vh;
    padding-top: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto
}

@media (min-width:1024px) {
    body {
        padding-top: 100px
    }
}

body.blocked {
    overflow: hidden
}

body .container {
    max-width: 100%;
    padding: 0 50px
}

@media (min-width:1440px) {
    body .container {
        padding: 0 70px
    }
}

@media (max-width:1199.98px) {
    body .container {
        padding: 0 23px
    }
}

a {
    display: inline-block;
    text-decoration: none;
    color: #0a2a3d
}

main {
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1024px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    main {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.layout {
    display: grid;
    margin: 0 auto
}

.layout.layout-course-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1490px;
    gap: 30px
}

@media (max-width:1599.98px) {
    .layout.layout-course-detail {
        max-width: 1100px
    }
}

@media (max-width:1023.98px) {
    .layout.layout-course-detail {
        display: block;
        padding-top: 24px
    }
}

.layout.layout-news-features {
    grid-template-columns: 3fr 9fr;
    gap: 30px
}

@media (max-width:1023.98px) {
    .layout.layout-news-features {
        display: block;
        padding-top: 10px
    }
}

.layout.layout-aside-content {
    grid-template-columns: 3fr 9fr;
    gap: 30px
}

@media (max-width:1023.98px) {
    .layout.layout-aside-content {
        display: block
    }
}

.layout.layout-aside-article {
    grid-template-columns: 1fr
}

@media (max-width:1023.98px) {
    .layout.layout-aside-article {
        display: block;
        padding-top: 10px
    }
}

.layout.layout-aside-article .layout__content {
    width: 100%;
    max-width: 736px;
    margin-bottom: 60px;
    margin: 0 auto
}

@media (min-width:1600px) {
    .layout.layout-aside-article .layout__content {
        max-width: 1136px
    }
}

@media (max-width:1199.98px) {
    .layout.layout-aside-article .layout__content {
        max-width: 100%
    }
}

.layout-aside-article.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 30px
}

@media (max-width:1199.98px) {
    .layout-aside-article.vertical {
        display: block;
        margin-top: 0
    }
}

.layout-aside-article.vertical .layout-article-content {
    width: 100%;
    max-width: 100%
}

@media (max-width:1199.98px) {
    .layout-aside-article.vertical .sidebar {
        margin-top: 0
    }
}

.layout-aside-article.vertical .sidebar__article-chapters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 250px;
    margin-top: 35px
}

.layout-aside-article.vertical .sidebar__article-chapters .sidebar__article-chapters--item {
    border-right: 0
}

.layout-article-content {
    width: 100%;
    max-width: 882px;
    margin: 0 auto
}

@media (max-width:1599.98px) {
    .layout-article-content {
        max-width: 882px
    }
}

@media (max-width:575.98px) {
    .layout-article-content {
        margin: 0 auto 10px
    }
}

.template-mobile-off {
    overflow: hidden
}

@media (max-width:1199.98px) {
    .template-mobile-off .container {
        padding: 0
    }
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    border: 0
}

@media (max-width:1199.98px) {
    .buttons-collection-order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.buttons-collection-order .start-date-single-selector {
    margin-bottom: 15px
}

@media (max-width:767.98px) {
    .buttons-collection-order .start-date-single-selector {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        border-radius: 16px 16px 0 16px;
        background: #f4f6fa;
        padding: 16px;
        margin-top: 24px;
        margin-bottom: 0
    }
}

.buttons-collection-order .start-date-single-selector .select {
    margin-bottom: 0
}

.buttons-collection-order .start-date-single-selector select {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0a2a3d
}

.buttons-collection-order .start-date-single-selector .start-date-single-selector__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 8px
}

.sr-only {
    display: none
}

@media (min-width:1200px) {
    .block-20-video-modal .modal-dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
}

.js-close-search {
    z-index: 9999
}

@media (min-width:768px) {
    #unistats-widget-frame {
        width: 50% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .justify-center {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.select {
    position: relative;
    margin-bottom: 25px;
    height: 40px
}

.select:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    margin: auto;
    content: "";
    pointer-events: none;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #191919 transparent transparent transparent
}

.select select {
    border-radius: 4.5px 4.5px 0 4.5px;
    font-family: "Gotham Book";
    background: var(--white, #FFF);
    height: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 11.249px;
    width: 100%;
    border: 0;
    margin-bottom: 25px;
    color: #0a2a3d;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.select select::-ms-expand {
    display: none
}

.select select:focus {
    border-color: #d0d0d0
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .select select {
        padding-right: 0
    }

    .select:after,
    .select:before {
        display: none
    }
}

.multiselect-field {
    border-radius: 4.5px 4.5px 0 4.5px;
    padding-top: 1px;
    background: #fff;
    margin-bottom: 25px
}

.multiselect-field .multiselect-field__select {
    margin-bottom: 0
}

.multiselect-field .multiselect-field__search-wrapper {
    position: relative
}

.multiselect-field .multiselect-field__search-wrapper:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 10px;
    margin: auto;
    content: "";
    pointer-events: none;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #191919 transparent transparent transparent
}

.multiselect-field .multiselect-field__search-wrapper.is-opened:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.multiselect-field .multiselect-field__search-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #fff;
    width: 100%;
    border-bottom-left-radius: 4.5px;
    border: 0;
    border-top: 0;
    max-height: 14rem;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: -1
}

.multiselect-field .multiselect-field__search-wrapper ul li {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 15px;
    cursor: pointer
}

.multiselect-field .multiselect-field__search-wrapper ul li.active {
    background: #0a2a3d;
    color: #fff
}

.multiselect-field .multiselect-field__search-wrapper ul li:hover {
    background-color: #f4f6fa
}

.multiselect-field .multiselect-field__search-wrapper ul li:hover.active {
    background: #0a2a3d;
    color: #fff
}

.multiselect-field .multiselect-field__search {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.6%;
    border: 0;
    padding: 11px 15px;
    background-color: transparent;
    display: block;
    width: 100%;
    border-radius: 4.5px
}

.multiselect-field .multiselect-field__search::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.multiselect-field .multiselect-field__search::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.multiselect-field .multiselect-field__search:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.multiselect-field .multiselect-field__search:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.multiselect-field .multiselect-field__search.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent
}

.multiselect-field .multiselect-field__search.is-active+.multiselect-field__generated {
    visibility: visible;
    opacity: 1;
    z-index: 5
}

.multiselect-field .multiselect-field__selected {
    list-style: none;
    padding: 0 11.5px;
    margin: 0
}

.multiselect-field .multiselect-field__selected li {
    border-radius: 4.5px;
    border: 1px solid #7edcf2;
    background: rgba(126, 220, 242, .1);
    padding: 7.5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px
}

.multiselect-field .multiselect-field__selected li:first-child {
    margin-top: 11.5px
}

.multiselect-field .multiselect-field__selected li:last-child {
    margin-bottom: 10px
}

.multiselect-field .multiselect-field__selected li span {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.6%
}

.multiselect-field .multiselect-field__selected .multiselect-field__selected--remove {
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    background: url(/media/cardiff-met/site-assets/images/close-x.svg) center no-repeat;
    background-size: 8px 9px;
    width: 8px;
    height: 9px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn--cardiff-primary {
    padding: 15px 30px;
    background: #ffcf48;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 6px 6px 0 6px
}

@media (max-width:1599.98px) {
    .btn--cardiff-primary {
        padding: 12px 24px
    }
}

.btn--cardiff-primary:hover {
    border: 1px solid #ffcf48
}

.btn--cardiff-secondary {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 11.25px 24px;
    border-radius: 6px 6px 0 6px;
    color: #fff;
    background: #0a2a3d
}

.btn--cardiff-secondary:hover {
    color: #0a2a3d;
    background: #fff;
    border: 1px solid #0a2a3d
}

.btn--cardiff-outline {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 11.25px 24px;
    border-radius: 0 0 0 6px;
    color: #0a2a3d;
    background: 0 0;
    border: .75px solid #0a2a3d
}

.btn--cardiff-outline:hover {
    color: #fff;
    background: #0a2a3d;
    border: .75px solid #0a2a3d
}

.btn--simple-link {
    color: #0a2a3d;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 11.533px;
    padding-right: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn--simple-link:after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    width: 8px;
    height: 15px;
    background-image: url(/media/cardiff-met/site-assets/images/anchor-next.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.input-checkbox {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Gotham Book";
    font-weight: 400;
    color: #0a2a3d
}

.input-checkbox input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.input-checkbox input[type=checkbox]:checked+.check {
    background: #7edcf2;
    border-color: #7edcf2;
    -webkit-transition: .2s;
    transition: .2s
}

.input-checkbox input[type=checkbox]:checked+.check:after {
    opacity: 1
}

.input-checkbox input[type=checkbox]:focus+.check {
    border-color: #7edcf2;
    -webkit-transition: .2s;
    transition: .2s
}

.input-checkbox .check {
    width: 20px;
    height: 20px;
    border-radius: 1.5px;
    border: 1.5px solid rgba(10, 42, 61, .4);
    background: #fff;
    margin-right: 11px;
    display: block;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.input-checkbox .check:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #0a2a3d;
    border-width: 0 3px 3px 0;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

@media print {

    .mastheader,
    footer,
    .swiper-pagination,
    .block-08-pagination,
    .breadcrumbs,
    .pagination {
        display: none !important
    }
}

@media print {
    .section--block-08 .swiper-slide img {
        width: 100vw !important
    }
}

@media print {
    .section--block-08 .swiper-slide .swiper-slide-duplicate {
        display: none !important
    }
}

@media print {
    body .section--block-08 .swiper-slide__wrapper {
        position: absolute !important
    }
}

@media print {
    .block-05-slider {
        margin-bottom: 40px;
        page-break-inside: avoid
    }
}

@media print and (min-width:768px) {
    .block-05-slider__wrapper {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .block-05-slider__wrapper .block-05-slider-content {
        width: 25% !important
    }

    .block-05-slider__wrapper .swiper-block-05-slider {
        width: calc(100% - 25%) !important
    }
}

@media print and (max-width:768px) {
    .block-05-slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print {
    .block-05-slider__wrapper .block-05-slider-pagination {
        display: none !important
    }
}

@media print {
    .block-05-slider__wrapper .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-05-slider__wrapper .swiper-wrapper .swiper-slide {
        width: calc(33.333333% - 20px) !important
    }

    .block-05-slider__wrapper .swiper-wrapper .swiper-slide-duplicate,
    .block-05-slider__wrapper .swiper-wrapper .swiper-slide-duplicate-prev,
    .block-05-slider__wrapper .swiper-wrapper .swiper-slide-duplicate-next {
        display: none !important
    }
}

@media print {
    .block-01 .swiper-slide-duplicate {
        display: none !important
    }
}

@media print {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-title {
        font-size: 35px !important;
        margin-bottom: 20px !important
    }
}

@media print {
    .block-01 .block-01__wrapper .block-01__image {
        height: 100%
    }
}

@media print {
    .block-01 .block-01__wrapper .block-01__content-subtitle {
        margin-bottom: 10px !important
    }
}

@media print {
    .block-01 .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media print {
    .swiper-block-01-slider-variation {
        width: 50vw !important;
        overflow: hidden
    }

    .swiper-block-01-slider-variation .swiper-slide {
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important
    }

    .swiper-block-01-slider-variation .swiper-slide img {
        width: 100% !important;
        height: auto !important;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px !important
    }
}

@media print {
    .swiper-block-01-slider {
        width: 50vw !important;
        overflow: hidden
    }

    .swiper-block-01-slider .swiper-slide {
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important
    }
}

@media print {
    body .block-01 .block-01__wrapper .block-01__content .block-01__content-title {
        position: static;
        padding-left: 0;
        width: 300px;
        padding-top: 0 !important
    }
}

@media print and (max-width:1199.98px) {
    body .block-01 .block-01__wrapper .block-01__content {
        top: 0;
        margin-bottom: 0;
        width: 100%
    }
}

@media print and (max-width:1199.98px) {
    body .slider-container-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media print {
    body .block-04 {
        page-break-inside: avoid
    }

    body .block-04 .block-04-pagination {
        display: none !important
    }

    body .block-04 .slide-image,
    body .block-04 .block-04__slider {
        height: 100%
    }

    body .block-04 .slide-image {
        -o-object-fit: cover;
        object-fit: cover
    }

    body .block-04 .block-04__wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .block-04 .block-04__slide {
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        height: 100vh !important
    }

    body .block-04 .swiper-slide-duplicate {
        display: none
    }
}

@media print {
    body .slider-container-wrapper.inverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
}

@media print {
    body .slider-container-wrapper.inverse .block-01__wrapper .block-01__content {
        position: static !important;
        top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media print {
    body .block-01 .block-01__wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media print {

    body .block-07-pagination,
    body .block-07-arrows {
        display: none !important
    }
}

@media print {
    body .block-07 .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .block-07 .swiper-slide {
        width: calc(33.333333% - 20px) !important
    }

    body .block-07 .swiper-slide-duplicate {
        display: none !important
    }
}

@media print {
    body .heading {
        padding-top: 40px !important
    }
}

@media print {
    body .layout .sidebar {
        display: none
    }
}

@media print {
    body .layout.layout-news-features {
        grid-template-columns: 1fr !important
    }
}

@media print {
    body .news-features .news-features__wrapper .news-features--item .btn--simple-link {
        height: auto !important;
        -webkit-line-clamp: initial
    }
}

@media print {
    body .block-09-pagination {
        display: none !important
    }
}

@media print {
    body .block-09-slider .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    body .block-09-slider .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important
    }

    body .block-09-slider .swiper-slide .slide-image {
        width: 100% !important
    }

    body .block-09-slider .swiper-slide-duplicate,
    body .block-09-slider .swiper-slide-duplicate-prev,
    body .block-09-slider .swiper-slide-duplicate-next {
        display: none !important
    }

    body .block-09-slider .block-09-slider__main {
        width: 100% !important
    }
}

@media print {
    body .block-15-slider .block-15-slider__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .block-15-slider .swiper-block-15-slider {
        width: 100% !important
    }

    body .block-15-slider .block-15-slider-pagination {
        display: none !important
    }

    body .block-15-slider .swiper-slide {
        width: calc(33.333333% - 20px) !important;
        margin-bottom: 10px !important
    }

    body .block-15-slider .swiper-slide-duplicate,
    body .block-15-slider .swiper-slide-duplicate-next,
    body .block-15-slider .swiper-slide-duplicate-prev {
        display: none !important
    }

    body .block-15-slider .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto !important
    }
}

@media print {
    body .section--block-19 {
        display: none
    }
}

@media print {
    body .block-01-pagination {
        display: none !important
    }
}

@media print {
    body .layout.layout-aside-content {
        grid-template-columns: 1fr !important
    }
}

@media print {
    body .btn.js-toggle-search-filters {
        display: none !important
    }
}

@media print {
    body .heading.heading--mobile {
        padding-top: 10px !important
    }
}

@media print {
    body .heading.heading--mobile .heading--subtitle {
        display: block !important
    }
}

@media print {
    body .block-18 {
        margin-bottom: 40px
    }
}

@media print and (max-width:767.98px) {
    body .block-17 .block-17__staff-item {
        width: calc(33.333333% - 11.333px) !important
    }
}

@media print {
    body .heading--switcher {
        display: none !important
    }
}

@media print {
    body .block-14 .block-14__accordion .accordion-collapse {
        display: block !important
    }

    body .block-14 .block-14__accordion {
        page-break-inside: avoid
    }
}

@media print {
    body .block-25 {
        page-break-inside: avoid
    }
}

@media print {
    body .template-mobile-off {
        page-break-inside: avoid
    }
}

@media print and (max-width:767px) {
    body .block-28>.row>div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media print {
    body .block-28>.row>div.block-28__img-wrapper img {
        max-height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }
}

@media print and (max-width:767px) {
    body .block-28>.row>div.block-28__img-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media print {
    body .block-28 .btn.btn--cardiff-primary {
        display: none !important
    }
}

@media print {
    body .block-22 .block-22__wrapper {
        max-width: 100% !important
    }

    body .block-22 .hero img {
        width: 100% !important
    }
}

@media print {
    body .block-wysiwyg p {
        font-size: 14px
    }

    body .block-wysiwyg ul li {
        font-size: 14px
    }

    body .block-wysiwyg blockquote {
        page-break-inside: avoid
    }

    body .block-wysiwyg blockquote p {
        font-size: 14px
    }

    body .block-wysiwyg table td,
    body .block-wysiwyg table th {
        font-size: 13px
    }

    body .block-wysiwyg table td {
        min-width: auto
    }
}

@media print {
    .block-13 .block-13-pagination {
        display: none !important
    }

    .block-13 .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .block-13 .swiper-slide {
        width: calc(33.333333% - 20px) !important;
        margin-right: 20px;
        margin-bottom: 10px
    }

    .block-13 .swiper-slide-duplicate {
        display: none !important
    }
}

body.disable-scroll {
    height: 100%;
    overflow: hidden
}

@media (max-width:1199.98px) {
    body.disable-scroll {
        height: initial;
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media (max-width:1199.98px) {
    body.disable-scroll .mastheader .main {
        overflow: visible
    }
}

body.disable-scroll-mobile {
    height: 100vh;
    overflow: hidden
}

body .navbar-desktop-hamburger {
    margin: 0 0 0 25px
}

.megamenu {
    position: fixed;
    background: #0a2a3d;
    top: 83px;
    left: 0;
    right: 0;
    color: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: -99
}

@media (max-width:1199.98px) {
    .megamenu {
        visibility: hidden;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #113548;
        position: fixed;
        top: 93px;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100vh - 93px);
        overflow-x: hidden;
        overflow-y: auto
    }
}

.megamenu:before {
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    height: calc(100vh - 100% - 97px);
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(10, 42, 61, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media (max-width:1199.98px) {
    .megamenu:before {
        content: none
    }
}

.megamenu.active {
    display: block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

@media (max-width:1199.98px) {
    .megamenu.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.megamenu .megamenu__nav {
    background-color: #fff;
    padding: 19px 17px 0
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__nav {
        padding: 0;
        background: rgba(126, 220, 242, .05)
    }
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__nav .nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__nav .nav button.nav-link {
        width: 100%;
        text-align: left;
        padding: 28px 23px;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-top: 1px solid rgba(157, 179, 192, .3);
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0
    }

    .megamenu .megamenu__nav .nav button.nav-link:hover {
        color: #fff
    }

    .megamenu .megamenu__nav .nav button.nav-link:visited,
    .megamenu .megamenu__nav .nav button.nav-link:focus {
        color: #fff
    }
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__nav .nav button.nav-link:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__nav .nav button.nav-link.active {
        border: 0;
        border-top: 1px solid rgba(157, 179, 192, .3);
        color: #fff;
        border-radius: 0;
        background: 0 0
    }

    .megamenu .megamenu__nav .nav button.nav-link.active:hover {
        background: 0 0
    }
}

.megamenu .megamenu__close {
    position: absolute;
    top: 39px;
    right: 37px;
    color: #0a2a3d;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    background: 0 0
}

.megamenu .megamenu__close:after {
    content: '';
    display: block;
    background: url(/media/cardiff-met/site-assets/images/close-x.svg) center no-repeat;
    background-size: 14px 15px;
    width: 14px;
    height: 15px;
    margin-left: 10px;
    margin-top: -2px
}

.megamenu .megamenu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.megamenu .megamenu__list.megamenu__list--double {
    grid-column: span 2
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list.megamenu__list--double {
        -ms-grid-column-span: span 1
    }
}

.megamenu .megamenu__list.megamenu__list--double>li:nth-child(1) {
    width: 100%
}

.megamenu .megamenu__list.megamenu__list--double li {
    width: 50%
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list.megamenu__list--double li {
        width: 100%
    }
}

.megamenu .megamenu__list .megamenu__list--item {
    color: #fff;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.megamenu .megamenu__list .megamenu__list--item:hover {
    color: #fff;
    text-decoration: underline
}

.megamenu .megamenu__list .megamenu__list--item.megamenu__list--item-all {
    color: #7edcf2
}

.megamenu .megamenu__list .megamenu__list--item.megamenu__list--item-all:hover {
    color: #7edcf2
}

.megamenu .megamenu__list li {
    margin-bottom: 12px;
    width: 100%;
    padding-right: 15px
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list li {
        display: none;
        margin-bottom: 20px
    }
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list li.list-active~li {
        display: block
    }

    .megamenu .megamenu__list li.list-active~li+li.megamenu__list-title-parent--hidden~li {
        display: none
    }
}

.megamenu .megamenu__list li>span.megamenu__list-title {
    color: #7edcf2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%
}

.megamenu .megamenu__list li.megamenu__list-title-parent--hidden {
    display: none !important
}

.megamenu .megamenu__list li span.megamenu__list-title--buttons {
    margin-bottom: 18px
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list li span.megamenu__list-title--buttons {
        color: #fff;
        font-size: 12px;
        line-height: normal;
        margin-bottom: 4px
    }
}

.megamenu .megamenu__list li a.btn.btn--menu--primary {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    padding: 16px 15px;
    border-radius: 8px 8px 0 8px;
    color: #0a2a3d;
    background: #fff;
    border: .75px solid #fff
}

.megamenu .megamenu__list li a.btn.btn--menu--primary:hover {
    background: #0a2a3d;
    color: #fff
}

.megamenu .megamenu__list li a.btn.btn--menu-outline {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 16px 15px;
    border-radius: 8px 8px 0 8px;
    color: #fff;
    background: 0 0;
    border: .75px solid #fff
}

.megamenu .megamenu__list li a.btn.btn--menu-outline:hover {
    background: #fff;
    color: #0a2a3d
}

.megamenu .megamenu__list li+li>.megamenu__list-title {
    margin-top: 20px;
    display: inline-block
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list--buttons {
        padding-top: 16px;
        border-top: 1px solid rgba(157, 179, 192, .3)
    }
}

@media (max-width:1199.98px) {
    .megamenu .megamenu__list--buttons li {
        display: block
    }
}

.megamenu .nav-tabs {
    min-height: 49px
}

@media (max-width:1199.98px) {
    .megamenu .nav-tabs {
        border-bottom: 0
    }
}

.megamenu .nav-tabs .nav-link {
    padding: 16px 24px;
    color: #0a2a3d;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px 8px 0 0;
    background: rgba(10, 42, 61, .1);
    margin-right: 1px;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

@media (max-width:1199.98px) {
    .megamenu .nav-tabs .nav-link {
        background-color: #113548
    }
}

.megamenu .nav-tabs .nav-link.active {
    color: #fff;
    background: rgba(10, 42, 61, .98);
    border: 0
}

@media (max-width:1199.98px) {
    .megamenu .nav-tabs .nav-link.active {
        background-color: #113548
    }
}

@media (min-width:1200px) {
    .megamenu .nav-tabs .nav-link:hover {
        background: #0a2a3d;
        color: #fff
    }
}

.megamenu .tab-content {
    padding: 48px 40px 55px;
    max-height: calc(100vh - 178px);
    overflow: auto
}

@media (max-width:1199.98px) {
    .megamenu .tab-content {
        max-height: initial;
        overflow: initial;
        padding: 0;
        background-color: #0a2a3d;
        height: auto;
        position: absolute;
        overflow: hidden
    }
}

@media (max-width:1199.98px) {
    .megamenu .tab-content.tab-content--active {
        z-index: 9;
        overflow: hidden;
        position: initial
    }
}

@media (max-width:1199.98px) {
    .megamenu .tab-pane {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        visibility: hidden;
        overflow: hidden;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background: #0a2a3d;
        background-color: #113548;
        height: 0;
        max-height: 0;
        display: block !important
    }
}

@media (max-width:1199.98px) {
    .megamenu .tab-pane.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        height: auto;
        max-height: initial;
        min-height: 100%
    }
}

.megamenu .tab-pane .tab-pane__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 32px
}

@media (max-width:1199.98px) {
    .megamenu .tab-pane .tab-pane__inner {
        display: block;
        gap: 0;
        padding: 20px 23px
    }
}

@media (max-width:1199.98px) {
    .megamenu .tab-pane .tab-pane__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(157, 179, 192, .3)
    }
}

@media (max-width:1199.98px) {
    .megamenu .tab-pane .tab-pane__nav .tab-pane__nav--item {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: normal;
        text-align: left;
        background: 0 0;
        border: 0;
        padding: 20px 0;
        color: #fff;
        width: calc(25% - 7.5px);
        margin-right: 10px
    }

    .megamenu .tab-pane .tab-pane__nav .tab-pane__nav--item.active {
        color: #7edcf2
    }

    .megamenu .tab-pane .tab-pane__nav .tab-pane__nav--item:nth-child(4n) {
        margin-right: 0
    }
}

.mastheader {
    padding-top: 10px
}

@media (max-width:1199.98px) {
    .mastheader {
        padding-top: 9px
    }
}

.mastheader .js-has-megamenu:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

@media (max-width:1199.98px) {
    .mastheader .js-has-megamenu:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:1199.98px) {
    .mastheader.mastheader--opened {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 99
    }
}

@media (max-width:1199.98px) {
    .mastheader.mastheader--opened .navbar-collapse {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 81.92px);
        padding-bottom: 60px
    }
}

@media (max-width:1199.98px) {
    .mastheader .mastheader__brand {
        padding-left: 24px;
        padding-right: 24px
    }
}

.mastheader .container {
    padding-left: 70px;
    padding-right: 70px
}

@media (max-width:1199.98px) {
    .mastheader .container {
        padding-left: 0;
        padding-right: 0
    }
}

.mastheader .mastheader-pt {
    padding-top: 18px
}

@media (max-width:1199.98px) {
    .mastheader .mastheader-pt {
        padding-top: 10px
    }
}

.mastheader .navbar-brand,
.mastheader .navbar-icons {
    z-index: 11
}

.mastheader .navbar-brand.navbar-brand img,
.mastheader .navbar-icons.navbar-brand img {
    max-width: 215px
}

@media (min-width:1200px) {

    .mastheader .navbar-brand.navbar-brand img,
    .mastheader .navbar-icons.navbar-brand img {
        max-width: 300px;
        margin-top: -22px
    }
}

@media (min-width:1600px) {

    .mastheader .navbar-brand.navbar-brand img,
    .mastheader .navbar-icons.navbar-brand img {
        max-width: 300px;
        margin-top: -22px
    }
}

@media (min-width:1800px) {

    .mastheader .navbar-brand.navbar-brand img,
    .mastheader .navbar-icons.navbar-brand img {
        max-width: 300px;
        margin-top: -22px
    }
}

.mastheader .navbar-brand.navbar-icons .js-icon-search,
.mastheader .navbar-icons.navbar-icons .js-icon-search {
    margin-right: 30px
}

.mastheader .navbar-brand.navbar-icons .js-icon-close,
.mastheader .navbar-icons.navbar-icons .js-icon-close {
    margin-right: 30px
}

.mastheader .navbar-brand {
    padding: 0;
    margin-right: 36px
}

.mastheader .js-icon-search {
    z-index: 11
}

.mastheader .js-icon-close {
    z-index: 11
}

.mastheader .dropdown-toggle:after {
    margin-left: 10px
}

.mastheader .navbar-toggler {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mastheader .navbar-main__title {
    display: block;
    padding: 15px 23px;
    background: #0a2a3d;
    color: #7edcf2;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%
}

.mastheader .navbar-main__title button {
    background: 0 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit
}

.mastheader .navbar-main__title button:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff
}

.mastheader .main {
    position: relative
}

@media (max-width:1199.98px) {
    .mastheader .main {
        overflow: hidden;
        background: #113548
    }
}

@media (min-width:1200px) {
    .mastheader .main>li>button.nav-link.active {
        background-color: #0a2a3d;
        color: #fff
    }
}

.mastheader .main>.nav-item>.nav-link.main--link:hover,
.mastheader .main>.nav-item>.nav-link.main--link.active,
.mastheader .main>.nav-item>.nav-link.main--link:focus,
.mastheader .main>.nav-item>.nav-link.main--link:visited {
    background: #0a2a3d;
    color: #fff
}

.mastheader .main .dropdown-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 3px;
    top: inherit;
    left: 0;
    background: 0 0
}

.mastheader .main .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #7edcf2;
    border: 2px solid #7edcf2
}

@media (max-width:1199.98px) {
    .mastheader .main .dropdown-menu.show {
        background: #0a2a3d;
        color: #fff;
        border: 0;
        margin-top: 0;
        border-radius: 0
    }
}

.mastheader .main .dropdown-menu .main--link {
    margin-right: 0
}

.mastheader .main>li:nth-child(2) .main--link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (max-width:1199.98px) {
    .mastheader .main>li:nth-child(2) .main--link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.mastheader .main>li:last-of-type .main--link {
    border-top-right-radius: 8px
}

@media (max-width:1199.98px) {
    .mastheader .main>li:last-of-type .main--link {
        border-top-right-radius: 0
    }
}

.mastheader .main .main--link {
    border: 0;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background: #7edcf2;
    color: #0a2a3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1px
}

@media (min-width:1200px) {
    .mastheader .main .main--link {
        padding: 14px 15px
    }
}

@media (max-width:1199.98px) {
    .mastheader .main .main--link {
        color: #fff;
        line-height: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid rgba(157, 179, 192, .3);
        background: 0 0;
        margin-right: 0;
        padding: 28px 23px;
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .mastheader .main .main--link:hover {
        color: #fff
    }
}

@media (max-width:1199.98px) {
    .mastheader .main .main--link.active {
        color: #fff
    }
}

.mastheader .main .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0
}

.mastheader .secondary {
    position: relative;
    padding-left: 13px
}

@media (max-width:1439.98px) {
    .mastheader .secondary {
        padding-left: 0
    }
}

@media (max-width:1199.98px) {
    .mastheader .secondary {
        padding: 15px 12.5px 0
    }
}

.mastheader .secondary .nav-item.nav-item--simple {
    padding: 11.5px 15px
}

.mastheader .secondary.secondary--desktop .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 1px;
    border: 1px solid #ccc
}

.mastheader .secondary .dropdown {
    position: relative
}

.mastheader .secondary .dropdown .dropdown-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1px;
    border: 1px solid #ccc
}

.mastheader .secondary .dropdown .dropdown-menu.show {
    display: block
}

.mastheader .secondary .dropdown .dropdown-menu .main--link {
    margin-right: 0
}

.mastheader .secondary .secondary--link {
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1px;
    color: #0a2a3d
}

.mastheader .secondary .secondary--link.dropdown-toggle {
    padding-left: 11.5px;
    padding-right: 11.5px
}

.mastheader .secondary .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0
}

.mastheader .menu-tertiary {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 12.5px
}

.mastheader .menu-tertiary .nav-link {
    color: #0a2a3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 12.5px
}

.mastheader .tertiary {
    margin-left: 17px
}

.mastheader .tertiary .dropdown-toggle {
    padding-right: 0
}

.mastheader .tertiary .dropdown-toggle:after {
    content: none
}

.mastheader .tertiary .dropdown-menu {
    background: #0a2a3d;
    padding: 10px 20px;
    min-width: 189px;
    border-radius: 8px 8px 0 8px;
    margin-top: 18px;
    right: -8px
}

.mastheader .tertiary .dropdown-menu.dropdown-menu--header li:first-child .tertiary--link {
    border-top: none
}

.mastheader .tertiary .dropdown-menu .tertiary--link {
    color: #fff;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0;
    border-top: 1px solid rgba(126, 220, 242, .2)
}

.mastheader .mastheader__search {
    padding-top: 8px
}

@media (max-width:1199.98px) {
    .mastheader .mastheader__search {
        padding-left: 24px;
        padding-right: 24px
    }
}

.mastheader .mastheader__search span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-top: 13px
}

@media (max-width:1199.98px) {
    .mastheader .mastheader__search span {
        margin-top: 15px
    }
}

.mastheader .mastheader__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.mastheader .mastheader__search form input {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #0a2a3d;
    border-radius: 8px 8px 0 8px;
    border: 1px solid #0a2a3d;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7.5px 7.5px 7.5px 16px;
    height: 52px
}

.mastheader .mastheader__search form button {
    position: absolute;
    right: 7.5px;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38.25px;
    height: 38.25px;
    padding: 12.5px 12.48px 11.75px 11.77px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0a2a3d;
    border: 0;
    border-radius: 6px 6px 0 6px
}

.mastheader .mastheader__search-global {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffcf48;
    opacity: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    width: 100%
}

@media (max-width:1199.98px) {
    .mastheader .mastheader__search-global {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 180px
    }
}

.mastheader .mastheader__search-global.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.mastheader .mastheader__search-global form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 24px
}

.mastheader .mastheader__search-global form input {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #0a2a3d;
    border-radius: 8px 8px 0 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7.5px 7.5px 7.5px 16px;
    height: 55px;
    border: 0
}

.mastheader .mastheader__search-global form button {
    position: absolute;
    right: 7.5px;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38.25px;
    height: 38.25px;
    padding: 12.5px 12.48px 11.75px 11.77px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0a2a3d;
    border: 0;
    border-radius: 6px 6px 0 6px
}

.mastheader .mastheader__search-global h2,
.mastheader .mastheader__search-global .h2 {
    position: absolute;
    bottom: 140px;
    right: 60px;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 32.5px
}

.mastheader .mastheader__search-global h2 strong,
.mastheader .mastheader__search-global .h2 strong {
    font-weight: 600
}

@media (max-width:1199.98px) {

    .mastheader .mastheader__search-global h2,
    .mastheader .mastheader__search-global .h2 {
        bottom: 170px;
        right: 21px;
        font-size: 35px;
        line-height: 49px;
        letter-spacing: -.7px;
        text-align: right
    }
}

.menu-switcher {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 38px;
    height: 23px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #0a2a3d;
    -webkit-transition: background-color ease .3s;
    transition: background-color ease .3s;
    margin: 0 5px
}

.menu-switcher:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 17px;
    background: #fff;
    left: 4px;
    top: 3px;
    border-radius: 50%;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, .15);
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-transition: all cubic-bezier(.3, 1.5, .7, 1) .3s;
    transition: all cubic-bezier(.3, 1.5, .7, 1) .3s
}

.menu-switcher:checked {
    background-color: #ffcf48
}

.menu-switcher:checked:before {
    left: 16px
}

.footer {
    background: #0a2a3d;
    padding: 104px 0 40px 0
}

@media (max-width:1199.98px) {
    .footer {
        padding: 50px 0 50px 0
    }
}

.footer .footer__content {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

@media (max-width:1199.98px) {
    .footer .footer__content {
        grid-template-columns: 1fr
    }
}

.footer .footer__content .footer__content-head {
    position: relative
}

.footer .footer__content .footer__content-head ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1199.98px) {
    .footer .footer__content .footer__content-head:last-of-type:after {
        display: none
    }
}

.footer .footer__content .footer__content-head:last-of-type:after {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: -25px;
    top: 0
}

.footer .footer__content .footer__content-title {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff
}

.footer .footer__content .title-name {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 15px
}

.footer .footer__content .accordion-body .accordion-body--link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 15px
}

.footer .footer__content .accordion-body .accordion-body--content {
    padding-bottom: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #fff
}

.footer .footer__content .accordion-body .accordion-body--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px
}

@media (max-width:1199.98px) {
    .footer .footer__content .accordion-body .accordion-body--social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .footer__content .accordion-body .accordion-body--social a {
        margin-right: 15px
    }
}

.footer .footer__content .accordion-body .btn--cardiff-primary {
    margin-bottom: 20px
}

.footer .footer__partners {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1199.98px) {
    .footer .footer__partners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .footer__partners img {
    margin-right: 130px
}

@media (max-width:1199.98px) {
    .footer .footer__partners img {
        margin-right: 20px
    }
}

.footer .footer__copyright {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #fff
}

@media (max-width:1199.98px) {
    .footer .footer__copyright {
        display: block
    }
}

.footer .footer__copyright a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    color: #fff;
    padding: 0 10px;
    text-align: left
}

@media (max-width:1199.98px) {
    .footer .footer__copyright a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        display: block
    }

    .footer .footer__copyright a:first-of-type {
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }
}

.footer .footer__copyright a:hover {
    display: block;
    color: #ffcf48
}

.sidebar {
    padding: 30px 20px;
    background: #f4f6fa;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    border-radius: 12px 12px 0 12px
}

@media (max-width:1599.98px) {
    .sidebar {
        padding: 25px 25px
    }
}

@media (max-width:575.98px) {
    .sidebar {
        padding: 30px 20px
    }
}

.sidebar .sidebar--filter-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7.5px;
    color: #0a2a3d;
    display: block
}

.sidebar .sidebar__toggle-filters {
    border-radius: 4.5px 4.5px 0 4.5px;
    background: #0a2a3d;
    padding: 12px 30px 12px 15px;
    width: 100%;
    border: 0;
    margin-bottom: 25px;
    position: relative;
    display: none
}

@media screen and (max-width:1023px) {
    .sidebar .sidebar__toggle-filters {
        display: block
    }
}

.sidebar .sidebar__toggle-filters:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 8px;
    background: url(/media/cardiff-met/site-assets/images/arrow-up-white.svg) center no-repeat;
    background-size: 15px 8px;
    margin-top: -4px
}

@media screen and (max-width:1023px) {
    .sidebar .sidebar__toggle-filters.are-hidden {
        margin-bottom: 0
    }

    .sidebar .sidebar__toggle-filters.are-hidden:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .sidebar .sidebar__toggle-filters.are-hidden span {
        display: none
    }

    .sidebar .sidebar__toggle-filters.are-hidden span:nth-child(2) {
        display: block
    }

    .sidebar .sidebar__toggle-filters.are-hidden+form {
        display: none
    }
}

.sidebar .sidebar__toggle-filters span {
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: left
}

.sidebar .sidebar__toggle-filters span:nth-child(2) {
    display: none
}

.sidebar .sidebar__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
    display: none
}

.sidebar .sidebar__top span {
    color: v #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.sidebar .sidebar__top .sidebar__top--close {
    width: 29px;
    height: 18px;
    border: 0;
    padding: 0;
    background: url(/media/cardiff-met/site-assets/images/close-icon.svg) center no-repeat;
    background-size: 29px 18px
}

.sidebar .inputs-toggle-wrapper {
    margin-bottom: 25px
}

.sidebar .inputs-toggle-wrapper.is-visible-all .inputs-toggle__button span {
    display: none
}

.sidebar .inputs-toggle-wrapper.is-visible-all .inputs-toggle__button span+span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar .inputs-toggle-wrapper.is-visible-all>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar .inputs-toggle-wrapper>label {
    display: none
}

.sidebar .inputs-toggle-wrapper>label:nth-child(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar .inputs-toggle-wrapper>label:nth-child(2)+.inputs-toggle__button,
.sidebar .inputs-toggle-wrapper>label:nth-child(3)+.inputs-toggle__button {
    display: none
}

.sidebar .inputs-toggle-wrapper .inputs-toggle__button {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-align: left
}

.sidebar .inputs-toggle-wrapper .inputs-toggle__button:hover {
    text-decoration: none
}

.sidebar .inputs-toggle-wrapper .inputs-toggle__button span {
    display: block
}

.sidebar .inputs-toggle-wrapper .inputs-toggle__button span+span {
    display: none
}

.sidebar .sidebar--filter-name {
    margin-bottom: 16.5px;
    margin-right: 10px;
    text-align: left
}

.sidebar .sidebar__article-chapters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1199.98px) {
    .sidebar .sidebar__article-chapters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sidebar .sidebar__article-chapters .sidebar__article-chapters--item {
    margin-right: 10px;
    color: #0a2a3d;
    font-family: "Gotham Book";
    padding: 0 10px;
    border-right: 1px solid #ccc;
    font-size: 14px;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px
}

.sidebar .sidebar__article-chapters .sidebar__article-chapters--item:last-of-type {
    border-right: 0
}

@media (max-width:1199.98px) {
    .sidebar .sidebar__article-chapters .sidebar__article-chapters--item {
        border-right: 0
    }
}

.sidebar .sidebar__article-chapters .sidebar__article-chapters--item.is-active span {
    border-bottom: 1px solid #7edcf2
}

.sidebar .sidebar--courses form ::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.sidebar .sidebar--courses form ::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.sidebar .sidebar--courses form :-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

.sidebar .sidebar--courses form :-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0a2a3d
}

@media (max-width:1023.98px) {
    .sidebar .sidebar--search {
        display: none
    }
}

@media (max-width:1023.98px) {
    .sidebar .sidebar--search.search-filters-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1199.98px) {
    .sidebar .sidebar--search.search-filters-fixed .sidebar__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1023.98px) {
    .sidebar .sidebar--search.search-filters-fixed .sidebar__inner {
        background: #f4f6fa;
        border-radius: 12px 12px 0 12px;
        padding: 25px 15px
    }
}

.sidebar .sidebar--search .btn {
    min-width: 142.5px
}

.webapp {
    font-size: 14px;
    line-height: 1.75;
    padding-top: 0
}

.webapp .webapp__inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.webapp table {
    margin: 10px auto 100px
}

.webapp .sticky-header thead tr:first-child {
    position: sticky;
    top: 0;
    background: #ccc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2), 0 1px 5 0 rgba(0, 0, 0, .19);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2), 0 1px 5 0 rgba(0, 0, 0, .19)
}

.webapp table th,
.webapp table td {
    border-bottom: 1px solid #e7e7e7;
    border: 1px solid #e7e7e7;
    padding: 10px 10px;
    width: 167px
}

.webapp thead tr:first-child th {
    background: #eee;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

.demonstration-page pre {
    max-width: 1140px;
    width: 100%;
    margin: 30px;
    white-space: pre-wrap;
    display: block;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

#stickycookiePolicy,
#cookiePolicy {
    position: fixed;
    z-index: 9999999999;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

#stickycookiePolicy a,
#cookiePolicy a {
    margin-left: 10px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: nowrap;
    text-decoration: underline;
    color: #fff
}

#stickycookiePolicy a:hover,
#cookiePolicy a:hover {
    color: #2c4185
}

.no-script.modal-backdrop.fade.in {
    position: absolute;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background: #000
}

.modal.fade.in.no-js {
    position: fixed;
    z-index: 1109;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    padding: 20px;
    text-align: center;
    background: #101820
}

.modal.fade.in.no-js .noscriptmsg {
    font-size: 1.25em;
    margin-bottom: 20px;
    color: #fff
}

input.modal-closing-trick {
    position: absolute;
    z-index: 1110;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

input.modal-closing-trick:checked~div {
    display: none !important
}

.heading {
    padding: 20px 0 50px 0
}

@media (max-width:1199.98px) {
    .heading {
        padding: 20px 0 50px 0
    }
}

@media (max-width:1199.98px) {
    .heading {
        padding: 0 0 25px 0
    }
}

.heading .heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.heading .heading--title {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.9px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 0
}

@media (max-width:1599.98px) {
    .heading .heading--title {
        font-size: 35px;
        font-style: normal;
        letter-spacing: -.7px
    }
}

@media (max-width:1199.98px) {
    .heading .heading--title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: .6px
    }
}

@media (max-width:575.98px) {
    .heading .heading--title {
        font-size: 30px;
        letter-spacing: -.8px
    }
}

.heading .heading--title strong {
    font-weight: 600
}

.heading .heading--subtitle {
    color: #0a2a3d;
    font-family: "Gotham Book";
    max-width: 450px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0
}

@media (max-width:1199.98px) {
    .heading .heading--subtitle {
        display: none
    }
}

.heading .heading--subtitle strong {
    font-family: "Gotham";
    font-weight: 700
}

.heading .heading--mobile {
    padding-top: 10px
}

@media (min-width:1200px) {
    .heading .heading--mobile .heading--subtitle {
        display: none
    }
}

@media (max-width:1199.98px) {
    .heading .heading--mobile .heading--subtitle {
        display: block
    }
}

.heading .heading--switcher {
    border-radius: 9px;
    border-bottom-right-radius: 0;
    padding: 10px;
    background: #f4f6fa;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px
}

.heading .heading--switcher button {
    border: 0;
    background: 0 0;
    cursor: pointer
}

.heading .heading--switcher button:last-of-type {
    margin-left: 10px
}

.news-features .news-features__wrapper {
    padding: 25px 0 0 0;
    border-top: 1px solid #7edcf2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px
}

@media (max-width:1199.98px) {
    .news-features .news-features__wrapper {
        grid-template-columns: 1fr;
        padding-bottom: 0
    }
}

.news-features .news-features__wrapper .news-features--item {
    padding-bottom: 15px;
    border-bottom: 1px solid #7edcf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199.98px) {
    .news-features .news-features__wrapper .news-features--item {
        gap: 20px
    }

    .news-features .news-features__wrapper .news-features--item:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }

    .news-features .news-features__wrapper .news-features--item:nth-last-child(2) {
        border-bottom: 1px solid #7edcf2
    }
}

.news-features .news-features__wrapper .news-features--item img {
    width: 161px;
    border-radius: 7.832px 7.832px 0 7.832px
}

@media (max-width:1199.98px) {
    .news-features .news-features__wrapper .news-features--item img {
        width: 136px
    }
}

.news-features .news-features__wrapper .news-features--item span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px
}

.news-features .news-features__wrapper .news-features--item .btn--simple-link {
    color: #0a2a3d;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1599.98px) {
    .news-features .news-features__wrapper .news-features--item .btn--simple-link {
        font-size: 17px
    }
}

@media (max-width:1199.98px) {
    .news-features .news-features__wrapper .news-features--item .btn--simple-link {
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 75px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

.news-features .news-features__wrapper .news-features--item .btn--simple-link:after {
    content: none
}

.breadcrumbs {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.breadcrumbs .breadcrumbs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs .breadcrumbs-item a,
.breadcrumbs .breadcrumbs-item span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px
}

.breadcrumbs .breadcrumbs-item .dot {
    display: inline-block;
    margin: 0 8px
}

@media (max-width:575.98px) {
    .breadcrumbs .breadcrumbs-item:not(:last-child) {
        display: none
    }
}

@media (max-width:575.98px) {
    .breadcrumbs .breadcrumbs-item:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.breadcrumbs .breadcrumbs-item__arrow-sm {
    width: 6px;
    height: 13px;
    background: url(/media/cardiff-met/site-assets/images/anchor-next.svg) center no-repeat;
    background-size: 6px 13px;
    margin-right: 5px;
    margin-bottom: 2px
}

.pagination .pagination-list {
    list-style: none;
    margin-bottom: 0;
    padding: 7.5px;
    background: #f4f6fa;
    border-radius: 6px 6px 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:1199.98px) {
    .pagination .pagination-list {
        padding: 7.5px 16px 7.5px 7.5px
    }
}

.pagination .pagination-list .pagination-item {
    border-radius: 4.5px 4.5px 0 4.5px;
    color: #0a2a3d
}

@media (max-width:1199.98px) {
    .pagination .pagination-list .pagination-item {
        padding: 8px;
        min-width: 36px;
        text-align: center
    }
}

.pagination .pagination-list .pagination-item:not(:last-child) {
    margin-right: 11px
}

@media (max-width:1199.98px) {
    .pagination .pagination-list .pagination-item:not(:last-child) {
        margin-right: 18px
    }
}

.pagination .pagination-list .pagination-item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: block;
    padding: 13.5px 18px
}

@media (max-width:1199.98px) {
    .pagination .pagination-list .pagination-item a {
        padding: 8px
    }
}

.pagination .pagination-list .pagination-item.active {
    background: #0a2a3d
}

.pagination .pagination-list .pagination-item.active a {
    color: #ffcf48
}

@media (max-width:1199.98px) {
    .block-01 .container {
        padding: 0
    }
}

@media (max-width:1199.98px) {
    .block-01 {
        display: block
    }
}

.block-01 .block-01__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1199.98px) {
    .block-01 .block-01__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-01 .block-01__wrapper .block-01__image {
    width: 100%;
    position: relative;
    border-radius: 20px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.block-01 .block-01__wrapper .block-01__image:after {
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.block-01 .block-01__wrapper .block-01__image:hover:after {
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.block-01 .block-01__wrapper .block-01__image img {
    width: 100%;
    max-height: 533px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px
}

@media (max-width:1199.98px) {
    .block-01 .block-01__wrapper .block-01__image img {
        border-radius: 0
    }
}

@media (min-width:1440px) {
    .block-01 .block-01__wrapper .block-01__image img {
        max-height: 711px
    }
}

.block-01 .block-01__wrapper .block-01__image .play-icon {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    padding: 0;
    border-radius: 20px;
    cursor: pointer
}

.block-01 .block-01__wrapper .block-01__image .play-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (max-width:1199.98px) {
    .block-01 .block-01__wrapper .block-01__image .play-icon img {
        margin-bottom: 40px
    }
}

@media (max-width:767.98px) {
    .block-01 .block-01__wrapper .block-01__image .play-icon img {
        margin-bottom: 70px
    }
}

.block-01 .block-01__wrapper .block-01__image .play-icon:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.block-01 .block-01__wrapper .block-01__content {
    width: 100%;
    padding: 0 20px 0 75px
}

@media (max-width:1799.98px) {
    .block-01 .block-01__wrapper .block-01__content {
        width: 100%
    }
}

@media (max-width:1599.98px) {
    .block-01 .block-01__wrapper .block-01__content {
        width: 100%;
        padding: 0 10px 0 40px
    }
}

@media (max-width:1439.98px) {
    .block-01 .block-01__wrapper .block-01__content {
        padding: 0 10px 0 30px
    }
}

@media (max-width:1199.98px) {
    .block-01 .block-01__wrapper .block-01__content {
        padding: 0 23px;
        position: relative;
        top: -130px;
        margin-bottom: -130px;
        background: #fff;
        width: calc(100% - 23px);
        border-top-right-radius: 20px
    }
}

.block-01 .block-01__wrapper .block-01__content .block-01__content-title {
    font-family: "Copernicus Book";
    color: #0a2a3d;
    font-weight: 400;
    font-size: 65px;
    font-style: normal;
    line-height: 75px;
    letter-spacing: -1.5px;
    left: -300px;
    width: calc(100% + 300px);
    position: relative;
    padding: 0 15px;
    padding-bottom: 75px;
    padding-top: 60px;
    background: #fff;
    top: -1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 75px;
    z-index: 10
}

@media (max-width:1799.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-title {
        padding-left: 60px;
        font-size: 57px;
        letter-spacing: -1.34px;
        line-height: 72px;
        padding-top: 60px
    }
}

@media (max-width:1599.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-title {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 50px;
        line-height: 150%;
        left: -250px;
        width: calc(100% + 250px)
    }
}

@media (max-width:1439.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-title {
        font-size: 45px;
        line-height: 130%;
        padding-top: 20px;
        padding-bottom: 20px;
        left: -200px;
        width: calc(100% + 200px)
    }
}

@media (max-width:1199.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -.8px;
        left: -23px;
        padding-left: 23px;
        width: 100%;
        padding-top: 40px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 20px;
        padding-bottom: 0;
        margin-bottom: 30px
    }

    .block-01 .block-01__wrapper .block-01__content .block-01__content-title br {
        display: none
    }
}

@media (min-width:768px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-title.no-bg {
        background: 0 0
    }
}

.block-01 .block-01__wrapper .block-01__content .block-01__content-subtitle {
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22.4px
}

@media (min-width:1600px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-subtitle {
        font-size: 14px;
        line-height: 22.4px
    }
}

@media (max-width:1199.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-subtitle {
        font-size: 15px
    }
}

.block-01 .block-01__wrapper .block-01__content .block-01__content-description {
    font-family: "Gotham Book";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #0a2a3d;
    line-height: 160%;
    margin-bottom: 30px
}

@media (min-width:1600px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-description {
        margin-bottom: 55px
    }
}

@media (max-width:1599.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-description {
        line-height: 145%
    }
}

@media (max-width:1439.98px) {
    .block-01 .block-01__wrapper .block-01__content .block-01__content-description {
        margin-bottom: 15px
    }
}

.block-01 .block-01-pagination {
    margin-top: 40px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 20px 0 0 0
}

@media (max-width:1199.98px) {
    .block-01 .block-01-pagination {
        margin-top: 30px
    }
}

.block-01 .block-01-pagination__number {
    margin-right: 51px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

@media (max-width:1199.98px) {
    .block-01 .block-01-pagination__number {
        margin-right: 17px
    }
}

.swiper-block-01-slider-variation {
    width: 100%;
    position: relative
}

@media (min-width:1800px) {
    .swiper-block-01-slider-variation .block-01__wrapper .block-01__image {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .swiper-block-01-slider-variation {
        width: 70%
    }
}

.swiper-block-01-slider {
    width: 100%
}

@media (min-width:1200px) {
    .swiper-block-01-slider {
        width: 30%
    }
}

.slider-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1199.98px) {
    .slider-container-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.slider-container-wrapper.inverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:1199.98px) {
    .slider-container-wrapper.inverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.slider-container-wrapper.inverse .block-01__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:1199.98px) {
    .slider-container-wrapper.inverse .block-01__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.slider-container-wrapper.inverse .block-01__wrapper .block-01__content {
    padding-left: 0;
    padding-right: 75px
}

@media (max-width:1599.98px) {
    .slider-container-wrapper.inverse .block-01__wrapper .block-01__content {
        padding-right: 40px
    }
}

@media (max-width:1439.98px) {
    .slider-container-wrapper.inverse .block-01__wrapper .block-01__content {
        padding-right: 30px
    }
}

@media (max-width:1199.98px) {
    .slider-container-wrapper.inverse .block-01__wrapper .block-01__content {
        padding: 0 20px;
        position: relative;
        top: -130px;
        margin-bottom: -130px;
        background: #fff;
        width: calc(100% - 23px);
        border-top-right-radius: 20px
    }
}

.slider-container-wrapper.inverse .block-01__wrapper .block-01__content .block-01__content-title {
    left: 0
}

@media (max-width:1199.98px) {
    .slider-container-wrapper.inverse .block-01__wrapper .block-01__content .block-01__content-title {
        right: inherit;
        width: 100%;
        padding-left: 0
    }
}

.block-02 .block-02__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width:1199.98px) {
    .block-02 .block-02__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 60px
    }
}

@media (max-width:575.98px) {
    .block-02 .block-02__wrapper {
        gap: 0 30px
    }
}

.block-02 .block-02__wrapper .block-02__item {
    max-width: 200px
}

@media (max-width:1199.98px) {
    .block-02 .block-02__wrapper .block-02__item {
        margin-bottom: 100px;
        max-width: initial;
        width: calc(50% - 30px)
    }
}

@media (max-width:575.98px) {
    .block-02 .block-02__wrapper .block-02__item {
        width: calc(50% - 15px)
    }
}

.block-02 .block-02__wrapper .block-02__item .block-02__item-title {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    color: #0a2a3d
}

@media (max-width:1199.98px) {
    .block-02 .block-02__wrapper .block-02__item .block-02__item-title {
        font-size: 40px
    }
}

.block-02 .block-02__wrapper .block-02__item .block-02__item-description {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #0a2a3d
}

@media (max-width:1199.98px) {
    .block-02 .block-02__wrapper .block-02__item .block-02__item-description {
        font-size: 16px
    }
}

.block-03 {
    padding: 37px 0;
    background: #f3e8ec
}

.block-03.no-bg {
    background: 0 0
}

@media (max-width:1199.98px) {
    .block-03 {
        padding: 30px 0
    }
}

.block-03.block-03--clean {
    background: 0 0
}

.block-03 .block-03__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

@media (max-width:767.98px) {
    .block-03 .block-03__head {
        margin-bottom: 30px
    }
}

.block-03 .block-03__head .block-03__head-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 0
}

@media (min-width:1600px) {
    .block-03 .block-03__head .block-03__head-title {
        font-size: 45px;
        font-style: normal;
        font-weight: 600
    }
}

@media (max-width:767.98px) {
    .block-03 .block-03__head .block-03__head-title {
        font-size: 30px;
        letter-spacing: -.6px;
        line-height: 144%
    }
}

.block-03 .block-03__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px
}

@media (max-width:767.98px) {
    .block-03 .block-03__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 30px
    }
}

.block-03 .block-03__wrapper .block-03__item {
    display: block;
    padding: 24px 24.75px;
    border-radius: 12px 12px 0 12px;
    border: .75px solid #0a2a3d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    min-height: 103px;
    color: #0a2a3d;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media (max-width:767.98px) {
    .block-03 .block-03__wrapper .block-03__item {
        font-size: 16px;
        padding: 24px 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.block-03 .block-03__wrapper .block-03__item:hover {
    background: #0a2a3d;
    color: #ffcf48;
    padding: 18px 24.75px 30px
}

.block-04 {
    position: relative;
    overflow: hidden
}

.block-04 img {
    width: 100%
}

@media (max-width:1023.98px) {
    .block-04 img {
        position: absolute
    }
}

.block-04 .block-04__slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .55;
    z-index: 1
}

.block-04 .block-04__slide .slide-image:nth-child(1) {
    max-height: 683px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (min-width:1600px) {
    .block-04 .block-04__slide .slide-image:nth-child(1) {
        max-height: 911px
    }
}

.block-04 .block-04__content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
}

@media (max-width:1023.98px) {
    .block-04 .block-04__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: 23px;
        position: relative
    }
}

.block-04 .block-04__content .block-04__title {
    text-align: center;
    font-family: "Copernicus";
    font-size: 45px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #fff;
    max-width: 635px;
    margin: 0 auto;
    margin-bottom: 22px;
    padding-top: 100px
}

@media (max-width:1599.98px) {
    .block-04 .block-04__content .block-04__title {
        font-size: 35px;
        font-style: normal;
        font-weight: 550;
        line-height: 49px;
        letter-spacing: -.7px;
        margin-bottom: 16.5px
    }
}

@media (max-width:1199.98px) {
    .block-04 .block-04__content .block-04__title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: .6px;
        text-align: left
    }
}

@media (max-width:1023.98px) {
    .block-04 .block-04__content .block-04__title {
        padding-top: 200px;
        padding-right: 46px
    }
}

.block-04 .block-04__content .block-04__solo {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 70px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 470px;
    background: #701335;
    color: #fff;
    font-family: "Gotham Book";
    border-radius: 0 0 16px 0
}

@media (max-width:1599.98px) {
    .block-04 .block-04__content .block-04__solo {
        position: absolute;
        padding: 40px 52.5px;
        max-width: 353px;
        font-size: 14px;
        bottom: 0;
        top: 0;
        left: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media (max-width:1199.98px) {
    .block-04 .block-04__content .block-04__solo {
        position: absolute;
        padding: 40px 52.5px;
        font-size: 16px;
        margin-top: 70px;
        bottom: 0;
        top: inherit;
        border-radius: 0 16px 0 0
    }
}

@media (max-width:1023.98px) {
    .block-04 .block-04__content .block-04__solo {
        position: relative;
        left: -23px;
        padding: 25px 20px;
        font-size: 16px;
        border-radius: 0 16px 0 0
    }
}

.block-04 .block-04-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 21px 5px 21px 21px;
    border-radius: 20px 0 0 0;
    background: #fff
}

@media (max-width:767.98px) {
    .block-04 .block-04-pagination {
        display: none !important
    }
}

.block-04 .block-04-pagination .block-04-pagination__number {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400
}

.block-04 .block-04-pagination .swiper-pagination-block-04 {
    margin-left: 28px
}

.block-05 {
    position: relative
}

.block-05 .block-05__boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px
}

.block-05 .block-05__boxes.has-slider {
    grid-template-columns: 1fr 3fr
}

@media (max-width:1199.98px) {
    .block-05 .block-05__boxes {
        grid-template-columns: 1fr
    }
}

.block-05 .block-05__boxes .block-05__item a {
    padding-left: 0
}

.block-05 .block-05__boxes .block-05__item .block-05__item-resizable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-05 .block-05__boxes .block-05__item .block-05__item-resizable h2,
.block-05 .block-05__boxes .block-05__item .block-05__item-resizable .h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 32.5px
}

@media (min-width:1600px) {

    .block-05 .block-05__boxes .block-05__item .block-05__item-resizable h2,
    .block-05 .block-05__boxes .block-05__item .block-05__item-resizable .h2 {
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 43px
    }
}

.block-05 .block-05__boxes .block-05__item .block-05__item-resizable h2 strong,
.block-05 .block-05__boxes .block-05__item .block-05__item-resizable .h2 strong {
    font-weight: 600
}

.block-05 .block-05__boxes .block-05__item .block-05__item-resizable p {
    color: #0a2a3d;
    max-width: 450px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Gotham Book'
}

@media (min-width:1600px) {
    .block-05 .block-05__boxes .block-05__item .block-05__item-resizable p {
        font-size: 16px;
        line-height: 25.6px
    }
}

@media (max-width:1199.98px) {
    .block-05 .block-05__boxes .block-05__item .block-05__item-resizable p {
        font-size: 16px;
        margin-bottom: 40px
    }
}

.block-05 .block-05__boxes .block-05__item.item-full {
    grid-column: 1/-1
}

.block-05 .block-05__boxes .block-05__item img {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 16px 16px 0 16px
}

.block-05-slider {
    position: relative
}

.block-05-slider .block-05-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-05-slider .block-05-slider__wrapper .block-05-slider-content {
    width: 25%;
    padding-right: 20px
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider__wrapper .block-05-slider-content {
        width: 100%
    }
}

.block-05-slider .block-05-slider__wrapper .block-05-slider-content h2,
.block-05-slider .block-05-slider__wrapper .block-05-slider-content .h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 32.5px
}

@media (min-width:1600px) {

    .block-05-slider .block-05-slider__wrapper .block-05-slider-content h2,
    .block-05-slider .block-05-slider__wrapper .block-05-slider-content .h2 {
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 43px
    }
}

@media (max-width:1199.98px) {

    .block-05-slider .block-05-slider__wrapper .block-05-slider-content h2,
    .block-05-slider .block-05-slider__wrapper .block-05-slider-content .h2 {
        font-size: 30px;
        letter-spacing: -.6px;
        line-height: 42px;
        margin-bottom: 20px
    }

    .block-05-slider .block-05-slider__wrapper .block-05-slider-content h2 br,
    .block-05-slider .block-05-slider__wrapper .block-05-slider-content .h2 br {
        display: none
    }
}

.block-05-slider .block-05-slider__wrapper .block-05-slider-content h2 strong,
.block-05-slider .block-05-slider__wrapper .block-05-slider-content .h2 strong {
    font-weight: 600
}

.block-05-slider .block-05-slider__wrapper .block-05-slider-content p {
    color: #0a2a3d;
    font-family: 'Gotham Book';
    max-width: 450px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px
}

@media (min-width:1600px) {
    .block-05-slider .block-05-slider__wrapper .block-05-slider-content p {
        font-size: 16px;
        line-height: 25.6px
    }
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider__wrapper .block-05-slider-content p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.block-05-slider .block-05-slider__wrapper .swiper-block-05-slider {
    width: calc(100% - 25%);
    padding: 0 17px
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider {
        width: 100%;
        padding: 0 0 20px
    }
}

@media (max-width:575.98px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider {
        position: relative;
        width: calc(100% + 23px)
    }
}

.block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide .btn {
    font-size: 14px;
    padding-left: 0;
    position: relative
}

@media (min-width:1600px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide .btn {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.377px
    }
}

.block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide .btn:after {
    top: 50%;
    margin-top: -7.5px
}

.block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide img {
    border-radius: 16px 16px 0 16px;
    width: 100%;
    min-height: 205px;
    max-height: 205px;
    height: 269px;
    margin-bottom: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width:1599.98px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide img {
        max-width: 312px
    }
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide img {
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide img {
        height: 236px
    }
}

@media (max-width:575.98px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide img {
        height: 197px
    }
}

@media (min-width:1440px) {
    .block-05-slider .block-05-slider__wrapper .swiper-block-05-slider .swiper-slide img {
        max-height: 268px
    }
}

.block-05-slider .block-05-arrows button {
    position: absolute;
    top: 50%;
    padding: 0;
    margin-top: -24.5px;
    z-index: 9
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-arrows button {
        top: auto;
        bottom: 5px
    }
}

.block-05-slider .block-05-arrows .swiper-button-prev {
    left: 0
}

.block-05-slider .block-05-arrows .swiper-button-next {
    right: 0
}

@media (max-width:575.98px) {
    .block-05-slider .block-05-arrows .swiper-button-next {
        right: 23px
    }
}

.block-05-slider .block-05-slider-pagination {
    background: #fff;
    z-index: 2;
    border-radius: 20px 0 0 0
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider-pagination {
        position: absolute;
        bottom: -20px
    }
}

.block-05-slider .block-05-slider-pagination__number {
    margin-right: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

@media (max-width:1199.98px) {
    .block-05-slider .block-05-slider-pagination__number {
        margin-right: 17px
    }
}

.block-06:not(.block-06__clean) {
    background: #f4f6fa
}

@media (max-width:1199.98px) {
    .block-06 {
        padding-bottom: 30px
    }
}

.block-06 .block-06__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #7edcf2;
    padding-bottom: 40px;
    margin-bottom: 25px
}

@media (max-width:1199.98px) {
    .block-06 .block-06__top {
        padding-bottom: 20px;
        margin-bottom: 0
    }
}

.block-06 .block-06__top h2,
.block-06 .block-06__top .h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -.9px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 0
}

@media (max-width:1599.98px) {

    .block-06 .block-06__top h2,
    .block-06 .block-06__top .h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -.7px
    }
}

@media (max-width:1199.98px) {

    .block-06 .block-06__top h2,
    .block-06 .block-06__top .h2 {
        margin-bottom: 0
    }
}

.block-06 .block-06__top h2 strong,
.block-06 .block-06__top .h2 strong {
    font-weight: 600
}

.block-06 .block-06__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px
}

@media (max-width:1199.98px) {
    .block-06 .block-06__wrapper {
        grid-template-columns: 1fr;
        padding: 16px 0 50px 0;
        gap: 10px
    }
}

.block-06 .block-06__wrapper .block-06__wrapper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #7edcf2
}

.block-06 .block-06__wrapper .block-06__wrapper-item:last-of-type,
.block-06 .block-06__wrapper .block-06__wrapper-item:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0
}

@media (max-width:1199.98px) {
    .block-06 .block-06__wrapper .block-06__wrapper-item {
        padding-bottom: 10px
    }

    .block-06 .block-06__wrapper .block-06__wrapper-item:last-of-type {
        border-bottom: 0
    }

    .block-06 .block-06__wrapper .block-06__wrapper-item:nth-last-child(2) {
        border-bottom: 1px solid #7edcf2
    }
}

.block-06 .block-06__wrapper .block-06__wrapper-item img {
    width: 178px;
    max-width: 178px;
    border-radius: 9.851px 9.851px 0 9.851px
}

@media (max-width:1199.98px) {
    .block-06 .block-06__wrapper .block-06__wrapper-item img {
        width: 78px
    }
}

.block-06 .block-06__wrapper .block-06__wrapper-item .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin: 10px 0
}

.block-06 .block-06__wrapper .block-06__wrapper-item .btn--simple-link {
    width: calc(100% - 178px);
    max-width: 600px;
    color: #0a2a3d;
    text-align: left;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px
}

@media (max-width:1199.98px) {
    .block-06 .block-06__wrapper .block-06__wrapper-item .btn--simple-link {
        padding-left: 20px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 16px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        width: calc(100% - 78px);
        padding-bottom: 0
    }
}

.block-06 .block-06__wrapper .block-06__wrapper-item .btn--simple-link:after {
    content: none
}

.block-06.with-featured .block-06__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:1199.98px) {
    .block-06.with-featured .block-06__wrapper {
        display: block
    }
}

.block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    border-bottom: 0
}

@media (max-width:1199.98px) {
    .block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item {
        padding-bottom: 0
    }
}

.block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item:last-of-type {
    border-bottom: 0
}

.block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item img {
    width: 100%;
    max-width: 100%
}

.block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item .date {
    padding-left: 10px
}

.block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item .btn--simple-link {
    padding: 10px;
    width: 100%
}

@media (max-width:1199.98px) {
    .block-06.with-featured .block-06__wrapper .block-06-wrapper-featured .block-06__wrapper-item .btn--simple-link {
        height: auto;
        padding: 0 10px
    }
}

.block-06.with-featured .block-06__wrapper .block-06__wrapper-item {
    padding: 20px 0
}

.block-06.with-featured .block-06__wrapper .block-06__wrapper-item:last-of-type,
.block-06.with-featured .block-06__wrapper .block-06__wrapper-item:nth-last-child(2) {
    border-bottom: 1px solid #7edcf2
}

.block-07 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (max-width:1199.98px) {
    .block-07 {
        padding-bottom: 30px
    }
}

.block-07 .block-07__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -.9px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 0
}

@media (max-width:1599.98px) {
    .block-07 .block-07__title {
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -.7px
    }
}

@media (max-width:1199.98px) {
    .block-07 .block-07__title {
        margin-bottom: 30px
    }
}

.block-07 .block-07__title i {
    font-family: "Copernicus Book"
}

.block-07 .block-07__title strong {
    font-weight: 600
}

.block-07 .block-07-pagination {
    margin-top: 28px
}

@media (max-width:1199.98px) {
    .block-07 .block-07-pagination {
        position: absolute;
        bottom: -20px
    }
}

.block-07 .block-07-pagination .block-07-pagination__number {
    margin-right: 51px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

@media (max-width:1023.98px) {
    .block-07 .block-07-pagination .block-07-pagination__number {
        margin-right: 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700
    }
}

@media (max-width:1199.98px) {
    .block-07 .block-07-arrows {
        display: none
    }
}

.block-07 .block-07-arrows .swiper-button-prev,
.block-07 .block-07-arrows .swiper-button-next {
    z-index: 5
}

.block-07 .block-07-arrows .swiper-button-next {
    position: absolute;
    right: 0;
    bottom: 75px
}

@media (min-width:1440px) {
    .block-07 .block-07-arrows .swiper-button-next {
        bottom: 80px
    }
}

.block-07 .block-07-arrows .swiper-button-prev {
    position: absolute;
    left: 0;
    bottom: 75px
}

@media (min-width:1440px) {
    .block-07 .block-07-arrows .swiper-button-prev {
        bottom: 80px
    }
}

.block-07 .swiper-blogs-listing {
    margin-top: 16px;
    overflow: hidden
}

@media (max-width:1199.98px) {
    .block-07 .swiper-blogs-listing {
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    .block-07 .swiper-blogs-listing {
        position: relative;
        padding: 0 19px;
        left: -19px;
        width: calc(100% + 38px)
    }
}

.block-07 .swiper-blogs-listing .swiper-slide {
    border-top: 1px solid #7edcf2;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

@media (max-width:1199.98px) {
    .block-07 .swiper-blogs-listing .swiper-slide {
        max-width: 80%
    }
}

.block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__video {
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__title {
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width:1199.98px) {
    .block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__title {
        margin-bottom: 30px;
        padding-top: 30px;
        min-height: auto
    }
}

@media (min-width:1200px) {
    .block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__title {
        font-size: 17px;
        line-height: 24px;
        min-height: 111px
    }
}

@media (min-width:1440px) {
    .block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__title {
        font-size: 20px;
        line-height: 27px;
        min-height: 120px
    }
}

.block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__image {
    width: 100%;
    min-height: 206px;
    max-height: 206px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 16px 16px 0 16px
}

@media (min-width:1440px) {
    .block-07 .swiper-blogs-listing .swiper-slide .swiper-slide__image {
        max-height: 267px
    }
}

.block-07 .swiper-blogs-listing .swiper-slide .image-wrapper:after {
    border-radius: 20px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.block-07 .swiper-blogs-listing .swiper-slide .image-wrapper:hover:after {
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.block-07 .swiper-blogs-listing .swiper-slide .play-icon {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    border-radius: 20px;
    padding: 0;
    cursor: pointer
}

.block-07 .swiper-blogs-listing .swiper-slide .play-icon img {
    width: 57px;
    height: 57px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.block-07 .swiper-blogs-listing .swiper-slide .play-icon:hover {
    background-color: rgba(0, 0, 0, .4)
}

.block-07 .swiper-blogs-listing .swiper-slide .play-icon:hover img {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.block-07 .swiper-blogs-listing .swiper-slide__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section--block-08 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 40px;
    overflow: hidden
}

@media (max-width:1199.98px) {
    .section--block-08 {
        padding-top: 15px
    }
}

@media (max-width:767.98px) {
    .section--block-08 .container {
        padding: 0
    }
}

.section--block-08 .block-08__main {
    position: relative
}

@media (max-width:1199.98px) {
    .section--block-08 .block-08__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.section--block-08 .block-08-pagination {
    margin-top: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 0;
    padding: 21px 0 21px 21px;
    border-radius: 20px 0 0 0
}

@media (min-width:1600px) {
    .section--block-08 .block-08-pagination {
        padding: 28px 0 28px 28px
    }
}

@media (max-width:1199.98px) {
    .section--block-08 .block-08-pagination {
        padding: 15px 23px;
        bottom: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        top: -96px;
        margin-bottom: -96px;
        margin-right: 0;
        margin-left: auto
    }
}

.section--block-08 .block-08-pagination__number {
    margin-right: 51px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

@media (max-width:1199.98px) {
    .section--block-08 .block-08-pagination__number {
        margin-right: 17px
    }
}

.section--block-08 .block-08-arrows button {
    position: absolute;
    bottom: 30%;
    padding: 0;
    z-index: 9
}

@media (max-width:1199.98px) {
    .section--block-08 .block-08-arrows button {
        top: 20%;
        bottom: auto
    }
}

@media (max-width:767.98px) {
    .section--block-08 .block-08-arrows button {
        top: 20%;
        bottom: auto
    }
}

.section--block-08 .block-08-arrows .swiper-button-prev {
    left: -17px
}

@media (max-width:767.98px) {
    .section--block-08 .block-08-arrows .swiper-button-prev {
        left: 0
    }
}

.section--block-08 .block-08-arrows .swiper-button-next {
    right: -17px
}

@media (max-width:767.98px) {
    .section--block-08 .block-08-arrows .swiper-button-next {
        right: 0
    }
}

.section--block-08 .swiper-slide__wrapper {
    position: absolute;
    left: -20px;
    top: 0;
    background: #ffcf48;
    padding: 90px 84px 90px 56px;
    padding: 67.5px 63px 67.5px 42px;
    z-index: 9;
    max-width: 750px;
    border-radius: 20px 20px 20px 0
}

@media (max-width:1599.98px) {
    .section--block-08 .swiper-slide__wrapper {
        max-width: 570px
    }
}

@media (max-width:1199.98px) {
    .section--block-08 .swiper-slide__wrapper {
        left: 0;
        padding: 20px 32px 20px 23px;
        position: relative;
        border-radius: 0 16px 16px 0;
        margin-right: 23px;
        max-width: 100%
    }
}

.section--block-08 .swiper-slide__wrapper .swiper-slide__wrapper-title {
    font-family: "Copernicus Book";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.2px;
    color: #0a2a3d
}

@media (min-width:1600px) {
    .section--block-08 .swiper-slide__wrapper .swiper-slide__wrapper-title {
        font-size: 80px;
        line-height: 96px;
        letter-spacing: -1.6px
    }
}

@media (max-width:1199.98px) {
    .section--block-08 .swiper-slide__wrapper .swiper-slide__wrapper-title {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -.8px
    }
}

.section--block-08 .swiper-slide__wrapper .swiper-slide__wrapper-title strong {
    font-weight: 600
}

.section--block-08 .swiper-slide__wrapper p {
    color: #0a2a3d;
    margin: 30px 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.2px;
    max-width: 555px
}

@media (min-width:1600px) {
    .section--block-08 .swiper-slide__wrapper p {
        margin: 40px 0;
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:1199.98px) {
    .section--block-08 .swiper-slide__wrapper p {
        font-size: 16px;
        line-height: 25.6px;
        margin: 30px 0;
        max-width: 463px
    }
}

@media (max-width:767.98px) {
    .section--block-08 .swiper-slide__wrapper p {
        margin: 10px 0;
        font-size: 15px
    }
}

.section--block-08 .swiper-teaser-main {
    border-radius: 20px;
    overflow: hidden
}

@media (max-width:1199.98px) {
    .section--block-08 .swiper-teaser-main {
        border-radius: 0
    }
}

.section--block-08 .swiper-teaser-main .swiper-slide {
    position: relative;
    background: #fff
}

.section--block-08 .swiper-teaser-main .swiper-slide .swiper-slide__image {
    border-radius: 20px;
    width: 100%
}

@media (max-width:1199.98px) {
    .section--block-08 .swiper-teaser-main .swiper-slide .swiper-slide__image {
        padding: 0;
        border-radius: 0
    }
}

.section--block-08 .swiper-teaser-main .swiper-slide .swiper-slide__image:nth-child(1) {
    max-height: 675px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (min-width:1440px) {
    .section--block-08 .swiper-teaser-main .swiper-slide .swiper-slide__image:nth-child(1) {
        max-height: 922px
    }
}

.block-09 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0
}

@media (max-width:1199.98px) {
    .block-09 {
        padding: 10px 0 0 0;
        padding-top: 75px
    }
}

@media (max-width:575.98px) {
    .block-09 {
        padding-top: 123px
    }
}

@media (max-width:1199.98px) {
    .block-09 .container {
        padding: 0
    }
}

.block-09 .slide__wrapper {
    position: absolute;
    left: 45px;
    top: 0;
    background: #ffcf48;
    padding: 50px 56px 50px 56px;
    min-width: 486px;
    max-width: 750px;
    border-radius: 20px 20px 20px 0;
    z-index: 11
}

@media (min-width:1600px) {
    .block-09 .slide__wrapper {
        min-width: 649px
    }
}

@media (max-width:1439.98px) {
    .block-09 .slide__wrapper {
        padding: 20px 23px 20px 23px;
        max-width: 400px;
        left: 35px
    }
}

@media (max-width:1199.98px) {
    .block-09 .slide__wrapper {
        left: -10px;
        top: 0;
        padding: 20px 23px;
        border-radius: 0 16px 16px 0;
        margin-right: 23px;
        max-width: 100%;
        min-width: 100%
    }
}

@media (max-width:575.98px) {
    .block-09 .slide__wrapper {
        top: 0
    }
}

.block-09 .slide__wrapper .slide__wrapper-title {
    font-family: "Copernicus Book";
    color: #0a2a3d;
    font-size: 45px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
    letter-spacing: -.7px
}

@media (max-width:1599.98px) {
    .block-09 .slide__wrapper .slide__wrapper-title {
        font-size: 35px;
        font-weight: 400;
        line-height: 45.5px;
        letter-spacing: -.7px
    }
}

@media (max-width:1439.98px) {
    .block-09 .slide__wrapper .slide__wrapper-title {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -.5px
    }
}

.block-09 .slide__wrapper .slide__wrapper-title strong {
    font-weight: 600
}

.block-09 .slide__wrapper p {
    margin: 40px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

@media (max-width:1439.98px) {
    .block-09 .slide__wrapper p {
        font-size: 16px;
        line-height: 25.6px;
        margin: 30px 0
    }
}

.block-09 .block-09__wrapper {
    border-radius: 20px
}

@media (max-width:1199.98px) {
    .block-09 .block-09__wrapper {
        border-radius: 0
    }
}

.block-09 .block-09__wrapper .slide {
    position: relative;
    background: #fff
}

.block-09 .block-09__wrapper .slide .slide__anchor {
    display: none
}

@media (max-width:1199.98px) {
    .block-09 .block-09__wrapper .slide .slide__anchor {
        max-width: 95px;
        display: block;
        position: absolute;
        color: #fff;
        background: #701335;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 19.6px;
        border-radius: 8px 8px 0 8px;
        padding: 15px;
        bottom: 0;
        right: 24px;
        z-index: 1
    }
}

.block-09 .block-09__wrapper .slide .slide-image {
    padding-top: 20px;
    border-radius: 20px;
    width: 100%;
    min-height: 389px;
    max-height: 468px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width:1199.98px) {
    .block-09 .block-09__wrapper .slide .slide-image {
        padding: 0;
        border-radius: 0
    }
}

.block-09 .btn {
    margin-top: 22px
}

.block-09-slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding: 0
}

@media (max-width:1199.98px) {
    .block-09-slider {
        padding-top: 75px
    }
}

@media (max-width:575.98px) {
    .block-09-slider {
        padding-top: 123px
    }
}

.block-09-slider .block-09-slider__main {
    position: relative
}

@media (max-width:1199.98px) {
    .block-09-slider .container {
        padding: 0
    }
}

.block-09-slider .slide__wrapper {
    position: absolute;
    left: 45px;
    top: 0;
    background: #ffcf48;
    padding: 50px 56px 50px 56px;
    min-width: 486px;
    max-width: 750px;
    border-radius: 20px 20px 20px 0;
    z-index: 11
}

@media (min-width:1600px) {
    .block-09-slider .slide__wrapper {
        min-width: 649px
    }
}

@media (max-width:1439.98px) {
    .block-09-slider .slide__wrapper {
        padding: 20px 23px 20px 23px;
        max-width: 400px;
        left: 35px
    }
}

@media (max-width:1199.98px) {
    .block-09-slider .slide__wrapper {
        left: -10px;
        top: 0;
        padding: 20px 23px;
        border-radius: 0 16px 16px 0;
        margin-right: 23px;
        max-width: 100%;
        min-width: 100%
    }
}

@media (max-width:575.98px) {
    .block-09-slider .slide__wrapper {
        top: 0
    }
}

.block-09-slider .slide__wrapper .slide__wrapper-title {
    font-family: "Copernicus Book";
    color: #0a2a3d;
    font-size: 45px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
    letter-spacing: -.7px
}

@media (max-width:1599.98px) {
    .block-09-slider .slide__wrapper .slide__wrapper-title {
        font-size: 35px;
        font-weight: 400;
        line-height: 45.5px;
        letter-spacing: -.7px
    }
}

@media (max-width:1439.98px) {
    .block-09-slider .slide__wrapper .slide__wrapper-title {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -.5px
    }
}

.block-09-slider .slide__wrapper .slide__wrapper-title strong {
    font-weight: 600
}

.block-09-slider .slide__wrapper p {
    margin: 40px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

@media (max-width:1439.98px) {
    .block-09-slider .slide__wrapper p {
        font-size: 16px;
        line-height: 25.6px;
        margin: 30px 0
    }
}

.block-09-slider .block-09-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    padding: 21px;
    border-radius: 15px 0 0 0
}

.block-09-slider .block-09-slider__wrapper {
    border-radius: 20px
}

@media (max-width:1199.98px) {
    .block-09-slider .block-09-slider__wrapper {
        border-radius: 0
    }
}

.block-09-slider .block-09-slider__wrapper .swiper-slide {
    position: relative;
    background: #fff
}

.block-09-slider .block-09-slider__wrapper .swiper-slide .slide-image {
    padding-top: 20px;
    border-radius: 20px;
    width: 100%;
    min-height: 468px;
    max-height: 468px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width:1199.98px) {
    .block-09-slider .block-09-slider__wrapper .swiper-slide .slide-image {
        padding: 0;
        border-radius: 0
    }
}

@media (min-width:1600px) {
    .block-09-slider .block-09-slider__wrapper .swiper-slide .slide-image {
        max-height: 572px
    }
}

.block-10 {
    padding-bottom: 40px
}

@media (max-width:767.98px) {
    .block-10 {
        padding: 0;
        position: relative;
        top: -75px;
        margin-bottom: -50px
    }
}

.block-10 .block-10__wrapper {
    background: #0a2a3d;
    padding: 30px;
    border-radius: 11.999px 11.999px 0 11.999px
}

@media (max-width:575.98px) {
    .block-10 .block-10__wrapper {
        padding: 30px 15px
    }
}

.block-10 .block-10__wrapper .block-10__wrapper-title {
    color: #ffcf48;
    margin-bottom: 11px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%
}

@media (max-width:1599.98px) {
    .block-10 .block-10__wrapper .block-10__wrapper-title {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px
    }
}

@media (max-width:1199.98px) {
    .block-10 .block-10__wrapper .block-10__wrapper-title {
        font-size: 16px;
        line-height: 25.6px
    }
}

.block-10 .block-10__wrapper .block-10__wrapper-description {
    font-family: "Gotham Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    margin-bottom: 0
}

@media (max-width:1599.98px) {
    .block-10 .block-10__wrapper .block-10__wrapper-description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px
    }
}

@media (max-width:1199.98px) {
    .block-10 .block-10__wrapper .block-10__wrapper-description {
        font-size: 16px;
        line-height: 25.6px
    }
}

.block-11 {
    padding-bottom: 10px
}

@media (max-width:1199.98px) {
    .block-11 {
        padding: 25px 0
    }
}

.block-11 h2,
.block-11 .h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -.9px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 43px
}

@media (max-width:1599.98px) {

    .block-11 h2,
    .block-11 .h2 {
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -.7px;
        margin-bottom: 32px
    }
}

@media (max-width:1199.98px) {

    .block-11 h2,
    .block-11 .h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 16px
    }
}

.block-11 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Gotham Book';
    line-height: 26px;
    color: #0a2a3d;
    margin-bottom: 30px
}

.block-12 {
    padding: 25px 20px;
    background: #f4f6fa;
    border-radius: 12px 12px 0 12px;
    width: 100%;
    max-width: 312px;
    min-width: 312px
}

@media (max-width:1199.98px) {
    .block-12 {
        padding: 24px 15px;
        max-width: 100%
    }
}

.block-12 .btn {
    display: block;
    margin-bottom: 7.5px;
    border-radius: 0
}

.block-12 .btn:first-of-type {
    border-radius: 4.5px 4.5px 0 0
}

.block-12 .btn:last-of-type {
    border-radius: 0 0 0 6px
}

.block-12 ul {
    margin: 0;
    padding: 0
}

.block-12 ul li {
    list-style: none;
    border-bottom: 1px solid #7edcf2
}

.block-12 ul li:last-of-type {
    border-bottom: 0
}

.block-12 ul li .block-12__item {
    padding: 20px 0
}

.block-12 ul li .block-12__item .block-12__item-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6px
}

.block-12 ul li .block-12__item .block-12__item-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Gotham Book';
    line-height: 24px;
    color: #0a2a3d;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .block-12 .start-date-single-selector {
        display: none
    }
}

.block-13 {
    color: #0a2a3d;
    padding-bottom: 40px;
    overflow: hidden;
    width: 100%;
    max-width: 700px
}

.block-13 .block-13__title {
    font-size: 17px;
    font-style: normal;
    font-weight: 700
}

.block-13 .swiper-slide .swiper-slide__image {
    max-width: 85px;
    margin-right: 12px;
    border-radius: 5.326px;
    border: 3px solid #f4f6fa
}

.block-13 .swiper-slide .swiper-slide__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Gotham Book";
    line-height: normal;
    line-height: 17px;
    margin-bottom: 7.5px
}

.block-13 .swiper-slide .swiper-slide__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 0
}

.block-13 .block-13-pagination {
    margin-top: 30px;
    position: relative;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 20px 0 0 0
}

.block-13 .block-13-slider-pagination__number {
    margin-right: 51px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

@media (max-width:1199.98px) {
    .block-13 .block-13-slider-pagination__number {
        margin-right: 17px
    }
}

.block-14 {
    background: #f4f6fa;
    padding: 0 20px
}

@media (max-width:1199.98px) {
    .block-14 {
        padding: 0 10px
    }
}

.block-14 .block-14__accordion {
    border-bottom: 1px solid #7edcf2;
    padding: 15px 0
}

@media (max-width:1199.98px) {
    .block-14 .block-14__accordion {
        padding: 20px 0;
        padding-right: 15px
    }
}

.block-14 .block-14__accordion:last-of-type {
    border-bottom: 0
}

.block-14 .block-14__accordion h2,
.block-14 .block-14__accordion .h2 {
    margin-bottom: 0
}

.block-14 .block-14__accordion button {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border: 0;
    background: 0 0;
    color: #0a2a3d;
    display: block;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 0
}

@media (max-width:1599.98px) {
    .block-14 .block-14__accordion button {
        font-size: 17px;
        font-style: normal;
        font-weight: 700
    }
}

@media (max-width:1199.98px) {
    .block-14 .block-14__accordion button {
        font-size: 15px;
        line-height: 22px
    }
}

.block-14 .block-14__accordion button:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 10px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 13px;
    height: 7px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7851 0.873805C10.951 0.707918 11.22 0.707918 11.3859 0.873805C11.5517 1.03969 11.5517 1.30865 11.3859 1.47453L6.69128 6.1691C6.68813 6.17247 6.68491 6.17579 6.68163 6.17907C6.598 6.2627 6.48817 6.30417 6.37856 6.30348C6.27065 6.30287 6.16293 6.2614 6.08059 6.17907C6.07731 6.17579 6.0741 6.17248 6.07095 6.16912L1.37637 1.47453C1.21048 1.30865 1.21048 1.03969 1.37637 0.873805C1.54225 0.707918 1.81121 0.707918 1.9771 0.873805L6.38111 5.27782L10.7851 0.873805Z" fill="%230A2A3D"/><path d="M11.3859 0.873805L11.6862 0.573441L11.6862 0.573441L11.3859 0.873805ZM10.7851 0.873805L11.0855 1.17417L11.0855 1.17417L10.7851 0.873805ZM11.3859 1.47453L11.0855 1.17417L11.0855 1.17417L11.3859 1.47453ZM6.69128 6.1691L6.39076 5.86859L6.38145 5.87852L6.69128 6.1691ZM6.37856 6.30348L6.38125 5.87871L6.38094 5.87871L6.37856 6.30348ZM6.07095 6.16912L6.38094 5.87838L6.37132 5.86876L6.07095 6.16912ZM1.37637 1.47453L1.076 1.7749L1.076 1.7749L1.37637 1.47453ZM1.37637 0.873805L1.67673 1.17417L1.37637 0.873805ZM1.9771 0.873805L2.27746 0.573441L1.9771 0.873805ZM6.38111 5.27782L6.08075 5.57818L6.38111 5.87855L6.68148 5.57818L6.38111 5.27782ZM11.6862 0.573441C11.3544 0.241668 10.8165 0.241667 10.4848 0.573441L11.0855 1.17417L11.0855 1.17417L11.6862 0.573441ZM11.6862 1.7749C12.018 1.44312 12.018 0.905214 11.6862 0.573441L11.0855 1.17417L11.0855 1.17417L11.6862 1.7749ZM6.99165 6.46947L11.6862 1.7749L11.0855 1.17417L6.39092 5.86874L6.99165 6.46947ZM6.38145 5.87852L6.38127 5.87871L6.982 6.47943C6.98849 6.47294 6.99487 6.46635 7.00112 6.45969L6.38145 5.87852ZM6.38127 5.87871L6.38125 5.87871L6.37588 6.72825C6.59441 6.72963 6.81481 6.64662 6.982 6.47943L6.38127 5.87871ZM5.78023 6.47943C5.9448 6.64401 6.16099 6.72705 6.37619 6.72825L6.38094 5.87871L6.38095 5.87871L5.78023 6.47943ZM5.76112 6.45971C5.76738 6.46638 5.77374 6.47295 5.78023 6.47943L6.38095 5.87871C6.38088 5.87863 6.38083 5.87857 6.38078 5.87853L5.76112 6.45971ZM6.37132 5.86876L1.67673 1.17417L1.076 1.7749L5.77059 6.46948L6.37132 5.86876ZM1.67673 1.17417L1.67673 1.17417L1.076 0.573441C0.744231 0.905214 0.74423 1.44312 1.076 1.7749L1.67673 1.17417ZM1.67673 1.17417L1.67673 1.17417L2.27746 0.573441C1.94569 0.241668 1.40778 0.241668 1.076 0.573441L1.67673 1.17417ZM1.67673 1.17417L6.08075 5.57818L6.68148 4.97746L2.27746 0.573441L1.67673 1.17417ZM10.4848 0.573441L6.08075 4.97746L6.68148 5.57818L11.0855 1.17417L10.4848 0.573441Z" fill="%230A2A3D"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.block-14 .block-14__accordion button[aria-expanded=true]:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-14 .block-14__accordion .accordion-body p {
    color: #0a2a3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    font-family: 'Gotham Book';
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .block-14 .block-14__accordion .accordion-body p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400
    }
}

.block-15 {
    padding: 100px 0;
    position: relative
}

@media (max-width:1199.98px) {
    .block-15 {
        padding: 30px 0
    }
}

.block-15 .block-15__boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px
}

.block-15 .block-15__boxes.has-slider {
    grid-template-columns: 1fr 3fr
}

@media (max-width:1199.98px) {
    .block-15 .block-15__boxes {
        grid-template-columns: 1fr
    }
}

.block-15 .block-15__boxes .block-15__item .block-15__item__resizable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-15 .block-15__boxes .block-15__item .block-15__item__resizable h2,
.block-15 .block-15__boxes .block-15__item .block-15__item__resizable .h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 32.5px
}

.block-15 .block-15__boxes .block-15__item .block-15__item__resizable h2 strong,
.block-15 .block-15__boxes .block-15__item .block-15__item__resizable .h2 strong {
    font-weight: 600
}

.block-15 .block-15__boxes .block-15__item .block-15__item__resizable p {
    color: #0a2a3d;
    font-family: 'Gotham Book';
    max-width: 450px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

@media (max-width:1199.98px) {
    .block-15 .block-15__boxes .block-15__item .block-15__item__resizable p {
        font-size: 16px;
        margin-bottom: 40px
    }
}

.block-15 .block-15__boxes .block-15__item.item-full {
    grid-column: 1/-1
}

.block-15 .block-15__boxes .block-15__item img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 18px
}

.block-15-slider {
    position: relative
}

@media (max-width:767.98px) {
    .block-15-slider {
        padding-bottom: 30px
    }
}

.block-15-slider .block-15-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-15-slider .block-15-slider__wrapper .block-15-slider__content {
    width: 25%;
    padding-right: 30px
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .block-15-slider__content {
        width: 100%;
        padding-right: 20px
    }
}

.block-15-slider .block-15-slider__wrapper .block-15-slider__content h2,
.block-15-slider .block-15-slider__wrapper .block-15-slider__content .h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #0a2a3d;
    font-family: "Copernicus Book";
    margin-bottom: 32.5px
}

@media (min-width:1600px) {

    .block-15-slider .block-15-slider__wrapper .block-15-slider__content h2,
    .block-15-slider .block-15-slider__wrapper .block-15-slider__content .h2 {
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 43px
    }
}

@media (max-width:1199.98px) {

    .block-15-slider .block-15-slider__wrapper .block-15-slider__content h2,
    .block-15-slider .block-15-slider__wrapper .block-15-slider__content .h2 {
        font-size: 30px;
        letter-spacing: -.6px;
        line-height: 42px;
        margin-bottom: 20px
    }

    .block-15-slider .block-15-slider__wrapper .block-15-slider__content h2 br,
    .block-15-slider .block-15-slider__wrapper .block-15-slider__content .h2 br {
        display: none
    }
}

.block-15-slider .block-15-slider__wrapper .block-15-slider__content h2 strong,
.block-15-slider .block-15-slider__wrapper .block-15-slider__content .h2 strong {
    font-weight: 600
}

.block-15-slider .block-15-slider__wrapper .block-15-slider__content p {
    color: #0a2a3d;
    font-family: "Gotham Book";
    max-width: 450px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider {
    width: calc(100% - 25%);
    position: relative;
    padding: 0 17px
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider {
        width: 100%;
        padding: 0 0 60px
    }
}

@media (max-width:575.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider {
        position: relative;
        width: calc(100% + 23px)
    }
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: 304px;
    max-height: 304px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 9.595px 9.595px 0 9.595px
}

@media (min-width:1024px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide img {
        min-height: 236px;
        max-height: 236px
    }
}

@media (min-width:1440px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide img {
        max-height: 315px
    }
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide:hover .swiper-slide__content {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: -60px
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide:hover .swiper-slide__content {
        top: inherit
    }
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide:hover .swiper-slide__content:after {
    opacity: 1
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content {
    border-radius: 0 12.295px 0 0;
    background: #fff;
    width: calc(100% - 35px);
    display: block;
    position: relative;
    min-height: 95px;
    line-height: normal;
    padding: 15px 0 17px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 0
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        top: inherit
    }
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content:after {
    content: "";
    position: absolute;
    right: 7.5px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 15px;
    background: url(/media/cardiff-met/site-assets/images/anchor-next.svg) center no-repeat;
    background-size: 8px 15px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content:after {
        opacity: 1
    }
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content {
        position: absolute;
        bottom: 0;
        left: -1px;
        background: #fff;
        border-radius: 0 12.295px 0 0;
        padding: 16px 0;
        width: calc(100% - 40px);
        padding-right: 10px
    }
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content h4,
.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content .h4 {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    color: #0a2a3d
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .swiper-slide .swiper-slide__content p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Gotham Book';
    line-height: 22.4px;
    color: #0a2a3d
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .block-15-arrows button {
    position: absolute;
    top: 50%;
    padding: 0;
    margin-top: -24.5px;
    z-index: 9
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .block-15-arrows button {
        top: auto;
        bottom: 5px
    }
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .block-15-arrows .swiper-button-prev {
    left: 0
}

.block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .block-15-arrows .swiper-button-next {
    right: 0
}

@media (max-width:575.98px) {
    .block-15-slider .block-15-slider__wrapper .swiper-block-15-slider .block-15-arrows .swiper-button-next {
        right: 23px
    }
}

.block-15-slider .block-15-slider-pagination {
    background: #fff;
    z-index: 2;
    border-radius: 20px 0 0 0
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider-pagination {
        position: absolute;
        bottom: -20px
    }
}

.block-15-slider .block-15-slider-pagination__number {
    margin-right: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

@media (max-width:1199.98px) {
    .block-15-slider .block-15-slider-pagination__number {
        margin-right: 17px
    }
}

.block-16 {
    width: 100%
}

@media screen and (max-width:1023px) {
    .block-16 {
        margin-top: 35px
    }
}

.block-16__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 22.5px;
    border-top: 1px solid #7edcf2;
    padding-top: 23px
}

@media screen and (max-width:767px) {
    .block-16__row {
        padding-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.block-16__column {
    text-align: center
}

.block-16__column.block-16__column--large {
    width: 50%
}

@media screen and (max-width:1439px) {
    .block-16__column.block-16__column--large {
        width: 40%
    }
}

@media screen and (max-width:767px) {
    .block-16__column.block-16__column--large {
        width: 100%
    }
}

.block-16__column.block-16__column--medium {
    width: 13%
}

@media screen and (max-width:1439px) {
    .block-16__column.block-16__column--medium {
        width: 15%
    }
}

.block-16__column.block-16__column--small {
    width: 12%
}

@media screen and (max-width:1439px) {
    .block-16__column.block-16__column--small {
        width: 15%
    }
}

.block-16__column:nth-child(1) {
    text-align: left
}

@media screen and (max-width:767px) {
    .block-16__column:nth-child(2) {
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .block-16__column:nth-child(3) {
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .block-16__column:nth-child(4) {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .block-16__column:nth-child(4) p {
        padding: 0 8px
    }
}

@media (max-width:767px) {

    .block-16__column:nth-child(3),
    .block-16__column:nth-child(4),
    .block-16__column:nth-child(5) {
        width: 33.333333%
    }
}

.block-16__column:not(:last-child) p {
    padding: 0 10px
}

@media (max-width:767px) {
    .block-16__column:not(:last-child) p {
        padding: 0
    }
}

.block-16__column.block-16__column--large p {
    font-size: 18px
}

@media (max-width:1599.98px) {
    .block-16__column.block-16__column--large p {
        font-size: 17px
    }
}

.block-16__column p {
    font-weight: 400;
    font-family: "Gotham Book";
    font-size: 15px;
    line-height: normal;
    color: #0a2a3d;
    margin: 0
}

@media (max-width:767px) {
    .block-16__column p {
        margin: 10px 0
    }
}

@media (min-width:1200px) {
    .block-16__column p {
        font-size: 15px
    }
}

.block-16__column p strong {
    font-family: "Gotham"
}

.block-17 {
    border-top: 1px solid #7edcf2
}

@media (max-width:1199.98px) {
    .block-17 {
        border-top: 0
    }
}

.block-17 .block-17__top {
    margin-bottom: 30px
}

.block-17 .block-17__top p {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

@media (max-width:767.98px) {
    .block-17 .block-17__top p {
        line-height: 150%
    }
}

.block-17 .block-17__title {
    font-family: "Copernicus Book";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    color: #0a2a3d;
    margin: 0 0 32px;
    padding-top: 20px
}

@media (max-width:1599.98px) {
    .block-17 .block-17__title {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -.4px
    }
}

@media (max-width:767.98px) {
    .block-17 .block-17__title {
        font-size: 30px;
        line-height: 140%;
        margin-bottom: 30px
    }
}

.block-17 .block-17__title strong {
    font-weight: 600
}

.block-17 .block-17__title i {
    font-family: "Copernicus Book"
}

.block-17 .block-17__staff-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 17px
}

@media (max-width:767.98px) {
    .block-17 .block-17__staff-wrapper {
        gap: 30px 16px
    }
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-wrapper {
        gap: 27px 16px
    }
}

.block-17 .block-17__staff-item {
    width: calc(25% - 13px)
}

@media (max-width:1199.98px) {
    .block-17 .block-17__staff-item {
        width: calc(33.333333% - 11.333px)
    }
}

@media (max-width:767.98px) {
    .block-17 .block-17__staff-item {
        width: calc(50% - 8px)
    }
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-item {
        width: 100%;
        max-width: 329px;
        margin: 0 auto
    }
}

.block-17 .block-17__staff-item:hover .block-17__staff-title:after {
    opacity: 1
}

.block-17 .block-17__staff-item:hover div {
    position: relative;
    top: -60px
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-item:hover div {
        top: 0
    }
}

.block-17 .block-17__staff-item a {
    display: block
}

.block-17 .block-17__staff-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    min-height: 312px;
    max-height: 312px;
    border-radius: 9.595px 9.595px 0 9.595px
}

@media (min-width:1024px) {
    .block-17 .block-17__staff-item img {
        min-height: 236px;
        max-height: 236px
    }
}

@media (min-width:1600px) {
    .block-17 .block-17__staff-item img {
        max-height: 315px
    }
}

.block-17 .block-17__staff-item div {
    border-radius: 0 12.295px 0 0;
    background: #fff;
    padding: 15px 0 17px;
    width: calc(100% - 35px);
    display: block;
    position: relative;
    min-height: 95px;
    line-height: normal;
    top: 0;
    -webkit-transition: top .4s;
    transition: top .4s
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-item div {
        width: calc(100% - 65px);
        padding: 17px 0;
        margin-top: -92px
    }
}

.block-17 .block-17__staff-item p {
    color: #0a2a3d;
    font-family: 'Gotham Book';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-right: 10px;
    margin: 0
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-item p {
        width: 100%
    }
}

@media (min-width:1200px) {
    .block-17 .block-17__staff-item p {
        font-size: 5
    }
}

.block-17 .block-17__staff-title {
    color: #0a2a3d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    opacity: .9;
    margin: 0 0 3px;
    padding-right: 20px;
    position: relative
}

@media (max-width:1439.98px) {
    .block-17 .block-17__staff-title {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-title {
        font-size: 16px;
        margin-bottom: 4px
    }
}

.block-17 .block-17__staff-title:after {
    content: "";
    position: absolute;
    right: 7.5px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 15px;
    background: url(/media/cardiff-met/site-assets/images/anchor-next.svg) center no-repeat;
    background-size: 8px 15px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

@media (max-width:575.98px) {
    .block-17 .block-17__staff-title:after {
        opacity: 1
    }
}

.block-18__link-item {
    border-top: 1px solid #7edcf2;
    padding-top: 23px;
    margin-bottom: 25px;
    display: block;
    width: 100%
}

.block-18__link-item .block-18__link-item__inner {
    width: 100%
}

.block-18__link-item h2,
.block-18__link-item .h2 {
    color: #0a2a3d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 0 0 15px
}

@media (max-width:1599.98px) {

    .block-18__link-item h2,
    .block-18__link-item .h2 {
        font-size: 17px
    }
}

@media (max-width:575.98px) {

    .block-18__link-item h2,
    .block-18__link-item .h2 {
        font-size: 18px;
        line-height: 150%
    }
}

.block-18__link-item span {
    color: #0a2a3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    word-break: break-all
}

@media (max-width:1599.98px) {
    .block-18__link-item span {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .block-18__link-item span {
        font-size: 16px;
        line-height: 150%
    }
}

.block-18__link-item p {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 1055px;
    margin-bottom: 0
}

@media (max-width:1599.98px) {
    .block-18__link-item p {
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .block-18__link-item p {
        font-size: 16px
    }
}

.section--block-19 {
    position: relative;
    overflow: hidden
}

.section--block-19 .swiper-block-19-navigation-buttons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 129px;
    height: 129px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.section--block-19 .swiper-block-19-navigation-buttons:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    background: url(/media/cardiff-met/site-assets/images/drag-button-prev.svg) center no-repeat;
    background-size: 129px 129px;
    mix-blend-mode: multiply;
    -webkit-filter: blur(9.30435px);
    filter: blur(9.30435px)
}

.section--block-19 .swiper-slide__wrapper {
    z-index: 1;
    min-height: 98px
}

@media (max-width:1023.98px) {
    .section--block-19 .swiper-slide__wrapper {
        min-height: auto
    }
}

.section--block-19 .swiper-slide__wrapper .swiper-slide__wrapper-title {
    font-family: "Copernicus Book";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.7px;
    margin-bottom: 45px;
    color: #0a2a3d
}

@media (max-width:1599.98px) {
    .section--block-19 .swiper-slide__wrapper .swiper-slide__wrapper-title {
        font-size: 35px
    }
}

@media (max-width:1199.98px) {
    .section--block-19 .swiper-slide__wrapper .swiper-slide__wrapper-title {
        font-size: 27px;
        line-height: 120%;
        letter-spacing: -.08px
    }
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide__wrapper .swiper-slide__wrapper-title {
        font-size: 40px
    }
}

@media (max-width:1023.98px) {
    .section--block-19 .swiper-slide__wrapper .swiper-slide__wrapper-title br {
        display: none
    }
}

.section--block-19 .swiper-slide__wrapper .swiper-slide__wrapper-title strong {
    font-weight: 600
}

.section--block-19 .swiper-slide__wrapper p {
    margin: 40px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

@media (max-width:1439.98px) {
    .section--block-19 .swiper-slide__wrapper p {
        font-size: 16px;
        line-height: 25.6px;
        margin: 30px 0
    }
}

.section--block-19 .swiper-slide {
    position: relative;
    background: #fff
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide {
        grid-template-columns: 1fr;
        gap: 3px
    }
}

.section--block-19 .swiper-slide .swiper-slide__col {
    position: relative
}

.section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item:not(:last-child) {
    margin-bottom: 37.5px
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item:not(:last-child) {
        margin-bottom: 0
    }
}

.section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item.swiper-slide__col-item--placeholder {
    min-height: 166px;
    width: 100%
}

@media (max-width:1023.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item.swiper-slide__col-item--placeholder {
        display: none
    }
}

.section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item.swiper-slide__col-item--placeholder+.swiper-slide__col-item figure:first-child .swiper-slide__image {
    height: 270px
}

@media (max-width:1023.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item.swiper-slide__col-item--placeholder+.swiper-slide__col-item figure:first-child .swiper-slide__image {
        height: 287px
    }
}

.section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item.swiper-slide__col-item--placeholder+.swiper-slide__col-item+.swiper-slide__col-item figure:first-child .swiper-slide__image {
    height: 208px
}

@media (max-width:1023.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col .swiper-slide__col-item.swiper-slide__col-item--placeholder+.swiper-slide__col-item+.swiper-slide__col-item figure:first-child .swiper-slide__image {
        height: 390px
    }
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col:first-child {
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top
    }
}

.section--block-19 .swiper-slide .swiper-slide__col:first-child .swiper-slide__col-item:first-child {
    margin-bottom: 50px
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col:first-child .swiper-slide__col-item:first-child {
        margin-bottom: 0
    }
}

.section--block-19 .swiper-slide .swiper-slide__col:first-child .swiper-slide__col-item:nth-child(2) {
    margin-bottom: 33px
}

@media (max-width:1023.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col:first-child .swiper-slide__col-item:nth-child(2) {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col:first-child .swiper-slide__col-item:nth-child(2) {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col:nth-child(2) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin-bottom: 17px
    }
}

@media (max-width:767.98px) {
    .section--block-19 .swiper-slide .swiper-slide__col:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }
}

.section--block-19 .swiper-slide .block-19-pagination .block-19-pagination__number {
    color: #0a2a3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 38px
}

.section--block-19 .swiper-slide figure {
    margin: 0
}

.section--block-19 .swiper-slide figure figcaption {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 7.5px 0 0
}

.section--block-19 .swiper-slide figure a {
    display: block
}

.section--block-19 .swiper-slide .swiper-slide__image {
    border-radius: 12px 12px 0 12px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (min-width:1800px) {
    .section--block-19 .swiper-slide .swiper-slide__image {
        -o-object-position: center top;
        object-position: center top
    }
}

.section--block-19 .swiper-slide .swiper-slide__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: 0 0;
    border-radius: 12px 12px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer
}

.section--block-19 .swiper-slide .swiper-slide__play img {
    width: 57px;
    height: 57px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.section--block-19 .swiper-slide .swiper-slide__play:hover {
    background-color: rgba(0, 0, 0, .4)
}

.section--block-19 .swiper-slide .swiper-slide__play:hover img {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.block-19-pagination {
    padding-right: 50px;
    padding-top: 15px
}

.block-19__swiper-arrows {
    position: absolute;
    left: 0;
    bottom: 42px
}

@media (max-width:1199.98px) {
    .block-19__swiper-arrows {
        right: 0
    }
}

.block-19__swiper-arrows button {
    padding: 0 3px
}

.block-19__main {
    position: relative;
    overflow: hidden
}

.section--block-19-single-row .block-19__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023.98px) {
    .section--block-19-single-row .block-19__main {
        display: block
    }
}

@media (max-width:1023.98px) {
    .section--block-19-single-row .block-19__swiper-arrows {
        right: 0
    }
}

.section--block-19-single-row .block-19__nav-floating {
    position: static;
    left: 0;
    top: 0;
    width: 20%;
    margin-right: 30px
}

@media (min-width:1600px) {
    .section--block-19-single-row .block-19__nav-floating {
        margin-right: 0;
        width: 40%
    }
}

@media (max-width:1599.98px) {
    .section--block-19-single-row .block-19__nav-floating {
        width: 30%;
        margin-right: 20px
    }
}

@media (max-width:1439.98px) {
    .section--block-19-single-row .block-19__nav-floating {
        margin-right: 20px
    }
}

@media (max-width:1023.98px) {
    .section--block-19-single-row .block-19__nav-floating {
        width: 100%;
        margin-right: 0
    }
}

.section--block-19-single-row .swiper-block-19-slider {
    width: calc(100% - (20% + 30px))
}

@media (max-width:1599.98px) {
    .section--block-19-single-row .swiper-block-19-slider {
        width: calc(100% - (30% + 20px))
    }
}

@media (max-width:1439.98px) {
    .section--block-19-single-row .swiper-block-19-slider {
        margin-right: 20px
    }
}

@media (max-width:575.98px) {
    .section--block-19-single-row .swiper-block-19-slider {
        width: 100%;
        margin-right: 0
    }
}

.block-19__nav-floating {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 5;
    padding: 20px;
    border-radius: 0 0 12px 0;
    background-color: #fff
}

@media (max-width:1023.98px) {
    .block-19__nav-floating {
        position: static;
        padding: 0;
        border-radius: 0;
        margin-bottom: 30px
    }
}

.section--block-19-multiple-row .swiper-slide:nth-child(odd) .swiper-slide__col-item:first-child figure:first-child .swiper-slide__image {
    height: 390px
}

.section--block-19-multiple-row .swiper-slide:nth-child(odd) .swiper-slide__col-item:nth-child(2) figure:first-child .swiper-slide__image {
    height: 287px
}

.section--block-19-multiple-row .swiper-slide:nth-child(even) .swiper-slide__col-item:first-child figure:first-child .swiper-slide__image {
    height: 287px
}

.section--block-19-multiple-row .swiper-slide:nth-child(even) .swiper-slide__col-item:nth-child(2) figure:first-child .swiper-slide__image {
    height: 390px
}

.block-20-video-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto
}

.block-20-video-modal .modal-content {
    background-color: #f4f6fa
}

.block-20-video-modal .modal-body {
    position: relative;
    padding: 0
}

.block-20-video-modal .modal-body .btn-close {
    position: absolute;
    right: -40px;
    top: 0;
    border: 0;
    width: 35px;
    height: 35px;
    border: 0;
    padding: 0;
    background: #f4f6fa url(/media/cardiff-met/site-assets/images/close-icon.svg) center no-repeat;
    background-size: 29px 18px;
}

@media (max-width:1023.98px) {
    .block-20-video-modal .modal-body .btn-close {
        right: 0;
        width: 30px;
        height: 30px;
        top: -30px
    }
}

.block-20-video-modal .modal-body iframe,
.block-20-video-modal .modal-body video {
    display: none
}

.block-20-video-modal .modal-type-custom .modal-body iframe {
    display: none
}

.block-20-video-modal .modal-type-custom .modal-body video {
    display: block
}

.block-20-video-modal .modal-type-yt .modal-body iframe {
    display: block
}

.block-20-video-modal .modal-type-yt .modal-body video {
    display: none
}

.block-21 {
    border-top: 1px solid #7edcf2;
    margin-bottom: 40px;
    padding-top: 23px
}

.block-21 .block-21__title {
    color: #0a2a3d;
    font-family: "Copernicus";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -.7px;
    margin-bottom: 30px
}

@media (max-width:575.98px) {
    .block-21 .block-21__title {
        font-size: 25px;
        line-height: -.5px
    }
}

.block-21 .block-21__date {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.block-22 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0
}

@media (max-width:1023.98px) {
    .block-22 {
        padding: 75px 0 0 0
    }
}

@media (max-width:575.98px) {
    .block-22 {
        padding-top: 0
    }
}

@media (max-width:1199.98px) {
    .block-22 .container {
        padding: 0
    }
}

.block-22__wrapper {
    border-radius: 20px;
    width: 100%;
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1799.98px) {
    .block-22__wrapper {
        max-width: calc(100% - 100px)
    }
}

@media (max-width:1199.98px) {
    .block-22__wrapper {
        border-radius: 0;
        max-width: 100%
    }
}

.block-22__wrapper .hero {
    position: relative;
    background: #fff
}

.block-22__wrapper .hero .hero--anchor {
    display: none
}

@media (max-width:1199.98px) {
    .block-22__wrapper .hero .hero--anchor {
        max-width: 95px;
        display: block;
        position: absolute;
        color: #fff;
        background: #701335;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 19.6px;
        border-radius: 8px 8px 0 8px;
        padding: 15px;
        bottom: 0;
        right: 24px;
        z-index: 1
    }
}

.block-22__wrapper .hero .hero__wrapper-image {
    padding-top: 18px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 60vw;
    min-height: 300px;
    width: 100%
}

@media (max-width:1023.98px) {
    .block-22__wrapper .hero .hero__wrapper-image {
        padding: 0;
        border-radius: 0
    }
}

.block-22__wrapper .hero .hero__wrapper {
    position: absolute;
    left: -20px;
    top: 0;
    background: #ffcf48;
    padding: 50px 56px 50px 56px;
    z-index: 1;
    max-width: 487px;
    border-radius: 15px 15px 15px 0
}

@media (max-width:1439.98px) {
    .block-22__wrapper .hero .hero__wrapper {
        max-width: 400px
    }
}

@media (max-width:1023.98px) {
    .block-22__wrapper .hero .hero__wrapper {
        left: 0;
        top: -75px;
        padding: 20px 32px 20px 23px;
        border-radius: 0 16px 16px 0;
        margin-right: 23px;
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .block-22__wrapper .hero .hero__wrapper {
        position: relative;
        top: initial;
        left: initial;
        margin-bottom: -72px
    }
}

.block-22__wrapper .hero .hero__wrapper .hero__wrapper-title {
    font-family: "Copernicus";
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: -.7px;
    color: #0a2a3d;
    margin-bottom: 30px
}

@media (max-width:1439.98px) {
    .block-22__wrapper .hero .hero__wrapper .hero__wrapper-title {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -.5px
    }
}

.block-22__wrapper .hero .hero__wrapper .hero__wrapper-date {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.block-23 {
    width: 100%
}

@media screen and (max-width:1023px) {
    .block-23 {
        margin-top: 35px
    }
}

.block-23__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 22.5px;
    border-top: 1px solid #7edcf2;
    padding-top: 23px
}

@media screen and (max-width:767px) {
    .block-23__row {
        padding-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.block-23__column.block-23__column--large {
    width: 45%
}

@media (max-width:1439.98px) {
    .block-23__column.block-23__column--large {
        width: 40%
    }
}

@media screen and (max-width:767px) {
    .block-23__column.block-23__column--large {
        width: 100%
    }
}

.block-23__column.block-23__column--medium {
    width: 35%
}

@media (max-width:1439.98px) {
    .block-23__column.block-23__column--medium {
        width: 40%
    }
}

.block-23__column.block-23__column--small {
    width: 20%
}

@media (max-width:1439.98px) {
    .block-23__column.block-23__column--small {
        width: 20%
    }
}

@media screen and (max-width:767px) {
    .block-23__column:nth-child(2) {
        width: 50%
    }
}

.block-23__column:nth-child(3) {
    text-align: right
}

@media screen and (max-width:767px) {
    .block-23__column:nth-child(3) {
        width: 50%
    }
}

.block-23__column:not(:last-child) p {
    padding: 0 10px
}

@media (max-width:767px) {
    .block-23__column:not(:last-child) p {
        padding: 0
    }
}

.block-23__column.block-23__column--large p {
    font-size: 17px
}

.block-23__column p {
    font-weight: 400;
    font-family: "Gotham Book";
    font-size: 14px;
    line-height: normal;
    color: #0a2a3d;
    margin: 0
}

@media (max-width:767px) {
    .block-23__column p {
        margin: 10px 0
    }
}

.block-23__column p strong {
    font-family: "Gotham"
}

.block-24__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 118px
}

@media (max-width:1199.98px) {
    .block-24__wrapper {
        gap: 50px
    }
}

@media (max-width:1023.98px) {
    .block-24__wrapper {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.block-24__side p {
    color: #0a2a3d;
    font-family: "Gotham Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.block-24__side p a {
    display: inline
}

.block-24__side a {
    font-family: "Gotham";
    font-weight: 700
}

.block-24__side a:hover {
    text-decoration: underline
}

.block-24__heading {
    color: #0a2a3d;
    font-family: "Copernicus";
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 140%;
    letter-spacing: -.4px;
    font-size: 25px;
    letter-spacing: -.5px
}

.block-25 {
    padding: 37px 0
}

@media (max-width:1199.98px) {
    .block-25 {
        padding: 30px 0
    }
}

.block-25__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

@media (max-width:767.98px) {
    .block-25__head {
        margin-bottom: 30px
    }
}

.block-25__head .block-25__head-title {
    font-family: "Copernicus";
    font-size: 35px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -.7px;
    font-weight: 500;
    color: #0a2a3d
}

.block-25__head .block-25__head-title strong {
    font-weight: 600
}

@media (max-width:767.98px) {
    .block-25__head .block-25__head-title {
        font-size: 30px;
        letter-spacing: -.6px;
        line-height: 144%
    }
}

.block-25__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px
}

@media (max-width:1199.98px) {
    .block-25__wrapper {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767.98px) {
    .block-25__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 30px
    }
}

.block-25__wrapper .block-25__item {
    display: block;
    padding: 24px 24.75px 51px 24.75px;
    border-radius: 12px 12px 0 12px;
    border: .75px solid #0a2a3d;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    color: #0a2a3d;
    text-decoration: none;
    min-height: 130px;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .block-25__wrapper .block-25__item {
        min-height: 175px
    }
}

@media (max-width:767.98px) {
    .block-25__wrapper .block-25__item {
        font-size: 16px;
        padding: 24px 23px;
        min-height: auto
    }
}

.block-25__wrapper .block-25__item:hover {
    background: #0a2a3d;
    color: #ffcf48;
    padding: 18px 24.75px 35px
}

@media (max-width:767.98px) {
    .block-25__wrapper .block-25__item:hover {
        padding: 24px 23px
    }
}

.block-26 {
    background-color: #f3e8ec;
    padding: 37px 0
}

@media (max-width:575.98px) {
    .block-26 {
        padding: 30px 0
    }
}

.block-26__wrapper {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.block-26__title {
    color: #0a2a3d;
    text-align: center;
    font-family: "Copernicus Book";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%;
    letter-spacing: -.7px;
    margin-bottom: 32px
}

@media (max-width:575.98px) {
    .block-26__title {
        font-size: 30px;
        letter-spacing: -.6px;
        margin-bottom: 20px
    }
}

.block-26__title strong {
    font-family: "Copernicus";
    font-weight: 600
}

.block-26__content {
    margin-bottom: 32px
}

.block-26__content p {
    color: #0a2a3d;
    text-align: center;
    font-family: "Gotham Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 10px
}

@media (max-width:575.98px) {
    .block-26__content p {
        font-size: 16px;
        line-height: 150%
    }
}

.block-26__call {
    color: #0a2a3d;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

@media (max-width:575.98px) {
    .block-26__call {
        font-size: 16px
    }
}

.block-27-image-modal .modal {
    background-color: rgba(0, 0, 0, .8)
}

.block-27-image-modal .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.block-27-image-modal .modal-body {
    position: relative;
    padding: 40px 0;
    border: 0;
    border-radius: 0;
    height: calc(100vh - 3.5rem)
}

.block-27-image-modal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    background: #f4f6fa url(/media/cardiff-met/site-assets/images/close-icon.svg) center no-repeat;
    background-size: 29px 18px;
}

@media (max-width:1023.98px) {
    .block-27-image-modal .btn-close {
        right: 0;
        width: 30px;
        height: 30px;
        top: 30px
    }
}

.block-27-image-modal .modal--multiple .block-27-image-modal__image-wrapper figure {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.block-27-image-modal .modal--multiple .block-27-image-modal__image-wrapper figure.active-image {
    visibility: visible;
    height: auto;
    opacity: 1;
    z-index: 5
}

.block-27-image-modal .modal--multiple .block-27-image-modal__image-wrapper figure.active-image img {
    display: block
}

.block-27-image-modal .modal--multiple .block-27-image-modal__image-wrapper figure img {
    display: none
}

.block-27-image-modal .modal--multiple .block-27-image-modal__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-27-image-modal .block-27-image-modal__buttons {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 9
}

.block-27-image-modal .block-27-image-modal__buttons .block-27-image-modal__button {
    border: 0;
    padding: 0;
    width: 28px;
    height: 35px;
    opacity: .8;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.block-27-image-modal .block-27-image-modal__buttons .block-27-image-modal__button:hover {
    opacity: 1
}

.block-27-image-modal .block-27-image-modal__buttons .block-27-image-modal__button--next {
    background: url(/media/cardiff-met/site-assets/images/drag-button-next.svg) center no-repeat;
    background-size: 25px 34px;
}

.block-27-image-modal .block-27-image-modal__buttons .block-27-image-modal__button--prev {
    background: url(/media/cardiff-met/site-assets/images/drag-button-prev.svg) center no-repeat;
    background-size: 25px 34px
}

.block-27-image-modal .block-27-image-modal__image-wrapper {
    width: 100%;
    height: 100%
}

.block-27-image-modal .block-27-image-modal__image-wrapper figure {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: calc((100vh - 3.5rem) - 35px);
    z-index: 1
}

.block-27-image-modal .block-27-image-modal__image-wrapper figure img {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-27-image-modal .block-27-image-modal__image-wrapper figure figcaption {
    font-family: "Gotham";
    font-size: 14px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    padding: 5px 20px
}

[data-gallery-bs] {
    text-decoration: none;
    cursor: pointer
}

.block-28 .block-28__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

.block-28 .block-28__img-wrapper img {
    display: block;
    max-width: calc(100% - 30px);
    height: auto;
    border-radius: 30px 20px 0 20px
}

@media (max-width:767.98px) {
    .block-28 .block-28__img-wrapper img {
        max-width: 100%
    }
}

.block-28 .block-28__spd-top {
    background-color: #0a2a3d;
    padding: 40px 40px 30px;
    border-radius: 11.999px 11.999px 0 11.999px;
    color: #fff
}

.block-28 .block-28__spd-title {
    font-family: "Copernicus Book";
    color: #ffcf48;
    margin-bottom: 20px
}

.block-28 .block-28__spd-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px
}

.block-28 .block-28__spd-content p {
    font-family: "Gotham Book";
    color: #0a2a3d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.block-28 .block-28__spd-content .btn {
    margin-top: 40px
}

.block-28 .block-28__spd-content-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0a2a3d
}

.block-28 .block-28__contact {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    color: #fff
}

.block-28 .block-28__contact li {
    margin-bottom: 10px
}

.block-28 .block-28__contact a {
    font-family: "Gotham Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-28 .block-28__contact a svg {
    margin-right: 10px
}

.swiper-slide {
    z-index: 1
}

.swiper-slide.swiper-slide-active {
    z-index: 2
}

.block-wysiwyg {
    color: #0a2a3d
}

.block-wysiwyg p,
.block-wysiwyg li {
    font-family: "Gotham Book"
}

.block-wysiwyg h1,
.block-wysiwyg .h1,
.block-wysiwyg h2,
.block-wysiwyg .h2,
.block-wysiwyg h3,
.block-wysiwyg .h3,
.block-wysiwyg h4,
.block-wysiwyg .h4,
.block-wysiwyg h5,
.block-wysiwyg .h5,
.block-wysiwyg h6,
.block-wysiwyg .h6 {
    margin-bottom: 8.25px;
    color: #0a2a3d
}

@media (max-width:575.98px) {

    .block-wysiwyg h1,
    .block-wysiwyg .h1,
    .block-wysiwyg h2,
    .block-wysiwyg .h2,
    .block-wysiwyg h3,
    .block-wysiwyg .h3,
    .block-wysiwyg h4,
    .block-wysiwyg .h4,
    .block-wysiwyg h5,
    .block-wysiwyg .h5,
    .block-wysiwyg h6,
    .block-wysiwyg .h6 {
        margin-bottom: 30px
    }
}

.block-wysiwyg h1,
.block-wysiwyg .h1 {
    font-family: "Copernicus";
    font-weight: 600;
    font-size: 35px;
    line-height: 45.5px
}

@media (min-width:1440px) {

    .block-wysiwyg h1,
    .block-wysiwyg .h1 {
        font-size: 45px;
        line-height: 63px
    }
}

.block-wysiwyg h2,
.block-wysiwyg .h2,
.block-wysiwyg h3,
.block-wysiwyg .h3 {
    font-family: "Gotham";
    font-weight: 700
}

.block-wysiwyg h2,
.block-wysiwyg .h2 {
    font-size: 25px;
    line-height: 35px
}

@media (min-width:1440px) {

    .block-wysiwyg h2,
    .block-wysiwyg .h2 {
        font-size: 30px;
        line-height: 42px
    }
}

.block-wysiwyg h3,
.block-wysiwyg .h3 {
    font-size: 18px;
    line-height: 25px
}

@media (min-width:1440px) {

    .block-wysiwyg h3,
    .block-wysiwyg .h3 {
        font-size: 20px;
        line-height: 28px
    }
}

.block-wysiwyg p {
    color: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    display: block
}

@media (max-width:575.98px) {
    .block-wysiwyg p {
        margin-bottom: 15px
    }
}

.block-wysiwyg p:after {
    content: "";
    display: table;
    clear: both
}

.block-wysiwyg img {
    border-radius: 16px 16px 0 16px;
    max-width: 100%;
    height: auto
}

.block-wysiwyg img.alignleft {
    float: left;
    display: block;
    margin: 0 20px 20px 0
}

@media (max-width:575.98px) {
    .block-wysiwyg img.alignleft {
        float: none;
        margin: 0 0 30px 0
    }
}

.block-wysiwyg img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.block-wysiwyg img.alignright {
    float: right;
    display: block;
    margin: 0 0 20px 20px
}

@media (max-width:575.98px) {
    .block-wysiwyg img.alignright {
        float: none;
        margin: 0 0 30px 0
    }
}

.block-wysiwyg ul,
.block-wysiwyg ol {
    margin-bottom: 40px
}

@media (max-width:575.98px) {

    .block-wysiwyg ul,
    .block-wysiwyg ol {
        margin-bottom: 30px
    }
}

.block-wysiwyg ul li,
.block-wysiwyg ol li {
    color: #0a2a3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 1px
}

@media (max-width:575.98px) {

    .block-wysiwyg ul li,
    .block-wysiwyg ol li {
        margin-bottom: 10px
    }
}

.block-wysiwyg ul {
    padding: 0;
    list-style: none
}

.block-wysiwyg ul li {
    position: relative;
    padding-left: 33px
}

.block-wysiwyg ul li:before {
    content: '';
    background: url(/media/cardiff-met/site-assets/images/block-wysiwyg-dot.svg) center no-repeat;
    background-size: 18px 27px;
    width: 18px;
    height: 27px;
    display: block;
    position: absolute;
    left: 0;
    top: -2px
}

.block-wysiwyg blockquote,
.block-wysiwyg blockquote p {
    color: #fff;
    font-family: "Gotham Book";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.block-wysiwyg blockquote {
    border-radius: 11.999px 11.999px 0 11.999px;
    background: #0a2a3d;
    padding: 60px 20px 60px 131px;
    position: relative;
    min-height: 213px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

@media (max-width:575.98px) {
    .block-wysiwyg blockquote {
        padding: 30px 15px 30px 68px;
        margin-bottom: 30px
    }
}

.block-wysiwyg blockquote:before {
    content: '‘‘';
    color: #ffcf48;
    font-family: "Gotham";
    font-size: 176.742px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -3.535px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:575.98px) {
    .block-wysiwyg blockquote:before {
        left: 15px;
        top: 30px;
        -webkit-transform: none;
        transform: none;
        font-size: 78.552px;
        letter-spacing: -1.571px
    }
}

.block-wysiwyg blockquote p {
    margin: 0
}

.block-wysiwyg table {
    border-collapse: separate;
    border-spacing: 0 .5px;
    margin: 0 0 40px
}

@media (max-width:575.98px) {
    .block-wysiwyg table {
        margin-bottom: 30px;
        border-spacing: 0 23px
    }
}

.block-wysiwyg table tr:last-child td {
    padding-bottom: 0
}

.block-wysiwyg table thead tr:last-child td,
.block-wysiwyg table thead tr:last-child th {
    padding-bottom: 10px
}

@media (max-width:575.98px) {

    .block-wysiwyg table thead tr:last-child td,
    .block-wysiwyg table thead tr:last-child th {
        padding-bottom: 24px
    }
}

.block-wysiwyg table thead tr td,
.block-wysiwyg table thead tr th {
    font-family: "Gotham";
    font-weight: 700;
    background: #f4f6fa;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:575.98px) {

    .block-wysiwyg table thead tr td,
    .block-wysiwyg table thead tr th {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.block-wysiwyg table tbody td {
    padding-top: 24px;
    padding-bottom: 24px
}

.block-wysiwyg table th,
.block-wysiwyg table td {
    font-family: "Gotham Book";
    color: #0a2a3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-top: 1px solid #7edcf2;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width:575.98px) {

    .block-wysiwyg table th,
    .block-wysiwyg table td {
        font-size: 15px
    }
}

.block-wysiwyg table th b,
.block-wysiwyg table th strong,
.block-wysiwyg table td b,
.block-wysiwyg table td strong {
    font-family: "Gotham";
    font-weight: 700
}

.block-wysiwyg table td {
    min-width: 180px
}

.block-wysiwyg a {
    font-family: "Gotham";
    font-weight: 700;
    border-bottom: 2px solid #c1a4ff;
    padding: 3px 4px;
    line-height: 1
}

.block-wysiwyg a:hover {
    background: #c1a4ff
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Medium"), local("Gotham-Medium"), url(/media/cardiff-met/site-assets/fonts/Gotham-Medium.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Book';
    src: local("Gotham Book"), local("Gotham-Book"), url(/media/cardiff-met/site-assets/fonts/Gotham-Book.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Bold"), local("Gotham-Bold"), url(/media/cardiff-met/site-assets/fonts/Gotham-Bold.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-BoldItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Black"), local("Gotham-Black"), url(/media/cardiff-met/site-assets/fonts/Gotham-Black.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Book';
    src: local("Gotham Book Italic"), local("Gotham-BookItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-BookItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-BookItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Light Italic"), local("Gotham-LightItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-LightItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Light"), local("Gotham-Light"), url(/media/cardiff-met/site-assets/fonts/Gotham-Light.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Medium Italic"), local("Gotham-MediumItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-MediumItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Black Italic"), local("Gotham-BlackItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-BlackItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Ultra';
    src: local("Gotham Ultra Italic"), local("Gotham-UltraItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-UltraItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-UltraItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Thin Italic"), local("Gotham-ThinItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-ThinItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Extra';
    src: local("Gotham Extra Light"), local("Gotham-ExtraLight"), url(/media/cardiff-met/site-assets/fonts/Gotham-ExtraLight.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Extra';
    src: local("Gotham Extra Light Italic"), local("Gotham-ExtraLightItalic"), url(/media/cardiff-met/site-assets/fonts/Gotham-ExtraLightItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-ExtraLightItalic.woff) format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Ultra';
    src: local("Gotham Ultra"), local("Gotham-Ultra"), url(/media/cardiff-met/site-assets/fonts/Gotham-Ultra.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Ultra.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: local("Gotham Thin"), local("Gotham-Thin"), url(/media/cardiff-met/site-assets/fonts/Gotham-Thin.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Gotham-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-Bold"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Bold.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-MediumItalic"), url(/media/cardiff-met/site-assets/fonts/Copernicus-MediumItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-BoldItalic"), url(/media/cardiff-met/site-assets/fonts/Copernicus-BoldItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-Medium"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Medium.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-HeavyItalic"), url(/media/cardiff-met/site-assets/fonts/Copernicus-HeavyItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-HeavyItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus Book';
    src: local("Copernicus-Book"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Book.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-Heavy"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Heavy.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus Book';
    src: local("Copernicus-BookItalic"), url(/media/cardiff-met/site-assets/fonts/Copernicus-BookItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-BookItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-Extrabold"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Extrabold.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Extrabold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-ExtraboldItalic"), url(/media/cardiff-met/site-assets/fonts/Copernicus-ExtraboldItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-ExtraboldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-SemiboldItalic"), url(/media/cardiff-met/site-assets/fonts/Copernicus-SemiboldItalic.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-SemiboldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Copernicus';
    src: local("Copernicus-Semibold"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Semibold.woff2) format("woff2"), url(/media/cardiff-met/site-assets/fonts/Copernicus-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #FAD239
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    z-index: 10;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center
}

@media (max-width:1199.98px) {
    .swiper-pagination {
        top: -2px;
        position: relative
    }
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: .6;
    border-radius: 50%;
    background: #0a2a3d;
    margin-left: 10px
}

@media (max-width:1199.98px) {
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 45px;
    height: 10px;
    background: #701335;
    border-radius: 30px
}

@media (max-width:1199.98px) {
    .swiper-pagination-bullet-active {
        width: 27px;
        height: 6px
    }
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-blue {
    --swiper-pagination-color: #007DB8
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #d63384
}

.swiper-pagination-red {
    --swiper-pagination-color: #F82222
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107
}

.swiper-pagination-green {
    --swiper-pagination-color: #198754
}

.swiper-pagination-teal {
    --swiper-pagination-color: #20c997
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #0dcaf0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40
}

.swiper-pagination-lock {
    display: none
}

@media (max-width:767.98px) {
    .mb-4 {
        margin-bottom: 60px !important
    }
}




