:root,
[data-bs-theme="light"] {
    --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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(109.8, 168, 253.8);
    --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}
h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    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: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 0.875em;
}
mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
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;
}
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: var(--bs-code-color);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.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]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not(
        [type="time"]
    )::-webkit-calendar-picker-indicator {
    display: none !important;
}
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: 0.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"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-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;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}
.container,
.container-fluid,
.container-dxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1340px;
    }
}
@media (min-width: 1600px) {
    .container-dxl,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1540px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --bs-breakpoint-dxl: 1600px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}
.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.66666667%;
}
.row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571429%;
}
.row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
}
.row-cols-9 > * {
    flex: 0 0 auto;
    width: 11.11111111%;
}
.row-cols-10 > * {
    flex: 0 0 auto;
    width: 10%;
}
.row-cols-11 > * {
    flex: 0 0 auto;
    width: 9.09090909%;
}
.row-cols-12 > * {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.row-cols-13 > * {
    flex: 0 0 auto;
    width: 7.69230769%;
}
.row-cols-14 > * {
    flex: 0 0 auto;
    width: 7.14285714%;
}
.row-cols-15 > * {
    flex: 0 0 auto;
    width: 6.66666667%;
}
.row-cols-16 > * {
    flex: 0 0 auto;
    width: 6.25%;
}
.row-cols-17 > * {
    flex: 0 0 auto;
    width: 5.88235294%;
}
.row-cols-18 > * {
    flex: 0 0 auto;
    width: 5.55555556%;
}
.row-cols-19 > * {
    flex: 0 0 auto;
    width: 5.26315789%;
}
.row-cols-20 > * {
    flex: 0 0 auto;
    width: 5%;
}
.row-cols-21 > * {
    flex: 0 0 auto;
    width: 4.76190476%;
}
.row-cols-22 > * {
    flex: 0 0 auto;
    width: 4.54545455%;
}
.row-cols-23 > * {
    flex: 0 0 auto;
    width: 4.34782609%;
}
.row-cols-24 > * {
    flex: 0 0 auto;
    width: 4.16666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
}
.col-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-3 {
    flex: 0 0 auto;
    width: 12.5%;
}
.col-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
}
.col-6 {
    flex: 0 0 auto;
    width: 25%;
}
.col-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
}
.col-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-9 {
    flex: 0 0 auto;
    width: 37.5%;
}
.col-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
}
.col-12 {
    flex: 0 0 auto;
    width: 50%;
}
.col-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
}
.col-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-15 {
    flex: 0 0 auto;
    width: 62.5%;
}
.col-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
}
.col-18 {
    flex: 0 0 auto;
    width: 75%;
}
.col-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
}
.col-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-21 {
    flex: 0 0 auto;
    width: 87.5%;
}
.col-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
}
.col-24 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 4.16666667%;
}
.offset-2 {
    margin-left: 8.33333333%;
}
.offset-3 {
    margin-left: 12.5%;
}
.offset-4 {
    margin-left: 16.66666667%;
}
.offset-5 {
    margin-left: 20.83333333%;
}
.offset-6 {
    margin-left: 25%;
}
.offset-7 {
    margin-left: 29.16666667%;
}
.offset-8 {
    margin-left: 33.33333333%;
}
.offset-9 {
    margin-left: 37.5%;
}
.offset-10 {
    margin-left: 41.66666667%;
}
.offset-11 {
    margin-left: 45.83333333%;
}
.offset-12 {
    margin-left: 50%;
}
.offset-13 {
    margin-left: 54.16666667%;
}
.offset-14 {
    margin-left: 58.33333333%;
}
.offset-15 {
    margin-left: 62.5%;
}
.offset-16 {
    margin-left: 66.66666667%;
}
.offset-17 {
    margin-left: 70.83333333%;
}
.offset-18 {
    margin-left: 75%;
}
.offset-19 {
    margin-left: 79.16666667%;
}
.offset-20 {
    margin-left: 83.33333333%;
}
.offset-21 {
    margin-left: 87.5%;
}
.offset-22 {
    margin-left: 91.66666667%;
}
.offset-23 {
    margin-left: 95.83333333%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .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.66666667%;
    }
    .row-cols-sm-7 > * {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
    .row-cols-sm-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .row-cols-sm-9 > * {
        flex: 0 0 auto;
        width: 11.11111111%;
    }
    .row-cols-sm-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-cols-sm-11 > * {
        flex: 0 0 auto;
        width: 9.09090909%;
    }
    .row-cols-sm-12 > * {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .row-cols-sm-13 > * {
        flex: 0 0 auto;
        width: 7.69230769%;
    }
    .row-cols-sm-14 > * {
        flex: 0 0 auto;
        width: 7.14285714%;
    }
    .row-cols-sm-15 > * {
        flex: 0 0 auto;
        width: 6.66666667%;
    }
    .row-cols-sm-16 > * {
        flex: 0 0 auto;
        width: 6.25%;
    }
    .row-cols-sm-17 > * {
        flex: 0 0 auto;
        width: 5.88235294%;
    }
    .row-cols-sm-18 > * {
        flex: 0 0 auto;
        width: 5.55555556%;
    }
    .row-cols-sm-19 > * {
        flex: 0 0 auto;
        width: 5.26315789%;
    }
    .row-cols-sm-20 > * {
        flex: 0 0 auto;
        width: 5%;
    }
    .row-cols-sm-21 > * {
        flex: 0 0 auto;
        width: 4.76190476%;
    }
    .row-cols-sm-22 > * {
        flex: 0 0 auto;
        width: 4.54545455%;
    }
    .row-cols-sm-23 > * {
        flex: 0 0 auto;
        width: 4.34782609%;
    }
    .row-cols-sm-24 > * {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }
    .col-sm-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }
    .col-sm-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
    .col-sm-18 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-19 {
        flex: 0 0 auto;
        width: 79.16666667%;
    }
    .col-sm-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }
    .col-sm-22 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-23 {
        flex: 0 0 auto;
        width: 95.83333333%;
    }
    .col-sm-24 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 4.16666667%;
    }
    .offset-sm-2 {
        margin-left: 8.33333333%;
    }
    .offset-sm-3 {
        margin-left: 12.5%;
    }
    .offset-sm-4 {
        margin-left: 16.66666667%;
    }
    .offset-sm-5 {
        margin-left: 20.83333333%;
    }
    .offset-sm-6 {
        margin-left: 25%;
    }
    .offset-sm-7 {
        margin-left: 29.16666667%;
    }
    .offset-sm-8 {
        margin-left: 33.33333333%;
    }
    .offset-sm-9 {
        margin-left: 37.5%;
    }
    .offset-sm-10 {
        margin-left: 41.66666667%;
    }
    .offset-sm-11 {
        margin-left: 45.83333333%;
    }
    .offset-sm-12 {
        margin-left: 50%;
    }
    .offset-sm-13 {
        margin-left: 54.16666667%;
    }
    .offset-sm-14 {
        margin-left: 58.33333333%;
    }
    .offset-sm-15 {
        margin-left: 62.5%;
    }
    .offset-sm-16 {
        margin-left: 66.66666667%;
    }
    .offset-sm-17 {
        margin-left: 70.83333333%;
    }
    .offset-sm-18 {
        margin-left: 75%;
    }
    .offset-sm-19 {
        margin-left: 79.16666667%;
    }
    .offset-sm-20 {
        margin-left: 83.33333333%;
    }
    .offset-sm-21 {
        margin-left: 87.5%;
    }
    .offset-sm-22 {
        margin-left: 91.66666667%;
    }
    .offset-sm-23 {
        margin-left: 95.83333333%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .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.66666667%;
    }
    .row-cols-md-7 > * {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
    .row-cols-md-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .row-cols-md-9 > * {
        flex: 0 0 auto;
        width: 11.11111111%;
    }
    .row-cols-md-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-cols-md-11 > * {
        flex: 0 0 auto;
        width: 9.09090909%;
    }
    .row-cols-md-12 > * {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .row-cols-md-13 > * {
        flex: 0 0 auto;
        width: 7.69230769%;
    }
    .row-cols-md-14 > * {
        flex: 0 0 auto;
        width: 7.14285714%;
    }
    .row-cols-md-15 > * {
        flex: 0 0 auto;
        width: 6.66666667%;
    }
    .row-cols-md-16 > * {
        flex: 0 0 auto;
        width: 6.25%;
    }
    .row-cols-md-17 > * {
        flex: 0 0 auto;
        width: 5.88235294%;
    }
    .row-cols-md-18 > * {
        flex: 0 0 auto;
        width: 5.55555556%;
    }
    .row-cols-md-19 > * {
        flex: 0 0 auto;
        width: 5.26315789%;
    }
    .row-cols-md-20 > * {
        flex: 0 0 auto;
        width: 5%;
    }
    .row-cols-md-21 > * {
        flex: 0 0 auto;
        width: 4.76190476%;
    }
    .row-cols-md-22 > * {
        flex: 0 0 auto;
        width: 4.54545455%;
    }
    .row-cols-md-23 > * {
        flex: 0 0 auto;
        width: 4.34782609%;
    }
    .row-cols-md-24 > * {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }
    .col-md-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }
    .col-md-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
    .col-md-18 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-19 {
        flex: 0 0 auto;
        width: 79.16666667%;
    }
    .col-md-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }
    .col-md-22 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-23 {
        flex: 0 0 auto;
        width: 95.83333333%;
    }
    .col-md-24 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 4.16666667%;
    }
    .offset-md-2 {
        margin-left: 8.33333333%;
    }
    .offset-md-3 {
        margin-left: 12.5%;
    }
    .offset-md-4 {
        margin-left: 16.66666667%;
    }
    .offset-md-5 {
        margin-left: 20.83333333%;
    }
    .offset-md-6 {
        margin-left: 25%;
    }
    .offset-md-7 {
        margin-left: 29.16666667%;
    }
    .offset-md-8 {
        margin-left: 33.33333333%;
    }
    .offset-md-9 {
        margin-left: 37.5%;
    }
    .offset-md-10 {
        margin-left: 41.66666667%;
    }
    .offset-md-11 {
        margin-left: 45.83333333%;
    }
    .offset-md-12 {
        margin-left: 50%;
    }
    .offset-md-13 {
        margin-left: 54.16666667%;
    }
    .offset-md-14 {
        margin-left: 58.33333333%;
    }
    .offset-md-15 {
        margin-left: 62.5%;
    }
    .offset-md-16 {
        margin-left: 66.66666667%;
    }
    .offset-md-17 {
        margin-left: 70.83333333%;
    }
    .offset-md-18 {
        margin-left: 75%;
    }
    .offset-md-19 {
        margin-left: 79.16666667%;
    }
    .offset-md-20 {
        margin-left: 83.33333333%;
    }
    .offset-md-21 {
        margin-left: 87.5%;
    }
    .offset-md-22 {
        margin-left: 91.66666667%;
    }
    .offset-md-23 {
        margin-left: 95.83333333%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .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.66666667%;
    }
    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .row-cols-lg-9 > * {
        flex: 0 0 auto;
        width: 11.11111111%;
    }
    .row-cols-lg-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-cols-lg-11 > * {
        flex: 0 0 auto;
        width: 9.09090909%;
    }
    .row-cols-lg-12 > * {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .row-cols-lg-13 > * {
        flex: 0 0 auto;
        width: 7.69230769%;
    }
    .row-cols-lg-14 > * {
        flex: 0 0 auto;
        width: 7.14285714%;
    }
    .row-cols-lg-15 > * {
        flex: 0 0 auto;
        width: 6.66666667%;
    }
    .row-cols-lg-16 > * {
        flex: 0 0 auto;
        width: 6.25%;
    }
    .row-cols-lg-17 > * {
        flex: 0 0 auto;
        width: 5.88235294%;
    }
    .row-cols-lg-18 > * {
        flex: 0 0 auto;
        width: 5.55555556%;
    }
    .row-cols-lg-19 > * {
        flex: 0 0 auto;
        width: 5.26315789%;
    }
    .row-cols-lg-20 > * {
        flex: 0 0 auto;
        width: 5%;
    }
    .row-cols-lg-21 > * {
        flex: 0 0 auto;
        width: 4.76190476%;
    }
    .row-cols-lg-22 > * {
        flex: 0 0 auto;
        width: 4.54545455%;
    }
    .row-cols-lg-23 > * {
        flex: 0 0 auto;
        width: 4.34782609%;
    }
    .row-cols-lg-24 > * {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }
    .col-lg-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }
    .col-lg-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
    .col-lg-18 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-19 {
        flex: 0 0 auto;
        width: 79.16666667%;
    }
    .col-lg-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }
    .col-lg-22 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-23 {
        flex: 0 0 auto;
        width: 95.83333333%;
    }
    .col-lg-24 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 4.16666667%;
    }
    .offset-lg-2 {
        margin-left: 8.33333333%;
    }
    .offset-lg-3 {
        margin-left: 12.5%;
    }
    .offset-lg-4 {
        margin-left: 16.66666667%;
    }
    .offset-lg-5 {
        margin-left: 20.83333333%;
    }
    .offset-lg-6 {
        margin-left: 25%;
    }
    .offset-lg-7 {
        margin-left: 29.16666667%;
    }
    .offset-lg-8 {
        margin-left: 33.33333333%;
    }
    .offset-lg-9 {
        margin-left: 37.5%;
    }
    .offset-lg-10 {
        margin-left: 41.66666667%;
    }
    .offset-lg-11 {
        margin-left: 45.83333333%;
    }
    .offset-lg-12 {
        margin-left: 50%;
    }
    .offset-lg-13 {
        margin-left: 54.16666667%;
    }
    .offset-lg-14 {
        margin-left: 58.33333333%;
    }
    .offset-lg-15 {
        margin-left: 62.5%;
    }
    .offset-lg-16 {
        margin-left: 66.66666667%;
    }
    .offset-lg-17 {
        margin-left: 70.83333333%;
    }
    .offset-lg-18 {
        margin-left: 75%;
    }
    .offset-lg-19 {
        margin-left: 79.16666667%;
    }
    .offset-lg-20 {
        margin-left: 83.33333333%;
    }
    .offset-lg-21 {
        margin-left: 87.5%;
    }
    .offset-lg-22 {
        margin-left: 91.66666667%;
    }
    .offset-lg-23 {
        margin-left: 95.83333333%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .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.66666667%;
    }
    .row-cols-xl-7 > * {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
    .row-cols-xl-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .row-cols-xl-9 > * {
        flex: 0 0 auto;
        width: 11.11111111%;
    }
    .row-cols-xl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-cols-xl-11 > * {
        flex: 0 0 auto;
        width: 9.09090909%;
    }
    .row-cols-xl-12 > * {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .row-cols-xl-13 > * {
        flex: 0 0 auto;
        width: 7.69230769%;
    }
    .row-cols-xl-14 > * {
        flex: 0 0 auto;
        width: 7.14285714%;
    }
    .row-cols-xl-15 > * {
        flex: 0 0 auto;
        width: 6.66666667%;
    }
    .row-cols-xl-16 > * {
        flex: 0 0 auto;
        width: 6.25%;
    }
    .row-cols-xl-17 > * {
        flex: 0 0 auto;
        width: 5.88235294%;
    }
    .row-cols-xl-18 > * {
        flex: 0 0 auto;
        width: 5.55555556%;
    }
    .row-cols-xl-19 > * {
        flex: 0 0 auto;
        width: 5.26315789%;
    }
    .row-cols-xl-20 > * {
        flex: 0 0 auto;
        width: 5%;
    }
    .row-cols-xl-21 > * {
        flex: 0 0 auto;
        width: 4.76190476%;
    }
    .row-cols-xl-22 > * {
        flex: 0 0 auto;
        width: 4.54545455%;
    }
    .row-cols-xl-23 > * {
        flex: 0 0 auto;
        width: 4.34782609%;
    }
    .row-cols-xl-24 > * {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }
    .col-xl-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }
    .col-xl-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
    .col-xl-18 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-19 {
        flex: 0 0 auto;
        width: 79.16666667%;
    }
    .col-xl-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }
    .col-xl-22 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-23 {
        flex: 0 0 auto;
        width: 95.83333333%;
    }
    .col-xl-24 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 4.16666667%;
    }
    .offset-xl-2 {
        margin-left: 8.33333333%;
    }
    .offset-xl-3 {
        margin-left: 12.5%;
    }
    .offset-xl-4 {
        margin-left: 16.66666667%;
    }
    .offset-xl-5 {
        margin-left: 20.83333333%;
    }
    .offset-xl-6 {
        margin-left: 25%;
    }
    .offset-xl-7 {
        margin-left: 29.16666667%;
    }
    .offset-xl-8 {
        margin-left: 33.33333333%;
    }
    .offset-xl-9 {
        margin-left: 37.5%;
    }
    .offset-xl-10 {
        margin-left: 41.66666667%;
    }
    .offset-xl-11 {
        margin-left: 45.83333333%;
    }
    .offset-xl-12 {
        margin-left: 50%;
    }
    .offset-xl-13 {
        margin-left: 54.16666667%;
    }
    .offset-xl-14 {
        margin-left: 58.33333333%;
    }
    .offset-xl-15 {
        margin-left: 62.5%;
    }
    .offset-xl-16 {
        margin-left: 66.66666667%;
    }
    .offset-xl-17 {
        margin-left: 70.83333333%;
    }
    .offset-xl-18 {
        margin-left: 75%;
    }
    .offset-xl-19 {
        margin-left: 79.16666667%;
    }
    .offset-xl-20 {
        margin-left: 83.33333333%;
    }
    .offset-xl-21 {
        margin-left: 87.5%;
    }
    .offset-xl-22 {
        margin-left: 91.66666667%;
    }
    .offset-xl-23 {
        margin-left: 95.83333333%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .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.66666667%;
    }
    .row-cols-xxl-7 > * {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
    .row-cols-xxl-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .row-cols-xxl-9 > * {
        flex: 0 0 auto;
        width: 11.11111111%;
    }
    .row-cols-xxl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-cols-xxl-11 > * {
        flex: 0 0 auto;
        width: 9.09090909%;
    }
    .row-cols-xxl-12 > * {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .row-cols-xxl-13 > * {
        flex: 0 0 auto;
        width: 7.69230769%;
    }
    .row-cols-xxl-14 > * {
        flex: 0 0 auto;
        width: 7.14285714%;
    }
    .row-cols-xxl-15 > * {
        flex: 0 0 auto;
        width: 6.66666667%;
    }
    .row-cols-xxl-16 > * {
        flex: 0 0 auto;
        width: 6.25%;
    }
    .row-cols-xxl-17 > * {
        flex: 0 0 auto;
        width: 5.88235294%;
    }
    .row-cols-xxl-18 > * {
        flex: 0 0 auto;
        width: 5.55555556%;
    }
    .row-cols-xxl-19 > * {
        flex: 0 0 auto;
        width: 5.26315789%;
    }
    .row-cols-xxl-20 > * {
        flex: 0 0 auto;
        width: 5%;
    }
    .row-cols-xxl-21 > * {
        flex: 0 0 auto;
        width: 4.76190476%;
    }
    .row-cols-xxl-22 > * {
        flex: 0 0 auto;
        width: 4.54545455%;
    }
    .row-cols-xxl-23 > * {
        flex: 0 0 auto;
        width: 4.34782609%;
    }
    .row-cols-xxl-24 > * {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }
    .col-xxl-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }
    .col-xxl-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
    .col-xxl-18 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-19 {
        flex: 0 0 auto;
        width: 79.16666667%;
    }
    .col-xxl-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }
    .col-xxl-22 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-23 {
        flex: 0 0 auto;
        width: 95.83333333%;
    }
    .col-xxl-24 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 4.16666667%;
    }
    .offset-xxl-2 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-3 {
        margin-left: 12.5%;
    }
    .offset-xxl-4 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-5 {
        margin-left: 20.83333333%;
    }
    .offset-xxl-6 {
        margin-left: 25%;
    }
    .offset-xxl-7 {
        margin-left: 29.16666667%;
    }
    .offset-xxl-8 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-9 {
        margin-left: 37.5%;
    }
    .offset-xxl-10 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-11 {
        margin-left: 45.83333333%;
    }
    .offset-xxl-12 {
        margin-left: 50%;
    }
    .offset-xxl-13 {
        margin-left: 54.16666667%;
    }
    .offset-xxl-14 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-15 {
        margin-left: 62.5%;
    }
    .offset-xxl-16 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-17 {
        margin-left: 70.83333333%;
    }
    .offset-xxl-18 {
        margin-left: 75%;
    }
    .offset-xxl-19 {
        margin-left: 79.16666667%;
    }
    .offset-xxl-20 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-21 {
        margin-left: 87.5%;
    }
    .offset-xxl-22 {
        margin-left: 91.66666667%;
    }
    .offset-xxl-23 {
        margin-left: 95.83333333%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1600px) {
    .col-dxl {
        flex: 1 0 0%;
    }
    .row-cols-dxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-dxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-dxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-dxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-dxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-dxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-dxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .row-cols-dxl-7 > * {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
    .row-cols-dxl-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .row-cols-dxl-9 > * {
        flex: 0 0 auto;
        width: 11.11111111%;
    }
    .row-cols-dxl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-cols-dxl-11 > * {
        flex: 0 0 auto;
        width: 9.09090909%;
    }
    .row-cols-dxl-12 > * {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .row-cols-dxl-13 > * {
        flex: 0 0 auto;
        width: 7.69230769%;
    }
    .row-cols-dxl-14 > * {
        flex: 0 0 auto;
        width: 7.14285714%;
    }
    .row-cols-dxl-15 > * {
        flex: 0 0 auto;
        width: 6.66666667%;
    }
    .row-cols-dxl-16 > * {
        flex: 0 0 auto;
        width: 6.25%;
    }
    .row-cols-dxl-17 > * {
        flex: 0 0 auto;
        width: 5.88235294%;
    }
    .row-cols-dxl-18 > * {
        flex: 0 0 auto;
        width: 5.55555556%;
    }
    .row-cols-dxl-19 > * {
        flex: 0 0 auto;
        width: 5.26315789%;
    }
    .row-cols-dxl-20 > * {
        flex: 0 0 auto;
        width: 5%;
    }
    .row-cols-dxl-21 > * {
        flex: 0 0 auto;
        width: 4.76190476%;
    }
    .row-cols-dxl-22 > * {
        flex: 0 0 auto;
        width: 4.54545455%;
    }
    .row-cols-dxl-23 > * {
        flex: 0 0 auto;
        width: 4.34782609%;
    }
    .row-cols-dxl-24 > * {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-dxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-dxl-1 {
        flex: 0 0 auto;
        width: 4.16666667%;
    }
    .col-dxl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-dxl-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    .col-dxl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-dxl-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }
    .col-dxl-6 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-dxl-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }
    .col-dxl-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-dxl-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }
    .col-dxl-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-dxl-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }
    .col-dxl-12 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-dxl-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }
    .col-dxl-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-dxl-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }
    .col-dxl-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-dxl-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
    .col-dxl-18 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-dxl-19 {
        flex: 0 0 auto;
        width: 79.16666667%;
    }
    .col-dxl-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-dxl-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }
    .col-dxl-22 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-dxl-23 {
        flex: 0 0 auto;
        width: 95.83333333%;
    }
    .col-dxl-24 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-dxl-0 {
        margin-left: 0;
    }
    .offset-dxl-1 {
        margin-left: 4.16666667%;
    }
    .offset-dxl-2 {
        margin-left: 8.33333333%;
    }
    .offset-dxl-3 {
        margin-left: 12.5%;
    }
    .offset-dxl-4 {
        margin-left: 16.66666667%;
    }
    .offset-dxl-5 {
        margin-left: 20.83333333%;
    }
    .offset-dxl-6 {
        margin-left: 25%;
    }
    .offset-dxl-7 {
        margin-left: 29.16666667%;
    }
    .offset-dxl-8 {
        margin-left: 33.33333333%;
    }
    .offset-dxl-9 {
        margin-left: 37.5%;
    }
    .offset-dxl-10 {
        margin-left: 41.66666667%;
    }
    .offset-dxl-11 {
        margin-left: 45.83333333%;
    }
    .offset-dxl-12 {
        margin-left: 50%;
    }
    .offset-dxl-13 {
        margin-left: 54.16666667%;
    }
    .offset-dxl-14 {
        margin-left: 58.33333333%;
    }
    .offset-dxl-15 {
        margin-left: 62.5%;
    }
    .offset-dxl-16 {
        margin-left: 66.66666667%;
    }
    .offset-dxl-17 {
        margin-left: 70.83333333%;
    }
    .offset-dxl-18 {
        margin-left: 75%;
    }
    .offset-dxl-19 {
        margin-left: 79.16666667%;
    }
    .offset-dxl-20 {
        margin-left: 83.33333333%;
    }
    .offset-dxl-21 {
        margin-left: 87.5%;
    }
    .offset-dxl-22 {
        margin-left: 91.66666667%;
    }
    .offset-dxl-23 {
        margin-left: 95.83333333%;
    }
    .g-dxl-0,
    .gx-dxl-0 {
        --bs-gutter-x: 0;
    }
    .g-dxl-0,
    .gy-dxl-0 {
        --bs-gutter-y: 0;
    }
    .g-dxl-1,
    .gx-dxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-dxl-1,
    .gy-dxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-dxl-2,
    .gx-dxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-dxl-2,
    .gy-dxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-dxl-3,
    .gx-dxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-dxl-3,
    .gy-dxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-dxl-4,
    .gx-dxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-dxl-4,
    .gy-dxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-dxl-5,
    .gx-dxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-dxl-5,
    .gy-dxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: calc(1px * 2) solid currentcolor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 226, 254.6);
    --bs-table-border-color: rgb(185.94, 203.4, 229.14);
    --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-border-color: rgb(203.04, 204.66, 206.1);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(209, 231, 220.8);
    --bs-table-border-color: rgb(188.1, 207.9, 198.72);
    --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(185.94, 219.96, 226.8);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(229.5, 218.34, 184.86);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(248, 214.6, 217.8);
    --bs-table-border-color: rgb(223.2, 193.14, 196.02);
    --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(223.2, 224.1, 225);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(55.2, 58.8, 62.4);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1599.98px) {
    .table-responsive-dxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}
.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgb(221.35, 224.2, 227.05);
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
[data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input {
    --bs-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28134, 182.5, 254%29%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition:
        opacity 0.1s ease-in-out,
        transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #fff;
    border-radius: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
    color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
    background-color: #e9ecef;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
    z-index: 5;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 5;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(
        .invalid-feedback
    ) {
    margin-left: calc(1px * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.375rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position:
        right 0.75rem center,
        center right 2.25rem;
    background-size:
        16px 12px,
        calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.375rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position:
        right 0.75rem center,
        center right 2.25rem;
    background-size:
        16px 12px,
        calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid rgba(0, 0, 0, 0);
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-dxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1600px) {
    .navbar-expand-dxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-dxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-dxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-dxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-dxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-dxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-dxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-dxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-dxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-dxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%2811.7, 99, 227.7%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: rgb(11.7, 99, 227.7);
    --bs-accordion-active-bg: rgb(230.8, 240.5, 254.8);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
    border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28109.8, 168, 253.8%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28109.8, 168, 253.8%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0)
        var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
}
.icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none;
    }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.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;
}
.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1600px) {
    .sticky-dxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-dxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.object-fit-contain {
    object-fit: contain !important;
}
.object-fit-cover {
    object-fit: cover !important;
}
.object-fit-fill {
    object-fit: fill !important;
}
.object-fit-scale {
    object-fit: scale-down !important;
}
.object-fit-none {
    object-fit: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-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: var(--bs-box-shadow) !important;
}
.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !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;
}
.border-opacity-10 {
    --bs-border-opacity: 0.1;
}
.border-opacity-25 {
    --bs-border-opacity: 0.25;
}
.border-opacity-50 {
    --bs-border-opacity: 0.5;
}
.border-opacity-75 {
    --bs-border-opacity: 0.75;
}
.border-opacity-100 {
    --bs-border-opacity: 1;
}
.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;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.column-gap-0 {
    column-gap: 0 !important;
}
.column-gap-1 {
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    column-gap: 1rem !important;
}
.column-gap-4 {
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    column-gap: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
    --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}
.link-opacity-25 {
    --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}
.link-opacity-50 {
    --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}
.link-opacity-75 {
    --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}
.link-opacity-100 {
    --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}
.link-offset-1 {
    text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}
.link-offset-2 {
    text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}
.link-offset-3 {
    text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}
.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
}
.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}
.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.z-n1 {
    z-index: -1 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .object-fit-sm-contain {
        object-fit: contain !important;
    }
    .object-fit-sm-cover {
        object-fit: cover !important;
    }
    .object-fit-sm-fill {
        object-fit: fill !important;
    }
    .object-fit-sm-scale {
        object-fit: scale-down !important;
    }
    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
        column-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .object-fit-md-contain {
        object-fit: contain !important;
    }
    .object-fit-md-cover {
        object-fit: cover !important;
    }
    .object-fit-md-fill {
        object-fit: fill !important;
    }
    .object-fit-md-scale {
        object-fit: scale-down !important;
    }
    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .column-gap-md-0 {
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
        column-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .object-fit-lg-contain {
        object-fit: contain !important;
    }
    .object-fit-lg-cover {
        object-fit: cover !important;
    }
    .object-fit-lg-fill {
        object-fit: fill !important;
    }
    .object-fit-lg-scale {
        object-fit: scale-down !important;
    }
    .object-fit-lg-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
        column-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        column-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .object-fit-xxl-contain {
        object-fit: contain !important;
    }
    .object-fit-xxl-cover {
        object-fit: cover !important;
    }
    .object-fit-xxl-fill {
        object-fit: fill !important;
    }
    .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-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;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
        column-gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1600px) {
    .float-dxl-start {
        float: left !important;
    }
    .float-dxl-end {
        float: right !important;
    }
    .float-dxl-none {
        float: none !important;
    }
    .object-fit-dxl-contain {
        object-fit: contain !important;
    }
    .object-fit-dxl-cover {
        object-fit: cover !important;
    }
    .object-fit-dxl-fill {
        object-fit: fill !important;
    }
    .object-fit-dxl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-dxl-none {
        object-fit: none !important;
    }
    .d-dxl-inline {
        display: inline !important;
    }
    .d-dxl-inline-block {
        display: inline-block !important;
    }
    .d-dxl-block {
        display: block !important;
    }
    .d-dxl-grid {
        display: grid !important;
    }
    .d-dxl-inline-grid {
        display: inline-grid !important;
    }
    .d-dxl-table {
        display: table !important;
    }
    .d-dxl-table-row {
        display: table-row !important;
    }
    .d-dxl-table-cell {
        display: table-cell !important;
    }
    .d-dxl-flex {
        display: flex !important;
    }
    .d-dxl-inline-flex {
        display: inline-flex !important;
    }
    .d-dxl-none {
        display: none !important;
    }
    .flex-dxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-dxl-row {
        flex-direction: row !important;
    }
    .flex-dxl-column {
        flex-direction: column !important;
    }
    .flex-dxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-dxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-dxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-dxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-dxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-dxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-dxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-dxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-dxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-dxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-dxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-dxl-center {
        justify-content: center !important;
    }
    .justify-content-dxl-between {
        justify-content: space-between !important;
    }
    .justify-content-dxl-around {
        justify-content: space-around !important;
    }
    .justify-content-dxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-dxl-start {
        align-items: flex-start !important;
    }
    .align-items-dxl-end {
        align-items: flex-end !important;
    }
    .align-items-dxl-center {
        align-items: center !important;
    }
    .align-items-dxl-baseline {
        align-items: baseline !important;
    }
    .align-items-dxl-stretch {
        align-items: stretch !important;
    }
    .align-content-dxl-start {
        align-content: flex-start !important;
    }
    .align-content-dxl-end {
        align-content: flex-end !important;
    }
    .align-content-dxl-center {
        align-content: center !important;
    }
    .align-content-dxl-between {
        align-content: space-between !important;
    }
    .align-content-dxl-around {
        align-content: space-around !important;
    }
    .align-content-dxl-stretch {
        align-content: stretch !important;
    }
    .align-self-dxl-auto {
        align-self: auto !important;
    }
    .align-self-dxl-start {
        align-self: flex-start !important;
    }
    .align-self-dxl-end {
        align-self: flex-end !important;
    }
    .align-self-dxl-center {
        align-self: center !important;
    }
    .align-self-dxl-baseline {
        align-self: baseline !important;
    }
    .align-self-dxl-stretch {
        align-self: stretch !important;
    }
    .order-dxl-first {
        order: -1 !important;
    }
    .order-dxl-0 {
        order: 0 !important;
    }
    .order-dxl-1 {
        order: 1 !important;
    }
    .order-dxl-2 {
        order: 2 !important;
    }
    .order-dxl-3 {
        order: 3 !important;
    }
    .order-dxl-4 {
        order: 4 !important;
    }
    .order-dxl-5 {
        order: 5 !important;
    }
    .order-dxl-last {
        order: 6 !important;
    }
    .m-dxl-0 {
        margin: 0 !important;
    }
    .m-dxl-1 {
        margin: 0.25rem !important;
    }
    .m-dxl-2 {
        margin: 0.5rem !important;
    }
    .m-dxl-3 {
        margin: 1rem !important;
    }
    .m-dxl-4 {
        margin: 1.5rem !important;
    }
    .m-dxl-5 {
        margin: 3rem !important;
    }
    .m-dxl-auto {
        margin: auto !important;
    }
    .mx-dxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-dxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-dxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-dxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-dxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-dxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-dxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-dxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-dxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-dxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-dxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-dxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-dxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-dxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-dxl-0 {
        margin-top: 0 !important;
    }
    .mt-dxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-dxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-dxl-3 {
        margin-top: 1rem !important;
    }
    .mt-dxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-dxl-5 {
        margin-top: 3rem !important;
    }
    .mt-dxl-auto {
        margin-top: auto !important;
    }
    .me-dxl-0 {
        margin-right: 0 !important;
    }
    .me-dxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-dxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-dxl-3 {
        margin-right: 1rem !important;
    }
    .me-dxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-dxl-5 {
        margin-right: 3rem !important;
    }
    .me-dxl-auto {
        margin-right: auto !important;
    }
    .mb-dxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-dxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-dxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-dxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-dxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-dxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-dxl-auto {
        margin-bottom: auto !important;
    }
    .ms-dxl-0 {
        margin-left: 0 !important;
    }
    .ms-dxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-dxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-dxl-3 {
        margin-left: 1rem !important;
    }
    .ms-dxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-dxl-5 {
        margin-left: 3rem !important;
    }
    .ms-dxl-auto {
        margin-left: auto !important;
    }
    .p-dxl-0 {
        padding: 0 !important;
    }
    .p-dxl-1 {
        padding: 0.25rem !important;
    }
    .p-dxl-2 {
        padding: 0.5rem !important;
    }
    .p-dxl-3 {
        padding: 1rem !important;
    }
    .p-dxl-4 {
        padding: 1.5rem !important;
    }
    .p-dxl-5 {
        padding: 3rem !important;
    }
    .px-dxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-dxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-dxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-dxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-dxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-dxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-dxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-dxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-dxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-dxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-dxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-dxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-dxl-0 {
        padding-top: 0 !important;
    }
    .pt-dxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-dxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-dxl-3 {
        padding-top: 1rem !important;
    }
    .pt-dxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-dxl-5 {
        padding-top: 3rem !important;
    }
    .pe-dxl-0 {
        padding-right: 0 !important;
    }
    .pe-dxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-dxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-dxl-3 {
        padding-right: 1rem !important;
    }
    .pe-dxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-dxl-5 {
        padding-right: 3rem !important;
    }
    .pb-dxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-dxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-dxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-dxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-dxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-dxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-dxl-0 {
        padding-left: 0 !important;
    }
    .ps-dxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-dxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-dxl-3 {
        padding-left: 1rem !important;
    }
    .ps-dxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-dxl-5 {
        padding-left: 3rem !important;
    }
    .gap-dxl-0 {
        gap: 0 !important;
    }
    .gap-dxl-1 {
        gap: 0.25rem !important;
    }
    .gap-dxl-2 {
        gap: 0.5rem !important;
    }
    .gap-dxl-3 {
        gap: 1rem !important;
    }
    .gap-dxl-4 {
        gap: 1.5rem !important;
    }
    .gap-dxl-5 {
        gap: 3rem !important;
    }
    .row-gap-dxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-dxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-dxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-dxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-dxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-dxl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-dxl-0 {
        column-gap: 0 !important;
    }
    .column-gap-dxl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-dxl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-dxl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-dxl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-dxl-5 {
        column-gap: 3rem !important;
    }
    .text-dxl-start {
        text-align: left !important;
    }
    .text-dxl-end {
        text-align: right !important;
    }
    .text-dxl-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-inline-grid {
        display: inline-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;
    }
}
@font-face {
    font-family: "Mont";
    src:
        url(a5ad7d42105a6c90eda7.woff2) format("woff2"),
        url(4f45d6de6f154d5e0b5f.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mont";
    src:
        url(4c7026e711d64c22d6c8.woff2) format("woff2"),
        url(abecf663e30c9cdaf7cf.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Monschone";
    src:
        url(382cdd992cc4a2535b71.woff2) format("woff2"),
        url(d0ba860fc06994684790.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mont";
    src:
        url(02201a192f68a83a89cb.woff2) format("woff2"),
        url(7bbab491f858fd6a0039.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,
body {
    font-family: "Mont", sans-serif;
}
.typo--xxl,
.moodboard__title,
.block-2__title,
.h1,
h1 {
    font-family: "Monschone", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2.5rem, 6.95vw, 10rem);
    line-height: 1;
}
.typo--xl,
.madetofeed-intro__title,
.madetofeed-intro__qub,
.casadecorpromo-intro__title,
.casadecor-intro__title,
.casadecor-intro__qub,
.projects-hero__title,
.freedom-hero__t,
.hero-1__title,
.hero-1__qub,
.block-7__title,
.block-7__qub,
.block-6__title--3,
.block-6__title--2,
.block-numbers__box strong,
.block-3__title,
.block-3__qub,
.block-c__title,
.block-c__qub,
.aas-hero__title,
.aas-hero__qub,
.home-intro__title,
.home-intro__qub,
.site-search__wrap input::placeholder,
.site-search__wrap input {
    font-family: "Monschone", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2.25rem, 4.5vw, 8rem);
    line-height: 1;
}
.typo--l,
.finiture__title,
.block-contact__title,
.block-5__title,
.block-5__qub,
.block-3__title.medium,
.block-3__qub.medium,
.block-c__title.medium,
.block-c__qub.medium,
.aas-detail__downloads-t,
.gform__top-title {
    font-family: "Monschone", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2rem, 3.25vw, 8rem);
    line-height: 1;
}
.typo--m,
.block-maplist .accordion-menu__l,
.block-maplist .results-title,
.block-9__title,
.block-faq__title,
.block-4__title,
.block-1__title,
.block-1__qub,
.aas__scheme-title,
.footer__t--2,
.footer__t--1,
.header__menu-main a {
    font-family: "Monschone", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.5rem, 2.75vw, 5rem);
    line-height: 1;
}
.typo--n,
.map-popup__title,
.news-grid__box-title,
.block-contact__title--2,
.block-maplist__title,
.block-maplist__qub,
.gform__top-txt,
.site-search__result-title {
    font-family: "Mont", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
}
.typo--s,
.madetofeed-hero__text,
.casadecorpromo-hero__text,
.casadecor-hero__text,
.map-popup__ad,
.finiture__box-t,
.finiture__subtitle,
.video-grid__box-title,
.projects-block__t,
.freedom-hero__s,
.block-maplist .results-none,
.block-gallery__title,
.aas-hero__sub,
.home-hero__text {
    font-family: "Mont", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}
.typo--xs,
.finiture__box-st,
.projects-block__label span,
.hero-1__sub,
.block-maplist__sub,
.block-7__sub,
.block-5__sub,
.block-4__index,
.block-2__index,
.aas-detail__features-desc,
.aas-detail__features-title,
.site-search__result-sub,
h6,
.h6,
.infobox h3 {
    font-family: "Mont", sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}
h2,
.h2 {
    font-family: "Monschone", serif;
    line-height: 1;
}
h3,
.h3 {
    font-family: "Monschone", serif;
    line-height: 1;
}
h4,
.h4 {
    font-family: "Monschone", serif;
    line-height: 1;
}
h5,
.h5 {
    font-family: "Monschone", serif;
    line-height: 1;
}
.gwrap {
    padding: 0 clamp(0.5rem, 3.75vw, 5rem);
    position: relative;
}
@media (max-width: 991.98px) {
    .gwrap.gwrap--mp0 {
        padding: 0;
    }
}
.fios,
.stagger-in__el {
    filter: blur(8px);
    opacity: 0;
    transform: translateY(25%);
}
.cta--1,
.madetofeed-intro__cta,
.casadecorpromo-intro__cta,
.casadecor-intro__cta,
.hero-1__cta,
.block-7__cta,
.block-5__cta,
.block-faq .accordion-content a,
.block-faq__cta,
.block-3__cta,
.block-2__mcta,
.block-c__cta,
.block-1__cta,
.home-intro__cta {
    --s: 0;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem;
    margin-left: -1rem;
}
.cta--1:before,
.madetofeed-intro__cta:before,
.casadecorpromo-intro__cta:before,
.casadecor-intro__cta:before,
.hero-1__cta:before,
.block-7__cta:before,
.block-5__cta:before,
.block-faq .accordion-content a:before,
.block-faq__cta:before,
.block-3__cta:before,
.block-2__mcta:before,
.block-c__cta:before,
.block-1__cta:before,
.home-intro__cta:before {
    content: "";
    width: var(--s);
    height: var(--s);
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: -1.5px;
    margin-right: 0.875rem;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
    vertical-align: middle;
    display: inline-block;
}
.cta--1:hover,
.madetofeed-intro__cta:hover,
.casadecorpromo-intro__cta:hover,
.casadecor-intro__cta:hover,
.hero-1__cta:hover,
.block-7__cta:hover,
.block-5__cta:hover,
.block-faq .accordion-content a:hover,
.block-faq__cta:hover,
.block-3__cta:hover,
.block-2__mcta:hover,
.block-c__cta:hover,
.block-1__cta:hover,
.home-intro__cta:hover {
    color: #fff;
}
.cta--1:hover:before,
.madetofeed-intro__cta:hover:before,
.casadecorpromo-intro__cta:hover:before,
.casadecor-intro__cta:hover:before,
.hero-1__cta:hover:before,
.block-7__cta:hover:before,
.block-5__cta:hover:before,
.block-faq .accordion-content a:hover:before,
.block-faq__cta:hover:before,
.block-3__cta:hover:before,
.block-2__mcta:hover:before,
.block-c__cta:hover:before,
.block-1__cta:hover:before,
.home-intro__cta:hover:before {
    width: 1.5rem;
    height: 1.5rem;
}
.cta--2,
.list-materials-wrapMobile a,
.project-hero__cta,
.manifesto__cta,
.freedom-hero__cta,
.block-f__cta,
.aas-detail__matc-cta,
.aas-detail__hero-ctas a,
.header__menu-bottom a.store-btn {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 2.5rem;
    padding: 0.75rem 1.25rem 0.65rem;
    transition: all 0.6s ease-out;
}
@media (min-width: 992px) {
    .cta--2,
    .list-materials-wrapMobile a,
    .project-hero__cta,
    .manifesto__cta,
    .freedom-hero__cta,
    .block-f__cta,
    .aas-detail__matc-cta,
    .aas-detail__hero-ctas a,
    .header__menu-bottom a.store-btn {
        padding: 0.75rem 1.5rem 0.65rem;
    }
}
.cta--2 svg path,
.list-materials-wrapMobile a svg path,
.project-hero__cta svg path,
.manifesto__cta svg path,
.freedom-hero__cta svg path,
.block-f__cta svg path,
.aas-detail__matc-cta svg path,
.aas-detail__hero-ctas a svg path,
.header__menu-bottom a.store-btn svg path,
.cta--2 svg polygon,
.list-materials-wrapMobile a svg polygon,
.project-hero__cta svg polygon,
.manifesto__cta svg polygon,
.freedom-hero__cta svg polygon,
.block-f__cta svg polygon,
.aas-detail__matc-cta svg polygon,
.aas-detail__hero-ctas a svg polygon,
.header__menu-bottom a.store-btn svg polygon,
.cta--2 svg polyline,
.list-materials-wrapMobile a svg polyline,
.project-hero__cta svg polyline,
.manifesto__cta svg polyline,
.freedom-hero__cta svg polyline,
.block-f__cta svg polyline,
.aas-detail__matc-cta svg polyline,
.aas-detail__hero-ctas a svg polyline,
.header__menu-bottom a.store-btn svg polyline {
    transition: all 0.6s ease-out;
}
.cta--2:hover,
.list-materials-wrapMobile a:hover,
.project-hero__cta:hover,
.manifesto__cta:hover,
.freedom-hero__cta:hover,
.block-f__cta:hover,
.aas-detail__matc-cta:hover,
.aas-detail__hero-ctas a:hover,
.header__menu-bottom a.store-btn:hover {
    background: #000;
    color: #fff;
}
.cta--2:hover svg path,
.list-materials-wrapMobile a:hover svg path,
.project-hero__cta:hover svg path,
.manifesto__cta:hover svg path,
.freedom-hero__cta:hover svg path,
.block-f__cta:hover svg path,
.aas-detail__matc-cta:hover svg path,
.aas-detail__hero-ctas a:hover svg path,
.header__menu-bottom a.store-btn:hover svg path,
.cta--2:hover svg polygon,
.list-materials-wrapMobile a:hover svg polygon,
.project-hero__cta:hover svg polygon,
.manifesto__cta:hover svg polygon,
.freedom-hero__cta:hover svg polygon,
.block-f__cta:hover svg polygon,
.aas-detail__matc-cta:hover svg polygon,
.aas-detail__hero-ctas a:hover svg polygon,
.header__menu-bottom a.store-btn:hover svg polygon,
.cta--2:hover svg polyline,
.list-materials-wrapMobile a:hover svg polyline,
.project-hero__cta:hover svg polyline,
.manifesto__cta:hover svg polyline,
.freedom-hero__cta:hover svg polyline,
.block-f__cta:hover svg polyline,
.aas-detail__matc-cta:hover svg polyline,
.aas-detail__hero-ctas a:hover svg polyline,
.header__menu-bottom a.store-btn:hover svg polyline {
    stroke: #fff;
}
.cta--2 svg,
.list-materials-wrapMobile a svg,
.project-hero__cta svg,
.manifesto__cta svg,
.freedom-hero__cta svg,
.block-f__cta svg,
.aas-detail__matc-cta svg,
.aas-detail__hero-ctas a svg,
.header__menu-bottom a.store-btn svg {
    margin-right: 0.75rem;
}
.cta--2 img,
.list-materials-wrapMobile a img,
.project-hero__cta img,
.manifesto__cta img,
.freedom-hero__cta img,
.block-f__cta img,
.aas-detail__matc-cta img,
.aas-detail__hero-ctas a img,
.header__menu-bottom a.store-btn img {
    margin-right: 0.75rem;
    position: relative;
    top: -1px;
}
.cta--2.pdf:hover svg path,
.list-materials-wrapMobile a.pdf:hover svg path,
.pdf.project-hero__cta:hover svg path,
.pdf.manifesto__cta:hover svg path,
.pdf.freedom-hero__cta:hover svg path,
.pdf.block-f__cta:hover svg path,
.pdf.aas-detail__matc-cta:hover svg path,
.aas-detail__hero-ctas a.pdf:hover svg path,
.header__menu-bottom a.pdf.store-btn:hover svg path,
.cta--2.pdf:hover svg polygon,
.list-materials-wrapMobile a.pdf:hover svg polygon,
.pdf.project-hero__cta:hover svg polygon,
.pdf.manifesto__cta:hover svg polygon,
.pdf.freedom-hero__cta:hover svg polygon,
.pdf.block-f__cta:hover svg polygon,
.pdf.aas-detail__matc-cta:hover svg polygon,
.aas-detail__hero-ctas a.pdf:hover svg polygon,
.header__menu-bottom a.pdf.store-btn:hover svg polygon,
.cta--2.pdf:hover svg polyline,
.list-materials-wrapMobile a.pdf:hover svg polyline,
.pdf.project-hero__cta:hover svg polyline,
.pdf.manifesto__cta:hover svg polyline,
.pdf.freedom-hero__cta:hover svg polyline,
.pdf.block-f__cta:hover svg polyline,
.pdf.aas-detail__matc-cta:hover svg polyline,
.aas-detail__hero-ctas a.pdf:hover svg polyline,
.header__menu-bottom a.pdf.store-btn:hover svg polyline {
    stroke: none;
    fill: #fff;
}
.checkbox {
    display: flex;
    align-items: center;
}
.checkbox label {
    position: relative;
    height: 1rem;
    width: 1rem;
}
.checkbox label span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid gray;
    transition: 100ms ease-in;
    cursor: pointer;
}
.checkbox label span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
.checkbox label input[type="checkbox"] {
    appearance: none;
    position: relative;
}
.checkbox label input:checked + span:after {
    background: #000;
}
.checkbox div {
    margin-left: 1rem;
    position: relative;
    top: 2px;
    color: #595959;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.checkbox div a {
    color: #595959;
}
.text-gradient,
.block-2__title span {
    color: #000;
    --wPercent: 50%;
    background-image: -webkit-linear-gradient(90deg, #fff 0%, #fff var(--wPercent), #000 51%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.downloads-list {
    list-style: none;
}
@media (max-width: 991.98px) {
    .downloads-list__l--1 {
        text-transform: uppercase;
    }
}
@media (max-width: 991.98px) {
    .downloads-list__l--2 {
        text-transform: uppercase;
        font-size: 0.875rem;
        position: relative;
    }
}
.downloads-list__icomb {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    display: inline-block;
    width: auto;
    text-align: center;
}
.downloads-list__icomb img {
    margin: 0 !important;
}
.downloads-list a {
    border: 1px solid #a6a6a6;
    border-radius: 2rem;
    display: flex;
    padding: 1rem;
    color: #000;
    text-decoration: none;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
}
.downloads-list a:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .downloads-list a {
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
        margin-bottom: 0;
    }
}
.downloads-list a strong {
    font-weight: normal;
    display: flex;
    align-items: center;
}
.downloads-list a strong i {
    font-style: normal;
    display: inline-block;
    position: relative;
}
.downloads-list a strong i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.downloads-list a strong img {
    margin-right: 1.5rem;
    position: relative;
    top: -1px;
}
.downloads-list a.lock {
    opacity: 0.5;
}
.downloads-list a:hover strong i:after {
    transform: scaleX(1);
}
.downloads-list--2 {
    list-style: none;
}
.downloads-list--2 a {
    border-bottom: 1px solid #a6a6a6;
    display: flex;
    padding: 1rem;
    color: #000;
    text-decoration: none;
}
@media (min-width: 992px) {
    .downloads-list--2 a {
        justify-content: space-between;
    }
}
.downloads-list--2 a img {
    margin-right: 1.5rem;
}
.accordion-menu {
    color: #fff;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
}
.accordion-menu__r svg {
    transition: all 0.5s;
}
.accordion-group.active .accordion-menu__r svg {
    transform: rotate(180deg);
}
.accordion-content {
    height: 0;
    overflow: hidden;
    font-size: 1rem;
    border-bottom: 1px solid #595959;
}
.accordion-content__wrap {
    padding: 1.5rem 1rem;
}
.accordion-content.expanded {
    height: 0;
    overflow: hidden;
}
.hero__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0) 75%);
}
.hero__shadow--2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.breadcrumb {
    z-index: 10;
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transform: rotate(-90deg) translate3d(-50%, 1rem, 0);
    font-size: 0.75rem;
    transform-origin: left top;
    display: none;
}
@media (min-width: 992px) {
    .breadcrumb {
        display: block;
    }
}
.breadcrumb i {
    margin: 0 0.5rem;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.hero-nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    justify-content: center;
}
.hero-nav a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 2.5rem;
}
.hero-nav a:first-child {
    margin-left: 0;
}
.hero-nav a:hover {
    text-decoration: underline;
}
.in-image {
    transform: translate3d(0, 15%, 0) scale(0.75);
}
.spacer {
    padding-bottom: 5rem;
}
.content__inner {
    position: relative;
}
.pin-spacer {
    pointer-events: none;
}
.ctast {
    --s: 1rem;
}
.dolly {
    width: 100%;
    height: 100%;
}
.parallax-mask {
    width: 100%;
    height: 100%;
}
.wh-100 {
    width: 100%;
    height: 100%;
    transform: none !important;
}
.line-height-125 {
    line-height: 1.25;
}
.line-height-150 {
    line-height: 1.5;
}
input[type="text"].input--1,
input[type="email"].input--1 {
    color: #000;
    background: #f2f2f2;
    height: 4rem;
    border-radius: 10rem;
    border: none;
    width: 100%;
    padding: 0 2rem;
    text-transform: uppercase;
}
input[type="text"].input--1::placeholder,
input[type="email"].input--1::placeholder {
    color: #a6a6a6;
}
input[type="text"].input--1.wpcf7-not-valid,
input[type="email"].input--1.wpcf7-not-valid {
    background: rgba(215, 76, 76, 0.1);
}
input[type="text"].input--1.wpcf7-not-valid.light,
input[type="email"].input--1.wpcf7-not-valid.light {
    background: #f2f2f2;
}
input[type="text"].input--1.wpcf7-not-valid::placeholder,
input[type="email"].input--1.wpcf7-not-valid::placeholder {
    color: #d74c4c;
}
input[type="text"].input--2,
input[type="email"].input--2 {
    background: hsla(0, 0%, 100%, 0.1);
    color: #fff;
    height: 4rem;
    border-radius: 3rem;
    border: none;
    width: 100%;
    padding: 0 2rem;
    text-transform: uppercase;
}
input[type="text"].input--2::placeholder,
input[type="email"].input--2::placeholder {
    color: #fff;
}
input[type="text"].input--2.light,
input[type="email"].input--2.light {
    background: #f2f2f2;
    color: #000;
}
input[type="text"].input--2.light::placeholder,
input[type="email"].input--2.light::placeholder {
    color: #a6a6a6;
}
input[type="text"].input--2.wpcf7-not-valid,
input[type="email"].input--2.wpcf7-not-valid {
    background: rgba(215, 76, 76, 0.1);
}
input[type="text"].input--2.wpcf7-not-valid.light,
input[type="email"].input--2.wpcf7-not-valid.light {
    background: #f2f2f2;
}
input[type="text"].input--2.wpcf7-not-valid::placeholder,
input[type="email"].input--2.wpcf7-not-valid::placeholder {
    color: #d74c4c;
}
input[type="text"].input--1[disabled],
input[type="text"].input--2[disabled],
input[type="email"].input--1[disabled],
input[type="email"].input--2[disabled] {
    opacity: 0.75;
}
textarea.input--2 {
    background: hsla(0, 0%, 100%, 0.1);
    color: #fff;
    height: 12rem;
    border-radius: 3rem;
    border: none;
    width: 100%;
    padding: 1.25rem 2rem;
    text-transform: uppercase;
}
textarea.input--2::placeholder {
    color: #fff;
}
textarea.input--2.light {
    background: #f2f2f2;
    color: #000;
}
textarea.input--2.light::placeholder {
    color: #a6a6a6;
}
.custom-select {
    position: relative;
}
.custom-select.custom-select--2 {
    display: inline-block;
}
.custom-select.custom-select--2 .select-selected {
    padding-right: 4rem;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    height: 3rem;
    padding-top: 0.125rem;
}
.custom-select.custom-select--2 .select-items {
    bottom: calc(100% + 0.5rem);
    top: initial;
    border: 1px solid #000;
    background: #fff;
}
.custom-select.custom-select--2 .select-items div {
    height: 3rem;
    padding-top: 0.125rem;
}
.custom-select select {
    display: none;
}
.custom-autocomplete {
    position: relative;
}
.select-selected {
    border: none;
    height: 4rem;
    color: #a6a6a6;
    background: #f2f2f2;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    text-transform: uppercase;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 2rem;
    transform: translate3d(0, -50%, 0);
    width: 12px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMyA3IiB3aWR0aD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEyIC44OTQ1MzEtNS41IDUuMjEwNTI5LTUuNS01LjIxMDUzIiBzdHJva2U9IiMwMDAiLz48L3N2Zz4=);
    background-position: center;
    transition: all 0.6s ease-out;
}
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}
.select-items div,
.autocomplete-items div {
    color: #000;
    padding: 0 2rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
    height: 4rem;
    display: flex;
    align-items: center;
    border-radius: 2rem;
}
.select-items,
.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #f2f2f2;
    border-radius: 2rem;
    max-height: 24rem;
    overflow: scroll;
}
.select-items div.disabled,
.autocomplete-items div.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select-items div.same-as-selected,
.autocomplete-items div.same-as-selected {
    display: none;
}
.select-hide {
    display: none;
}
.select-items div:hover,
.autocomplete-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.custom-checkbox {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 0.5rem 0;
}
.custom-checkbox span {
    position: relative;
    top: -2px;
}
.custom-checkbox input {
    position: relative;
    top: -3px;
}
.form-1__row {
    margin: 0.5rem -0.25rem 0;
}
@media (min-width: 992px) {
    .form-1__row {
        margin: 1rem 0 0 0;
    }
}
.round {
    position: relative;
    width: 1rem;
    height: 1rem;
    top: 0.075rem;
    margin-right: 1rem;
    top: 2px;
}
.round label {
    border: 1px solid #595959;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: relative;
}
.round label:after {
    content: "";
    height: 6px;
    width: 6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.round input[type="checkbox"],
.round input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.round input[type="checkbox"]:checked + label:after,
.round input[type="radio"]:checked + label:after {
    opacity: 1;
}
.round.light label:after {
    background: #000;
}
@media (min-width: 992px) {
    .col-lg-5x {
        flex: 0 0 auto;
        width: 20%;
    }
}
.wpcf7-not-valid-tip {
    color: #d74c4c;
    font-size: 0.75rem;
    font-weight: 400;
    display: flex;
    text-transform: uppercase;
    margin: 0;
    padding: 0.5rem 0 0 1rem;
}
.privacy-error {
    color: #d74c4c;
    font-size: 0.75rem;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    text-transform: uppercase;
}
.wpcf7 form .wpcf7-response-output {
    color: #000;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: auto;
    display: inline-block;
}
.site-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #595959;
    z-index: 1200;
    overflow: auto;
    transform: translate3d(0, -100%, 0);
}
.site-search__results {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.site-search__input {
    position: relative;
}
.site-search__input-res {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 1.25rem;
    text-transform: uppercase;
    overflow: hidden;
}
.site-search__input-resWrap {
    transform: translateY(100%);
}
.site-search__input-res strong {
    color: #a6a6a6;
    font-weight: normal;
}
.site-search__input-cta {
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    text-decoration: none;
}
.site-search__input-cta span {
    text-transform: uppercase;
}
.site-search__input-cta strong {
    position: relative;
}
.site-search__input-cta .svg-e {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.site-search__input-cta:hover {
    color: #fff;
}
.site-search__input-cta span {
    margin-right: 1rem;
}
.site-search__wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.site-search__wrap input {
    background: none;
    border: none;
    width: 100%;
    height: 5rem;
    line-height: 1;
    border-bottom: 1px solid #fff;
    line-height: 1;
    color: #fff;
    font-size: clamp(2.25rem, 4.5vw, 4rem);
}
.site-search__wrap input:focus {
    outline: none;
}
.site-search__wrap input::placeholder {
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    line-height: 1;
}
.site-search__close {
    position: absolute;
    left: 50%;
    top: 2.5rem;
    transform: translate3d(-50%, 0, 0);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    color: #fff;
    text-align: center;
}
.site-search__close svg {
    transition: all 0.6s ease-out;
}
.site-search__close span {
    margin: 0.5rem 0 0 0;
    display: block;
}
.site-search__close:hover {
    color: #fff;
}
.site-search__close:hover svg {
    transform: scale(1.1);
}
.site-search__result {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 5rem 0 0 0;
}
.site-search__result:hover {
    color: #fff;
}
.site-search__result--last {
    margin-bottom: 10rem;
}
.site-search__result-sub {
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
}
.site-search__result-title {
    margin: 0 0 1.5rem 0;
}
.gform__form {
    margin: 6rem 0 0 0;
}
.gform__top {
    margin: 6rem 0 0 0;
    color: #000;
}
.gform__top-title {
    font-family: "Mont", sans-serif;
    line-height: 1.25;
    margin: 0 0 2.5rem 0;
}
.gform__top-txt {
    line-height: 1.25;
}
.gform__close {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    color: #000;
    text-align: center;
}
.gform__close svg {
    transition: all 0.6s ease-out;
}
.gform__close span {
    margin: 0.5rem 0 0 0;
    display: block;
}
.gform__close:hover {
    color: #000;
}
.gform__close:hover svg {
    transform: scale(1.1);
}
.gform-bg {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1080;
    opacity: 0;
    display: none;
}
.gform-ct {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 1085;
    padding: 2.5rem 2.5rem;
    transform: translateX(100%);
    display: none;
    overflow: auto;
}
@media (min-width: 992px) {
    .gform-ct {
        padding: 2.5rem 6rem;
        width: 50vw;
    }
}
.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.link-default,
.block-1__anchors a,
.footer__nav a,
.footer__p a,
.footer__ra a {
    position: relative;
    display: inline-block;
}
.link-default:after,
.block-1__anchors a:after,
.footer__nav a:after,
.footer__p a:after,
.footer__ra a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.link-default:hover:after,
.block-1__anchors a:hover:after,
.footer__nav a:hover:after,
.footer__p a:hover:after,
.footer__ra a:hover:after {
    transform: scaleX(1);
}
.infobox {
    padding: 1rem;
    color: #000;
}
.infobox h3 {
    text-transform: uppercase;
}
.infobox a {
    color: #000;
    text-decoration: none;
}
.infobox a:hover {
    text-decoration: underline;
}
.font-ss {
    font-family: "Mont", sans-serif !important;
    line-height: 1.25 !important;
}
.wpcf7-not-valid-tip:not(:first-of-type) {
    display: none !important;
}
.lenis-stopped {
    overflow: hidden;
}
.toggle-muted {
    position: absolute;
    bottom: 2rem;
    right: 2.5rem;
    z-index: 99;
    opacity: 0;
}
@media (max-width: 991.98px) {
    .toggle-muted {
        bottom: 13.5rem;
    }
}
.toggle-muted.active .toggle-muted__bar {
    opacity: 0;
}
.video-fs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.75);
}
.video-fs.active {
    pointer-events: all;
    display: flex;
}
.video-fs__wrap {
    width: 80%;
    padding-bottom: 56%;
    position: relative;
}
.video-fs__wrap iframe,
.video-fs__wrap .video-iframe__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-height: 65vh;
    max-width: 960px;
    transform: translate3d(-50%, -50%, 0);
}
.video-fs__close {
    position: absolute;
    left: 50%;
    top: 5vh;
    transform: translate3d(-50%, 0, 0);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 99;
}
@media (max-width: 991.98px) {
    .video-fs__close {
        bottom: initial;
        top: 2rem;
    }
}
.video-fs__close svg {
    transition: all 0.6s ease-out;
}
.video-fs__close span {
    margin: 0.5rem 0 0 0;
    display: block;
}
.video-fs__close:hover {
    color: #fff;
}
.video-fs__close:hover svg {
    transform: scale(1.1);
}
.p1 a {
    color: #000;
}
.pp_link {
    color: #000;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 105;
    padding: 1.25rem clamp(0.5rem, 3.75vw, 5rem);
    mix-blend-mode: difference;
    transition: all 0.6s ease-out;
}
@media (min-width: 992px) {
    .header {
        padding: 2.25rem clamp(0.5rem, 3.75vw, 5rem);
    }
}
.header.normal-b {
    mix-blend-mode: normal;
}
.header.hide {
    transform: translateY(-105%);
}
@media (max-width: 991.98px) {
    .header.hide {
        transform: translateY(-180%);
    }
}
.header__menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 106;
    --pl: 2rem;
}
@media (min-width: 992px) {
    .header__menu {
        --pl: 1rem;
    }
}
@media (min-width: 1400px) {
    .header__menu {
        --pl: 5rem;
    }
}
.header__menu-bottom {
    opacity: 0;
    filter: blur(8px);
    padding-left: var(--pl);
    padding-right: var(--pl);
    margin-bottom: 2.25rem;
    margin-left: -1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .header__menu-bottom {
        justify-content: flex-end;
        padding-right: 0;
    }
}
.header__menu-bottom a {
    padding: 1.25rem;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.header__menu-bottom a span {
    position: relative;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .header__menu-bottom a span {
        display: none;
    }
}
.header__menu-bottom a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.header__menu-bottom a:hover span:after {
    transform: scaleX(1);
}
.header__menu-bottom a svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-right: 1rem;
}
.header__menu-bottom a.store-btn svg {
    top: 0;
}
.header__menu-bottom a.store-btn:hover .tofill {
    fill: #fff;
}
.header__menu-top {
    padding-left: var(--pl);
    margin-top: 2.25rem;
    margin-left: -1rem;
    opacity: 0;
    filter: blur(8px);
}
@media (max-width: 991.98px) {
    .header__menu-top {
        padding-left: 0;
        margin-left: 0;
        margin-top: 1.25rem;
    }
}
.header__menu-top a {
    padding: 1.25rem;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.header__menu-top a svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 1rem;
}
.header__menu-top a span {
    position: relative;
    display: inline-block;
}
.header__menu-top a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.header__menu-top a:hover span:after {
    transform: scaleX(1);
}
.header__menu-main {
    display: flex;
    flex-direction: column;
    padding-left: var(--pl);
    position: relative;
    align-items: flex-start;
}
@media (max-width: 991.98px) {
    .header__menu-main {
        padding-left: 0.5rem;
    }
}
.header__menu-main a {
    text-decoration: none;
    color: #000;
    margin: 2.5rem 0 0 0;
    display: inline-block;
    opacity: 0;
    filter: blur(8px);
    transform: translateY(50%);
}
@media (max-width: 991.98px) {
    .header__menu-main a {
        font-family: "Mont", sans-serif;
    }
}
.header__menu-main a.store-btn {
    font-family: "Mont", sans-serif;
    border: 1px solid #000;
    border-radius: 2.5rem;
    padding: 0.75rem 1.25rem 0.65rem 0.75rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.header__menu-main a.store-btn:before {
    display: none;
}
@media (max-width: 991.98px) {
    .header__menu-main a.store-btn {
        margin-left: 1rem;
    }
}
.header__menu-main a.store-btn svg {
    margin-right: 0.5rem;
}
.header__menu-main a:before {
    content: "";
    width: 0;
    height: 0;
    background: #000;
    border-radius: 50%;
    position: relative;
    top: -1.5px;
    margin-right: 0.875rem;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
    vertical-align: middle;
    display: inline-block;
}
@media (min-width: 992px) {
    .header__menu-main a:hover:before {
        width: 1rem;
        height: 1rem;
    }
}
.header__menu-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    display: flex;
    justify-content: space-between;
    transform: translateX(100%);
    flex-direction: column;
}
@media (min-width: 992px) {
    .header__menu-wrap {
        width: 50vw;
    }
}
.header__menu-sub {
    position: absolute;
    top: 8rem;
    left: 5rem;
    width: calc(100% - 2rem);
    height: calc(100% - 8rem);
    background: #dadada;
    z-index: 10;
    transform: translateX(100%);
    color: #000;
    overflow: auto;
}
.header__menu-sub a {
    color: #000;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .header__menu-sub {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .header__menu-sub a {
        transform: translateY(0.5rem);
    }
}
.header__menu-subWrap {
    padding: 2rem;
}
@media (min-width: 992px) {
    .header__menu-subWrap {
        padding: 2.5rem 5rem;
    }
}
.header__menu-subBack {
    display: flex;
}
.header__menu-subBack span {
    transform: rotate(180deg);
    transform-origin: left center;
    position: relative;
    top: -2px;
}
.header__menu-subCurrent {
    text-transform: uppercase;
    margin: 6rem 0 3rem;
}
@media (max-height: 790px) {
    .header__menu-subCurrent {
        margin: 3rem 0 1.5rem;
    }
}
.header__menu-subNav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header__menu-subLink {
    font-size: 1.125rem;
    padding: 0.5rem 0;
}
@media (min-width: 992px) {
    .header__menu-subLink {
        font-size: 1.5rem;
    }
}
.header__menu-subLink:before {
    content: "";
    width: 0;
    height: 0;
    background: #000;
    border-radius: 50%;
    position: relative;
    top: -1.5px;
    margin-right: 0.875rem;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
    vertical-align: middle;
    display: inline-block;
}
@media (min-width: 992px) {
    .header__menu-subLink:hover:before {
        width: 1rem;
        height: 1rem;
    }
}
.header__menu-subLink--1 {
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.header__menu-subLink--1:after {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: calc(100% - 0.5rem);
    height: 1px;
    width: calc(100% - 1.5rem);
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.header__menu-subLink--1:hover:after {
    transform: scaleX(1);
}
.header__menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    display: none;
}
.header__menu-toggle {
    mix-blend-mode: difference;
    font-family: "Monschone", serif;
    text-transform: none;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 1.85rem clamp(0.5rem, 3.75vw, 5rem);
    padding: 1.25rem;
    opacity: 0;
    transition: all 0.6s ease-out;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    --pl: 2rem;
}
.header__menu-toggle.normal-b {
    mix-blend-mode: normal;
}
.header__menu-toggle.hide {
    transform: translateY(-180%);
}
.header__menu-toggle.active {
    transform: translateY(0) !important;
}
@media (min-width: 992px) {
    .header__menu-toggle {
        --pl: 5rem;
    }
}
@media (max-width: 991.98px) {
    .header__menu-toggle {
        padding-right: 0;
        margin: 0.85rem clamp(0.5rem, 3.75vw, 5rem);
    }
}
.header__menu-toggle span {
    position: relative;
    overflow: hidden;
    padding: 0 0.125rem;
}
.header__menu-toggle em {
    display: block;
    font-style: normal;
    min-width: 4.75rem;
    text-align: right;
}
.header__menu-toggle i {
    position: absolute;
    font-style: normal;
    left: 0;
    top: 100%;
}
.header__menu-toggle:hover {
    color: #fff;
}
.header__menu-toggle:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 50%;
    margin-left: 0.875rem;
    position: relative;
    top: -1.5px;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
@media (max-width: 991.98px) {
    .header__menu-toggle:after {
        width: 1.25rem;
        height: 1.25rem;
    }
}
.header__menu-toggle:hover:after {
    transform: scale(1.25);
}
.header__top {
    z-index: 15;
    position: relative;
}
.header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(0, -55%, 0);
    opacity: 0;
    z-index: 20;
    margin: 1.85rem clamp(1.25rem, 3.75vw, 5rem);
}
.header__logo svg {
    transform: scale(1.05) translate3d(-55%, 100%, 0);
    max-width: 40vw;
}
@media (min-width: 992px) {
    .header__logo {
        left: 50% !important;
        transform: translate3d(-50%, -70%, 0);
        margin: 0;
    }
    .header__logo svg {
        max-width: initial;
        transform: scale(1.05) translate3d(0, 100%, 0);
    }
}
.header__left-menu {
    opacity: 0;
    margin-left: -1.25rem;
    display: none;
}
@media (min-width: 992px) {
    .header__left-menu {
        display: flex;
        align-items: center;
    }
}
.header__left-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 1.25rem;
    position: relative;
}
.header__left-menu a:after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    top: calc(100% - 0.5rem);
    left: 50%;
    background: #fff;
    transform: scale(0) translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: all 0.4s;
    transform-origin: left top;
}
.header__left-menu a:hover:after {
    opacity: 1;
    transform: scale(1) translate3d(-50%, -50%, 0);
}
.header__right-menu {
    opacity: 0;
    margin-right: -1.25rem;
    margin-right: 8rem;
    display: none;
}
@media (min-width: 992px) {
    .header__right-menu {
        display: flex;
        align-items: center;
    }
}
.header__right-menu span {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.25rem;
    position: relative;
}
.header__right-menu span a.current-lang {
    padding: 0;
}
.header__right-menu span a.current-lang b {
    font-weight: 400;
    margin-right: 0.35rem;
}
.header__right-menu span a.current-lang svg {
    transition: all 0.6s ease-out;
}
.header__right-menu span a.current-lang.open svg {
    transform: rotate(180deg);
}
.header__right-menu span ul {
    display: none;
    padding: 0;
    list-style: none;
    position: absolute;
    top: calc(100% - 0.5rem);
    left: 0;
    margin: 0;
}
.header__right-menu span ul li {
    opacity: 0;
}
.header__right-menu span ul li a {
    display: inline-block;
    padding: 0.25rem 1.25rem;
}
.header__right-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.25rem;
    position: relative;
}
.header__right-menu a i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-style: normal;
    font-size: 0.75rem;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
.header__right-menu a:hover i {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
}
.footer {
    position: relative;
    background: #e0e0e0;
    color: #000;
    padding: 6.5rem 0 2.5rem;
    z-index: 0;
}
.footer__scrolltop {
    position: absolute;
    top: 30px;
    border: none;
    padding: 0;
    right: 40px;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: all;
    z-index: 10;
}
@media (max-width: 767.98px) {
    .footer__scrolltop {
        top: 220px;
    }
}
.footer__scrolltop > svg {
    height: 3.5rem;
    background: inherit;
    fill: none;
}
.footer__scrolltop > svg * {
    stroke: #000;
}
.footer__ra {
    margin-top: 5rem;
}
.footer__ra a {
    text-decoration: none;
    color: #000;
}
.footer__t--1 {
    line-height: 1.25;
}
@media (min-width: 992px) {
    .footer__t--1 {
        margin-bottom: 1.5rem;
    }
}
.footer__t--2 {
    line-height: 1.25;
    margin: 3rem 0 2rem 0;
}
@media (min-width: 992px) {
    .footer__t--2 {
        font-size: 2rem;
        margin: 0 0 3rem 0;
    }
}
.footer__nav {
    flex-direction: column;
}
@media (min-width: 992px) {
    .footer__nav {
        flex-direction: initial;
        gap: 1.5rem;
    }
}
@media (max-width: 991.98px) {
    .footer__nav {
        flex-direction: column;
        gap: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .footer__nav {
        gap: 0.8rem;
    }
}
.footer__nav a {
    text-decoration: none;
    color: #000;
}
.footer__p a {
    text-decoration: none;
    color: #000;
    line-height: 2;
}
@media (min-width: 992px) {
    .footer__r--2 {
        margin-top: 6.5rem;
    }
}
.footer__r--3 {
    font-size: 0.875rem;
    margin-top: 5rem;
}
.footer__r--3 strong {
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
    .footer__r--3 strong {
        text-align: left;
        margin-bottom: 0;
    }
}
.footer__r--3 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.footer__credits {
    font-weight: bold;
    text-transform: none;
    position: relative;
    top: -2px;
}
.footer__credits svg {
    max-height: 1rem;
    max-width: 100%;
}
.footer__credits:hover #we-go {
    fill: #f1b7ff;
}
.footer__nl-p {
    margin: 1.5rem 0 0 0;
}
.footer__nl-input {
    border: none;
    border-radius: 2rem;
    background: #f2f2f2;
    padding: 1.5rem 3rem;
}
.footer__nl-input::placeholder {
    text-transform: uppercase;
}
.footer__links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
}
.footer__links a {
    padding: 0.75rem 2rem 0.7rem;
    color: #000;
    border-radius: 2rem;
    border: 1px solid #a6a6a6;
    flex-shrink: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s ease-out;
}
.footer__links a:hover {
    color: #000;
    border-color: #000;
}
.mobile-menu-lang {
    display: flex;
}
.mobile-menu-lang a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.25rem;
    position: relative;
}
.mobile-menu-lang a.current-lang {
    font-family: "Monschone", serif !important;
    text-transform: capitalize;
}
.mobile-menu-lang a i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-style: normal;
    font-size: 0.75rem;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
.mobile-menu-lang span {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.25rem;
    position: relative;
}
.mobile-menu-lang span a.current-lang {
    padding: 0;
}
.mobile-menu-lang span a.current-lang b {
    font-weight: 400;
    margin-right: 0.35rem;
}
.mobile-menu-lang span a.current-lang svg {
    transition: all 0.6s ease-out;
    transform: rotate(180deg);
    top: -0.5px;
}
.mobile-menu-lang span a.current-lang.open svg {
    transform: rotate(0deg);
}
.mobile-menu-lang span ul {
    display: none;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: calc(100% - 0.5rem);
    left: 0;
    margin: 0;
}
.mobile-menu-lang span ul li {
    opacity: 0;
}
.mobile-menu-lang span ul li a {
    display: inline-block;
    padding: 0.25rem 1.25rem;
}
.home-shadow {
    position: relative;
}
.home-shadow__bg {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: 100%;
    pointer-events: none;
    background-image: url(48f9d672c00a530d1333.png);
    background-image: image-set(
        url(data:image/avif;base64,AAAAHGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZgAAAZhtZXRhAAAAAAAAACFoZGxyAAAAAAAAAABwaWN0AAAAAAAAAAAAAAAAAAAAAA5waXRtAAAAAAABAAAANGlsb2MAAAAAREAAAgACAAAAAAG8AAEAAAAAAAAEKgABAAAAAAXmAAEAAAAAAAAAOwAAADhpaW5mAAAAAAACAAAAFWluZmUCAAAAAAEAAGF2MDEAAAAAFWluZmUCAAAAAAIAAGF2MDEAAAAA12lwcnAAAACxaXBjbwAAABNjb2xybmNseAACAAIABoAAAAAMYXYxQ4EMHAAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAAA5waXhpAAAAAAEIAAAAOGF1eEMAAAAAdXJuOm1wZWc6bXBlZ0I6Y2ljcDpzeXN0ZW1zOmF1eGlsaWFyeTphbHBoYQAAAAAMYXYxQ4EsAgAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAABBwaXhpAAAAAAMICAgAAAAeaXBtYQAAAAAAAAACAAEEgYYHiAACBIIDhIUAAAAaaXJlZgAAAAAAAAAOYXV4bAACAAEAAQAABG1tZGF0EgAKBxsq+/858KgynAhEgABBFAD5e9X+aPaOHrmMQqSm/b81bkHL1bAIR/Z5qUWK+cFSUjMcVVP4SpQB60jVRvtmQsSqL+aEueWkn8CuSD228fvupRe9FCZJpHLhgt8eR63xEDaK6XPBCKf/VkUYu7mMzYefVo8REB+TrmY+KAoWTLY7yE/WrBbMfxYghBc+K+vAynoBaNS4JNHw5CBj7Y9IAt9tHNxLZN76U0wcxSpP6N2KqL3HWU/tBSHo+n3AGS1G3n+fXUyOyG9MRGsTaBXRdsmFEyayIhV2cHT11KjlMCHfghQdQhCE3sqD9Yc6K3Xe1OUNSNorM2tAcvmb8aOMa12U13LEOo6Tzu8xOh9wQJY/M2V/Xj3MFkSHFSJw+tb0StD/K3RZS2xbYkc1SExBnkUA5mt5gTHJ5vdmf1JXbju04MZP6XWlfaKp54utO9jd9jCpdVN9B+ZtK9JFhWoa3SVybyceQ/CHZLptIWakDEt1anNqVlvuFMIHTjnyQC4spXkbmcMxVwYNK5Ktg4firsTosq2Z8s/UAesC83WP8yOTwdGU3VvB+SvB/K0THMWmtcu1me6LEi30H/4QnspwDLReuJ72NbPvKchQMM/jJ9TAp2nm5ScOagVXo+MgeCUylNqL+DGoCstYRvXgOueGNqqZ/y8vVFv6SwYAQ1BlR+dwSJcjmOU6rDgSaOGhPwFt+1Mfy5AAnFjsZQfav9w0qI6GYsKhFXwxG10yDiU7oA/rT7fRIsH+DytrgpXxK6Gc+zfQa+bVEAZ1EE4KBV3TnZXznbfnj5fvjsIyxoeKdGibP1e1RLpyd0/CEWHY+YyZukoX7cGVkWnFUc05h1nMT+kMmDoanQiPG+CkHFCqXmJDjuipI6Lbj74mov6Y41upKnwsTBOMJlKMUISuRvqZYGwIpliE4lRghushbaBB/5s+ZGs+NCSf9pvNo0n8EqOfgWLT54IvTulw2wLwZwiL6YFU3Boh0gJ3X2JSIRd+OnK1G34ZGSpgjkoXz93gSqixMgKV6+ko5gkZIEaRpE8iKVyELGqaJmRh8L7qkZUCRnbdWpDHPjnGL2ag/i+4XuXbNXYSovcpoBUGQyboeFYqde4xKvFB5Eh35+FXUq7uMgwZ05N/RSq6r75kqw+1xZNLcUhH0XOawE1sjaJGakGq+c2Gnxph2G44YNdGUx10qYHdw/8ts4O8fSIvMTsfHDEQlH5O2UOhvbXDE3QER3mHuSplMj/UVeLDC25EXYK9MYQnW7HLwMB9YjfkZTc7L9MvcBqRPNCo8adkuRjI3SdP7xfyYhElizD/Ifbzf/J88XcEooSCbK7wyxkOoci9rDzJrKGGBCj8gObCuBS0OO5G0z918uJfX7S0QhYV5XvsB/pijGrFYJd7WbudCI21g/pNZgM8VUH6gBIACgo7Kvv/OfCBAQNIMisSAAAAEAOtBJDbDgwLCf8R+pUaIUj3W3OCqKZL7A2Xk3pjz0t5q34X4x7w)
            type("image/avif"),
        url(5889adddbe327e199f9b.webp) type("image/webp")
    );
}
@media (max-width: 991.98px) {
    .home-shadow__bg {
        left: -20%;
        width: 140%;
        opacity: 0.5;
    }
}
.home-hero {
    position: relative;
    height: 100vh;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.home-hero__bg {
    position: absolute;
    opacity: 0;
    inset: 0;
    transform: scale(1.125);
}
.home-hero__bg > video {
    object-fit: cover;
    width: 100svw;
    height: 100svh;
    position: fixed;
    inset: 0;
}
.home-hero__shadow {
    position: absolute;
    background: linear-gradient(
        180deg,
        rgb(0, 0, 0),
        rgb(0, 0, 0) 2.5%,
        hsla(0, 0%, 100%, 0) 70%,
        rgba(0, 0, 0, 0.790835084) 90%,
        #000
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 5;
}
.home-hero__title {
    text-align: center;
    padding: 0 2rem;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(1.125) translate3d(0, -100%, 0);
    z-index: 10;
    position: relative;
}
.home-hero__title div {
    filter: blur(8px);
}
@media (min-width: 992px) {
    .home-hero__title {
        padding: 0 2rem;
    }
    .home-hero__title br {
        display: none;
    }
}
.home-hero__text {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    z-index: 10;
    position: relative;
    visibility: hidden;
}
@media (min-width: 768px) {
    .home-hero__text {
        visibility: visible;
    }
}
.home__scroll-down {
    opacity: 0;
    width: 13.5rem;
    height: 13.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(100vh - 2.5rem);
    top: calc(var(--vh, 1vh) * 100 - 2.5rem);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    cursor: pointer;
    overflow: hidden;
}
@media (min-width: 992px) {
    .home__scroll-down {
        top: 100vh;
    }
}
.home__scroll-down:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 1s;
}
.home__scroll-down span {
    animation: scrollKey 3s ease-in-out infinite;
}
.home__scroll-down:hover {
    color: #fff;
}
.home__scroll-down:hover:before {
    transform: rotate(360deg);
}
.home__scroll-down span {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home__scroll-down i {
    font-style: normal;
    margin-top: 0.75rem;
}
.home-intro {
    padding: 17rem 0 15rem;
    text-align: center;
    pointer-events: all;
}
.home-intro__sub {
    font-family: "Mont", sans-serif;
    font-size: 1rem;
    margin: 0 0 4rem 0;
}
.home-intro__qub {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .home-intro__qub br {
        display: none;
    }
}
.home-intro__title {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .home-intro__title br {
        display: none;
    }
}
.home-shadow {
    background: #fff;
    position: relative;
    z-index: 10;
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        transform: translate3d(-50%, 150%, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(-50%, -100%, 0);
    }
    75%,
    100% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0);
    }
}
.aas-schema {
    margin: -1px 0;
}
.aas-hero {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.aas-hero__anchors {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    text-align: center;
}
.aas-hero__anchors a {
    color: #000;
    text-decoration: none;
    padding: 1rem 1.5rem;
}
.aas-hero__anchors a span {
    display: inline-block;
    position: relative;
}
.aas-hero__anchors a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.aas-hero__anchors a:hover {
    color: #000;
}
.aas-hero__anchors a:hover span:after {
    transform: scaleX(1);
}
.aas-hero__bg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}
.aas-hero__c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    width: 40vw;
    opacity: 0;
    min-width: 18rem;
}
.aas-hero__c span {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 10;
}
.aas-hero__c:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-radius: 50%;
    animation: rot infinite 8s;
    z-index: 20;
}
.aas-hero__c:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.aas-hero__wrap {
    position: relative;
}
.aas-hero__sub {
    text-transform: uppercase;
    margin: 0 0 3rem 0;
    color: #000;
    text-align: center;
}
.aas-hero__qub {
    text-align: center;
    margin: 0;
    color: #000;
    padding: 0 1rem;
}
@media (max-width: 991.98px) {
    .aas-hero__qub br {
        display: none;
    }
}
.aas-hero__title {
    text-align: center;
    margin: 0;
    color: #000;
    padding: 0 1rem;
}
@media (max-width: 991.98px) {
    .aas-hero__title br {
        display: none;
    }
}
.aas__box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .aas__box {
        transform: translate3d(-50%, -50%, 0);
    }
    .aas__box.aas__typo {
        top: calc(25% + 3rem);
    }
    .aas__box.aas__opens {
        top: calc(50% + 3rem);
    }
    .aas__box.aas__trim {
        top: calc(75% + 3rem);
    }
}
.aas__box.anchor-lnk {
    text-decoration: none;
}
.aas__box.anchor-lnk i {
    font-style: normal;
    display: inline-block;
    position: relative;
}
.aas__box.anchor-lnk i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.aas__box.anchor-lnk:hover {
    color: #000;
}
.aas__box.anchor-lnk:hover i:after {
    transform: scaleX(1);
}
.aas__scheme-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #000;
    overflow: hidden;
    white-space: nowrap;
}
.aas__scheme-title span {
    transform: translateY(100%);
    display: inline-block;
}
@media (max-width: 991.98px) {
    .aas__scheme-title {
        top: 3rem;
    }
}
.aas__circle {
    opacity: 0;
    max-width: 100%;
    height: auto;
}
@media (max-width: 991.98px) {
    .aas__circle {
        max-width: 166%;
        width: 166%;
        margin-left: -33%;
    }
}
@keyframes rot {
    100% {
        transform: rotate(360deg);
    }
}
.aas-detail__over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 21;
    transform: translate3d(100%, 0, 0);
    background: #fff;
    overflow: auto;
}
.aas-detail__overBG {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    display: none;
}
.aas-detail__over-close {
    margin-top: 3rem;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    position: sticky;
    top: 3rem;
}
.aas-detail__over-close svg {
    transition: all 0.6s ease-out;
}
.aas-detail__over-close span {
    margin: 0.5rem 0 0 0;
    display: block;
}
.aas-detail__over-close:hover {
    color: #000;
}
.aas-detail__over-close:hover svg {
    transform: scale(1.1);
}
.aas-detail__hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.aas-detail__heroWrap {
    width: 100%;
    height: 100%;
}
.aas-detail__hero-ctas {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    pointer-events: all;
}
.aas-detail__hero-ctas a {
    color: #fff;
    border-color: #fff;
    transition: all 0.6s ease-out;
    pointer-events: all;
    display: none;
    margin-left: 1rem;
}
.aas-detail__hero-ctas a:first-child {
    margin-left: 0;
}
@media (min-width: 992px) {
    .aas-detail__hero-ctas a {
        display: block;
    }
}
.aas-detail__hero-ctas a svg path,
.aas-detail__hero-ctas a svg polygon,
.aas-detail__hero-ctas a svg polyline {
    transition: all 0.6s ease-out;
}
.aas-detail__hero-ctas a:hover {
    color: #000;
    background: #fff;
}
.aas-detail__hero-ctas a:hover svg path,
.aas-detail__hero-ctas a:hover svg polygon,
.aas-detail__hero-ctas a:hover svg polyline {
    stroke: none;
    fill: #000;
}
.aas-detail__hero-anchors {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    pointer-events: all;
}
.aas-detail__hero-anchors a {
    text-decoration: none;
    color: #fff;
    padding: 1rem 1.5rem;
}
.aas-detail__hero-anchors a span {
    display: inline-block;
    position: relative;
}
.aas-detail__hero-anchors a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #fff;
}
.aas-detail__hero-anchors a:hover span:after {
    transform: scaleX(1);
}
.aas-detail__features {
    background: #fff;
    color: #000;
    text-align: center;
    padding-bottom: 10rem;
    position: relative;
    z-index: 10;
}
@media (max-width: 991.98px) {
    .aas-detail__features-wrap {
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
    }
}
.aas-detail__features-box {
    display: inline-flex;
    text-align: left;
    align-items: center;
    padding: 2rem 1rem;
    width: 100%;
}
@media (min-width: 992px) {
    .aas-detail__features-box {
        padding: 1rem;
        width: auto;
    }
}
.aas-detail__features-title {
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
}
.aas-detail__features-desc {
    color: #a6a6a6;
}
.aas-detail__features-img {
    margin-right: 2.5rem;
}
@media (min-width: 992px) {
    .aas-detail__features-img {
        margin-right: 1rem;
        min-width: 1.5rem;
    }
}
.aas-detail__features-col--c {
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
}
@media (min-width: 992px) {
    .aas-detail__features-col--c {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #a6a6a6;
        border-right: 1px solid #a6a6a6;
    }
}
.aas-detail__s1 {
    background: #a6a6a6;
    position: relative;
    z-index: 10;
    padding: 2rem 1rem;
}
@media (min-width: 992px) {
    .aas-detail__s1 {
        padding: 0;
    }
}
.aas-detail__s1-text {
    color: #000;
    text-transform: uppercase;
    margin: 4.5rem 0 2.5rem 0;
}
@media (min-width: 992px) {
    .aas-detail__s1-text {
        margin: 4.5rem 0 0 0;
    }
}
.aas-detail__s1-img {
    width: 128px;
}
@media (min-width: 992px) {
    .aas-detail__s1-img {
        width: 204px;
    }
}
.aas-detail__matc-desc {
    color: #000;
    text-transform: uppercase;
    margin: 2.5rem 0;
}
.aas-detail__matc-cta {
    margin-bottom: 6rem;
}
.aas-detail__intro {
    position: relative;
    z-index: 10;
}
.aas-detail__downloads {
    background: #fff;
    color: #000;
    padding: 6rem 0;
}
.aas-detail__downloads-t {
    font-family: "Mont", sans-serif;
    margin: 0 0 2.5rem 0;
    line-height: 1.25;
}
@media (min-width: 992px) {
    .aas-detail__downloads-t {
        margin: 0;
    }
}
@media (max-width: 991.98px) {
    .aas-detail__downloads-t {
        font-size: 1.75rem;
    }
}
.aas-detail__downloads-sub {
    margin: 0 0 2.5rem 0;
}
.dolly-aa-no {
    height: 100%;
}
.block-dynamic--1 {
    padding-bottom: 5rem;
}
@media (min-width: 992px) {
    .block-dynamic--1 {
        padding-bottom: 10rem;
    }
}
.block-1 {
    padding: 5rem 0;
    position: relative;
    color: #000;
}
@media (min-width: 992px) {
    .block-1 {
        padding: 10rem 0;
    }
}
.block-1__anchors {
    margin: 2rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.block-1__anchors a {
    width: auto;
    color: #000;
    text-decoration: none;
}
.block-1__sub {
    margin: 0 0 3rem 0;
    text-transform: uppercase;
}
.block-1__qub--2 {
    margin-bottom: 3rem;
}
.block-1__title--2 {
    margin-bottom: 3rem;
}
.block-1__img {
    transform: translateY(15%);
}
.block-1__text {
    text-transform: uppercase;
    margin-top: 2.5rem;
}
@media (min-width: 992px) {
    .block-1__text {
        margin-top: 0;
    }
}
.block-1__cta {
    filter: invert(1);
    margin-top: 2rem;
}
.block-1.black {
    background: #000;
    color: #fff;
}
.block-1.black .block-1__cta {
    filter: none;
}
.block-v {
    position: relative;
}
.block-v__video {
    left: 0.75rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: calc(100% - 1.5rem);
    height: 50%;
    object-fit: cover;
    position: absolute;
    z-index: 10;
    --cl1: 20%;
    --cl2: 5%;
    --cl3: 15%;
    clip-path: inset(var(--cl2) var(--cl1) var(--cl3) var(--cl1));
}
@media (min-width: 992px) {
    .block-v__video {
        --cl1: 32.5%;
        height: 100%;
    }
}
.block-v__img--1 {
    margin-left: -2rem;
    transform: translateY(-50%);
}
@media (min-width: 992px) {
    .block-v__img--1 {
        margin-left: -4rem;
        transform: translateY(0%);
    }
}
.block-v__img--2 {
    margin-left: 2rem;
    margin-top: 4rem;
    transform: translateY(-50%);
}
@media (min-width: 992px) {
    .block-v__img--2 {
        margin-left: 0;
        margin-top: 0;
        transform: translateY(0%);
    }
}
.block-v__img--3 {
    transform: translateY(50%);
}
@media (min-width: 992px) {
    .block-v__img--3 {
        margin-left: -4rem;
        transform: translateY(0%);
    }
}
.block-v__img--4 {
    margin-left: 2rem;
    margin-top: 4rem;
    transform: translateY(50%);
}
@media (min-width: 992px) {
    .block-v__img--4 {
        margin-top: 0;
        margin-left: 0;
        transform: translateY(0%);
    }
}
.block-v__row--2 {
    margin-top: 15rem;
}
@media (min-width: 992px) {
    .block-v__row--2 {
        margin-top: clamp(10rem, 20vw, 40rem);
    }
}
.block-vb {
    position: relative;
}
.block-vb__video {
    left: 0.75rem;
    top: 50%;
    transform: translate3d(0, 0, 0);
    width: calc(100% - 1.5rem);
    height: 50%;
    object-fit: cover;
    z-index: 10;
    --cl1: 50%;
    --cl2: 50%;
    --cl3: 100%;
    clip-path: inset(var(--cl2) var(--cl1) var(--cl3) var(--cl1));
}
@media (min-width: 992px) {
    .block-vb__video {
        --cl1: 32.5%;
        height: 100%;
    }
}
.block-c {
    padding: 2rem 0 1rem;
    text-align: center;
}
@media (min-width: 992px) {
    .block-c {
        padding: 17rem 0 10rem;
    }
}
.block-c__scarousel {
    padding: 2rem 0;
    position: relative;
    background: #000;
}
@media (min-width: 992px) {
    .block-c__scarousel {
        padding: 5rem 0;
    }
}
.block-c--2 {
    padding: 2rem 0;
    text-align: center;
}
.block-c__sub {
    font-family: "Mont", sans-serif;
    font-size: 1rem;
    margin: 0 0 4rem 0;
    text-transform: uppercase;
}
.block-c__qub {
    margin: 0 0 3rem 0;
    padding: 0 1rem;
}
@media (min-width: 992px) {
    .block-c__qub {
        padding: 0;
        margin: 0 0 6rem 0;
    }
}
@media (max-width: 991.98px) {
    .block-c__qub br {
        display: none;
    }
}
.block-c__qub.medium {
    line-height: 1.25;
}
.block-c__title {
    margin: 0 0 3rem 0;
    padding: 0 1rem;
}
@media (min-width: 992px) {
    .block-c__title {
        padding: 0;
        margin: 0 0 6rem 0;
    }
}
@media (max-width: 991.98px) {
    .block-c__title br {
        display: none;
    }
}
.block-c__title.medium {
    line-height: 1.25;
}
.block-c__dcarousel {
    padding-top: 5rem;
}
@media (min-width: 992px) {
    .block-c__dcarousel {
        padding-top: 10rem;
    }
}
.block-2 {
    padding: 5rem 0 0;
}
@media (min-width: 992px) {
    .block-2 {
        padding: 10rem 0;
    }
}
.block-2__over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.6s ease-out;
}
.block-2__over-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-2__over span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.5s;
    color: #fff;
}
.block-2__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .block-2__title {
        font-size: 3.75rem;
    }
}
.block-2__title span {
    display: block;
    transform: translateY(100%);
}
.block-2__title.centered {
    top: 50%;
}
.block-2__image {
    transform-origin: center bottom;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
    opacity: 0;
}
.block-2__image-ct {
    position: relative;
    display: flex;
}
.block-2__image-ct > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-2__image-ct.ready:hover .block-2__over {
    opacity: 1;
}
.block-2__image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.block-2__imagefull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-2__imagefull > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .block-2__imagefull {
        transform-origin: left bottom;
        transform: translate3d(-15%, 15%, 0) scale(0.75);
    }
}
.block-2__imagefull.right {
    transform: translate3d(15%, 15%, 0) scale(0.75);
    transform-origin: center bottom;
}
@media (min-width: 992px) {
    .block-2__imagefull.right {
        transform: translate3d(15%, 15%, 0) scale(0.75);
        transform-origin: right bottom;
    }
}
.block-2__text {
    color: #000;
    text-transform: uppercase;
}
.block-2__index {
    color: #000;
    font-weight: 700;
    margin: 2.5rem 0 1.5rem;
}
@media (min-width: 992px) {
    .block-2__index {
        margin: 0 0 6rem 0;
    }
}
.block-2__ico {
    margin: 2.5rem 0 0 0;
    display: inline-block;
    position: relative;
}
.block-2__ico span {
    position: absolute;
    top: 50%;
    left: calc(100% + 2.5rem);
    transform: translate3d(-25%, -50%, 0);
    display: flex;
    align-items: center;
    opacity: 0;
    color: #000;
    transition: all 0.6s ease-out;
    line-height: 1;
}
.block-2__ico span strong {
    font-weight: 400;
    white-space: nowrap;
    margin-left: 0.5rem;
    text-transform: uppercase;
    margin-left: 0.5rem;
}
.block-2__ico span strong i {
    display: block;
    text-transform: none;
    color: #a6a6a6;
    font-size: 0.875rem;
    font-style: normal;
    margin: 0.5rem 0 0 0;
}
.block-2__ico img {
    transition: all 0.6s ease-out;
}
.block-2__mcta {
    filter: invert(1);
    display: block;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #fff;
    padding-top: 2.5rem;
}
@media (min-width: 992px) {
    .block-2__mcta {
        display: none;
    }
}
.block-3 {
    padding: 5rem 0;
    text-align: center;
    color: #000;
}
@media (min-width: 992px) {
    .block-3 {
        padding: 10rem 0;
    }
}
.block-3.black {
    color: #fff;
}
.block-3.full-h {
    height: 100vh;
    min-height: 40rem;
    padding: 0;
}
.block-3.hero-mar {
    padding: 15rem 0 10rem;
}
.block-3__sub {
    font-family: "Mont", sans-serif;
    font-size: 1rem;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
    line-height: 1.5;
}
@media (min-width: 992px) {
    .block-3__sub {
        margin: 0 0 4rem 0;
    }
}
.block-3__qub {
    margin: 0 0 3rem 0;
}
@media (min-width: 992px) {
    .block-3__qub {
        margin: 0 0 6rem 0;
    }
}
.block-3__qub.medium {
    line-height: 1.25;
}
.block-3__title {
    margin: 0 0 3rem 0;
}
@media (min-width: 992px) {
    .block-3__title {
        margin: 0 0 6rem 0;
    }
}
.block-3__title.medium {
    line-height: 1.25;
}
.block-3__cta {
    filter: invert(1);
}
.block-3.dark {
    color: #fff;
}
.block-3.dark .block-3__cta {
    filter: none;
}
.block-f {
    text-align: center;
    padding: 6rem 0;
}
.block-f__cta {
    color: #fff;
    border-color: #fff;
    transition: all 0.6s ease-out;
}
.block-f__cta svg path,
.block-f__cta svg polygon,
.block-f__cta svg polyline {
    transition: all 0.6s ease-out;
}
.block-f__cta:hover {
    color: #000;
    background: #fff;
}
.block-f__cta:hover svg path,
.block-f__cta:hover svg polygon,
.block-f__cta:hover svg polyline {
    stroke: #000;
}
.block-f__cta.block-f__cta--2 {
    color: #000;
    border-color: #000;
}
.block-f__cta.block-f__cta--2:hover {
    color: #fff;
    background: #000;
}
.block-f__cta.block-f__cta--2:hover svg path,
.block-f__cta.block-f__cta--2:hover svg polygon,
.block-f__cta.block-f__cta--2:hover svg polyline {
    stroke: #fff;
}
.block-f.white {
    background: #fff;
    color: #000;
}
.block-f.white .block-f__cta {
    color: #000;
    border-color: #000;
}
.block-f.white .block-f__cta svg path,
.block-f.white .block-f__cta svg polygon,
.block-f.white .block-f__cta svg polyline {
    stroke: #000;
}
.block-f.white .block-f__cta:hover {
    color: #fff;
    background: #000;
}
.block-f.white .block-f__cta:hover svg path,
.block-f.white .block-f__cta:hover svg polygon,
.block-f.white .block-f__cta:hover svg polyline {
    stroke: #fff;
}
.block-4 {
    padding: 5rem 0 0;
    color: #000;
    background: #fff;
}
@media (min-width: 992px) {
    .block-4 {
        padding: 7.5rem 0 0;
    }
}
.block-4.bg-gray-green .block-4__wrap:after {
    border-bottom: 1px solid #595959;
}
.block-4.half-greengray {
    position: relative;
}
.block-4.half-greengray .gwrap {
    position: relative;
    z-index: 1;
}
.block-4.half-greengray:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2rem);
    background: #a5a497;
}
@media (min-width: 1400px) {
    .block-4.half-greengray:after {
        height: calc(100% - 5rem);
    }
}
.block-4.half-greengray .block-4__wrap:after {
    display: none;
}
.block-4__wrap:after {
    content: "";
    border-bottom: 1px solid #a5a497;
    display: block;
    margin-top: 1.5rem;
}
.block-4__index {
    display: block;
    margin: 0 0 1.5rem 0;
}
.block-4__title {
    margin: 0 0 2rem 0;
}
.block-4__text {
    text-transform: uppercase;
}
.block-4__text a {
    color: #000;
    transition: all 0.5s;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.block-4__text a:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.block-4__text a:hover:after {
    transform: scaleX(1);
}
.block-faq {
    padding: 10rem 0;
}
.block-faq__title {
    text-align: center;
    margin: 0 0 5rem 0;
}
.block-faq__cta {
    margin: 5rem 0 0 0;
}
.block-faq .accordion-content a:before {
    width: 1rem;
    height: 1rem;
}
.block-5 {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 5rem 0 0 0;
    position: relative;
}
@media (min-width: 992px) {
    .block-5 {
        padding: 10rem 0 0 0;
    }
}
.block-5.block-5--2 {
    padding: 10rem 0 5rem 0;
}
.block-5__sub {
    text-transform: uppercase;
    margin: 0 0 2.5rem 0;
}
.block-5__qub {
    font-family: "Mont", sans-serif;
    margin: 0;
    line-height: 1.25;
}
@media (max-width: 991.98px) {
    .block-5__qub {
        line-height: 1.125;
        font-size: 1.5rem;
    }
}
.block-5__title {
    font-family: "Mont", sans-serif;
    margin: 0;
    line-height: 1.25;
}
@media (max-width: 991.98px) {
    .block-5__title {
        line-height: 1.125;
        font-size: 1.5rem;
    }
}
.block-5__img--1 {
    margin: 5rem 0 0 0;
}
.block-5__cta {
    margin: 2.5rem 0 5rem;
    filter: invert(1);
}
.block-numbers {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 5rem 0;
}
@media (min-width: 992px) {
    .block-numbers {
        padding: 10rem 0;
    }
}
.block-numbers__box {
    display: flex;
    flex-direction: column;
}
.block-numbers__box strong {
    font-weight: 400;
    display: block;
    margin: 0 0 1.5rem 0;
}
.block-numbers__box span {
    text-transform: uppercase;
    line-height: 1;
    display: block;
}
.block-6 {
    padding: 5rem 0;
    background: #fff;
    color: #000;
}
@media (min-width: 992px) {
    .block-6 {
        padding: 10rem 0;
    }
}
.block-6 svg {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    .block-6__box--1 {
        transform: translate3d(10%, -20%, 0);
    }
}
@media (min-width: 1200px) {
    .block-6__box--1 {
        transform: translate3d(20%, -20%, 0);
    }
}
@media (min-width: 992px) {
    .block-6__box--2 {
        transform: translate3d(-25%, 40%, 0);
    }
}
@media (min-width: 992px) {
    .block-6__box--2b {
        transform: translate3d(0%, 5%, 0);
    }
}
@media (min-width: 1200px) {
    .block-6__box--2b {
        transform: translate3d(-10%, 5%, 0);
    }
}
.block-6__title--1 {
    font-family: "Mont", sans-serif;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) {
    .block-6__title--1 {
        margin: 0 0 2.5rem 0;
    }
}
.block-6__title--2 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.block-6__title--3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 50%, 0);
}
.block-6__schema {
    position: relative;
}
@media (min-width: 992px) {
    .block-6__schema--row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.block-7 {
    padding: 6rem 0;
}
.block-7__sub {
    text-transform: uppercase;
    margin: 0 0 2.5rem 0;
}
.block-7__qub {
    margin: 0 0 2.5rem 0;
}
.block-7__title {
    margin: 0 0 2.5rem 0;
}
.block-7__cta {
    filter: invert(1);
}
.block-7__box--1 {
    margin-top: 4.5rem;
}
.block-7__box--2 {
    margin-top: 9rem;
}
@media (max-width: 991.98px) {
    .block-7__box--2 {
        margin-top: 4.5rem;
    }
}
.block-7__box-t {
    font-family: "Mont", sans-serif;
    font-size: 1.5rem;
    margin: 0 0 2.5rem 0;
}
.block-7__banner {
    position: relative;
    display: block;
    margin: 4.5rem 0 0 0;
}
.block-7__banner-cta {
    width: 13.5rem;
    height: 13.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .block-7__banner-cta {
        width: 7rem;
        height: 7rem;
        font-size: 0.75rem;
        line-height: 1.15;
    }
}
.block-7__banner-cta:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 1s;
}
.block-7__banner-cta:hover {
    color: #fff;
}
.block-7__banner-cta:hover:before {
    transform: rotate(360deg);
}
.block-7__banner-cta span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
}
@media (max-width: 991.98px) {
    .block-7__banner-cta span {
        padding: 0 1rem;
    }
}
.block-p {
    background: #fff;
    color: #000;
    padding: 10rem 0;
}
@media (max-width: 991.98px) {
    .block-p {
        padding: 0;
        margin: -1px 0;
    }
}
.block-gallery {
    padding: 3rem 0;
    position: relative;
}
@media (min-width: 992px) {
    .block-gallery {
        padding: 6rem 0;
    }
}
.block-gallery__title {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.block-gallery__text {
    color: #000;
    margin: 3rem 0;
}
@media (min-width: 992px) {
    .block-gallery__text {
        margin: 5rem 0;
    }
}
.block-gallery__img {
    transform: translate3d(0, 15%, 0) scale(0.75);
}
.block-gallery__img--1 {
    margin: 3rem 0;
}
@media (min-width: 992px) {
    .block-gallery__img--1 {
        margin: 5rem 0;
    }
}
.block-gallery__img--2 {
    margin: 0 0 3rem;
}
@media (min-width: 992px) {
    .block-gallery__img--2 {
        margin: 0;
    }
}
.block-gallery__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-gallery__row--1 {
    margin-top: 6rem;
}
.block-gallery__row--2 {
    margin-bottom: 6rem;
}
.block-8 {
    color: #000;
}
.block-8__text {
    font-size: 1.25rem;
    font-weight: 400;
}
.block-9 {
    color: #000;
    background: #fff;
    padding: 5rem 0;
    position: relative;
}
@media (min-width: 992px) {
    .block-9 {
        padding: 10rem 0;
    }
}
.block-9__title {
    margin: 0 0 3rem 0;
}
.block-9__text a {
    color: #fff;
    transition: all 0.6s ease-out;
}
.block-9__text a:hover {
    opacity: 0.75;
}
.block-9__item--1 {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    text-align: center;
}
.block-9__schema {
    display: flex;
    align-items: center;
    margin: 5rem 0 0 0;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .block-9__schema {
        margin: 10rem 0 0 0;
    }
}
.block-9__schema-block {
    width: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.block-9__schema-block img {
    max-width: 5.625rem;
}
@media (min-width: 992px) {
    .block-9__schema-block {
        width: auto;
        flex-grow: 0;
        max-width: 25%;
    }
}
.block-9__schema-block strong {
    font-weight: 400;
    text-transform: uppercase;
    margin: 1.5rem 0 0 0;
    width: 20rem;
    text-align: center;
    padding: 0 1rem;
    height: 3rem;
    max-width: 100%;
}
.block-9__schema-block:nth-of-type(2) {
    position: relative;
}
.block-9__schema-block:nth-of-type(2):after {
    content: "";
    height: 150%;
    width: 1px;
    position: absolute;
    left: -1px;
    background: #000;
}
.block-9__schema-block:nth-of-type(3) {
    position: relative;
}
.block-9__schema-block:nth-of-type(3):after {
    content: "";
    height: 150%;
    width: 1px;
    position: absolute;
    left: -1px;
    background: #000;
}
@media (max-width: 991.98px) {
    .block-9__schema-block:nth-of-type(3) {
        margin-top: 3rem;
    }
    .block-9__schema-block:nth-of-type(3):after {
        display: none;
    }
}
.block-9__schema-block:nth-of-type(4) {
    position: relative;
}
.block-9__schema-block:nth-of-type(4):after {
    content: "";
    height: 150%;
    width: 1px;
    position: absolute;
    left: -1px;
    background: #000;
}
@media (max-width: 991.98px) {
    .block-9__schema-block:nth-of-type(4) {
        margin-top: 3rem;
    }
}
.block-9.black {
    color: #fff;
    background: #000;
}
.block-9.black .block-9__schema-block:after {
    background: #fff;
}
.block-map {
    position: relative;
}
.block-map__controls {
    width: 100%;
    position: relative;
    z-index: 10;
}
@media (min-width: 992px) {
    .block-map__controls {
        transform: translate3d(0, -50%, 0);
        position: absolute;
        top: 0;
        left: 0;
    }
}
.block-map__controls-search {
    position: relative;
}
.block-map__controls-scta {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.block-maplist {
    background: #fff;
    padding: 5rem 0;
    color: #000;
}
.block-maplist .results-template {
    display: none !important;
}
.block-maplist .results-list {
    display: none;
    margin-bottom: 120px;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 767.98px) {
    .block-maplist .results-list {
        margin-bottom: 60px;
    }
}
.block-maplist .results-none {
    text-align: center;
}
.block-maplist .results-title {
    margin-bottom: 40px;
}
.block-maplist .accordion-menu {
    color: #000;
}
.block-maplist .accordion-menu__r svg path,
.block-maplist polygon,
.block-maplist polyline {
    stroke: #000;
}
.block-maplist .accordion-content__wrap {
    padding-bottom: 0;
}
.block-maplist__sub {
    margin: 0 0 0.5rem 0;
    color: #a6a6a6;
    text-transform: uppercase;
}
.block-maplist__qub {
    margin: 0 0 1rem 0;
}
.block-maplist__title {
    margin: 0 0 1rem 0;
}
.block-maplist__ad {
    margin: 0 0 1.25rem 0;
}
.block-maplist__ct {
    font-size: 0.875rem;
    margin-bottom: 4rem;
}
.block-maplist__ct a {
    font-size: 0.875rem;
    color: #000;
    text-decoration: none;
}
.block-maplist__ct a:hover {
    color: #000;
    text-decoration: none;
}
.block-contact {
    padding: 5rem 0;
    color: #fff;
}
@media (min-width: 992px) {
    .block-contact {
        padding: 10rem 0;
    }
}
.block-contact__title {
    font-family: "Mont", sans-serif;
    margin: 0 0 2.5rem 0;
}
.block-contact__title--2 {
    margin: 0 0 3rem 0;
    color: #000;
    line-height: 1.25;
    text-align: center;
}
.block-contact__text {
    font-size: 1.5rem;
    line-height: 1.25;
}
.block-contact .pp_link,
.block-contact .wpcf7-response-output {
    color: inherit;
}
.block-download {
    background: #fff;
    padding-bottom: 10rem;
}
.hero-1 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    pointer-events: all;
}
.hero-1__bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.hero-1__bg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-1__sub {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2.5rem 0;
}
.hero-1__sub .lineParent {
    padding: 2px 0 0;
}
.hero-1__qub {
    color: #fff;
    margin: 0;
    text-align: center;
}
@media (max-width: 991.98px) {
    .hero-1__qub {
        padding: 0 1rem;
    }
    .hero-1__qub br {
        display: none;
    }
}
.hero-1__title {
    color: #fff;
    margin: 0;
    text-align: center;
}
@media (max-width: 991.98px) {
    .hero-1__title {
        padding: 0 1rem;
    }
    .hero-1__title br {
        display: none;
    }
}
.hero-1__cta {
    margin: 2.5rem 0 0 0;
}
.flexi {
    padding: 0 0 5rem 0;
}
.flexi__block {
    padding: 2.5rem 0 !important;
}
@media (min-width: 992px) {
    .flexi__block {
        padding: 5rem 0 !important;
    }
}
.mtm-block {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .mtm-block {
        margin-top: 0;
    }
}
@media (max-width: 991.98px) {
    .block-mobile-mp {
        padding: 1px 0;
        margin: -1px 0;
    }
}
@media (max-width: 991.98px) {
    .fix-block-line-mobile {
        padding: 1px 0;
        margin: -1px 0;
    }
}
.dcarousel {
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
}
.dcarousel.is-dragging a {
    pointer-events: none !important;
}
.dcarousel:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
@media (min-width: 992px) {
    .dcarousel:after {
        padding-bottom: 30%;
    }
}
.dcarousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 4rem 0 0 0;
    padding-right: 2rem;
}
.dcarousel-legend {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.dcarousel-legend strong {
    width: 3rem;
    height: 1px;
    background: #fff;
    margin: 0 0.5rem;
}
.dcarousel-next,
.scarousel-prev,
.dcarousel-prev {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
.dcarousel-next:hover,
.scarousel-prev:hover,
.dcarousel-prev:hover {
    transform: scale(1.15);
}
.dcarousel-prev {
    margin-right: 1rem;
}
.dcarousel-prev svg {
    transform: rotate(-180deg);
}
.dcarousel.is-dragging {
    cursor: grabbing;
}
.dcarousel--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.dcarousel--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
    padding: 0 4vw;
}
@media (min-width: 992px) {
    .dcarousel--item {
        width: 55vw;
    }
}
.dcarousel--item:nth-child(2n + 1) div {
    transform: translateY(50%);
}
.dcarousel--item div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .dcarousel--item div:hover {
        cursor: pointer;
    }
    .dcarousel--item div:hover a {
        transform: scale(1.15);
    }
    .dcarousel--item div:hover span {
        opacity: 1;
    }
    .dcarousel--item div:hover i {
        opacity: 0.5;
    }
}
.dcarousel--item i {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.5s;
    z-index: 8;
    width: 100%;
    height: 100%;
}
.dcarousel--item strong {
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 400;
    margin: 0.5rem 0 0 0;
}
.dcarousel--item span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.5s;
    opacity: 0;
    user-select: none;
}
.dcarousel--item a {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    user-select: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.dcarousel--item a img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
}
.mcarousel {
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
}
.mcarousel:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
@media (min-width: 992px) {
    .mcarousel:after {
        padding-bottom: 25%;
    }
}
.mcarousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 6.5rem 0 0 0;
    padding-right: 2rem;
}
.mcarousel-legend {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    color: #000;
    opacity: 0;
}
.mcarousel-legend strong {
    width: 3rem;
    height: 1px;
    background: #000;
    margin: 0 0.5rem;
}
.mcarousel-next,
.mcarousel-prev {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
.mcarousel-next:hover,
.mcarousel-prev:hover {
    transform: scale(1.15);
}
.mcarousel-prev {
    margin-right: 1rem;
}
.mcarousel-prev svg {
    transform: rotate(-180deg);
}
.mcarousel.is-dragging {
    cursor: grabbing;
}
.mcarousel--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.mcarousel--image-a {
    position: absolute;
}
.mcarousel--image-b {
    position: absolute;
}
.mcarousel--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 60vw;
    height: 100%;
    padding: 0 10vw;
}
@media (min-width: 992px) {
    .mcarousel--item {
        width: 30vw;
        padding: 0 5vw;
    }
}
.mcarousel--item .mcarousel--image-a {
    left: 0;
    top: 0;
    z-index: 10;
    width: 3rem;
    transform: translate3d(-1.5rem, 4.5rem, 0);
}
@media (min-width: 992px) {
    .mcarousel--item .mcarousel--image-a {
        width: 6rem;
    }
}
.mcarousel--item .mcarousel--image-b {
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 3.5rem;
    transform: translate3d(1.5rem, 1.5rem, 0);
}
@media (min-width: 992px) {
    .mcarousel--item .mcarousel--image-b {
        width: 7rem;
    }
}
.mcarousel--item:nth-child(2n) .mcarousel--image-a {
    left: initial;
    right: 0;
    transform: translate3d(1.5rem, 1.5rem, 0);
    width: 3.5rem;
}
@media (min-width: 992px) {
    .mcarousel--item:nth-child(2n) .mcarousel--image-a {
        width: 7rem;
    }
}
.mcarousel--item:nth-child(2n) .mcarousel--image-b {
    right: initial;
    left: 0;
    width: 3rem;
}
@media (min-width: 992px) {
    .mcarousel--item:nth-child(2n) .mcarousel--image-b {
        width: 6rem;
    }
}
.mcarousel--item div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.mcarousel--item div:hover {
    cursor: pointer;
}
@media (min-width: 992px) {
    .mcarousel--item div:hover span:after {
        transform: scaleX(1);
    }
}
.mcarousel--item span {
    white-space: nowrap;
    position: absolute;
    top: calc(100% + 2.5rem);
    left: 50%;
    z-index: 10;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: all 0.5s;
    opacity: 1;
    color: #000;
    text-align: center;
    width: auto;
    transform: translate3d(-50%, 0, 0);
    user-select: none;
}
.mcarousel--item span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
@media (max-width: 991.98px) {
    .mcarousel--item span {
        white-space: normal;
        width: 100%;
    }
}
.mcarousel--item a {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    user-select: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform-origin: center;
    margin: 0;
    color: #000;
    text-decoration: none;
}
.mcarousel--item a .mcarousel--image-z {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
}
.scarousel {
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.scarousel:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
@media (min-width: 992px) {
    .scarousel:after {
        padding-bottom: 37.5%;
    }
}
@media (max-height: 768px) {
    .scarousel:after {
        padding-bottom: 32.5%;
    }
}
.scarousel__cta {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    width: 6rem;
    height: 6rem;
    border: 1px solid rga(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
@media (min-width: 992px) {
    .scarousel__cta {
        width: 12rem;
        height: 12rem;
    }
}
.scarousel__cta div {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}
.scarousel__cta div svg {
    margin-left: 1rem;
}
.scarousel__cta--2 {
    filter: invert(1);
}
.scarousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 4rem 0 0 0;
    padding-right: 2rem;
}
.scarousel-legend {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.scarousel-legend strong {
    width: 3rem;
    height: 1px;
    background: #fff;
    margin: 0 0.5rem;
}
.scarousel-next {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
.scarousel-next:hover {
    transform: scale(1.15);
}
.scarousel-prev {
    margin-right: 1rem;
}
.scarousel-prev svg {
    transform: rotate(-180deg);
}
.scarousel.is-dragging {
    cursor: grabbing;
}
.scarousel--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.scarousel--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
    padding: 0 1vw;
}
.scarousel--item.vertical {
    width: 29vw;
}
@media (min-width: 992px) {
    .scarousel--item {
        width: 62vw;
    }
}
.scarousel--item div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.scarousel--item span {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    user-select: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.scarousel--item span img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
}
@media (max-width: 991.98px) {
    .scarousel:after {
        padding-bottom: 70%;
    }
    .scarousel .scarousel--item {
        width: 90vw;
    }
    .scarousel .scarousel--item.vertical {
        width: 48vw;
    }
}
.tcarousel {
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .tcarousel-ct {
        padding: 1px 0;
        margin: -1px 0;
    }
}
.tcarousel:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
@media (min-width: 992px) {
    .tcarousel:after {
        padding-bottom: 28%;
    }
}
.tcarousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 6.5rem 0 0 0;
    padding-right: 2rem;
}
@media (max-width: 991.98px) {
    .tcarousel-controls {
        padding-left: 2rem;
    }
}
.tcarousel-legend {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    color: #000;
}
.tcarousel-legend strong {
    width: 3rem;
    height: 1px;
    background: #000;
    margin: 0 0.5rem;
}
@media (max-width: 991.98px) {
    .tcarousel-legend {
        margin-right: auto;
    }
}
.tcarousel-next,
.tcarousel-prev {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.18, 0.68, 0.91, 0.84);
}
.tcarousel-next:hover,
.tcarousel-prev:hover {
    transform: scale(1.15);
}
.tcarousel-prev {
    margin-right: 1rem;
}
.tcarousel-prev svg {
    transform: rotate(-180deg);
}
.tcarousel.is-dragging {
    cursor: grabbing;
}
.tcarousel--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.tcarousel--image-a {
    position: absolute;
}
.tcarousel--image-b {
    position: absolute;
}
.tcarousel--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    padding: 0 1vw;
}
@media (min-width: 992px) {
    .tcarousel--item {
        width: 30vw;
    }
}
.tcarousel--item div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.tcarousel--item div:hover {
    cursor: pointer;
}
@media (min-width: 992px) {
    .tcarousel--item div:hover span:after {
        transform: scaleX(1);
    }
}
.tcarousel--item div:hover .tcarousel--image-z {
    transform: scale(1.05);
}
.tcarousel--item span {
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    z-index: 10;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: all 0.5s;
    opacity: 1;
    color: #000;
    text-align: center;
    width: auto;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
}
.tcarousel--item span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.tcarousel--item a {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    user-select: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform-origin: center;
    margin: 0;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
.tcarousel--item a .tcarousel--image-z {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
    transition: all 0.6s ease-out;
}
.freedom-hero {
    padding-top: 10rem;
    text-align: center;
    background: #fff;
    color: #000;
    padding-bottom: 5rem;
}
@media (min-width: 992px) {
    .freedom-hero {
        padding-top: 15rem;
        padding-bottom: 10rem;
    }
}
@media (max-width: 991.98px) {
    .freedom-hero.video-hero {
        padding-bottom: 0;
    }
}
.freedom-hero.freedom-hero--2 {
    padding-bottom: 5rem;
}
.freedom-hero__s {
    text-transform: uppercase;
    margin: 0 0 3rem 0;
}
.freedom-hero__t {
    margin: 0;
}
.freedom-hero__t a {
    display: inline-block;
    padding: 0.5rem 0;
    color: #000;
    text-decoration: none;
    transition: all 0.6s ease-out;
    font-size: clamp(2rem, 4.5vw, 8rem);
}
.freedom-hero__t a:hover {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .freedom-hero__t br {
        display: none;
    }
}
.freedom-hero__txt {
    text-transform: uppercase;
    margin: 4rem 0 0 0;
}
.freedom-hero__txt a {
    color: #000;
    text-decoration: none;
    transition: all 0.6s ease-out;
}
.freedom-hero__txt a:hover {
    text-decoration: underline;
}
.freedom-hero__txt {
    text-transform: uppercase;
    margin: 4rem 0 0 0;
}
.freedom-hero__txt a {
    color: #000;
    text-decoration: none;
    transition: all 0.6s ease-out;
}
.freedom-hero__txt a:hover {
    text-decoration: underline;
}
.freedom-hero__cta {
    margin: 3rem 0 0 0;
    color: #000;
    border-color: #000;
    transition: all 0.6s ease-out;
}
.freedom-hero__cta svg path,
.freedom-hero__cta svg polygon,
.freedom-hero__cta svg polyline {
    stroke: #000;
}
.freedom-hero__cta svg path,
.freedom-hero__cta svg polygon,
.freedom-hero__cta svg polyline {
    transition: all 0.6s ease-out;
}
.freedom-hero__cta:hover {
    color: #fff;
}
.manifesto {
    background: linear-gradient(180deg, #ffffff 0%, #a9aaaf 100%);
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
}
.manifesto__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: contain;
    opacity: 0;
}
.manifesto-wrap {
    position: relative;
}
.manifesto-intro {
    position: relative;
    z-index: 10;
}
.manifesto-intro-title {
    position: relative;
    line-height: 1.225;
}
.manifesto-intro-img--1 {
    position: relative;
    left: -2rem;
    width: calc(50% + 1.5rem);
    top: 0;
    margin-bottom: 10rem;
    margin-top: -3.5rem;
}
@media (min-width: 992px) {
    .manifesto-intro-img--1 {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        left: 4.16666667%;
        width: 12.5rem;
    }
}
.manifesto-intro-img--2 {
    position: absolute;
    right: -2rem;
    width: calc(50% + 1.5rem);
    bottom: 0;
    transform: translate3d(0, 75%, 0);
}
@media (min-width: 992px) {
    .manifesto-intro-img--2 {
        width: 10rem;
        right: 4.16666667%;
        transform: none;
    }
}
.manifesto-intro-img--3 {
    position: relative;
    top: 0;
    width: calc(50% + 1.5rem);
    left: -2rem;
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .manifesto-intro-img--3 {
        position: absolute;
        left: 4.16666667%;
        width: 14rem;
        margin-top: 0;
    }
}
.manifesto-intro-img--4 {
    position: absolute;
    width: calc(50% + 1.5rem);
    right: -1.5rem;
    bottom: 10rem;
}
@media (min-width: 992px) {
    .manifesto-intro-img--4 {
        width: 16rem;
        right: 4.16666667%;
        bottom: 0;
    }
}
.manifesto-intro-img--5 {
    position: relative;
    width: calc(50% + 1.5rem);
    left: -2rem;
    margin-top: 7.5rem;
}
@media (min-width: 992px) {
    .manifesto-intro-img--5 {
        margin-top: 0;
        top: 0;
        width: 16rem;
        left: 4.16666667%;
        position: absolute;
    }
}
.manifesto-intro-img--6 {
    position: absolute;
    bottom: 0;
    width: calc(50% + 1.5rem);
    right: -1.5rem;
}
@media (min-width: 992px) {
    .manifesto-intro-img--6 {
        width: 10rem;
        right: 4.16666667%;
    }
}
.manifesto__cta {
    color: #fff;
    border-color: #fff;
    filter: invert(1);
}
.manifesto__cta:hover {
    background: #fff;
    color: #000;
}
.manifesto__cta:hover svg path,
.manifesto__cta:hover svg polygon,
.manifesto__cta:hover svg polyline {
    stroke: #000;
}
.advice-hero {
    min-height: 100vh;
    color: #000;
    padding: 10rem 0 0 0;
}
.advice-hero.loaded {
    background: #fff;
}
.advice-hero__sub {
    margin-bottom: 3rem;
    overflow: hidden;
}
.advice-hero__sub span {
    transform: translateY(100%);
    display: block;
}
.advice-hero__qub {
    margin-bottom: 5rem;
    overflow: hidden;
    line-height: 1.25;
}
.advice-hero__qub span {
    transform: translateY(100%);
    display: block;
}
.advice-hero__title {
    margin-bottom: 5rem;
    overflow: hidden;
    line-height: 1.25;
}
.advice-hero__title span {
    transform: translateY(100%);
    display: block;
}
.projects-hero {
    text-align: center;
    padding: 10rem 0 0;
    position: relative;
}
@media (min-width: 992px) {
    .projects-hero {
        padding: 20rem 0 10rem;
    }
}
.projects-hero__title {
    margin: 0 0 1.5rem 0;
}
.projects-hero__text {
    text-transform: uppercase;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .projects-hero__text br {
        display: none;
    }
}
@media (min-width: 992px) {
    .projects-grid__ct {
        padding-bottom: 10rem;
    }
}
.projects-grid__pag {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding: 2.5rem 0 0;
}
.projects-grid__pag a {
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease-out;
}
.projects-grid__pag a:hover {
    transform: scale(1.15);
}
.projects-grid__pag strong {
    width: 3rem;
    height: 1px;
    background: #fff;
    margin: 0 0.5rem;
}
.projects-block__lnk {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.projects-block__imgWrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.projects-block__imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects-block__img--c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.projects-block__img--c > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects-block__img--1 {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .projects-block__img--1 {
        margin-top: 0;
    }
}
.projects-block__img--2 {
    margin-top: 5rem;
}
.projects-block__img--3 {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .projects-block__img--3 {
        margin-top: -7rem;
    }
}
.projects-block__img--4 {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .projects-block__img--4 {
        margin-top: 10rem;
    }
}
.projects-block__t {
    margin: 0;
}
.projects-block__label {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 2rem 0 0.5rem 0;
    align-items: center;
}
@media (max-width: 991.98px) {
    .projects-block__label {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem 0 0 0;
    }
}
.projects-block__label span {
    opacity: 0.5;
}
.projects__filters {
    position: absolute;
    bottom: 0;
    pointer-events: all;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.56%, #000000 100%);
    text-align: center;
    padding: 4rem 0;
    width: 100%;
    display: none;
}
.projects__filters-mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.56%, #000000 100%);
    padding: 4rem 0 1.5rem;
    text-align: center;
}
@media (min-width: 992px) {
    .projects__filters-mobile {
        display: none;
    }
}
.projects__filters-mobileBtn {
    pointer-events: all;
    display: inline-block;
    border: 1px solid;
    color: #fff;
    border-radius: 1.5rem;
    text-decoration: none;
    padding: 0.6rem 1.5rem 0.5rem;
}
.projects__filters-mobileBtn:hover {
    color: #fff;
}
.projects__filters-mobileBtn:focus {
    color: #fff;
}
.projects__filters-ct {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 99;
}
@media (min-width: 992px) {
    .projects__filters {
        display: block;
    }
}
.projects__filters a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 1.5rem;
    margin-left: 1rem;
    padding: 0.75rem 1.5rem;
}
.projects__filters a:first-child {
    margin-left: 0;
}
.project-top {
    position: relative;
    height: 100vh;
    min-height: 40rem;
    overflow: hidden;
}
.project-hero {
    position: relative;
    height: 100vh;
    min-height: 40rem;
    overflow: hidden;
}
.project-hero__title {
    position: absolute;
    bottom: 10rem;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 1rem;
}
.project-hero__title span {
    transform: translateY(100%);
    display: block;
}
.project-hero__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.project-hero__img-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project-hero__img-ct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-hero__cta {
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    color: #fff;
    border-color: #fff;
    transition: all 0.6s ease-out;
    pointer-events: all;
    display: none;
}
@media (min-width: 992px) {
    .project-hero__cta {
        display: block;
    }
}
.project-hero__cta svg path,
.project-hero__cta svg polygon,
.project-hero__cta svg polyline {
    transition: all 0.6s ease-out;
}
.project-hero__cta:hover {
    color: #000;
    background: #fff;
}
.project-hero__cta:hover svg path,
.project-hero__cta:hover svg polygon,
.project-hero__cta:hover svg polyline {
    stroke: #000;
}
@media (max-width: 991.98px) {
    .news-grid {
        padding: 1px 0;
        margin: -1px 0;
    }
}
.news-grid__box {
    color: #000;
    text-decoration: none;
}
.news-grid__box--1 {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .news-grid__box--1 {
        margin-top: 10rem;
    }
}
.news-grid__box--2 {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .news-grid__box--2 {
        margin-top: -10rem;
    }
}
.news-grid__box-image {
    overflow: hidden;
}
.news-grid__box-image img {
    transition: all 0.6s ease-out;
}
.news-grid__box-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #595959;
    margin: 1.5rem 0 0.5rem 0;
    text-transform: uppercase;
}
.news-grid__box-title {
    margin: 0 0 0.5rem 0;
}
.news-grid__box:hover {
    color: #000;
}
.news-grid__box:hover img {
    transform: scale(1.05);
}
.news-grid__pag {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding: 10rem 0;
}
.news-grid__pag a {
    color: #000;
    text-decoration: none;
    transition: all 0.6s ease-out;
    padding: 1rem;
}
.news-grid__pag a:hover {
    transform: scale(1.15);
}
.news-grid__pag strong {
    width: 3rem;
    height: 1px;
    background: #000;
    margin: 0 0.5rem;
}
.news-grid__filters {
    text-align: center;
    padding: 0 0 5rem 0;
    width: 100%;
}
@media (min-width: 992px) {
    .news-grid__filters {
        padding: 0 0 7.5rem 0;
    }
}
.news-grid__filters a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 1.5rem;
    margin-left: 1rem;
    padding: 0.75rem 1.5rem;
}
.news-grid__filters a:first-child {
    margin-left: 0;
}
@media (max-width: 991.98px) {
    .video-grid {
        padding: 1px 0;
        margin: -1px 0;
    }
}
.video-grid__box {
    color: #000;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .video-grid__box {
        margin-top: 5rem;
    }
}
@media (min-width: 992px) {
    .video-grid__box--1 {
        margin-top: 10rem;
    }
}
@media (min-width: 992px) {
    .video-grid__box--2 {
        margin-top: -10rem;
    }
}
.video-grid__box-image {
    overflow: hidden;
    position: relative;
}
.video-grid__box-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
}
.video-grid__box-image img {
    transition: all 0.6s ease-out;
}
.video-grid__box-data {
    font-size: 0.75rem;
    color: #595959;
    margin: 1.5rem 0 0.5rem 0;
    text-transform: uppercase;
}
.video-grid__box-title {
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}
.video-grid__box:hover {
    color: #000;
}
.video-grid__box:hover img {
    transform: scale(1.05);
}
.video-grid__pag {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding: 10rem 0;
}
.video-grid__pag a {
    color: #000;
    text-decoration: none;
    transition: all 0.6s ease-out;
}
.video-grid__pag a:hover {
    transform: scale(1.15);
}
.video-grid__pag strong {
    width: 3rem;
    height: 1px;
    background: #000;
    margin: 0 0.5rem;
}
.video-grid__filters {
    text-align: center;
    padding: 0 0 2.5rem 0;
    width: 100%;
}
@media (min-width: 992px) {
    .video-grid__filters {
        padding: 0 0 7.5rem 0;
    }
}
.video-grid__filters a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 1.5rem;
    margin-left: 1rem;
    padding: 0.75rem 1.5rem;
}
.video-grid__filters a:first-child {
    margin-left: 0;
}
.finiture {
    background: #fff;
    padding-top: 5rem;
    padding-bottom: 10rem;
    color: #000;
    position: relative;
}
.finiture__back a {
    color: #000;
    text-decoration: none;
}
.finiture__back a svg {
    margin-right: 1rem;
    transition: all 0.6s ease-out;
}
.finiture__back a:hover svg {
    transform: translateX(-0.5rem);
}
.finiture__filters {
    position: sticky;
    pointer-events: all;
    width: 100%;
    top: calc(100dvh - 89px);
    background: #fff;
    padding: 1.5rem 0;
    border-top: 1px solid #dadada;
}
.finiture__filters-ct {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
    min-height: calc(100dvh - 130px);
}
.finiture__filters-wrap {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    position: relative;
}
@media (min-width: 1200px) {
    .finiture__filters-wrap {
        justify-content: center;
    }
}
.finiture__filters a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 1.5rem;
    margin-left: 1rem;
    padding: 0.75rem 1.5rem 0.65rem;
    transition: all 0.6s ease-out;
    line-height: 1;
}
.finiture__filters a:first-child {
    margin-left: 0;
}
.finiture__filters a.finiture__filters-contact {
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
@media (max-width: 991.98px) {
    .finiture__filters a {
        margin-left: 0.5rem;
        padding: 0.75rem 0.75rem 0.65rem;
    }
    .finiture__filters a.finiture__filters-contact {
        position: relative;
        top: 0;
        display: block;
        right: initial;
        width: auto;
        opacity: 1;
        text-align: center;
        transform: none;
    }
}
.finiture__filters a:hover {
    background: #000;
    color: #fff;
}
.finiture__filters a.active {
    background: #000;
    color: #fff;
}
.finiture__title {
    font-family: "Mont", sans-serif;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .finiture__title {
        margin-bottom: 15px;
    }
}
.finiture__title span {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    color: #595959;
    position: relative;
    top: -1px;
}
@media (max-width: 767.98px) {
    .finiture__icon {
        max-width: 80px;
    }
}
.finiture__box {
    text-align: center;
    margin-top: 2.5rem;
}
.finiture__box img {
    border: 1px solid #a6a6a6;
}
.finiture__box-t {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    height: 1.5rem;
    overflow: hidden;
}
.finiture__box-st {
    color: #595959;
    text-transform: uppercase;
}
#list-mat-top {
    position: relative;
    z-index: 5;
}
@media (min-width: 992px) {
    .list-materials-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}
@media (max-width: 991.98px) {
    .list-materials-wrap {
        display: none;
        position: absolute;
        bottom: 4.9rem;
        background: #fff;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 2rem;
        height: 0px;
        border-top: 1px solid #dadada;
        overflow: hidden;
    }
    .list-materials-wrap.done {
        overflow: visible;
    }
    .list-materials-wrap .custom-select.custom-select--2 .select-selected {
        border-radius: 0;
        border-top: none;
        border-right: none;
        border-left: none;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }
    .list-materials-wrap .custom-select.custom-select--2:last-child .select-selected {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .list-materials-wrapMobile {
        display: none;
    }
}
.list-materials-wrapMobile a {
    position: relative;
    left: 0;
    right: 1.25rem;
    padding-right: 2.5rem;
}
.list-materials-wrapMobile a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.25rem;
    transform: translate3d(0, -50%, 0) rotate(180deg);
    width: 12px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMyA3IiB3aWR0aD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEyIC44OTQ1MzEtNS41IDUuMjEwNTI5LTUuNS01LjIxMDUzIiBzdHJva2U9IiMwMDAiLz48L3N2Zz4=);
    background-position: center;
    transition: all 0.6s ease-out;
}
.list-materials-wrapMobile a:hover {
    background: none;
    color: #000;
}
.list-materials-wrapMobile a:hover:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
}
@media (max-width: 991.98px) {
    .list-materials .select-selected.select-arrow-active {
        border: none;
    }
}
.list-materials .select-items {
    max-height: 18rem !important;
}
@media (min-width: 992px) {
    .list-materials .select-items {
        bottom: calc(100% + 2rem) !important;
        left: -15%;
        width: 130%;
    }
}
@media (max-width: 991.98px) {
    .list-materials .select-items {
        position: relative !important;
        border: none !important;
    }
}
@media (max-width: 991.98px) {
    .list-materials .select-items div {
        padding-left: 1rem;
    }
}
.list-materials .select-items div span {
    position: relative;
}
.list-materials .select-items div span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
    background: #000;
}
.list-materials .select-items div:hover {
    background: none;
}
.list-materials .select-items div:hover span:after {
    transform: scaleX(1);
}
.list-materials__filters {
    position: relative;
    padding: 1rem 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #dadada;
    pointer-events: all;
}
.list-materials__nores {
    color: #000;
    display: none;
}
.list-materials__box {
    display: inline-block;
    padding: 0 4.825vw;
    text-decoration: none;
    text-align: center;
    margin: 6rem 0 0 0;
    width: 100%;
}
.list-materials__box:hover .image--base {
    transform: scale(1.05);
}
.list-materials__box-images {
    position: relative;
}
.list-materials__box .image--base {
    aspect-ratio: 0.8;
    object-fit: cover;
    transition: all 0.6s ease-out;
}
.list-materials__box .base-wrap {
    overflow: hidden;
}
.list-materials__box-title {
    font-family: "Mont", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #000;
    text-align: center;
    margin: 3rem 0 0 0;
    position: relative;
    display: inline-block;
}
.list-materials__box .image--a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 2.5rem;
    transform: translate3d(1rem, 6.5rem, 0);
}
@media (min-width: 992px) {
    .list-materials__box .image--a {
        transform: translate3d(-1.5rem, 4.5rem, 0);
        width: 6rem;
    }
}
.list-materials__box .image--b {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 3rem;
    transform: translate3d(1.5rem, -2.5rem, 0);
}
@media (min-width: 992px) {
    .list-materials__box .image--b {
        transform: translate3d(1.5rem, 1.5rem, 0);
        width: 7rem;
    }
}
.list-materials__box-wrap:nth-child(2n) .image--a {
    left: initial;
    right: 0;
    transform: translate3d(1rem, 5rem, 0);
    width: 3rem;
}
@media (min-width: 992px) {
    .list-materials__box-wrap:nth-child(2n) .image--a {
        transform: translate3d(1.5rem, 1.5rem, 0);
        width: 7rem;
    }
}
.list-materials__box-wrap:nth-child(2n) .image--b {
    right: initial;
    left: 0;
    width: 2.5rem;
    transform: translate3d(-0.5rem, -3.5rem, 0);
}
@media (min-width: 992px) {
    .list-materials__box-wrap:nth-child(2n) .image--b {
        width: 6rem;
    }
}
.moodboard {
    position: relative;
    height: 100vh;
    min-height: 40rem;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}
.moodboard__over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    transform: translate3d(100%, 0, 0);
    display: flex;
    align-items: center;
}
.moodboard__over-wrap {
    opacity: 0;
    width: 100%;
    position: relative;
}
@media (max-width: 991.98px) {
    .moodboard__over-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}
.moodboard__over-close {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 4vh);
    transform: translate3d(-50%, 0, 0);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    color: #fff;
    text-align: center;
}
@media (max-width: 991.98px) {
    .moodboard__over-close {
        bottom: initial;
        top: 2rem;
    }
}
.moodboard__over-close svg {
    transition: all 0.6s ease-out;
}
.moodboard__over-close span {
    margin: 0.5rem 0 0 0;
    display: block;
}
.moodboard__over-close:hover {
    color: #fff;
}
.moodboard__over-close:hover svg {
    transform: scale(1.1);
}
.moodboard__over-cta {
    position: absolute;
    left: 50%;
    top: calc(100% + 8vh);
    transform: translate3d(-50%, 0, 0);
    text-align: center;
}
@media (max-width: 991.98px) {
    .moodboard__over-cta {
        top: initial;
        bottom: 2rem;
    }
}
.moodboard__slide {
    position: absolute;
    height: 100vh;
    min-height: 40rem;
    top: 0;
    left: 0;
    width: 100%;
}
.moodboard__slide--next {
    transform: translateY(100%);
    opacity: 0;
}
.moodboard__slide.moodboard__slide--current .moodboard__imgCol {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    scale: 0.5;
}
.moodboard__title--current {
    transform: translate3d(0, 100%, 0);
}
.moodboard__title--next {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    width: 100%;
}
.moodboard__titles {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.moodboard__titles-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    flex-direction: column;
}
.moodboard__breadcrumb {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 15;
}
.moodboard__breadcrumb nav {
    display: flex;
    justify-content: center;
}
.moodboard__breadcrumb nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 0 0.25rem;
    padding: 1rem;
    opacity: 0.5;
    transition: all 0.6s ease-out;
}
@media (max-width: 991.98px) {
    .moodboard__breadcrumb nav a {
        padding: 1rem 0.5rem;
    }
}
.moodboard__breadcrumb nav a.current {
    opacity: 1;
}
.moodboard__ctas {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.moodboard__cta--current {
    transform: translate3d(0, 100%, 0);
}
.moodboard__cta--next {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    width: 100%;
}
.moodboard__img {
    overflow: hidden;
}
.moodboard__imgCol {
    transform: translateY(100%);
}
.moodboard__img--s img {
    transform: scale(1.25);
}
.moodboard__img--p5 {
    transform: translate3d(0, 5rem, 0);
}
.moodboard__img--p52 {
    transform: translate3d(0, 5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--p52 {
        transform: translate3d(2.5rem, -8rem, 0) scale(2);
    }
}
.moodboard__img--n5 {
    transform: translate3d(0, -5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--n5 {
        transform: translate3d(0, 8.5rem, 0) scale(2);
    }
}
.moodboard__img--n52 {
    transform: translate3d(0, -5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--n52 {
        transform: scale(2) translate3d(0, -5rem, 0);
    }
}
.moodboard__img--p25 {
    transform: translate3d(0, 2.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--p25 {
        transform: translate3d(0, 2.5rem, 0) scale(2);
    }
}
.moodboard__img--n25 {
    transform: translate3d(0, -2.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--n25 {
        transform: translate3d(2.5rem, -5rem, 0) scale(2);
    }
}
.moodboard__img--p125 {
    transform: translate3d(0, 12.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--p125 {
        transform: translate3d(0, 25rem, 0) scale(2);
    }
}
.moodboard__img--p75 {
    transform: translate3d(-5rem, 0, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--p75 {
        transform: translate3d(0, 7.5rem, 0) scale(2);
    }
}
.moodboard__img--n10 {
    transform: translate3d(0, -10rem, 0);
}
.moodboard__img--1 {
    transform: translate3d(0, 5rem, 0);
}
.moodboard__img--2 {
    transform: translate3d(0, -5rem, 0);
}
.moodboard__img--3 {
    transform: translate3d(0, 12.5rem, 0);
}
.moodboard__img--4 {
    transform: translate3d(0, -5rem, 0);
}
.moodboard__img--5 {
    transform: translate3d(0, -5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--5 {
        transform: translate3d(-2.5rem, -6.5rem, 0) scale(2);
    }
}
.moodboard__img--6 {
    transform: translate3d(0, 2.5rem, 0);
}
.moodboard__img--7 {
    transform: translate3d(0, 5rem, 0);
}
.moodboard__img--8 {
    transform: translate3d(0, 7.5rem, 0);
}
.moodboard__img--9 {
    transform: translate3d(0, -2.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--9 {
        transform: translate3d(0, -10rem, 0) scale(2);
    }
}
.moodboard__img--91 {
    transform: translate3d(0, -2.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--91 {
        transform: translate3d(5rem, -10rem, 0) scale(2);
    }
}
.moodboard__img--10 {
    transform: translate3d(0, 12.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--10 {
        transform: translate3d(0, 2.5rem, 0) scale(2);
    }
}
.moodboard__img--11 {
    transform: translate3d(0, 2.5rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--11 {
        transform: translate3d(0, -14.5rem, 0) scale(2);
    }
}
.moodboard__img--12 {
    transform: translate3d(0, -10rem, 0);
}
@media (max-width: 991.98px) {
    .moodboard__img--12 {
        transform: translate3d(0, 9rem, 0) scale(2);
    }
}
.map {
    position: relative;
}
@media (min-width: 768px) {
    .map {
        overflow: hidden;
    }
}
.map-popup {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 95vw;
    padding: 50px 20px;
    z-index: 10;
    background-color: #595959;
    transition: transform 1s ease-out;
}
@media (min-width: 768px) {
    .map-popup {
        bottom: 0;
        width: 45vw;
        padding: 8vw 7.2vw 9vw 10vw;
    }
}
.map-popup.-is-hidden {
    transform: translateX(-100%);
}
.map-popup__close {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 20px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease-out;
}
@media (min-width: 768px) {
    .map-popup__close {
        top: 30px;
        right: 30px;
    }
}
.map-popup__close:hover {
    background-color: #fff;
}
.map-popup__close:hover svg,
.map-popup__close:hover svg path,
.map-popup__close:hover polygon,
.map-popup__close:hover polyline {
    stroke: #000 !important;
}
.map-popup__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #fff;
}
.map-popup__content [data-website] {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .map-popup__title {
        font-size: 2rem;
    }
}
@media (max-width: 767.98px) {
    .map-popup__title {
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .map-popup__ad {
        font-size: 1.2rem;
    }
}
.map-popup__ct a {
    color: #fff;
}
.map-popup__ct a:hover {
    text-decoration: underline;
}
.map-popup__cta {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .map-popup__cta {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
}
.popup {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 110;
}
.popup::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.popup__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 80%;
    aspect-ratio: 5/3;
    min-height: 600px;
    max-height: 80%;
    max-width: 1600px;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .popup__content {
        justify-content: center;
        aspect-ratio: unset;
        width: 95%;
        height: 80%;
    }
}
.popup__bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.popup__bg > img {
    transform: unset;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    height: 2rem;
    width: 2rem;
}
.popup__close > svg {
    height: 100%;
    width: 100%;
    fill: #fff;
}
.popup__logo {
    position: absolute;
    left: 3.5rem;
    top: 2rem;
    width: 18%;
}
.popup__logo > svg {
    width: 100%;
    height: auto;
}
@media (max-width: 991.98px) {
    .popup__logo {
        width: auto;
        left: 2rem;
    }
}
.popup__text-wr {
    padding: 3rem 3rem 2rem;
}
@media (max-width: 991.98px) {
    .popup__text-wr {
        padding: 3rem 4rem 3rem 2rem;
    }
}
.popup__title {
    position: relative;
    font-family: "Monschone", serif;
    font-weight: 300;
    font-size: clamp(3rem, 3.902vw + 0.561rem, 5.5rem);
    max-width: 80%;
    line-height: 1.25;
    margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
    .popup__title {
        font-size: 2.4rem;
    }
}
.popup__subtext {
    position: relative;
    font-size: clamp(2.5rem, 3.902vw + 0.561rem, 4rem);
    max-width: 50%;
    line-height: 1.25;
}
@media (max-width: 991.98px) {
    .popup__subtext {
        font-size: 1.4rem;
        max-width: 80%;
    }
}
.popup__vtext {
    position: absolute;
    right: 3rem;
    top: 15%;
    font-size: clamp(1.125rem, 0.732vw + 0.668rem, 1.5rem);
    transform-origin: right;
    transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
    .popup__vtext {
        right: 2rem;
        font-size: 18px;
    }
}
.popup__code {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-size: clamp(2rem, 2.805vw + 0.247rem, 3.5rem);
    font-weight: 700;
    max-width: 50%;
    line-height: 1;
}
@media (max-width: 991.98px) {
    .popup__code {
        font-size: 1.8rem;
        max-width: auto;
    }
}
.form-svg-spin {
    display: inline-block;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.casadecor-gracias {
    background: #000 !important;
}
.casadecor-shadow {
    position: relative;
}
.casadecor-shadow__bg {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: 100%;
    pointer-events: none;
    background-image: url(48f9d672c00a530d1333.png);
    background-image: image-set(
        url(data:image/avif;base64,AAAAHGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZgAAAZhtZXRhAAAAAAAAACFoZGxyAAAAAAAAAABwaWN0AAAAAAAAAAAAAAAAAAAAAA5waXRtAAAAAAABAAAANGlsb2MAAAAAREAAAgACAAAAAAG8AAEAAAAAAAAEKgABAAAAAAXmAAEAAAAAAAAAOwAAADhpaW5mAAAAAAACAAAAFWluZmUCAAAAAAEAAGF2MDEAAAAAFWluZmUCAAAAAAIAAGF2MDEAAAAA12lwcnAAAACxaXBjbwAAABNjb2xybmNseAACAAIABoAAAAAMYXYxQ4EMHAAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAAA5waXhpAAAAAAEIAAAAOGF1eEMAAAAAdXJuOm1wZWc6bXBlZ0I6Y2ljcDpzeXN0ZW1zOmF1eGlsaWFyeTphbHBoYQAAAAAMYXYxQ4EsAgAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAABBwaXhpAAAAAAMICAgAAAAeaXBtYQAAAAAAAAACAAEEgYYHiAACBIIDhIUAAAAaaXJlZgAAAAAAAAAOYXV4bAACAAEAAQAABG1tZGF0EgAKBxsq+/858KgynAhEgABBFAD5e9X+aPaOHrmMQqSm/b81bkHL1bAIR/Z5qUWK+cFSUjMcVVP4SpQB60jVRvtmQsSqL+aEueWkn8CuSD228fvupRe9FCZJpHLhgt8eR63xEDaK6XPBCKf/VkUYu7mMzYefVo8REB+TrmY+KAoWTLY7yE/WrBbMfxYghBc+K+vAynoBaNS4JNHw5CBj7Y9IAt9tHNxLZN76U0wcxSpP6N2KqL3HWU/tBSHo+n3AGS1G3n+fXUyOyG9MRGsTaBXRdsmFEyayIhV2cHT11KjlMCHfghQdQhCE3sqD9Yc6K3Xe1OUNSNorM2tAcvmb8aOMa12U13LEOo6Tzu8xOh9wQJY/M2V/Xj3MFkSHFSJw+tb0StD/K3RZS2xbYkc1SExBnkUA5mt5gTHJ5vdmf1JXbju04MZP6XWlfaKp54utO9jd9jCpdVN9B+ZtK9JFhWoa3SVybyceQ/CHZLptIWakDEt1anNqVlvuFMIHTjnyQC4spXkbmcMxVwYNK5Ktg4firsTosq2Z8s/UAesC83WP8yOTwdGU3VvB+SvB/K0THMWmtcu1me6LEi30H/4QnspwDLReuJ72NbPvKchQMM/jJ9TAp2nm5ScOagVXo+MgeCUylNqL+DGoCstYRvXgOueGNqqZ/y8vVFv6SwYAQ1BlR+dwSJcjmOU6rDgSaOGhPwFt+1Mfy5AAnFjsZQfav9w0qI6GYsKhFXwxG10yDiU7oA/rT7fRIsH+DytrgpXxK6Gc+zfQa+bVEAZ1EE4KBV3TnZXznbfnj5fvjsIyxoeKdGibP1e1RLpyd0/CEWHY+YyZukoX7cGVkWnFUc05h1nMT+kMmDoanQiPG+CkHFCqXmJDjuipI6Lbj74mov6Y41upKnwsTBOMJlKMUISuRvqZYGwIpliE4lRghushbaBB/5s+ZGs+NCSf9pvNo0n8EqOfgWLT54IvTulw2wLwZwiL6YFU3Boh0gJ3X2JSIRd+OnK1G34ZGSpgjkoXz93gSqixMgKV6+ko5gkZIEaRpE8iKVyELGqaJmRh8L7qkZUCRnbdWpDHPjnGL2ag/i+4XuXbNXYSovcpoBUGQyboeFYqde4xKvFB5Eh35+FXUq7uMgwZ05N/RSq6r75kqw+1xZNLcUhH0XOawE1sjaJGakGq+c2Gnxph2G44YNdGUx10qYHdw/8ts4O8fSIvMTsfHDEQlH5O2UOhvbXDE3QER3mHuSplMj/UVeLDC25EXYK9MYQnW7HLwMB9YjfkZTc7L9MvcBqRPNCo8adkuRjI3SdP7xfyYhElizD/Ifbzf/J88XcEooSCbK7wyxkOoci9rDzJrKGGBCj8gObCuBS0OO5G0z918uJfX7S0QhYV5XvsB/pijGrFYJd7WbudCI21g/pNZgM8VUH6gBIACgo7Kvv/OfCBAQNIMisSAAAAEAOtBJDbDgwLCf8R+pUaIUj3W3OCqKZL7A2Xk3pjz0t5q34X4x7w)
            type("image/avif"),
        url(5889adddbe327e199f9b.webp) type("image/webp")
    );
}
@media (max-width: 991.98px) {
    .casadecor-shadow__bg {
        left: -20%;
        width: 140%;
        opacity: 0.5;
    }
}
.casadecor-hero {
    position: relative;
    height: 100vh;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.casadecor-hero__bg {
    position: absolute;
    opacity: 0;
    inset: 0;
    transform: scale(1.125);
}
.casadecor-hero__bg > video {
    object-fit: cover;
    width: 100svw;
    height: 100svh;
    position: fixed;
    inset: 0;
}
.casadecor-hero__shadow {
    position: absolute;
    background: linear-gradient(
        180deg,
        rgb(0, 0, 0),
        rgb(0, 0, 0) 2.5%,
        hsla(0, 0%, 100%, 0) 50%,
        rgba(0, 0, 0, 0.790835084) 80%,
        #000
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 5;
}
.casadecor-hero__title {
    text-align: center;
    padding: 0 0;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(1.125) translate3d(0, calc(-100% - 250px), 0);
    z-index: 10;
    position: relative;
}
.casadecor-hero__title div {
    filter: blur(8px);
}
@media (min-width: 992px) {
    .casadecor-hero__title {
        padding: 0;
    }
    .casadecor-hero__title br {
        display: none;
    }
}
.casadecor-hero__text {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    z-index: 10;
    position: relative;
    visibility: hidden;
}
@media (min-width: 768px) {
    .casadecor-hero__text {
        visibility: visible;
    }
}
.casadecor__scroll-down {
    opacity: 0;
    width: 13.5rem;
    height: 13.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(100vh - 2.5rem);
    top: calc(var(--vh, 1vh) * 100 - 2.5rem);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    cursor: pointer;
    overflow: hidden;
}
@media (min-width: 992px) {
    .casadecor__scroll-down {
        top: 100vh;
    }
}
.casadecor__scroll-down:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 1s;
}
.casadecor__scroll-down span {
    animation: scrollKey 3s ease-in-out infinite;
}
.casadecor__scroll-down:hover {
    color: #fff;
}
.casadecor__scroll-down:hover:before {
    transform: rotate(360deg);
}
.casadecor__scroll-down span {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.casadecor__scroll-down i {
    font-style: normal;
    margin-top: 0.75rem;
}
.casadecor-intro {
    padding: 17rem 0 15rem;
    text-align: center;
    pointer-events: all;
}
.casadecor-intro__sub {
    font-family: "Mont", sans-serif;
    font-size: 1rem;
    margin: 0 0 4rem 0;
}
.casadecor-intro__qub {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .casadecor-intro__qub br {
        display: none;
    }
}
.casadecor-intro__title {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .casadecor-intro__title br {
        display: none;
    }
}
.casadecor-shadow {
    background: #fff;
    position: relative;
    z-index: 10;
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        transform: translate3d(-50%, 150%, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(-50%, -100%, 0);
    }
    75%,
    100% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0);
    }
}
.casadecor-title-gracias {
    font-family: "Mont", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
}
.casadecor-text-ahora {
    font-family: "Mont", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
}
.casadecor-shadow .ctaos::before {
    background-color: #000;
}
.casadecor-shadow .ctaos,
.casadecor-shadow .ctaos * {
    color: #000;
}
.casadecor-form-title {
    font-family: "Mont", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: #000;
}
.casadecor-retailers-title {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-family: "Mont", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    text-transform: uppercase;
}
.casadecor-cover-title {
    font-family: "Mont", sans-serif;
    font-weight: 100;
    font-size: clamp(1.5rem, 6.95vw, 10rem);
}
.casadecorpromo-gracias {
    background: #000 !important;
}
.casadecorpromo-shadow {
    position: relative;
}
.casadecorpromo-shadow__bg {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: 100%;
    pointer-events: none;
    background-image: url(48f9d672c00a530d1333.png);
    background-image: image-set(
        url(data:image/avif;base64,AAAAHGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZgAAAZhtZXRhAAAAAAAAACFoZGxyAAAAAAAAAABwaWN0AAAAAAAAAAAAAAAAAAAAAA5waXRtAAAAAAABAAAANGlsb2MAAAAAREAAAgACAAAAAAG8AAEAAAAAAAAEKgABAAAAAAXmAAEAAAAAAAAAOwAAADhpaW5mAAAAAAACAAAAFWluZmUCAAAAAAEAAGF2MDEAAAAAFWluZmUCAAAAAAIAAGF2MDEAAAAA12lwcnAAAACxaXBjbwAAABNjb2xybmNseAACAAIABoAAAAAMYXYxQ4EMHAAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAAA5waXhpAAAAAAEIAAAAOGF1eEMAAAAAdXJuOm1wZWc6bXBlZ0I6Y2ljcDpzeXN0ZW1zOmF1eGlsaWFyeTphbHBoYQAAAAAMYXYxQ4EsAgAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAABBwaXhpAAAAAAMICAgAAAAeaXBtYQAAAAAAAAACAAEEgYYHiAACBIIDhIUAAAAaaXJlZgAAAAAAAAAOYXV4bAACAAEAAQAABG1tZGF0EgAKBxsq+/858KgynAhEgABBFAD5e9X+aPaOHrmMQqSm/b81bkHL1bAIR/Z5qUWK+cFSUjMcVVP4SpQB60jVRvtmQsSqL+aEueWkn8CuSD228fvupRe9FCZJpHLhgt8eR63xEDaK6XPBCKf/VkUYu7mMzYefVo8REB+TrmY+KAoWTLY7yE/WrBbMfxYghBc+K+vAynoBaNS4JNHw5CBj7Y9IAt9tHNxLZN76U0wcxSpP6N2KqL3HWU/tBSHo+n3AGS1G3n+fXUyOyG9MRGsTaBXRdsmFEyayIhV2cHT11KjlMCHfghQdQhCE3sqD9Yc6K3Xe1OUNSNorM2tAcvmb8aOMa12U13LEOo6Tzu8xOh9wQJY/M2V/Xj3MFkSHFSJw+tb0StD/K3RZS2xbYkc1SExBnkUA5mt5gTHJ5vdmf1JXbju04MZP6XWlfaKp54utO9jd9jCpdVN9B+ZtK9JFhWoa3SVybyceQ/CHZLptIWakDEt1anNqVlvuFMIHTjnyQC4spXkbmcMxVwYNK5Ktg4firsTosq2Z8s/UAesC83WP8yOTwdGU3VvB+SvB/K0THMWmtcu1me6LEi30H/4QnspwDLReuJ72NbPvKchQMM/jJ9TAp2nm5ScOagVXo+MgeCUylNqL+DGoCstYRvXgOueGNqqZ/y8vVFv6SwYAQ1BlR+dwSJcjmOU6rDgSaOGhPwFt+1Mfy5AAnFjsZQfav9w0qI6GYsKhFXwxG10yDiU7oA/rT7fRIsH+DytrgpXxK6Gc+zfQa+bVEAZ1EE4KBV3TnZXznbfnj5fvjsIyxoeKdGibP1e1RLpyd0/CEWHY+YyZukoX7cGVkWnFUc05h1nMT+kMmDoanQiPG+CkHFCqXmJDjuipI6Lbj74mov6Y41upKnwsTBOMJlKMUISuRvqZYGwIpliE4lRghushbaBB/5s+ZGs+NCSf9pvNo0n8EqOfgWLT54IvTulw2wLwZwiL6YFU3Boh0gJ3X2JSIRd+OnK1G34ZGSpgjkoXz93gSqixMgKV6+ko5gkZIEaRpE8iKVyELGqaJmRh8L7qkZUCRnbdWpDHPjnGL2ag/i+4XuXbNXYSovcpoBUGQyboeFYqde4xKvFB5Eh35+FXUq7uMgwZ05N/RSq6r75kqw+1xZNLcUhH0XOawE1sjaJGakGq+c2Gnxph2G44YNdGUx10qYHdw/8ts4O8fSIvMTsfHDEQlH5O2UOhvbXDE3QER3mHuSplMj/UVeLDC25EXYK9MYQnW7HLwMB9YjfkZTc7L9MvcBqRPNCo8adkuRjI3SdP7xfyYhElizD/Ifbzf/J88XcEooSCbK7wyxkOoci9rDzJrKGGBCj8gObCuBS0OO5G0z918uJfX7S0QhYV5XvsB/pijGrFYJd7WbudCI21g/pNZgM8VUH6gBIACgo7Kvv/OfCBAQNIMisSAAAAEAOtBJDbDgwLCf8R+pUaIUj3W3OCqKZL7A2Xk3pjz0t5q34X4x7w)
            type("image/avif"),
        url(5889adddbe327e199f9b.webp) type("image/webp")
    );
}
@media (max-width: 991.98px) {
    .casadecorpromo-shadow__bg {
        left: -20%;
        width: 140%;
        opacity: 0.5;
    }
}
.casadecorpromo-form__wrapper {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transform: translate3d(0, 100px, 0);
}
.casadecorpromo-form__wrapper label,
.casadecorpromo-form__wrapper p,
.casadecorpromo-form__wrapper .color-black,
.casadecorpromo-form__wrapper a {
    color: #fff !important;
}
.casadecorpromo-form__wrapper textarea {
    max-height: 7rem;
}
.casadecorpromo-form__wrapper .contactform_cta.block-f__cta.block-f__cta--2 {
    color: #000 !important;
    border-color: #fff;
    background-color: #fff;
}
.casadecorpromo-form__wrapper .contactform_cta.block-f__cta.block-f__cta--2 svg path {
    stroke: #000 !important;
}
.casadecorpromo-form__wrapper .round input[type="checkbox"]:checked + label:after,
.casadecorpromo-form__wrapper .round input[type="radio"]:checked + label:after {
    background: #fff !important;
}
.casadecorpromo-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.casadecorpromo-hero__content {
    position: relative;
    z-index: 6;
}
.casadecorpromo-hero__bg {
    position: absolute;
    opacity: 0;
    inset: 0;
    transform: scale(1.125);
}
.casadecorpromo-hero__bg > video {
    object-fit: cover;
    width: 100svw;
    height: 100svh;
    position: fixed;
    inset: 0;
}
.casadecorpromo-hero__shadow {
    position: absolute;
    background: linear-gradient(
        180deg,
        rgb(0, 0, 0),
        rgb(0, 0, 0) 2.5%,
        hsla(0, 0%, 100%, 0) 50%,
        rgba(0, 0, 0, 0.790835084) 80%,
        #000
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 5;
}
.casadecorpromo-hero__title {
    text-align: center;
    padding: 0 0;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(1.125) translate3d(0, -100%, 0);
    z-index: 10;
    position: relative;
}
.casadecorpromo-hero__title div {
    filter: blur(8px);
}
@media (min-width: 992px) {
    .casadecorpromo-hero__title {
        padding: 0;
    }
    .casadecorpromo-hero__title br {
        display: none;
    }
}
.casadecorpromo-hero__text {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    z-index: 10;
    position: relative;
    visibility: hidden;
}
@media (min-width: 768px) {
    .casadecorpromo-hero__text {
        visibility: visible;
    }
}
.casadecorpromo__scroll-down {
    opacity: 0;
    width: 13.5rem;
    height: 13.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(100vh - 2.5rem);
    top: calc(var(--vh, 1vh) * 100 - 2.5rem);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    cursor: pointer;
    overflow: hidden;
}
@media (min-width: 992px) {
    .casadecorpromo__scroll-down {
        top: 100vh;
    }
}
.casadecorpromo__scroll-down:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 1s;
}
.casadecorpromo__scroll-down span {
    animation: scrollKey 3s ease-in-out infinite;
}
.casadecorpromo__scroll-down:hover {
    color: #fff;
}
.casadecorpromo__scroll-down:hover:before {
    transform: rotate(360deg);
}
.casadecorpromo__scroll-down span {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.casadecorpromo__scroll-down i {
    font-style: normal;
    margin-top: 0.75rem;
}
.casadecorpromo-intro {
    padding: 17rem 0 15rem;
    text-align: center;
    pointer-events: all;
}
.casadecorpromo-intro__sub {
    font-family: "Mont", sans-serif;
    font-size: 1rem;
    margin: 0 0 4rem 0;
}
.casadecorpromo-intro__title {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .casadecorpromo-intro__title br {
        display: none;
    }
}
.casadecorpromo-shadow {
    background: #fff;
    position: relative;
    z-index: 10;
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        transform: translate3d(-50%, 150%, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(-50%, -100%, 0);
    }
    75%,
    100% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0);
    }
}
.casadecorpromo-title-gracias {
    font-family: "Mont", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
}
.casadecorpromo-text-ahora {
    font-family: "Mont", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
}
.casadecorpromo-shadow .ctaos::before {
    background-color: #000;
}
.casadecorpromo-shadow .ctaos,
.casadecorpromo-shadow .ctaos * {
    color: #000;
}
.casadecorpromo-form-title {
    font-family: "Mont", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: #000;
}
.casadecorpromo-retailers-title {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-family: "Mont", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    text-transform: uppercase;
}
.casadecorpromo-cover-title {
    font-family: "Mont", sans-serif;
    font-weight: 100;
    font-size: clamp(1.5rem, 6.95vw, 10rem);
}
@media (min-width: 992px) {
    .page-template-page-landing-made-to-feed-your-projects_1a .header__logo {
        left: 0% !important;
        transform: translate3d(30px, -70%, 0);
        margin: 0;
    }
}
.madetofeed-gracias {
    background: #000 !important;
}
.madetofeed-shadow {
    position: relative;
}
.madetofeed-shadow__bg {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: 100%;
    pointer-events: none;
    background-image: url(48f9d672c00a530d1333.png);
    background-image: image-set(
        url(data:image/avif;base64,AAAAHGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZgAAAZhtZXRhAAAAAAAAACFoZGxyAAAAAAAAAABwaWN0AAAAAAAAAAAAAAAAAAAAAA5waXRtAAAAAAABAAAANGlsb2MAAAAAREAAAgACAAAAAAG8AAEAAAAAAAAEKgABAAAAAAXmAAEAAAAAAAAAOwAAADhpaW5mAAAAAAACAAAAFWluZmUCAAAAAAEAAGF2MDEAAAAAFWluZmUCAAAAAAIAAGF2MDEAAAAA12lwcnAAAACxaXBjbwAAABNjb2xybmNseAACAAIABoAAAAAMYXYxQ4EMHAAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAAA5waXhpAAAAAAEIAAAAOGF1eEMAAAAAdXJuOm1wZWc6bXBlZ0I6Y2ljcDpzeXN0ZW1zOmF1eGlsaWFyeTphbHBoYQAAAAAMYXYxQ4EsAgAAAAAUaXNwZQAAAAAAAAeAAAAOdAAAABBwaXhpAAAAAAMICAgAAAAeaXBtYQAAAAAAAAACAAEEgYYHiAACBIIDhIUAAAAaaXJlZgAAAAAAAAAOYXV4bAACAAEAAQAABG1tZGF0EgAKBxsq+/858KgynAhEgABBFAD5e9X+aPaOHrmMQqSm/b81bkHL1bAIR/Z5qUWK+cFSUjMcVVP4SpQB60jVRvtmQsSqL+aEueWkn8CuSD228fvupRe9FCZJpHLhgt8eR63xEDaK6XPBCKf/VkUYu7mMzYefVo8REB+TrmY+KAoWTLY7yE/WrBbMfxYghBc+K+vAynoBaNS4JNHw5CBj7Y9IAt9tHNxLZN76U0wcxSpP6N2KqL3HWU/tBSHo+n3AGS1G3n+fXUyOyG9MRGsTaBXRdsmFEyayIhV2cHT11KjlMCHfghQdQhCE3sqD9Yc6K3Xe1OUNSNorM2tAcvmb8aOMa12U13LEOo6Tzu8xOh9wQJY/M2V/Xj3MFkSHFSJw+tb0StD/K3RZS2xbYkc1SExBnkUA5mt5gTHJ5vdmf1JXbju04MZP6XWlfaKp54utO9jd9jCpdVN9B+ZtK9JFhWoa3SVybyceQ/CHZLptIWakDEt1anNqVlvuFMIHTjnyQC4spXkbmcMxVwYNK5Ktg4firsTosq2Z8s/UAesC83WP8yOTwdGU3VvB+SvB/K0THMWmtcu1me6LEi30H/4QnspwDLReuJ72NbPvKchQMM/jJ9TAp2nm5ScOagVXo+MgeCUylNqL+DGoCstYRvXgOueGNqqZ/y8vVFv6SwYAQ1BlR+dwSJcjmOU6rDgSaOGhPwFt+1Mfy5AAnFjsZQfav9w0qI6GYsKhFXwxG10yDiU7oA/rT7fRIsH+DytrgpXxK6Gc+zfQa+bVEAZ1EE4KBV3TnZXznbfnj5fvjsIyxoeKdGibP1e1RLpyd0/CEWHY+YyZukoX7cGVkWnFUc05h1nMT+kMmDoanQiPG+CkHFCqXmJDjuipI6Lbj74mov6Y41upKnwsTBOMJlKMUISuRvqZYGwIpliE4lRghushbaBB/5s+ZGs+NCSf9pvNo0n8EqOfgWLT54IvTulw2wLwZwiL6YFU3Boh0gJ3X2JSIRd+OnK1G34ZGSpgjkoXz93gSqixMgKV6+ko5gkZIEaRpE8iKVyELGqaJmRh8L7qkZUCRnbdWpDHPjnGL2ag/i+4XuXbNXYSovcpoBUGQyboeFYqde4xKvFB5Eh35+FXUq7uMgwZ05N/RSq6r75kqw+1xZNLcUhH0XOawE1sjaJGakGq+c2Gnxph2G44YNdGUx10qYHdw/8ts4O8fSIvMTsfHDEQlH5O2UOhvbXDE3QER3mHuSplMj/UVeLDC25EXYK9MYQnW7HLwMB9YjfkZTc7L9MvcBqRPNCo8adkuRjI3SdP7xfyYhElizD/Ifbzf/J88XcEooSCbK7wyxkOoci9rDzJrKGGBCj8gObCuBS0OO5G0z918uJfX7S0QhYV5XvsB/pijGrFYJd7WbudCI21g/pNZgM8VUH6gBIACgo7Kvv/OfCBAQNIMisSAAAAEAOtBJDbDgwLCf8R+pUaIUj3W3OCqKZL7A2Xk3pjz0t5q34X4x7w)
            type("image/avif"),
        url(5889adddbe327e199f9b.webp) type("image/webp")
    );
}
@media (max-width: 991.98px) {
    .madetofeed-shadow__bg {
        left: -20%;
        width: 140%;
        opacity: 0.5;
    }
}
.madetofeed-form__wrapper {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transform: translate3d(0, 100px, 0);
}
.madetofeed-form__wrapper label,
.madetofeed-form__wrapper p,
.madetofeed-form__wrapper .color-black,
.madetofeed-form__wrapper a {
    color: #fff !important;
}
.madetofeed-form__wrapper textarea {
    max-height: 7rem;
}
.madetofeed-form__wrapper .contactform_cta.block-f__cta.block-f__cta--2 {
    color: #000 !important;
    border-color: #fff;
    background-color: #fff;
}
.madetofeed-form__wrapper .contactform_cta.block-f__cta.block-f__cta--2 svg path {
    stroke: #000 !important;
}
.madetofeed-form__wrapper .round input[type="checkbox"]:checked + label:after,
.madetofeed-form__wrapper .round input[type="radio"]:checked + label:after {
    background: #fff !important;
}
.madetofeed-hero {
    background-image: url(ee5382e852777e66e4e2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.madetofeed-hero__content {
    position: relative;
    z-index: 6;
}
.madetofeed-hero__bg {
    position: absolute;
    opacity: 0;
    inset: 0;
    transform: scale(1.125);
}
.madetofeed-hero__bg > video {
    object-fit: cover;
    width: 100svw;
    height: 100svh;
    position: fixed;
    inset: 0;
}
.madetofeed-hero__shadow {
    position: absolute;
    background: linear-gradient(
        180deg,
        rgb(0, 0, 0),
        rgb(0, 0, 0) 2.5%,
        hsla(0, 0%, 100%, 0) 50%,
        rgba(0, 0, 0, 0.790835084) 80%,
        #000
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 5;
}
.madetofeed-hero__title {
    text-align: center;
    padding: 0 0;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(1.125) translate3d(0, -100%, 0);
    z-index: 10;
    position: relative;
}
.madetofeed-hero__title div {
    filter: blur(8px);
}
@media (min-width: 992px) {
    .madetofeed-hero__title {
        padding: 0;
    }
    .madetofeed-hero__title br {
        display: none;
    }
}
.madetofeed-hero__text {
    text-align: center;
    margin-bottom: 10rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    z-index: 10;
    position: relative;
    visibility: hidden;
}
@media (min-width: 768px) {
    .madetofeed-hero__text {
        visibility: visible;
    }
}
.madetofeed__scroll-down {
    opacity: 0;
    width: 13.5rem;
    height: 13.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(100vh - 2.5rem);
    top: calc(var(--vh, 1vh) * 100 - 2.5rem);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    cursor: pointer;
    overflow: hidden;
}
@media (min-width: 992px) {
    .madetofeed__scroll-down {
        top: 100vh;
    }
}
.madetofeed__scroll-down:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-radius: 50%;
    transition: all ease-in-out 1s;
}
.madetofeed__scroll-down span {
    animation: scrollKey 3s ease-in-out infinite;
}
.madetofeed__scroll-down:hover {
    color: #fff;
}
.madetofeed__scroll-down:hover:before {
    transform: rotate(360deg);
}
.madetofeed__scroll-down span {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.madetofeed__scroll-down i {
    font-style: normal;
    margin-top: 0.75rem;
}
.madetofeed-intro {
    padding: 17rem 0 15rem;
    text-align: center;
    pointer-events: all;
}
.madetofeed-intro__sub {
    font-family: "Mont", sans-serif;
    font-size: 1rem;
    margin: 0 0 4rem 0;
}
.madetofeed-intro__qub {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .madetofeed-intro__qub br {
        display: none;
    }
}
.madetofeed-intro__title {
    margin: 0 0 6rem 0;
}
@media (max-width: 991.98px) {
    .madetofeed-intro__title br {
        display: none;
    }
}
.madetofeed-shadow {
    background: #fff;
    position: relative;
    z-index: 10;
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        transform: translate3d(-50%, 150%, 0);
    }
    50% {
        opacity: 0;
        transform: translate3d(-50%, -100%, 0);
    }
    75%,
    100% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0);
    }
}
.madetofeed-title-gracias {
    font-family: "Mont", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
}
.madetofeed-text-ahora {
    font-family: "Mont", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
}
.madetofeed-shadow .ctaos::before {
    background-color: #000;
}
.madetofeed-shadow .ctaos,
.madetofeed-shadow .ctaos * {
    color: #000;
}
.madetofeed-form-title {
    font-family: "Mont", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000;
}
.madetofeed-retailers-title {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-family: "Mont", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    text-transform: uppercase;
}
.madetofeed-cover-title {
    padding-left: 40px !important;
    font-size: clamp(1.5rem, 4.95vw, 5rem);
    transform: translate3d(0, 30svh, 0);
}
:root {
    scroll-behavior: initial !important;
}
html,
body {
    overflow-x: hidden;
    background: #000;
    color: #fff;
}
body {
    overscroll-behavior: none;
}
@media (max-width: 575.98px) {
    body {
        font-size: 0.875rem;
    }
}
body.wait,
body.wait * {
    cursor: wait !important;
}
::-webkit-scrollbar {
    display: none !important;
}
#content {
    overflow: visible;
    width: 100%;
}
.transition {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}
.bg-gray-green {
    background: #a5a497;
}
.bg-black {
    background: #000;
}
.color-black {
    color: #000;
}
.grecaptcha-badge {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.single.bg-white.color-black a {
    color: #000;
    text-decoration: underline;
}

/*# sourceMappingURL=bundle.e7ffd9257f5b0025b8e7.css.map*/
