/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-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: #FBFBF9;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #091D1E;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(251, 251, 249, 0.15), rgba(251, 251, 249, 0))
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fbfbf9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(9, 29, 30, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h6,
.h6,
h5,
.h5,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.contact_form .gfield_label,
.image_video_with_text .grid-item.label,
footer .footer--end-links,
footer .footer--bottom .socials .social-links a,
#nav__toggle,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    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 + 0.9vw)
}

@media(min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem
    }
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder {
    font-size: 1.25rem
}

h5,
.h5,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.contact_form .gfield_label,
.image_video_with_text .grid-item.label,
footer .footer--end-links,
footer .footer--bottom .socials .social-links a,
#nav__toggle {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #fbfbf9;
    text-decoration: underline
}

a:hover {
    color: #fbfbf9
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr/* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fbfbf9;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.container,
.container-fluid,
.ajax-load-more-wrap[data-id=project_feed],
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,
    .container-tn,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md,
    .container-sm,
    .container-tn,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container-tn,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container-tn,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container-tn,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media(min-width: 355px) {
    .col-tn {
        flex: 1 0 0%
    }
    .row-cols-tn-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-tn-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-tn-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-tn-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-tn-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-tn-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-tn-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1600px) {
    .col-xxlx {
        flex: 1 0 0%
    }
    .row-cols-xxlx-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxlx-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxlx-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxlx-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxlx-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxlx-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxlx-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1920px) {
    .col-xxxl {
        flex: 1 0 0%
    }
    .row-cols-xxxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
}

.g-1,
.gy-1 {
    --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
}

.g-2,
.gx-2 {
    --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
}

.g-2,
.gy-2 {
    --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
}

.g-3,
.gx-3 {
    --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
}

.g-3,
.gy-3 {
    --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
}

.g-4,
.gx-4 {
    --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
}

.g-4,
.gy-4 {
    --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
}

.g-5,
.gx-5 {
    --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
}

.g-5,
.gy-5 {
    --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
}

@media(min-width: 355px) {
    .col-tn-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-tn-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-tn-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-tn-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-tn-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-tn-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-tn-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-tn-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-tn-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-tn-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-tn-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-tn-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-tn-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-tn-0 {
        margin-left: 0
    }
    .offset-tn-1 {
        margin-left: 8.33333333%
    }
    .offset-tn-2 {
        margin-left: 16.66666667%
    }
    .offset-tn-3 {
        margin-left: 25%
    }
    .offset-tn-4 {
        margin-left: 33.33333333%
    }
    .offset-tn-5 {
        margin-left: 41.66666667%
    }
    .offset-tn-6 {
        margin-left: 50%
    }
    .offset-tn-7 {
        margin-left: 58.33333333%
    }
    .offset-tn-8 {
        margin-left: 66.66666667%
    }
    .offset-tn-9 {
        margin-left: 75%
    }
    .offset-tn-10 {
        margin-left: 83.33333333%
    }
    .offset-tn-11 {
        margin-left: 91.66666667%
    }
    .g-tn-0,
    .gx-tn-0 {
        --bs-gutter-x: 0
    }
    .g-tn-0,
    .gy-tn-0 {
        --bs-gutter-y: 0
    }
    .g-tn-1,
    .gx-tn-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-tn-1,
    .gy-tn-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-tn-2,
    .gx-tn-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-tn-2,
    .gy-tn-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-tn-3,
    .gx-tn-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-tn-3,
    .gy-tn-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-tn-4,
    .gx-tn-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-tn-4,
    .gy-tn-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-tn-5,
    .gx-tn-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-tn-5,
    .gy-tn-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 1600px) {
    .col-xxlx-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxlx-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxlx-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxlx-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxlx-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxlx-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxlx-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxlx-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxlx-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxlx-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxlx-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxlx-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxlx-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxlx-0 {
        margin-left: 0
    }
    .offset-xxlx-1 {
        margin-left: 8.33333333%
    }
    .offset-xxlx-2 {
        margin-left: 16.66666667%
    }
    .offset-xxlx-3 {
        margin-left: 25%
    }
    .offset-xxlx-4 {
        margin-left: 33.33333333%
    }
    .offset-xxlx-5 {
        margin-left: 41.66666667%
    }
    .offset-xxlx-6 {
        margin-left: 50%
    }
    .offset-xxlx-7 {
        margin-left: 58.33333333%
    }
    .offset-xxlx-8 {
        margin-left: 66.66666667%
    }
    .offset-xxlx-9 {
        margin-left: 75%
    }
    .offset-xxlx-10 {
        margin-left: 83.33333333%
    }
    .offset-xxlx-11 {
        margin-left: 91.66666667%
    }
    .g-xxlx-0,
    .gx-xxlx-0 {
        --bs-gutter-x: 0
    }
    .g-xxlx-0,
    .gy-xxlx-0 {
        --bs-gutter-y: 0
    }
    .g-xxlx-1,
    .gx-xxlx-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xxlx-1,
    .gy-xxlx-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xxlx-2,
    .gx-xxlx-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xxlx-2,
    .gy-xxlx-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xxlx-3,
    .gx-xxlx-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xxlx-3,
    .gy-xxlx-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xxlx-4,
    .gx-xxlx-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xxlx-4,
    .gy-xxlx-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xxlx-5,
    .gx-xxlx-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-xxlx-5,
    .gy-xxlx-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@media(min-width: 1920px) {
    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxxl-0 {
        margin-left: 0
    }
    .offset-xxxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxxl-3 {
        margin-left: 25%
    }
    .offset-xxxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxxl-6 {
        margin-left: 50%
    }
    .offset-xxxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxxl-9 {
        margin-left: 75%
    }
    .offset-xxxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.25)
    }
    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 0.5)
    }
    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: clamp(24px, 18.6666666667px + 1.11111111vw, 40px)
    }
    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 1.5)
    }
    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px) * 3)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:hover,
.link-primary:focus {
    color: rgb(10.4, 88, 202.4)
}

.link-secondary {
    color: #6c757d
}

.link-secondary:hover,
.link-secondary:focus {
    color: rgb(86.4, 93.6, 100)
}

.link-success {
    color: #198754
}

.link-success:hover,
.link-success:focus {
    color: rgb(20, 108, 67.2)
}

.link-info {
    color: #0dcaf0
}

.link-info:hover,
.link-info:focus {
    color: rgb(61.4, 212.6, 243)
}

.link-warning {
    color: #ffc107
}

.link-warning:hover,
.link-warning:focus {
    color: rgb(255, 205.4, 56.6)
}

.link-danger {
    color: #dc3545
}

.link-danger:hover,
.link-danger:focus {
    color: rgb(176, 42.4, 55.2)
}

.link-light {
    color: #f8f9fa
}

.link-light:hover,
.link-light:focus {
    color: rgb(249.4, 250.2, 251)
}

.link-dark {
    color: #091d1e
}

.link-dark:hover,
.link-dark:focus {
    color: rgb(7.2, 23.2, 24)
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 355px) {
    .sticky-tn-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1600px) {
    .sticky-xxlx-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1920px) {
    .sticky-xxxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(9, 29, 30, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(9, 29, 30, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(9, 29, 30, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #091d1e !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #091d1e !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #091d1e !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #091d1e !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #091d1e !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #091d1e !important
}

.border-white {
    border-color: #fbfbf9 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.gap-2 {
    gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.gap-3 {
    gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.gap-4 {
    gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.gap-5 {
    gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.m-2 {
    margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.m-3 {
    margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.m-4 {
    margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.m-5 {
    margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.mx-2 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.mx-3 {
    margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
    margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.mx-4 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.mx-5 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.my-2 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.my-3 {
    margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
    margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.my-4 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.my-5 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.mt-2 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.mt-3 {
    margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.mt-4 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.mt-5 {
    margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.me-2 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.me-3 {
    margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.me-4 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.me-5 {
    margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.mb-2 {
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.mb-3 {
    margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.mb-4 {
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.mb-5 {
    margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.ms-2 {
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.ms-3 {
    margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.ms-4 {
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.ms-5 {
    margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.p-2 {
    padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.p-3 {
    padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.p-4 {
    padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.p-5 {
    padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.px-2 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.px-3 {
    padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
    padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.px-4 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.px-5 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.py-2 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.py-3 {
    padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
    padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.py-4 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.py-5 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.pt-2 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.pt-3 {
    padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.pt-4 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.pt-5 {
    padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.pe-2 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.pe-3 {
    padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.pe-4 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.pe-5 {
    padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.pb-2 {
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.pb-3 {
    padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.pb-4 {
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.pb-5 {
    padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
}

.ps-2 {
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.ps-3 {
    padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
}

.ps-4 {
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
}

.ps-5 {
    padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #091d1e !important
}

.text-white {
    color: #fbfbf9 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(9, 29, 30, .5) !important
}

.text-white-50 {
    color: rgba(251, 251, 249, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #091d1e !important
}

.bg-body {
    background-color: #fbfbf9 !important
}

.bg-white {
    background-color: #fbfbf9 !important
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 355px) {
    .float-tn-start {
        float: left !important
    }
    .float-tn-end {
        float: right !important
    }
    .float-tn-none {
        float: none !important
    }
    .d-tn-inline {
        display: inline !important
    }
    .d-tn-inline-block {
        display: inline-block !important
    }
    .d-tn-block {
        display: block !important
    }
    .d-tn-grid {
        display: grid !important
    }
    .d-tn-table {
        display: table !important
    }
    .d-tn-table-row {
        display: table-row !important
    }
    .d-tn-table-cell {
        display: table-cell !important
    }
    .d-tn-flex {
        display: flex !important
    }
    .d-tn-inline-flex {
        display: inline-flex !important
    }
    .d-tn-none {
        display: none !important
    }
    .flex-tn-fill {
        flex: 1 1 auto !important
    }
    .flex-tn-row {
        flex-direction: row !important
    }
    .flex-tn-column {
        flex-direction: column !important
    }
    .flex-tn-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-tn-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-tn-grow-0 {
        flex-grow: 0 !important
    }
    .flex-tn-grow-1 {
        flex-grow: 1 !important
    }
    .flex-tn-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-tn-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-tn-wrap {
        flex-wrap: wrap !important
    }
    .flex-tn-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-tn-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-tn-0 {
        gap: 0 !important
    }
    .gap-tn-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-tn-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-tn-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-tn-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-tn-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-tn-start {
        justify-content: flex-start !important
    }
    .justify-content-tn-end {
        justify-content: flex-end !important
    }
    .justify-content-tn-center {
        justify-content: center !important
    }
    .justify-content-tn-between {
        justify-content: space-between !important
    }
    .justify-content-tn-around {
        justify-content: space-around !important
    }
    .justify-content-tn-evenly {
        justify-content: space-evenly !important
    }
    .align-items-tn-start {
        align-items: flex-start !important
    }
    .align-items-tn-end {
        align-items: flex-end !important
    }
    .align-items-tn-center {
        align-items: center !important
    }
    .align-items-tn-baseline {
        align-items: baseline !important
    }
    .align-items-tn-stretch {
        align-items: stretch !important
    }
    .align-content-tn-start {
        align-content: flex-start !important
    }
    .align-content-tn-end {
        align-content: flex-end !important
    }
    .align-content-tn-center {
        align-content: center !important
    }
    .align-content-tn-between {
        align-content: space-between !important
    }
    .align-content-tn-around {
        align-content: space-around !important
    }
    .align-content-tn-stretch {
        align-content: stretch !important
    }
    .align-self-tn-auto {
        align-self: auto !important
    }
    .align-self-tn-start {
        align-self: flex-start !important
    }
    .align-self-tn-end {
        align-self: flex-end !important
    }
    .align-self-tn-center {
        align-self: center !important
    }
    .align-self-tn-baseline {
        align-self: baseline !important
    }
    .align-self-tn-stretch {
        align-self: stretch !important
    }
    .order-tn-first {
        order: -1 !important
    }
    .order-tn-0 {
        order: 0 !important
    }
    .order-tn-1 {
        order: 1 !important
    }
    .order-tn-2 {
        order: 2 !important
    }
    .order-tn-3 {
        order: 3 !important
    }
    .order-tn-4 {
        order: 4 !important
    }
    .order-tn-5 {
        order: 5 !important
    }
    .order-tn-last {
        order: 6 !important
    }
    .m-tn-0 {
        margin: 0 !important
    }
    .m-tn-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-tn-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-tn-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-tn-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-tn-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-tn-auto {
        margin: auto !important
    }
    .mx-tn-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-tn-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-tn-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-tn-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-tn-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-tn-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-tn-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-tn-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-tn-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-tn-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-tn-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-tn-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-tn-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-tn-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-tn-0 {
        margin-top: 0 !important
    }
    .mt-tn-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-tn-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-tn-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-tn-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-tn-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-tn-auto {
        margin-top: auto !important
    }
    .me-tn-0 {
        margin-right: 0 !important
    }
    .me-tn-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-tn-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-tn-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-tn-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-tn-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-tn-auto {
        margin-right: auto !important
    }
    .mb-tn-0 {
        margin-bottom: 0 !important
    }
    .mb-tn-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-tn-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-tn-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-tn-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-tn-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-tn-auto {
        margin-bottom: auto !important
    }
    .ms-tn-0 {
        margin-left: 0 !important
    }
    .ms-tn-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-tn-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-tn-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-tn-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-tn-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-tn-auto {
        margin-left: auto !important
    }
    .p-tn-0 {
        padding: 0 !important
    }
    .p-tn-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-tn-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-tn-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-tn-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-tn-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-tn-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-tn-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-tn-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-tn-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-tn-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-tn-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-tn-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-tn-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-tn-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-tn-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-tn-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-tn-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-tn-0 {
        padding-top: 0 !important
    }
    .pt-tn-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-tn-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-tn-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-tn-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-tn-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-tn-0 {
        padding-right: 0 !important
    }
    .pe-tn-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-tn-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-tn-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-tn-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-tn-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-tn-0 {
        padding-bottom: 0 !important
    }
    .pb-tn-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-tn-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-tn-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-tn-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-tn-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-tn-0 {
        padding-left: 0 !important
    }
    .ps-tn-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-tn-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-tn-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-tn-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-tn-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-tn-start {
        text-align: left !important
    }
    .text-tn-end {
        text-align: right !important
    }
    .text-tn-center {
        text-align: center !important
    }
}

@media(min-width: 576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-sm-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-sm-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-sm-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-sm-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-sm-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-sm-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-sm-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-sm-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-sm-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-sm-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-sm-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-sm-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-sm-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-sm-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-sm-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-sm-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-sm-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-sm-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-sm-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-sm-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-sm-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-sm-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-sm-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-sm-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-sm-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-sm-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-sm-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-sm-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-sm-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-sm-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-sm-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-sm-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-sm-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-sm-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-sm-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-sm-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-sm-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-sm-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-sm-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-sm-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-sm-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-sm-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-sm-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-sm-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-sm-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-sm-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-sm-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-sm-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-sm-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-sm-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-sm-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-sm-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-sm-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-sm-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-sm-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-sm-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-sm-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-sm-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-sm-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-sm-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-md-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-md-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-md-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-md-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-md-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-md-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-md-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-md-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-md-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-md-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-md-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-md-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-md-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-md-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-md-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-md-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-md-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-md-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-md-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-md-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-md-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-md-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-md-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-md-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-md-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-md-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-md-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-md-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-md-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-md-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-md-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-md-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-md-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-md-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-md-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-md-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-md-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-md-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-md-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-md-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-md-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-md-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-md-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-md-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-md-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-md-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-md-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-md-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-md-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-md-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-md-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-md-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-md-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-md-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-md-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-md-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-md-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-md-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-md-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-md-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-lg-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-lg-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-lg-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-lg-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-lg-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-lg-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-lg-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-lg-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-lg-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-lg-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-lg-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-lg-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-lg-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-lg-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-lg-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-lg-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-lg-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-lg-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-lg-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-lg-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-lg-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-lg-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-lg-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-lg-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-lg-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-lg-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-lg-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-lg-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-lg-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-lg-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-lg-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-lg-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-lg-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-lg-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-lg-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-lg-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-lg-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-lg-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-lg-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-lg-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-lg-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-lg-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-lg-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-lg-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-lg-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-lg-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-lg-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-lg-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-lg-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-lg-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-lg-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-lg-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-lg-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-lg-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-lg-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-lg-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-lg-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-lg-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-lg-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-lg-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-xl-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-xl-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-xl-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-xl-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-xl-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-xl-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-xl-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-xl-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-xl-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-xl-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-xl-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-xl-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-xl-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-xl-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-xl-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-xl-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-xl-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-xl-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-xl-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-xl-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-xl-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-xl-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-xl-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-xl-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-xl-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-xl-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-xl-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-xl-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-xl-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-xl-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-xl-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-xl-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-xl-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-xl-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-xl-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-xl-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-xl-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-xl-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-xl-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-xl-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-xl-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-xl-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-xl-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-xl-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-xl-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-xl-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-xl-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-xl-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-xl-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-xl-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-xl-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-xl-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-xl-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-xl-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-xl-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-xl-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-xl-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-xl-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-xl-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-xl-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }
    .float-xxl-end {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-xxl-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-xxl-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-xxl-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-xxl-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-xxl-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-xxl-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-xxl-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-xxl-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxl-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-xxl-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-xxl-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-xxl-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-xxl-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxl-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-xxl-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-xxl-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-xxl-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-xxl-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-xxl-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-xxl-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-xxl-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-xxl-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .me-xxl-0 {
        margin-right: 0 !important
    }
    .me-xxl-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-xxl-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-xxl-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-xxl-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-xxl-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-xxl-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-xxl-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-xxl-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-xxl-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxl-0 {
        margin-left: 0 !important
    }
    .ms-xxl-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-xxl-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-xxl-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-xxl-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-xxl-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-xxl-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-xxl-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-xxl-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-xxl-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxl-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-xxl-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-xxl-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-xxl-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-xxl-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxl-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-xxl-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-xxl-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-xxl-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-xxl-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-xxl-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-xxl-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-xxl-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-xxl-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-xxl-0 {
        padding-right: 0 !important
    }
    .pe-xxl-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-xxl-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-xxl-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-xxl-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-xxl-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-xxl-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-xxl-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-xxl-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-xxl-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-xxl-0 {
        padding-left: 0 !important
    }
    .ps-xxl-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-xxl-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-xxl-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-xxl-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-xxl-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-xxl-start {
        text-align: left !important
    }
    .text-xxl-end {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1600px) {
    .float-xxlx-start {
        float: left !important
    }
    .float-xxlx-end {
        float: right !important
    }
    .float-xxlx-none {
        float: none !important
    }
    .d-xxlx-inline {
        display: inline !important
    }
    .d-xxlx-inline-block {
        display: inline-block !important
    }
    .d-xxlx-block {
        display: block !important
    }
    .d-xxlx-grid {
        display: grid !important
    }
    .d-xxlx-table {
        display: table !important
    }
    .d-xxlx-table-row {
        display: table-row !important
    }
    .d-xxlx-table-cell {
        display: table-cell !important
    }
    .d-xxlx-flex {
        display: flex !important
    }
    .d-xxlx-inline-flex {
        display: inline-flex !important
    }
    .d-xxlx-none {
        display: none !important
    }
    .flex-xxlx-fill {
        flex: 1 1 auto !important
    }
    .flex-xxlx-row {
        flex-direction: row !important
    }
    .flex-xxlx-column {
        flex-direction: column !important
    }
    .flex-xxlx-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxlx-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxlx-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxlx-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxlx-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxlx-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxlx-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxlx-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxlx-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxlx-0 {
        gap: 0 !important
    }
    .gap-xxlx-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-xxlx-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-xxlx-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-xxlx-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-xxlx-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-xxlx-start {
        justify-content: flex-start !important
    }
    .justify-content-xxlx-end {
        justify-content: flex-end !important
    }
    .justify-content-xxlx-center {
        justify-content: center !important
    }
    .justify-content-xxlx-between {
        justify-content: space-between !important
    }
    .justify-content-xxlx-around {
        justify-content: space-around !important
    }
    .justify-content-xxlx-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxlx-start {
        align-items: flex-start !important
    }
    .align-items-xxlx-end {
        align-items: flex-end !important
    }
    .align-items-xxlx-center {
        align-items: center !important
    }
    .align-items-xxlx-baseline {
        align-items: baseline !important
    }
    .align-items-xxlx-stretch {
        align-items: stretch !important
    }
    .align-content-xxlx-start {
        align-content: flex-start !important
    }
    .align-content-xxlx-end {
        align-content: flex-end !important
    }
    .align-content-xxlx-center {
        align-content: center !important
    }
    .align-content-xxlx-between {
        align-content: space-between !important
    }
    .align-content-xxlx-around {
        align-content: space-around !important
    }
    .align-content-xxlx-stretch {
        align-content: stretch !important
    }
    .align-self-xxlx-auto {
        align-self: auto !important
    }
    .align-self-xxlx-start {
        align-self: flex-start !important
    }
    .align-self-xxlx-end {
        align-self: flex-end !important
    }
    .align-self-xxlx-center {
        align-self: center !important
    }
    .align-self-xxlx-baseline {
        align-self: baseline !important
    }
    .align-self-xxlx-stretch {
        align-self: stretch !important
    }
    .order-xxlx-first {
        order: -1 !important
    }
    .order-xxlx-0 {
        order: 0 !important
    }
    .order-xxlx-1 {
        order: 1 !important
    }
    .order-xxlx-2 {
        order: 2 !important
    }
    .order-xxlx-3 {
        order: 3 !important
    }
    .order-xxlx-4 {
        order: 4 !important
    }
    .order-xxlx-5 {
        order: 5 !important
    }
    .order-xxlx-last {
        order: 6 !important
    }
    .m-xxlx-0 {
        margin: 0 !important
    }
    .m-xxlx-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-xxlx-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-xxlx-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-xxlx-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-xxlx-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-xxlx-auto {
        margin: auto !important
    }
    .mx-xxlx-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxlx-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-xxlx-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-xxlx-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-xxlx-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-xxlx-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-xxlx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxlx-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxlx-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-xxlx-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-xxlx-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-xxlx-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-xxlx-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-xxlx-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxlx-0 {
        margin-top: 0 !important
    }
    .mt-xxlx-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-xxlx-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-xxlx-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-xxlx-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-xxlx-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-xxlx-auto {
        margin-top: auto !important
    }
    .me-xxlx-0 {
        margin-right: 0 !important
    }
    .me-xxlx-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-xxlx-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-xxlx-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-xxlx-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-xxlx-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-xxlx-auto {
        margin-right: auto !important
    }
    .mb-xxlx-0 {
        margin-bottom: 0 !important
    }
    .mb-xxlx-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-xxlx-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-xxlx-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-xxlx-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-xxlx-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-xxlx-auto {
        margin-bottom: auto !important
    }
    .ms-xxlx-0 {
        margin-left: 0 !important
    }
    .ms-xxlx-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-xxlx-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-xxlx-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-xxlx-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-xxlx-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-xxlx-auto {
        margin-left: auto !important
    }
    .p-xxlx-0 {
        padding: 0 !important
    }
    .p-xxlx-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-xxlx-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-xxlx-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-xxlx-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-xxlx-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-xxlx-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxlx-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-xxlx-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-xxlx-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-xxlx-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-xxlx-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-xxlx-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxlx-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-xxlx-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-xxlx-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-xxlx-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-xxlx-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-xxlx-0 {
        padding-top: 0 !important
    }
    .pt-xxlx-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-xxlx-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-xxlx-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-xxlx-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-xxlx-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-xxlx-0 {
        padding-right: 0 !important
    }
    .pe-xxlx-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-xxlx-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-xxlx-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-xxlx-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-xxlx-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-xxlx-0 {
        padding-bottom: 0 !important
    }
    .pb-xxlx-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-xxlx-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-xxlx-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-xxlx-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-xxlx-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-xxlx-0 {
        padding-left: 0 !important
    }
    .ps-xxlx-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-xxlx-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-xxlx-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-xxlx-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-xxlx-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-xxlx-start {
        text-align: left !important
    }
    .text-xxlx-end {
        text-align: right !important
    }
    .text-xxlx-center {
        text-align: center !important
    }
}

@media(min-width: 1920px) {
    .float-xxxl-start {
        float: left !important
    }
    .float-xxxl-end {
        float: right !important
    }
    .float-xxxl-none {
        float: none !important
    }
    .d-xxxl-inline {
        display: inline !important
    }
    .d-xxxl-inline-block {
        display: inline-block !important
    }
    .d-xxxl-block {
        display: block !important
    }
    .d-xxxl-grid {
        display: grid !important
    }
    .d-xxxl-table {
        display: table !important
    }
    .d-xxxl-table-row {
        display: table-row !important
    }
    .d-xxxl-table-cell {
        display: table-cell !important
    }
    .d-xxxl-flex {
        display: flex !important
    }
    .d-xxxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxxl-none {
        display: none !important
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxxl-row {
        flex-direction: row !important
    }
    .flex-xxxl-column {
        flex-direction: column !important
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxxl-0 {
        gap: 0 !important
    }
    .gap-xxxl-1 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .gap-xxxl-2 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .gap-xxxl-3 {
        gap: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .gap-xxxl-4 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .gap-xxxl-5 {
        gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxxl-center {
        justify-content: center !important
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxxl-start {
        align-items: flex-start !important
    }
    .align-items-xxxl-end {
        align-items: flex-end !important
    }
    .align-items-xxxl-center {
        align-items: center !important
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxxl-start {
        align-content: flex-start !important
    }
    .align-content-xxxl-end {
        align-content: flex-end !important
    }
    .align-content-xxxl-center {
        align-content: center !important
    }
    .align-content-xxxl-between {
        align-content: space-between !important
    }
    .align-content-xxxl-around {
        align-content: space-around !important
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxxl-auto {
        align-self: auto !important
    }
    .align-self-xxxl-start {
        align-self: flex-start !important
    }
    .align-self-xxxl-end {
        align-self: flex-end !important
    }
    .align-self-xxxl-center {
        align-self: center !important
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important
    }
    .order-xxxl-first {
        order: -1 !important
    }
    .order-xxxl-0 {
        order: 0 !important
    }
    .order-xxxl-1 {
        order: 1 !important
    }
    .order-xxxl-2 {
        order: 2 !important
    }
    .order-xxxl-3 {
        order: 3 !important
    }
    .order-xxxl-4 {
        order: 4 !important
    }
    .order-xxxl-5 {
        order: 5 !important
    }
    .order-xxxl-last {
        order: 6 !important
    }
    .m-xxxl-0 {
        margin: 0 !important
    }
    .m-xxxl-1 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .m-xxxl-2 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .m-xxxl-3 {
        margin: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .m-xxxl-4 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .m-xxxl-5 {
        margin: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .m-xxxl-auto {
        margin: auto !important
    }
    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxxl-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mx-xxxl-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mx-xxxl-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mx-xxxl-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mx-xxxl-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxxl-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .my-xxxl-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .my-xxxl-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .my-xxxl-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .my-xxxl-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxxl-0 {
        margin-top: 0 !important
    }
    .mt-xxxl-1 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mt-xxxl-2 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mt-xxxl-3 {
        margin-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mt-xxxl-4 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mt-xxxl-5 {
        margin-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mt-xxxl-auto {
        margin-top: auto !important
    }
    .me-xxxl-0 {
        margin-right: 0 !important
    }
    .me-xxxl-1 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .me-xxxl-2 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .me-xxxl-3 {
        margin-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .me-xxxl-4 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .me-xxxl-5 {
        margin-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .me-xxxl-auto {
        margin-right: auto !important
    }
    .mb-xxxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxxl-1 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .mb-xxxl-2 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .mb-xxxl-3 {
        margin-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .mb-xxxl-4 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .mb-xxxl-5 {
        margin-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .mb-xxxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxxl-0 {
        margin-left: 0 !important
    }
    .ms-xxxl-1 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ms-xxxl-2 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ms-xxxl-3 {
        margin-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ms-xxxl-4 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ms-xxxl-5 {
        margin-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ms-xxxl-auto {
        margin-left: auto !important
    }
    .p-xxxl-0 {
        padding: 0 !important
    }
    .p-xxxl-1 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .p-xxxl-2 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .p-xxxl-3 {
        padding: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .p-xxxl-4 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .p-xxxl-5 {
        padding: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxxl-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .px-xxxl-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .px-xxxl-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .px-xxxl-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .px-xxxl-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxxl-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .py-xxxl-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .py-xxxl-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important;
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .py-xxxl-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .py-xxxl-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important;
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pt-xxxl-0 {
        padding-top: 0 !important
    }
    .pt-xxxl-1 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pt-xxxl-2 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pt-xxxl-3 {
        padding-top: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pt-xxxl-4 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pt-xxxl-5 {
        padding-top: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pe-xxxl-0 {
        padding-right: 0 !important
    }
    .pe-xxxl-1 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pe-xxxl-2 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pe-xxxl-3 {
        padding-right: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pe-xxxl-4 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pe-xxxl-5 {
        padding-right: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .pb-xxxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxxl-1 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .pb-xxxl-2 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .pb-xxxl-3 {
        padding-bottom: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .pb-xxxl-4 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .pb-xxxl-5 {
        padding-bottom: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .ps-xxxl-0 {
        padding-left: 0 !important
    }
    .ps-xxxl-1 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.25) !important
    }
    .ps-xxxl-2 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
    }
    .ps-xxxl-3 {
        padding-left: clamp(24px, 18.6666666667px + 1.11111111vw, 40px) !important
    }
    .ps-xxxl-4 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*1.5) !important
    }
    .ps-xxxl-5 {
        padding-left: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*3) !important
    }
    .text-xxxl-start {
        text-align: left !important
    }
    .text-xxxl-end {
        text-align: right !important
    }
    .text-xxxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 10002;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: none !important;
    opacity: 0;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    transform: scale(0.8)
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .6s ease;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none
}

.lity-close:hover {
    transform: rotate(90deg)
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

@media(min-width: 1400px) {
    .lity-iframe .lity-container,
    .lity-youtube .lity-container,
    .lity-vimeo .lity-container,
    .lity-facebookvideo .lity-container,
    .lity-googlemaps .lity-container {
        max-width: 80vw
    }
}

@media(min-width: 1920px) {
    .lity-iframe .lity-container,
    .lity-youtube .lity-container,
    .lity-vimeo .lity-container,
    .lity-facebookvideo .lity-container,
    .lity-googlemaps .lity-container {
        max-width: 1600px
    }
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

@font-face {
    font-family: "Beausite Classic";
    src: url("../../fonts/BeausiteClassicWeb-Clear.woff2") format("woff2"), url("../../fonts/BeausiteClassicWeb-Clear.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Beausite Slick";
    src: url("../../fonts/BeausiteSlickWeb-Light.woff2") format("woff2"), url("../../fonts/BeausiteSlickWeb-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.bslick,
footer .footer--bottom .enquire a,
#searchform input[type=text],
nav ul.sub-menu,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: "Beausite Slick", sans-serif;
    font-weight: 300
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder {
    font-family: "Beausite Classic", sans-serif;
    font-weight: 400
}

.bclassic,
nav li.menu-item.sub-title,
h5,
.h5,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.contact_form .gfield_label,
.image_video_with_text .grid-item.label,
footer .footer--end-links,
footer .footer--bottom .socials .social-links a,
#nav__toggle,
h3.gsection_title,
.gsection_title.h3 {
    font-family: "Beausite Classic", sans-serif;
    font-weight: 400
}

body,
html {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-family: "Beausite Classic", sans-serif
}

h1,
.h1,
h2,
.h2 {
    margin-bottom: clamp(24px, 24px + 0*100vw, 24px)
}

h3,
.h3,
h4,
.h4 {
    margin-bottom: clamp(20px, 18.6666666667px + 0.0027777778*100vw, 24px)
}

h1,
.h1 {
    font-size: clamp(42px, 34.6666666667px + 0.0152777778*100vw, 64px);
    line-height: clamp(44px, 36px + 0.0166666667*100vw, 68px)
}

h1.lg,
.h1.lg {
    font-size: clamp(52px, 22.6666666667px + 0.0611111111*100vw, 140px);
    line-height: clamp(42px, 21px + 0.04375*100vw, 105px);
    letter-spacing: -2px
}

h1.lg-sm,
.h1.lg-sm {
    font-size: clamp(35px, 0px + 0.0729166667*100vw, 140px);
    line-height: clamp(30px, 5px + 0.0520833333*100vw, 105px);
    letter-spacing: -2px
}

h1.xl,
.h1.xl {
    font-size: clamp(46px, -5.3333333333px + 0.1069444444*100vw, 200px);
    line-height: clamp(56px, 8px + 0.1*100vw, 200px);
    letter-spacing: 0
}

h1.to-h2,
.h1.to-h2 {
    font-size: clamp(36px, 26.6666666667px + 0.0194444444*100vw, 64px);
    line-height: clamp(40px, 30.6666666667px + 0.0194444444*100vw, 68px)
}

h2,
.h2 {
    font-size: clamp(36px, 30.6666666667px + 0.0111111111*100vw, 52px);
    line-height: clamp(40px, 34.6666666667px + 0.0111111111*100vw, 56px)
}

h3,
.h3 {
    font-size: clamp(20px, 16.6666666667px + 0.0069444444*100vw, 30px);
    line-height: clamp(24px, 19.3333333333px + 0.0097222222*100vw, 38px)
}

h4,
.h4 {
    font-size: 24px;
    line-height: 30px
}

h4.to-h3,
.h4.to-h3 {
    font-size: clamp(18px, 17.3333333333px + 0.0013888889*100vw, 20px);
    line-height: clamp(22px, 20.6666666667px + 0.0027777778*100vw, 26px)
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder {
    text-transform: uppercase;
    margin-bottom: 12px
}

h5,
.h5,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.contact_form .gfield_label,
.image_video_with_text .grid-item.label,
footer .footer--end-links,
footer .footer--bottom .socials .social-links a,
#nav__toggle,
h3.gsection_title,
.gsection_title.h3 {
    text-transform: uppercase;
    margin-bottom: 12px
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder {
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none
}

figcaption,
nav>ul li,
nav>ul a,
.custom-pagination,
h3.gsection_title,
.gsection_title.h3,
h5,
.h5,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.contact_form .gfield_label,
.image_video_with_text .grid-item.label,
footer .footer--end-links,
footer .footer--bottom .socials .social-links a,
#nav__toggle {
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none
}

figcaption,
.custom-pagination {
    text-transform: uppercase;
    margin-top: clamp(10px, 6.6666666667px + 0.0069444444*100vw, 20px)
}

.two_column_text ul li,
.image_video_with_text ul li,
.two_column_text_image_video ul li,
p,
.p,
.awards_table--placement a,
.awards_table--award a {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .05em;
    margin-bottom: 24px
}

.btn,
.ajax-load-more-wrap.white .alm-load-more-btn {
    font-size: clamp(11px, 11px + 0*100vw, 11px);
    line-height: clamp(13px, 13px + 0*100vw, 13px);
    letter-spacing: .1em
}

.gform_wrapper input[type=email]::-moz-placeholder {
    letter-spacing: .02em;
    font-size: clamp(24px, 23.3333333333px + 0.0013888889*100vw, 26px);
    line-height: clamp(33px, 26px + 0.0145833333*100vw, 54px)
}

nav>ul li>ul.sub-menu li:not(.sub-title),
nav>ul ul.sub-menu li:not(.sub-title) a,
#searchform input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=email]::placeholder,
.enquire a {
    letter-spacing: .02em;
    font-size: clamp(24px, 23.3333333333px + 0.0013888889*100vw, 26px);
    line-height: clamp(33px, 26px + 0.0145833333*100vw, 54px)
}

footer .gform_wrapper input[type=email]::-moz-placeholder {
    line-height: clamp(33px, 33px + 0*100vw, 33px)
}

footer nav>ul li>ul.sub-menu li:not(.sub-title),
footer nav>ul ul.sub-menu li:not(.sub-title) a,
footer #searchform input[type=text],
footer .gform_wrapper input[type=email],
footer .gform_wrapper input[type=email]::placeholder,
footer .enquire a {
    line-height: clamp(33px, 33px + 0*100vw, 33px)
}

nav>ul li>ul.sub-menu li.sub-title li,
nav>ul ul.sub-menu li.sub-title li a {
    line-height: clamp(33px, 29px + 0.0083333333*100vw, 45px) !important
}

footer nav>ul li>ul.sub-menu li.sub-title li,
footer nav>ul ul.sub-menu li.sub-title li a {
    line-height: clamp(20px, 15.6666666667px + 0.0090277778*100vw, 33px) !important
}

.bio_intro h1,
.bio_intro .h1 {
    margin-bottom: 4px
}

:root {
    --header-height: 135px;
    --site-padding: clamp(24px, 18.6666666667px + 0.0111111111 * 100vw, 40px);
    --section-padding: clamp(60px, 40px + 0.0416666667 * 100vw, 120px);
    --active-nav-position: calc(100% + 135px);
    --bs-gutter-x: clamp(24px, 18.6666666667px + 0.0111111111 * 100vw, 40px);
    --site-colour: #B0B6B4;
    --window-60: 60vw;
    --plyr-color-main: #6B7975;
    --nav-colour: #FBFBF9
}

.gform-theme,
#gform_wrapper_1[data-form-index="0"].gform-theme,
[data-parent-form="1_0"] {
    --gf-color-primary: #091D1E !important;
    --gf-color-primary-rgb: 9, 29, 30 !important;
    --gf-color-in-ctrl: transparent !important;
    --gf-ctrl-border-color: #091D1E !important;
    --gf-radius: 0 !important;
    --gf-ctrl-shadow: none !important;
    --gf-ctrl-shadow-color-focus: none !important;
    --gf-color-in-ctrl-contrast: #091D1E !important;
    --gf-form-gap-y: 20px !important;
    --gf-color-primary-darker: #091D1E !important;
    --gf-color-in-ctrl-primary: #091D1E !important;
    --gf-ctrl-outline-width-focus: 0px !important
}

footer .gform-theme,
footer #gform_wrapper_1[data-form-index="0"].gform-theme,
footer [data-parent-form="1_0"] {
    --gf-color-primary: #091D1E !important;
    --gf-color-primary-rgb: 251, 251, 249 !important;
    --gf-ctrl-border-color: #FBFBF9 !important;
    --gf-ctrl-border-color-focus: #FBFBF9 !important;
    --gf-color-in-ctrl-contrast: #FBFBF9 !important;
    --gf-color-primary-darker: #FBFBF9 !important;
    --gf-ctrl-label-color-secondary: #FBFBF9 !important;
    --gf-color-in-ctrl-primary: #FBFBF9 !important;
    --gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(251, 251, 249, 1)'/%3E%3C/svg%3E") !important
}

.object-position-top {
    -o-object-position: top;
    object-position: top
}

.object-position-center {
    -o-object-position: center;
    object-position: center
}

.object-position-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

body,
html {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    background-color: var(--site-colour);
    border-color: #091d1e;
    color: #fbfbf9;
    overflow-x: hidden
}

body.is_fixed,
html.is_fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block
}

section:not(.hero) {
    position: relative;
    z-index: 2;
    background-color: var(--site-colour);
    transition: background-color .75s ease
}

section.post_feed {
    z-index: 50
}

figure {
    margin: 0
}

select option {
    color: #000 !important
}

figcaption {
    display: flex;
    -moz-column-gap: var(--site-padding);
    column-gap: var(--site-padding);
    max-width: 100%
}

figcaption span {
    white-space: nowrap
}

figcaption span:only-child {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

figcaption span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .5
}

.video-mute-toggle {
    position: absolute;
    top: calc(100% - 55px);
    left: 50%;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
    transform: translateX(-50%)
}

@media(min-width: 992px) {
    .video-mute-toggle {
        top: calc(100% - 75px)
    }
}

.video-mute-toggle svg {
    width: 16px;
    height: 16px
}

.video-mute-toggle svg path {
    fill: #fbfbf9
}

.no-click {
    pointer-events: none
}

.btn {
    border-radius: 30px;
    padding: 12px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #091d1e;
    color: #091d1e;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: color .3s ease;
    display: inline-flex;
    justify-self: flex-start;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content
}

.btn:hover {
    color: #f3eeea;
    transition-delay: .15s
}

.btn.btn--read-more {
    margin-right: 5px
}

.btn.btn--solid {
    color: #f3eeea
}

.btn.btn--solid:hover {
    color: #091d1e
}

.btn.btn--light,
.sticky_gallery--content .btn,
.fullscreen_links-content .btn,
.hero_project .hero_project--content .btn {
    color: #fbfbf9;
    border-color: #fbfbf9
}

.btn.btn--light:hover,
.sticky_gallery--content .btn:hover,
.fullscreen_links-content .btn:hover,
.hero_project .hero_project--content .btn:hover {
    color: #091d1e
}

.btn.btn--light .btn__bg,
.sticky_gallery--content .btn .btn__bg,
.fullscreen_links-content .btn .btn__bg,
.hero_project .hero_project--content .btn .btn__bg {
    background-color: #fbfbf9
}

.btn.btn--linkedin {
    padding-right: 45px
}

.btn.btn--linkedin .btn__text svg {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: -27px
}

.btn.btn--linkedin .btn__text svg path {
    transition: fill .3s ease
}

.btn.btn--linkedin:hover svg path {
    fill: #f3eeea;
    transition-delay: .15s
}

.btn .btn__text {
    position: relative;
    z-index: 1
}

.btn .btn__bg {
    background-color: #091d1e;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.btn.wipe-up .btn__bg {
    top: 0;
    transition: top .3s ease
}

.btn.wipe-out .btn__bg {
    transition: top .3s ease;
    top: -100%
}

.ajax-load-more-wrap.white .alm-load-more-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px !important;
    padding: 12px 20px 10px 20px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #091d1e !important;
    color: #091d1e !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    position: relative !important;
    transition: color .3s ease, background-color .3s ease !important;
    display: inline-flex !important;
    justify-self: flex-start !important;
    overflow: hidden !important;
    align-items: center !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.ajax-load-more-wrap.white .alm-load-more-btn:hover {
    color: #f3eeea !important;
    background-color: #091d1e !important;
    transition-delay: .15s !important
}

.cta .btn {
    margin: 0 auto
}

section.sage,
section.slate,
section.marble,
section.eucalyptus,
section.oak,
section.birch,
section.cotton,
section.linen {
    color: #091d1e
}

section.sage.hero,
section.slate.hero,
section.marble.hero,
section.eucalyptus.hero,
section.oak.hero,
section.birch.hero,
section.cotton.hero,
section.linen.hero {
    color: #fbfbf9
}

section.sage .splide__arrow svg,
section.slate .splide__arrow svg,
section.marble .splide__arrow svg,
section.eucalyptus .splide__arrow svg,
section.oak .splide__arrow svg,
section.birch .splide__arrow svg,
section.cotton .splide__arrow svg,
section.linen .splide__arrow svg {
    fill: #091d1e
}

section.sage .social-share path,
section.slate .social-share path,
section.marble .social-share path,
section.eucalyptus .social-share path,
section.oak .social-share path,
section.birch .social-share path,
section.cotton .social-share path,
section.linen .social-share path {
    fill: #091d1e
}

section.sage a,
section.sage button,
section.slate a,
section.slate button,
section.marble a,
section.marble button,
section.eucalyptus a,
section.eucalyptus button,
section.oak a,
section.oak button,
section.birch a,
section.birch button,
section.cotton a,
section.cotton button,
section.linen a,
section.linen button {
    color: #091d1e
}

section.sage.fullscreen_links a,
section.slate.fullscreen_links a,
section.marble.fullscreen_links a,
section.eucalyptus.fullscreen_links a,
section.oak.fullscreen_links a,
section.birch.fullscreen_links a,
section.cotton.fullscreen_links a,
section.linen.fullscreen_links a {
    color: #fbfbf9
}

section.forest {
    color: #fbfbf9
}

section.forest a,
section.forest button {
    color: #fbfbf9
}

section.forest .border-top {
    border-color: rgba(251, 251, 249, .2) !important
}

section.forest .splide__arrow svg {
    fill: #fbfbf9
}

section.forest .social-share path {
    fill: #fbfbf9
}

section.forest .btn {
    color: #fbfbf9;
    border-color: #fbfbf9
}

section.forest .btn:hover {
    color: #091d1e
}

section.forest .btn .btn__bg {
    background-color: #fbfbf9
}

.padding-top {
    padding-top: var(--section-padding)
}

.padding-bottom {
    padding-bottom: var(--section-padding)
}

.modules section.padding-top:first-child:not(.hero) {
    padding-top: calc(var(--section-padding)*2)
}

@media(min-width: 992px) {
    .modules section.padding-top:first-child:not(.hero) {
        padding-top: calc(var(--section-padding)*2)
    }
}

[data-reveal-animation] img,
[data-reveal-animation] video {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px
}

.grid-item {
    padding: 15px;
    border-bottom: 1px solid rgba(9, 29, 30, .2)
}

.hide-arrows .splide__arrows {
    display: none !important
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    background-image: url("../../images/loader.svg") !important;
    background-size: contain !important
}

.ajax-load-more-wrap.infinite.ring>.alm-btn-wrap .alm-load-more-btn {
    height: 60px !important
}

.forest .ajax-load-more-wrap.infinite.ring>.alm-btn-wrap .alm-load-more-btn,
.sage .alm-btn-wrap .alm-load-more-btn.loading:before,
.forest .alm-btn-wrap .alm-load-more-btn.loading:before {
    background-image: url("../../images/loader-white.svg") !important;
    background-size: contain !important
}

.forest .ajax-load-more-wrap.infinite.ring>.alm-btn-wrap .alm-load-more-btn {
    height: 60px !important
}

.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn:before {
    width: 60px !important
}

.alm-filters-container .alm-filter--text-wrap {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important
}

.alm-filters-container .alm-filter--text-wrap.has-focus {
    box-shadow: none !important
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    height: 60px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) !important
}

.ajax-load-more-wrap.white>.alm-btn-wrap .alm-load-more-btn.done {
    display: none !important
}

.alm-btn-wrap {
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.splide__arrow {
    --bs-gutter-x: clamp(20px, 13.3333333333px + 0.0138888889 * 100vw, 40px);
    opacity: 1;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    width: 45px;
    height: 45px;
    display: none;
    transition: opacity .3s ease
}

@media(min-width: 992px) {
    .splide__arrow {
        display: flex
    }
}

.splide__arrow svg {
    width: 45px;
    height: 45px;
    fill: #091d1e
}

.awards_table .splide__arrow svg,
.hero .splide__arrow svg {
    fill: none;
    stroke: #fbfbf9;
    width: 40px;
    height: 40px
}

.awards_table .splide__arrow svg {
    stroke: #091d1e
}

.splide__arrow:hover:not(:disabled) {
    opacity: .6
}

.awards_table.forest svg {
    stroke: #f3eeea
}

.splide__arrows [disabled] {
    display: none
}

@media(min-width: 1400px) {
    .post_slider .splide__arrows [disabled] {
        opacity: .3;
        display: flex
    }
}

.awards_table .splide__arrows [disabled],
.hero .splide__arrows [disabled] {
    display: block;
    opacity: .3
}

.sticky_gallery .splide__arrow--next,
.image_video_slider .splide__arrow--next {
    right: calc(-45px - var(--bs-gutter-x)*.5)
}

.video_slider .splide__arrow--next {
    left: auto;
    right: calc(8.33333333% + var(--bs-gutter-x) - 4px);
    top: -50px
}

.awards_table .splide__arrow--next,
.hero .splide__arrow--next {
    right: calc(var(--site-padding) - 15px);
    top: auto;
    bottom: 0
}

.awards_table .splide__arrow--next {
    right: -15px;
    transform: translateY(0)
}

.post_slider .splide__arrow--next {
    top: calc(100% + var(--site-padding));
    left: calc(-1*(25vw - 1.5rem));
    transform: translate(100%, -100%);
    display: none
}

@media(min-width: 992px) {
    .post_slider .splide__arrow--next {
        display: flex
    }
}

.popup_template-post .post_slider .splide__arrow--next,
.popup_template-people .post_slider .splide__arrow--next {
    left: calc(-1*(22.9166666675vw - 1.5rem) + 12px)
}

.sticky_gallery .splide__arrow--prev,
.image_video_slider .splide__arrow--prev {
    left: calc(-45px - var(--bs-gutter-x)*.5)
}

.video_slider .splide__arrow--prev {
    left: auto;
    right: calc(8.33333333% + var(--bs-gutter-x) - 4px + var(--site-padding) + 20px);
    top: -50px
}

.awards_table .splide__arrow--prev,
.hero .splide__arrow--prev {
    top: auto;
    bottom: 0;
    left: calc(100% - 45px - 45px - var(--site-padding) + 15px)
}

.awards_table .splide__arrow--prev {
    left: calc(100% - 45px - 45px - var(--site-padding) + 60px);
    transform: translateY(0)
}

@media(max-width: 991.98px) {
    .awards_table .splide__arrow--prev {
        bottom: -15px
    }
}

.post_slider .splide__arrow--prev {
    top: calc(100% + var(--site-padding));
    left: calc(-1*(25vw - .75rem));
    transform: translate(0, -100%);
    display: none
}

@media(min-width: 992px) {
    .post_slider .splide__arrow--prev {
        display: flex
    }
}

.popup_template-post .post_slider .splide__arrow--prev,
.popup_template-people .post_slider .splide__arrow--prev {
    left: calc(-1*(22.9166666675vw - .75rem) + 12px)
}

.progress-bar-container {
    position: absolute;
    bottom: calc(15px + var(--site-padding)*2);
    left: var(--site-padding);
    width: calc(100% - var(--site-padding)*2);
    height: 1px;
    background: rgba(251, 251, 249, .2)
}

@media(min-width: 992px) {
    .progress-bar-container {
        bottom: calc(10px + var(--site-padding)*2)
    }
}

.video_slider .progress-bar-container {
    bottom: var(--site-padding);
    left: calc(8.33333333% + var(--bs-gutter-x) - 4px + var(--site-padding));
    width: calc(83.33333334% + 8px - var(--bs-gutter-x)*2 - var(--site-padding)*2)
}

@media(max-width: 991.98px) {
    .video_slider .progress-bar-container {
        display: none
    }
}

.post_slider .progress-bar-container {
    bottom: 0;
    left: .75rem;
    width: calc(100% - 1.5rem);
    background: rgba(9, 29, 30, .2)
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: #fbfbf9;
    transition: width linear
}

.post_slider .progress-bar {
    background: #091d1e;
    transition: width linear .5s
}

#video_play--cursor {
    position: fixed;
    width: 120px;
    height: 120px;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity .3s ease;
    z-index: 10001
}

#video_play--cursor.show {
    opacity: 1
}

@media(max-width: 991.98px) {
    #video_play--cursor {
        display: none
    }
}

.video_play--cursor {
    position: absolute;
    width: 100px;
    height: 100px;
    pointer-events: none;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

@media(min-width: 992px) {
    .video_play--cursor {
        display: none
    }
}

.table {
    padding-top: var(--section-padding)
}

@media(max-width: 991.98px) {
    .table {
        padding-bottom: var(--section-padding)
    }
}

.table .table--item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: calc(var(--site-padding)/2);
    padding-bottom: calc(var(--site-padding)/2);
    border-bottom: 1px solid rgba(9, 29, 30, .2);
    align-items: baseline
}

.table .table--item * {
    width: 50%
}

.lity-close {
    text-indent: -9999px;
    background-image: url("../../images/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    top: var(--site-padding);
    right: var(--site-padding)
}

.lity-close:hover {
    background-image: url("../../images/close.svg")
}

#lang {
    display: flex;
    gap: 10px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1000;
    padding: 10px;
    transform: rotate(270deg) translateY(-50%) translateX(50%);
    transform-origin: right center;
    background-color: rgba(9, 29, 30, .5);
    border: 1px solid #fbfbf9;
    border-bottom: 0;
    color: #fbfbf9;
    font-size: 12px;
    text-transform: uppercase
}

#lang a {
    text-decoration: none;
    opacity: .6;
    transition: opacity .3s ease
}

#lang a:hover {
    opacity: 1
}

#lang a.active {
    opacity: 1
}

.post_feed--type-people figure img {
    filter: grayscale(1)
}

.link-copied {
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px
}

body.nav--open header {
    transform: translateY(0);
    pointer-events: all
}

@media(max-width: 1199.98px) {
    body.nav--open header {
        height: 100%;
        background-color: #091d1e
    }
    body.nav--open header>.container-fluid,
    body.nav--open header>.ajax-load-more-wrap[data-id=project_feed],
    body.nav--open header>.container-sm,
    body.nav--open header>.container-md,
    body.nav--open header>.container-lg,
    body.nav--open header>.container-xl,
    body.nav--open header>.container-xxl {
        height: 100%
    }
    body.nav--open header>.container-fluid>.row,
    body.nav--open header>.ajax-load-more-wrap[data-id=project_feed]>.row,
    body.nav--open header>.container-sm>.row,
    body.nav--open header>.container-md>.row,
    body.nav--open header>.container-lg>.row,
    body.nav--open header>.container-xl>.row,
    body.nav--open header>.container-xxl>.row {
        height: 100%
    }
}

@media(max-width: 1199.98px) {
    body.nav--open nav.header-nav {
        pointer-events: all;
        visibility: visible;
        display: block
    }
}

@media(max-width: 1199.98px) {
    body.nav--open.search--open nav.header-nav ul.header {
        opacity: 0
    }
}

body.nav--open.offscreen header {
    transform: translateY(0)
}

body.nav--open.header-dark header .logo svg path {
    fill: #fbfbf9
}

body.nav--open.header-dark header .menu-item a {
    color: #fbfbf9
}

body.nav--open.header-dark #nav__toggle.trans-colour {
    color: #fbfbf9
}

.header-dark body.nav--open.header-dark #nav__toggle.trans-colour {
    color: #fbfbf9
}

body.nav--open #nav__toggle {
    color: #fbfbf9;
    opacity: 1;
    pointer-events: all
}

body.nav--open .search-icon a svg path:first-child {
    fill: #fbfbf9
}

.header-dark body.nav--open .search-icon a svg path:first-child {
    fill: #fbfbf9
}

body.nav--open .search-icon a svg path:last-child {
    stroke: #fbfbf9
}

.header-dark body.nav--open .search-icon a svg path:last-child {
    stroke: #fbfbf9
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    padding: var(--site-padding) 0;
    width: 100%;
    transition: transform .75s ease
}

@media(max-width: 1199.98px)and (max-width: 1199.98px) {
    header a[data-nav-bg-colour] {
        color: #6b7975 !important
    }
    header a[data-nav-bg-colour]:hover {
        color: #6b7975 !important;
        opacity: 1 !important
    }
}

.offscreen header {
    transform: translateY(-135px);
    pointer-events: none
}

header .logo {
    position: relative;
    z-index: 2
}

@media(max-width: 767.98px) {
    header .logo svg {
        width: 100px;
        height: auto
    }
}

header .logo svg path {
    transition: fill .3s ease
}

header .menu-item>a {
    transition: color .3s ease, opacity .3s ease
}

@media(max-width: 1199.98px) {
    header .menu-item>a {
        display: block
    }
}

header .menu-item>a:hover {
    opacity: .7
}

.header-dark header .logo svg path {
    fill: #091d1e
}

.header-dark header .menu-item a {
    color: #091d1e
}

@media(max-width: 1199.98px) {
    nav.header-nav {
        margin-top: var(--section-padding);
        height: calc(100% - var(--section-padding));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        pointer-events: none;
        display: none
    }
    nav.header-nav ul:not(.sub-menu) {
        position: relative;
        display: block;
        padding-bottom: calc(var(--site-padding)*3)
    }
    nav.header-nav ul.header {
        transition: opacity .75s ease
    }
    nav.header-nav ul.header>li:not(.menu-item-has-children) a {
        color: #6b7975
    }
    nav.header-nav .menu-item-has-children:not(.expertise):not(.studios) {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
    nav.header-nav .menu-item-has-children:not(.expertise):not(.studios) a:after {
        width: 100% !important;
        right: -100% !important;
        background-position: center right !important
    }
}

nav ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

nav ul li {
    width: 100%
}

@media(max-width: 1199.98px) {
    nav>ul>li {
        padding-top: var(--site-padding);
        padding-bottom: var(--site-padding);
        border-bottom: 1px solid rgba(251, 251, 249, .1)
    }
}

@media(min-width: 1200px) {
    nav>ul>li {
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5)
    }
}

nav>ul>li>a {
    text-transform: uppercase
}

nav ul:not(.sub-menu) {
    position: relative;
    display: flex;
    justify-content: space-between
}

nav ul.sub-menu li {
    transition: all .1s ease;
    transition-delay: 0s
}

@media(min-width: 1200px) {
    nav ul.sub-menu li {
        transform: translateY(20px)
    }
}

nav ul.sub-menu li a {
    transition: padding-left .3s ease;
    display: block
}

@media(min-width: 1200px) {
    nav ul.sub-menu li a:hover {
        padding-left: 10px
    }
}

@media(min-width: 1200px) {
    header nav ul.sub-menu {
        position: absolute;
        top: calc(var(--header-height) - var(--site-padding));
        left: calc(var(--bs-gutter-x)*.5);
        visibility: hidden;
        pointer-events: none
    }
}

@media(min-width: 1200px) {
    header nav ul.sub-menu li {
        opacity: 0
    }
}

header nav ul.sub-menu .sub-menu {
    position: relative;
    height: auto;
    top: auto;
    display: block;
    left: auto;
    width: auto
}

nav .studios ul.sub-menu,
nav .expertise ul.sub-menu {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 1199.98px) {
    nav .studios ul.sub-menu .sub-title {
        display: block !important;
        width: 50%
    }
    nav .studios ul.sub-menu .sub-title:nth-child(2) {
        margin-top: calc(var(--site-padding)*2)
    }
}

nav .menu-item-has-children {
    position: relative
}

nav li.menu-item.active .sub-menu {
    visibility: visible;
    pointer-events: all
}

nav li.menu-item.active .sub-menu li {
    opacity: 1;
    transform: translateY(0px)
}

nav li.menu-item.active .sub-menu li:nth-child(1) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: .75s
}

nav li.menu-item.active .sub-menu li:nth-child(2) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: .8s
}

nav li.menu-item.active .sub-menu li:nth-child(3) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: .85s
}

nav li.menu-item.active .sub-menu li:nth-child(4) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: .9s
}

nav li.menu-item.active .sub-menu li:nth-child(5) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: .95s
}

nav li.menu-item.active .sub-menu li:nth-child(6) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1s
}

nav li.menu-item.active .sub-menu li:nth-child(7) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.05s
}

nav li.menu-item.active .sub-menu li:nth-child(8) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.1s
}

nav li.menu-item.active .sub-menu li:nth-child(9) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.15s
}

nav li.menu-item.active .sub-menu li:nth-child(10) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.2s
}

nav li.menu-item.active .sub-menu li:nth-child(11) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.25s
}

nav li.menu-item.active .sub-menu li:nth-child(12) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.3s
}

nav li.menu-item.active .sub-menu li:nth-child(13) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.35s
}

nav li.menu-item.active .sub-menu li:nth-child(14) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.4s
}

nav li.menu-item.active .sub-menu li:nth-child(15) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.45s
}

nav li.menu-item.active .sub-menu li:nth-child(16) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.5s
}

nav li.menu-item.active .sub-menu li:nth-child(17) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.55s
}

nav li.menu-item.active .sub-menu li:nth-child(18) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.6s
}

nav li.menu-item.active .sub-menu li:nth-child(19) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.65s
}

nav li.menu-item.active .sub-menu li:nth-child(20) {
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: 1.7s
}

nav li.menu-item.active>.sub-menu {
    overflow-y: auto;
    max-height: calc(100vh - var(--header-height));
    padding-bottom: calc(var(--site-padding))
}

nav li.menu-item.sub-title {
    padding-bottom: calc(var(--site-padding)/2);
    padding-right: calc(var(--bs-gutter-x)*.5)
}

@media(max-width: 1199.98px) {
    nav li.menu-item.sub-title {
        padding-bottom: var(--site-padding)
    }
}

header nav li.menu-item.sub-title:not(:first-child):not(:nth-child(2)) {
    border-top: 1px solid rgba(251, 251, 249, .1);
    padding-top: var(--site-padding)
}

nav li.menu-item.sub-title>a {
    text-transform: uppercase;
    transition: none;
    pointer-events: none;
    margin-bottom: calc(var(--site-padding)/3)
}

@media(max-width: 1199.98px) {
    nav li.menu-item.sub-title>a {
        margin-bottom: calc(var(--site-padding)/1)
    }
}

header nav li.menu-item.sub-title>a {
    display: block
}

nav li.menu-item.sub-title>a:hover {
    padding-left: 0
}

nav .nav__close {
    position: absolute;
    left: calc(-45px - var(--site-padding)/2);
    top: calc(var(--header-height) + var(--site-padding)/4);
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .6s ease .75s, transform .6s ease
}

@media(max-width: 1199.98px) {
    nav .nav__close {
        display: none
    }
}

nav .nav__close:hover {
    transform: rotate(90deg);
    transition-delay: 0s
}

nav .nav__bg,
nav .nav__bg_overlay {
    position: absolute;
    top: 0;
    left: calc(100% + 135px);
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: #091d1e;
    z-index: -1;
    transition: left .75s ease, background-color .75s ease;
    transition-delay: .05s
}

nav .nav__bg.nav__bg--active,
nav .nav__bg_overlay.nav__bg--active {
    left: calc(var(--active-nav-position) - var(--site-padding))
}

nav .nav__bg.nav__bg--active .nav__close,
nav .nav__bg_overlay.nav__bg--active .nav__close {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

nav .nav__bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 135px);
    height: calc(100svh + 135px);
    background-color: #091d1e;
    z-index: -2;
    transition: opacity .75s ease, visibility .75s ease;
    transition-delay: .05s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

nav .nav__bg_overlay.nav__bg_overlay--active {
    visibility: visible;
    opacity: .7
}

@media(max-width: 1199.98px) {
    nav .nav__bg_overlay.nav__bg_overlay--active {
        opacity: 1
    }
}

#searchform {
    position: fixed;
    right: var(--site-padding);
    top: var(--header-height);
    z-index: 1002;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s ease, transform .1s ease;
    transition-delay: 0s;
    transform: translateY(20px)
}

@media(max-width: 1199.98px) {
    #searchform {
        width: calc(100% - var(--site-padding)*2) !important;
        top: calc(44px + var(--site-padding)*2 + var(--section-padding))
    }
}

#searchform input[type=text] {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: 0;
    margin-bottom: 0;
    color: #fbfbf9;
    border-bottom: 1px solid #fbfbf9;
    width: 100%
}

#searchform ::-moz-placeholder {
    color: #fbfbf9
}

#searchform ::placeholder {
    color: #fbfbf9
}

#searchform.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    transition: opacity .75s ease, transform .75s ease;
    transition-delay: .75s
}

#searchsubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: 0;
    padding: 0;
    border-bottom: 1px solid #fbfbf9
}

#searchsubmit svg {
    width: 22px;
    height: 22px
}

#searchsubmit svg path:first-child {
    fill: #fbfbf9
}

#searchsubmit svg path:last-child {
    stroke: #fbfbf9
}

.search-icon {
    width: auto;
    position: fixed;
    right: var(--site-padding);
    padding-right: 0;
    top: calc(var(--site-padding) - 5px);
    z-index: 1001;
    transition: opacity .3s ease
}

.search-icon.active {
    opacity: .3
}

.search-icon.trans-colour a svg path:first-child {
    fill: var(--nav-colour)
}

.header-dark .search-icon.trans-colour a svg path:first-child {
    fill: var(--nav-colour)
}

.search-icon.trans-colour a svg path:last-child {
    stroke: var(--nav-colour)
}

.header-dark .search-icon.trans-colour a svg path:last-child {
    stroke: var(--nav-colour)
}

.search-icon a {
    display: inline-block;
    width: 22px;
    height: 22px
}

.search-icon a svg {
    width: 100%;
    height: auto
}

.search-icon a svg path {
    transition: fill .3s ease, stroke .3s ease
}

.search-icon a svg path:first-child {
    fill: #fbfbf9
}

.header-dark .search-icon a svg path:first-child {
    fill: #091d1e
}

.search-icon a svg path:last-child {
    stroke: #fbfbf9
}

.header-dark .search-icon a svg path:last-child {
    stroke: #091d1e
}

#nav__toggle {
    position: fixed;
    top: var(--site-padding);
    right: calc(var(--site-padding) + 45px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fbfbf9;
    padding: 0;
    opacity: 1;
    z-index: 1001;
    transition: opacity .3s ease, color .3s ease
}

@media(min-width: 1200px) {
    #nav__toggle {
        pointer-events: none;
        opacity: 0
    }
}

#nav__toggle.trans-colour {
    color: var(--nav-colour)
}

.header-dark #nav__toggle.trans-colour {
    color: var(--nav-colour)
}

.offscreen #nav__toggle {
    opacity: 1;
    pointer-events: all
}

.header-dark #nav__toggle {
    color: #091d1e
}

@media(max-width: 1199.98px) {
    #menu-header>.menu-item-has-children .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out
    }
    #menu-header>.menu-item-has-children .sub-menu>li.sub-title:first-child {
        margin-top: calc(var(--site-padding)*2)
    }
    #menu-header>.menu-item-has-children .sub-menu.open {
        max-height: 1000px
    }
    #menu-header .sub-menu .sub-menu {
        max-height: none;
        overflow: visible
    }
    #menu-header>.menu-item-has-children>a {
        cursor: pointer;
        display: block;
        position: relative
    }
    #menu-header>.menu-item-has-children>a::after {
        content: "";
        width: 17px;
        height: 10px;
        display: inline-block;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDAuOTk5ODc4TDguNSA4LjU0NzFMMSAwLjk5OTg4IiBzdHJva2U9IiM2Qjc5NzUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K");
        background-repeat: no-repeat;
        background-size: contain;
        transition: transform .3s ease;
        position: absolute;
        right: 0;
        top: 3px
    }
    #menu-header>.menu-item-has-children .sub-menu.open+a::after {
        transform: rotate(180deg)
    }
}

footer {
    padding-top: calc(var(--site-padding)*4);
    background-color: #091d1e;
    position: relative;
    z-index: 1
}

@media(max-width: 767.98px) {
    footer .logo svg {
        width: 100px;
        height: auto
    }
}

footer .logo>a {
    display: inline-block;
    margin-bottom: clamp(25px, 16.6666666667px + 0.0173611111*100vw, 50px)
}

footer.collapsed .footer--top-nav {
    height: 0;
    overflow: hidden
}

footer.collapsed .footer--bottom {
    padding-top: 0
}

footer nav ul.sub-menu li {
    transform: translateY(0)
}

footer nav ul.footer>li.menu-item.sub-title {
    width: 50%
}

@media(min-width: 992px) {
    footer nav ul.footer>li.menu-item.sub-title {
        width: 22.625%
    }
}

@media(min-width: 992px) {
    footer nav ul.footer>li.menu-item.sub-title:last-child {
        width: 9.5%
    }
}

footer nav li.menu-item.sub-title {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(251, 251, 249, .2);
    padding-bottom: calc(var(--site-padding)*1.5);
    margin-bottom: calc(var(--site-padding)*1.5)
}

@media(min-width: 992px) {
    footer nav li.menu-item.sub-title {
        border-bottom: none;
        padding-bottom: calc(var(--site-padding)*2);
        margin-bottom: 0
    }
}

footer nav li.menu-item.sub-title>a {
    opacity: .5;
    margin-bottom: calc(var(--site-padding)/1.75);
    display: block
}

footer nav li.menu-item.sub-title .sub-title {
    margin-top: calc(var(--site-padding)*2);
    padding-bottom: 0
}

footer .footer--top-nav {
    order: 2
}

@media(min-width: 992px) {
    footer .footer--top-nav {
        order: 1
    }
}

@media(max-width: 991.98px) {
    footer .footer--top-nav {
        padding-top: calc(var(--site-padding)*1.5)
    }
}

footer .footer--top-nav>ul {
    flex-wrap: wrap
}

@media(min-width: 992px) {
    footer .footer--top-nav>ul {
        border-bottom: 1px solid rgba(251, 251, 249, .2);
        flex-wrap: nowrap
    }
}

footer .footer--bottom {
    order: 1
}

@media(min-width: 992px) {
    footer .footer--bottom {
        padding-top: calc(var(--site-padding)*2);
        order: 2;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .subscribe input[type=number]::-moz-placeholder,
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .subscribe input[type=text]::-moz-placeholder,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .enquire input[type=number]::-moz-placeholder,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .enquire input[type=text]::-moz-placeholder,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .socials input[type=number]::-moz-placeholder,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .socials input[type=text]::-moz-placeholder {
    opacity: .5;
    margin-bottom: calc(var(--site-padding)/1.75)
}

footer .footer--bottom .subscribe h5,
footer .footer--bottom .subscribe .h5,
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li footer .footer--bottom .subscribe div.alm-filter--link,
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter footer .footer--bottom .subscribe label,
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .subscribe input[type=number]::placeholder,
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .subscribe input[type=text]::placeholder,
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .subscribe input[type=number],
footer .footer--bottom .subscribe .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .subscribe input[type=text],
footer .footer--bottom .subscribe .contact_form .gfield_label,
.contact_form footer .footer--bottom .subscribe .gfield_label,
footer .footer--bottom .subscribe .image_video_with_text .grid-item.label,
.image_video_with_text footer .footer--bottom .subscribe .grid-item.label,
footer .footer--bottom .subscribe .footer--end-links,
footer .footer--bottom .subscribe #nav__toggle,
footer .footer--bottom .enquire h5,
footer .footer--bottom .enquire .h5,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li footer .footer--bottom .enquire div.alm-filter--link,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter footer .footer--bottom .enquire label,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .enquire input[type=number]::placeholder,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .enquire input[type=text]::placeholder,
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .enquire input[type=number],
footer .footer--bottom .enquire .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .enquire input[type=text],
footer .footer--bottom .enquire .contact_form .gfield_label,
.contact_form footer .footer--bottom .enquire .gfield_label,
footer .footer--bottom .enquire .image_video_with_text .grid-item.label,
.image_video_with_text footer .footer--bottom .enquire .grid-item.label,
footer .footer--bottom .enquire .footer--end-links,
footer .footer--bottom .enquire #nav__toggle,
footer .footer--bottom .socials h5,
footer .footer--bottom .socials .h5,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li footer .footer--bottom .socials div.alm-filter--link,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter footer .footer--bottom .socials label,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .socials input[type=number]::placeholder,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .socials input[type=text]::placeholder,
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .socials input[type=number],
footer .footer--bottom .socials .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap footer .footer--bottom .socials input[type=text],
footer .footer--bottom .socials .contact_form .gfield_label,
.contact_form footer .footer--bottom .socials .gfield_label,
footer .footer--bottom .socials .image_video_with_text .grid-item.label,
.image_video_with_text footer .footer--bottom .socials .grid-item.label,
footer .footer--bottom .socials .footer--end-links,
footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials #nav__toggle {
    opacity: .5;
    margin-bottom: calc(var(--site-padding)/1.75)
}

@media(min-width: 992px) {
    footer .footer--bottom .subscribe {
        width: 40%;
        padding-right: calc(var(--site-padding)/1.75)
    }
}

@media(min-width: 1920px) {
    footer .footer--bottom .subscribe {
        width: 22.625%;
        width: 18.625%
    }
}

@media(max-width: 991.98px) {
    footer .footer--bottom .subscribe {
        padding-top: calc(var(--site-padding)*1.5)
    }
}

@media(min-width: 992px) {
    footer .footer--bottom .enquire {
        width: 18.625%
    }
}

@media(min-width: 1920px) {
    footer .footer--bottom .enquire {
        width: 22.625%;
        width: 18.625%;
        padding-right: calc(var(--site-padding)/2)
    }
}

@media(max-width: 991.98px) {
    footer .footer--bottom .enquire {
        padding-top: calc(var(--site-padding)*1.5);
        padding-bottom: calc(var(--site-padding)*1.5);
        border-bottom: 1px solid rgba(251, 251, 249, .2)
    }
}

footer .footer--bottom .enquire a {
    text-decoration: none;
    transition: padding-left .3s ease
}

footer .footer--bottom .enquire a:hover {
    padding-left: 10px
}

@media(min-width: 992px) {
    footer .footer--bottom .socials {
        width: 40.125%
    }
}

@media(min-width: 1920px) {
    footer .footer--bottom .socials {
        width: 59.75%
    }
}

@media(max-width: 991.98px) {
    footer .footer--bottom .socials {
        padding-top: calc(var(--site-padding)*1.5);
        padding-bottom: calc(var(--site-padding)*1.5);
        border-bottom: 1px solid rgba(251, 251, 249, .2)
    }
}

footer .footer--bottom .socials .social-links {
    display: flex;
    flex-wrap: wrap;
    row-gap: calc(var(--site-padding)/4)
}

footer .footer--bottom .socials .social-links a {
    display: inline-block;
    opacity: 1;
    margin-bottom: 0;
    transition: padding-left .3s ease;
    min-width: 33.333%
}

@media(min-width: 992px) {
    footer .footer--bottom .socials .social-links a {
        min-width: 33.333%
    }
}

footer .footer--bottom .socials .social-links a:hover {
    padding-left: 10px
}

footer .footer--end {
    padding-top: calc(var(--site-padding)*1)
}

@media(min-width: 992px) {
    footer .footer--end {
        padding-top: calc(var(--site-padding)*6)
    }
}

footer .footer--end .copyright {
    margin-bottom: var(--site-padding);
    line-height: 2
}

footer .footer--end .copyright a {
    text-decoration: none
}

footer .footer--end .recaptcha-branding {
    margin-bottom: var(--site-padding) !important
}

footer .footer--end>div {
    opacity: .5
}

footer .footer--end-links {
    display: flex;
    -moz-column-gap: calc(var(--site-padding)/4);
    column-gap: calc(var(--site-padding)/4);
    justify-content: center
}

@media(min-width: 992px) {
    footer .footer--end-links {
        justify-content: start
    }
}

@media(max-width: 991.98px) {
    footer .footer--end-links span:first-of-type {
        display: none
    }
}

footer .footer--end-links a {
    text-decoration: none
}

footer .gform_wrapper .gfield--type-submit {
    min-width: 31px !important
}

footer .gform-theme--foundation .gform_footer,
footer .gform-theme--foundation .gform_page_footer {
    margin-block-end: 20px !important
}

@media(min-width: 992px) {
    footer .gform-theme--foundation .gform_footer,
    footer .gform-theme--foundation .gform_page_footer {
        margin-block-end: 0 !important
    }
}

@media(min-width: 992px) {
    footer .gform-theme--foundation .gform_fields {
        max-width: 360px
    }
}

footer .gfield--type-email {
    width: 100%
}

footer .gform_footer {
    justify-content: flex-start !important
}

footer .gform_wrapper input[type=submit] {
    border-color: #FBFBF9 !important
}

footer .gform_required_legend {
    display: none !important
}

footer .gform_wrapper {
    margin-top: 0 !important
}

footer .gfield--type-consent {
    margin-top: 10px !important
}

footer .gfield_required_asterisk {
    color: #fbfbf9 !important;
    font-size: inherit !important
}

footer .gform_wrapper input[type=email] {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    resize: none !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-family: "Beausite Slick", sans-serif !important;
    font-weight: 300 !important
}

footer .gform_wrapper input[type=email]:focus {
    outline: 0 !important
}

#back-to-top {
    position: fixed;
    bottom: calc(var(--site-padding));
    right: calc(var(--site-padding));
    z-index: 9996;
    width: 45px;
    height: 45px;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none
}

#back-to-top img {
    width: 45px;
    height: 45px
}

#back-to-top.active {
    opacity: 1;
    pointer-events: all
}

#back-to-top:hover {
    opacity: .8
}

.image_video_slider .splide__slide figcaption {
    transition: opacity .3s ease;
    opacity: 1
}

.image_video_slider .splide__slide.is-visible figcaption,
.image_video_slider .splide__slide.is-active figcaption {
    opacity: 1
}

.image_video_slider img,
.image_video_slider video {
    width: auto;
    height: 56.25vw
}

@media(min-width: 992px) {
    .image_video_slider img,
    .image_video_slider video {
        height: 43.33333334vw
    }
}

.image_video_slider .image_video_slider--slider[data-slider-type=landscape] img,
.image_video_slider .image_video_slider--slider[data-slider-type=landscape] video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: calc(100% - 15px - clamp(10px, 6.6666666667px + 0.0069444444*100vw, 20px));
    aspect-ratio: 16/9
}

.image_video_slider .custom-pagination {
    position: absolute;
    right: calc(var(--bs-gutter-x)*.5);
    padding-left: var(--site-padding);
    bottom: -25px;
    transition: background-color .75s ease
}

@media(min-width: 992px) {
    .image_video_slider .custom-pagination {
        background-color: var(--site-colour);
        bottom: 0
    }
}

.image_video_with_text img,
.image_video_with_text video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 1400px) {
    .image_video_with_text img,
    .image_video_with_text video {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top left;
        object-position: top left;
        max-height: 800px
    }
}

@media(min-width: 1400px) {
    .image_video_with_text img.cover,
    .image_video_with_text video.cover {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.image_video_with_text p:only-child {
    margin-bottom: 0
}

.image_video_with_text .grid-item {
    height: 100%
}

.image_video_with_text .grid-item.label {
    margin-bottom: 0;
    padding-top: 16px
}

@media(max-width: 991.98px) {
    .image_video_with_cta {
        padding-bottom: var(--section-padding)
    }
}

.image_video_with_cta img,
.image_video_with_cta video {
    width: 100%;
    height: auto
}

.image_video_with_cta .image_video_with_cta--content {
    z-index: 1
}

@media(max-width: 991.98px) {
    .image_video_with_cta .image_video_with_cta--content .btn.btn--light,
    .image_video_with_cta .image_video_with_cta--content .sticky_gallery--content .btn,
    .image_video_with_cta .image_video_with_cta--content .fullscreen_links-content .btn,
    .image_video_with_cta .image_video_with_cta--content .hero_project .hero_project--content .btn,
    .hero_project .image_video_with_cta .image_video_with_cta--content .hero_project--content .btn,
    .sticky_gallery--content .image_video_with_cta .image_video_with_cta--content .btn,
    .fullscreen_links-content .image_video_with_cta .image_video_with_cta--content .btn,
    .hero_project .hero_project--content .image_video_with_cta .image_video_with_cta--content .btn {
        color: #091d1e;
        border-color: #091d1e
    }
    .image_video_with_cta .image_video_with_cta--content .btn.btn--light .btn__bg,
    .image_video_with_cta .image_video_with_cta--content .sticky_gallery--content .btn .btn__bg,
    .image_video_with_cta .image_video_with_cta--content .fullscreen_links-content .btn .btn__bg,
    .image_video_with_cta .image_video_with_cta--content .hero_project .hero_project--content .btn .btn__bg,
    .hero_project .image_video_with_cta .image_video_with_cta--content .hero_project--content .btn .btn__bg,
    .sticky_gallery--content .image_video_with_cta .image_video_with_cta--content .btn .btn__bg,
    .fullscreen_links-content .image_video_with_cta .image_video_with_cta--content .btn .btn__bg,
    .hero_project .hero_project--content .image_video_with_cta .image_video_with_cta--content .btn .btn__bg {
        background-color: #091d1e
    }
    .image_video_with_cta .image_video_with_cta--content .btn.btn--light:hover,
    .image_video_with_cta .image_video_with_cta--content .sticky_gallery--content .btn:hover,
    .image_video_with_cta .image_video_with_cta--content .fullscreen_links-content .btn:hover,
    .image_video_with_cta .image_video_with_cta--content .hero_project .hero_project--content .btn:hover,
    .hero_project .image_video_with_cta .image_video_with_cta--content .hero_project--content .btn:hover,
    .sticky_gallery--content .image_video_with_cta .image_video_with_cta--content .btn:hover,
    .fullscreen_links-content .image_video_with_cta .image_video_with_cta--content .btn:hover,
    .hero_project .hero_project--content .image_video_with_cta .image_video_with_cta--content .btn:hover {
        color: #fbfbf9
    }
}

@media(min-width: 992px) {
    .image_video_with_cta .image_video_with_cta--content {
        color: #fbfbf9;
        position: absolute;
        bottom: var(--site-padding);
        left: calc(var(--site-padding) + var(--bs-gutter-x)*.5)
    }
}

@media(max-width: 991.98px) {
    .image_video_with_cta.layout-full_width .image_video_with_cta--content {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem)
    }
}

.text_bottom-1 figure,
.text_top-1 figure {
    margin-top: var(--section-padding)
}

.text_bottom-2 figure {
    margin-bottom: calc(var(--section-padding)/2)
}

.text_top-2 figure {
    margin-top: calc(var(--site-padding)*1.5)
}

@media(min-width: 992px) {
    .text_top-2 figure {
        margin-top: calc(var(--section-padding)*2)
    }
}

.two_column_text_image_video .subtitle_right {
    margin-top: 5px;
    padding-right: 30px;
    min-width: calc(16.66666667% + 30px)
}

.read-more--text {
    height: 0;
    overflow: hidden
}

.logo_grid figure,
.logo_grid .logo_grid--title h2,
.logo_grid .logo_grid--title .h2 {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(251, 251, 249, .2);
    padding: var(--site-padding)
}

.logo_grid .logo_grid--title h2,
.logo_grid .logo_grid--title .h2 {
    padding: 0 0 calc(var(--site-padding)*1.5) 0
}

@media(min-width: 992px) {
    .logo_grid .logo_grid--title h2,
    .logo_grid .logo_grid--title .h2 {
        padding: 0 var(--site-padding) var(--site-padding)
    }
}

.logo_grid .logo_grid--logos .no-border-bottom h2,
.logo_grid .logo_grid--logos .no-border-bottom .h2,
.logo_grid .logo_grid--logos .no-border-bottom figure {
    border-bottom: none
}

.logo_grid img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: clamp(50px, 36.6666666667px + 0.0277777778*100vw, 90px);
    max-width: clamp(120px, 43.3333333333px + 0.1597222222*100vw, 350px);
    opacity: .5
}

.hero {
    height: 100vh;
    height: 100svh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero figure {
    width: 100%;
    height: 100vh;
    height: 100svh
}

.hero figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1
}

.hero figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: var(--site-padding);
    z-index: 2
}

.hero .hero--signpost-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: calc(var(--site-padding)/1.5) var(--site-padding);
    z-index: 2
}

.hero img,
.hero video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero .hero--slider {
    position: fixed;
    height: 100svh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.hero .hero--slider.show {
    opacity: 1
}

.hero .hero--slider .splide__arrow[disabled] {
    display: none
}

.hero .hero--slider[data-slide-count="1"] .progress-bar {
    display: none
}

.hero .hero--slider-content {
    position: absolute;
    padding: var(--site-padding) var(--site-padding) calc(20px + var(--site-padding)*2) var(--site-padding);
    bottom: 0;
    left: 0;
    z-index: 3
}

.hero .hero--slider-content.slide-type--headline {
    bottom: 50%;
    transform: translateY(50%)
}

@media(max-width: 991.98px) {
    .hero .hero--slider-content.slide-type--headline {
        bottom: calc(var(--site-padding)*1.5);
        transform: translateY(0)
    }
}

.hero .hero--slider-content.slide-type--headline svg {
    animation: fadeOut 1.75s ease-in-out 7s forwards
}

@media(max-width: 991.98px) {
    .hero .hero--slider-content.slide-type--headline svg:not(.video_play--cursor) {
        width: 100%;
        height: auto
    }
}

.hero .hero--slider-content.slide-type--headline svg g:first-child {
    opacity: 0;
    animation: fadeIn 1.75s ease-in-out 0s forwards
}

.hero .hero--slider-content.slide-type--headline svg g:nth-child(2) {
    opacity: 0;
    animation: fadeIn 1.75s ease-in-out .75s forwards
}

.hero .hero--slider-content.slide-type--headline svg g:nth-child(3) {
    opacity: 0;
    animation: fadeIn 1.75s ease-in-out 1.5s forwards
}

.hero .hero--slider-content.slide-type--headline svg g:nth-child(4) {
    opacity: 0;
    animation: fadeIn 1.75s ease-in-out 2.25s forwards
}

.hero .hero--slider-content.slide-type--headline svg g:nth-child(5) {
    opacity: 0;
    animation: fadeIn 1.75s ease-in-out 3s forwards
}

.hero .hero--slider-content.slide-type--headline svg g:nth-child(6) {
    opacity: 0;
    animation: fadeIn 1.75s ease-in-out 3.75s forwards
}

.hero .hero--slider-content.slide-type--signpost {
    margin-bottom: clamp(16px, 13.3333333333px + 0.0055555556*100vw, 24px)
}

.hero .hero--slider-content.slide-type--signpost img {
    width: auto;
    height: 48px
}

@media(max-width: 767.98px) {
    .hero .hero--slider-content.slide-type--signpost img {
        height: 30px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.timeline {
    overflow: hidden
}

.timeline__spacer {
    height: 200px
}

.timeline__info {
    transition: background-color .75s ease;
    background-color: var(--site-colour);
    padding-bottom: calc(var(--site-padding)*2);
    max-width: 55vw
}

@media(min-width: 992px) {
    .timeline__info {
        max-width: var(--window-60)
    }
}

.timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=number]::-moz-placeholder,
.timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=text]::-moz-placeholder {
    padding-top: calc(var(--site-padding)/3)
}

.timeline__info h5,
.timeline__info .h5,
.timeline__info .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .timeline__info div.alm-filter--link,
.timeline__info .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter .timeline__info label,
.timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=number]::placeholder,
.timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=text]::placeholder,
.timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=number],
.timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=text],
.timeline__info .contact_form .gfield_label,
.contact_form .timeline__info .gfield_label,
.timeline__info #nav__toggle,
.timeline__info footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links .timeline__info a,
.timeline__info footer .footer--end-links,
footer .timeline__info .footer--end-links,
.timeline__info .image_video_with_text .grid-item.label,
.image_video_with_text .timeline__info .grid-item.label {
    padding-top: calc(var(--site-padding)/3)
}

@media(min-width: 1920px) {
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=number]::-moz-placeholder,
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=text]::-moz-placeholder {
        padding-top: calc(var(--site-padding)/2)
    }
    .timeline__info h5,
    .timeline__info .h5,
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
    .post_feed--filter .alm-filters-container .alm-filter li .timeline__info div.alm-filter--link,
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter label,
    .post_feed--filter .alm-filters-container .alm-filter .timeline__info label,
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=number]::placeholder,
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=text]::placeholder,
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=number],
    .timeline__info .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .timeline__info input[type=text],
    .timeline__info .contact_form .gfield_label,
    .contact_form .timeline__info .gfield_label,
    .timeline__info #nav__toggle,
    .timeline__info footer .footer--bottom .socials .social-links a,
    footer .footer--bottom .socials .social-links .timeline__info a,
    .timeline__info footer .footer--end-links,
    footer .timeline__info .footer--end-links,
    .timeline__info .image_video_with_text .grid-item.label,
    .image_video_with_text .timeline__info .grid-item.label {
        padding-top: calc(var(--site-padding)/2)
    }
}

.timeline__info h4,
.timeline__info .h4 {
    padding-top: var(--site-padding);
    font-size: clamp(14px, 12px + 0.0041666667*100vw, 20px);
    line-height: clamp(20px, 18px + 0.0041666667*100vw, 26px)
}

@media(min-width: 1920px) {
    .timeline__info h4,
    .timeline__info .h4 {
        padding-top: calc(var(--site-padding) + 15px)
    }
}

.timeline__info img {
    margin-top: var(--site-padding);
    max-width: calc(100% - 1px)
}

@media(min-width: 1920px) {
    .timeline__info img {
        margin-top: calc(var(--site-padding) + 15px)
    }
}

@media(min-width: 992px) {
    .timeline__years {
        padding-right: 8.33333333%
    }
}

@media(min-width: 992px) {
    .timeline__years_year {
        margin-bottom: 50px
    }
}

.timeline__years_wrapper {
    justify-content: space-between
}

.timeline__label {
    text-transform: uppercase
}

@media(min-width: 992px) {
    .stacking_cards .stacking_cards--title {
        padding-bottom: var(--site-padding)
    }
}

.stacking_cards .stacking_cards--image {
    transition: background-color .75s ease;
    background-color: var(--site-colour)
}

@media(min-width: 992px) {
    .stacking_cards .stacking_cards--image {
        width: calc(33.33333333% - 12px);
        padding-bottom: calc(var(--site-padding)*2)
    }
}

.stacking_cards .stacking_cards--text {
    transition: background-color .75s ease;
    background-color: var(--site-colour)
}

@media(min-width: 992px) {
    .stacking_cards .stacking_cards--text {
        width: 66.66666667%;
        padding-left: calc(16.66666667% + 24px)
    }
}

.stacking_cards .stacking_cards--inner-content {
    padding-top: calc(var(--site-padding)/2)
}

section.stats {
    overflow: hidden
}

section.stats.forest .stats--item-inner {
    border: 1px solid #6b7975;
    color: #6b7975
}

section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=number]::-moz-placeholder,
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=text]::-moz-placeholder {
    color: #fbfbf9
}

section.stats.forest .stats--item-inner h5,
section.stats.forest .stats--item-inner .h5,
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li section.stats.forest .stats--item-inner div.alm-filter--link,
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter section.stats.forest .stats--item-inner label,
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=number]::placeholder,
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=text]::placeholder,
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=number],
section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=text],
section.stats.forest .stats--item-inner .contact_form .gfield_label,
.contact_form section.stats.forest .stats--item-inner .gfield_label,
section.stats.forest .stats--item-inner #nav__toggle,
section.stats.forest .stats--item-inner footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links section.stats.forest .stats--item-inner a,
section.stats.forest .stats--item-inner footer .footer--end-links,
footer section.stats.forest .stats--item-inner .footer--end-links,
section.stats.forest .stats--item-inner .image_video_with_text .grid-item.label,
.image_video_with_text section.stats.forest .stats--item-inner .grid-item.label {
    color: #fbfbf9
}

@media(min-width: 1200px) {
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=number]::-moz-placeholder,
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=text]::-moz-placeholder {
        color: #6b7975;
        -moz-transition: color .3s ease;
        transition: color .3s ease
    }
    section.stats.forest .stats--item-inner h5,
    section.stats.forest .stats--item-inner .h5,
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
    .post_feed--filter .alm-filters-container .alm-filter li section.stats.forest .stats--item-inner div.alm-filter--link,
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter label,
    .post_feed--filter .alm-filters-container .alm-filter section.stats.forest .stats--item-inner label,
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=number]::placeholder,
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=text]::placeholder,
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=number],
    section.stats.forest .stats--item-inner .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner input[type=text],
    section.stats.forest .stats--item-inner .contact_form .gfield_label,
    .contact_form section.stats.forest .stats--item-inner .gfield_label,
    section.stats.forest .stats--item-inner #nav__toggle,
    section.stats.forest .stats--item-inner footer .footer--bottom .socials .social-links a,
    footer .footer--bottom .socials .social-links section.stats.forest .stats--item-inner a,
    section.stats.forest .stats--item-inner footer .footer--end-links,
    footer section.stats.forest .stats--item-inner .footer--end-links,
    section.stats.forest .stats--item-inner .image_video_with_text .grid-item.label,
    .image_video_with_text section.stats.forest .stats--item-inner .grid-item.label {
        color: #6b7975;
        transition: color .3s ease
    }
    section.stats.forest .stats--item-inner:hover {
        border-color: #fbfbf9;
        color: #fbfbf9
    }
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner:hover input[type=number]::-moz-placeholder,
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner:hover input[type=text]::-moz-placeholder {
        color: #fbfbf9
    }
    section.stats.forest .stats--item-inner:hover h5,
    section.stats.forest .stats--item-inner:hover .h5,
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
    .post_feed--filter .alm-filters-container .alm-filter li section.stats.forest .stats--item-inner:hover div.alm-filter--link,
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter label,
    .post_feed--filter .alm-filters-container .alm-filter section.stats.forest .stats--item-inner:hover label,
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner:hover input[type=number]::placeholder,
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner:hover input[type=text]::placeholder,
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner:hover input[type=number],
    section.stats.forest .stats--item-inner:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats.forest .stats--item-inner:hover input[type=text],
    section.stats.forest .stats--item-inner:hover .contact_form .gfield_label,
    .contact_form section.stats.forest .stats--item-inner:hover .gfield_label,
    section.stats.forest .stats--item-inner:hover #nav__toggle,
    section.stats.forest .stats--item-inner:hover footer .footer--bottom .socials .social-links a,
    footer .footer--bottom .socials .social-links section.stats.forest .stats--item-inner:hover a,
    section.stats.forest .stats--item-inner:hover footer .footer--end-links,
    footer section.stats.forest .stats--item-inner:hover .footer--end-links,
    section.stats.forest .stats--item-inner:hover .image_video_with_text .grid-item.label,
    .image_video_with_text section.stats.forest .stats--item-inner:hover .grid-item.label {
        color: #fbfbf9
    }
    section.stats.forest .stats--item-inner:hover .btn {
        color: #fbfbf9;
        border-color: #fbfbf9
    }
    section.stats.forest .stats--item-inner:hover .btn:hover {
        color: #091d1e
    }
}

section.stats.forest .btn {
    color: #6b7975;
    border-color: #6b7975
}

section.stats .stats--item {
    margin-bottom: 24px
}

section.stats .stats--item-inner {
    position: relative;
    padding: calc(var(--site-padding)/2);
    height: clamp(120px, 30px + 0.1875*100vw, 390px);
    border: 1px solid rgba(9, 29, 30, .5);
    transition: all .3s ease
}

@media(min-width: 1920px) {
    section.stats .stats--item-inner {
        height: 20vw
    }
}

@media(min-width: 1200px) {
    section.stats .stats--item-inner:hover {
        color: #6b7975
    }
    section.stats .stats--item-inner:hover img {
        opacity: 1
    }
}

section.stats .stats--text {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column
}

section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=number]::-moz-placeholder,
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=text]::-moz-placeholder {
    text-align: left
}

section.stats .stats--text h5,
section.stats .stats--text .h5,
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li section.stats .stats--text div.alm-filter--link,
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter section.stats .stats--text label,
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=number]::placeholder,
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=text]::placeholder,
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=number],
section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=text],
section.stats .stats--text .contact_form .gfield_label,
.contact_form section.stats .stats--text .gfield_label,
section.stats .stats--text #nav__toggle,
section.stats .stats--text footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links section.stats .stats--text a,
section.stats .stats--text footer .footer--end-links,
footer section.stats .stats--text .footer--end-links,
section.stats .stats--text .image_video_with_text .grid-item.label,
.image_video_with_text section.stats .stats--text .grid-item.label {
    text-align: left
}

@media(min-width: 1200px) {
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=number]::-moz-placeholder,
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=text]::-moz-placeholder {
        text-align: right
    }
    section.stats .stats--text h5,
    section.stats .stats--text .h5,
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
    .post_feed--filter .alm-filters-container .alm-filter li section.stats .stats--text div.alm-filter--link,
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter label,
    .post_feed--filter .alm-filters-container .alm-filter section.stats .stats--text label,
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=number]::placeholder,
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=text]::placeholder,
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=number],
    section.stats .stats--text .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap section.stats .stats--text input[type=text],
    section.stats .stats--text .contact_form .gfield_label,
    .contact_form section.stats .stats--text .gfield_label,
    section.stats .stats--text #nav__toggle,
    section.stats .stats--text footer .footer--bottom .socials .social-links a,
    footer .footer--bottom .socials .social-links section.stats .stats--text a,
    section.stats .stats--text footer .footer--end-links,
    footer section.stats .stats--text .footer--end-links,
    section.stats .stats--text .image_video_with_text .grid-item.label,
    .image_video_with_text section.stats .stats--text .grid-item.label {
        text-align: right
    }
}

section.stats .stats--text a {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

@media(min-width: 1200px) {
    section.stats .stats--text a {
        display: inline-block
    }
}

section.stats img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    transition: opacity .3s ease;
    will-change: transform;
    opacity: 0
}

.sticky_gallery {
    position: relative
}

.sticky_gallery figure {
    width: 100%;
    height: 100%
}

.sticky_gallery figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 992px) {
    .sticky_gallery .splide {
        margin-bottom: var(--section-padding)
    }
}

.sticky_gallery .splide figure img,
.sticky_gallery .splide figure video {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: calc(100% - 15px - clamp(10px, 6.6666666667px + 0.0069444444*100vw, 20px))
}

@media(min-width: 992px) {
    .sticky_gallery .splide figure img,
    .sticky_gallery .splide figure video {
        aspect-ratio: 16/9
    }
}

.sticky_gallery .splide figcaption {
    text-align: center
}

@media(max-width: 991.98px) {
    .sticky_gallery .image_video_slider--slider .splide__slide {
        margin: 0 0 calc(var(--section-padding)*1) 0
    }
}

.sticky_gallery .image_video_slider--slider .splide__slide:last-child {
    margin-bottom: 0
}

.sticky_gallery--main-media {
    width: 100%;
    height: 100vh;
    height: 100lvh
}

.sticky_gallery--slide {
    position: relative;
    z-index: 2;
    margin-bottom: calc(var(--section-padding)*2)
}

.sticky_gallery--slide:first-child {
    margin-top: calc(var(--section-padding)*2)
}

.sticky_gallery--slide:last-child {
    margin-bottom: calc(var(--section-padding)*3)
}

.sticky_gallery--content-wrapper,
.hero_project .hero_project--content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transition: opacity .75s ease
}

@media(min-width: 992px) {
    .sticky_gallery--content-wrapper,
    .hero_project .hero_project--content-wrapper {
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row
    }
}

.in-view .sticky_gallery--content-wrapper,
.in-view .hero_project .hero_project--content-wrapper,
.hero_project .in-view .hero_project--content-wrapper {
    opacity: 1
}

.sticky_gallery--content-bg,
.hero_project .hero_project--content-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(0, 0, 0, .2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0
}

@media(max-width: 991.98px) {
    .sticky_gallery--content-bg,
    .hero_project .hero_project--content-bg {
        height: 50%
    }
}

.sticky_gallery--content,
.fullscreen_links-content,
.hero_project .hero_project--content {
    position: relative;
    padding: var(--site-padding);
    color: #fbfbf9;
    z-index: 2
}

.sticky_gallery--content-details,
.hero_project .hero_project--content-details {
    padding: var(--site-padding);
    color: #fbfbf9;
    -moz-column-gap: var(--site-padding);
    column-gap: var(--site-padding);
    justify-content: space-between;
    width: 100%;
    padding-right: var(--site-padding);
    padding-left: var(--site-padding);
    position: relative;
    z-index: 1
}

@media(min-width: 992px) {
    .sticky_gallery--content-details,
    .hero_project .hero_project--content-details {
        width: 50%;
        padding-right: calc(8.33333333% + var(--bs-gutter-x) - 4px);
        padding-left: 12px
    }
}

@media(max-width: 991.98px) {
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .sticky_gallery--content-details input[type=number]::-moz-placeholder,
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .sticky_gallery--content-details input[type=text]::-moz-placeholder,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .hero_project .hero_project--content-details input[type=number]::-moz-placeholder,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .hero_project .hero_project--content-details input[type=text]::-moz-placeholder {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .sticky_gallery--content-details h5,
    .hero_project .hero_project--content-details h5,
    .sticky_gallery--content-details .h5,
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
    .post_feed--filter .alm-filters-container .alm-filter li .sticky_gallery--content-details div.alm-filter--link,
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter label,
    .post_feed--filter .alm-filters-container .alm-filter .sticky_gallery--content-details label,
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .sticky_gallery--content-details input[type=number]::placeholder,
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .sticky_gallery--content-details input[type=text]::placeholder,
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .sticky_gallery--content-details input[type=number],
    .sticky_gallery--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .sticky_gallery--content-details input[type=text],
    .sticky_gallery--content-details .contact_form .gfield_label,
    .contact_form .sticky_gallery--content-details .gfield_label,
    .hero_project .hero_project--content-details .h5,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
    .post_feed--filter .alm-filters-container .alm-filter li .hero_project .hero_project--content-details div.alm-filter--link,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter label,
    .post_feed--filter .alm-filters-container .alm-filter .hero_project .hero_project--content-details label,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .hero_project .hero_project--content-details input[type=number]::placeholder,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .hero_project .hero_project--content-details input[type=text]::placeholder,
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .hero_project .hero_project--content-details input[type=number],
    .hero_project .hero_project--content-details .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap .hero_project .hero_project--content-details input[type=text],
    .hero_project .hero_project--content-details .contact_form .gfield_label,
    .contact_form .hero_project .hero_project--content-details .gfield_label,
    .sticky_gallery--content-details #nav__toggle,
    .hero_project .hero_project--content-details #nav__toggle,
    .sticky_gallery--content-details footer .footer--bottom .socials .social-links a,
    .hero_project .hero_project--content-details footer .footer--bottom .socials .social-links a,
    footer .footer--bottom .socials .social-links .sticky_gallery--content-details a,
    footer .footer--bottom .socials .social-links .hero_project .hero_project--content-details a,
    .hero_project footer .footer--bottom .socials .social-links .hero_project--content-details a,
    .sticky_gallery--content-details footer .footer--end-links,
    .hero_project .hero_project--content-details footer .footer--end-links,
    footer .sticky_gallery--content-details .footer--end-links,
    footer .hero_project .hero_project--content-details .footer--end-links,
    .hero_project footer .hero_project--content-details .footer--end-links,
    .sticky_gallery--content-details .image_video_with_text .grid-item.label,
    .hero_project .hero_project--content-details .image_video_with_text .grid-item.label,
    .image_video_with_text .sticky_gallery--content-details .grid-item.label,
    .image_video_with_text .hero_project .hero_project--content-details .grid-item.label,
    .hero_project .image_video_with_text .hero_project--content-details .grid-item.label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.hero_project {
    position: relative
}

.hero_project figure {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh
}

.hero_project figure img,
.hero_project figure video {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    -o-object-fit: cover;
    object-fit: cover
}

.hero_project .hero_project--main-media {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh
}

.hero_project .hero_project--content-wrapper {
    opacity: 1;
    height: 100svh
}

.fullscreen_links {
    position: relative
}

.fullscreen_links-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    height: 100svh
}

.fullscreen_links-content>.row {
    width: 100%
}

.fullscreen_links-link {
    width: -moz-fit-content;
    width: fit-content;
    opacity: .4
}

.fullscreen_links-link.active {
    opacity: 1
}

.fullscreen_links-link-item {
    display: inline-block;
    text-decoration: none;
    margin-bottom: clamp(8px, 6.6666666667px + 0.0027777778*100vw, 12px)
}

.fullscreen_links-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 2
}

.fullscreen_links-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%)
}

@media(min-width: 992px) {
    .fullscreen_links-image:after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
        width: 50%
    }
}

.fullscreen_links-image figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    opacity: 0;
    transition: opacity .3s ease
}

.fullscreen_links-image figure.active {
    opacity: 1
}

.fullscreen_links-image figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video_slider .plyr {
    width: 100%
}

.video_slider video {
    width: 100%;
    height: auto
}

.video_slider .splide__slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(0, 0, 0, .2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2
}

@media(max-width: 991.98px) {
    .video_slider .splide__slide:after {
        display: none
    }
}

@media(max-width: 991.98px) {
    .video_slider h3.h2,
    .video_slider .h2.h3 {
        font-size: clamp(20px, 16.6666666667px + 0.0069444444*100vw, 30px);
        line-height: clamp(24px, 19.3333333333px + 0.0097222222*100vw, 38px)
    }
}

.video_slider--text {
    margin-top: var(--site-padding)
}

@media(min-width: 992px) {
    .video_slider--text {
        margin-top: 0;
        color: #fbfbf9;
        z-index: 3;
        position: absolute;
        bottom: var(--site-padding);
        left: var(--site-padding);
        width: 100%
    }
}

.video_slider--slider[data-slider-type="1"] .progress-bar-container {
    display: none
}

.plyr__video-embed {
    pointer-events: none;
    position: relative
}

[data-cursor-video] {
    cursor: none
}

.awards_table--row {
    border-bottom: 1px solid rgba(9, 29, 30, .5);
    align-items: baseline;
    display: flex;
    flex-direction: column;
    gap: calc(var(--site-padding)/2);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: var(--site-padding);
    padding-bottom: var(--site-padding)
}

@media(min-width: 992px) {
    .awards_table--row {
        padding-top: calc(var(--site-padding)/2);
        padding-bottom: calc(var(--site-padding)/2);
        display: grid;
        grid-template-columns: 1fr 2fr 4fr 1fr
    }
}

.forest .awards_table--row {
    border-bottom: 1px solid rgba(107, 121, 117, .3);
    color: #6b7975
}

@media(min-width: 992px) {
    .awards_table--row-jobs {
        grid-template-columns: 3fr 2fr 2fr 1fr
    }
}

.awards_table--placement a,
.awards_table--award a {
    text-decoration: none;
    display: block
}

.awards_table--table {
    padding-top: 0
}

@media(min-width: 992px) {
    .awards_table--table {
        padding-top: var(--section-padding)
    }
}

.awards_table--slider {
    padding-bottom: calc(var(--section-padding)/2);
    border-top: 1px solid rgba(9, 29, 30, .5)
}

.forest .awards_table--slider {
    border-color: rgba(107, 121, 117, .3)
}

.awards_table .custom-pagination {
    position: absolute;
    left: 0;
    bottom: 0px
}

@media(min-width: 992px) {
    .awards_table .custom-pagination {
        bottom: 15px
    }
}

.awards_table--row-jobs {
    position: relative
}

.awards_table--row-jobs .awards_table--year {
    position: relative
}

@media(max-width: 991.98px) {
    .awards_table--row-jobs .awards_table--year {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

@media(min-width: 992px) {
    .awards_table--row-jobs .awards_table--year a {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-50%)
    }
}

.contact_form figure {
    margin-top: var(--section-padding)
}

.contact_form input:not([type=submit]):not([type=checkbox]),
.contact_form select,
.contact_form .chosen-single {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 0 !important
}

.contact_form input:not([type=submit]):not([type=checkbox]),
.contact_form select,
.contact_form textarea,
.contact_form .chosen-single {
    resize: none !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-family: "Beausite Slick", sans-serif !important;
    font-weight: 300 !important
}

.contact_form .gfield--type-consent .ginput_container_consent {
    margin-left: 1px
}

.contact_form .gform-theme--framework .gfield:where(.gfield--type-select,
.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text].chosen-search-input {
    border: 1px solid rgba(251, 251, 249, .5) !important
}

.contact_form .chosen-search {
    padding-bottom: 12px !important
}

.contact_form .chosen-drop {
    background-color: #091d1e !important;
    border-bottom: 1px solid rgba(251, 251, 249, .5) !important;
    border-left: 1px solid rgba(251, 251, 249, .5) !important;
    border-right: 1px solid rgba(251, 251, 249, .5) !important
}

.contact_form .chosen-drop .no-results,
.contact_form .chosen-drop .result-selected,
.contact_form .chosen-drop .highlighted {
    color: #091d1e !important;
    box-shadow: none !important;
    background-color: rgba(251, 251, 249, .5) !important
}

.contact_form .gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none !important
}

.contact_form .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.mb-3[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_form input.mb-3[type=number]::-moz-placeholder,
.contact_form .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.mb-3[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_form input.mb-3[type=text]::-moz-placeholder {
    margin-bottom: 20px
}

.contact_form h5.mb-3,
.contact_form .mb-3.h5,
.contact_form .post_feed--filter .alm-filters-container .alm-filter li div.mb-3.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .contact_form div.mb-3.alm-filter--link,
.contact_form .post_feed--filter .alm-filters-container .alm-filter label.mb-3,
.post_feed--filter .alm-filters-container .alm-filter .contact_form label.mb-3,
.contact_form .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.mb-3[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_form input.mb-3[type=number]::placeholder,
.contact_form .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.mb-3[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_form input.mb-3[type=text]::placeholder,
.contact_form .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.mb-3[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_form input.mb-3[type=number],
.contact_form .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.mb-3[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_form input.mb-3[type=text],
.contact_form .mb-3#nav__toggle,
.contact_form footer .footer--bottom .socials .social-links a.mb-3,
footer .footer--bottom .socials .social-links .contact_form a.mb-3,
.contact_form footer .mb-3.footer--end-links,
footer .contact_form .mb-3.footer--end-links,
.contact_form .image_video_with_text .mb-3.grid-item.label,
.image_video_with_text .contact_form .mb-3.grid-item.label,
.contact_form .mb-3.gfield_label {
    margin-bottom: 20px
}

.contact_form .gform_wrapper {
    margin-top: calc(var(--section-padding)/3)
}

.contact_form .gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 12px
}

@media(min-width: 640px) {
    .contact_form .gform-theme--foundation #field_submit {
        justify-content: flex-end
    }
}

.contact_form .gform-button,
.contact_form .gform_button {
    border-radius: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    font-size: 12px !important;
    line-height: 12px !important;
    text-decoration: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important
}

.contact_form .gform-button:hover,
.contact_form .gform_button:hover {
    background-color: #091d1e !important
}

.contact_form .gform_wrapper .gform_footer {
    justify-content: flex-end
}

.gfield--type-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important
}

.gfield--type-section h3.gsection_title,
.gfield--type-section .gsection_title.h3 {
    margin-top: calc(var(--site-padding)/1.45) !important;
    margin-bottom: 0 !important
}

@media(min-width: 992px) {
    .signpost_list {
        min-height: 100vh;
        min-height: 100svh
    }
}

.signpost_list svg {
    width: 135px;
    height: auto
}

.signpost_list figure.signpost_list-image-lg {
    height: 100%;
    height: calc(100vh - var(--section-padding) - var(--section-padding) - 65px);
    height: calc(100svh - var(--section-padding) - var(--section-padding) - 65px)
}

.signpost_list img,
.signpost_list video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.signpost_list-link-item {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    outline: 0
}

.signpost_list-link {
    opacity: .3;
    transition: opacity .75s ease;
    padding-left: 92px
}

.signpost_list-link.active {
    opacity: 1
}

.signpost_list-link.active .signpost_list-text {
    display: block;
    opacity: 1;
    pointer-events: all
}

.signpost_list-link.active .signpost_list-image {
    display: block;
    opacity: 1
}

.signpost_list-text {
    display: none;
    opacity: 0;
    pointer-events: none;
    margin-top: var(--site-padding)
}

@media(min-width: 1200px) {
    .signpost_list-text {
        margin-top: 0;
        position: absolute;
        top: var(--site-padding);
        right: 0;
        width: 41.66666667%
    }
}

.signpost_list-image {
    margin-top: var(--site-padding);
    margin-bottom: var(--site-padding);
    display: none;
    opacity: 0
}

.signpost_list-image-lg {
    position: absolute;
    top: 65px;
    right: var(--site-padding);
    width: calc(33.33333333% - var(--site-padding));
    opacity: 0;
    transition: opacity .75s ease;
    margin-top: 0
}

.signpost_list-image-lg.active {
    opacity: 1
}

.post_feed .no-results,
#search-results .no-results,
.post_slider .no-results {
    min-height: 300px
}

.post_feed figure,
#search-results figure,
.post_slider figure {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
    aspect-ratio: 8/11
}

.post_feed figure img,
#search-results figure img,
.post_slider figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease
}

.post_feed figure:after,
#search-results figure:after,
.post_slider figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 29, 30, .3);
    opacity: 0;
    transition: opacity .6s ease;
    z-index: 1
}

.post_feed.feed-type--people_auto figure img,
.post_feed.feed-type--people_manual figure img,
.post_feed.feed-type--people figure img,
#search-results.feed-type--people_auto figure img,
#search-results.feed-type--people_manual figure img,
#search-results.feed-type--people figure img,
.post_slider.feed-type--people_auto figure img,
.post_slider.feed-type--people_manual figure img,
.post_slider.feed-type--people figure img {
    filter: grayscale(1)
}

.post_feed .layout-landscape figure,
#search-results .layout-landscape figure,
.post_slider .layout-landscape figure {
    height: auto;
    aspect-ratio: 1/.75
}

.post_feed .layout-landscape .post_feed--item,
#search-results .layout-landscape .post_feed--item,
.post_slider .layout-landscape .post_feed--item {
    margin-bottom: calc(var(--section-padding)/2)
}

.post_feed .layout-portrait figure,
#search-results .layout-portrait figure,
.post_slider .layout-portrait figure {
    height: auto;
    aspect-ratio: 8/11
}

.post_feed .layout-portrait .post_feed--item,
#search-results .layout-portrait .post_feed--item,
.post_slider .layout-portrait .post_feed--item {
    margin-bottom: calc(var(--section-padding)/2)
}

.post_feed .alm-masonry .layout-landscape,
#search-results .alm-masonry .layout-landscape,
.post_slider .alm-masonry .layout-landscape {
    aspect-ratio: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width: 768px) {
    .post_feed .alm-masonry .layout-landscape,
    #search-results .alm-masonry .layout-landscape,
    .post_slider .alm-masonry .layout-landscape {
        aspect-ratio: 1/1.125
    }
}

@media(min-width: 992px) {
    .post_feed .alm-masonry .layout-landscape,
    #search-results .alm-masonry .layout-landscape,
    .post_slider .alm-masonry .layout-landscape {
        aspect-ratio: 1/1.25
    }
}

@media(min-width: 1200px) {
    .post_feed .alm-masonry .layout-landscape,
    #search-results .alm-masonry .layout-landscape,
    .post_slider .alm-masonry .layout-landscape {
        aspect-ratio: 1/1.375
    }
}

@media(min-width: 1400px) {
    .post_feed .alm-masonry .layout-landscape,
    #search-results .alm-masonry .layout-landscape,
    .post_slider .alm-masonry .layout-landscape {
        aspect-ratio: 1/1.25
    }
}

@media(min-width: 1600px) {
    .post_feed .alm-masonry .layout-landscape,
    #search-results .alm-masonry .layout-landscape,
    .post_slider .alm-masonry .layout-landscape {
        aspect-ratio: 1/1.125
    }
}

@media(min-width: 1920px) {
    .post_feed .alm-masonry .layout-landscape,
    #search-results .alm-masonry .layout-landscape,
    .post_slider .alm-masonry .layout-landscape {
        aspect-ratio: 1/1
    }
}

.post_feed .alm-masonry .layout-landscape .post_feed--item,
#search-results .alm-masonry .layout-landscape .post_feed--item,
.post_slider .alm-masonry .layout-landscape .post_feed--item {
    margin-bottom: calc(var(--section-padding)/1)
}

@media(min-width: 768px) {
    .post_feed .alm-masonry .layout-landscape .post_feed--item,
    #search-results .alm-masonry .layout-landscape .post_feed--item,
    .post_slider .alm-masonry .layout-landscape .post_feed--item {
        margin-bottom: calc(var(--section-padding)/2)
    }
}

.post_feed .alm-masonry .layout-landscape figure,
#search-results .alm-masonry .layout-landscape figure,
.post_slider .alm-masonry .layout-landscape figure {
    aspect-ratio: 8/5
}

.post_feed .alm-masonry .layout-portrait,
#search-results .alm-masonry .layout-portrait,
.post_slider .alm-masonry .layout-portrait {
    aspect-ratio: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width: 768px) {
    .post_feed .alm-masonry .layout-portrait,
    #search-results .alm-masonry .layout-portrait,
    .post_slider .alm-masonry .layout-portrait {
        aspect-ratio: 1/2.25
    }
}

@media(min-width: 992px) {
    .post_feed .alm-masonry .layout-portrait,
    #search-results .alm-masonry .layout-portrait,
    .post_slider .alm-masonry .layout-portrait {
        aspect-ratio: 1/2.5
    }
}

@media(min-width: 1200px) {
    .post_feed .alm-masonry .layout-portrait,
    #search-results .alm-masonry .layout-portrait,
    .post_slider .alm-masonry .layout-portrait {
        aspect-ratio: 1/2.75
    }
}

@media(min-width: 1400px) {
    .post_feed .alm-masonry .layout-portrait,
    #search-results .alm-masonry .layout-portrait,
    .post_slider .alm-masonry .layout-portrait {
        aspect-ratio: 1/2.5
    }
}

@media(min-width: 1600px) {
    .post_feed .alm-masonry .layout-portrait,
    #search-results .alm-masonry .layout-portrait,
    .post_slider .alm-masonry .layout-portrait {
        aspect-ratio: 1/2.25
    }
}

@media(min-width: 1920px) {
    .post_feed .alm-masonry .layout-portrait,
    #search-results .alm-masonry .layout-portrait,
    .post_slider .alm-masonry .layout-portrait {
        aspect-ratio: 1/2
    }
}

.post_feed .alm-masonry .layout-portrait .post_feed--item,
#search-results .alm-masonry .layout-portrait .post_feed--item,
.post_slider .alm-masonry .layout-portrait .post_feed--item {
    margin-bottom: calc(var(--section-padding)/1)
}

@media(min-width: 768px) {
    .post_feed .alm-masonry .layout-portrait .post_feed--item,
    #search-results .alm-masonry .layout-portrait .post_feed--item,
    .post_slider .alm-masonry .layout-portrait .post_feed--item {
        margin-bottom: calc(var(--section-padding)/2)
    }
}

.post_feed .alm-masonry .layout-portrait figure,
#search-results .alm-masonry .layout-portrait figure,
.post_slider .alm-masonry .layout-portrait figure {
    aspect-ratio: 8/11
}

@media(min-width: 768px) {
    .post_feed .alm-masonry .layout-portrait figure,
    #search-results .alm-masonry .layout-portrait figure,
    .post_slider .alm-masonry .layout-portrait figure {
        aspect-ratio: 8/14.575
    }
}

@media(min-width: 992px) {
    .post_feed .alm-masonry .layout-portrait figure,
    #search-results .alm-masonry .layout-portrait figure,
    .post_slider .alm-masonry .layout-portrait figure {
        aspect-ratio: 8/15.8
    }
}

@media(min-width: 1200px) {
    .post_feed .alm-masonry .layout-portrait figure,
    #search-results .alm-masonry .layout-portrait figure,
    .post_slider .alm-masonry .layout-portrait figure {
        aspect-ratio: 8/17
    }
}

@media(min-width: 1400px) {
    .post_feed .alm-masonry .layout-portrait figure,
    #search-results .alm-masonry .layout-portrait figure,
    .post_slider .alm-masonry .layout-portrait figure {
        aspect-ratio: 8/15.675
    }
}

@media(min-width: 1600px) {
    .post_feed .alm-masonry .layout-portrait figure,
    #search-results .alm-masonry .layout-portrait figure,
    .post_slider .alm-masonry .layout-portrait figure {
        aspect-ratio: 8/14.575
    }
}

@media(min-width: 1920px) {
    .post_feed .alm-masonry .layout-portrait figure,
    #search-results .alm-masonry .layout-portrait figure,
    .post_slider .alm-masonry .layout-portrait figure {
        aspect-ratio: 8/13.4
    }
}

.post_feed .alm-masonry .taxonomies,
#search-results .alm-masonry .taxonomies,
.post_slider .alm-masonry .taxonomies {
    margin-top: calc(var(--site-padding)/2)
}

.post_feed .alm-listing[data-post-type=people] figure,
#search-results .alm-listing[data-post-type=people] figure,
.post_slider .alm-listing[data-post-type=people] figure {
    height: auto;
    aspect-ratio: 8/11
}

.post_feed .post_feed--item,
#search-results .post_feed--item,
.post_slider .post_feed--item {
    text-decoration: none;
    margin-bottom: var(--section-padding);
    display: block
}

.post_feed .post_feed--item .view,
#search-results .post_feed--item .view,
.post_slider .post_feed--item .view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity .6s ease;
    color: #fbfbf9
}

@media(min-width: 1200px) {
    .post_feed .post_feed--item:hover img,
    #search-results .post_feed--item:hover img,
    .post_slider .post_feed--item:hover img {
        transform: scale(1.075);
        filter: grayscale(0)
    }
    .post_feed .post_feed--item:hover figure.animation-complete .view,
    #search-results .post_feed--item:hover figure.animation-complete .view,
    .post_slider .post_feed--item:hover figure.animation-complete .view {
        opacity: 1
    }
    .post_feed .post_feed--item:hover figure.animation-complete:after,
    #search-results .post_feed--item:hover figure.animation-complete:after,
    .post_slider .post_feed--item:hover figure.animation-complete:after {
        opacity: 1
    }
}

.post_feed .taxonomies,
#search-results .taxonomies,
.post_slider .taxonomies {
    margin-top: var(--site-padding);
    margin-bottom: calc(var(--site-padding)/2.5)
}

.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=number]::-moz-placeholder,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=text]::-moz-placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=number]::-moz-placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=text]::-moz-placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=number]::-moz-placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=text]::-moz-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.post_feed .taxonomies h5,
.post_feed .taxonomies .h5,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .post_feed .taxonomies div.alm-filter--link,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter .post_feed .taxonomies label,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=number]::placeholder,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=text]::placeholder,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=number],
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=text],
.post_feed .taxonomies #nav__toggle,
.post_feed .taxonomies footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links .post_feed .taxonomies a,
.post_feed .taxonomies footer .footer--end-links,
footer .post_feed .taxonomies .footer--end-links,
.post_feed .taxonomies .image_video_with_text .grid-item.label,
.image_video_with_text .post_feed .taxonomies .grid-item.label,
.post_feed .taxonomies .contact_form .gfield_label,
.contact_form .post_feed .taxonomies .gfield_label,
#search-results .taxonomies h5,
#search-results .taxonomies .h5,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li #search-results .taxonomies div.alm-filter--link,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter #search-results .taxonomies label,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=number]::placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=text]::placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=number],
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=text],
#search-results .taxonomies #nav__toggle,
#search-results .taxonomies footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links #search-results .taxonomies a,
#search-results .taxonomies footer .footer--end-links,
footer #search-results .taxonomies .footer--end-links,
#search-results .taxonomies .image_video_with_text .grid-item.label,
.image_video_with_text #search-results .taxonomies .grid-item.label,
#search-results .taxonomies .contact_form .gfield_label,
.contact_form #search-results .taxonomies .gfield_label,
.post_slider .taxonomies h5,
.post_slider .taxonomies .h5,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .post_slider .taxonomies div.alm-filter--link,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter .post_slider .taxonomies label,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=number]::placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=text]::placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=number],
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=text],
.post_slider .taxonomies #nav__toggle,
.post_slider .taxonomies footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links .post_slider .taxonomies a,
.post_slider .taxonomies footer .footer--end-links,
footer .post_slider .taxonomies .footer--end-links,
.post_slider .taxonomies .image_video_with_text .grid-item.label,
.image_video_with_text .post_slider .taxonomies .grid-item.label,
.post_slider .taxonomies .contact_form .gfield_label,
.contact_form .post_slider .taxonomies .gfield_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child)::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=number]:not(:first-child)::-moz-placeholder,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child)::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=text]:not(:first-child)::-moz-placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child)::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=number]:not(:first-child)::-moz-placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child)::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=text]:not(:first-child)::-moz-placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child)::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=number]:not(:first-child)::-moz-placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child)::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=text]:not(:first-child)::-moz-placeholder {
    opacity: .4
}

.post_feed .taxonomies h5:not(:first-child),
.post_feed .taxonomies .h5:not(:first-child),
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter li .post_feed .taxonomies div.alm-filter--link:not(:first-child),
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter label:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter .post_feed .taxonomies label:not(:first-child),
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child)::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=number]:not(:first-child)::placeholder,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child)::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=text]:not(:first-child)::placeholder,
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=number]:not(:first-child),
.post_feed .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_feed .taxonomies input[type=text]:not(:first-child),
.post_feed .taxonomies #nav__toggle:not(:first-child),
.post_feed .taxonomies footer .footer--bottom .socials .social-links a:not(:first-child),
footer .footer--bottom .socials .social-links .post_feed .taxonomies a:not(:first-child),
.post_feed .taxonomies footer .footer--end-links:not(:first-child),
footer .post_feed .taxonomies .footer--end-links:not(:first-child),
.post_feed .taxonomies .image_video_with_text .grid-item.label:not(:first-child),
.image_video_with_text .post_feed .taxonomies .grid-item.label:not(:first-child),
.post_feed .taxonomies .contact_form .gfield_label:not(:first-child),
.contact_form .post_feed .taxonomies .gfield_label:not(:first-child),
#search-results .taxonomies h5:not(:first-child),
#search-results .taxonomies .h5:not(:first-child),
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter li #search-results .taxonomies div.alm-filter--link:not(:first-child),
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter label:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter #search-results .taxonomies label:not(:first-child),
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child)::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=number]:not(:first-child)::placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child)::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=text]:not(:first-child)::placeholder,
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=number]:not(:first-child),
#search-results .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter--text-wrap #search-results .taxonomies input[type=text]:not(:first-child),
#search-results .taxonomies #nav__toggle:not(:first-child),
#search-results .taxonomies footer .footer--bottom .socials .social-links a:not(:first-child),
footer .footer--bottom .socials .social-links #search-results .taxonomies a:not(:first-child),
#search-results .taxonomies footer .footer--end-links:not(:first-child),
footer #search-results .taxonomies .footer--end-links:not(:first-child),
#search-results .taxonomies .image_video_with_text .grid-item.label:not(:first-child),
.image_video_with_text #search-results .taxonomies .grid-item.label:not(:first-child),
#search-results .taxonomies .contact_form .gfield_label:not(:first-child),
.contact_form #search-results .taxonomies .gfield_label:not(:first-child),
.post_slider .taxonomies h5:not(:first-child),
.post_slider .taxonomies .h5:not(:first-child),
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter li .post_slider .taxonomies div.alm-filter--link:not(:first-child),
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter label:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter .post_slider .taxonomies label:not(:first-child),
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child)::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=number]:not(:first-child)::placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child)::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=text]:not(:first-child)::placeholder,
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=number]:not(:first-child),
.post_slider .taxonomies .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:not(:first-child),
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .post_slider .taxonomies input[type=text]:not(:first-child),
.post_slider .taxonomies #nav__toggle:not(:first-child),
.post_slider .taxonomies footer .footer--bottom .socials .social-links a:not(:first-child),
footer .footer--bottom .socials .social-links .post_slider .taxonomies a:not(:first-child),
.post_slider .taxonomies footer .footer--end-links:not(:first-child),
footer .post_slider .taxonomies .footer--end-links:not(:first-child),
.post_slider .taxonomies .image_video_with_text .grid-item.label:not(:first-child),
.image_video_with_text .post_slider .taxonomies .grid-item.label:not(:first-child),
.post_slider .taxonomies .contact_form .gfield_label:not(:first-child),
.contact_form .post_slider .taxonomies .gfield_label:not(:first-child) {
    opacity: .4
}

#search-results figure {
    aspect-ratio: 8/11
}

.search_results--header h1,
.search_results--header .h1 {
    padding-bottom: clamp(16px, 13.3333333333px + 0.0055555556*100vw, 24px);
    margin-bottom: var(--section-padding);
    border-bottom: 1px solid rgba(9, 29, 30, .3)
}

.post_feed.show-filter .post_feed--filter {
    transform: translateY(calc(100% - (var(--site-padding) + 15px)))
}

.post_feed.show-filter .post_feed--filter.active {
    transform: translateY(0)
}

.post_slider .post_slider--container {
    padding-bottom: var(--site-padding)
}

@media(max-width: 991.98px) {
    .post_slider>.container-fluid,
    .post_slider>.ajax-load-more-wrap[data-id=project_feed],
    .post_slider>.container-sm,
    .post_slider>.container-md,
    .post_slider>.container-lg,
    .post_slider>.container-xl,
    .post_slider>.container-xxl {
        padding-right: 0
    }
}

@media(max-width: 991.98px) {
    .post_slider>.container-fluid>.row,
    .post_slider>.ajax-load-more-wrap[data-id=project_feed]>.row,
    .post_slider>.container-sm>.row,
    .post_slider>.container-md>.row,
    .post_slider>.container-lg>.row,
    .post_slider>.container-xl>.row,
    .post_slider>.container-xxl>.row {
        margin-right: 0
    }
    .post_slider>.container-fluid>.row .post_slider--container,
    .post_slider>.ajax-load-more-wrap[data-id=project_feed]>.row .post_slider--container,
    .post_slider>.container-sm>.row .post_slider--container,
    .post_slider>.container-md>.row .post_slider--container,
    .post_slider>.container-lg>.row .post_slider--container,
    .post_slider>.container-xl>.row .post_slider--container,
    .post_slider>.container-xxl>.row .post_slider--container {
        padding-right: 0;
        margin-top: calc(var(--site-padding))
    }
}

.post_slider [data-columns="4"] figure {
    aspect-ratio: 8/11
}

.post_slider .post_feed--item {
    margin-bottom: 0
}

@media(min-width: 1200px) {
    .post_slider .post_feed--item:hover figure .view {
        opacity: 1
    }
    .post_slider .post_feed--item:hover figure:after {
        opacity: 1
    }
}

.post_slider figure {
    width: 100%;
    background-color: rgba(9, 29, 30, .1);
    overflow: hidden;
    aspect-ratio: 8/11
}

.post_slider .taxonomies {
    margin-top: calc(var(--site-padding)/1.5);
    margin-bottom: calc(var(--site-padding)/3)
}

.post_feed--filter {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f3eeea;
    transition: transform .75s ease;
    max-height: 100vh;
    max-height: 100svh;
    padding: 0
}

.post_feed--filter.active {
    transform: translateY(0)
}

.post_feed--filter.active .post_feed--filter__close {
    opacity: 1;
    pointer-events: all
}

.post_feed--filter .post_feed--filter__close {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none
}

@media(min-width: 1200px) {
    .post_feed--filter .post_feed--filter__close {
        display: none
    }
}

.post_feed--filter .post_feed--filter__scroll {
    max-height: calc(90vh - 45px);
    max-height: calc(90svh - 45px);
    padding: calc(var(--site-padding)/2) var(--site-padding) calc(var(--site-padding)*2)
}

@media(min-width: 1920px) {
    .post_feed--filter .post_feed--filter__scroll {
        max-height: calc(80vh - 45px);
        max-height: calc(80svh - 45px)
    }
}

.post_feed--filter .post_feed--filter__scroll .alm-filters.alm-filters-container .alm-filter--group {
    max-height: calc(90vh - 120px);
    max-height: calc(90svh - 120px);
    overflow-y: auto;
    overflow-x: hidden
}

@media(min-width: 1920px) {
    .post_feed--filter .post_feed--filter__scroll .alm-filters.alm-filters-container .alm-filter--group {
        max-height: calc(80vh - 120px);
        max-height: calc(80svh - 120px)
    }
}

.post_feed--filter .post_feed--filter-info {
    padding-bottom: var(--site-padding)
}

@media(max-width: 1199.98px) {
    .post_feed--filter .post_feed--filter-info {
        padding-bottom: calc(var(--site-padding)*2)
    }
}

.post_feed--filter .alm-filters,
.post_feed--filter .post_feed--filter-info {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

.post_feed--filter .alm-filters .alm-filter,
.post_feed--filter .alm-filters .post_feed--filter-item,
.post_feed--filter .post_feed--filter-info .alm-filter,
.post_feed--filter .post_feed--filter-info .post_feed--filter-item {
    width: 50%;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5)
}

@media(min-width: 1200px) {
    .post_feed--filter .alm-filters .alm-filter,
    .post_feed--filter .alm-filters .post_feed--filter-item,
    .post_feed--filter .post_feed--filter-info .alm-filter,
    .post_feed--filter .post_feed--filter-info .post_feed--filter-item {
        width: 20%
    }
}

@media(min-width: 1600px) {
    .post_feed--filter .alm-filters .alm-filter,
    .post_feed--filter .alm-filters .post_feed--filter-item,
    .post_feed--filter .post_feed--filter-info .alm-filter,
    .post_feed--filter .post_feed--filter-info .post_feed--filter-item {
        width: 16.66666667%
    }
}

@media(min-width: 1200px) {
    .post_feed--filter .alm-filters .alm-filter[data-taxonomy=project-type],
    .post_feed--filter .post_feed--filter-info .alm-filter[data-taxonomy=project-type] {
        padding-left: 106px
    }
    .post_feed--filter .alm-filters .alm-filter[data-taxonomy=region],
    .post_feed--filter .post_feed--filter-info .alm-filter[data-taxonomy=region] {
        padding-left: 84px
    }
    .post_feed--filter .alm-filters .alm-filter[data-taxonomy=studio],
    .post_feed--filter .post_feed--filter-info .alm-filter[data-taxonomy=studio] {
        padding-left: 82px
    }
    .post_feed--filter .alm-filters .alm-filter[data-taxonomy=team],
    .post_feed--filter .post_feed--filter-info .alm-filter[data-taxonomy=team] {
        padding-left: 69px
    }
    .post_feed--filter .alm-filters .alm-filter[data-taxonomy=expertise],
    .post_feed--filter .post_feed--filter-info .alm-filter[data-taxonomy=expertise] {
        padding-left: 105px
    }
    .post_feed--filter .alm-filters .alm-filter[data-key=category],
    .post_feed--filter .post_feed--filter-info .alm-filter[data-key=category] {
        padding-left: 104px
    }
}

@media(max-width: 1199.98px) {
    .post_feed--filter .alm-filter--search {
        position: absolute;
        top: calc(-1*(var(--site-padding)*2 + 15px));
        right: 0
    }
}

@media(min-width: 1200px) {
    .post_feed--filter .alm-filter--search {
        position: relative;
        top: calc(-1*(var(--site-padding)*1 + 15px))
    }
}

.post_feed--filter .alm-filter--search .alm-filter--text {
    display: flex;
    gap: calc(clamp(24px, 18.6666666667px + 1.11111111vw, 40px)*.5) !important
}

.post_feed--filter .alm-filter--search .alm-filter--text-wrap {
    padding: 0
}

.post_feed--filter .selected-filter-label {
    opacity: .4
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text] {
    padding: 0 0 5px 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(9, 29, 30, .2);
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    height: 20px
}

@media(max-width: 767.98px) {
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text] {
        min-width: 0;
        font-size: 16px;
        transform: scale(0.975);
        transform-origin: top left
    }
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder {
    color: #091d1e
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder {
    color: #091d1e
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]:focus,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(9, 29, 30, .2)
}

.post_feed--filter .alm-filters-container .alm-filter--text-wrap.has-button button {
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    height: 15px
}

@media(max-width: 1199.98px) {
    .post_feed--filter .alm-filters-container .alm-filter--text-wrap.has-button button {
        padding: 0 !important
    }
}

.post_feed--filter .alm-filters-container .alm-filter label {
    opacity: .4
}

.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link {
    padding-left: 0;
    opacity: .4;
    color: #091d1e;
    transition: opacity .3s ease;
    min-height: 20px
}

.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link:before,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link:after {
    display: none
}

.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link.active,
.post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link:hover {
    opacity: 1
}

.alm-filters-edit {
    display: none !important
}

@media(min-width: 1200px) {
    .alm-filters-container .alm-filter--title {
        display: none
    }
}

.alm-filters-container .alm-filter--title h3,
.alm-filters-container .alm-filter--title .h3 {
    letter-spacing: .1em !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    margin-bottom: 24px !important;
    font-family: "Beausite Classic", sans-serif !important;
    font-weight: 400 !important
}

.ajax-load-more-wrap.alm-loading {
    min-height: 100vh;
    min-height: 100svh
}

@media(max-width: 991.98px) {
    .ajax-load-more-wrap[data-slug=projects] .alm-listing,
    .ajax-load-more-wrap[data-slug=people] .alm-listing {
        margin-top: calc(var(--section-padding)/2)
    }
}

.ajax-load-more-wrap[data-id=project_feed] .alm-listing {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

@media(min-width: 992px) {
    .ajax-load-more-wrap[data-id=project_feed] .alm-listing {
        margin-top: calc(var(--section-padding)/2)
    }
}

.ajax-load-more-wrap[data-id=project_feed] .alm-listing>* {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.filter__bg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 135px);
    height: calc(100svh + 135px);
    background-color: #091d1e;
    z-index: 999;
    transition: opacity .3s ease, visibility .3s ease;
    transition-delay: .05s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.filter__bg_overlay.filter__bg_overlay--active {
    visibility: visible;
    opacity: .7
}

@media(max-width: 1199.98px) {
    .filter__bg_overlay.filter__bg_overlay--active {
        opacity: 1
    }
}

.contact_map {
    overflow: hidden
}

.contact_map .contact_map--map img {
    opacity: .2
}

.contact_map .contact_map--locations {
    position: absolute;
    width: 100%;
    height: 100%
}

.contact_map .contact_map--location {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b0b6b4;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    text-decoration: none
}

@media(max-width: 991.98px) {
    .contact_map .contact_map--location {
        width: 6px;
        height: 6px;
        border-radius: 6px
    }
}

.contact_map .contact_map--location:hover {
    z-index: 9
}

.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.label[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map .contact_map--location:hover input.label[type=number]::-moz-placeholder,
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.label[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map .contact_map--location:hover input.label[type=text]::-moz-placeholder {
    opacity: 1
}

.contact_map .contact_map--location:hover .label.h5,
.contact_map .contact_map--location:hover .label#nav__toggle,
.contact_map .contact_map--location:hover footer .footer--bottom .socials .social-links a.label,
footer .footer--bottom .socials .social-links .contact_map .contact_map--location:hover a.label,
.contact_map .contact_map--location:hover footer .label.footer--end-links,
footer .contact_map .contact_map--location:hover .label.footer--end-links,
.contact_map .contact_map--location:hover .image_video_with_text .label.grid-item,
.image_video_with_text .contact_map .contact_map--location:hover .label.grid-item,
.contact_map .contact_map--location:hover .contact_form .label.gfield_label,
.contact_form .contact_map .contact_map--location:hover .label.gfield_label,
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.label[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map .contact_map--location:hover input.label[type=number],
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.label[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map .contact_map--location:hover input.label[type=text],
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.label[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map .contact_map--location:hover input.label[type=number]::placeholder,
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input.label[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map .contact_map--location:hover input.label[type=text]::placeholder,
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter label.label,
.post_feed--filter .alm-filters-container .alm-filter .contact_map .contact_map--location:hover label.label,
.contact_map .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter li div.label.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .contact_map .contact_map--location:hover div.label.alm-filter--link,
.contact_map .contact_map--location:hover .label.h3 {
    opacity: 1
}

.contact_map .contact_map--location .label {
    width: 300px;
    padding-left: calc(var(--site-padding)/2);
    transition: opacity .3s ease;
    text-shadow: 1px 1px 3px #091d1e
}

.contact_map .contact_map--location .label.h3 {
    margin-top: -12px;
    margin-bottom: 0;
    padding-bottom: 12px
}

.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location:hover input[type=number]::-moz-placeholder,
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location:hover input[type=text]::-moz-placeholder {
    pointer-events: all
}

.contact_map[data-map-style=open] .contact_map--location:hover .h5,
.contact_map[data-map-style=open] .contact_map--location:hover #nav__toggle,
.contact_map[data-map-style=open] .contact_map--location:hover footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links .contact_map[data-map-style=open] .contact_map--location:hover a,
.contact_map[data-map-style=open] .contact_map--location:hover footer .footer--end-links,
footer .contact_map[data-map-style=open] .contact_map--location:hover .footer--end-links,
.contact_map[data-map-style=open] .contact_map--location:hover .image_video_with_text .grid-item.label,
.image_video_with_text .contact_map[data-map-style=open] .contact_map--location:hover .grid-item.label,
.contact_map[data-map-style=open] .contact_map--location:hover .contact_form .gfield_label,
.contact_form .contact_map[data-map-style=open] .contact_map--location:hover .gfield_label,
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location:hover input[type=number],
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location:hover input[type=text],
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location:hover input[type=number]::placeholder,
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location:hover input[type=text]::placeholder,
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter .contact_map[data-map-style=open] .contact_map--location:hover label,
.contact_map[data-map-style=open] .contact_map--location:hover .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .contact_map[data-map-style=open] .contact_map--location:hover div.alm-filter--link {
    pointer-events: all
}

.contact_map[data-map-style=open] .contact_map--location .h3 {
    opacity: 1
}

.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location input[type=number]::-moz-placeholder,
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location input[type=text]::-moz-placeholder {
    opacity: 0;
    pointer-events: none
}

.contact_map[data-map-style=open] .contact_map--location .h5,
.contact_map[data-map-style=open] .contact_map--location #nav__toggle,
.contact_map[data-map-style=open] .contact_map--location footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links .contact_map[data-map-style=open] .contact_map--location a,
.contact_map[data-map-style=open] .contact_map--location footer .footer--end-links,
footer .contact_map[data-map-style=open] .contact_map--location .footer--end-links,
.contact_map[data-map-style=open] .contact_map--location .image_video_with_text .grid-item.label,
.image_video_with_text .contact_map[data-map-style=open] .contact_map--location .grid-item.label,
.contact_map[data-map-style=open] .contact_map--location .contact_form .gfield_label,
.contact_form .contact_map[data-map-style=open] .contact_map--location .gfield_label,
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location input[type=number],
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location input[type=text],
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location input[type=number]::placeholder,
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=open] .contact_map--location input[type=text]::placeholder,
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter .contact_map[data-map-style=open] .contact_map--location label,
.contact_map[data-map-style=open] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .contact_map[data-map-style=open] .contact_map--location div.alm-filter--link {
    opacity: 0;
    pointer-events: none
}

.contact_map[data-map-style=closed] .contact_map--location .label {
    pointer-events: none
}

.contact_map[data-map-style=closed] .contact_map--location .h3 {
    opacity: 0
}

.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=closed] .contact_map--location input[type=number]::-moz-placeholder,
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::-moz-placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=closed] .contact_map--location input[type=text]::-moz-placeholder {
    display: none
}

.contact_map[data-map-style=closed] .contact_map--location .h5,
.contact_map[data-map-style=closed] .contact_map--location #nav__toggle,
.contact_map[data-map-style=closed] .contact_map--location footer .footer--bottom .socials .social-links a,
footer .footer--bottom .socials .social-links .contact_map[data-map-style=closed] .contact_map--location a,
.contact_map[data-map-style=closed] .contact_map--location footer .footer--end-links,
footer .contact_map[data-map-style=closed] .contact_map--location .footer--end-links,
.contact_map[data-map-style=closed] .contact_map--location .image_video_with_text .grid-item.label,
.image_video_with_text .contact_map[data-map-style=closed] .contact_map--location .grid-item.label,
.contact_map[data-map-style=closed] .contact_map--location .contact_form .gfield_label,
.contact_form .contact_map[data-map-style=closed] .contact_map--location .gfield_label,
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=closed] .contact_map--location input[type=number],
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text],
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=closed] .contact_map--location input[type=text],
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=number]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=closed] .contact_map--location input[type=number]::placeholder,
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter--text-wrap input[type=text]::placeholder,
.post_feed--filter .alm-filters-container .alm-filter--text-wrap .contact_map[data-map-style=closed] .contact_map--location input[type=text]::placeholder,
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter label,
.post_feed--filter .alm-filters-container .alm-filter .contact_map[data-map-style=closed] .contact_map--location label,
.contact_map[data-map-style=closed] .contact_map--location .post_feed--filter .alm-filters-container .alm-filter li div.alm-filter--link,
.post_feed--filter .alm-filters-container .alm-filter li .contact_map[data-map-style=closed] .contact_map--location div.alm-filter--link {
    display: none
}

.popup_template {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    pointer-events: none;
    background-color: rgba(9, 29, 30, 0);
    transition: background-color .6s cubic-bezier(0.19, 1, 0.22, 1), opacity .6s ease
}

.popup_template.ending .popup_template__inner {
    background-color: rgba(9, 29, 30, 0)
}

.popup_template.open {
    pointer-events: all;
    background-color: rgba(9, 29, 30, .9)
}

@media(min-width: 992px) {
    .popup_template.open {
        background-color: rgba(9, 29, 30, .7)
    }
}

.popup_template.open .popup_template__close {
    opacity: 1;
    pointer-events: all
}

.popup_template__close {
    position: absolute;
    transition: opacity .6s ease, transform .6s ease;
    opacity: 0;
    z-index: 10001;
    top: var(--site-padding);
    height: 30px;
    width: 30px;
    pointer-events: none;
    right: var(--site-padding)
}

@media(min-width: 992px) {
    .popup_template__close {
        height: 44px;
        width: 44px
    }
}

.popup_template__close svg {
    width: 100%;
    height: 100%
}

.popup_template__close svg path {
    fill: var(--nav-colour)
}

.popup_template__close svg circle {
    stroke: var(--nav-colour)
}

.popup_template__close:hover {
    transform: rotate(90deg)
}

.popup_template-post .popup_template__close,
.popup_template-people .popup_template__close {
    right: calc(var(--site-padding)/2);
    top: calc(var(--site-padding)/2)
}

@media(min-width: 992px) {
    .popup_template-post .popup_template__close,
    .popup_template-people .popup_template__close {
        right: calc(91.66666667% + 24px);
        top: calc(8.33333333vh + var(--site-padding))
    }
}

.popup_template-post .popup_template__close svg path,
.popup_template-people .popup_template__close svg path {
    fill: #fbfbf9
}

.popup_template-post .popup_template__close svg circle,
.popup_template-people .popup_template__close svg circle {
    stroke: #fbfbf9
}

.popup_template__inner {
    overflow-y: auto;
    max-height: 100vh;
    max-height: 100dvh;
    padding-top: 0;
    position: fixed;
    z-index: 9999;
    transition: bottom 1.25s cubic-bezier(0.19, 1, 0.22, 1), width 1.25s cubic-bezier(0.19, 1, 0.22, 1), max-height 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    transform: translateX(0);
    bottom: -130%;
    width: calc(100% + 1px);
    margin-left: -1px;
    border-radius: 0;
    background-color: #b0b6b4;
    background-color: var(--site-colour)
}

@media(min-width: 1200px) {
    .popup_template__inner {
        max-height: 100vh;
        bottom: -100%;
        will-change: transform
    }
}

.popup_template-post .popup_template__inner,
.popup_template-people .popup_template__inner {
    width: calc(91.66666667% + 1px);
    max-height: calc(100vh - 8.33333333%);
    max-height: calc(100dvh - 8.33333333%)
}

.open .popup_template__inner {
    transition: bottom 1.25s cubic-bezier(0.19, 1, 0.22, 1), width 1.25s cubic-bezier(0.19, 1, 0.22, 1), max-height 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0
}

.popup_template__inner_html {
    height: 100%;
    width: 100%;
    min-height: calc(100vh + 20px);
    transition: opacity .5s ease
}

@media(min-width: 1200px) {
    .popup_template__inner_html {
        min-height: calc(100vh + 30px);
        padding-top: 0
    }
}

.popup_template__inner_html.hide {
    opacity: 0
}

.popup_template__inner_header {
    position: fixed;
    left: 0;
    width: 100%;
    color: #091d1e;
    z-index: 10000;
    border-radius: 20px 20px 0 0;
    height: 59px;
    top: 0;
    display: flex;
    width: 100%;
    padding-left: 16px;
    align-items: center
}

@media(min-width: 1200px) {
    .popup_template__inner_header {
        top: 0
    }
}

.popup_template__inner_header span {
    color: var(--fg-colour-alt)
}

.open .popup_template__inner_header {
    transition: bottom .6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: calc(100% - 60px - 30px)
}

.popup_template__inner_header_html {
    max-width: calc(100% - 58px);
    transition: opacity .5s ease
}

.popup_template__inner_header_html.hide {
    opacity: 0
}

svg#load {
    pointer-events: none;
    transition: opacity .25s ease;
    transition-delay: .15s;
    opacity: 0;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px
}

svg#load.loading {
    opacity: 1
}

.popup_template__end {
    width: 100%;
    height: 100vh
}

/*# sourceMappingURL=main.min.css.map */