@font-face {
    font-family: Josefin Sans;
    src: url(/wp-content/themes/cfwp2/dist/fonts/subset-JosefinSans-Medium_cf80fcb4.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(/wp-content/themes/cfwp2/dist/fonts/subset-Quicksand-Regular_40c5336d.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(/wp-content/themes/cfwp2/dist/fonts/subset-Quicksand-Bold_7735e159.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(/wp-content/themes/cfwp2/dist/fonts/subset-Quicksand-Light_2064b2fc.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --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-primary: #1b478b;
    --bs-secondary: #e0b943;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #e9eff5;
    --bs-dark: #142032;
    --bs-#000: #000;
    --bs-font-sans-serif: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0))
}

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

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

body {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2b2b;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
body.home .wp-block-image figcaption,
body.page-template-template-homepage-alt .wp-block-image figcaption,
body.page-template-template-homepage .wp-block-image figcaption,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: Josefin Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    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,
body.home .wp-block-image figcaption,
body.page-template-template-homepage-alt .wp-block-image figcaption,
body.page-template-template-homepage .wp-block-image figcaption,
h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h3,
    body.home .wp-block-image figcaption,
    body.page-template-template-homepage-alt .wp-block-image figcaption,
    body.page-template-template-homepage .wp-block-image figcaption,
    h3 {
        font-size: 1.5rem
    }
}

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    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
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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
}

tbody,
td,
th,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

button,
input,
select,
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
}

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

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

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

textarea {
    resize: vertical
}

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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

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

@media (min-width:1280px) {
    .container,
    .container-lg {
        max-width: 1240px
    }
}

@media (min-width:1680px) {
    .container,
    .container-lg {
        max-width: 1440px
    }
}

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

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

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

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

.col-auto {
    width: auto
}

.col-1 {
    width: 8.33333%
}

.col-1,
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-3,
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-5,
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-7,
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-9,
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-11,
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-auto {
        width: auto
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-9,
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-auto {
        width: auto
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-9,
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-md-12 {
        width: 100%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-auto {
        width: auto
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-9,
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-lg-12 {
        width: 100%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
}

@media (min-width:1280px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-auto {
        width: auto
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-9,
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xl-12 {
        width: 100%
    }
}

@media (min-width:1680px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-auto {
        width: auto
    }
    .col-xxl-1 {
        width: 8.33333%
    }
    .col-xxl-1,
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-2 {
        width: 16.66667%
    }
    .col-xxl-3 {
        width: 25%
    }
    .col-xxl-3,
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-4 {
        width: 33.33333%
    }
    .col-xxl-5 {
        width: 41.66667%
    }
    .col-xxl-5,
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-6 {
        width: 50%
    }
    .col-xxl-7 {
        width: 58.33333%
    }
    .col-xxl-7,
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-8 {
        width: 66.66667%
    }
    .col-xxl-9 {
        width: 75%
    }
    .col-xxl-9,
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-10 {
        width: 83.33333%
    }
    .col-xxl-11 {
        width: 91.66667%
    }
    .col-xxl-11,
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .col-xxl-12 {
        width: 100%
    }
}

.table,
.wp-block-table table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>*,
.wp-block-table table>:not(caption)>*>* {
    padding: .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,
.wp-block-table table>tbody {
    vertical-align: inherit
}

.table>:not(:last-child)>:last-child>*,
.wp-block-table table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.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-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: 0
}

.form-select {
    -moz-padding-start: calc(1rem - 3px);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 3rem 0.5rem 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #88a5c6;
    box-shadow: 0 0 0 0.25rem rgba(16, 75, 141, 0.25);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 1rem;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}



.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
    cursor: pointer
}

.form-control[type=file]:not(:disabled):not(:read-only) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .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::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-moz-read-only,
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control:disabled,
.form-control:read-only {
    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: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not(:read-only)::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: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

.form-floating {
    position: relative
}

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

.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;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

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

.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::placeholder {
    color: transparent
}

.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-control:focus~label,
.form-floating>.form-select~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    -o-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label,
.form-floating>.form-select:-webkit-autofill~label  {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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 {
    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 {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' 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)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .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)
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    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: 0 solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0
}

.btn,
.btn:hover {
    color: #2b2b2b
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #1b478b;
    border-color: #1b478b
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #173c76;
    border-color: #16396f
}

.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(61, 99, 156, .5);
    box-shadow: 0 0 0 0 rgba(61, 99, 156, .5)
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #16396f;
    border-color: #143568
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(61, 99, 156, .5);
    box-shadow: 0 0 0 0 rgba(61, 99, 156, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1b478b;
    border-color: #1b478b
}

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

.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #111b2b;
    border-color: #101a28
}

.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(55, 65, 81, .5);
    box-shadow: 0 0 0 0 rgba(55, 65, 81, .5)
}

.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #101a28;
    border-color: #0f1826
}

.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(55, 65, 81, .5);
    box-shadow: 0 0 0 0 rgba(55, 65, 81, .5)
}

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

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

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.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)
}

.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:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1280px) {
    .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:1680px) {
    .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
    }
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #142032
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #142032
}

.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 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    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:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.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: #0d6efd;
    text-decoration: none
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

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

.navbar {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg {
    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
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

.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-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
}

@media (min-width:992px) {
    .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-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: #333
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #254e91
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #142032;
    text-align: left;
    background-color: #fff;
    border: 0;
    overflow-anchor: none
}

.accordion-button:not(.collapsed) {
    color: #142032;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 1.708 0 NaN NaNlNaN NaN NaN NaNa.5.5 0 1.708.708 NaN NaNlNaN NaNa.5.5 0 1-.708 NaN NaNlNaN NaNa.5.5 0 10-.708 NaN NaNz'/%3E%3C/svg%3E");
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 1.708 0 NaN NaNlNaN NaN NaN NaNa.5.5 0 1.708.708 NaN NaNlNaN NaNa.5.5 0 1-.708 NaN NaNlNaN NaNa.5.5 0 10-.708 NaN NaNz'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #a9a9a9;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #a9a9a9
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-success {
    color: #fdfefd;
    background-color: #198653;
    border-color: #198653
}

.alert-info {
    background-color: #0dc8ee;
    border-color: #0dc8ee
}

.alert-info {
    color: #000202
}

.alert-warning {
    color: #030200;
    background-color: #fcbf07;
    border-color: #fcbf07
}

.alert-danger {
    color: #fffdfd;
    background-color: #da3444;
    border-color: #da3444
}

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

.is-style-cropped,
.ratio {
    position: relative;
    width: 100%
}

.is-style-cropped:before,
.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.is-style-cropped>*,
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.screen-reader-text,
.screen-reader-text:not(:focus):not(:focus-within),
.visually-hidden {
    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
}

.float-end {
    float: right !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: 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
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.bottom-0 {
    bottom: 0 !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.end-0 {
    right: 0 !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-1 {
    border-width: 1px !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
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.flex-column {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !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-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !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
}

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

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

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

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-5 {
    padding-left: 3rem !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-6 {
    font-size: 1rem !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.lh-1 {
    line-height: 1 !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-uppercase {
    text-transform: uppercase !important
}

.text-primary {
    color: #1b478b !important
}

.text-secondary {
    color: #e0b943 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #e9eff5 !important
}

.text-dark {
    color: #142032 !important
}

.text-#000 {
    color: #000 !important
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #6c757d !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #1b478b !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #e9eff5 !important
}

.bg-dark {
    background-color: #142032 !important
}

.bg-#000 {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 9px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.visible {
    visibility: visible !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-block {
        display: block !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
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
    .flex-md-column {
        -webkit-box-direction: normal !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !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
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
}

@media (min-width:1280px) {
    .d-xl-block {
        display: block !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}

@media (min-width:1680px) {
    .d-xxl-block {
        display: block !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !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
    }
}

.sl-overlay {
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    display: none;
    z-index: 1035
}

.sl-overlay,
.sl-wrapper {
    position: fixed;
    left: 0;
    top: 0
}

.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%
}

.sl-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-next,
.sl-wrapper .sl-prev {
    background: none;
    color: inherit;
    border: 0
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    padding: 1rem;
    font-size: 1.5rem
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    width: 100%;
    height: auto
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image iframe {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.sl-transition {
    transition: -o-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    -o-transition: -o-transform ease .2s;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease
}

@-webkit-keyframes pulsate {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    to {
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@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: #007aff
}

.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;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
    -o-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;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-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;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, 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: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, 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: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, 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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    -o-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s linear infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes swiper-preloader-spin {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

body {
    width: 100%;
    height: 100%;
    margin: 0
}

#off-canvas {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

#panel {
    -ms-touch-action: pan;
    touch-action: pan
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none
}

.slideout-menu-left {
    left: 0
}

.slideout-menu-right {
    right: 0
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #fff;
    min-height: 100vh
}

.slideout-panel:before {
    content: "";
    display: block;
    background-color: transparent;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.slideout-panel.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99
}

.slideout-open,
.slideout-open .slideout-panel,
.slideout-open body {
    overflow: hidden
}

.slideout-open .slideout-menu {
    display: block
}

.shadow {
    -webkit-box-shadow: 0 0 .5rem 0 hsla(215, 9%, 64%, .1);
    box-shadow: 0 0 .5rem 0 hsla(215, 9%, 64%, .1)
}

.check-list li {
    margin-bottom: 1rem;
    font-weight: 400
}

.check-list li:before {
    display: inline-block;
    font-family: sans-serif;
    font-weight: 900;
    color: #1b478b;
    content: "\2714   "
}

.cf-img.is-style-cropped>*,
.cf-img.ratio>* {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wp-block-embed {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem
}

hr.wp-block-separator {
    margin: 3rem auto;
    border-top: 3px solid #1b478b;
    max-width: 5rem;
    opacity: 1 !important
}

[class*=size-srcset-xl-]:not(.size-srcset-xl-12) {
    width: 100%
}

[class*=size-srcset-xl-]:not(.size-srcset-xl-12) img {
    width: 100%;
    height: auto
}

@media (min-width:768px) {
    [class*=size-srcset-xl-]:not(.size-srcset-xl-12) {
        width: 50%
    }
    .wp-block-columns>.wp-block-column [class*=size-srcset-xl-]:not(.size-srcset-xl-12),
    div[class*=col-] [class*=size-srcset-xl-]:not(.size-srcset-xl-12) {
        width: 100%;
        height: auto
    }
    [class*=size-srcset-xl-]:not(.size-srcset-xl-12).alignright {
        float: right;
        padding-left: 1rem;
        margin-left: 0
    }
    [class*=size-srcset-xl-]:not(.size-srcset-xl-12).alignleft {
        float: left;
        padding-right: 1rem;
        margin-right: 0
    }
    [class*=size-srcset-xl-]:not(.size-srcset-xl-12).aligncenter {
        float: none;
        margin: auto;
        padding-right: .5rem;
        padding-left: .5rem
    }
    .wp-block-columns>.wp-block-column [class*=size-srcset-xl-]:not(.size-srcset-xl-12).aligncenter,
    div[class*=col-] [class*=size-srcset-xl-]:not(.size-srcset-xl-12).aligncenter {
        padding: 0
    }
}

ul.check-list {
    list-style: none;
    padding: 0
}

ul.check-list li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg data-prefix='fas' data-icon='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16'%3E%3Cpath fill='%230062c3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    width: 14px;
    height: 1.5em;
    margin-right: .5rem;
    color: #1b478b
}

ul.check-list li .svg-inline--fa {
    margin: 0 1rem 0 -1rem;
    color: #1b478b
}

ul.check-list.columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

ul.check-list.columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.bg-dark .form-control {
    background-color: rgba(0, 0, 0, .18) !important;
    color: #fff
}

.bg-dark .form-control:-moz-read-only,
.bg-dark .form-control:disabled,
.bg-dark .form-control:focus {
    background-color: rgba(0, 0, 0, .24)
}

.bg-dark .form-control:disabled,
.bg-dark .form-control:focus,
.bg-dark .form-control:read-only {
    background-color: rgba(0, 0, 0, .24)
}

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

.menu>.menu-item>a {
    display: block;
    padding: .5rem 1rem
}

@media (max-width:991.98px) {
    #logo-wrapper-mobile img {
        height: auto
    }
    #off-canvas .collapse {
        margin: 0 -1rem;
        padding: 0 1rem
    }
}

.page-header.has-header-image {
    position: relative;
    background-size: cover
}

.page-header.has-header-image .h1,
.page-header.has-header-image h1 {
    color: #fff
}

.page-header.has-header-image .breadcrumb {
    margin: 0 -1rem 1rem
}

.page-header.has-header-image .breadcrumb a {
    color: #fff
}

.page-header.has-header-image .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.page-header.has-header-image .breadcrumb .breadcrumb-item.active {
    color: #eee
}

.page-header.has-header-image:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    content: "";
    z-index: 0
}

.page-header.has-header-image>* {
    position: relative;
    z-index: 1
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%
}

.ratio-3x1 {
    --bs-aspect-ratio: 33.33333%
}

@media (min-width:768px) {
    .ratio-md-2x1 {
        --bs-aspect-ratio: 50%
    }
    .ratio-md-3x1 {
        --bs-aspect-ratio: 33.33333%
    }
}

@media (min-width:1280px) {
    .ratio-xl-25x1 {
        --bs-aspect-ratio: 40%
    }
    .ratio-xl-3x1 {
        --bs-aspect-ratio: 33.33333%
    }
    .ratio-xl-4x1 {
        --bs-aspect-ratio: 25%
    }
}

@media (min-width:768px) {
    .column-count-md-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (min-width:992px) {
    .column-count-lg-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@-webkit-keyframes "load1" {
    to {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em
    }
}

@-o-keyframes "load1" {
    to {
        box-shadow: 0 0;
        height: 4em
    }
}

@keyframes "load1" {
    0%,
    80%,
    to {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 4em
    }
    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 5em
    }
}

.wpcf7-form {
    position: relative
}

.wpcf7-form:after {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0
}

.wpcf7-form.sending:after {
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 999;
    background: rgba(0, 0, 0, .5)
}

html {
    overflow-x: hidden
}

.wp-block-gallery {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-image img {
    height: auto !important
}

.has-blue-color {
    color: #1b478b
}

.has-blue-background-color {
    background-color: #1b478b
}

.has-indigo-color {
    color: #6610f2
}

.has-indigo-background-color {
    background-color: #6610f2
}

.has-purple-color {
    color: #62146f
}

.has-purple-background-color {
    background-color: #62146f
}

.has-pink-color {
    color: #db6582
}

.has-pink-background-color {
    background-color: #db6582
}

.has-red-color {
    color: #d90a19
}

.has-red-background-color {
    background-color: #d90a19
}

.has-orange-color {
    color: #f49a35
}

.has-orange-background-color {
    background-color: #f49a35
}

.has-yellow-color {
    color: #e0b943
}

.has-yellow-background-color {
    background-color: #e0b943
}

.has-green-color {
    color: #dae506
}

.has-green-background-color {
    background-color: #dae506
}

.has-teal-color {
    color: #20c997
}

.has-teal-background-color {
    background-color: #20c997
}

.has-cyan-color {
    color: #3d98f3
}

.has-cyan-background-color {
    background-color: #3d98f3
}

.has-black-color {
    color: #000
}

.has-primary-background-color {
    background-color: #1b478b
}

.has-secondary-background-color {
    background-color: #e0b943
}

.has-success-background-color {
    background-color: #198754
}

.has-info-background-color {
    background-color: #0dcaf0
}

.has-warning-background-color {
    background-color: #ffc107
}

.has-danger-background-color {
    background-color: #dc3545
}

.has-light-background-color {
    background-color: #e9eff5
}

.has-dark-background-color {
    background-color: #142032
}

.has-black-background-color {
    background-color: #000
}

.wp-block-mkl-section-block.alignfull {
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%)
}

.alignfull,
.entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw
}

.wp-block-column.container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.wp-block-gallery {
    width: 100%
}

.wp-block-table table th {
    white-space: nowrap
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto
}

@media (min-width:600px) {
    .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:768px) {
    .wp-block-column {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .has-1-columns .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    [class*=col-].wp-block-column {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0 !important
    }
}

.wp-block-media-text {
    padding-bottom: 3rem
}

.wp-block-image,
.wp-block-image img {
    width: 100%
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }
    .alignright {
        float: right;
        margin-left: .5rem
    }
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

@-webkit-keyframes fadeInLeft {
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes fadeInLeft {
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes fadeInRight {
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rating {
    border: none
}

.rating>input {
    display: none
}

.rating label:before {
    margin: 0 0 0 .25em;
    font-size: 1.25em;
    display: inline-block;
    content: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23DDDDDD' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
    color: inherit;
    width: 1em;
    height: 1em
}

.rating>label {
    color: #ddd
}

.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before,
.rating>input:checked~label:before {
    content: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FFD700' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E")
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ffed85
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.swiper-container .swiper-button-prev {
    left: 0
}

.swiper-container .swiper-button-next {
    right: 0
}

.swiper-container[data-items="1"] .swiper-slide {
    max-width: 100%
}

.swiper-container[data-items="2"] .swiper-slide {
    max-width: 50%
}

.swiper-container[data-items="3"] .swiper-slide {
    max-width: 33.333%
}

.swiper-container[data-items="4"] .swiper-slide {
    max-width: 25%
}

.swiper-container[data-items="5"] .swiper-slide {
    max-width: 20%
}

.swiper-container[data-items="6"] .swiper-slide {
    max-width: 16.666%
}

@media (min-width:576px) {
    .swiper-container[data-sm-items="1"] .swiper-slide {
        max-width: 100%
    }
    .swiper-container[data-sm-items="2"] .swiper-slide {
        max-width: 50%
    }
    .swiper-container[data-sm-items="3"] .swiper-slide {
        max-width: 33.333%
    }
    .swiper-container[data-sm-items="4"] .swiper-slide {
        max-width: 25%
    }
    .swiper-container[data-sm-items="5"] .swiper-slide {
        max-width: 20%
    }
    .swiper-container[data-sm-items="6"] .swiper-slide {
        max-width: 16.666%
    }
}

@media (min-width:768px) {
    .swiper-container[data-md-items="1"] .swiper-slide {
        max-width: 100%
    }
    .swiper-container[data-md-items="2"] .swiper-slide {
        max-width: 50%
    }
    .swiper-container[data-md-items="3"] .swiper-slide {
        max-width: 33.333%
    }
    .swiper-container[data-md-items="4"] .swiper-slide {
        max-width: 25%
    }
    .swiper-container[data-md-items="5"] .swiper-slide {
        max-width: 20%
    }
    .swiper-container[data-md-items="6"] .swiper-slide {
        max-width: 16.666%
    }
}

@media (min-width:992px) {
    .swiper-container[data-lg-items="1"] .swiper-slide {
        max-width: 100%
    }
    .swiper-container[data-lg-items="2"] .swiper-slide {
        max-width: 50%
    }
    .swiper-container[data-lg-items="3"] .swiper-slide {
        max-width: 33.333%
    }
    .swiper-container[data-lg-items="4"] .swiper-slide {
        max-width: 25%
    }
    .swiper-container[data-lg-items="5"] .swiper-slide {
        max-width: 20%
    }
    .swiper-container[data-lg-items="6"] .swiper-slide {
        max-width: 16.666%
    }
}

@media (min-width:1280px) {
    .swiper-container[data-xl-items="1"] .swiper-slide {
        max-width: 100%
    }
    .swiper-container[data-xl-items="2"] .swiper-slide {
        max-width: 50%
    }
    .swiper-container[data-xl-items="3"] .swiper-slide {
        max-width: 33.333%
    }
    .swiper-container[data-xl-items="4"] .swiper-slide {
        max-width: 25%
    }
    .swiper-container[data-xl-items="5"] .swiper-slide {
        max-width: 20%
    }
    .swiper-container[data-xl-items="6"] .swiper-slide {
        max-width: 16.666%
    }
}

@media (min-width:1680px) {
    .swiper-container[data-xxl-items="1"] .swiper-slide {
        max-width: 100%
    }
    .swiper-container[data-xxl-items="2"] .swiper-slide {
        max-width: 50%
    }
    .swiper-container[data-xxl-items="3"] .swiper-slide {
        max-width: 33.333%
    }
    .swiper-container[data-xxl-items="4"] .swiper-slide {
        max-width: 25%
    }
    .swiper-container[data-xxl-items="5"] .swiper-slide {
        max-width: 20%
    }
    .swiper-container[data-xxl-items="6"] .swiper-slide {
        max-width: 16.666%
    }
}

.swiper-container .swiper-button-disabled {
    opacity: .65;
    pointer-events: none
}

.home .banner {
    margin-bottom: 0
}

.banner .logo {
    display: block
}

.home.admin-bar .banner {
    top: 32px
}

@media (min-width:992px) {
    .banner .navbar .navbar-nav .nav-item:not(.mega) {
        position: relative
    }
    .banner .navbar .navbar-nav .nav-item:not(.mega)>.dropdown-menu {
        min-width: 100%
    }
    .banner .navbar .navbar-nav .dropdown-menu {
        padding: 1rem;
        border: 0
    }
    .banner .navbar .navbar-nav .dropdown-menu .dropdown-item {
        border-radius: 0
    }
}

#wpadminbar {
    position: fixed !important
}

html {
    font-size: 15px
}

.h1,
.h2,
.h3,
body.home .wp-block-image figcaption,
body.page-template-template-homepage-alt .wp-block-image figcaption,
body.page-template-template-homepage .wp-block-image figcaption,
h1,
h2,
h3 {
    color: #1b478b;
    text-transform: uppercase
}

.h3,
.h4,
.h5,
body.home .wp-block-image figcaption,
body.page-template-template-homepage-alt .wp-block-image figcaption,
body.page-template-template-homepage .wp-block-image figcaption,
h3,
h4,
h5 {
    margin-bottom: 1rem
}

.h4,
.h5,
h4,
h5 {
    font-family: inherit;
    font-weight: 600
}

a {
    text-decoration: none;
    font-weight: 700
}

.btn {
    border-radius: 9px
}

.btn-circle {
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    border: 2px solid #fff;
    padding: 0 !important;
    text-align: center;
    line-height: 3rem
}

body.page-id-3035 .wpcf7-list-item {
    margin-right: 2rem
}

@media (max-width:767.98px) {
    body.page-id-3035 .wpcf7-list-item {
        display: block
    }
}

body.page-id-3035 .wpcf7-list-item-label {
    margin-right: 1rem;
    margin-left: 1rem
}

body.page-id-3035 .post-password-form {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center
}

.wp-image {
    border-radius: 9px
}

#header .nav-link[aria-expanded=true] {
    background: #fff;
    color: #212529
}

#header .dropdown-menu[data-bs-popper] {
    margin-top: 0
}

.bg-dark .form-floating>label {
    color: #fff
}

.breadcrumb {
    padding: 1rem
}

.breadcrumb a {
    color: #142032
}

.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.is-style-cropped:before {
    padding-top: 75%
}

.is-style-cropped>img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.wp-block-section {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.wp-block-section>.container {
    margin-bottom: 1rem
}

.wp-block-section>.container>.h2,
.wp-block-section>.container>h2 {
    margin-bottom: 2rem
}

.accordion-item {
    margin-bottom: 1rem
}

.feature-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .feature-icon-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.feature-icon-block .h3,
.feature-icon-block body.home .wp-block-image figcaption,
.feature-icon-block body.page-template-template-homepage-alt .wp-block-image figcaption,
.feature-icon-block body.page-template-template-homepage .wp-block-image figcaption,
.feature-icon-block h3,
body.home .wp-block-image .feature-icon-block figcaption,
body.page-template-template-homepage-alt .wp-block-image .feature-icon-block figcaption,
body.page-template-template-homepage .wp-block-image .feature-icon-block figcaption {
    color: #fff
}

.feature-icon-block .svg-inline--fa,
.feature-icon-block i {
    font-size: 4rem;
    color: #e0b943 !important;
    margin-right: 1rem
}

textarea.form-control {
    min-height: 200px
}

.cta {
    border-radius: .25rem
}

textarea.cta {
    min-height: 100px !important;
    max-height: 100px !important
}

.form-control option {
    background: #142032;
    color: #fff
}

.menu,
.sub-menu {
    padding: 0;
    list-style: none
}

.menu .menu-item>a,
.sub-menu .menu-item>a {
    display: block;
    padding: .5rem 0
}

.menu>.menu-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.sub-menu>.menu-item a {
    font-weight: 400
}

.bg-dark-europe,
.bg-dark-europe-footer {
    background: #142032;
    background-size: cover;
    color: #fff
}

.bg-dark-europe-footer .type-location .text-dark,
.bg-dark-europe .type-location .text-dark {
    color: #fff !important
}

#footer a {
    color: #fff
}

#footer .form-floating {
    color: #142032;
    border-color: #fff
}

#footer .btn-primary {
    border: 2px solid #fff
}

#footer .widget_recent_entries ul {
    list-style: none;
    padding: 0
}

#footer .widget_recent_entries ul li {
    padding: 0;
    margin-bottom: 1rem
}

#footer .widget_recent_entries ul li a {
    display: block
}

#footer .widget_recent_entries ul li .post-date {
    color: #e9eff5
}

@media (min-width:576px) {
    #homepage-banner .swiper-slide .post-caption {
        width: 75%;
        padding: 1rem
    }
}

@media (max-width:767.98px) {
    #homepage-banner .swiper-slide .post-caption,
    #homepage-banner .swiper-slide .post-caption>* {
        color: #fff !important
    }
    #homepage-banner .swiper-slide:before {
        background: #000;
        opacity: .3
    }
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
    .container {
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem)
    }
    .page-template-template-homepage-alt #homepage-banner .swiper-slide:after {
        height: 100%;
        width: 100%;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        background-color: rgba(20, 32, 50, .6)
    }
    #homepage-banner .swiper-slide .post-caption {
        width: 50%;
        background: rgba(27, 71, 139, .9);
        -webkit-clip-path: ellipse(70% 100% at 70% 50%);
        clip-path: ellipse(70% 100% at 70% 50%);
        border-radius: 9px;
        height: 100%;
        padding: 3rem
    }
}

@media (min-width:992px) {
    html {
        font-size: 17px
    }
    #header .top-bar {
        padding-left: 3rem;
        -webkit-clip-path: polygon(0 0, 200vw 0, 200vw 100%, 2em 100%);
        clip-path: polygon(0 0, 200vw 0, 200vw 100%, 2em 100%);
        -webkit-box-shadow: 33vw 0 #142032;
        box-shadow: 33vw 0 #142032
    }
    .rounded-lg {
        border-radius: 9px
    }
    .accordion-button {
        font-weight: 700
    }
    #homepage-banner .swiper-slide-active {
        -webkit-animation: zoom 12s;
        -o-animation: zoom 12s;
        animation: zoom 12s;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .wp-block-section {
        padding-top: 3rem;
        padding-bottom: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 33vh
    }
    form .row>* {
        padding-right: 0 !important
    }
    .bg-dark-europe,
    .bg-dark-europe-footer {
        background-image: url(/wp-content/themes/cfwp2/dist/images/bg-europe-dark_6f9c48a2.png)
    }
}

.feature-icon {
    font-size: 4rem !important;
    color: #1b478b !important;
    margin-bottom: 1rem
}

.feature-icon.text-white {
    color: #fff !important
}

.feature-icon.text-secondary {
    color: #e0b943 !important
}

.btn-outline-white {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    border: #fff;
    border-width: 3px;
    border-radius: 1rem;
    border-style: solid;
    color: #fff;
    background-color: transparent
}

.btn-outline-white:hover {
    color: #0d6efd !important;
    background-color: #fff
}

.page-header .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

body.home .type-service .post-thumbnail,
body.home .type-service .post-thumbnail img,
body.page-template-template-homepage-alt .type-service .post-thumbnail,
body.page-template-template-homepage-alt .type-service .post-thumbnail img,
body.page-template-template-homepage .type-service .post-thumbnail,
body.page-template-template-homepage .type-service .post-thumbnail img {
    border-radius: 9px
}

body.home .type-service .post-caption,
body.page-template-template-homepage-alt .type-service .post-caption,
body.page-template-template-homepage .type-service .post-caption {
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9px;
    background-color: rgba(0, 0, 0, .5) !important;
    pointer-events: none
}

body.home .type-service .post-caption .entry-title,
body.page-template-template-homepage-alt .type-service .post-caption .entry-title,
body.page-template-template-homepage .type-service .post-caption .entry-title {
    text-align: center;
    text-transform: uppercase
}

body.home .type-service .post-caption .byline,
body.page-template-template-homepage-alt .type-service .post-caption .byline,
body.page-template-template-homepage .type-service .post-caption .byline {
    display: none
}

body.home .wp-block-image,
body.page-template-template-homepage-alt .wp-block-image,
body.page-template-template-homepage .wp-block-image {
    background: #000;
    border-radius: 9px
}

body.home .wp-block-image img,
body.page-template-template-homepage-alt .wp-block-image img,
body.page-template-template-homepage .wp-block-image img {
    opacity: .5;
    border-radius: 9px
}

body.home .wp-block-image figcaption,
body.page-template-template-homepage-alt .wp-block-image figcaption,
body.page-template-template-homepage .wp-block-image figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    height: auto
}

@media (min-width:992px) {
    .swiper-container.swiper-container-initialized {
        overflow: initial
    }
    .swiper-container.swiper-container-initialized .swiper-button-prev {
        left: -6rem
    }
    .swiper-container.swiper-container-initialized .swiper-button-next {
        right: -6rem
    }
    .position-lg-absolute {
        position: absolute !important
    }
    .text-lg-white {
        color: #fff !important
    }
}

@media (min-width:1280px) {
    html {
        font-size: 18px
    }
    .bg-light-europe {
        background-image: url(/wp-content/themes/cfwp2/dist/images/bg-europe-blue_897c2222.png);
        background-size: auto 31vw;
        background-position: 100% 0;
        background-repeat: no-repeat
    }
    .bg-light-europe .container>* {
        width: 62%;
        padding-right: 1rem
    }
}

@media (max-width:767.98px) {
    .order-md-2 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse
    }
}

@media (max-width:991.98px) {
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse
    }
    .order-lg-1,
    .order-lg-2 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse
    }
}

@-webkit-keyframes zoom {
    to {
        background-size: 110% 110%
    }
}

@-o-keyframes zoom {
    to {
        background-size: 110% 110%
    }
}

@keyframes zoom {
    0% {
        background-size: 100% 100%
    }
    to {
        background-size: 110% 110%
    }
}

.image-zoom {
   -webkit-animation: imageZoom 12s;
    -o-animation: imageZoom 12s;
    animation: imageZoom 12s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
     

@keyframes imageZoom {
    0% {
        width: 100%;
        height: 100%;
    }
    to {
        width: 110%;
        height: 110%;
    }
}

@media (max-width:767.98px) {
    body.template-homepage-alt .feature-icon-block .text-start,
    body.template-homepage .feature-icon-block .text-start {
        text-align: center !important;
        margin-bottom: 1rem
    }
    body.template-homepage-alt .clearfix .swiper-button-next,
    body.template-homepage-alt .clearfix .swiper-button-prev,
    body.template-homepage .clearfix .swiper-button-next,
    body.template-homepage .clearfix .swiper-button-prev {
        visibility: hidden;
        display: none
    }
    .feature-icon-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:991.98px) {
    #homepage-banner .contact-send {
        border-color: #142032 !important;
        color: #142032 !important
    }
}

@media (max-width:1279.98px) {
    .page-header textarea,
    body.template-homepage-alt textarea,
    body.template-homepage textarea {
        min-height: 75px !important;
        max-height: 75px !important
    }
}

@media (max-width:1679.98px) {
    .page-header textarea,
    body.template-homepage-alt textarea,
    body.template-homepage textarea {
        min-height: 80px !important;
        max-height: 80px !important
    }
}

.animate {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animate.animation-move-up {
    -webkit-animation-name: e;
    -o-animation-name: e;
    animation-name: e
}

@-webkit-keyframes e {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes e {
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes e {
    0% {
        -webkit-transform: scale(.9) translateY(50px);
        -o-transform: scale(.9) translateY(50px);
        transform: scale(.9) translateY(50px);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes f {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes f {
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes f {
    0% {
        -webkit-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.animate.animation-scale-up {
    -webkit-animation-name: i;
    -o-animation-name: i;
    animation-name: i
}

@-webkit-keyframes i {
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes i {
    to {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes i {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6)
    }
    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
