@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
	--bs-blue: #7ab0ff;
	--bs-indigo: #6610f2;
	--bs-purple: #d39eff;
	--bs-pink: #ff8fb3;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #c2d5a6;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f3f3f3;
	--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: #292753;
	--bs-secondary: #6c757d;
	--bs-success: #c2d5a6;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f3f3f3;
	--bs-dark: #212529;
	--bs-primary-rgb: 41, 39, 83;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 194, 213, 166;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 243, 243, 243;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: rgb(16.4, 15.6, 33.2);
	--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
	--bs-success-text-emphasis: rgb(77.6, 85.2, 66.4);
	--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(212.2, 211.8, 220.6);
	--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
	--bs-success-bg-subtle: rgb(242.8, 246.6, 237.2);
	--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: #f9f9f9;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: rgb(169.4, 168.6, 186.2);
	--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
	--bs-success-border-subtle: rgb(230.6, 238.2, 219.4);
	--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: "Lato", sans-serif;
	--bs-body-font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	:root,
	[data-bs-theme=light] {
		--bs-body-font-size: 2rem;
	}
}
:root,
[data-bs-theme=light] {
	--bs-body-font-weight: 500;
	--bs-body-line-height: 1.3;
	--bs-body-color: #292753;
	--bs-body-color-rgb: 41, 39, 83;
	--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(41, 39, 83, 0.75);
	--bs-secondary-color-rgb: 41, 39, 83;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(41, 39, 83, 0.5);
	--bs-tertiary-color-rgb: 41, 39, 83;
	--bs-tertiary-bg: #f3f3f3;
	--bs-tertiary-bg-rgb: 243, 243, 243;
	--bs-heading-color: inherit;
	--bs-link-color: #292753;
	--bs-link-color-rgb: 41, 39, 83;
	--bs-link-decoration: underline;
	--bs-link-hover-color: rgb(32.8, 31.2, 66.4);
	--bs-link-hover-color-rgb: 33, 31, 66;
	--bs-code-color: #ff8fb3;
	--bs-highlight-color: #292753;
	--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(41, 39, 83, 0.25);
	--bs-form-valid-color: #c2d5a6;
	--bs-form-valid-border-color: #c2d5a6;
	--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(126.6, 125.4, 151.8);
	--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
	--bs-success-text-emphasis: rgb(218.4, 229.8, 201.6);
	--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: #f3f3f3;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: rgb(8.2, 7.8, 16.6);
	--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
	--bs-success-bg-subtle: rgb(38.8, 42.6, 33.2);
	--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(24.6, 23.4, 49.8);
	--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
	--bs-success-border-subtle: rgb(116.4, 127.8, 99.6);
	--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(126.6, 125.4, 151.8);
	--bs-link-hover-color: rgb(152.28, 151.32, 172.44);
	--bs-link-color-rgb: 127, 125, 152;
	--bs-link-hover-color-rgb: 152, 151, 172;
	--bs-code-color: rgb(255, 187.8, 209.4);
	--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(218.4, 229.8, 201.6);
	--bs-form-valid-border-color: rgb(218.4, 229.8, 201.6);
	--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: var(--bs-border-width) solid;
	opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "NaN Hyena Sunset", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

h1, .h1 {
	font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 5rem;
	}
}

h2, .h2 {
	font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 4rem;
	}
}

h3, .h3 {
	font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 3.5rem;
	}
}

h4, .h4 {
	font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 3rem;
	}
}

h5, .h5 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	h5, .h5 {
		font-size: 2.5rem;
	}
}

h6, .h6 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h6, .h6 {
		font-size: 2rem;
	}
}

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

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

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

ol,
ul {
	padding-left: 2rem;
}

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

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

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

mark, .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: var(--bs-secondary-color);
	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;
	line-height: inherit;
	font-size: calc(1.275rem + 0.3vw);
}
@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;
}
[type=search]::-webkit-search-cancel-button {
	cursor: pointer;
	filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}

.lead {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.lead {
		font-size: 2.5rem;
	}
}
.lead {
	font-weight: 300;
}

.display-1 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

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

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

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

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

.blockquote {
	margin-bottom: 1rem;
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.blockquote {
		font-size: 2.5rem;
	}
}
.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	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: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-3xl,
.container-2xl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 3rem;
	--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: 402px) {
	.container-sm, .container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container-md, .container-iphone-pro-max, .container-sm, .container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container-lg, .container-md, .container-iphone-pro-max, .container-sm, .container {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-iphone-pro-max, .container-sm, .container {
		max-width: 100%;
	}
}
@media (min-width: 1366px) {
	.container-2xl, .container-xl, .container-lg, .container-md, .container-iphone-pro-max, .container-sm, .container {
		max-width: 100%;
	}
}
@media (min-width: 1440px) {
	.container-3xl, .container-2xl, .container-xl, .container-lg, .container-md, .container-iphone-pro-max, .container-sm, .container {
		max-width: 144rem;
	}
}
:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 402px;
	--bs-breakpoint-iphone-pro-max: 440px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-2xl: 1366px;
	--bs-breakpoint-3xl: 1440px;
	--bs-breakpoint-4xl: 1600px;
	--bs-breakpoint-5xl: 1728px;
	--bs-breakpoint-6xl: 1920px;
}

.row {
	--bs-gutter-x: 3rem;
	--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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
	--bs-gutter-x: 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: 402px) {
	.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%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 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: 440px) {
	.col-iphone-pro-max {
		flex: 1 0 0;
	}
	.row-cols-iphone-pro-max-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-iphone-pro-max-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-iphone-pro-max-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-iphone-pro-max-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-iphone-pro-max-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-iphone-pro-max-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-iphone-pro-max-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-iphone-pro-max-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-iphone-pro-max-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-iphone-pro-max-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-iphone-pro-max-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-iphone-pro-max-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-iphone-pro-max-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-iphone-pro-max-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-iphone-pro-max-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-iphone-pro-max-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-iphone-pro-max-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-iphone-pro-max-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-iphone-pro-max-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-iphone-pro-max-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-iphone-pro-max-0 {
		margin-left: 0;
	}
	.offset-iphone-pro-max-1 {
		margin-left: 8.33333333%;
	}
	.offset-iphone-pro-max-2 {
		margin-left: 16.66666667%;
	}
	.offset-iphone-pro-max-3 {
		margin-left: 25%;
	}
	.offset-iphone-pro-max-4 {
		margin-left: 33.33333333%;
	}
	.offset-iphone-pro-max-5 {
		margin-left: 41.66666667%;
	}
	.offset-iphone-pro-max-6 {
		margin-left: 50%;
	}
	.offset-iphone-pro-max-7 {
		margin-left: 58.33333333%;
	}
	.offset-iphone-pro-max-8 {
		margin-left: 66.66666667%;
	}
	.offset-iphone-pro-max-9 {
		margin-left: 75%;
	}
	.offset-iphone-pro-max-10 {
		margin-left: 83.33333333%;
	}
	.offset-iphone-pro-max-11 {
		margin-left: 91.66666667%;
	}
	.g-iphone-pro-max-0,
	.gx-iphone-pro-max-0 {
		--bs-gutter-x: 0;
	}
	.g-iphone-pro-max-0,
	.gy-iphone-pro-max-0 {
		--bs-gutter-y: 0;
	}
	.g-iphone-pro-max-1,
	.gx-iphone-pro-max-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-iphone-pro-max-1,
	.gy-iphone-pro-max-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-iphone-pro-max-2,
	.gx-iphone-pro-max-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-iphone-pro-max-2,
	.gy-iphone-pro-max-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-iphone-pro-max-3,
	.gx-iphone-pro-max-3 {
		--bs-gutter-x: 1rem;
	}
	.g-iphone-pro-max-3,
	.gy-iphone-pro-max-3 {
		--bs-gutter-y: 1rem;
	}
	.g-iphone-pro-max-4,
	.gx-iphone-pro-max-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-iphone-pro-max-4,
	.gy-iphone-pro-max-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-iphone-pro-max-5,
	.gx-iphone-pro-max-5 {
		--bs-gutter-x: 3rem;
	}
	.g-iphone-pro-max-5,
	.gy-iphone-pro-max-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%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.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%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 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%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 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: 1366px) {
	.col-2xl {
		flex: 1 0 0;
	}
	.row-cols-2xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-2xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-2xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-2xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-2xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-2xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-2xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-2xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-2xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-2xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-2xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-2xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-2xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-2xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-2xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-2xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-2xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-2xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-2xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-2xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-2xl-0 {
		margin-left: 0;
	}
	.offset-2xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-2xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-2xl-3 {
		margin-left: 25%;
	}
	.offset-2xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-2xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-2xl-6 {
		margin-left: 50%;
	}
	.offset-2xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-2xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-2xl-9 {
		margin-left: 75%;
	}
	.offset-2xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-2xl-11 {
		margin-left: 91.66666667%;
	}
	.g-2xl-0,
	.gx-2xl-0 {
		--bs-gutter-x: 0;
	}
	.g-2xl-0,
	.gy-2xl-0 {
		--bs-gutter-y: 0;
	}
	.g-2xl-1,
	.gx-2xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-2xl-1,
	.gy-2xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-2xl-2,
	.gx-2xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-2xl-2,
	.gy-2xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-2xl-3,
	.gx-2xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-2xl-3,
	.gy-2xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-2xl-4,
	.gx-2xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-2xl-4,
	.gy-2xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-2xl-5,
	.gx-2xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-2xl-5,
	.gy-2xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1440px) {
	.col-3xl {
		flex: 1 0 0;
	}
	.row-cols-3xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-3xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-3xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-3xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-3xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-3xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-3xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-3xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-3xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-3xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-3xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-3xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-3xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-3xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-3xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-3xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-3xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-3xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-3xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-3xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-3xl-0 {
		margin-left: 0;
	}
	.offset-3xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-3xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-3xl-3 {
		margin-left: 25%;
	}
	.offset-3xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-3xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-3xl-6 {
		margin-left: 50%;
	}
	.offset-3xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-3xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-3xl-9 {
		margin-left: 75%;
	}
	.offset-3xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-3xl-11 {
		margin-left: 91.66666667%;
	}
	.g-3xl-0,
	.gx-3xl-0 {
		--bs-gutter-x: 0;
	}
	.g-3xl-0,
	.gy-3xl-0 {
		--bs-gutter-y: 0;
	}
	.g-3xl-1,
	.gx-3xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-3xl-1,
	.gy-3xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-3xl-2,
	.gx-3xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-3xl-2,
	.gy-3xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-3xl-3,
	.gx-3xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-3xl-3,
	.gy-3xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-3xl-4,
	.gx-3xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-3xl-4,
	.gy-3xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-3xl-5,
	.gx-3xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-3xl-5,
	.gy-3xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1600px) {
	.col-4xl {
		flex: 1 0 0;
	}
	.row-cols-4xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-4xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-4xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-4xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-4xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-4xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-4xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-4xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-4xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-4xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-4xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-4xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-4xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-4xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-4xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-4xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-4xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-4xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-4xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-4xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-4xl-0 {
		margin-left: 0;
	}
	.offset-4xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-4xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-4xl-3 {
		margin-left: 25%;
	}
	.offset-4xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-4xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-4xl-6 {
		margin-left: 50%;
	}
	.offset-4xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-4xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-4xl-9 {
		margin-left: 75%;
	}
	.offset-4xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-4xl-11 {
		margin-left: 91.66666667%;
	}
	.g-4xl-0,
	.gx-4xl-0 {
		--bs-gutter-x: 0;
	}
	.g-4xl-0,
	.gy-4xl-0 {
		--bs-gutter-y: 0;
	}
	.g-4xl-1,
	.gx-4xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-4xl-1,
	.gy-4xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-4xl-2,
	.gx-4xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-4xl-2,
	.gy-4xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-4xl-3,
	.gx-4xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-4xl-3,
	.gy-4xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-4xl-4,
	.gx-4xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-4xl-4,
	.gy-4xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-4xl-5,
	.gx-4xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-4xl-5,
	.gy-4xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1728px) {
	.col-5xl {
		flex: 1 0 0;
	}
	.row-cols-5xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-5xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-5xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-5xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-5xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-5xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-5xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-5xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-5xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-5xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-5xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-5xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-5xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-5xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-5xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-5xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-5xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-5xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-5xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-5xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-5xl-0 {
		margin-left: 0;
	}
	.offset-5xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-5xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-5xl-3 {
		margin-left: 25%;
	}
	.offset-5xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-5xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-5xl-6 {
		margin-left: 50%;
	}
	.offset-5xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-5xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-5xl-9 {
		margin-left: 75%;
	}
	.offset-5xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-5xl-11 {
		margin-left: 91.66666667%;
	}
	.g-5xl-0,
	.gx-5xl-0 {
		--bs-gutter-x: 0;
	}
	.g-5xl-0,
	.gy-5xl-0 {
		--bs-gutter-y: 0;
	}
	.g-5xl-1,
	.gx-5xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-5xl-1,
	.gy-5xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-5xl-2,
	.gx-5xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-5xl-2,
	.gy-5xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-5xl-3,
	.gx-5xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-5xl-3,
	.gy-5xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-5xl-4,
	.gx-5xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-5xl-4,
	.gy-5xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-5xl-5,
	.gx-5xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-5xl-5,
	.gy-5xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1920px) {
	.col-6xl {
		flex: 1 0 0;
	}
	.row-cols-6xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-6xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-6xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-6xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-6xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-6xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-6xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-6xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-6xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-6xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-6xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-6xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-6xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-6xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-6xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-6xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-6xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-6xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-6xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-6xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-6xl-0 {
		margin-left: 0;
	}
	.offset-6xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-6xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-6xl-3 {
		margin-left: 25%;
	}
	.offset-6xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-6xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-6xl-6 {
		margin-left: 50%;
	}
	.offset-6xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-6xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-6xl-9 {
		margin-left: 75%;
	}
	.offset-6xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-6xl-11 {
		margin-left: 91.66666667%;
	}
	.g-6xl-0,
	.gx-6xl-0 {
		--bs-gutter-x: 0;
	}
	.g-6xl-0,
	.gy-6xl-0 {
		--bs-gutter-y: 0;
	}
	.g-6xl-1,
	.gx-6xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-6xl-1,
	.gy-6xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-6xl-2,
	.gx-6xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-6xl-2,
	.gy-6xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-6xl-3,
	.gx-6xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-6xl-3,
	.gy-6xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-6xl-4,
	.gx-6xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-6xl-4,
	.gy-6xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-6xl-5,
	.gx-6xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-6xl-5,
	.gy-6xl-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-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 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: var(--bs-border-width);
	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(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
	border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 var(--bs-border-width);
}

.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(212.2, 211.8, 220.6);
	--bs-table-border-color: rgb(169.76, 169.44, 176.48);
	--bs-table-striped-bg: rgb(201.59, 201.21, 209.57);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgb(190.98, 190.62, 198.54);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgb(196.285, 195.915, 204.055);
	--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(180.48, 181.92, 183.2);
	--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(242.8, 246.6, 237.2);
	--bs-table-border-color: rgb(194.24, 197.28, 189.76);
	--bs-table-striped-bg: rgb(230.66, 234.27, 225.34);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgb(218.52, 221.94, 213.48);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgb(224.59, 228.105, 219.41);
	--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(165.28, 195.52, 201.6);
	--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(204, 194.08, 164.32);
	--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(198.4, 171.68, 174.24);
	--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: #f3f3f3;
	--bs-table-border-color: rgb(194.4, 194.4, 194.4);
	--bs-table-striped-bg: rgb(230.85, 230.85, 230.85);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgb(218.7, 218.7, 218.7);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgb(224.775, 224.775, 224.775);
	--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(77.4, 80.6, 83.8);
	--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: 401.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 439.98px) {
	.table-responsive-iphone-pro-max {
		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: 1365.98px) {
	.table-responsive-2xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1439.98px) {
	.table-responsive-3xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1599.98px) {
	.table-responsive-4xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1727.98px) {
	.table-responsive-5xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1919.98px) {
	.table-responsive-6xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: calc(0.375rem + var(--bs-border-width));
	padding-bottom: calc(0.375rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.3;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + var(--bs-border-width));
	padding-bottom: calc(0.5rem + var(--bs-border-width));
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.col-form-label-lg {
		font-size: 2.5rem;
	}
}

.col-form-label-sm {
	padding-top: calc(0.25rem + var(--bs-border-width));
	padding-bottom: calc(0.25rem + var(--bs-border-width));
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.col-form-label-sm {
		font-size: 1.75rem;
	}
}

.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-secondary-color);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.form-control {
		font-size: 2rem;
	}
}
.form-control {
	font-weight: 500;
	line-height: 1.3;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	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: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #9493a9;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
}
.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.3em;
	margin: 0;
}
.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0;
}
.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	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: var(--bs-secondary-bg);
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.3;
	color: var(--bs-body-color);
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 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.3em + 0.5rem + calc(var(--bs-border-width) * 2));
	padding: 0.25rem 0.5rem;
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.form-control-sm {
		font-size: 1.75rem;
	}
}
.form-control-sm {
	border-radius: var(--bs-border-radius-sm);
}
.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.3em + 1rem + calc(var(--bs-border-width) * 2));
	padding: 0.5rem 1rem;
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.form-control-lg {
		font-size: 2.5rem;
	}
}
.form-control-lg {
	border-radius: var(--bs-border-radius-lg);
}
.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.3em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
	min-height: calc(1.3em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
	min-height: calc(1.3em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
	width: 3rem;
	height: calc(1.3em + 0.75rem + calc(var(--bs-border-width) * 2));
	padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
	height: calc(1.3em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
	height: calc(1.3em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.form-select {
		font-size: 2rem;
	}
}
.form-select {
	font-weight: 500;
	line-height: 1.3;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: var(--bs-body-bg);
	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: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	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: #9493a9;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.form-select-sm {
		font-size: 1.75rem;
	}
}
.form-select-sm {
	border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.form-select-lg {
		font-size: 2.5rem;
	}
}
.form-select-lg {
	border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
	display: block;
	min-height: 2.6rem;
	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: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.15em;
	vertical-align: top;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        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: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	        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: #9493a9;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
}
.form-check-input:checked {
	background-color: #292753;
	border-color: #292753;
}
.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #292753;
	border-color: #292753;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: 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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239493a9'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	-webkit-appearance: none;
	        appearance: none;
	background-color: #292753;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	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 {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: rgb(190.8, 190.2, 203.4);
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	-moz-appearance: none;
	     appearance: none;
	background-color: #292753;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	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 {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: rgb(190.8, 190.2, 203.4);
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color);
}

.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	max-width: 100%;
	height: 100%;
	padding: 1rem 0.75rem;
	overflow: hidden;
	color: rgba(var(--bs-body-color-rgb), 0.65);
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	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::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.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;
	padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
	background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
	border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
	color: #6c757d;
}

.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: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.input-group-text {
		font-size: 2rem;
	}
}
.input-group-text {
	font-weight: 500;
	line-height: 1.3;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}

.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: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.input-group-lg > .form-control,
	.input-group-lg > .form-select,
	.input-group-lg > .input-group-text,
	.input-group-lg > .btn {
		font-size: 2.5rem;
	}
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	border-radius: var(--bs-border-radius-lg);
}

.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: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.input-group-sm > .form-control,
	.input-group-sm > .form-select,
	.input-group-sm > .input-group-text,
	.input-group-sm > .btn {
		font-size: 1.75rem;
	}
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	border-radius: var(--bs-border-radius-sm);
}

.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(-1 * var(--bs-border-width));
	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: var(--bs-form-valid-color);
}

.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: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.valid-tooltip {
		font-size: 1.75rem;
	}
}
.valid-tooltip {
	color: #fff;
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
	padding-right: calc(1.3em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c2d5a6' d='M2.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.1'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.325em + 0.1875rem) center;
	background-size: calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.3em + 0.75rem);
	background-position: top calc(0.325em + 0.1875rem) right calc(0.325em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.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='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c2d5a6' d='M2.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.1'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
	width: calc(3rem + calc(1.3em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: var(--bs-form-valid-color);
}

.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: var(--bs-form-invalid-color);
}

.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: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.invalid-tooltip {
		font-size: 1.75rem;
	}
}
.invalid-tooltip {
	color: #fff;
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
	padding-right: calc(1.3em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.325em + 0.1875rem) center;
	background-size: calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.3em + 0.75rem);
	background-position: top calc(0.325em + 0.1875rem) right calc(0.325em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.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='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
	width: calc(3rem + calc(1.3em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: var(--bs-form-invalid-color);
}

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

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.btn {
		--bs-btn-font-size: 2rem;
	}
}
.btn {
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.3;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	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) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #292753;
	--bs-btn-border-color: #292753;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(34.85, 33.15, 70.55);
	--bs-btn-hover-border-color: rgb(32.8, 31.2, 66.4);
	--bs-btn-focus-shadow-rgb: 73, 71, 109;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(32.8, 31.2, 66.4);
	--bs-btn-active-border-color: rgb(30.75, 29.25, 62.25);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #292753;
	--bs-btn-disabled-border-color: #292753;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
	--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(86.4, 93.6, 100);
	--bs-btn-active-border-color: rgb(81, 87.75, 93.75);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
	--bs-btn-color: #000;
	--bs-btn-bg: #c2d5a6;
	--bs-btn-border-color: #c2d5a6;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: rgb(203.15, 219.3, 179.35);
	--bs-btn-hover-border-color: rgb(200.1, 217.2, 174.9);
	--bs-btn-focus-shadow-rgb: 165, 181, 141;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: rgb(206.2, 221.4, 183.8);
	--bs-btn-active-border-color: rgb(200.1, 217.2, 174.9);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #c2d5a6;
	--bs-btn-disabled-border-color: #c2d5a6;
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
	--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: rgb(61.4, 212.6, 243);
	--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: rgb(255, 202.3, 44.2);
	--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: rgb(255, 205.4, 56.6);
	--bs-btn-active-border-color: rgb(255, 199.2, 31.8);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(187, 45.05, 58.65);
	--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(176, 42.4, 55.2);
	--bs-btn-active-border-color: rgb(165, 39.75, 51.75);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f3f3f3;
	--bs-btn-border-color: #f3f3f3;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: rgb(206.55, 206.55, 206.55);
	--bs-btn-hover-border-color: rgb(194.4, 194.4, 194.4);
	--bs-btn-focus-shadow-rgb: 207, 207, 207;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: rgb(194.4, 194.4, 194.4);
	--bs-btn-active-border-color: rgb(182.25, 182.25, 182.25);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f3f3f3;
	--bs-btn-disabled-border-color: #f3f3f3;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
	--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
	--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
	--bs-btn-color: #292753;
	--bs-btn-border-color: #292753;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #292753;
	--bs-btn-hover-border-color: #292753;
	--bs-btn-focus-shadow-rgb: 41, 39, 83;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #292753;
	--bs-btn-active-border-color: #292753;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #292753;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #292753;
	--bs-gradient: none;
}

.btn-outline-secondary {
	--bs-btn-color: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
}

.btn-outline-success {
	--bs-btn-color: #c2d5a6;
	--bs-btn-border-color: #c2d5a6;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #c2d5a6;
	--bs-btn-hover-border-color: #c2d5a6;
	--bs-btn-focus-shadow-rgb: 194, 213, 166;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c2d5a6;
	--bs-btn-active-border-color: #c2d5a6;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #c2d5a6;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #c2d5a6;
	--bs-gradient: none;
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}

.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none;
}

.btn-outline-light {
	--bs-btn-color: #f3f3f3;
	--bs-btn-border-color: #f3f3f3;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f3f3f3;
	--bs-btn-hover-border-color: #f3f3f3;
	--bs-btn-focus-shadow-rgb: 243, 243, 243;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f3f3f3;
	--bs-btn-active-border-color: #f3f3f3;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f3f3f3;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f3f3f3;
	--bs-gradient: none;
}

.btn-outline-dark {
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #212529;
	--bs-btn-hover-border-color: #212529;
	--bs-btn-focus-shadow-rgb: 33, 37, 41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #212529;
	--bs-btn-active-border-color: #212529;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none;
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 73, 71, 109;
	text-decoration: underline;
}
.btn-link:focus-visible {
	color: var(--bs-btn-color);
}
.btn-link:hover {
	color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.btn-lg, .btn-group-lg > .btn {
		--bs-btn-font-size: 2.5rem;
	}
}
.btn-lg, .btn-group-lg > .btn {
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.btn-sm, .btn-group-sm > .btn {
		--bs-btn-font-size: 1.75rem;
	}
}
.btn-sm, .btn-group-sm > .btn {
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.dropdown-menu {
		--bs-dropdown-font-size: 2rem;
	}
}
.dropdown-menu {
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #292753;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 402px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 440px) {
	.dropdown-menu-iphone-pro-max-start {
		--bs-position: start;
	}
	.dropdown-menu-iphone-pro-max-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-iphone-pro-max-end {
		--bs-position: end;
	}
	.dropdown-menu-iphone-pro-max-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1366px) {
	.dropdown-menu-2xl-start {
		--bs-position: start;
	}
	.dropdown-menu-2xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-2xl-end {
		--bs-position: end;
	}
	.dropdown-menu-2xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1440px) {
	.dropdown-menu-3xl-start {
		--bs-position: start;
	}
	.dropdown-menu-3xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-3xl-end {
		--bs-position: end;
	}
	.dropdown-menu-3xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1600px) {
	.dropdown-menu-4xl-start {
		--bs-position: start;
	}
	.dropdown-menu-4xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-4xl-end {
		--bs-position: end;
	}
	.dropdown-menu-4xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1728px) {
	.dropdown-menu-5xl-start {
		--bs-position: start;
	}
	.dropdown-menu-5xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-5xl-end {
		--bs-position: end;
	}
	.dropdown-menu-5xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1920px) {
	.dropdown-menu-6xl-start {
		--bs-position: start;
	}
	.dropdown-menu-6xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-6xl-end {
		--bs-position: end;
	}
	.dropdown-menu-6xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.dropdown-header {
		font-size: 1.75rem;
	}
}
.dropdown-header {
	color: var(--bs-dropdown-header-color);
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #292753;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.btn-group {
	border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
	margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.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: var(--bs-secondary-color);
	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(41, 39, 83, 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: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	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 transparent;
	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: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #292753;
}
.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 transparent;
}
.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-grow: 1;
	flex-basis: 0;
	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(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.175rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 2.5rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--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: 2.5rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2841, 39, 83, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--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-2xl,
.navbar > .container-3xl {
	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-grow: 1;
	flex-basis: 100%;
	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: transparent;
	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: 402px) {
	.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: transparent !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: 440px) {
	.navbar-expand-iphone-pro-max {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-iphone-pro-max .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-iphone-pro-max .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-iphone-pro-max .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-iphone-pro-max .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-iphone-pro-max .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-iphone-pro-max .navbar-toggler {
		display: none;
	}
	.navbar-expand-iphone-pro-max .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-iphone-pro-max .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-iphone-pro-max .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: transparent !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: transparent !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: transparent !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: 1366px) {
	.navbar-expand-2xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-2xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-2xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-2xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-2xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-2xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-2xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-2xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-2xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-2xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 1440px) {
	.navbar-expand-3xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-3xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-3xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-3xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-3xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-3xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-3xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-3xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-3xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-3xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 1600px) {
	.navbar-expand-4xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-4xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-4xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-4xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-4xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-4xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-4xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-4xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-4xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-4xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 1728px) {
	.navbar-expand-5xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-5xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-5xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-5xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-5xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-5xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-5xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-5xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-5xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-5xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 1920px) {
	.navbar-expand-6xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-6xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-6xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-6xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-6xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-6xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-6xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-6xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-6xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-6xl .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: transparent !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='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-subtitle {
	margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link + .card-link {
	margin-left: var(--bs-card-spacer-x);
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}
.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
	margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 402px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) > .card-img-top,
	.card-group > .card:not(:last-child) > .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) > .card-img-bottom,
	.card-group > .card:not(:last-child) > .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) > .card-img-top,
	.card-group > .card:not(:first-child) > .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) > .card-img-bottom,
	.card-group > .card:not(:first-child) > .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--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: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23292753' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2816.4, 15.6, 33.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.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: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.accordion-button {
		font-size: 2rem;
	}
}
.accordion-button {
	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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
	border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28126.6, 125.4, 151.8%29'%3e%3cpath fill-rule='evenodd' d='M1.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-.708'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28126.6, 125.4, 151.8%29'%3e%3cpath fill-rule='evenodd' d='M1.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-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.pagination {
		--bs-pagination-font-size: 2rem;
	}
}
.pagination {
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #292753;
	--bs-pagination-active-border-color: #292753;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	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) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.pagination-lg {
		--bs-pagination-font-size: 2.5rem;
	}
}
.pagination-lg {
	--bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.pagination-sm {
		--bs-pagination-font-size: 1.75rem;
	}
}
.pagination-sm {
	--bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
	color: var(--bs-alert-link-color);
}

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: var(--bs-progress-height);
	}
}
.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	.progress,
	.progress-stacked {
		--bs-progress-font-size: 1.5rem;
	}
}
.progress,
.progress-stacked {
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #292753;
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
	overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
	width: 100%;
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #292753;
	--bs-list-group-active-border-color: #292753;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: calc(-1 * var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 402px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 440px) {
	.list-group-horizontal-iphone-pro-max {
		flex-direction: row;
	}
	.list-group-horizontal-iphone-pro-max > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-iphone-pro-max > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-iphone-pro-max > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-iphone-pro-max > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-iphone-pro-max > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1366px) {
	.list-group-horizontal-2xl {
		flex-direction: row;
	}
	.list-group-horizontal-2xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-2xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-2xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-2xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-2xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1440px) {
	.list-group-horizontal-3xl {
		flex-direction: row;
	}
	.list-group-horizontal-3xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-3xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-3xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-3xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-3xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1600px) {
	.list-group-horizontal-4xl {
		flex-direction: row;
	}
	.list-group-horizontal-4xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-4xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-4xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-4xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-4xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1728px) {
	.list-group-horizontal-5xl {
		flex-direction: row;
	}
	.list-group-horizontal-5xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-5xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-5xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-5xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-5xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1920px) {
	.list-group-horizontal-6xl {
		flex-direction: row;
	}
	.list-group-horizontal-6xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-6xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-6xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-6xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-6xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(41, 39, 83, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	filter: var(--bs-btn-close-filter);
	border: 0;
	border-radius: 0.375rem;
	opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
	--bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 3rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
	opacity: 0;
}
.toast:not(.show) {
	display: none;
}

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :not(:last-child) {
	margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
	margin-right: calc(-0.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x);
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: var(--bs-body-color);
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.3;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transform: translate(0, -50px);
	transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
	margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
	margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
	margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
	margin-left: auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
	margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 402px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow);
	}
	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
	.modal-sm {
		--bs-modal-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		--bs-modal-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@media (max-width: 401.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header,
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 439.98px) {
	.modal-fullscreen-iphone-pro-max-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-iphone-pro-max-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-iphone-pro-max-down .modal-header,
	.modal-fullscreen-iphone-pro-max-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-iphone-pro-max-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header,
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header,
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header,
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1365.98px) {
	.modal-fullscreen-2xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-2xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-2xl-down .modal-header,
	.modal-fullscreen-2xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-2xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1439.98px) {
	.modal-fullscreen-3xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-3xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-3xl-down .modal-header,
	.modal-fullscreen-3xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-3xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1599.98px) {
	.modal-fullscreen-4xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-4xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-4xl-down .modal-header,
	.modal-fullscreen-4xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-4xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1727.98px) {
	.modal-fullscreen-5xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-5xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-5xl-down .modal-header,
	.modal-fullscreen-5xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-5xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1919.98px) {
	.modal-fullscreen-6xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-6xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-6xl-down .modal-header,
	.modal-fullscreen-6xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-6xl-down .modal-body {
		overflow-y: auto;
	}
}
.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.tooltip {
		--bs-tooltip-font-size: 1.75rem;
	}
}
.tooltip {
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.popover {
		--bs-popover-font-size: 1.75rem;
	}
}
.popover {
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.popover {
		--bs-popover-header-font-size: 2rem;
	}
}
.popover {
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
	display: none;
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color);
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--bs-carousel-indicator-active-bg);
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: var(--bs-carousel-caption-color);
	text-align: center;
}

.carousel-dark {
	--bs-carousel-indicator-active-bg: #000;
	--bs-carousel-caption-color: #000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
	--bs-carousel-indicator-active-bg: #fff;
	--bs-carousel-caption-color: #fff;
	--bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
	--bs-carousel-indicator-active-bg: #000;
	--bs-carousel-caption-color: #000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
	display: inline-block;
	flex-shrink: 0;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg) /* rtl:ignore */;
	}
}
.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}
.offcanvas, .offcanvas-6xl, .offcanvas-5xl, .offcanvas-4xl, .offcanvas-3xl, .offcanvas-2xl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-iphone-pro-max, .offcanvas-sm {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.3;
}

@media (max-width: 401.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 401.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-sm {
		transition: none;
	}
}
@media (max-width: 401.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
		visibility: visible;
	}
}
@media (min-width: 402px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-sm .offcanvas-header {
		display: none;
	}
	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 439.98px) {
	.offcanvas-iphone-pro-max {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 439.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-iphone-pro-max {
		transition: none;
	}
}
@media (max-width: 439.98px) {
	.offcanvas-iphone-pro-max.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-iphone-pro-max.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-iphone-pro-max.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-iphone-pro-max.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-iphone-pro-max.showing, .offcanvas-iphone-pro-max.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-iphone-pro-max.showing, .offcanvas-iphone-pro-max.hiding, .offcanvas-iphone-pro-max.show {
		visibility: visible;
	}
}
@media (min-width: 440px) {
	.offcanvas-iphone-pro-max {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-iphone-pro-max .offcanvas-header {
		display: none;
	}
	.offcanvas-iphone-pro-max .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-md {
		transition: none;
	}
}
@media (max-width: 767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
		visibility: visible;
	}
}
@media (min-width: 768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-md .offcanvas-header {
		display: none;
	}
	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-lg {
		transition: none;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
		visibility: visible;
	}
}
@media (min-width: 992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-lg .offcanvas-header {
		display: none;
	}
	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xl {
		transition: none;
	}
}
@media (max-width: 1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
		visibility: visible;
	}
}
@media (min-width: 1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-xl .offcanvas-header {
		display: none;
	}
	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1365.98px) {
	.offcanvas-2xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1365.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-2xl {
		transition: none;
	}
}
@media (max-width: 1365.98px) {
	.offcanvas-2xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-2xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-2xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-2xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-2xl.showing, .offcanvas-2xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-2xl.showing, .offcanvas-2xl.hiding, .offcanvas-2xl.show {
		visibility: visible;
	}
}
@media (min-width: 1366px) {
	.offcanvas-2xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-2xl .offcanvas-header {
		display: none;
	}
	.offcanvas-2xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1439.98px) {
	.offcanvas-3xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-3xl {
		transition: none;
	}
}
@media (max-width: 1439.98px) {
	.offcanvas-3xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-3xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-3xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-3xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-3xl.showing, .offcanvas-3xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-3xl.showing, .offcanvas-3xl.hiding, .offcanvas-3xl.show {
		visibility: visible;
	}
}
@media (min-width: 1440px) {
	.offcanvas-3xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-3xl .offcanvas-header {
		display: none;
	}
	.offcanvas-3xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1599.98px) {
	.offcanvas-4xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1599.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-4xl {
		transition: none;
	}
}
@media (max-width: 1599.98px) {
	.offcanvas-4xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-4xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-4xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-4xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-4xl.showing, .offcanvas-4xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-4xl.showing, .offcanvas-4xl.hiding, .offcanvas-4xl.show {
		visibility: visible;
	}
}
@media (min-width: 1600px) {
	.offcanvas-4xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-4xl .offcanvas-header {
		display: none;
	}
	.offcanvas-4xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1727.98px) {
	.offcanvas-5xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1727.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-5xl {
		transition: none;
	}
}
@media (max-width: 1727.98px) {
	.offcanvas-5xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-5xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-5xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-5xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-5xl.showing, .offcanvas-5xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-5xl.showing, .offcanvas-5xl.hiding, .offcanvas-5xl.show {
		visibility: visible;
	}
}
@media (min-width: 1728px) {
	.offcanvas-5xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-5xl .offcanvas-header {
		display: none;
	}
	.offcanvas-5xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1919.98px) {
	.offcanvas-6xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-6xl {
		transition: none;
	}
}
@media (max-width: 1919.98px) {
	.offcanvas-6xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-6xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-6xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-6xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-6xl.showing, .offcanvas-6xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-6xl.showing, .offcanvas-6xl.hiding, .offcanvas-6xl.show {
		visibility: visible;
	}
}
@media (min-width: 1920px) {
	.offcanvas-6xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-6xl .offcanvas-header {
		display: none;
	}
	.offcanvas-6xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}
.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%);
}
.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
	transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
	visibility: visible;
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.offcanvas-backdrop.fade {
	opacity: 0;
}
.offcanvas-backdrop.show {
	opacity: 0.5;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
	margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
	margin-left: auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto;
}

.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 {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	        mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	        mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		        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: #000 !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(33, 31, 66, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(33, 31, 66, 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(206, 221, 184, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(206, 221, 184, 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(245, 245, 245, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(245, 245, 245, 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: 402px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 440px) {
	.sticky-iphone-pro-max-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-iphone-pro-max-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: 1366px) {
	.sticky-2xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-2xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 1440px) {
	.sticky-3xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-3xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 1600px) {
	.sticky-4xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-4xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 1728px) {
	.sticky-5xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-5xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 1920px) {
	.sticky-6xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-6xl-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;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
	overflow: hidden !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 {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}

.object-fit-cover {
	-o-object-fit: cover !important;
	   object-fit: cover !important;
}

.object-fit-fill {
	-o-object-fit: fill !important;
	   object-fit: fill !important;
}

.object-fit-scale {
	-o-object-fit: scale-down !important;
	   object-fit: scale-down !important;
}

.object-fit-none {
	-o-object-fit: none !important;
	   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 {
	-moz-column-gap: 0 !important;
	     column-gap: 0 !important;
}

.column-gap-1 {
	-moz-column-gap: 0.25rem !important;
	     column-gap: 0.25rem !important;
}

.column-gap-2 {
	-moz-column-gap: 0.5rem !important;
	     column-gap: 0.5rem !important;
}

.column-gap-3 {
	-moz-column-gap: 1rem !important;
	     column-gap: 1rem !important;
}

.column-gap-4 {
	-moz-column-gap: 1.5rem !important;
	     column-gap: 1.5rem !important;
}

.column-gap-5 {
	-moz-column-gap: 3rem !important;
	     column-gap: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-2 {
	font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-3 {
	font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-4 {
	font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-5 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-6 {
	font-size: calc(1.325rem + 0.9vw) !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.3 !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;
}

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.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: rgba(255, 255, 255, 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: transparent !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 {
	-webkit-user-select: all !important;
	   -moz-user-select: all !important;
	        user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	   -moz-user-select: auto !important;
	        user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	   -moz-user-select: none !important;
	        user-select: none !important;
}

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

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

.rounded {
	border-radius: 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: 402px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.object-fit-sm-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-sm-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-sm-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-sm-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-sm-none {
		-o-object-fit: none !important;
		   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 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-sm-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-sm-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-sm-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-sm-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-sm-5 {
		-moz-column-gap: 3rem !important;
		     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: 440px) {
	.float-iphone-pro-max-start {
		float: left !important;
	}
	.float-iphone-pro-max-end {
		float: right !important;
	}
	.float-iphone-pro-max-none {
		float: none !important;
	}
	.object-fit-iphone-pro-max-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-iphone-pro-max-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-iphone-pro-max-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-iphone-pro-max-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-iphone-pro-max-none {
		-o-object-fit: none !important;
		   object-fit: none !important;
	}
	.d-iphone-pro-max-inline {
		display: inline !important;
	}
	.d-iphone-pro-max-inline-block {
		display: inline-block !important;
	}
	.d-iphone-pro-max-block {
		display: block !important;
	}
	.d-iphone-pro-max-grid {
		display: grid !important;
	}
	.d-iphone-pro-max-inline-grid {
		display: inline-grid !important;
	}
	.d-iphone-pro-max-table {
		display: table !important;
	}
	.d-iphone-pro-max-table-row {
		display: table-row !important;
	}
	.d-iphone-pro-max-table-cell {
		display: table-cell !important;
	}
	.d-iphone-pro-max-flex {
		display: flex !important;
	}
	.d-iphone-pro-max-inline-flex {
		display: inline-flex !important;
	}
	.d-iphone-pro-max-none {
		display: none !important;
	}
	.flex-iphone-pro-max-fill {
		flex: 1 1 auto !important;
	}
	.flex-iphone-pro-max-row {
		flex-direction: row !important;
	}
	.flex-iphone-pro-max-column {
		flex-direction: column !important;
	}
	.flex-iphone-pro-max-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-iphone-pro-max-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-iphone-pro-max-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-iphone-pro-max-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-iphone-pro-max-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-iphone-pro-max-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-iphone-pro-max-wrap {
		flex-wrap: wrap !important;
	}
	.flex-iphone-pro-max-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-iphone-pro-max-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-iphone-pro-max-start {
		justify-content: flex-start !important;
	}
	.justify-content-iphone-pro-max-end {
		justify-content: flex-end !important;
	}
	.justify-content-iphone-pro-max-center {
		justify-content: center !important;
	}
	.justify-content-iphone-pro-max-between {
		justify-content: space-between !important;
	}
	.justify-content-iphone-pro-max-around {
		justify-content: space-around !important;
	}
	.justify-content-iphone-pro-max-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-iphone-pro-max-start {
		align-items: flex-start !important;
	}
	.align-items-iphone-pro-max-end {
		align-items: flex-end !important;
	}
	.align-items-iphone-pro-max-center {
		align-items: center !important;
	}
	.align-items-iphone-pro-max-baseline {
		align-items: baseline !important;
	}
	.align-items-iphone-pro-max-stretch {
		align-items: stretch !important;
	}
	.align-content-iphone-pro-max-start {
		align-content: flex-start !important;
	}
	.align-content-iphone-pro-max-end {
		align-content: flex-end !important;
	}
	.align-content-iphone-pro-max-center {
		align-content: center !important;
	}
	.align-content-iphone-pro-max-between {
		align-content: space-between !important;
	}
	.align-content-iphone-pro-max-around {
		align-content: space-around !important;
	}
	.align-content-iphone-pro-max-stretch {
		align-content: stretch !important;
	}
	.align-self-iphone-pro-max-auto {
		align-self: auto !important;
	}
	.align-self-iphone-pro-max-start {
		align-self: flex-start !important;
	}
	.align-self-iphone-pro-max-end {
		align-self: flex-end !important;
	}
	.align-self-iphone-pro-max-center {
		align-self: center !important;
	}
	.align-self-iphone-pro-max-baseline {
		align-self: baseline !important;
	}
	.align-self-iphone-pro-max-stretch {
		align-self: stretch !important;
	}
	.order-iphone-pro-max-first {
		order: -1 !important;
	}
	.order-iphone-pro-max-0 {
		order: 0 !important;
	}
	.order-iphone-pro-max-1 {
		order: 1 !important;
	}
	.order-iphone-pro-max-2 {
		order: 2 !important;
	}
	.order-iphone-pro-max-3 {
		order: 3 !important;
	}
	.order-iphone-pro-max-4 {
		order: 4 !important;
	}
	.order-iphone-pro-max-5 {
		order: 5 !important;
	}
	.order-iphone-pro-max-last {
		order: 6 !important;
	}
	.m-iphone-pro-max-0 {
		margin: 0 !important;
	}
	.m-iphone-pro-max-1 {
		margin: 0.25rem !important;
	}
	.m-iphone-pro-max-2 {
		margin: 0.5rem !important;
	}
	.m-iphone-pro-max-3 {
		margin: 1rem !important;
	}
	.m-iphone-pro-max-4 {
		margin: 1.5rem !important;
	}
	.m-iphone-pro-max-5 {
		margin: 3rem !important;
	}
	.m-iphone-pro-max-auto {
		margin: auto !important;
	}
	.mx-iphone-pro-max-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-iphone-pro-max-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-iphone-pro-max-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-iphone-pro-max-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-iphone-pro-max-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-iphone-pro-max-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-iphone-pro-max-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-iphone-pro-max-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-iphone-pro-max-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-iphone-pro-max-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-iphone-pro-max-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-iphone-pro-max-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-iphone-pro-max-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-iphone-pro-max-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-iphone-pro-max-0 {
		margin-top: 0 !important;
	}
	.mt-iphone-pro-max-1 {
		margin-top: 0.25rem !important;
	}
	.mt-iphone-pro-max-2 {
		margin-top: 0.5rem !important;
	}
	.mt-iphone-pro-max-3 {
		margin-top: 1rem !important;
	}
	.mt-iphone-pro-max-4 {
		margin-top: 1.5rem !important;
	}
	.mt-iphone-pro-max-5 {
		margin-top: 3rem !important;
	}
	.mt-iphone-pro-max-auto {
		margin-top: auto !important;
	}
	.me-iphone-pro-max-0 {
		margin-right: 0 !important;
	}
	.me-iphone-pro-max-1 {
		margin-right: 0.25rem !important;
	}
	.me-iphone-pro-max-2 {
		margin-right: 0.5rem !important;
	}
	.me-iphone-pro-max-3 {
		margin-right: 1rem !important;
	}
	.me-iphone-pro-max-4 {
		margin-right: 1.5rem !important;
	}
	.me-iphone-pro-max-5 {
		margin-right: 3rem !important;
	}
	.me-iphone-pro-max-auto {
		margin-right: auto !important;
	}
	.mb-iphone-pro-max-0 {
		margin-bottom: 0 !important;
	}
	.mb-iphone-pro-max-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-iphone-pro-max-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-iphone-pro-max-3 {
		margin-bottom: 1rem !important;
	}
	.mb-iphone-pro-max-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-iphone-pro-max-5 {
		margin-bottom: 3rem !important;
	}
	.mb-iphone-pro-max-auto {
		margin-bottom: auto !important;
	}
	.ms-iphone-pro-max-0 {
		margin-left: 0 !important;
	}
	.ms-iphone-pro-max-1 {
		margin-left: 0.25rem !important;
	}
	.ms-iphone-pro-max-2 {
		margin-left: 0.5rem !important;
	}
	.ms-iphone-pro-max-3 {
		margin-left: 1rem !important;
	}
	.ms-iphone-pro-max-4 {
		margin-left: 1.5rem !important;
	}
	.ms-iphone-pro-max-5 {
		margin-left: 3rem !important;
	}
	.ms-iphone-pro-max-auto {
		margin-left: auto !important;
	}
	.p-iphone-pro-max-0 {
		padding: 0 !important;
	}
	.p-iphone-pro-max-1 {
		padding: 0.25rem !important;
	}
	.p-iphone-pro-max-2 {
		padding: 0.5rem !important;
	}
	.p-iphone-pro-max-3 {
		padding: 1rem !important;
	}
	.p-iphone-pro-max-4 {
		padding: 1.5rem !important;
	}
	.p-iphone-pro-max-5 {
		padding: 3rem !important;
	}
	.px-iphone-pro-max-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-iphone-pro-max-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-iphone-pro-max-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-iphone-pro-max-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-iphone-pro-max-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-iphone-pro-max-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-iphone-pro-max-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-iphone-pro-max-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-iphone-pro-max-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-iphone-pro-max-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-iphone-pro-max-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-iphone-pro-max-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-iphone-pro-max-0 {
		padding-top: 0 !important;
	}
	.pt-iphone-pro-max-1 {
		padding-top: 0.25rem !important;
	}
	.pt-iphone-pro-max-2 {
		padding-top: 0.5rem !important;
	}
	.pt-iphone-pro-max-3 {
		padding-top: 1rem !important;
	}
	.pt-iphone-pro-max-4 {
		padding-top: 1.5rem !important;
	}
	.pt-iphone-pro-max-5 {
		padding-top: 3rem !important;
	}
	.pe-iphone-pro-max-0 {
		padding-right: 0 !important;
	}
	.pe-iphone-pro-max-1 {
		padding-right: 0.25rem !important;
	}
	.pe-iphone-pro-max-2 {
		padding-right: 0.5rem !important;
	}
	.pe-iphone-pro-max-3 {
		padding-right: 1rem !important;
	}
	.pe-iphone-pro-max-4 {
		padding-right: 1.5rem !important;
	}
	.pe-iphone-pro-max-5 {
		padding-right: 3rem !important;
	}
	.pb-iphone-pro-max-0 {
		padding-bottom: 0 !important;
	}
	.pb-iphone-pro-max-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-iphone-pro-max-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-iphone-pro-max-3 {
		padding-bottom: 1rem !important;
	}
	.pb-iphone-pro-max-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-iphone-pro-max-5 {
		padding-bottom: 3rem !important;
	}
	.ps-iphone-pro-max-0 {
		padding-left: 0 !important;
	}
	.ps-iphone-pro-max-1 {
		padding-left: 0.25rem !important;
	}
	.ps-iphone-pro-max-2 {
		padding-left: 0.5rem !important;
	}
	.ps-iphone-pro-max-3 {
		padding-left: 1rem !important;
	}
	.ps-iphone-pro-max-4 {
		padding-left: 1.5rem !important;
	}
	.ps-iphone-pro-max-5 {
		padding-left: 3rem !important;
	}
	.gap-iphone-pro-max-0 {
		gap: 0 !important;
	}
	.gap-iphone-pro-max-1 {
		gap: 0.25rem !important;
	}
	.gap-iphone-pro-max-2 {
		gap: 0.5rem !important;
	}
	.gap-iphone-pro-max-3 {
		gap: 1rem !important;
	}
	.gap-iphone-pro-max-4 {
		gap: 1.5rem !important;
	}
	.gap-iphone-pro-max-5 {
		gap: 3rem !important;
	}
	.row-gap-iphone-pro-max-0 {
		row-gap: 0 !important;
	}
	.row-gap-iphone-pro-max-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-iphone-pro-max-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-iphone-pro-max-3 {
		row-gap: 1rem !important;
	}
	.row-gap-iphone-pro-max-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-iphone-pro-max-5 {
		row-gap: 3rem !important;
	}
	.column-gap-iphone-pro-max-0 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-iphone-pro-max-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-iphone-pro-max-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-iphone-pro-max-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-iphone-pro-max-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-iphone-pro-max-5 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}
	.text-iphone-pro-max-start {
		text-align: left !important;
	}
	.text-iphone-pro-max-end {
		text-align: right !important;
	}
	.text-iphone-pro-max-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 {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-md-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-md-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-md-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-md-none {
		-o-object-fit: none !important;
		   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 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-md-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-md-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-md-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-md-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-md-5 {
		-moz-column-gap: 3rem !important;
		     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 {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-lg-none {
		-o-object-fit: none !important;
		   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 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-lg-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-lg-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		     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 {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-xl-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-xl-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-xl-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-xl-none {
		-o-object-fit: none !important;
		   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 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-xl-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-xl-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-xl-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-xl-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-xl-5 {
		-moz-column-gap: 3rem !important;
		     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: 1366px) {
	.float-2xl-start {
		float: left !important;
	}
	.float-2xl-end {
		float: right !important;
	}
	.float-2xl-none {
		float: none !important;
	}
	.object-fit-2xl-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-2xl-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-2xl-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-2xl-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-2xl-none {
		-o-object-fit: none !important;
		   object-fit: none !important;
	}
	.d-2xl-inline {
		display: inline !important;
	}
	.d-2xl-inline-block {
		display: inline-block !important;
	}
	.d-2xl-block {
		display: block !important;
	}
	.d-2xl-grid {
		display: grid !important;
	}
	.d-2xl-inline-grid {
		display: inline-grid !important;
	}
	.d-2xl-table {
		display: table !important;
	}
	.d-2xl-table-row {
		display: table-row !important;
	}
	.d-2xl-table-cell {
		display: table-cell !important;
	}
	.d-2xl-flex {
		display: flex !important;
	}
	.d-2xl-inline-flex {
		display: inline-flex !important;
	}
	.d-2xl-none {
		display: none !important;
	}
	.flex-2xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-2xl-row {
		flex-direction: row !important;
	}
	.flex-2xl-column {
		flex-direction: column !important;
	}
	.flex-2xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-2xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-2xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-2xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-2xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-2xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-2xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-2xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-2xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-2xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-2xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-2xl-center {
		justify-content: center !important;
	}
	.justify-content-2xl-between {
		justify-content: space-between !important;
	}
	.justify-content-2xl-around {
		justify-content: space-around !important;
	}
	.justify-content-2xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-2xl-start {
		align-items: flex-start !important;
	}
	.align-items-2xl-end {
		align-items: flex-end !important;
	}
	.align-items-2xl-center {
		align-items: center !important;
	}
	.align-items-2xl-baseline {
		align-items: baseline !important;
	}
	.align-items-2xl-stretch {
		align-items: stretch !important;
	}
	.align-content-2xl-start {
		align-content: flex-start !important;
	}
	.align-content-2xl-end {
		align-content: flex-end !important;
	}
	.align-content-2xl-center {
		align-content: center !important;
	}
	.align-content-2xl-between {
		align-content: space-between !important;
	}
	.align-content-2xl-around {
		align-content: space-around !important;
	}
	.align-content-2xl-stretch {
		align-content: stretch !important;
	}
	.align-self-2xl-auto {
		align-self: auto !important;
	}
	.align-self-2xl-start {
		align-self: flex-start !important;
	}
	.align-self-2xl-end {
		align-self: flex-end !important;
	}
	.align-self-2xl-center {
		align-self: center !important;
	}
	.align-self-2xl-baseline {
		align-self: baseline !important;
	}
	.align-self-2xl-stretch {
		align-self: stretch !important;
	}
	.order-2xl-first {
		order: -1 !important;
	}
	.order-2xl-0 {
		order: 0 !important;
	}
	.order-2xl-1 {
		order: 1 !important;
	}
	.order-2xl-2 {
		order: 2 !important;
	}
	.order-2xl-3 {
		order: 3 !important;
	}
	.order-2xl-4 {
		order: 4 !important;
	}
	.order-2xl-5 {
		order: 5 !important;
	}
	.order-2xl-last {
		order: 6 !important;
	}
	.m-2xl-0 {
		margin: 0 !important;
	}
	.m-2xl-1 {
		margin: 0.25rem !important;
	}
	.m-2xl-2 {
		margin: 0.5rem !important;
	}
	.m-2xl-3 {
		margin: 1rem !important;
	}
	.m-2xl-4 {
		margin: 1.5rem !important;
	}
	.m-2xl-5 {
		margin: 3rem !important;
	}
	.m-2xl-auto {
		margin: auto !important;
	}
	.mx-2xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-2xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-2xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-2xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-2xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-2xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-2xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-2xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-2xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-2xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-2xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-2xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-2xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-2xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-2xl-0 {
		margin-top: 0 !important;
	}
	.mt-2xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-2xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-2xl-3 {
		margin-top: 1rem !important;
	}
	.mt-2xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-2xl-5 {
		margin-top: 3rem !important;
	}
	.mt-2xl-auto {
		margin-top: auto !important;
	}
	.me-2xl-0 {
		margin-right: 0 !important;
	}
	.me-2xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-2xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-2xl-3 {
		margin-right: 1rem !important;
	}
	.me-2xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-2xl-5 {
		margin-right: 3rem !important;
	}
	.me-2xl-auto {
		margin-right: auto !important;
	}
	.mb-2xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-2xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-2xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-2xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-2xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-2xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-2xl-auto {
		margin-bottom: auto !important;
	}
	.ms-2xl-0 {
		margin-left: 0 !important;
	}
	.ms-2xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-2xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-2xl-3 {
		margin-left: 1rem !important;
	}
	.ms-2xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-2xl-5 {
		margin-left: 3rem !important;
	}
	.ms-2xl-auto {
		margin-left: auto !important;
	}
	.p-2xl-0 {
		padding: 0 !important;
	}
	.p-2xl-1 {
		padding: 0.25rem !important;
	}
	.p-2xl-2 {
		padding: 0.5rem !important;
	}
	.p-2xl-3 {
		padding: 1rem !important;
	}
	.p-2xl-4 {
		padding: 1.5rem !important;
	}
	.p-2xl-5 {
		padding: 3rem !important;
	}
	.px-2xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-2xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-2xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-2xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-2xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-2xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-2xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-2xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-2xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-2xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-2xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-2xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-2xl-0 {
		padding-top: 0 !important;
	}
	.pt-2xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-2xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-2xl-3 {
		padding-top: 1rem !important;
	}
	.pt-2xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-2xl-5 {
		padding-top: 3rem !important;
	}
	.pe-2xl-0 {
		padding-right: 0 !important;
	}
	.pe-2xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-2xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-2xl-3 {
		padding-right: 1rem !important;
	}
	.pe-2xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-2xl-5 {
		padding-right: 3rem !important;
	}
	.pb-2xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-2xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-2xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-2xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-2xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-2xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-2xl-0 {
		padding-left: 0 !important;
	}
	.ps-2xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-2xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-2xl-3 {
		padding-left: 1rem !important;
	}
	.ps-2xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-2xl-5 {
		padding-left: 3rem !important;
	}
	.gap-2xl-0 {
		gap: 0 !important;
	}
	.gap-2xl-1 {
		gap: 0.25rem !important;
	}
	.gap-2xl-2 {
		gap: 0.5rem !important;
	}
	.gap-2xl-3 {
		gap: 1rem !important;
	}
	.gap-2xl-4 {
		gap: 1.5rem !important;
	}
	.gap-2xl-5 {
		gap: 3rem !important;
	}
	.row-gap-2xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-2xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-2xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-2xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-2xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-2xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-2xl-0 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-2xl-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-2xl-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-2xl-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-2xl-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-2xl-5 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}
	.text-2xl-start {
		text-align: left !important;
	}
	.text-2xl-end {
		text-align: right !important;
	}
	.text-2xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1440px) {
	.float-3xl-start {
		float: left !important;
	}
	.float-3xl-end {
		float: right !important;
	}
	.float-3xl-none {
		float: none !important;
	}
	.object-fit-3xl-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-3xl-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-3xl-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-3xl-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-3xl-none {
		-o-object-fit: none !important;
		   object-fit: none !important;
	}
	.d-3xl-inline {
		display: inline !important;
	}
	.d-3xl-inline-block {
		display: inline-block !important;
	}
	.d-3xl-block {
		display: block !important;
	}
	.d-3xl-grid {
		display: grid !important;
	}
	.d-3xl-inline-grid {
		display: inline-grid !important;
	}
	.d-3xl-table {
		display: table !important;
	}
	.d-3xl-table-row {
		display: table-row !important;
	}
	.d-3xl-table-cell {
		display: table-cell !important;
	}
	.d-3xl-flex {
		display: flex !important;
	}
	.d-3xl-inline-flex {
		display: inline-flex !important;
	}
	.d-3xl-none {
		display: none !important;
	}
	.flex-3xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-3xl-row {
		flex-direction: row !important;
	}
	.flex-3xl-column {
		flex-direction: column !important;
	}
	.flex-3xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-3xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-3xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-3xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-3xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-3xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-3xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-3xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-3xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-3xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-3xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-3xl-center {
		justify-content: center !important;
	}
	.justify-content-3xl-between {
		justify-content: space-between !important;
	}
	.justify-content-3xl-around {
		justify-content: space-around !important;
	}
	.justify-content-3xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-3xl-start {
		align-items: flex-start !important;
	}
	.align-items-3xl-end {
		align-items: flex-end !important;
	}
	.align-items-3xl-center {
		align-items: center !important;
	}
	.align-items-3xl-baseline {
		align-items: baseline !important;
	}
	.align-items-3xl-stretch {
		align-items: stretch !important;
	}
	.align-content-3xl-start {
		align-content: flex-start !important;
	}
	.align-content-3xl-end {
		align-content: flex-end !important;
	}
	.align-content-3xl-center {
		align-content: center !important;
	}
	.align-content-3xl-between {
		align-content: space-between !important;
	}
	.align-content-3xl-around {
		align-content: space-around !important;
	}
	.align-content-3xl-stretch {
		align-content: stretch !important;
	}
	.align-self-3xl-auto {
		align-self: auto !important;
	}
	.align-self-3xl-start {
		align-self: flex-start !important;
	}
	.align-self-3xl-end {
		align-self: flex-end !important;
	}
	.align-self-3xl-center {
		align-self: center !important;
	}
	.align-self-3xl-baseline {
		align-self: baseline !important;
	}
	.align-self-3xl-stretch {
		align-self: stretch !important;
	}
	.order-3xl-first {
		order: -1 !important;
	}
	.order-3xl-0 {
		order: 0 !important;
	}
	.order-3xl-1 {
		order: 1 !important;
	}
	.order-3xl-2 {
		order: 2 !important;
	}
	.order-3xl-3 {
		order: 3 !important;
	}
	.order-3xl-4 {
		order: 4 !important;
	}
	.order-3xl-5 {
		order: 5 !important;
	}
	.order-3xl-last {
		order: 6 !important;
	}
	.m-3xl-0 {
		margin: 0 !important;
	}
	.m-3xl-1 {
		margin: 0.25rem !important;
	}
	.m-3xl-2 {
		margin: 0.5rem !important;
	}
	.m-3xl-3 {
		margin: 1rem !important;
	}
	.m-3xl-4 {
		margin: 1.5rem !important;
	}
	.m-3xl-5 {
		margin: 3rem !important;
	}
	.m-3xl-auto {
		margin: auto !important;
	}
	.mx-3xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-3xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-3xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-3xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-3xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-3xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-3xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-3xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-3xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-3xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-3xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-3xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-3xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-3xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-3xl-0 {
		margin-top: 0 !important;
	}
	.mt-3xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-3xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-3xl-3 {
		margin-top: 1rem !important;
	}
	.mt-3xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-3xl-5 {
		margin-top: 3rem !important;
	}
	.mt-3xl-auto {
		margin-top: auto !important;
	}
	.me-3xl-0 {
		margin-right: 0 !important;
	}
	.me-3xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-3xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-3xl-3 {
		margin-right: 1rem !important;
	}
	.me-3xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-3xl-5 {
		margin-right: 3rem !important;
	}
	.me-3xl-auto {
		margin-right: auto !important;
	}
	.mb-3xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-3xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-3xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-3xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-3xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-3xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-3xl-auto {
		margin-bottom: auto !important;
	}
	.ms-3xl-0 {
		margin-left: 0 !important;
	}
	.ms-3xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-3xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-3xl-3 {
		margin-left: 1rem !important;
	}
	.ms-3xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-3xl-5 {
		margin-left: 3rem !important;
	}
	.ms-3xl-auto {
		margin-left: auto !important;
	}
	.p-3xl-0 {
		padding: 0 !important;
	}
	.p-3xl-1 {
		padding: 0.25rem !important;
	}
	.p-3xl-2 {
		padding: 0.5rem !important;
	}
	.p-3xl-3 {
		padding: 1rem !important;
	}
	.p-3xl-4 {
		padding: 1.5rem !important;
	}
	.p-3xl-5 {
		padding: 3rem !important;
	}
	.px-3xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-3xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-3xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-3xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-3xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-3xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-3xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-3xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-3xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-3xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-3xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-3xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-3xl-0 {
		padding-top: 0 !important;
	}
	.pt-3xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-3xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-3xl-3 {
		padding-top: 1rem !important;
	}
	.pt-3xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-3xl-5 {
		padding-top: 3rem !important;
	}
	.pe-3xl-0 {
		padding-right: 0 !important;
	}
	.pe-3xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-3xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-3xl-3 {
		padding-right: 1rem !important;
	}
	.pe-3xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-3xl-5 {
		padding-right: 3rem !important;
	}
	.pb-3xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-3xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-3xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-3xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-3xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-3xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-3xl-0 {
		padding-left: 0 !important;
	}
	.ps-3xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-3xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-3xl-3 {
		padding-left: 1rem !important;
	}
	.ps-3xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-3xl-5 {
		padding-left: 3rem !important;
	}
	.gap-3xl-0 {
		gap: 0 !important;
	}
	.gap-3xl-1 {
		gap: 0.25rem !important;
	}
	.gap-3xl-2 {
		gap: 0.5rem !important;
	}
	.gap-3xl-3 {
		gap: 1rem !important;
	}
	.gap-3xl-4 {
		gap: 1.5rem !important;
	}
	.gap-3xl-5 {
		gap: 3rem !important;
	}
	.row-gap-3xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-3xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-3xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-3xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-3xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-3xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-3xl-0 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-3xl-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-3xl-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-3xl-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-3xl-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-3xl-5 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}
	.text-3xl-start {
		text-align: left !important;
	}
	.text-3xl-end {
		text-align: right !important;
	}
	.text-3xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1600px) {
	.float-4xl-start {
		float: left !important;
	}
	.float-4xl-end {
		float: right !important;
	}
	.float-4xl-none {
		float: none !important;
	}
	.object-fit-4xl-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-4xl-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-4xl-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-4xl-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-4xl-none {
		-o-object-fit: none !important;
		   object-fit: none !important;
	}
	.d-4xl-inline {
		display: inline !important;
	}
	.d-4xl-inline-block {
		display: inline-block !important;
	}
	.d-4xl-block {
		display: block !important;
	}
	.d-4xl-grid {
		display: grid !important;
	}
	.d-4xl-inline-grid {
		display: inline-grid !important;
	}
	.d-4xl-table {
		display: table !important;
	}
	.d-4xl-table-row {
		display: table-row !important;
	}
	.d-4xl-table-cell {
		display: table-cell !important;
	}
	.d-4xl-flex {
		display: flex !important;
	}
	.d-4xl-inline-flex {
		display: inline-flex !important;
	}
	.d-4xl-none {
		display: none !important;
	}
	.flex-4xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-4xl-row {
		flex-direction: row !important;
	}
	.flex-4xl-column {
		flex-direction: column !important;
	}
	.flex-4xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-4xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-4xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-4xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-4xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-4xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-4xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-4xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-4xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-4xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-4xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-4xl-center {
		justify-content: center !important;
	}
	.justify-content-4xl-between {
		justify-content: space-between !important;
	}
	.justify-content-4xl-around {
		justify-content: space-around !important;
	}
	.justify-content-4xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-4xl-start {
		align-items: flex-start !important;
	}
	.align-items-4xl-end {
		align-items: flex-end !important;
	}
	.align-items-4xl-center {
		align-items: center !important;
	}
	.align-items-4xl-baseline {
		align-items: baseline !important;
	}
	.align-items-4xl-stretch {
		align-items: stretch !important;
	}
	.align-content-4xl-start {
		align-content: flex-start !important;
	}
	.align-content-4xl-end {
		align-content: flex-end !important;
	}
	.align-content-4xl-center {
		align-content: center !important;
	}
	.align-content-4xl-between {
		align-content: space-between !important;
	}
	.align-content-4xl-around {
		align-content: space-around !important;
	}
	.align-content-4xl-stretch {
		align-content: stretch !important;
	}
	.align-self-4xl-auto {
		align-self: auto !important;
	}
	.align-self-4xl-start {
		align-self: flex-start !important;
	}
	.align-self-4xl-end {
		align-self: flex-end !important;
	}
	.align-self-4xl-center {
		align-self: center !important;
	}
	.align-self-4xl-baseline {
		align-self: baseline !important;
	}
	.align-self-4xl-stretch {
		align-self: stretch !important;
	}
	.order-4xl-first {
		order: -1 !important;
	}
	.order-4xl-0 {
		order: 0 !important;
	}
	.order-4xl-1 {
		order: 1 !important;
	}
	.order-4xl-2 {
		order: 2 !important;
	}
	.order-4xl-3 {
		order: 3 !important;
	}
	.order-4xl-4 {
		order: 4 !important;
	}
	.order-4xl-5 {
		order: 5 !important;
	}
	.order-4xl-last {
		order: 6 !important;
	}
	.m-4xl-0 {
		margin: 0 !important;
	}
	.m-4xl-1 {
		margin: 0.25rem !important;
	}
	.m-4xl-2 {
		margin: 0.5rem !important;
	}
	.m-4xl-3 {
		margin: 1rem !important;
	}
	.m-4xl-4 {
		margin: 1.5rem !important;
	}
	.m-4xl-5 {
		margin: 3rem !important;
	}
	.m-4xl-auto {
		margin: auto !important;
	}
	.mx-4xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-4xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-4xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-4xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-4xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-4xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-4xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-4xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-4xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-4xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-4xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-4xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-4xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-4xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-4xl-0 {
		margin-top: 0 !important;
	}
	.mt-4xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-4xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-4xl-3 {
		margin-top: 1rem !important;
	}
	.mt-4xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-4xl-5 {
		margin-top: 3rem !important;
	}
	.mt-4xl-auto {
		margin-top: auto !important;
	}
	.me-4xl-0 {
		margin-right: 0 !important;
	}
	.me-4xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-4xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-4xl-3 {
		margin-right: 1rem !important;
	}
	.me-4xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-4xl-5 {
		margin-right: 3rem !important;
	}
	.me-4xl-auto {
		margin-right: auto !important;
	}
	.mb-4xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-4xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-4xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-4xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-4xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-4xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-4xl-auto {
		margin-bottom: auto !important;
	}
	.ms-4xl-0 {
		margin-left: 0 !important;
	}
	.ms-4xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-4xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-4xl-3 {
		margin-left: 1rem !important;
	}
	.ms-4xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-4xl-5 {
		margin-left: 3rem !important;
	}
	.ms-4xl-auto {
		margin-left: auto !important;
	}
	.p-4xl-0 {
		padding: 0 !important;
	}
	.p-4xl-1 {
		padding: 0.25rem !important;
	}
	.p-4xl-2 {
		padding: 0.5rem !important;
	}
	.p-4xl-3 {
		padding: 1rem !important;
	}
	.p-4xl-4 {
		padding: 1.5rem !important;
	}
	.p-4xl-5 {
		padding: 3rem !important;
	}
	.px-4xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-4xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-4xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-4xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-4xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-4xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-4xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-4xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-4xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-4xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-4xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-4xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-4xl-0 {
		padding-top: 0 !important;
	}
	.pt-4xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-4xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-4xl-3 {
		padding-top: 1rem !important;
	}
	.pt-4xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-4xl-5 {
		padding-top: 3rem !important;
	}
	.pe-4xl-0 {
		padding-right: 0 !important;
	}
	.pe-4xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-4xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-4xl-3 {
		padding-right: 1rem !important;
	}
	.pe-4xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-4xl-5 {
		padding-right: 3rem !important;
	}
	.pb-4xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-4xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-4xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-4xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-4xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-4xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-4xl-0 {
		padding-left: 0 !important;
	}
	.ps-4xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-4xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-4xl-3 {
		padding-left: 1rem !important;
	}
	.ps-4xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-4xl-5 {
		padding-left: 3rem !important;
	}
	.gap-4xl-0 {
		gap: 0 !important;
	}
	.gap-4xl-1 {
		gap: 0.25rem !important;
	}
	.gap-4xl-2 {
		gap: 0.5rem !important;
	}
	.gap-4xl-3 {
		gap: 1rem !important;
	}
	.gap-4xl-4 {
		gap: 1.5rem !important;
	}
	.gap-4xl-5 {
		gap: 3rem !important;
	}
	.row-gap-4xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-4xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-4xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-4xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-4xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-4xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-4xl-0 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-4xl-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-4xl-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-4xl-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-4xl-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-4xl-5 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}
	.text-4xl-start {
		text-align: left !important;
	}
	.text-4xl-end {
		text-align: right !important;
	}
	.text-4xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1728px) {
	.float-5xl-start {
		float: left !important;
	}
	.float-5xl-end {
		float: right !important;
	}
	.float-5xl-none {
		float: none !important;
	}
	.object-fit-5xl-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-5xl-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-5xl-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-5xl-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-5xl-none {
		-o-object-fit: none !important;
		   object-fit: none !important;
	}
	.d-5xl-inline {
		display: inline !important;
	}
	.d-5xl-inline-block {
		display: inline-block !important;
	}
	.d-5xl-block {
		display: block !important;
	}
	.d-5xl-grid {
		display: grid !important;
	}
	.d-5xl-inline-grid {
		display: inline-grid !important;
	}
	.d-5xl-table {
		display: table !important;
	}
	.d-5xl-table-row {
		display: table-row !important;
	}
	.d-5xl-table-cell {
		display: table-cell !important;
	}
	.d-5xl-flex {
		display: flex !important;
	}
	.d-5xl-inline-flex {
		display: inline-flex !important;
	}
	.d-5xl-none {
		display: none !important;
	}
	.flex-5xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-5xl-row {
		flex-direction: row !important;
	}
	.flex-5xl-column {
		flex-direction: column !important;
	}
	.flex-5xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-5xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-5xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-5xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-5xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-5xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-5xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-5xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-5xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-5xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-5xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-5xl-center {
		justify-content: center !important;
	}
	.justify-content-5xl-between {
		justify-content: space-between !important;
	}
	.justify-content-5xl-around {
		justify-content: space-around !important;
	}
	.justify-content-5xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-5xl-start {
		align-items: flex-start !important;
	}
	.align-items-5xl-end {
		align-items: flex-end !important;
	}
	.align-items-5xl-center {
		align-items: center !important;
	}
	.align-items-5xl-baseline {
		align-items: baseline !important;
	}
	.align-items-5xl-stretch {
		align-items: stretch !important;
	}
	.align-content-5xl-start {
		align-content: flex-start !important;
	}
	.align-content-5xl-end {
		align-content: flex-end !important;
	}
	.align-content-5xl-center {
		align-content: center !important;
	}
	.align-content-5xl-between {
		align-content: space-between !important;
	}
	.align-content-5xl-around {
		align-content: space-around !important;
	}
	.align-content-5xl-stretch {
		align-content: stretch !important;
	}
	.align-self-5xl-auto {
		align-self: auto !important;
	}
	.align-self-5xl-start {
		align-self: flex-start !important;
	}
	.align-self-5xl-end {
		align-self: flex-end !important;
	}
	.align-self-5xl-center {
		align-self: center !important;
	}
	.align-self-5xl-baseline {
		align-self: baseline !important;
	}
	.align-self-5xl-stretch {
		align-self: stretch !important;
	}
	.order-5xl-first {
		order: -1 !important;
	}
	.order-5xl-0 {
		order: 0 !important;
	}
	.order-5xl-1 {
		order: 1 !important;
	}
	.order-5xl-2 {
		order: 2 !important;
	}
	.order-5xl-3 {
		order: 3 !important;
	}
	.order-5xl-4 {
		order: 4 !important;
	}
	.order-5xl-5 {
		order: 5 !important;
	}
	.order-5xl-last {
		order: 6 !important;
	}
	.m-5xl-0 {
		margin: 0 !important;
	}
	.m-5xl-1 {
		margin: 0.25rem !important;
	}
	.m-5xl-2 {
		margin: 0.5rem !important;
	}
	.m-5xl-3 {
		margin: 1rem !important;
	}
	.m-5xl-4 {
		margin: 1.5rem !important;
	}
	.m-5xl-5 {
		margin: 3rem !important;
	}
	.m-5xl-auto {
		margin: auto !important;
	}
	.mx-5xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-5xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-5xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-5xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-5xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-5xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-5xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-5xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-5xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-5xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-5xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-5xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-5xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-5xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-5xl-0 {
		margin-top: 0 !important;
	}
	.mt-5xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-5xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-5xl-3 {
		margin-top: 1rem !important;
	}
	.mt-5xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-5xl-5 {
		margin-top: 3rem !important;
	}
	.mt-5xl-auto {
		margin-top: auto !important;
	}
	.me-5xl-0 {
		margin-right: 0 !important;
	}
	.me-5xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-5xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-5xl-3 {
		margin-right: 1rem !important;
	}
	.me-5xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-5xl-5 {
		margin-right: 3rem !important;
	}
	.me-5xl-auto {
		margin-right: auto !important;
	}
	.mb-5xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-5xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-5xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-5xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-5xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-5xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-5xl-auto {
		margin-bottom: auto !important;
	}
	.ms-5xl-0 {
		margin-left: 0 !important;
	}
	.ms-5xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-5xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-5xl-3 {
		margin-left: 1rem !important;
	}
	.ms-5xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-5xl-5 {
		margin-left: 3rem !important;
	}
	.ms-5xl-auto {
		margin-left: auto !important;
	}
	.p-5xl-0 {
		padding: 0 !important;
	}
	.p-5xl-1 {
		padding: 0.25rem !important;
	}
	.p-5xl-2 {
		padding: 0.5rem !important;
	}
	.p-5xl-3 {
		padding: 1rem !important;
	}
	.p-5xl-4 {
		padding: 1.5rem !important;
	}
	.p-5xl-5 {
		padding: 3rem !important;
	}
	.px-5xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-5xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-5xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-5xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-5xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-5xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-5xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-5xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-5xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-5xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-5xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-5xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-5xl-0 {
		padding-top: 0 !important;
	}
	.pt-5xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-5xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-5xl-3 {
		padding-top: 1rem !important;
	}
	.pt-5xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-5xl-5 {
		padding-top: 3rem !important;
	}
	.pe-5xl-0 {
		padding-right: 0 !important;
	}
	.pe-5xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-5xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-5xl-3 {
		padding-right: 1rem !important;
	}
	.pe-5xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-5xl-5 {
		padding-right: 3rem !important;
	}
	.pb-5xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-5xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-5xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-5xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-5xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-5xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-5xl-0 {
		padding-left: 0 !important;
	}
	.ps-5xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-5xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-5xl-3 {
		padding-left: 1rem !important;
	}
	.ps-5xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-5xl-5 {
		padding-left: 3rem !important;
	}
	.gap-5xl-0 {
		gap: 0 !important;
	}
	.gap-5xl-1 {
		gap: 0.25rem !important;
	}
	.gap-5xl-2 {
		gap: 0.5rem !important;
	}
	.gap-5xl-3 {
		gap: 1rem !important;
	}
	.gap-5xl-4 {
		gap: 1.5rem !important;
	}
	.gap-5xl-5 {
		gap: 3rem !important;
	}
	.row-gap-5xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-5xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-5xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-5xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-5xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-5xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-5xl-0 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-5xl-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-5xl-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-5xl-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-5xl-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-5xl-5 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}
	.text-5xl-start {
		text-align: left !important;
	}
	.text-5xl-end {
		text-align: right !important;
	}
	.text-5xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1920px) {
	.float-6xl-start {
		float: left !important;
	}
	.float-6xl-end {
		float: right !important;
	}
	.float-6xl-none {
		float: none !important;
	}
	.object-fit-6xl-contain {
		-o-object-fit: contain !important;
		   object-fit: contain !important;
	}
	.object-fit-6xl-cover {
		-o-object-fit: cover !important;
		   object-fit: cover !important;
	}
	.object-fit-6xl-fill {
		-o-object-fit: fill !important;
		   object-fit: fill !important;
	}
	.object-fit-6xl-scale {
		-o-object-fit: scale-down !important;
		   object-fit: scale-down !important;
	}
	.object-fit-6xl-none {
		-o-object-fit: none !important;
		   object-fit: none !important;
	}
	.d-6xl-inline {
		display: inline !important;
	}
	.d-6xl-inline-block {
		display: inline-block !important;
	}
	.d-6xl-block {
		display: block !important;
	}
	.d-6xl-grid {
		display: grid !important;
	}
	.d-6xl-inline-grid {
		display: inline-grid !important;
	}
	.d-6xl-table {
		display: table !important;
	}
	.d-6xl-table-row {
		display: table-row !important;
	}
	.d-6xl-table-cell {
		display: table-cell !important;
	}
	.d-6xl-flex {
		display: flex !important;
	}
	.d-6xl-inline-flex {
		display: inline-flex !important;
	}
	.d-6xl-none {
		display: none !important;
	}
	.flex-6xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-6xl-row {
		flex-direction: row !important;
	}
	.flex-6xl-column {
		flex-direction: column !important;
	}
	.flex-6xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-6xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-6xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-6xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-6xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-6xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-6xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-6xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-6xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-6xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-6xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-6xl-center {
		justify-content: center !important;
	}
	.justify-content-6xl-between {
		justify-content: space-between !important;
	}
	.justify-content-6xl-around {
		justify-content: space-around !important;
	}
	.justify-content-6xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-6xl-start {
		align-items: flex-start !important;
	}
	.align-items-6xl-end {
		align-items: flex-end !important;
	}
	.align-items-6xl-center {
		align-items: center !important;
	}
	.align-items-6xl-baseline {
		align-items: baseline !important;
	}
	.align-items-6xl-stretch {
		align-items: stretch !important;
	}
	.align-content-6xl-start {
		align-content: flex-start !important;
	}
	.align-content-6xl-end {
		align-content: flex-end !important;
	}
	.align-content-6xl-center {
		align-content: center !important;
	}
	.align-content-6xl-between {
		align-content: space-between !important;
	}
	.align-content-6xl-around {
		align-content: space-around !important;
	}
	.align-content-6xl-stretch {
		align-content: stretch !important;
	}
	.align-self-6xl-auto {
		align-self: auto !important;
	}
	.align-self-6xl-start {
		align-self: flex-start !important;
	}
	.align-self-6xl-end {
		align-self: flex-end !important;
	}
	.align-self-6xl-center {
		align-self: center !important;
	}
	.align-self-6xl-baseline {
		align-self: baseline !important;
	}
	.align-self-6xl-stretch {
		align-self: stretch !important;
	}
	.order-6xl-first {
		order: -1 !important;
	}
	.order-6xl-0 {
		order: 0 !important;
	}
	.order-6xl-1 {
		order: 1 !important;
	}
	.order-6xl-2 {
		order: 2 !important;
	}
	.order-6xl-3 {
		order: 3 !important;
	}
	.order-6xl-4 {
		order: 4 !important;
	}
	.order-6xl-5 {
		order: 5 !important;
	}
	.order-6xl-last {
		order: 6 !important;
	}
	.m-6xl-0 {
		margin: 0 !important;
	}
	.m-6xl-1 {
		margin: 0.25rem !important;
	}
	.m-6xl-2 {
		margin: 0.5rem !important;
	}
	.m-6xl-3 {
		margin: 1rem !important;
	}
	.m-6xl-4 {
		margin: 1.5rem !important;
	}
	.m-6xl-5 {
		margin: 3rem !important;
	}
	.m-6xl-auto {
		margin: auto !important;
	}
	.mx-6xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-6xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-6xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-6xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-6xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-6xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-6xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-6xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-6xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-6xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-6xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-6xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-6xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-6xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-6xl-0 {
		margin-top: 0 !important;
	}
	.mt-6xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-6xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-6xl-3 {
		margin-top: 1rem !important;
	}
	.mt-6xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-6xl-5 {
		margin-top: 3rem !important;
	}
	.mt-6xl-auto {
		margin-top: auto !important;
	}
	.me-6xl-0 {
		margin-right: 0 !important;
	}
	.me-6xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-6xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-6xl-3 {
		margin-right: 1rem !important;
	}
	.me-6xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-6xl-5 {
		margin-right: 3rem !important;
	}
	.me-6xl-auto {
		margin-right: auto !important;
	}
	.mb-6xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-6xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-6xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-6xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-6xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-6xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-6xl-auto {
		margin-bottom: auto !important;
	}
	.ms-6xl-0 {
		margin-left: 0 !important;
	}
	.ms-6xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-6xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-6xl-3 {
		margin-left: 1rem !important;
	}
	.ms-6xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-6xl-5 {
		margin-left: 3rem !important;
	}
	.ms-6xl-auto {
		margin-left: auto !important;
	}
	.p-6xl-0 {
		padding: 0 !important;
	}
	.p-6xl-1 {
		padding: 0.25rem !important;
	}
	.p-6xl-2 {
		padding: 0.5rem !important;
	}
	.p-6xl-3 {
		padding: 1rem !important;
	}
	.p-6xl-4 {
		padding: 1.5rem !important;
	}
	.p-6xl-5 {
		padding: 3rem !important;
	}
	.px-6xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-6xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-6xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-6xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-6xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-6xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-6xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-6xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-6xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-6xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-6xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-6xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-6xl-0 {
		padding-top: 0 !important;
	}
	.pt-6xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-6xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-6xl-3 {
		padding-top: 1rem !important;
	}
	.pt-6xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-6xl-5 {
		padding-top: 3rem !important;
	}
	.pe-6xl-0 {
		padding-right: 0 !important;
	}
	.pe-6xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-6xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-6xl-3 {
		padding-right: 1rem !important;
	}
	.pe-6xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-6xl-5 {
		padding-right: 3rem !important;
	}
	.pb-6xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-6xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-6xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-6xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-6xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-6xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-6xl-0 {
		padding-left: 0 !important;
	}
	.ps-6xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-6xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-6xl-3 {
		padding-left: 1rem !important;
	}
	.ps-6xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-6xl-5 {
		padding-left: 3rem !important;
	}
	.gap-6xl-0 {
		gap: 0 !important;
	}
	.gap-6xl-1 {
		gap: 0.25rem !important;
	}
	.gap-6xl-2 {
		gap: 0.5rem !important;
	}
	.gap-6xl-3 {
		gap: 1rem !important;
	}
	.gap-6xl-4 {
		gap: 1.5rem !important;
	}
	.gap-6xl-5 {
		gap: 3rem !important;
	}
	.row-gap-6xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-6xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-6xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-6xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-6xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-6xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-6xl-0 {
		-moz-column-gap: 0 !important;
		     column-gap: 0 !important;
	}
	.column-gap-6xl-1 {
		-moz-column-gap: 0.25rem !important;
		     column-gap: 0.25rem !important;
	}
	.column-gap-6xl-2 {
		-moz-column-gap: 0.5rem !important;
		     column-gap: 0.5rem !important;
	}
	.column-gap-6xl-3 {
		-moz-column-gap: 1rem !important;
		     column-gap: 1rem !important;
	}
	.column-gap-6xl-4 {
		-moz-column-gap: 1.5rem !important;
		     column-gap: 1.5rem !important;
	}
	.column-gap-6xl-5 {
		-moz-column-gap: 3rem !important;
		     column-gap: 3rem !important;
	}
	.text-6xl-start {
		text-align: left !important;
	}
	.text-6xl-end {
		text-align: right !important;
	}
	.text-6xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.fs-1 {
		font-size: 5rem !important;
	}
	.fs-2 {
		font-size: 4rem !important;
	}
	.fs-3 {
		font-size: 3.5rem !important;
	}
	.fs-4 {
		font-size: 3rem !important;
	}
	.fs-5 {
		font-size: 2.5rem !important;
	}
	.fs-6 {
		font-size: 2rem !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;
	}
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	backface-visibility: hidden;
	overflow: hidden;
}

.swiper-creative .swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
	--swiper-scrollbar-border-radius: 10px;
	--swiper-scrollbar-top: auto;
	--swiper-scrollbar-bottom: 4px;
	--swiper-scrollbar-left: auto;
	--swiper-scrollbar-right: 4px;
	--swiper-scrollbar-sides-offset: 1%;
	--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
	--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
	--swiper-scrollbar-size: 4px;
	*/
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	max-width: 100%; /* Not required for horizontal scroll to trigger */
	max-height: 100%; /* Needed for vertical scroll to trigger */
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.simplebar-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
	width: 200%;
	height: 200%;
	margin: 10px 0;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

:root {
	--container-padding-x: 3rem;
	--grid-gutter-x: 3rem;
	--border-radius-base: 2rem;
	--section-padding-y: 5rem;
	--body-color: #292753;
	--body-bg: #fff;
}
@media (max-width: 991.98px) {
	:root {
		--grid-gutter-x: 3rem;
		--border-radius-base: 2rem;
		--section-padding-y: 5rem;
	}
}
@media (max-width: 767.98px) {
	:root {
		--section-padding-y: 5rem;
	}
}
@media (max-width: 401.98px) {
	:root {
		--container-padding-x: 2rem;
	}
}

html {
	font-size: 10px;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
	html {
		font-size: 9px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	html {
		font-size: 8px;
	}
}
@media (max-width: 401.98px) {
	html {
		font-size: 9px;
	}
}
html.theme-light {
	--body-bg: #f3e8df;
}
html.theme-ligth-blue {
	--body-bg: #d1ebff;
}
html.theme-green {
	--body-bg: #c2d5a6;
}

html,
body {
	overscroll-behavior: none;
}

body {
	margin: 0;
	min-width: 320px;
	background: var(--body-bg);
	color: var(--body-color);
	font: 500 2rem/1.3 "Lato", sans-serif;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.3s ease;
	transition-property: background, color;
	transition-duration: 0.5s;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: underline;
}

button,
input[type=search],
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: none;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}
img.lazyload {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}
img.lazyloaded {
	opacity: 1;
	visibility: visible;
}

.wrapper {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: clip;
	transition: opacity 0.5s ease;
	opacity: 0;
}
.page-loaded .wrapper {
	opacity: 1;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-2xl,
.container-3xl {
	--bs-gutter-x: 6rem;
}
@media (max-width: 401.98px) {
	.container,
	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-2xl,
	.container-3xl {
		--bs-gutter-x: 4rem;
	}
}

h1,
.h1,
h2,
.h2 {
	margin: 0 0 3rem;
	font-size: 6rem;
	line-height: 1.1;
}
@media (max-width: 1365.98px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 5.5rem;
	}
}
@media (max-width: 991.98px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 4rem;
		line-height: 1.25;
	}
}

h3,
.h3 {
	margin: 0 0 3rem;
	font-size: 4rem;
	line-height: 1.15;
}
@media (max-width: 991.98px) {
	h3,
	.h3 {
		font-size: 3rem;
		line-height: 1.33334;
	}
}

h4,
.h4 {
	margin: 0 0 3rem;
	font-size: 2.8rem;
	line-height: 1.28572;
}
@media (max-width: 991.98px) {
	h4,
	.h4 {
		font-size: 2rem;
		line-height: 2.6rem;
	}
}

.lead {
	font-size: 2.8rem;
	line-height: 1.28572;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
@media (max-width: 991.98px) {
	.lead {
		font-size: 2rem;
		line-height: 1.3;
	}
}
@media (max-width: 439.98px) {
	.lead {
		font-size: 1.6rem;
		line-height: 1.625;
	}
}

p {
	margin: 0 0 2.6rem;
}

@media (min-width: 1440px) {
	.row-3xl-60 {
		--bs-gutter-x: 6rem;
	}
}

@media (max-width: 1439.98px) {
	.row-gutter-x-2xl-down-20 {
		--bs-gutter-x: 2rem;
	}
}

.row-gutter-y-20 {
	row-gap: 2rem;
}

.row-gutter-y-50 {
	row-gap: 5rem;
}

.row-gutter-y {
	row-gap: 5rem;
}
@media (max-width: 991.98px) {
	.row-gutter-y {
		row-gap: 3rem;
	}
}

@media (min-width: 1440px) {
	.row-gutter-y-3xl-up-32 {
		row-gap: 3.2rem;
	}
}

@media (min-width: 1440px) {
	.row-gutter-y-3xl-up-30 {
		row-gap: 3rem;
	}
}

@media (min-width: 992px) {
	.row-gutter-y-lg-up-30 {
		row-gap: 3rem;
	}
}

@media (min-width: 992px) and (max-width: 1439.98px) {
	.row-gutter-y-lg-3xl-between-20 {
		row-gap: 2rem;
	}
}

@media (min-width: 992px) and (max-width: 1439.98px) {
	.row-gutter-y-lg-3xl-between-10 {
		row-gap: 1rem;
	}
}

@media (max-width: 991.98px) {
	.row-gutter-y-md-down-20 {
		row-gap: 2rem;
	}
}

@media (max-width: 991.98px) {
	.row-gutter-y-md-down-30 {
		row-gap: 3rem;
	}
}

@media (max-width: 991.98px) {
	.row-gutter-y-md-down-60 {
		row-gap: 6rem;
	}
}

.column-gap-30 {
	-moz-column-gap: 3rem;
	     column-gap: 3rem;
}

.column-gap-20 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}

.mix-blend-mode-multiply {
	mix-blend-mode: multiply !important;
}

.bg-orange {
	background-color: #f5bf9e !important;
}

.bg-green {
	background-color: #c2d5a6 !important;
}

/* bg-section */
.bg-section {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	margin: 0;
}
.bg-section img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* image-holder */
.image-holder {
	position: relative;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0;
}
.image-holder img {
	display: block;
}
.image-holder .icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 59.17%;
	margin: 0 0 -7.99% -27.17%;
}
@media (min-width: 992px) {
	.image-holder .img-mask img {
		position: relative;
		transform-origin: 50% 100%;
		transform: scale(1.1);
	}
}
@media (max-width: 991.98px) {
	.image-holder .icon {
		width: 36.42%;
		margin: 0 0 -3.98% -6.63%;
	}
}

/* img-mask */
.img-mask {
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
}

.mask-3-blocks {
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks.svg);
}

.mask-3-blocks-diagonal {
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks-diagonal.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks-diagonal.svg);
}

/* image-shape */
.image-shape {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	margin: 0;
}
.image-shape .image-shape-holder {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.image-shape img,
.image-shape svg {
	display: block;
	max-width: 100%;
	height: auto;
}

/* badge */
.badge {
	padding: 1rem 2rem;
	border-radius: 1rem;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	color: #292753;
}
@media (max-width: 1439.98px) {
	.badge {
		padding: 1.1rem 2rem;
		font-size: 1.4rem;
		line-height: 1.71429;
	}
}
@media (max-width: 991.98px) {
	.badge {
		padding: 1.1rem 2rem;
	}
}

.badge-success {
	background-color: #e8f2d6;
}

.badge-secondary {
	background-color: #e0d2e4;
}

.badge-info {
	background-color: #94bfe5;
}

.badge-dark-green {
	background-color: #c2d5a6;
}

.badge-orange {
	background-color: #f5bf9e;
}

.badge-purple {
	background-color: #cab1d1;
}

.badge-ligth-blue {
	background-color: #d1ebff;
}

/* blockquote */
.blockquote {
	margin: 3rem 0;
}
.blockquote q {
	display: block;
	font-size: 4rem;
	line-height: 1.15;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.blockquote q::before, .blockquote q::after {
	display: none;
}
@media (max-width: 991.98px) {
	.blockquote q {
		font-size: 3rem;
		line-height: 1.33334;
	}
}

/* social-box */
.social-box {
	display: flex;
	flex-direction: column;
	row-gap: 2.3rem;
	font-family: "NaN Hyena Sunset", sans-serif;
}
@media (max-width: 991.98px) {
	.social-box {
		position: fixed;
		z-index: 50;
		inset-inline: 0;
		inset-block-end: 0;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
		margin: 3rem 0 0;
		padding: 1rem 3rem;
		padding-inline: calc(var(--bs-gutter-x) * 0.5);
		background: rgba(255, 255, 255, 0.1);
		box-shadow: 0.4rem 0 4.4rem 1rem rgba(0, 0, 0, 0.05);
		backdrop-filter: blur(0.7rem);
		font-size: 1.4rem;
		line-height: 1.71429;
	}
	.social-box .social li a {
		width: 5rem;
	}
	.social-box .social li i {
		font-size: 1.8rem;
	}
}

/* social */
.social {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.6rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #292753;
	color: #fff;
}
.social li a:hover, .social li a:focus {
	text-decoration: none;
	background-color: rgb(75.2786885246, 71.606557377, 152.393442623);
}
.social li i {
	font-size: 2.4rem;
}

/* swiper-scrollbar */
.swiper-scrollbar {
	--swiper-scrollbar-size: 0.6rem;
	--swiper-scrollbar-sides-offset: 0;
	--swiper-scrollbar-border-radius: 0.6rem;
	--swiper-scrollbar-bg-color: #d9d9d9;
	--swiper-scrollbar-drag-bg-color: #292753;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: static;
}

/* headline */
.headline {
	align-items: center;
	row-gap: 3rem;
	padding: 0 0 5.6rem;
}
.headline h2, .headline .h2 {
	margin: 0;
	font-size: 4rem;
	line-height: 1.15;
}
@media (max-width: 1439.98px) {
	.headline {
		padding: 0 0 5rem;
	}
}
@media (max-width: 991.98px) {
	.headline h2, .headline .h2 {
		line-height: 1.25;
	}
}

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
	padding: 1.8rem 2.8rem;
	border-width: 2px;
	border-radius: 10rem;
	white-space: normal;
	font-family: "NaN Hyena Sunset", sans-serif;
	font-size: 2.8rem;
	line-height: 1.28572;
	font-weight: 500;
	position: relative;
	transition: all 0.3s ease;
	transition-timing-function: ease-in-out;
}
.btn:hover, .btn:focus {
	text-decoration: none;
	transform: scale(1.1);
}
@media (max-width: 991.98px) {
	.btn {
		padding: 2.3rem 2.8rem;
		font-size: 2rem;
		line-height: 1.3;
	}
}
.btn .fa {
	margin-left: 5px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.7rem 1.9rem;
	border-width: 1px;
	font-size: 1.4rem;
	line-height: 1.71429;
}
.btn-sm.btn-with-arrow::after, .btn-group-sm > .btn-with-arrow.btn::after {
	width: 1.6rem;
}
.btn-sm.btn-with-arrow-back::before, .btn-group-sm > .btn-with-arrow-back.btn::before {
	width: 1.6rem;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #292753;
	--bs-btn-border-color: #292753;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #292753;
	--bs-btn-hover-border-color: #292753;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(75.2786885246, 71.606557377, 152.393442623);
	--bs-btn-active-border-color: rgb(75.2786885246, 71.606557377, 152.393442623);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #292753;
	--bs-btn-disabled-border-color: #292753;
}
.btn-light {
	--bs-btn-color: #292753;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-color: #292753;
	--bs-btn-hover-bg: #cccccc;
	--bs-btn-hover-border-color: #cccccc;
	--bs-btn-active-color: #292753;
	--bs-btn-active-bg: #cccccc;
	--bs-btn-active-border-color: #cccccc;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #292753;
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: #fff;
}
.btn-with-arrow::after {
	flex-shrink: 0;
	display: inline-block;
	width: 3rem;
	aspect-ratio: 1/1;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	background-color: currentColor;
	content: "";
}
@media (max-width: 991.98px) {
	.btn-with-arrow::after {
		margin-block: -0.2rem;
	}
}
.btn-with-arrow-back::before {
	flex-shrink: 0;
	display: inline-block;
	width: 3rem;
	aspect-ratio: 1/1;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	background-color: currentColor;
	content: "";
	transform: scaleX(-1);
}
.btn-read-more {
	align-items: center;
	justify-content: center;
	width: 4.6rem;
	aspect-ratio: 1/1;
	padding: 0;
	border-radius: 50%;
	transition: all 0.3s;
}
.btn-read-more::after {
	display: block;
	width: 3rem;
	aspect-ratio: 1/1;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	background-color: currentColor;
	transform: rotate(-45deg);
	content: "";
}
.btn-lg, .btn-group-lg > .btn {
	--bs-btn-font-size: 5rem;
	--bs-btn-line-height: 1.08;
	--bs-btn-padding-y: 2.3rem;
	--bs-btn-padding-x: 4rem;
	font-size: var(--bs-btn-font-size);
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}
@media (max-width: 1439.98px) {
	.btn-lg, .btn-group-lg > .btn {
		--bs-btn-line-height: 1.1;
		--bs-btn-padding-y: 2rem;
	}
}
@media (max-width: 991.98px) {
	.btn-lg, .btn-group-lg > .btn {
		--bs-btn-font-size: 2rem;
		--bs-btn-line-height: 1.3;
		--bs-btn-padding-y: 2.3rem;
		--bs-btn-padding-x: 3rem;
	}
}
.btn input {
	position: absolute;
	z-index: 12;
	inset: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: none;
	opacity: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#header {
	position: fixed;
	z-index: 100;
	inset-block-start: 0;
	inset-inline: 0;
	width: 100%;
	transition: all 0.3s ease;
	opacity: 0;
}
.page-loaded #header {
	opacity: 1;
}
#header .container-fluid, #header .container-sm, #header .container-md, #header .container-lg, #header .container-xl, #header .container-2xl, #header .container-3xl {
	padding-block: 2rem 3rem;
}
#header .logo {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 14.4rem;
}
#header .logo img,
#header .logo svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
#header .logo svg path {
	fill: currentColor;
}
#header .btn {
	font-size: 1.65rem;
	line-height: 1;
}
#header.header-white {
	color: #fff;
}
#header.header-white .btn-primary {
	--bs-btn-color: #282753;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: var(--bs-btn-bg);
}
@media (max-width: 991.98px) {
	#header {
		background-color: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(1rem);
	}
	html:not(.scrolled) .home #header {
		background-color: transparent;
	}
}

#main {
	flex-grow: 1;
	position: relative;
	z-index: 5;
}
#main.main-over-bg {
	position: relative;
	z-index: 5;
}
#main.main-header-padding {
	padding-top: var(--header-height, 0);
}

#footer {
	width: 100%;
	margin-top: auto;
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding-top: 10rem;
	text-align: center;
	color: #292753;
	font-size: 1.6rem;
	line-height: 1.5;
}
#footer .container {
	position: relative;
	z-index: 5;
}
#footer .footer-btn-contact-row {
	padding-block: 3rem 5rem;
}
#footer .footer-nav {
	font-size: 5rem;
	line-height: 1.12;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	margin-bottom: 2rem;
}
#footer .footer-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
}
#footer .footer-nav > ul > li {
	width: 100%;
}
#footer .footer-nav > ul > li > a {
	text-decoration: none;
	color: inherit;
}
#footer .footer-nav > ul > li > a:hover {
	text-decoration: none;
	color: rgb(75.2786885246, 71.606557377, 152.393442623);
}
#footer .footer-contacts-section {
	padding-block: 3rem 10rem;
}
#footer .footer-contacts-section .social {
	justify-content: center;
	margin-bottom: 2rem;
}
#footer .footer-contacts-section .social > li i {
	font-size: 2.4rem;
}
#footer .footer-contacts-section .social > li i.fa-youtube {
	font-size: 3.4rem;
}
#footer .footer-contacts-section .footer-copyright {
	display: block;
}
#footer .footer-contacts-section address {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
#footer .footer-contacts-section .footer-link {
	font-size: 2.8rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	text-decoration: underline;
	color: inherit;
}
#footer .footer-contacts-section .footer-link:hover {
	text-decoration: none;
	color: inherit;
}
#footer .footer-contacts-section .footer-link-row {
	padding-top: 2rem;
}
#footer .footer-contacts-section .footer-contacts-group {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-contacts-section .footer-contacts-group a {
	text-decoration: none;
	color: inherit;
}
#footer .footer-contacts-section .footer-contacts-group a:hover {
	text-decoration: none;
	color: white;
}
#footer .footer-logos-section {
	padding-block: var(--container-padding-x);
}
#footer .footer-logos-section .footer-logo-card {
	background-color: #fff;
	border-radius: var(--border-radius-base);
	padding: 3rem;
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 3rem;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-heading {
	width: 100%;
	text-align: start;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-heading h4, #footer .footer-logos-section .footer-logo-card .footer-logo-card-heading .h4 {
	color: inherit;
	font-size: 2.8rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	margin-bottom: 0;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-body {
	width: 100%;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-body .footer-logo-card-logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2.4rem 6rem;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-body .footer-logo-card-logos > li {
	flex-shrink: 0;
	display: flex;
	max-width: 100%;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-body .footer-logo-card-logos > li figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}
#footer .footer-logos-section .footer-logo-card .footer-logo-card-body .footer-logo-card-logos > li figure img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
#footer .footer-bottom {
	padding-block: 7rem 3.3rem;
}
#footer .footer-bottom .footer-bottom-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-bottom .footer-bottom-links > li {
	display: inline;
}
#footer .footer-bottom .footer-bottom-links > li::after {
	content: "|";
	padding-inline: 0.9rem 0.5rem;
}
#footer .footer-bottom .footer-bottom-links > li:last-child::after {
	display: none;
}
#footer .footer-bottom .footer-bottom-links > li > a {
	color: inherit;
	text-decoration: none;
}
#footer .footer-bottom .footer-bottom-links > li > a:hover {
	color: inherit;
	text-decoration: underline;
}
#footer .footer-bottom p {
	margin-bottom: 0;
}
#footer .bg-section {
	z-index: 1;
}
.home #footer .bg-section {
	display: none;
}
@media (min-width: 992px) {
	#footer .footer-logos-section .footer-logo-card.footer-logo-card-h {
		flex-direction: row;
		align-items: center;
		-moz-column-gap: var(--grid-gutter-x);
		     column-gap: var(--grid-gutter-x);
		min-height: 18.3rem;
	}
	#footer .footer-logos-section .footer-logo-card.footer-logo-card-h .footer-logo-card-heading {
		width: 25%;
		flex-shrink: 0;
	}
	#footer .footer-logos-section .footer-logo-card.footer-logo-card-h .footer-logo-card-body {
		width: auto;
		flex-grow: 1;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
	}
	#footer .footer-logos-section .footer-logo-card.footer-logo-card-h .footer-logo-card-body .footer-logo-card-logos {
		-moz-column-gap: 4.2rem;
		     column-gap: 4.2rem;
	}
}
@media (min-width: 1440px) {
	#footer .footer-logos-section .footer-logo-card.footer-logo-card-h .footer-logo-card-body {
		padding-inline-end: 3rem;
	}
}
@media (max-width: 1439.98px) {
	#footer {
		line-height: 1.25;
	}
	#footer .footer-contacts-section {
		padding-block: 2rem 5.2rem;
	}
	#footer .footer-contacts-section .social {
		margin-bottom: 3.2rem;
	}
	#footer .footer-contacts-section .footer-link-row {
		padding-top: 3rem;
	}
}
@media (max-height: 1000px) and (min-width: 992px) {
	#footer .footer-btn-contact-row .btn.btn-lg, #footer .footer-btn-contact-row .btn-group-lg > .btn {
		--bs-btn-font-size: 4.5rem;
	}
	#footer .footer-nav {
		font-size: 4.5rem;
	}
	#footer .footer-contacts-section {
		padding-top: 2rem;
	}
}
@media (max-width: 991.98px) {
	#footer {
		padding-block: 5rem 2.8rem;
		line-height: 1.375;
	}
	#footer .footer-btn-contact-row {
		padding-block: 0 1rem;
	}
	#footer .footer-btn-contact-row .btn {
		width: 100%;
	}
	#footer .footer-nav {
		font-size: 2rem;
		line-height: 1.3;
	}
	#footer .footer-nav > ul {
		row-gap: 1rem;
	}
	#footer .footer-nav > ul > li {
		padding-block: 2.5rem;
	}
	#footer .footer-contacts-section {
		padding-block: 3rem;
	}
	#footer .footer-contacts-section .footer-link-row {
		padding-top: 2.5rem;
	}
	#footer .footer-logos-section {
		padding-top: 1rem;
	}
	#footer .footer-logos-section .footer-logo-card {
		padding: 2rem;
	}
	#footer .footer-logos-section .footer-logo-card .footer-logo-card-heading {
		text-align: center;
	}
	#footer .footer-logos-section .footer-logo-card .footer-logo-card-heading h4, #footer .footer-logos-section .footer-logo-card .footer-logo-card-heading .h4 {
		font-size: 3rem;
		line-height: 1.333;
	}
	#footer .footer-logos-section .footer-logo-card .footer-logo-card-body .footer-logo-card-logos {
		row-gap: 2rem;
	}
	#footer .footer-logos-section .footer-logo-card .footer-logo-card-body .footer-logo-card-logos > li figure img {
		max-width: 80%;
	}
	#footer .footer-bottom {
		padding-block: 2rem;
	}
}

/* visual-intro */
.visual-intro {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 100dvh;
	margin: 0;
	background-color: #292753;
	color: #fff;
}
.visual-intro .img {
	position: absolute;
	inset: 0;
}
.visual-intro .img::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	content: "";
}
.visual-intro .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.visual-intro figcaption {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	font-family: "NaN Hyena Sunset", sans-serif;
	font-size: 2.8rem;
	line-height: 1.28572;
	text-align: center;
}
.visual-intro figcaption .container {
	flex-grow: 1;
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	row-gap: 3rem;
	padding-block: 3rem;
}
.visual-intro figcaption header {
	grid-row: 2/span 1;
}
.visual-intro figcaption h1, .visual-intro figcaption .h1 {
	margin: 0;
}
.visual-intro figcaption footer {
	grid-row: 3/span 1;
	align-self: end;
}
.visual-intro figcaption p {
	margin: 0;
}
@media (max-width: 991.98px) {
	.visual-intro figcaption {
		font-size: 2rem;
		line-height: 1.3;
	}
	.visual-intro figcaption .container {
		padding-block: 2rem;
	}
}

/* stage-section */
.stage-section {
	position: relative;
	z-index: 0;
	padding-block: 12rem 10rem;
}
.stage-section header {
	margin-bottom: 5rem;
}
.stage-section header h2:last-child, .stage-section header .h2:last-child {
	margin-bottom: 0;
}
@media (max-width: 1439.98px) {
	.stage-section {
		padding-block: 14rem 10.8rem;
	}
}
@media (max-width: 991.98px) {
	.stage-section {
		padding-block: 15.2rem 5rem;
	}
	.stage-section header {
		text-align: center;
	}
}

/* stage-boxes */
.stage-boxes {
	row-gap: 2rem;
}
.stage-boxes > [class*=col]:nth-child(2) {
	padding-top: 8.6rem;
}
.stage-boxes > [class*=col]:nth-child(3) {
	padding-top: 26rem;
}
@media (max-width: 1439.98px) {
	.stage-boxes > [class*=col]:nth-child(2) {
		padding-top: 14.5rem;
	}
	.stage-boxes > [class*=col]:nth-child(3) {
		padding-top: 28.9rem;
	}
}
@media (max-width: 991.98px) {
	.stage-boxes > [class*=col]:nth-child(n) {
		padding-top: 0;
	}
}

/* stage-box */
.stage-box {
	display: flex;
	flex-direction: column;
	row-gap: 3.2rem;
	padding: 3rem;
	border-radius: 2rem;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.375;
}
.stage-box h3, .stage-box .h3 {
	display: flex;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.28572;
}
.stage-box h3 span, .stage-box .h3 span {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	padding: 0.4rem;
	border-radius: 50%;
	background-color: #292753;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	line-height: 1.375;
	font-weight: 400;
	text-align: center;
}
.stage-box ul {
	display: flex;
	flex-direction: column;
	row-gap: 3.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.stage-box h4, .stage-box .h4 {
	margin-bottom: 1.8rem;
	font-size: 5rem;
	line-height: 1.12;
}
.stage-box h4 a, .stage-box .h4 a {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
	vertical-align: top;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.3rem;
	text-underline-offset: 0.12em;
	transition: all 0.15s;
}
.stage-box h4 a:hover, .stage-box .h4 a:hover, .stage-box h4 a:focus, .stage-box .h4 a:focus {
	text-decoration-color: currentColor;
	margin-inline-start: 2rem;
}
.stage-box h4 a:hover::after, .stage-box .h4 a:hover::after, .stage-box h4 a:focus::after, .stage-box .h4 a:focus::after {
	opacity: 1;
}
.stage-box h4 a::after, .stage-box .h4 a::after {
	flex-shrink: 0;
	display: block;
	width: 3rem;
	height: 3rem;
	background: url(https://zymvol.com/wp-content/themes/zymvol/images/arrow-blue-01.svg) no-repeat;
	opacity: 0;
	content: "";
	transition: all 0.15s;
}
.stage-box p {
	margin: 0;
}
@media (max-width: 1439.98px) {
	.stage-box h4, .stage-box .h4 {
		line-height: 5rem;
	}
}
@media (max-width: 1365.98px) {
	.stage-box h4, .stage-box .h4 {
		font-size: 4.2rem;
	}
}
@media (max-width: 991.98px) {
	.stage-box {
		row-gap: 3rem;
		padding: 2rem;
		box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.06);
	}
	.stage-box h3, .stage-box .h3 {
		font-size: 2rem;
		line-height: 1.3;
	}
	.stage-box h4, .stage-box .h4 {
		margin: 0 0 1rem;
		font-size: 3rem;
		line-height: 1.33334;
	}
	.stage-box h4 a, .stage-box .h4 a {
		width: 100%;
	}
	.stage-box h4 a::after, .stage-box .h4 a::after {
		margin-left: auto;
		opacity: 1;
	}
	.stage-box ul {
		row-gap: 3rem;
	}
}

/* lab-test-section */
.lab-test-section {
	position: relative;
	z-index: 0;
	overflow: clip;
	padding: 12rem 0 5rem;
}
.lab-test-section .row {
	row-gap: 3rem;
}
.lab-test-section .row > [class*=col] {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.lab-test-section header {
	margin: 0 -4.5rem 0 0;
}
.lab-test-section h2, .lab-test-section .h2 {
	margin: 0 0 4rem;
}
.lab-test-section p:last-child {
	margin: 0;
}
.lab-test-section footer {
	margin-top: auto;
}
.lab-test-section .image-holder {
	margin: 3.7rem 0 3.6rem;
}
.lab-test-section .image-shape {
	top: -12.9rem;
	right: -2.2rem;
	width: 51.9rem;
}
@media (max-width: 1439.98px) {
	.lab-test-section {
		padding: 14rem 0 6.4rem;
	}
	.lab-test-section header {
		margin: 0;
	}
	.lab-test-section h2, .lab-test-section .h2 {
		margin: 0 0 3rem;
	}
	.lab-test-section .image-holder {
		margin: 4.2rem 0 4.4rem -3rem;
	}
	.lab-test-section footer p {
		margin: 0 0 4.6rem;
	}
	.lab-test-section .image-shape {
		right: -9.5rem;
	}
}
@media (max-width: 991.98px) {
	.lab-test-section {
		padding: 14rem 0 5rem;
	}
	.lab-test-section .image-holder {
		width: 88.5%;
		margin: 0 auto;
	}
	.lab-test-section .image-shape {
		right: -32rem;
	}
	.lab-test-section footer {
		padding: 0 2rem 0 0;
	}
	.lab-test-section footer p {
		margin: 0 0 2.6rem;
	}
}
.lab-test-section.v2 header {
	margin-block: auto 0;
	padding-top: 2.6rem;
}
.lab-test-section.v2 h2, .lab-test-section.v2 .h2 {
	margin-bottom: 3rem;
}
.lab-test-section.v2 footer {
	margin-block: 0 auto;
	max-width: 36.5rem;
}
.lab-test-section.v2 footer p a {
	color: inherit;
	text-decoration: underline;
}
.lab-test-section.v2 footer p a:hover {
	color: inherit;
	text-decoration: none;
}
.lab-test-section.v2 .image-holder {
	margin-block: 5rem 4rem;
}
.lab-test-section.v2 .image-shape {
	inset-block-start: 0;
	inset-inline-end: 0;
	width: 49.8rem;
}
.lab-test-section.v3 {
	padding-block: 8.6rem;
}
.lab-test-section.v3 header {
	padding-top: 3.1rem;
	margin-block: auto 0;
	max-width: 55rem;
}
.lab-test-section.v3 header h2, .lab-test-section.v3 header .h2 {
	margin-bottom: 3rem;
}
.lab-test-section.v3 header p {
	max-width: 44.2rem;
}
.lab-test-section.v3 .lab-test-section-btn-row {
	margin-block: 0 auto;
}
.lab-test-section.v3 .image-holder {
	max-width: 43.8rem;
	margin: 0 auto 9.4rem;
}
.lab-test-section.v3 .image-holder .icon {
	margin-bottom: -21.99%;
	margin-inline-start: -37.17%;
}
.lab-test-section.v3 .image-shape {
	inset-block-start: 0;
	inset-inline-end: 0;
	width: 49.8rem;
}
@media (max-width: 991.98px) {
	.lab-test-section.v2 header {
		margin-top: 0;
		padding-top: 3rem;
	}
	.lab-test-section.v2 footer {
		margin-bottom: 0;
		max-width: 100%;
		padding-inline-end: 0;
	}
	.lab-test-section.v2 .image-holder {
		margin-block: 0;
	}
	.lab-test-section.v2 .image-shape {
		width: 20.1rem;
	}
	.lab-test-section.v3 {
		padding-block: 12rem 7rem;
	}
	.lab-test-section.v3 header {
		padding-top: 0;
		margin-top: 0;
		max-width: 100%;
	}
	.lab-test-section.v3 header p {
		max-width: 100%;
	}
	.lab-test-section.v3 .lab-test-section-btn-row {
		margin-bottom: 0;
	}
	.lab-test-section.v3 .lab-test-section-btn-row .btn {
		padding-inline: 2rem;
	}
	.lab-test-section.v3 .image-holder {
		max-width: 30.2rem;
		margin-bottom: 0.9rem;
	}
	.lab-test-section.v3 .image-holder .icon {
		margin-bottom: 4%;
		margin-inline-start: -7%;
	}
	.lab-test-section.v3 .image-shape {
		width: 20.1rem;
	}
}

/* enzyme-families-section */
.enzyme-families-section {
	position: relative;
	z-index: 0;
	overflow: clip;
	padding-block: 7rem;
}
.enzyme-families-section .row {
	row-gap: 5rem;
}
.enzyme-families-section h3, .enzyme-families-section .h3 {
	margin-bottom: 4rem;
}
.enzyme-families-section .list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.enzyme-families-section .list > li {
	flex-shrink: 0;
	display: flex;
}
.enzyme-families-section .list > li > span {
	flex-shrink: 0;
	font-size: 2.8rem;
	line-height: 1.143;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	color: #292753;
	border: 0.2rem solid currentColor;
	border-radius: 999.9rem;
	padding: 0.8rem 2rem;
}
.enzyme-families-section .list .btn {
	padding: 0.6rem 1.8rem;
}
.enzyme-families-section .image-shape {
	top: -12.9rem;
	right: -32rem;
	width: 51.9rem;
}
@media (max-width: 1439.98px) {
	.enzyme-families-section {
		min-height: 100dvh;
		padding: 19rem 0;
	}
	.enzyme-families-section h3, .enzyme-families-section .h3 {
		margin: 0 0 3rem;
		font-size: 2.8rem;
		line-height: 1.28572;
	}
	.enzyme-families-section .list {
		gap: 1rem;
	}
}
@media (max-width: 991.98px) {
	.enzyme-families-section {
		padding-block: 14rem 5rem;
	}
	.enzyme-families-section h3, .enzyme-families-section .h3 {
		font-size: 2rem;
		line-height: 1.3;
	}
	.enzyme-families-section .list > li > span {
		font-size: 1.4rem;
		line-height: 1.286;
	}
	.enzyme-families-section .list .btn {
		font-size: 1.4rem;
		line-height: 1.71429;
	}
}

/* solutions-section */
.solutions-section {
	position: relative;
	z-index: 0;
}
.solutions-section .wrap {
	position: relative;
	z-index: 0;
	overflow: clip;
	padding: 7.5rem 0;
	border-radius: 2rem 2rem 0 0;
	background-color: #282753;
	color: #fff;
}
.solutions-section .row {
	row-gap: 3rem;
}
.solutions-section .holder {
	padding: 0 0 2.6rem;
}
.solutions-section h4, .solutions-section .h4 {
	display: block;
}
.solutions-section h2, .solutions-section .h2 {
	margin: 0 0 4rem;
}
.solutions-section p:last-child {
	margin: 0;
}
.solutions-section .text {
	padding: 0 1.7rem 0 2.7rem;
}
.solutions-section .image-holder {
	margin: 0 auto;
}
.solutions-section .image-shape {
	top: -12.8rem;
	right: -9.9rem;
	width: 51.9rem;
}
.solutions-section .image-shape svg path {
	stroke: #c2d5a6;
}
.solutions-section.type2 .wrap {
	padding: 4.1rem 0;
	background-color: #c2d5a6;
	color: #292753;
}
.solutions-section.type2 .image-shape svg path {
	stroke: #292753;
}
.solutions-section.type2 .holder {
	padding: 0;
}
@media (max-width: 1439.98px) {
	.solutions-section .wrap {
		padding: 10rem 0;
	}
	.solutions-section .holder {
		padding: 0 0 4rem;
	}
	.solutions-section h4, .solutions-section .h4 {
		margin: 0 0 2rem;
	}
	.solutions-section h2, .solutions-section .h2 {
		margin: 0 0 3rem;
	}
	.solutions-section .text {
		padding: 0 0 0 3.6rem;
	}
	.solutions-section.type2 .wrap {
		padding: 10rem 0;
	}
}
@media (max-width: 991.98px) {
	.solutions-section .wrap {
		padding: 11.8rem 0 6.8rem;
	}
	.solutions-section .image-holder {
		width: 88.5%;
	}
	.solutions-section .text {
		margin: 0 0 3rem;
		padding: 0;
	}
	.solutions-section .btn {
		width: 100%;
	}
	.solutions-section .image-shape {
		right: -32rem;
	}
	.solutions-section.type2 {
		background-color: #f3e8df;
	}
	.solutions-section.type2 .wrap {
		padding: 5.5rem 0 5rem;
	}
	.solutions-section.type2 .bg-section {
		display: none;
	}
}

/* stories-section */
.stories-section {
	position: relative;
	z-index: 0;
	overflow: clip;
	padding: 12rem 0 10rem;
	background-color: #f3e8df;
}
.stories-section .container > .row {
	row-gap: 5rem;
}
.stories-section .image-shape {
	top: -12.8rem;
	right: -9.9rem;
	width: 51.9rem;
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
	.stories-section .container > .row .col {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-0,
	.stories-section .container > .row .gx-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-0,
	.stories-section .container > .row .gy-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-1,
	.stories-section .container > .row .gx-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-1,
	.stories-section .container > .row .gy-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-2,
	.stories-section .container > .row .gx-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-2,
	.stories-section .container > .row .gy-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-3,
	.stories-section .container > .row .gx-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-3,
	.stories-section .container > .row .gy-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-4,
	.stories-section .container > .row .gx-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-4,
	.stories-section .container > .row .gy-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-5,
	.stories-section .container > .row .gx-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-5,
	.stories-section .container > .row .gy-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 402px) {
	.stories-section .container > .row .col-sm {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-sm-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-sm-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-sm-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-sm-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-sm-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-sm-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-sm-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-sm-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-sm-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-sm-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-sm-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-sm-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-sm-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-sm-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-sm-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-sm-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-sm-0,
	.stories-section .container > .row .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-sm-0,
	.stories-section .container > .row .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-sm-1,
	.stories-section .container > .row .gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-sm-1,
	.stories-section .container > .row .gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-sm-2,
	.stories-section .container > .row .gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-sm-2,
	.stories-section .container > .row .gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-sm-3,
	.stories-section .container > .row .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-sm-3,
	.stories-section .container > .row .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-sm-4,
	.stories-section .container > .row .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-sm-4,
	.stories-section .container > .row .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-sm-5,
	.stories-section .container > .row .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-sm-5,
	.stories-section .container > .row .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 440px) {
	.stories-section .container > .row .col-iphone-pro-max {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-iphone-pro-max-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-iphone-pro-max-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-iphone-pro-max-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-iphone-pro-max-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-iphone-pro-max-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-iphone-pro-max-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-iphone-pro-max-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-iphone-pro-max-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-iphone-pro-max-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-iphone-pro-max-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-iphone-pro-max-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-iphone-pro-max-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-iphone-pro-max-0,
	.stories-section .container > .row .gx-iphone-pro-max-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-iphone-pro-max-0,
	.stories-section .container > .row .gy-iphone-pro-max-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-iphone-pro-max-1,
	.stories-section .container > .row .gx-iphone-pro-max-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-1,
	.stories-section .container > .row .gy-iphone-pro-max-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-2,
	.stories-section .container > .row .gx-iphone-pro-max-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-2,
	.stories-section .container > .row .gy-iphone-pro-max-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-3,
	.stories-section .container > .row .gx-iphone-pro-max-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-3,
	.stories-section .container > .row .gy-iphone-pro-max-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-4,
	.stories-section .container > .row .gx-iphone-pro-max-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-4,
	.stories-section .container > .row .gy-iphone-pro-max-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-5,
	.stories-section .container > .row .gx-iphone-pro-max-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-iphone-pro-max-5,
	.stories-section .container > .row .gy-iphone-pro-max-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 768px) {
	.stories-section .container > .row .col-md {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-md-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-md-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-md-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-md-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-md-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-md-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-md-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-md-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-md-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-md-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-md-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-md-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-md-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-md-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-md-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-md-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-md-0,
	.stories-section .container > .row .gx-md-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-md-0,
	.stories-section .container > .row .gy-md-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-md-1,
	.stories-section .container > .row .gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-md-1,
	.stories-section .container > .row .gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-md-2,
	.stories-section .container > .row .gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-md-2,
	.stories-section .container > .row .gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-md-3,
	.stories-section .container > .row .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-md-3,
	.stories-section .container > .row .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-md-4,
	.stories-section .container > .row .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-md-4,
	.stories-section .container > .row .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-md-5,
	.stories-section .container > .row .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-md-5,
	.stories-section .container > .row .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 992px) {
	.stories-section .container > .row .col-lg {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-lg-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-lg-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-lg-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-lg-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-lg-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-lg-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-lg-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-lg-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-lg-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-lg-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-lg-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-lg-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-lg-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-lg-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-lg-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-lg-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-lg-0,
	.stories-section .container > .row .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-lg-0,
	.stories-section .container > .row .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-lg-1,
	.stories-section .container > .row .gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-lg-1,
	.stories-section .container > .row .gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-lg-2,
	.stories-section .container > .row .gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-lg-2,
	.stories-section .container > .row .gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-lg-3,
	.stories-section .container > .row .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-lg-3,
	.stories-section .container > .row .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-lg-4,
	.stories-section .container > .row .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-lg-4,
	.stories-section .container > .row .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-lg-5,
	.stories-section .container > .row .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-lg-5,
	.stories-section .container > .row .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1200px) {
	.stories-section .container > .row .col-xl {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-xl-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-xl-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-xl-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-xl-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-xl-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-xl-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-xl-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-xl-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-xl-0,
	.stories-section .container > .row .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-xl-0,
	.stories-section .container > .row .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-xl-1,
	.stories-section .container > .row .gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-xl-1,
	.stories-section .container > .row .gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-xl-2,
	.stories-section .container > .row .gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-xl-2,
	.stories-section .container > .row .gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-xl-3,
	.stories-section .container > .row .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-xl-3,
	.stories-section .container > .row .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-xl-4,
	.stories-section .container > .row .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-xl-4,
	.stories-section .container > .row .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-xl-5,
	.stories-section .container > .row .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-xl-5,
	.stories-section .container > .row .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1366px) {
	.stories-section .container > .row .col-2xl {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-2xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-2xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-2xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-2xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-2xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-2xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-2xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-2xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-2xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-2xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-2xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-2xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-2xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-2xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-2xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-2xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-2xl-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-2xl-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-2xl-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-2xl-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-2xl-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-2xl-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-2xl-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-2xl-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-2xl-0,
	.stories-section .container > .row .gx-2xl-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-2xl-0,
	.stories-section .container > .row .gy-2xl-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-2xl-1,
	.stories-section .container > .row .gx-2xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-2xl-1,
	.stories-section .container > .row .gy-2xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-2xl-2,
	.stories-section .container > .row .gx-2xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-2xl-2,
	.stories-section .container > .row .gy-2xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-2xl-3,
	.stories-section .container > .row .gx-2xl-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-2xl-3,
	.stories-section .container > .row .gy-2xl-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-2xl-4,
	.stories-section .container > .row .gx-2xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-2xl-4,
	.stories-section .container > .row .gy-2xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-2xl-5,
	.stories-section .container > .row .gx-2xl-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-2xl-5,
	.stories-section .container > .row .gy-2xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1440px) {
	.stories-section .container > .row .col-3xl {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-3xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-3xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-3xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-3xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-3xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-3xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-3xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-3xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-3xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-3xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-3xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-3xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-3xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-3xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-3xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-3xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-3xl-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-3xl-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-3xl-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-3xl-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-3xl-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-3xl-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-3xl-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-3xl-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-3xl-0,
	.stories-section .container > .row .gx-3xl-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-3xl-0,
	.stories-section .container > .row .gy-3xl-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-3xl-1,
	.stories-section .container > .row .gx-3xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-3xl-1,
	.stories-section .container > .row .gy-3xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-3xl-2,
	.stories-section .container > .row .gx-3xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-3xl-2,
	.stories-section .container > .row .gy-3xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-3xl-3,
	.stories-section .container > .row .gx-3xl-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-3xl-3,
	.stories-section .container > .row .gy-3xl-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-3xl-4,
	.stories-section .container > .row .gx-3xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-3xl-4,
	.stories-section .container > .row .gy-3xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-3xl-5,
	.stories-section .container > .row .gx-3xl-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-3xl-5,
	.stories-section .container > .row .gy-3xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1600px) {
	.stories-section .container > .row .col-4xl {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-4xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-4xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-4xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-4xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-4xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-4xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-4xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-4xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-4xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-4xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-4xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-4xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-4xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-4xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-4xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-4xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-4xl-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-4xl-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-4xl-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-4xl-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-4xl-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-4xl-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-4xl-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-4xl-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-4xl-0,
	.stories-section .container > .row .gx-4xl-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-4xl-0,
	.stories-section .container > .row .gy-4xl-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-4xl-1,
	.stories-section .container > .row .gx-4xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-4xl-1,
	.stories-section .container > .row .gy-4xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-4xl-2,
	.stories-section .container > .row .gx-4xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-4xl-2,
	.stories-section .container > .row .gy-4xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-4xl-3,
	.stories-section .container > .row .gx-4xl-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-4xl-3,
	.stories-section .container > .row .gy-4xl-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-4xl-4,
	.stories-section .container > .row .gx-4xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-4xl-4,
	.stories-section .container > .row .gy-4xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-4xl-5,
	.stories-section .container > .row .gx-4xl-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-4xl-5,
	.stories-section .container > .row .gy-4xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1728px) {
	.stories-section .container > .row .col-5xl {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-5xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-5xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-5xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-5xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-5xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-5xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-5xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-5xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-5xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-5xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-5xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-5xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-5xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-5xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-5xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-5xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-5xl-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-5xl-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-5xl-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-5xl-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-5xl-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-5xl-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-5xl-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-5xl-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-5xl-0,
	.stories-section .container > .row .gx-5xl-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-5xl-0,
	.stories-section .container > .row .gy-5xl-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-5xl-1,
	.stories-section .container > .row .gx-5xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-5xl-1,
	.stories-section .container > .row .gy-5xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-5xl-2,
	.stories-section .container > .row .gx-5xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-5xl-2,
	.stories-section .container > .row .gy-5xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-5xl-3,
	.stories-section .container > .row .gx-5xl-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-5xl-3,
	.stories-section .container > .row .gy-5xl-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-5xl-4,
	.stories-section .container > .row .gx-5xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-5xl-4,
	.stories-section .container > .row .gy-5xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-5xl-5,
	.stories-section .container > .row .gx-5xl-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-5xl-5,
	.stories-section .container > .row .gy-5xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1920px) {
	.stories-section .container > .row .col-6xl {
		flex: 1 0 0;
	}
	.stories-section .container > .row .row-cols-6xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .row-cols-6xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .row-cols-6xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .row-cols-6xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.stories-section .container > .row .row-cols-6xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .row-cols-6xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.stories-section .container > .row .row-cols-6xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.stories-section .container > .row .col-6xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.stories-section .container > .row .col-6xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.stories-section .container > .row .col-6xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.stories-section .container > .row .col-6xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.stories-section .container > .row .col-6xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.stories-section .container > .row .col-6xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.stories-section .container > .row .col-6xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.stories-section .container > .row .col-6xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.stories-section .container > .row .col-6xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.stories-section .container > .row .offset-6xl-0 {
		margin-left: 0;
	}
	.stories-section .container > .row .offset-6xl-1 {
		margin-left: 12.5%;
	}
	.stories-section .container > .row .offset-6xl-2 {
		margin-left: 25%;
	}
	.stories-section .container > .row .offset-6xl-3 {
		margin-left: 37.5%;
	}
	.stories-section .container > .row .offset-6xl-4 {
		margin-left: 50%;
	}
	.stories-section .container > .row .offset-6xl-5 {
		margin-left: 62.5%;
	}
	.stories-section .container > .row .offset-6xl-6 {
		margin-left: 75%;
	}
	.stories-section .container > .row .offset-6xl-7 {
		margin-left: 87.5%;
	}
	.stories-section .container > .row .g-6xl-0,
	.stories-section .container > .row .gx-6xl-0 {
		--bs-gutter-x: 0;
	}
	.stories-section .container > .row .g-6xl-0,
	.stories-section .container > .row .gy-6xl-0 {
		--bs-gutter-y: 0;
	}
	.stories-section .container > .row .g-6xl-1,
	.stories-section .container > .row .gx-6xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.stories-section .container > .row .g-6xl-1,
	.stories-section .container > .row .gy-6xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.stories-section .container > .row .g-6xl-2,
	.stories-section .container > .row .gx-6xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.stories-section .container > .row .g-6xl-2,
	.stories-section .container > .row .gy-6xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.stories-section .container > .row .g-6xl-3,
	.stories-section .container > .row .gx-6xl-3 {
		--bs-gutter-x: 1rem;
	}
	.stories-section .container > .row .g-6xl-3,
	.stories-section .container > .row .gy-6xl-3 {
		--bs-gutter-y: 1rem;
	}
	.stories-section .container > .row .g-6xl-4,
	.stories-section .container > .row .gx-6xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.stories-section .container > .row .g-6xl-4,
	.stories-section .container > .row .gy-6xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.stories-section .container > .row .g-6xl-5,
	.stories-section .container > .row .gx-6xl-5 {
		--bs-gutter-x: 3rem;
	}
	.stories-section .container > .row .g-6xl-5,
	.stories-section .container > .row .gy-6xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (max-width: 991.98px) {
	.stories-section {
		padding: 14rem 0 5rem;
	}
	.stories-section .image-shape {
		display: none;
	}
}

/* sidebar */
.sidebar {
	position: sticky;
	top: 12rem;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.sidebar header p {
	max-width: 75%;
}
.sidebar header p:last-child {
	margin: 0;
}
@media (max-width: 1439.98px) {
	.sidebar h2, .sidebar .h2 {
		margin: 0 0 2rem;
	}
}
@media (max-width: 991.98px) {
	.sidebar {
		row-gap: 5rem;
	}
	.sidebar header p {
		max-width: 100%;
	}
	.sidebar h2, .sidebar .h2 {
		margin: 0 0 3rem;
	}
}

/* stories-tabs-nav */
.stories-tabs-nav {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.stories-tabs-nav .btn {
	-moz-column-gap: 0;
	     column-gap: 0;
	transition: all 0.3s ease;
}
.stories-tabs-nav .btn.active {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.stories-tabs-nav .btn:not(.active)::after {
	width: 0;
}
.stories-tabs-nav .btn::after {
	transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
	.stories-tabs-nav {
		flex-direction: row;
		overflow-y: auto;
		margin: 0 -3rem;
		padding: 0 3rem;
	}
	.stories-tabs-nav .btn {
		white-space: nowrap;
	}
}

/* stories-boxes */
.stories-boxes {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
	padding-left: 3rem;
}
@media (max-width: 1439.98px) {
	.stories-boxes {
		padding-left: 0;
	}
}
@media (max-width: 991.98px) {
	.stories-boxes {
		row-gap: 2rem;
	}
}

/* stories-box */
.stories-box {
	display: flex;
	gap: 4rem;
	margin: 0;
	padding: 4rem;
	border-radius: 2rem;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.375;
}
.stories-box:hover figcaption .btn-read-more, .stories-box:focus figcaption .btn-read-more {
	visibility: visible;
	opacity: 1;
}
.stories-box .image-holder {
	flex-shrink: 0;
	align-self: center;
	width: 28.4rem;
	max-width: 100%;
}
.stories-box .image-holder img {
	display: block;
	width: 100%;
	height: 41.7rem;
	-o-object-fit: cover;
	   object-fit: cover;
}
.stories-box figcaption {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.stories-box figcaption header {
	overflow: hidden;
}
.stories-box figcaption .badge {
	float: left;
	max-width: 100%;
	margin: 0 0 2.4rem;
	padding: 0.8rem 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stories-box figcaption h3, .stories-box figcaption .h3 {
	overflow: hidden;
	clear: left;
	margin: 0;
}
.stories-box figcaption h3 a, .stories-box figcaption .h3 a {
	color: inherit;
	text-decoration: none;
}
.stories-box figcaption h3 a:hover, .stories-box figcaption .h3 a:hover {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 0.3rem;
}
.stories-box figcaption .btn-read-more {
	float: right;
	margin-left: 2rem;
	visibility: hidden;
	opacity: 0;
}
.stories-box figcaption footer {
	margin-top: auto;
	padding: 3rem 0 0;
	border-top: 1px solid;
	font-size: 2rem;
	line-height: 1.3;
}
.stories-box figcaption .list {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2rem;
	list-style: none;
	margin: 0;
	padding: 0 7rem 0 0;
}
.stories-box figcaption .list li {
	flex: 1 0 0;
	width: 100%;
	max-width: 100%;
}
.stories-box figcaption h4, .stories-box figcaption .h4 {
	margin: 0;
	font-size: 4rem;
	line-height: 1.15;
}
.stories-box figcaption p:last-child {
	margin: 0;
}
@media (max-width: 1439.98px) {
	.stories-box figcaption .badge {
		margin: 0 0 2.6rem;
	}
	.stories-box figcaption .list {
		padding: 0;
	}
	.stories-box figcaption h4, .stories-box figcaption .h4 {
		margin: 0 0 -0.5rem;
	}
}
@media (max-width: 1199.98px) {
	.stories-box figcaption footer {
		font-size: 1.6rem;
		line-height: 1.375;
	}
	.stories-box figcaption .list {
		padding: 0;
	}
}
@media (max-width: 991.98px) {
	.stories-box {
		flex-direction: column;
		padding: 2rem;
		box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.06);
	}
	.stories-box .image-holder {
		display: none;
	}
	.stories-box figcaption {
		row-gap: 2rem;
	}
	.stories-box figcaption .badge {
		margin: 0 0 3rem;
		padding: 1.1rem 1.5rem;
	}
	.stories-box figcaption h3, .stories-box figcaption .h3,
	.stories-box figcaption h4,
	.stories-box figcaption .h4 {
		font-size: 3rem;
		line-height: 1.33334;
	}
	.stories-box figcaption .btn-read-more {
		clear: left;
		margin-left: 4.5rem;
		visibility: visible;
		opacity: 1;
	}
	.stories-box figcaption .text-read-more {
		position: relative;
	}
	.stories-box figcaption .text-read-more .text {
		max-height: 4lh;
	}
	.stories-box figcaption .text-read-more .more {
		position: absolute;
		right: 0;
		bottom: 0;
		width: auto;
		padding: 0 2.3rem 0 0;
		background: #fff;
	}
	.stories-box figcaption .text-read-more .more a {
		font-weight: 700;
		text-decoration: underline;
		text-underline-offset: 0.4rem;
	}
}
@media (max-width: 401.98px) {
	.stories-box figcaption .btn-read-more {
		margin-left: 2rem;
	}
}

/* cta-section */
.cta-section {
	position: relative;
	z-index: 0;
	overflow: clip;
	padding: 15.1rem 0 15.4rem;
	background-color: #292753;
	color: #fff;
}
.cta-section .bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -300px;
	right: 0;
	bottom: 0;
	margin: 0;
	pointer-events: none;
}
.cta-section .bg::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	content: "";
}
.cta-section .bg img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.cta-section .image-shape {
	top: -4.3rem;
	left: 50%;
	width: 136.3rem;
	transform: rotate(90deg);
	margin-left: -20.7rem;
}
.cta-section .image-shape svg {
	width: 100%;
}
.cta-section .image-shape svg path {
	stroke-width: 2px;
	stroke: #f5bf9e;
}
.cta-section .container > .row {
	row-gap: 2.6rem;
}
.cta-section h2, .cta-section .h2 {
	margin: 0;
}
.cta-section p {
	margin: 0 0 3rem;
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
	.cta-section .row .col {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-0,
	.cta-section .row .gx-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-0,
	.cta-section .row .gy-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-1,
	.cta-section .row .gx-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-1,
	.cta-section .row .gy-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-2,
	.cta-section .row .gx-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-2,
	.cta-section .row .gy-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-3,
	.cta-section .row .gx-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-3,
	.cta-section .row .gy-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-4,
	.cta-section .row .gx-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-4,
	.cta-section .row .gy-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-5,
	.cta-section .row .gx-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-5,
	.cta-section .row .gy-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 402px) {
	.cta-section .row .col-sm {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-sm-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-sm-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-sm-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-sm-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-sm-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-sm-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-sm-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-sm-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-sm-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-sm-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-sm-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-sm-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-sm-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-sm-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-sm-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-sm-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-sm-0,
	.cta-section .row .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-sm-0,
	.cta-section .row .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-sm-1,
	.cta-section .row .gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-sm-1,
	.cta-section .row .gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-sm-2,
	.cta-section .row .gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-sm-2,
	.cta-section .row .gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-sm-3,
	.cta-section .row .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-sm-3,
	.cta-section .row .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-sm-4,
	.cta-section .row .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-sm-4,
	.cta-section .row .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-sm-5,
	.cta-section .row .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-sm-5,
	.cta-section .row .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 440px) {
	.cta-section .row .col-iphone-pro-max {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-iphone-pro-max-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-iphone-pro-max-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-iphone-pro-max-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-iphone-pro-max-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-iphone-pro-max-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-iphone-pro-max-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-iphone-pro-max-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-iphone-pro-max-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-iphone-pro-max-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-iphone-pro-max-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-iphone-pro-max-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-iphone-pro-max-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-iphone-pro-max-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-iphone-pro-max-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-iphone-pro-max-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-iphone-pro-max-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-iphone-pro-max-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-iphone-pro-max-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-iphone-pro-max-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-iphone-pro-max-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-iphone-pro-max-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-iphone-pro-max-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-iphone-pro-max-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-iphone-pro-max-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-iphone-pro-max-0,
	.cta-section .row .gx-iphone-pro-max-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-iphone-pro-max-0,
	.cta-section .row .gy-iphone-pro-max-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-iphone-pro-max-1,
	.cta-section .row .gx-iphone-pro-max-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-iphone-pro-max-1,
	.cta-section .row .gy-iphone-pro-max-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-iphone-pro-max-2,
	.cta-section .row .gx-iphone-pro-max-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-iphone-pro-max-2,
	.cta-section .row .gy-iphone-pro-max-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-iphone-pro-max-3,
	.cta-section .row .gx-iphone-pro-max-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-iphone-pro-max-3,
	.cta-section .row .gy-iphone-pro-max-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-iphone-pro-max-4,
	.cta-section .row .gx-iphone-pro-max-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-iphone-pro-max-4,
	.cta-section .row .gy-iphone-pro-max-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-iphone-pro-max-5,
	.cta-section .row .gx-iphone-pro-max-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-iphone-pro-max-5,
	.cta-section .row .gy-iphone-pro-max-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 768px) {
	.cta-section .row .col-md {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-md-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-md-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-md-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-md-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-md-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-md-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-md-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-md-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-md-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-md-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-md-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-md-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-md-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-md-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-md-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-md-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-md-0,
	.cta-section .row .gx-md-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-md-0,
	.cta-section .row .gy-md-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-md-1,
	.cta-section .row .gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-md-1,
	.cta-section .row .gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-md-2,
	.cta-section .row .gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-md-2,
	.cta-section .row .gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-md-3,
	.cta-section .row .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-md-3,
	.cta-section .row .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-md-4,
	.cta-section .row .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-md-4,
	.cta-section .row .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-md-5,
	.cta-section .row .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-md-5,
	.cta-section .row .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 992px) {
	.cta-section .row .col-lg {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-lg-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-lg-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-lg-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-lg-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-lg-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-lg-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-lg-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-lg-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-lg-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-lg-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-lg-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-lg-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-lg-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-lg-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-lg-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-lg-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-lg-0,
	.cta-section .row .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-lg-0,
	.cta-section .row .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-lg-1,
	.cta-section .row .gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-lg-1,
	.cta-section .row .gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-lg-2,
	.cta-section .row .gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-lg-2,
	.cta-section .row .gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-lg-3,
	.cta-section .row .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-lg-3,
	.cta-section .row .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-lg-4,
	.cta-section .row .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-lg-4,
	.cta-section .row .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-lg-5,
	.cta-section .row .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-lg-5,
	.cta-section .row .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1200px) {
	.cta-section .row .col-xl {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-xl-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-xl-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-xl-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-xl-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-xl-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-xl-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-xl-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-xl-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-xl-0,
	.cta-section .row .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-xl-0,
	.cta-section .row .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-xl-1,
	.cta-section .row .gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-xl-1,
	.cta-section .row .gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-xl-2,
	.cta-section .row .gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-xl-2,
	.cta-section .row .gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-xl-3,
	.cta-section .row .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-xl-3,
	.cta-section .row .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-xl-4,
	.cta-section .row .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-xl-4,
	.cta-section .row .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-xl-5,
	.cta-section .row .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-xl-5,
	.cta-section .row .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1366px) {
	.cta-section .row .col-2xl {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-2xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-2xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-2xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-2xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-2xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-2xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-2xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-2xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-2xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-2xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-2xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-2xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-2xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-2xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-2xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-2xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-2xl-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-2xl-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-2xl-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-2xl-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-2xl-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-2xl-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-2xl-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-2xl-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-2xl-0,
	.cta-section .row .gx-2xl-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-2xl-0,
	.cta-section .row .gy-2xl-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-2xl-1,
	.cta-section .row .gx-2xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-2xl-1,
	.cta-section .row .gy-2xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-2xl-2,
	.cta-section .row .gx-2xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-2xl-2,
	.cta-section .row .gy-2xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-2xl-3,
	.cta-section .row .gx-2xl-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-2xl-3,
	.cta-section .row .gy-2xl-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-2xl-4,
	.cta-section .row .gx-2xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-2xl-4,
	.cta-section .row .gy-2xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-2xl-5,
	.cta-section .row .gx-2xl-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-2xl-5,
	.cta-section .row .gy-2xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1440px) {
	.cta-section .row .col-3xl {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-3xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-3xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-3xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-3xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-3xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-3xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-3xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-3xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-3xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-3xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-3xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-3xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-3xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-3xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-3xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-3xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-3xl-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-3xl-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-3xl-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-3xl-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-3xl-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-3xl-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-3xl-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-3xl-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-3xl-0,
	.cta-section .row .gx-3xl-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-3xl-0,
	.cta-section .row .gy-3xl-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-3xl-1,
	.cta-section .row .gx-3xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-3xl-1,
	.cta-section .row .gy-3xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-3xl-2,
	.cta-section .row .gx-3xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-3xl-2,
	.cta-section .row .gy-3xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-3xl-3,
	.cta-section .row .gx-3xl-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-3xl-3,
	.cta-section .row .gy-3xl-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-3xl-4,
	.cta-section .row .gx-3xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-3xl-4,
	.cta-section .row .gy-3xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-3xl-5,
	.cta-section .row .gx-3xl-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-3xl-5,
	.cta-section .row .gy-3xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1600px) {
	.cta-section .row .col-4xl {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-4xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-4xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-4xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-4xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-4xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-4xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-4xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-4xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-4xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-4xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-4xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-4xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-4xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-4xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-4xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-4xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-4xl-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-4xl-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-4xl-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-4xl-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-4xl-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-4xl-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-4xl-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-4xl-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-4xl-0,
	.cta-section .row .gx-4xl-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-4xl-0,
	.cta-section .row .gy-4xl-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-4xl-1,
	.cta-section .row .gx-4xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-4xl-1,
	.cta-section .row .gy-4xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-4xl-2,
	.cta-section .row .gx-4xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-4xl-2,
	.cta-section .row .gy-4xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-4xl-3,
	.cta-section .row .gx-4xl-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-4xl-3,
	.cta-section .row .gy-4xl-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-4xl-4,
	.cta-section .row .gx-4xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-4xl-4,
	.cta-section .row .gy-4xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-4xl-5,
	.cta-section .row .gx-4xl-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-4xl-5,
	.cta-section .row .gy-4xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1728px) {
	.cta-section .row .col-5xl {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-5xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-5xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-5xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-5xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-5xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-5xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-5xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-5xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-5xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-5xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-5xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-5xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-5xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-5xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-5xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-5xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-5xl-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-5xl-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-5xl-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-5xl-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-5xl-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-5xl-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-5xl-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-5xl-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-5xl-0,
	.cta-section .row .gx-5xl-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-5xl-0,
	.cta-section .row .gy-5xl-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-5xl-1,
	.cta-section .row .gx-5xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-5xl-1,
	.cta-section .row .gy-5xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-5xl-2,
	.cta-section .row .gx-5xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-5xl-2,
	.cta-section .row .gy-5xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-5xl-3,
	.cta-section .row .gx-5xl-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-5xl-3,
	.cta-section .row .gy-5xl-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-5xl-4,
	.cta-section .row .gx-5xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-5xl-4,
	.cta-section .row .gy-5xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-5xl-5,
	.cta-section .row .gx-5xl-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-5xl-5,
	.cta-section .row .gy-5xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1920px) {
	.cta-section .row .col-6xl {
		flex: 1 0 0;
	}
	.cta-section .row .row-cols-6xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .row-cols-6xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .row-cols-6xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .row-cols-6xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.cta-section .row .row-cols-6xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .row-cols-6xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.cta-section .row .row-cols-6xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.cta-section .row .col-6xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.cta-section .row .col-6xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.cta-section .row .col-6xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.cta-section .row .col-6xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.cta-section .row .col-6xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.cta-section .row .col-6xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.cta-section .row .col-6xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.cta-section .row .col-6xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.cta-section .row .col-6xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.cta-section .row .offset-6xl-0 {
		margin-left: 0;
	}
	.cta-section .row .offset-6xl-1 {
		margin-left: 12.5%;
	}
	.cta-section .row .offset-6xl-2 {
		margin-left: 25%;
	}
	.cta-section .row .offset-6xl-3 {
		margin-left: 37.5%;
	}
	.cta-section .row .offset-6xl-4 {
		margin-left: 50%;
	}
	.cta-section .row .offset-6xl-5 {
		margin-left: 62.5%;
	}
	.cta-section .row .offset-6xl-6 {
		margin-left: 75%;
	}
	.cta-section .row .offset-6xl-7 {
		margin-left: 87.5%;
	}
	.cta-section .row .g-6xl-0,
	.cta-section .row .gx-6xl-0 {
		--bs-gutter-x: 0;
	}
	.cta-section .row .g-6xl-0,
	.cta-section .row .gy-6xl-0 {
		--bs-gutter-y: 0;
	}
	.cta-section .row .g-6xl-1,
	.cta-section .row .gx-6xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.cta-section .row .g-6xl-1,
	.cta-section .row .gy-6xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.cta-section .row .g-6xl-2,
	.cta-section .row .gx-6xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.cta-section .row .g-6xl-2,
	.cta-section .row .gy-6xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.cta-section .row .g-6xl-3,
	.cta-section .row .gx-6xl-3 {
		--bs-gutter-x: 1rem;
	}
	.cta-section .row .g-6xl-3,
	.cta-section .row .gy-6xl-3 {
		--bs-gutter-y: 1rem;
	}
	.cta-section .row .g-6xl-4,
	.cta-section .row .gx-6xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.cta-section .row .g-6xl-4,
	.cta-section .row .gy-6xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.cta-section .row .g-6xl-5,
	.cta-section .row .gx-6xl-5 {
		--bs-gutter-x: 3rem;
	}
	.cta-section .row .g-6xl-5,
	.cta-section .row .gy-6xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (max-width: 1439.98px) {
	.cta-section {
		padding: 15.2rem 0;
	}
	.cta-section .image-shape {
		top: -5.2rem;
		transform: rotate(60deg);
		margin-left: 2rem;
	}
}
@media (max-width: 991.98px) {
	.cta-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 100dvh;
		text-align: center;
	}
	.cta-section p {
		margin: 0 0 5.2rem;
	}
	.cta-section .btn {
		width: 100%;
	}
	.cta-section .image-shape {
		top: auto;
		bottom: -10.5rem;
		width: 38.8rem;
		transform: rotate(180deg);
		margin-left: -21.5rem;
	}
	.cta-section .image-shape svg path {
		stroke-width: 6px;
	}
	.cta-section .bg {
		top: 0;
	}
}

/* detail-section */
.detail-section {
	padding: 12rem 0 10rem;
}
.detail-section .container {
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
}
.detail-section .custom-row {
	row-gap: 3rem;
}
.detail-section .pagination-section {
	margin-bottom: -1rem;
}
.detail-section .head > [class*=col] {
	display: flex;
	flex-direction: column;
	align-items: start;
	row-gap: 2rem;
}
.detail-section .head .date {
	margin-top: 2rem;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.detail-section .head h1, .detail-section .head .h1 {
	margin: 0;
}
.detail-section .team-item {
	margin-top: 1rem;
}
.detail-section .image {
	margin: 0;
}
.detail-section .image img {
	display: block;
	width: 100%;
	height: 65rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 2rem;
}
.detail-section aside {
	position: sticky;
	top: 12rem;
	display: flex;
	flex-direction: column;
	row-gap: 5.7rem;
}
.detail-section .list {
	display: flex;
	flex-direction: column;
	row-gap: 3.9rem;
	list-style: none;
	margin: 0;
	padding: 2rem 0 0;
}
.detail-section .list h4, .detail-section .list .h4 {
	margin: 0;
	font-size: 6rem;
	line-height: 1.1;
}
.detail-section p:last-child {
	margin: 0;
}
.detail-section .img {
	margin: 3rem 0;
}
.detail-section .img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2rem;
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
	.detail-section .custom-row .col {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-0,
	.detail-section .custom-row .gx-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-0,
	.detail-section .custom-row .gy-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-1,
	.detail-section .custom-row .gx-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-1,
	.detail-section .custom-row .gy-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-2,
	.detail-section .custom-row .gx-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-2,
	.detail-section .custom-row .gy-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-3,
	.detail-section .custom-row .gx-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-3,
	.detail-section .custom-row .gy-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-4,
	.detail-section .custom-row .gx-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-4,
	.detail-section .custom-row .gy-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-5,
	.detail-section .custom-row .gx-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-5,
	.detail-section .custom-row .gy-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 402px) {
	.detail-section .custom-row .col-sm {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-sm-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-sm-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-sm-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-sm-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-sm-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-sm-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-sm-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-sm-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-sm-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-sm-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-sm-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-sm-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-sm-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-sm-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-sm-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-sm-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-sm-0,
	.detail-section .custom-row .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-sm-0,
	.detail-section .custom-row .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-sm-1,
	.detail-section .custom-row .gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-sm-1,
	.detail-section .custom-row .gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-sm-2,
	.detail-section .custom-row .gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-sm-2,
	.detail-section .custom-row .gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-sm-3,
	.detail-section .custom-row .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-sm-3,
	.detail-section .custom-row .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-sm-4,
	.detail-section .custom-row .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-sm-4,
	.detail-section .custom-row .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-sm-5,
	.detail-section .custom-row .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-sm-5,
	.detail-section .custom-row .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 440px) {
	.detail-section .custom-row .col-iphone-pro-max {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-iphone-pro-max-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-iphone-pro-max-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-iphone-pro-max-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-iphone-pro-max-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-iphone-pro-max-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-iphone-pro-max-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-iphone-pro-max-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-iphone-pro-max-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-iphone-pro-max-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-iphone-pro-max-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-iphone-pro-max-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-iphone-pro-max-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-iphone-pro-max-0,
	.detail-section .custom-row .gx-iphone-pro-max-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-iphone-pro-max-0,
	.detail-section .custom-row .gy-iphone-pro-max-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-iphone-pro-max-1,
	.detail-section .custom-row .gx-iphone-pro-max-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-1,
	.detail-section .custom-row .gy-iphone-pro-max-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-2,
	.detail-section .custom-row .gx-iphone-pro-max-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-2,
	.detail-section .custom-row .gy-iphone-pro-max-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-3,
	.detail-section .custom-row .gx-iphone-pro-max-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-3,
	.detail-section .custom-row .gy-iphone-pro-max-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-4,
	.detail-section .custom-row .gx-iphone-pro-max-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-4,
	.detail-section .custom-row .gy-iphone-pro-max-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-5,
	.detail-section .custom-row .gx-iphone-pro-max-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-iphone-pro-max-5,
	.detail-section .custom-row .gy-iphone-pro-max-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 768px) {
	.detail-section .custom-row .col-md {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-md-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-md-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-md-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-md-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-md-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-md-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-md-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-md-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-md-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-md-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-md-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-md-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-md-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-md-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-md-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-md-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-md-0,
	.detail-section .custom-row .gx-md-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-md-0,
	.detail-section .custom-row .gy-md-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-md-1,
	.detail-section .custom-row .gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-md-1,
	.detail-section .custom-row .gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-md-2,
	.detail-section .custom-row .gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-md-2,
	.detail-section .custom-row .gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-md-3,
	.detail-section .custom-row .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-md-3,
	.detail-section .custom-row .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-md-4,
	.detail-section .custom-row .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-md-4,
	.detail-section .custom-row .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-md-5,
	.detail-section .custom-row .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-md-5,
	.detail-section .custom-row .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 992px) {
	.detail-section .custom-row .col-lg {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-lg-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-lg-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-lg-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-lg-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-lg-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-lg-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-lg-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-lg-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-lg-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-lg-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-lg-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-lg-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-lg-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-lg-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-lg-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-lg-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-lg-0,
	.detail-section .custom-row .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-lg-0,
	.detail-section .custom-row .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-lg-1,
	.detail-section .custom-row .gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-lg-1,
	.detail-section .custom-row .gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-lg-2,
	.detail-section .custom-row .gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-lg-2,
	.detail-section .custom-row .gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-lg-3,
	.detail-section .custom-row .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-lg-3,
	.detail-section .custom-row .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-lg-4,
	.detail-section .custom-row .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-lg-4,
	.detail-section .custom-row .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-lg-5,
	.detail-section .custom-row .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-lg-5,
	.detail-section .custom-row .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1200px) {
	.detail-section .custom-row .col-xl {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-xl-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-xl-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-xl-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-xl-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-xl-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-xl-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-xl-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-xl-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-xl-0,
	.detail-section .custom-row .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-xl-0,
	.detail-section .custom-row .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-xl-1,
	.detail-section .custom-row .gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-xl-1,
	.detail-section .custom-row .gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-xl-2,
	.detail-section .custom-row .gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-xl-2,
	.detail-section .custom-row .gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-xl-3,
	.detail-section .custom-row .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-xl-3,
	.detail-section .custom-row .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-xl-4,
	.detail-section .custom-row .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-xl-4,
	.detail-section .custom-row .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-xl-5,
	.detail-section .custom-row .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-xl-5,
	.detail-section .custom-row .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1366px) {
	.detail-section .custom-row .col-2xl {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-2xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-2xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-2xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-2xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-2xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-2xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-2xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-2xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-2xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-2xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-2xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-2xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-2xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-2xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-2xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-2xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-2xl-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-2xl-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-2xl-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-2xl-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-2xl-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-2xl-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-2xl-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-2xl-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-2xl-0,
	.detail-section .custom-row .gx-2xl-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-2xl-0,
	.detail-section .custom-row .gy-2xl-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-2xl-1,
	.detail-section .custom-row .gx-2xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-2xl-1,
	.detail-section .custom-row .gy-2xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-2xl-2,
	.detail-section .custom-row .gx-2xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-2xl-2,
	.detail-section .custom-row .gy-2xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-2xl-3,
	.detail-section .custom-row .gx-2xl-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-2xl-3,
	.detail-section .custom-row .gy-2xl-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-2xl-4,
	.detail-section .custom-row .gx-2xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-2xl-4,
	.detail-section .custom-row .gy-2xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-2xl-5,
	.detail-section .custom-row .gx-2xl-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-2xl-5,
	.detail-section .custom-row .gy-2xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1440px) {
	.detail-section .custom-row .col-3xl {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-3xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-3xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-3xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-3xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-3xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-3xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-3xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-3xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-3xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-3xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-3xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-3xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-3xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-3xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-3xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-3xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-3xl-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-3xl-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-3xl-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-3xl-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-3xl-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-3xl-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-3xl-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-3xl-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-3xl-0,
	.detail-section .custom-row .gx-3xl-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-3xl-0,
	.detail-section .custom-row .gy-3xl-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-3xl-1,
	.detail-section .custom-row .gx-3xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-3xl-1,
	.detail-section .custom-row .gy-3xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-3xl-2,
	.detail-section .custom-row .gx-3xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-3xl-2,
	.detail-section .custom-row .gy-3xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-3xl-3,
	.detail-section .custom-row .gx-3xl-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-3xl-3,
	.detail-section .custom-row .gy-3xl-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-3xl-4,
	.detail-section .custom-row .gx-3xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-3xl-4,
	.detail-section .custom-row .gy-3xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-3xl-5,
	.detail-section .custom-row .gx-3xl-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-3xl-5,
	.detail-section .custom-row .gy-3xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1600px) {
	.detail-section .custom-row .col-4xl {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-4xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-4xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-4xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-4xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-4xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-4xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-4xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-4xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-4xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-4xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-4xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-4xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-4xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-4xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-4xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-4xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-4xl-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-4xl-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-4xl-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-4xl-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-4xl-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-4xl-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-4xl-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-4xl-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-4xl-0,
	.detail-section .custom-row .gx-4xl-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-4xl-0,
	.detail-section .custom-row .gy-4xl-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-4xl-1,
	.detail-section .custom-row .gx-4xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-4xl-1,
	.detail-section .custom-row .gy-4xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-4xl-2,
	.detail-section .custom-row .gx-4xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-4xl-2,
	.detail-section .custom-row .gy-4xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-4xl-3,
	.detail-section .custom-row .gx-4xl-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-4xl-3,
	.detail-section .custom-row .gy-4xl-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-4xl-4,
	.detail-section .custom-row .gx-4xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-4xl-4,
	.detail-section .custom-row .gy-4xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-4xl-5,
	.detail-section .custom-row .gx-4xl-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-4xl-5,
	.detail-section .custom-row .gy-4xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1728px) {
	.detail-section .custom-row .col-5xl {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-5xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-5xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-5xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-5xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-5xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-5xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-5xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-5xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-5xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-5xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-5xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-5xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-5xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-5xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-5xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-5xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-5xl-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-5xl-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-5xl-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-5xl-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-5xl-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-5xl-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-5xl-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-5xl-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-5xl-0,
	.detail-section .custom-row .gx-5xl-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-5xl-0,
	.detail-section .custom-row .gy-5xl-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-5xl-1,
	.detail-section .custom-row .gx-5xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-5xl-1,
	.detail-section .custom-row .gy-5xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-5xl-2,
	.detail-section .custom-row .gx-5xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-5xl-2,
	.detail-section .custom-row .gy-5xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-5xl-3,
	.detail-section .custom-row .gx-5xl-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-5xl-3,
	.detail-section .custom-row .gy-5xl-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-5xl-4,
	.detail-section .custom-row .gx-5xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-5xl-4,
	.detail-section .custom-row .gy-5xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-5xl-5,
	.detail-section .custom-row .gx-5xl-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-5xl-5,
	.detail-section .custom-row .gy-5xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1366px) and (max-width: 1439.98px) and (min-width: 1920px) {
	.detail-section .custom-row .col-6xl {
		flex: 1 0 0;
	}
	.detail-section .custom-row .row-cols-6xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .row-cols-6xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .row-cols-6xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .row-cols-6xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.detail-section .custom-row .row-cols-6xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .row-cols-6xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.detail-section .custom-row .row-cols-6xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.detail-section .custom-row .col-6xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.detail-section .custom-row .col-6xl-1 {
		flex: 0 0 auto;
		width: 12.5%;
	}
	.detail-section .custom-row .col-6xl-2 {
		flex: 0 0 auto;
		width: 25%;
	}
	.detail-section .custom-row .col-6xl-3 {
		flex: 0 0 auto;
		width: 37.5%;
	}
	.detail-section .custom-row .col-6xl-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.detail-section .custom-row .col-6xl-5 {
		flex: 0 0 auto;
		width: 62.5%;
	}
	.detail-section .custom-row .col-6xl-6 {
		flex: 0 0 auto;
		width: 75%;
	}
	.detail-section .custom-row .col-6xl-7 {
		flex: 0 0 auto;
		width: 87.5%;
	}
	.detail-section .custom-row .col-6xl-8 {
		flex: 0 0 auto;
		width: 100%;
	}
	.detail-section .custom-row .offset-6xl-0 {
		margin-left: 0;
	}
	.detail-section .custom-row .offset-6xl-1 {
		margin-left: 12.5%;
	}
	.detail-section .custom-row .offset-6xl-2 {
		margin-left: 25%;
	}
	.detail-section .custom-row .offset-6xl-3 {
		margin-left: 37.5%;
	}
	.detail-section .custom-row .offset-6xl-4 {
		margin-left: 50%;
	}
	.detail-section .custom-row .offset-6xl-5 {
		margin-left: 62.5%;
	}
	.detail-section .custom-row .offset-6xl-6 {
		margin-left: 75%;
	}
	.detail-section .custom-row .offset-6xl-7 {
		margin-left: 87.5%;
	}
	.detail-section .custom-row .g-6xl-0,
	.detail-section .custom-row .gx-6xl-0 {
		--bs-gutter-x: 0;
	}
	.detail-section .custom-row .g-6xl-0,
	.detail-section .custom-row .gy-6xl-0 {
		--bs-gutter-y: 0;
	}
	.detail-section .custom-row .g-6xl-1,
	.detail-section .custom-row .gx-6xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.detail-section .custom-row .g-6xl-1,
	.detail-section .custom-row .gy-6xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.detail-section .custom-row .g-6xl-2,
	.detail-section .custom-row .gx-6xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.detail-section .custom-row .g-6xl-2,
	.detail-section .custom-row .gy-6xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.detail-section .custom-row .g-6xl-3,
	.detail-section .custom-row .gx-6xl-3 {
		--bs-gutter-x: 1rem;
	}
	.detail-section .custom-row .g-6xl-3,
	.detail-section .custom-row .gy-6xl-3 {
		--bs-gutter-y: 1rem;
	}
	.detail-section .custom-row .g-6xl-4,
	.detail-section .custom-row .gx-6xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.detail-section .custom-row .g-6xl-4,
	.detail-section .custom-row .gy-6xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.detail-section .custom-row .g-6xl-5,
	.detail-section .custom-row .gx-6xl-5 {
		--bs-gutter-x: 3rem;
	}
	.detail-section .custom-row .g-6xl-5,
	.detail-section .custom-row .gy-6xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (max-width: 1439.98px) {
	.detail-section .container {
		row-gap: 3rem;
	}
	.detail-section .head > [class*=col] {
		row-gap: 3rem;
	}
	.detail-section .team-item {
		margin-top: 0;
	}
	.detail-section .image {
		margin: 0 0 2rem;
	}
	.detail-section .list h4, .detail-section .list .h4 {
		margin: 0 0 -0.5rem;
	}
}
@media (max-width: 991.98px) {
	.detail-section {
		padding: 14rem 0 5rem;
	}
	.detail-section .head .date {
		margin-top: 0;
	}
	.detail-section .image {
		margin: 0;
	}
	.detail-section .image img {
		height: auto;
		aspect-ratio: 342/170;
	}
	.detail-section .custom-row > [class*=col]:has(.social-box:only-child) {
		display: none;
	}
	.detail-section aside {
		position: static;
	}
	.detail-section aside .social-box {
		display: none;
	}
	.detail-section .list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2rem;
		padding: 0;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	.detail-section .list li {
		width: calc(50% - 1rem);
	}
	.detail-section .list h4, .detail-section .list .h4 {
		font-size: 3rem;
		line-height: 1.33334;
	}
	.detail-section p {
		margin: 0 0 3rem;
	}
}

/* team-item */
.team-item {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin: 0;
}
.team-item .photo {
	flex-shrink: 0;
	width: 5rem;
}
.team-item .photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
.team-item figcaption {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	line-height: 1.375;
}
.team-item figcaption h6, .team-item figcaption .h6 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.3;
}

/* stories-gallery-section */
.stories-gallery-section {
	position: relative;
	padding: 7rem 0 5rem;
	overflow: clip;
	background-color: #f3e8df;
}
@media (max-width: 1439.98px) {
	.stories-gallery-section {
		padding: 5rem 0;
	}
}

/* stories-gallery */
.stories-gallery {
	overflow: visible;
}
.stories-gallery .swiper-slide {
	display: flex;
	width: 87.9rem;
	height: auto;
}
.stories-gallery .stories-box {
	width: 100%;
}
.stories-gallery .swiper-scrollbar {
	display: none;
	margin-top: 5rem;
}
@media (max-width: 1439.98px) {
	.stories-gallery .swiper-slide {
		width: 80.9rem;
	}
	.stories-gallery .swiper-scrollbar {
		display: block;
	}
}
@media (max-width: 991.98px) {
	.stories-gallery .swiper-slide {
		display: block;
		width: 34.2rem;
	}
	.stories-gallery .swiper-scrollbar {
		margin-top: 2rem;
	}
}
@media (max-width: 401.98px) {
	.stories-gallery .swiper-slide {
		width: 284px;
	}
}

/* knowledge-intro */
.knowledge-intro {
	padding: 14rem 0 5rem;
}
.knowledge-intro .row {
	row-gap: 5rem;
}
.knowledge-intro .btns {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0 0 5rem;
	padding: 0;
}
.knowledge-intro .btns .btn {
	padding: 0.6rem 2.5rem;
}
.knowledge-intro .date {
	display: block;
	margin: 0 0 2rem;
}
.knowledge-intro h1, .knowledge-intro .h1,
.knowledge-intro h2,
.knowledge-intro .h2 {
	font-size: 4rem;
	line-height: 1.15;
}
.knowledge-intro .image {
	margin: 0;
}
.knowledge-intro .image img {
	display: block;
	width: 100%;
	height: 35.2rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 2rem;
}
@media (max-width: 1439.98px) {
	.knowledge-intro {
		font-size: 1.6rem;
		line-height: 1.375;
	}
}
@media (max-width: 991.98px) {
	.knowledge-intro .btns {
		gap: 2rem;
	}
	.knowledge-intro .btns .btn {
		padding: 1.1rem 2.9rem;
		border-width: 1px;
	}
	.knowledge-intro h1, .knowledge-intro .h1,
	.knowledge-intro h2,
	.knowledge-intro .h2 {
		line-height: 1.25;
	}
	.knowledge-intro .image img {
		height: auto;
		aspect-ratio: 342/226;
	}
}

/* knowledge-gallery-section */
.knowledge-gallery-section {
	padding: 5rem 0;
}
.knowledge-intro + .knowledge-gallery-section {
	padding-top: 0;
}
.knowledge-gallery-section .headline {
	padding: 0 0 5rem;
}
@media (max-width: 1439.98px) {
	.knowledge-intro + .knowledge-gallery-section {
		padding-top: 5rem;
	}
}
@media (max-width: 991.98px) {
	.knowledge-intro + .knowledge-gallery-section {
		padding-top: 0;
	}
}

/* knowledge-gallery */
.knowledge-gallery {
	overflow: visible;
}
.knowledge-gallery .swiper-slide {
	width: 44rem;
}
.knowledge-gallery .swiper-slide > a {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 100%;
}
.knowledge-gallery .swiper-slide > a:hover, .knowledge-gallery .swiper-slide > a:focus {
	color: inherit;
	text-decoration: none;
}
.knowledge-gallery .swiper-scrollbar {
	margin-top: 5rem;
}
@media (max-width: 991.98px) {
	.knowledge-gallery .swiper-slide {
		width: 34.2rem;
	}
}
@media (max-width: 401.98px) {
	.knowledge-gallery .swiper-slide {
		width: 284px;
	}
}

/* knowledge-box */
.knowledge-box {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
	margin: 0;
}
.knowledge-box .img img {
	display: block;
	width: 100%;
	height: 25rem;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 2rem;
}
.knowledge-box figcaption {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}
.knowledge-box figcaption h3, .knowledge-box figcaption .h3 {
	color: inherit;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.28572;
}
.knowledge-box:hover figcaption h3, .knowledge-box:hover figcaption .h3 {
	text-decoration: underline;
}
@media (max-width: 1439.98px) {
	.knowledge-box {
		font-size: 1.6rem;
		line-height: 1.375;
	}
}
@media (max-width: 991.98px) {
	.knowledge-box .img img {
		height: auto;
		aspect-ratio: 342/226;
	}
}

/* knowledge-section */
.knowledge-section {
	position: relative;
	z-index: 0;
	padding-block: 5rem;
}
.knowledge-section .row {
	--bs-gutter-x: 5rem;
	row-gap: 5rem;
}
.knowledge-section .row > div[class^=col-] > a {
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}
.knowledge-section .row > div[class^=col-] > a:hover, .knowledge-section .row > div[class^=col-] > a:focus {
	color: inherit;
	text-decoration: none;
}
@media (max-width: 1439.98px) {
	.knowledge-section .row {
		--bs-gutter-x: 2rem;
	}
}
@media (max-width: 991.98px) {
	.knowledge-section {
		padding-block: 9rem 5rem;
	}
	.knowledge-section .row {
		row-gap: 3rem;
	}
}

.btn-link-circle {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	width: 4rem;
	aspect-ratio: 1/1;
	color: #fff;
	background-color: #282753;
	flex-shrink: 0;
	border-radius: 100%;
}
.btn-link-circle .fa-solid {
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.7rem;
}
.btn-link-circle:hover {
	color: #fff;
	background-color: rgb(75.2786885246, 71.606557377, 152.393442623);
}

.btn-close {
	--bs-btn-close-size: 4.4rem;
	--bs-btn-close-border-width: 0.2rem;
	--bs-btn-close-border-radius: 100%;
	--bs-btn-close-z-index: 10;
	--bs-btn-close-ico-size: 75%;
	--bs-btn-close-ico-line-width: 0.3rem;
	--bs-btn-close-ico-line-border-radius: 999.9rem;
	--bs-btn-close-opacity: 1;
	--bs-btn-close-white-filter: none;
	--bs-btn-close-color: #fff;
	--bs-btn-close-bg: #292753;
	--bs-btn-close-border-color: var(--bs-btn-close-bg);
	--bs-btn-close-hover-ico-size: calc(var(--bs-btn-close-ico-size) + 10%);
	--bs-btn-close-hover-color: var(--bs-btn-close-color);
	--bs-btn-close-hover-bg: var(--bs-btn-close-bg);
	--bs-btn-close-hover-border-color: var(--bs-btn-close-bg);
	--bs-btn-close-hover-opacity: 1;
	--bs-btn-close-focus-shadow: none;
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 1;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	z-index: var(--bs-btn-close-z-index);
	width: var(--bs-btn-close-size);
	height: var(--bs-btn-close-size);
	padding: 0;
	color: var(--bs-btn-close-color);
	background: var(--bs-btn-close-bg);
	border: var(--bs-btn-close-border-width) solid var(--bs-btn-close-border-color);
	border-radius: var(--bs-btn-close-border-radius);
	opacity: var(--bs-btn-close-opacity);
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}
.btn-close::before, .btn-close::after {
	content: "";
	position: absolute;
	z-index: var(--bs-btn-close-z-index);
	top: 50%;
	left: 50%;
	width: var(--bs-btn-close-ico-size);
	height: var(--bs-btn-close-ico-line-width);
	background-color: var(--bs-btn-close-color);
	border-radius: var(--bs-btn-close-ico-line-border-radius);
	transition: all 0.3s ease;
}
.btn-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-close:hover {
	text-decoration: none;
	color: var(--bs-btn-close-hover-color);
	background-color: var(--bs-btn-close-hover-bg);
	border-color: var(--bs-btn-close-hover-border-color);
	opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:hover::before, .btn-close:hover::after {
	width: var(--bs-btn-close-hover-ico-size);
	background-color: var(--bs-btn-close-hover-color);
}
.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
}
@media (max-width: 991.98px) {
	.btn-close {
		--bs-btn-close-size: 3rem;
	}
}

.btn-menu {
	--btn-menu-width: 4.3rem;
	--btn-menu-height: 3.5rem;
	--btn-menu-border-width: 0;
	--btn-menu-border-radius: 0;
	--btn-menu-burger-ico-line-width: 100%;
	--btn-menu-burger-ico-line-width-active: 130%;
	--btn-menu-burger-ico-line-height: 0.3rem;
	--btn-menu-burger-ico-line-distance: 1.3rem;
	--btn-menu-burger-ico-line-border-radius: 999.9rem;
	--btn-menu-burger-ico-line-deg: 37deg;
	--btn-menu-color: inherit;
	--btn-menu-bg-color: transparent;
	--btn-menu-border-color: var(--btn-menu-bg-color);
	--btn-menu-burger-ico-color: var(--btn-menu-color);
	--btn-menu-hover-color: var(--btn-menu-color);
	--btn-menu-hover-bg-color: var(--btn-menu-bg-color);
	--btn-menu-hover-border-color: var(--btn-menu-border-color);
	--btn-menu-hover-opacity: 0.75;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: var(--btn-menu-width);
	height: var(--btn-menu-height);
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	color: var(--btn-menu-color);
	background: var(--btn-menu-bg-color);
	border: solid var(--btn-menu-border-color);
	border-width: var(--btn-menu-border-width);
	border-radius: var(--btn-menu-border-radius);
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}
.btn-menu > span {
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
	width: var(--btn-menu-burger-ico-line-width);
	max-width: 100%;
	height: var(--btn-menu-burger-ico-line-height);
	background-color: currentColor;
	border-radius: var(--btn-menu-burger-ico-line-border-radius);
	transition: all 0.3s ease;
}
.btn-menu > span:nth-child(1):not(.menu-opened .btn-menu > span:nth-child(1)) {
	margin-top: calc((var(--btn-menu-burger-ico-line-distance) + var(--btn-menu-burger-ico-line-height)) * -1);
}
.menu-opened .btn-menu > span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(var(--btn-menu-burger-ico-line-deg));
	width: var(--btn-menu-burger-ico-line-width-active);
	max-width: var(--btn-menu-burger-ico-line-width-active);
}
.btn-menu > span:nth-child(2) {
	inset-inline-start: 0;
	transform: translate(0, -50%);
	width: 3.5rem;
}
.menu-opened .btn-menu > span:nth-child(2) {
	opacity: 0;
}
.btn-menu > span:nth-child(3):not(.menu-opened .btn-menu > span:nth-child(3)) {
	margin-top: calc(var(--btn-menu-burger-ico-line-distance) + var(--btn-menu-burger-ico-line-height));
}
.menu-opened .btn-menu > span:nth-child(3) {
	transform: translate(-50%, -50%) rotate(calc(var(--btn-menu-burger-ico-line-deg) * -1));
	width: var(--btn-menu-burger-ico-line-width-active);
	max-width: var(--btn-menu-burger-ico-line-width-active);
}
@media (min-width: 992px) {
	.btn-menu:hover {
		color: var(--btn-menu-hover-color);
		background-color: var(--btn-menu-hover-bg-color);
		border-color: var(--btn-menu-hover-border-color);
		opacity: var(--btn-menu-hover-opacity);
	}
}

.btn-circle-link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: #fff;
	background-color: #282753;
	width: 4.6rem;
	aspect-ratio: 1/1;
	border-radius: 100%;
	flex-shrink: 0;
	text-decoration: none;
}
.btn-circle-link::before {
	content: "";
	--mask-item-width: 1.6rem;
	--mask-item-height: var(--mask-item-width);
	width: var(--mask-item-width);
	height: var(--mask-item-height);
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-arrow-external-link-white-002.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-arrow-external-link-white-002.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: var(--mask-item-width) var(--mask-item-height);
	        mask-size: var(--mask-item-width) var(--mask-item-height);
	background-color: currentColor;
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
}
.btn-circle-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgb(75.2786885246, 71.606557377, 152.393442623);
}

.circle-btn {
	position: relative;
	overflow: hidden;
	width: 20rem;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	text-align: center;
	color: #fff;
	background-color: #292753;
	border-radius: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 1rem;
	padding: 2rem 1rem;
	font-size: 2.8rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.circle-btn .circle-btn-text {
	width: 100%;
}
.circle-btn .circle-btn-arrow {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 3rem;
}
.circle-btn .circle-btn-arrow img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.circle-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #292753;
	transform: scale(1.1);
}
@media (max-width: 991.98px) {
	.circle-btn {
		width: 14rem;
		padding-block: 1rem;
		font-size: 1.6rem;
	}
	.circle-btn .circle-btn-arrow {
		height: 2rem;
	}
}

.form-control {
	--input-height: 5.4rem;
	--input-border-width: 0 0 1px;
	--input-border-radius: 0;
	--input-disabled-opacity: 0.5;
	--input-font-size: 2rem;
	--input-font-weight: 400;
	--input-font-family: Lato, sans-serif;
	--input-padding-x: 1.6rem;
	--input-padding-y: 0.2rem;
	--input-text-color: #282753;
	--input-placeholder-color: var(--input-text-color);
	--input-bg-color: transparent;
	--input-border-color: var(--input-text-color);
	--input-text-active-color: var(--input-text-color);
	--input-bg-active-color: var(--input-bg-color);
	--input-border-active-color: var(--input-border-color);
	display: block;
	width: 100%;
	height: var(--input-height);
	font: var(--input-font-weight) var(--input-font-size) var(--input-font-family);
	color: var(--input-text-color);
	background-color: var(--input-bg-color);
	border: solid var(--input-border-color);
	border-width: var(--input-border-width);
	padding: var(--input-padding-y) var(--input-padding-x);
	margin: 0;
	box-shadow: none;
	border-radius: var(--input-border-radius);
	-webkit-appearance: none;
}
.form-control::-moz-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
}
.form-control::placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
}
.form-control:focus, .form-control:active {
	outline: none;
	box-shadow: none;
	color: var(--input-text-active-color);
	background-color: var(--input-bg-active-color);
	border-color: var(--input-border-active-color);
}
.form-control:focus::-moz-placeholder {
	opacity: 0;
}
.form-control:focus::placeholder {
	opacity: 0;
}

textarea.form-control {
	--textarea-min-height: 9.9rem;
	--textarea-line-height: 1.25;
	--textarea-padding-y: 1.5rem;
	min-height: var(--textarea-min-height);
	line-height: var(--textarea-line-height);
	padding-block: var(--textarea-padding-y);
	overflow-x: hidden;
	overflow-y: auto;
	resize: vertical;
}

.custom-checkbox,
.wpcf7-form-control-wrap {
	--custom-checkbox-margin-bottom: 0;
	--custom-checkbox-text-inline-start-offset: 3.1rem;
	--custom-checkbox-width: 2.4rem;
	--custom-checkbox-height: var(--custom-checkbox-width);
	--custom-checkbox-border-width: 1px;
	--custom-checkbox-top: -0.2rem;
	--custom-checkbox-inline-start: 0;
	--custom-checkbox-font-size: 1.6rem;
	--custom-checkbox-line-height: 1.375;
	--custom-checkbox-font-weight: 500;
	--custom-checkbox-font-family: Lato, sans-serif;
	--custom-checkbox-ico-top: 0.6rem;
	--custom-checkbox-ico-inline-start: 0.6rem;
	--custom-checkbox-ico-width: 1.4rem;
	--custom-checkbox-ico-height: 0.6rem;
	--custom-checkbox-ico-border-width: 0.2rem;
	--custom-checkbox-ico-rotate: -45deg;
	--custom-checkbox-ico-image-arrow-url: none;
	--custom-checkbox-text-color: #282753;
	--custom-checkbox-bg-color: #fff;
	--custom-checkbox-border-color: var(--custom-checkbox-text-color);
	--custom-checkbox-ico-border-color: var(--custom-checkbox-text-color);
	--custom-checkbox-checked-bg-color: var(--custom-checkbox-bg-color);
	--custom-checkbox-checked-border-color: var(--custom-checkbox-border-color);
	--custom-checkbox-checked-ico-border-color: var(--custom-checkbox-ico-border-color);
	--custom-checkbox-link-color: var(--custom-checkbox-text-color);
	--custom-checkbox-link-text-decoration: underline;
	--custom-checkbox-link-hover-color: var(--custom-checkbox-text-color);
	--custom-checkbox-link-hover-text-decoration: none;
	display: block;
	position: relative;
	color: var(--custom-checkbox-text-color);
	font-size: var(--custom-checkbox-font-size);
	line-height: var(--custom-checkbox-line-height);
	font-weight: var(--custom-checkbox-font-weight);
	font-family: var(--custom-checkbox-font-family);
	margin: 0 0 var(--custom-checkbox-margin-bottom);
}
.custom-checkbox .wpcf7-form-control,
.wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
}
.custom-checkbox .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-list-item {
	display: block;
	margin: 0;
}
.custom-checkbox label,
.wpcf7-form-control-wrap label {
	display: block;
	font-weight: inherit;
	margin: 0;
}
.custom-checkbox input[type=checkbox],
.wpcf7-form-control-wrap input[type=checkbox] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	inset-block-start: -999.9rem;
}
.custom-checkbox input[type=checkbox] + span,
.custom-checkbox input[type=checkbox] .wpcf7-list-item-label,
.wpcf7-form-control-wrap input[type=checkbox] + span,
.wpcf7-form-control-wrap input[type=checkbox] .wpcf7-list-item-label {
	display: block;
	position: relative;
	padding-inline-start: var(--custom-checkbox-text-inline-start-offset);
}
.custom-checkbox input[type=checkbox] + span::before,
.custom-checkbox input[type=checkbox] .wpcf7-list-item-label::before,
.wpcf7-form-control-wrap input[type=checkbox] + span::before,
.wpcf7-form-control-wrap input[type=checkbox] .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset-block-start: var(--custom-checkbox-top);
	inset-inline-start: var(--custom-checkbox-inline-start);
	width: var(--custom-checkbox-width);
	height: var(--custom-checkbox-height);
	background-color: var(--custom-checkbox-bg-color);
	border: var(--custom-checkbox-border-width) solid var(--custom-checkbox-border-color);
	border-radius: 0.2rem;
	transition: all 0.3s ease;
}
.custom-checkbox input[type=checkbox] + span::after,
.custom-checkbox input[type=checkbox] .wpcf7-list-item-label::after,
.wpcf7-form-control-wrap input[type=checkbox] + span::after,
.wpcf7-form-control-wrap input[type=checkbox] .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	z-index: 3;
	inset-block-start: var(--custom-checkbox-ico-top);
	inset-inline-start: var(--custom-checkbox-ico-inline-start);
	width: var(--custom-checkbox-ico-width);
	height: var(--custom-checkbox-ico-height);
	border: solid var(--custom-checkbox-ico-border-color);
	border-width: 0 0 var(--custom-checkbox-ico-border-width) var(--custom-checkbox-ico-border-width);
	transform: rotate(var(--custom-checkbox-ico-rotate));
	-webkit-mask-image: var(--custom-checkbox-ico-image-arrow-url);
	        mask-image: var(--custom-checkbox-ico-image-arrow-url);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: var(--custom-checkbox-ico-width) var(--custom-checkbox-ico-height);
	        mask-size: var(--custom-checkbox-ico-width) var(--custom-checkbox-ico-height);
	background-color: var(--custom-checkbox-ico-image-color);
	transition: all 0.3s ease;
	opacity: 0;
}
.custom-checkbox input[type=checkbox] + span a,
.custom-checkbox input[type=checkbox] .wpcf7-list-item-label a,
.wpcf7-form-control-wrap input[type=checkbox] + span a,
.wpcf7-form-control-wrap input[type=checkbox] .wpcf7-list-item-label a {
	color: var(--custom-checkbox-link-color);
	-webkit-text-decoration: var(--custom-checkbox-link-text-decoration);
	        text-decoration: var(--custom-checkbox-link-text-decoration);
}
.custom-checkbox input[type=checkbox] + span a:hover,
.custom-checkbox input[type=checkbox] .wpcf7-list-item-label a:hover,
.wpcf7-form-control-wrap input[type=checkbox] + span a:hover,
.wpcf7-form-control-wrap input[type=checkbox] .wpcf7-list-item-label a:hover {
	color: var(--custom-checkbox-link-hover-color);
	-webkit-text-decoration: var(--custom-checkbox-link-hover-text-decoration);
	        text-decoration: var(--custom-checkbox-link-hover-text-decoration);
}
.custom-checkbox input[type=checkbox]:checked + span::before,
.wpcf7-form-control-wrap input[type=checkbox]:checked + span::before {
	background-color: var(--custom-checkbox-checked-bg-color);
	border-color: var(--custom-checkbox-checked-border-color);
}
.custom-checkbox input[type=checkbox]:checked + span::after,
.wpcf7-form-control-wrap input[type=checkbox]:checked + span::after {
	opacity: 1;
	background-color: var(--custom-checkbox-checked-ico-image-color);
	border-color: var(--custom-checkbox-checked-ico-border-color);
}

.custom-v-scroll {
	height: 12.2rem;
	overflow-x: hidden;
	overflow-y: auto;
}
.custom-v-scroll .simplebar-track.simplebar-vertical {
	width: 1.2rem;
	background-color: transparent;
	border-radius: 999.9rem;
}
.custom-v-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	inset-block: 1rem;
	inset-inline-start: 0;
	width: 0.5rem;
	border-radius: 999.9rem;
	background-color: #282753;
	opacity: 1;
}
.custom-v-scroll .custom-v-scroll-body {
	padding-block: 1.2rem;
	padding-inline-start: 1rem;
	padding-inline-end: 2.8rem;
}
.custom-v-scroll.custom-v-scroll-height-large {
	height: 16.2rem;
}

.custom-dropdown {
	--custom-dropdown-height: 4rem;
	--custom-dropdown-border-width: 1px;
	--custom-dropdown-padding-inline: 2rem;
	--custom-dropdown-border-radius: 999.9rem;
	--custom-dropdown-font-size: 1.4rem;
	--custom-dropdown-line-height: 1.286;
	--custom-dropdown-font-weight: 500;
	--custom-dropdown-font-family: NaN Hyena Sunset, sans-serif;
	--custom-dropdown-color: #fff;
	--custom-dropdown-bg-color: #282753;
	--custom-dropdown-toggle-border-width: var(--custom-dropdown-border-width);
	--custom-dropdown-toggle-padding-inline-start: var(--custom-dropdown-padding-inline);
	--custom-dropdown-toggle-padding-inline-end: calc(var(--custom-dropdown-toggle-padding-inline-start) + 2.5rem);
	--custom-dropdown-toggle-padding-block: calc((var(--custom-dropdown-height) - (var(--custom-dropdown-border-width) * 2) - (var(--custom-dropdown-font-size) * var(--custom-dropdown-line-height))) * 0.5);
	--custom-dropdown-toggle-font-size: var(--custom-dropdown-font-size);
	--custom-dropdown-toggle-line-height: var(--custom-dropdown-line-height);
	--custom-dropdown-toggle-font-weight: var(--custom-dropdown-font-weight);
	--custom-dropdown-toggle-font-family: var(--custom-dropdown-font-family);
	--custom-dropdown-toggle-arrow-size: 1.6rem;
	--custom-dropdown-toggle-arrow-inset-inline-end: var(--custom-dropdown-padding-inline);
	--custom-dropdown-toggle-text-color: var(--custom-dropdown-color);
	--custom-dropdown-toggle-bg-color: var(--custom-dropdown-bg-color);
	--custom-dropdown-toggle-border-color: var(--custom-dropdown-toggle-bg-color);
	--custom-dropdown-toggle-arrow-color: var(--custom-dropdown-toggle-text-color);
	--custom-dropdown-menu-zindex: 80;
	--custom-dropdown-menu-top-offset: 2rem;
	--custom-dropdown-menu-width: 39.5rem;
	--custom-dropdown-menu-inset-block-start: 100%;
	--custom-dropdown-menu-inset-inline-start: auto;
	--custom-dropdown-menu-inset-inline-end: 0;
	--custom-dropdown-menu-box-shadow: none;
	--custom-dropdown-menu-border-width: 0;
	--custom-dropdown-menu-border-radius: var(--border-radius-base);
	--custom-dropdown-menu-font-size: var(--custom-dropdown-font-size);
	--custom-dropdown-menu-line-height: var(--custom-dropdown-line-height);
	--custom-dropdown-menu-font-weight: var(--custom-dropdown-font-weight);
	--custom-dropdown-menu-font-family: var(--custom-dropdown-font-family);
	--custom-dropdown-menu-padding-inline: 3rem;
	--custom-dropdown-menu-padding-block-start: var(--custom-dropdown-menu-padding-inline);
	--custom-dropdown-menu-padding-block-end: var(--custom-dropdown-menu-padding-block-start);
	--custom-dropdown-menu-item-padding-block: 1.1rem;
	--custom-dropdown-menu-item-padding-inline: 0;
	--custom-dropdown-menu-color: var(--custom-dropdown-color);
	--custom-dropdown-menu-bg: var(--custom-dropdown-bg-color);
	--custom-dropdown-menu-border-color: var(--custom-dropdown-menu-color);
	--custom-dropdown-menu-link-color: var(--custom-dropdown-menu-color);
	--custom-dropdown-menu-link-hover-color: #f5bf9e;
	--custom-dropdown-menu-link-hover-bg: transparent;
	--custom-dropdown-menu-link-active-color: var(--custom-dropdown-menu-link-hover-color);
	--custom-dropdown-menu-link-active-bg: var(--custom-dropdown-menu-link-hover-bg);
	--custom-dropdown-menu-link-disabled-color: var(--custom-dropdown-menu-link-color);
	position: relative;
}
.custom-dropdown .custom-dropdown-toggle {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: var(--custom-dropdown-color);
	background: var(--custom-dropdown-toggle-bg-color);
	border: var(--custom-dropdown-toggle-border-width) solid var(--custom-dropdown-toggle-border-color);
	border-radius: var(--custom-dropdown-border-radius);
	padding: var(--custom-dropdown-toggle-padding-block) var(--custom-dropdown-toggle-padding-inline-end) var(--custom-dropdown-toggle-padding-block) var(--custom-dropdown-toggle-padding-inline-start);
	font-size: var(--custom-dropdown-toggle-font-size);
	line-height: var(--custom-dropdown-toggle-line-height);
	font-weight: var(--custom-dropdown-toggle-font-weight);
	font-family: var(--custom-dropdown-toggle-font-family);
	text-align: start;
}
.custom-dropdown .custom-dropdown-toggle::after {
	--mask-item-width: var(--custom-dropdown-toggle-arrow-size);
	--mask-item-height: var(--mask-item-width);
	content: "";
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-end: var(--custom-dropdown-toggle-arrow-inset-inline-end);
	transform: translate(0, -50%);
	width: var(--mask-item-width);
	height: var(--mask-item-height);
	flex-shrink: 0;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-arrow-down-white-001.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-arrow-down-white-001.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: var(--mask-item-width) var(--mask-item-height);
	        mask-size: var(--mask-item-width) var(--mask-item-height);
	background-color: currentColor;
	transition: all 0.3s ease;
}
.custom-dropdown .custom-dropdown-menu {
	position: absolute;
	z-index: var(--custom-dropdown-menu-zindex);
	inset-block-start: var(--custom-dropdown-menu-inset-block-start);
	inset-inline-start: var(--custom-dropdown-menu-inset-inline-start);
	inset-inline-end: var(--custom-dropdown-menu-inset-inline-end);
	width: var(--custom-dropdown-menu-width);
	color: var(--custom-dropdown-color);
	box-shadow: var(--custom-dropdown-menu-box-shadow);
	list-style: none;
	margin: var(--custom-dropdown-menu-top-offset) 0 0;
	padding: var(--custom-dropdown-menu-padding-block-start) var(--custom-dropdown-menu-padding-inline) var(--custom-dropdown-menu-padding-block-end);
	background-color: var(--custom-dropdown-menu-bg);
	border: solid var(--custom-dropdown-menu-border-color);
	border-width: var(--custom-dropdown-menu-border-width);
	border-radius: var(--custom-dropdown-menu-border-radius);
	text-align: start;
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
	max-height: 40dvh;
	overflow-y: auto;
	overflow-x: hidden;
}
.custom-dropdown .custom-dropdown-menu > li {
	position: relative;
}
.custom-dropdown .custom-dropdown-menu .custom-dropdown-menu-title {
	margin-bottom: 3.2rem;
	color: var(--custom-dropdown-color);
	font-size: 2.8rem;
	line-height: 1.286;
}
.custom-dropdown .custom-dropdown-menu .custom-dropdown-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom-dropdown .custom-dropdown-menu .custom-dropdown-menu-list > li {
	position: relative;
	border-bottom: 1px solid currentColor;
	margin-bottom: 1.9rem;
}
.custom-dropdown .custom-dropdown-menu .custom-dropdown-menu-list > li:last-child {
	margin-bottom: 0;
}
.custom-dropdown .custom-dropdown-menu a,
.custom-dropdown .custom-dropdown-menu button {
	display: block;
	width: 100%;
	font-size: var(--custom-dropdown-menu-font-size);
	line-height: var(--custom-dropdown-menu-line-height);
	font-weight: var(--custom-dropdown-menu-font-weight);
	font-family: var(--custom-dropdown-menu-font-family);
	text-align: start;
	text-decoration: none;
	white-space: normal;
	color: var(--custom-dropdown-menu-link-color);
	background: none;
	border: 0;
	padding-block: var(--custom-dropdown-menu-item-padding-block);
	padding-inline-start: var(--custom-dropdown-menu-item-padding-inline);
	padding-inline-end: 2.6rem;
	position: relative;
}
.custom-dropdown .custom-dropdown-menu a::after,
.custom-dropdown .custom-dropdown-menu button::after {
	--mask-item-width: 1.6rem;
	--mask-item-height: var(--mask-item-width);
	content: "";
	width: var(--mask-item-width);
	height: var(--mask-item-height);
	flex-shrink: 0;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-arrow-external-link-white-001.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-arrow-external-link-white-001.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: var(--mask-item-width) var(--mask-item-height);
	        mask-size: var(--mask-item-width) var(--mask-item-height);
	background-color: currentColor;
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-end: 0;
	transform: translate(0, -50%);
}
.custom-dropdown .custom-dropdown-menu a:hover,
.custom-dropdown .custom-dropdown-menu button:hover {
	color: var(--custom-dropdown-menu-link-hover-color);
	background-color: var(--custom-dropdown-menu-link-hover-bg);
}
.custom-dropdown .custom-dropdown-menu a.active,
.custom-dropdown .custom-dropdown-menu button.active {
	color: var(--custom-dropdown-menu-link-active-color);
	background-color: var(--custom-dropdown-menu-link-active-bg);
}
.custom-dropdown .custom-dropdown-menu li:first-child a,
.custom-dropdown .custom-dropdown-menu li:first-child button {
	border-start-start-radius: var(--custom-dropdown-menu-border-radius);
	border-start-end-radius: var(--custom-dropdown-menu-border-radius);
}
.custom-dropdown .custom-dropdown-menu li:last-child a,
.custom-dropdown .custom-dropdown-menu li:last-child button {
	border-end-end-radius: var(--custom-dropdown-menu-border-radius);
	border-end-start-radius: var(--custom-dropdown-menu-border-radius);
}
.custom-dropdown .custom-dropdown-menu li.active > a {
	color: var(--custom-dropdown-menu-link-active-color);
	background-color: var(--custom-dropdown-menu-link-active-bg);
}
.custom-dropdown .custom-dropdown-menu li.disabled, .custom-dropdown .custom-dropdown-menu li:disabled, .custom-dropdown .custom-dropdown-menu li[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	color: var(--custom-dropdown-menu-link-disabled-color);
}
.custom-dropdown.custom-dropdown-opened .custom-dropdown-toggle::after {
	transform: translate(0, -50%) rotate(180deg);
}
.custom-dropdown.custom-dropdown-opened .custom-dropdown-menu {
	opacity: 1;
	pointer-events: all;
}
@media (max-width: 991.98px) {
	.custom-dropdown {
		--custom-dropdown-menu-top-offset: 1rem;
		--custom-dropdown-menu-width: auto;
		--custom-dropdown-menu-inset-inline-start: 0;
		display: block;
		width: 100%;
	}
	.custom-dropdown .custom-dropdown-toggle {
		display: block;
		width: 100%;
	}
}

.main-nav {
	position: relative;
	z-index: 100;
	color: #fff;
	background-color: #292753;
	border-radius: 999.9rem;
	padding: 0.8rem 2rem;
	font-size: 1.65rem;
	line-height: 1;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.main-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 4rem;
}
.main-nav > ul > li {
	flex-shrink: 0;
	display: flex;
}
.main-nav > ul > li > a {
	color: inherit;
	text-decoration: none;
	padding-block: 0.3rem;
}
.main-nav > ul > li > a:hover {
	text-decoration: none;
}
.main-nav > ul > li:hover > a, .main-nav > ul > li.active > a {
	opacity: 0.75;
}
.header-white .main-nav {
	color: #282753;
	background-color: #fff;
}

.publication-card {
	width: 100%;
}
.publication-card .publication-card-ico {
	position: relative;
	overflow: hidden;
	width: 8.8rem;
	aspect-ratio: 1/1;
	background-color: #cab1d1;
	border-radius: var(--border-radius-base);
	margin-bottom: 3rem;
}
.publication-card .publication-card-ico img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 5rem;
	max-height: 5rem;
}
.publication-card h3, .publication-card .h3 {
	color: inherit;
	margin-bottom: 2rem;
	padding-inline-end: 4rem;
	font-size: 2.8rem;
	line-height: 1.286;
}
.publication-card h3 a, .publication-card .h3 a {
	color: inherit;
	text-decoration: none;
}
.publication-card h3 a:hover, .publication-card .h3 a:hover {
	color: inherit;
	text-decoration: underline;
}
.publication-card .publication-card-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.3;
}
.publication-card .publication-card-meta > li {
	display: inline;
}
.publication-card .publication-card-meta > li::after {
	content: "|";
	padding-inline-start: 0.4rem;
}
.publication-card .publication-card-meta > li:last-child::after {
	display: none;
}
@media (max-width: 1439.98px) {
	.publication-card .publication-card-ico {
		width: 9rem;
	}
	.publication-card h3, .publication-card .h3 {
		padding-inline-end: 2.5rem;
	}
	.publication-card .publication-card-meta {
		font-size: 1.6rem;
		line-height: 1.375;
	}
}
@media (max-width: 991.98px) {
	.publication-card h3, .publication-card .h3 {
		padding-inline-end: 0;
	}
}

.value-card {
	width: 100%;
	min-height: 32.2rem;
	color: #292753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	padding: 3rem;
	font-size: 1.6rem;
	line-height: 1.375;
	margin: 0;
}
.value-card .value-card-ico {
	position: relative;
	overflow: hidden;
	width: 8.8rem;
	aspect-ratio: 1/1;
	border-radius: var(--border-radius-base);
}
.value-card .value-card-ico img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 5rem;
	max-height: 5rem;
}
.value-card figcaption {
	padding-top: 3rem;
}
.value-card figcaption h3, .value-card figcaption .h3 {
	color: inherit;
	margin-bottom: 2rem;
	font-size: 2.8rem;
	line-height: 1.286;
}
.value-card figcaption p:last-child {
	margin-bottom: 0;
}
.value-card.value-card-magenta .value-card-ico {
	background-color: #cab1d1;
}
.value-card.value-card-soft-orange .value-card-ico {
	background-color: #f5bf9e;
}
.value-card.value-card-ligth-blue .value-card-ico {
	background-color: #d1ebff;
}
.value-card.value-card-green .value-card-ico {
	background-color: #c2d5a6;
}
.value-card.value-card-light-orange .value-card-ico {
	background-color: #f3e8df;
}
@media (max-width: 1439.98px) {
	.value-card {
		min-height: 32.4rem;
	}
	.value-card .value-card-ico {
		width: 9rem;
	}
}
@media (max-width: 991.98px) {
	.value-card {
		min-height: 0;
		padding: 2rem;
	}
	.value-card .value-card-ico {
		width: 8.8rem;
	}
	.value-card figcaption h3, .value-card figcaption .h3 {
		font-size: 3rem;
		line-height: 1.333;
	}
}

.person-card {
	width: 100%;
	color: #292753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	padding: 4rem;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.person-card .person-card-caption-row {
	width: 100%;
}
.person-card .person-card-caption {
	position: relative;
	overflow: hidden;
	width: 8.8rem;
	aspect-ratio: 1/1;
	border-radius: 100%;
}
.person-card .person-card-caption img {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.person-card .person-card-heading {
	width: 100%;
}
.person-card .person-card-heading h3, .person-card .person-card-heading .h3 {
	color: inherit;
	font-size: 2.8rem;
	line-height: 1.286;
	font-weight: 500;
	margin-bottom: 0;
}
.person-card .person-card-heading h4, .person-card .person-card-heading .h4 {
	color: inherit;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	font-family: "Lato", sans-serif;
	margin-bottom: 0;
}
.person-card .person-card-body {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.375;
}
.person-card .person-card-body p:last-child {
	margin-bottom: 0;
}
.person-card .person-card-footer {
	width: 100%;
}
.person-card .person-card-footer .social li {
	flex-shrink: 0;
	display: flex;
}
.person-card .person-card-footer .social li a {
	width: 4rem;
	position: relative;
	overflow: hidden;
}
.person-card .person-card-footer .social li i {
	font-size: 1.8rem;
}
.person-card .person-card-footer .social li i.fa-butterfly::after {
	--mask-item-width: 1.6rem;
	--mask-item-height: var(--mask-item-width);
	content: "";
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
	width: var(--mask-item-width);
	height: var(--mask-item-height);
	flex-shrink: 0;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-butterfly-white-001.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/ico-butterfly-white-001.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: var(--mask-item-width) var(--mask-item-height);
	        mask-size: var(--mask-item-width) var(--mask-item-height);
	background-color: currentColor;
}
@media (max-width: 1439.98px) {
	.person-card {
		padding: 3rem;
	}
	.person-card .person-card-caption {
		width: 9rem;
	}
}
@media (max-width: 991.98px) {
	.person-card {
		padding: 2rem;
	}
	.person-card .person-card-heading {
		margin-bottom: -1rem;
	}
}

.logos-card {
	width: 100%;
	color: #282753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	padding: 3rem;
	display: flex;
	flex-direction: column;
}
.logos-card .logos-card-heading {
	width: 100%;
	padding-bottom: 4.1rem;
}
.logos-card .logos-card-heading h3, .logos-card .logos-card-heading .h3 {
	color: inherit;
	font-size: 2.8rem;
	line-height: 1.286;
}
.logos-card .logos-card-heading h3:last-child, .logos-card .logos-card-heading .h3:last-child {
	margin-bottom: 0;
}
.logos-card .logos-card-body {
	width: 100%;
	margin-block: auto;
}
.logos-card .logos-card-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4rem 6rem;
}
.logos-card .logos-card-list > li {
	display: flex;
	flex-shrink: 0;
}
.logos-card .logos-card-list > li figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.logos-card .logos-card-list > li figure img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
@media (max-width: 991.98px) {
	.logos-card {
		padding: 20px;
	}
	.logos-card .logos-card-heading {
		padding-bottom: 27px;
		text-align: center;
	}
	.logos-card .logos-card-heading h3, .logos-card .logos-card-heading .h3 {
		font-size: 30px;
		line-height: 1.333;
	}
	.logos-card .logos-card-list {
		row-gap: 12px;
	}
}
@media (max-width: 767.98px) {
	.logos-card .logos-card-list > li {
		width: 100%;
		justify-content: center;
	}
}

.vacancy-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #282753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	padding: 4rem;
	row-gap: 3rem;
}
.vacancy-card .vacancy-card-heading {
	width: 100%;
}
.vacancy-card .vacancy-card-heading .vacancy-card-ico {
	position: relative;
	overflow: hidden;
	width: 8.8rem;
	aspect-ratio: 1/1;
	background-color: #cab1d1;
	border-radius: var(--border-radius-base);
	margin-bottom: 2rem;
}
.vacancy-card .vacancy-card-heading .vacancy-card-ico img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 4rem;
	max-height: 4rem;
}
.vacancy-card .vacancy-card-heading h3, .vacancy-card .vacancy-card-heading .h3 {
	color: inherit;
	font-size: 2.8rem;
	line-height: 1.286;
	margin-bottom: 0;
}
.vacancy-card .vacancy-card-heading h4, .vacancy-card .vacancy-card-heading .h4 {
	color: inherit;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: inherit;
	font-family: inherit;
	margin-bottom: 0;
}
.vacancy-card .vacancy-card-body {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.375;
}
.vacancy-card .vacancy-card-body p:last-child {
	margin-bottom: 0;
}
.vacancy-card .vacancy-card-footer {
	width: 100%;
	margin-top: auto;
}
.vacancy-card .vacancy-card-footer .vacancy-card-btns-group {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}
.vacancy-card .vacancy-card-footer .vacancy-card-btns-group > li {
	display: flex;
	flex-shrink: 0;
}
@media (max-width: 1439.98px) {
	.vacancy-card {
		padding: 3rem;
	}
	.vacancy-card .vacancy-card-heading .vacancy-card-ico {
		width: 9rem;
		margin-bottom: 3rem;
	}
}
@media (max-width: 767.98px) {
	.vacancy-card .vacancy-card-heading {
		margin-bottom: -1rem;
	}
}

.university-card {
	width: 100%;
	margin: 0;
}
.university-card .university-card-logo {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 2.2/1;
	background-color: #f3f3f3;
	border-radius: var(--border-radius-base);
}
.university-card .university-card-logo img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 85%;
	max-height: 85%;
}
.university-card figcaption {
	padding-top: 3rem;
}
.university-card figcaption h3, .university-card figcaption .h3 {
	color: #282753;
	font-size: 2.8rem;
	line-height: 1.286;
}
.university-card figcaption h3:last-child, .university-card figcaption .h3:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.university-card .university-card-logo {
		aspect-ratio: 1.71/1;
	}
}

.note-card {
	width: 100%;
	color: #282753;
	border: 1px solid currentColor;
	border-radius: 1rem;
	font-size: 1.4rem;
	line-height: 1.286;
}
.note-card p:last-child {
	margin-bottom: 0;
}

.rate-card {
	font-size: 1.6rem;
	line-height: 1.375;
	color: inherit;
	margin-bottom: 2rem;
}
.rate-card:last-child {
	margin-bottom: 0;
}
.rate-card h3, .rate-card .h3 {
	color: inherit;
	margin-bottom: 0.5rem;
	font-size: 4rem;
	line-height: 1.15;
}
.rate-card h3 .rate-card-value, .rate-card .h3 .rate-card-value {
	padding-inline-end: 0.5rem;
	font-weight: inherit;
}
.rate-card p:last-child {
	margin-bottom: 0;
}

.extra-card {
	color: #292753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15);
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
	margin: 0;
	padding: 3rem;
	position: relative;
}
.extra-card figcaption {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.375;
}
.extra-card figcaption h3, .extra-card figcaption .h3 {
	color: inherit;
	margin-bottom: 2rem;
	font-size: 5rem;
	line-height: 1.12;
}
.extra-card figcaption p {
	max-width: 38rem;
}
.extra-card figcaption p:last-child {
	margin-bottom: 0;
}
.extra-card .extra-card-image {
	width: 100%;
	aspect-ratio: 1.54/1;
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius-base);
}
.extra-card .extra-card-image img {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-height: 1000px) and (min-width: 992px) {
	.extra-card {
		width: 85%;
	}
}
@media (max-width: 1439.98px) {
	.extra-card {
		box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.06);
	}
	.extra-card figcaption h3, .extra-card figcaption .h3 {
		line-height: 1;
	}
	.extra-card .extra-card-image {
		aspect-ratio: 1.46/1;
	}
}
@media (max-width: 991.98px) {
	.extra-card {
		box-shadow: none;
		row-gap: var(--grid-gutter-x);
		padding: 20px;
	}
	.extra-card figcaption h3, .extra-card figcaption .h3 {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 1.2;
	}
	.extra-card figcaption p {
		max-width: 100%;
	}
	.extra-card .extra-card-image {
		aspect-ratio: 1.51/1;
	}
}

.story-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 3rem;
	color: #292753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
}
.story-card .story-card-image {
	margin: 0 0 3rem;
	width: 100%;
	aspect-ratio: 1.47/1;
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius-base);
}
.story-card .story-card-image .story-card-image-placeholder {
	position: absolute;
	z-index: 1;
	inset: 0;
	transition: all 0.3s ease;
	overflow: hidden;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks-002.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks-002.svg);
}
.story-card .story-card-image .story-card-image-placeholder .story-card-image-fader {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 2;
	inset: 0;
	background-color: #282753;
	transition: all 0.3s ease;
	opacity: 0;
}
.story-card .story-card-image .story-card-image-placeholder img {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.story-card .story-card-image figcaption {
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline: 0;
	transform: translate(0, -50%);
	padding: 3rem;
	text-align: center;
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
}
.story-card .story-card-body {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.375;
	padding-bottom: 2.5rem;
}
.story-card .story-card-body:last-child {
	padding-bottom: 0;
}
.story-card .story-card-body .story-card-body-badge-row {
	margin-bottom: 2rem;
}
.story-card .story-card-body .story-card-body-badge-row .badge {
	padding: 0.8rem 1.5rem;
	white-space: normal;
	text-align: start;
}
.story-card .story-card-body h3, .story-card .story-card-body .h3 {
	color: inherit;
	margin-bottom: 2rem;
	font-size: 4rem;
	line-height: 1.15;
}
.story-card .story-card-body h3:last-child, .story-card .story-card-body .h3:last-child {
	margin-bottom: 0;
}
.story-card .story-card-body p:last-child {
	margin-bottom: 0;
}
.story-card .story-card-footer {
	width: 100%;
	margin-top: auto;
	padding-top: 2.5rem;
	border-top: 1px solid currentColor;
	font-size: 2rem;
	line-height: 1.3;
}
.story-card .story-card-footer h4, .story-card .story-card-footer .h4 {
	color: inherit;
	margin-bottom: -0.6rem;
	font-size: 4rem;
	line-height: 1.15;
}
.story-card .story-card-footer h4:last-child, .story-card .story-card-footer .h4:last-child {
	margin-bottom: 0;
}
.story-card .story-card-footer p:last-child {
	margin-bottom: 0;
}
.story-card:hover .story-card-image .story-card-image-placeholder .story-card-image-fader {
	opacity: 0.5;
}
.story-card:hover figcaption {
	opacity: 1;
	pointer-events: all;
}
@media (max-height: 1000px) and (min-width: 992px) {
	.story-card .story-card-image {
		aspect-ratio: 2.58/1;
	}
	.story-card .story-card-image .story-card-image-placeholder {
		-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-2-blocks-horizontal.svg);
		        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-2-blocks-horizontal.svg);
	}
	.story-card .story-card-body .story-card-body-badge-row .badge {
		font-size: 1.75rem;
	}
	.story-card .story-card-body h3, .story-card .story-card-body .h3 {
		font-size: 3.5rem;
	}
}
@media (min-width: 768px) {
	.story-card .story-card-footer > .row > div[class^=col-] {
		position: relative;
	}
	.story-card .story-card-footer > .row > div[class^=col-] + div[class^=col-]::before {
		content: "";
		position: absolute;
		z-index: 5;
		inset-block: 0;
		inset-inline-start: 0;
		width: 1px;
		background-color: currentColor;
	}
}
@media (max-width: 767.98px) {
	.story-card {
		padding: 2rem;
	}
	.story-card .story-card-image {
		aspect-ratio: 1.9/1;
		margin-bottom: 2rem;
	}
	.story-card .story-card-image .story-card-image-placeholder {
		-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-2-blocks-horizontal.svg);
		        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-2-blocks-horizontal.svg);
	}
	.story-card .story-card-image figcaption {
		padding: 2rem;
	}
	.story-card .story-card-body {
		padding-bottom: 2rem;
	}
	.story-card .story-card-body .story-card-body-badge-row {
		margin-bottom: 2rem;
	}
	.story-card .story-card-body .story-card-body-badge-row .badge {
		padding: 0.8rem 1.5rem;
	}
	.story-card .story-card-body .story-card-body-badge-row .badge.badge-success {
		background-color: #c2d5a6;
	}
	.story-card .story-card-body h3, .story-card .story-card-body .h3 {
		margin-bottom: 0.5rem;
		font-size: 3rem;
	}
	.story-card .story-card-footer {
		padding-top: 2rem;
	}
	.story-card .story-card-footer h4, .story-card .story-card-footer .h4 {
		margin-bottom: 0;
		font-size: 3.6rem;
	}
}

.inform-card {
	width: 100%;
	color: #292753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	padding: 3rem;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.inform-card .inform-card-heading {
	width: 100%;
}
.inform-card .inform-card-heading .badge {
	padding-inline: 1.5rem;
}
.inform-card .inform-card-heading .inform-card-shape {
	position: relative;
	overflow: hidden;
	margin-block: 0;
	margin-inline-start: auto;
	margin-inline-end: 0;
	width: 100%;
	max-width: 6.7rem;
}
.inform-card .inform-card-heading .inform-card-shape img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.inform-card .inform-card-body {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.375;
}
.inform-card .inform-card-body h3, .inform-card .inform-card-body .h3 {
	color: inherit;
	margin-bottom: 1rem;
	font-size: 5rem;
	line-height: 1.12;
}
.inform-card .inform-card-body h3:last-child, .inform-card .inform-card-body .h3:last-child {
	margin-bottom: 0;
}
.inform-card .inform-card-body p:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.inform-card {
		padding: 2rem;
	}
	.inform-card .inform-card-body h3, .inform-card .inform-card-body .h3 {
		margin-bottom: 2rem;
		font-size: 3rem;
		line-height: 1.2;
	}
}

.statistic-card {
	width: 100%;
	color: #292753;
	font-size: 1.6rem;
	line-height: 1.375;
}
.statistic-card h3, .statistic-card .h3 {
	color: inherit;
	font-size: 5rem;
	line-height: 1.12;
	margin-bottom: 1rem;
}
.statistic-card h3:last-child, .statistic-card .h3:last-child {
	margin-bottom: 0;
}
.statistic-card p:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.statistic-card h3, .statistic-card .h3 {
		font-size: 4rem;
		line-height: 1.15;
	}
}

.image-card {
	width: 100%;
	aspect-ratio: 0.9/1;
	margin: 0;
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius-base);
}
.image-card .image-card-image {
	position: absolute;
	z-index: 1;
	inset: 0;
	overflow: hidden;
}
.image-card .image-card-image img {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.image-card figcaption {
	padding: 3rem;
	position: relative;
	z-index: 5;
}
.image-card figcaption .image-card-badge-row {
	width: 100%;
}
.image-card figcaption .image-card-badge-row .badge {
	padding: 0.8rem 1.5rem;
	font-size: 2rem;
	line-height: 1.3;
}
@media (max-width: 991.98px) {
	.image-card figcaption .image-card-badge-row .badge {
		font-size: 1.4rem;
		line-height: 1.286;
		padding-block: 1.1rem;
	}
}

.btns-group {
	list-style: none;
	margin: 0 0 6rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.btns-group > li {
	display: flex;
	flex-shrink: 0;
}
@media (max-width: 991.98px) {
	.btns-group {
		margin-bottom: 3rem;
	}
}

.check-group {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}
.check-group > li {
	width: 100%;
}

.inform-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
.inform-list > li {
	padding-block: 2rem 1rem;
	border-bottom: 1px solid currentColor;
}
.inform-list > li:first-child {
	padding-top: 0;
}
.inform-list > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.inform-list > li h4, .inform-list > li .h4 {
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 0;
	color: inherit;
}
.inform-list > li h4:last-child, .inform-list > li .h4:last-child {
	margin-bottom: 0;
}
.inform-list > li p {
	max-width: 44.2rem;
}
.inform-list > li p:last-child {
	margin-bottom: 0;
}
.inform-list > li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inform-list > li ul > li {
	position: relative;
	padding-inline-start: 2.4rem;
}
.inform-list > li ul > li::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset-block-start: 1rem;
	inset-inline-start: 1.2rem;
	width: 0.6rem;
	aspect-ratio: 1/1;
	background-color: currentColor;
	border-radius: 100%;
}
@media (max-width: 991.98px) {
	.inform-list {
		line-height: 1.375;
	}
	.inform-list > li {
		padding-block: 3rem 2rem;
	}
	.inform-list > li:last-child {
		padding-bottom: 2rem;
		border-bottom: 1px solid currentColor;
	}
	.inform-list > li h4, .inform-list > li .h4 {
		line-height: 1.3;
		margin-bottom: 0.8rem;
	}
	.inform-list > li p {
		max-width: 100%;
	}
}

.ico-items-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}
.ico-items-list > li {
	width: 100%;
	padding-block: 0.3rem;
}
.ico-items-list > li .ico-items-list-item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.ico-items-list > li .ico-items-list-item .ico-items-list-item-icon {
	position: relative;
	overflow: hidden;
	width: 3rem;
	aspect-ratio: 1/1;
	border-radius: 100%;
	flex-shrink: 0;
	background-color: #282753;
}
.ico-items-list > li .ico-items-list-item .ico-items-list-item-icon img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 1.4rem;
	max-height: 1.4rem;
}
.ico-items-list > li .ico-items-list-item .ico-items-list-item-text {
	flex-grow: 1;
	font-size: 2rem;
	line-height: 1.24;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.ico-items-list > li .ico-items-list-item .ico-items-list-item-text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.ico-items-list > li {
		padding-block: 0;
	}
	.ico-items-list > li .ico-items-list-item {
		-moz-column-gap: 2.2rem;
		     column-gap: 2.2rem;
	}
	.ico-items-list > li .ico-items-list-item .ico-items-list-item-icon {
		width: 4rem;
	}
	.ico-items-list > li .ico-items-list-item .ico-items-list-item-icon img {
		max-width: 2.2rem;
		max-height: 2.2rem;
	}
	.ico-items-list > li .ico-items-list-item .ico-items-list-item-text {
		line-height: 1.3;
	}
}

.extra-cards-group {
	position: relative;
}
@media (min-width: 1440px) {
	.extra-cards-group {
		max-width: 67.5rem;
		margin-inline: auto;
		z-index: 5;
	}
	.extra-cards-group .extra-cards-group-item .extra-card {
		transition: all 0.5s ease-in-out;
	}
	.extra-cards-group .extra-cards-group-item .extra-card .btn-circle-link {
		opacity: 0;
		pointer-events: none;
	}
	.extra-cards-group .extra-cards-group-item .extra-card:hover .btn-circle-link {
		opacity: 1;
		pointer-events: all;
	}
	.extra-cards-group .extra-cards-group-item + .extra-cards-group-item .extra-card {
		margin-top: -58rem;
		z-index: 10;
	}
	.extra-cards-group.extra-cards-group-visible .extra-cards-group-item:nth-child(1) .extra-card {
		transform: rotate(-4deg) translate(-20.4rem, 3.3rem);
	}
	.extra-cards-group.extra-cards-group-visible .extra-cards-group-item:nth-child(2) .extra-card {
		transform: rotate(5.5deg) translate(19.4rem, 3.2rem);
	}
}
@media (max-width: 1439.98px) {
	.extra-cards-group {
		--extra-cards-group-gutter: 2rem;
		margin-inline: calc(var(--extra-cards-group-gutter) * -0.5);
		display: flex;
		flex-wrap: wrap;
		row-gap: var(--extra-cards-group-gutter);
	}
	.extra-cards-group .extra-cards-group-item {
		width: 50%;
		padding-inline: calc(var(--extra-cards-group-gutter) * 0.5);
	}
}
@media (max-width: 991.98px) {
	.extra-cards-group .extra-cards-group-item {
		width: 100%;
	}
}

.publications-cards-carousel {
	--swiper-slide-gutter: var(--grid-gutter-x);
	position: relative;
	font-size: 0;
	line-height: 0;
}
.publications-cards-carousel .swiper-container {
	position: relative;
	overflow: visible;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.publications-cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
}
.publications-cards-carousel .swiper-scrollbar.swiper-scrollbar-horizontal {
	margin-top: 5rem;
}
@media (max-width: 1439.98px) {
	.publications-cards-carousel {
		--swiper-slide-gutter: 2rem;
	}
}

.person-cards-carousel {
	--swiper-slide-gutter: var(--grid-gutter-x);
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.person-cards-carousel .swiper-container {
	position: relative;
	overflow: hidden;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.person-cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
}
.person-cards-carousel .swiper-scrollbar.swiper-scrollbar-horizontal {
	margin-top: 5rem;
}
@media (max-width: 1439.98px) {
	.person-cards-carousel {
		--swiper-slide-gutter: 2rem;
	}
}

.people-cards-carousel {
	--swiper-slide-gutter: 2rem;
	position: relative;
	margin-bottom: 5rem;
	font-size: 0;
	line-height: 0;
}
.people-cards-carousel:last-child {
	margin-bottom: 0;
}
.people-cards-carousel .swiper-container {
	position: relative;
	overflow: visible;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.people-cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
}
.people-cards-carousel .person-card {
	width: 34.2rem;
}
@media (max-width: 767.98px) {
	.people-cards-carousel .swiper-slide {
		width: auto;
	}
}

.vacancies-cards-carousel {
	--swiper-slide-gutter: var(--grid-gutter-x);
	position: relative;
	font-size: 0;
	line-height: 0;
}
.vacancies-cards-carousel .swiper-container {
	position: relative;
	overflow: visible;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.vacancies-cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
}
.vacancies-cards-carousel .swiper-scrollbar.swiper-scrollbar-horizontal {
	margin-top: 5rem;
}
@media (max-width: 1439.98px) {
	.vacancies-cards-carousel {
		--swiper-slide-gutter: 2rem;
	}
}

.university-cards-carousel {
	--swiper-slide-gutter: var(--grid-gutter-x);
	position: relative;
	font-size: 0;
	line-height: 0;
}
.university-cards-carousel .swiper-container {
	position: relative;
	overflow: visible;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.university-cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
}
.university-cards-carousel .swiper-scrollbar.swiper-scrollbar-horizontal {
	margin-top: 5rem;
}
@media (min-width: 992px) {
	.university-cards-carousel .swiper-slide {
		width: auto;
	}
	.university-cards-carousel .university-card {
		width: 44rem;
		flex-shrink: 0;
	}
}
@media (max-width: 991.98px) {
	.university-cards-carousel {
		--swiper-slide-gutter: 2rem;
	}
}

.marquee-carousel {
	position: relative;
	overflow: hidden;
	margin-bottom: 6.5rem;
	color: #292753;
}
.marquee-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	-moz-column-gap: 5rem;
	     column-gap: 5rem;
}
.marquee-carousel ul > li {
	flex-shrink: 0;
	display: flex;
}
.marquee-carousel ul .marquee-carousel-image {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 14.2rem;
	flex-shrink: 0;
}
.marquee-carousel ul .marquee-carousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.marquee-carousel ul h2, .marquee-carousel ul .h2 {
	color: inherit;
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 14.1rem;
	line-height: 1.1;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
@media (max-width: 991.98px) {
	.marquee-carousel {
		margin-bottom: 4.5rem;
	}
	.marquee-carousel ul {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
	.marquee-carousel ul .marquee-carousel-image {
		width: 10rem;
	}
	.marquee-carousel ul h2, .marquee-carousel ul .h2 {
		margin-top: 1rem;
		font-size: 7rem;
		line-height: 1.143;
	}
}

.logos-carousel {
	--swiper-slide-gutter: 3rem;
	position: relative;
	font-size: 0;
	line-height: 0;
}
.logos-carousel .swiper-container {
	position: relative;
	overflow: visible;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.logos-carousel .swiper-wrapper {
	align-items: center;
}
.logos-carousel .swiper-slide {
	display: flex;
	width: auto;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.8);
}
.logos-carousel .swiper-slide figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	width: 15rem;
	aspect-ratio: 1.88/1;
}
.logos-carousel .swiper-slide figure img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 13rem;
	max-height: 100%;
}
@media (max-width: 991.98px) {
	.logos-carousel {
		--swiper-slide-gutter: var(--grid-gutter-x);
	}
}

.logos-marquee-carousel {
	--marquee-carousel-gap: 3.5rem;
	position: relative;
}
.logos-marquee-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	-moz-column-gap: var(--marquee-carousel-gap);
	     column-gap: var(--marquee-carousel-gap);
}
.logos-marquee-carousel ul > li {
	flex-shrink: 0;
	display: flex;
}
.logos-marquee-carousel ul > li figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 15rem;
	aspect-ratio: 1.88/1;
}
.logos-marquee-carousel ul > li figure img {
	position: absolute;
	z-index: 10;
	inset: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.stories-cards-carousel {
	--swiper-slide-gutter: 7rem;
	position: relative;
	max-width: 67.5rem;
	margin-inline: auto;
	font-size: 0;
	line-height: 0;
}
.stories-cards-carousel .swiper-container {
	position: relative;
	overflow: visible;
	margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
}
.stories-cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease;
}
.stories-cards-carousel .swiper-slide.swiper-slide-prev, .stories-cards-carousel .swiper-slide.swiper-slide-next, .stories-cards-carousel .swiper-slide.swiper-slide-active {
	pointer-events: all;
	opacity: 1;
}
.stories-cards-carousel .swiper-slide.swiper-slide-prev {
	transform: rotate(-3deg) translate(-0.1rem, 1.8rem);
}
.stories-cards-carousel .swiper-slide.swiper-slide-next {
	transform: rotate(3deg) translate(0.1rem, 1.8rem);
}
@media (max-height: 1000px) and (min-width: 992px) {
	.stories-cards-carousel .story-card {
		max-width: 90%;
		margin-inline: auto;
	}
}
@media (max-width: 991.98px) {
	.stories-cards-carousel {
		--swiper-slide-gutter: var(--grid-gutter-x);
	}
}

@media (min-width: 992px) {
	.image-cards-carousel {
		--swiper-slide-gutter: 3.4rem;
		position: relative;
		max-width: 99rem;
		margin-inline: auto;
		font-size: 0;
		line-height: 0;
	}
	.image-cards-carousel .swiper-container {
		position: relative;
		overflow: visible;
		margin-inline: calc(var(--swiper-slide-gutter) * -0.5);
	}
	.image-cards-carousel .swiper-slide {
		display: flex;
		height: auto;
		padding-inline: calc(var(--swiper-slide-gutter) * 0.5);
	}
	.image-cards-carousel .swiper-slide.swiper-slide-prev, .image-cards-carousel .swiper-slide.swiper-slide-active, .image-cards-carousel .swiper-slide.swiper-slide-next, .image-cards-carousel .swiper-slide.swiper-slide-next + .swiper-slide {
		transition: all 0.3s ease;
	}
	.image-cards-carousel .swiper-slide .image-card {
		opacity: 0;
		pointer-events: none;
	}
	.image-cards-carousel .swiper-slide.swiper-slide-prev {
		transform: rotate(-4.6deg) translate(-0.2rem, 5.6rem);
	}
	.image-cards-carousel .swiper-slide.swiper-slide-prev .image-card {
		transition-delay: 0.2s;
	}
	.image-cards-carousel .swiper-slide.swiper-slide-active {
		transform: rotate(-2deg) translate(0, 2.3rem);
	}
	.image-cards-carousel .swiper-slide.swiper-slide-active .image-card {
		transition-delay: 0.4s;
	}
	.image-cards-carousel .swiper-slide.swiper-slide-next {
		transform: rotate(2deg) translate(0.4rem, 2.3rem);
	}
	.image-cards-carousel .swiper-slide.swiper-slide-next .image-card {
		transition-delay: 0.6s;
	}
	.image-cards-carousel .swiper-slide.swiper-slide-next + .swiper-slide {
		transform: rotate(4.5deg) translate(0, 5.6rem);
	}
	.image-cards-carousel .swiper-slide.swiper-slide-next + .swiper-slide .image-card {
		transition-delay: 0.8s;
	}
	.image-cards-carousel.image-cards-carousel-visible .swiper-slide.swiper-slide-prev .image-card, .image-cards-carousel.image-cards-carousel-visible .swiper-slide.swiper-slide-active .image-card, .image-cards-carousel.image-cards-carousel-visible .swiper-slide.swiper-slide-next .image-card, .image-cards-carousel.image-cards-carousel-visible .swiper-slide.swiper-slide-next + .swiper-slide .image-card {
		opacity: 1;
		pointer-events: all;
	}
}
@media (max-width: 991.98px) {
	.image-cards-carousel > .swiper-container > .swiper-wrapper {
		transform: none !important;
		width: auto;
		height: auto;
		flex-direction: column;
		row-gap: 2rem;
	}
	.image-cards-carousel > .swiper-container > .swiper-wrapper > .swiper-slide {
		width: 100%;
		height: auto;
		transform: none !important;
	}
}

.filters-nav {
	position: relative;
}
.filters-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.filters-nav > ul > li {
	display: flex;
	flex-shrink: 0;
}
.filters-nav > ul > li > a,
.filters-nav > ul > li > button {
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	color: #282753;
	background: none;
	border: 1px solid currentColor;
	padding: 1rem 2rem;
	border-radius: 999.9rem;
}
.filters-nav > ul > li > a:hover,
.filters-nav > ul > li > button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #282753;
	border-color: #282753;
}
.filters-nav > ul > li.active > a,
.filters-nav > ul > li.active > button {
	color: #fff;
	background-color: #282753;
	border-color: #282753;
}
@media (max-width: 991.98px) {
	.filters-nav > ul {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-inline: calc(var(--container-padding-x) * -1);
		padding-inline: var(--container-padding-x);
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.filters-nav > ul::-webkit-scrollbar {
		display: none;
	}
	.filters-nav > ul > li > a {
		white-space: nowrap;
	}
}

.page-nav {
	position: relative;
	overflow: hidden;
}
.page-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1rem;
	overflow-x: auto;
}
.page-nav > ul > li {
	display: flex;
	flex-shrink: 0;
}
.page-nav > ul > li > a {
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	color: #282753;
	border: 1px solid currentColor;
	padding: 1rem 2rem;
	border-radius: 999.9rem;
	white-space: nowrap;
}
.page-nav > ul > li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #282753;
	border-color: #282753;
}
.page-nav > ul > li.active > a {
	color: #fff;
	background-color: #282753;
	border-color: #282753;
}
@media (max-width: 991.98px) {
	.page-nav {
		overflow: visible;
	}
	.page-nav > ul {
		margin-inline: calc(var(--container-padding-x) * -1);
		padding-bottom: 0;
		padding-inline: var(--container-padding-x);
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.page-nav > ul::-webkit-scrollbar {
		display: none;
	}
}

.pagination-section {
	margin-bottom: 4rem;
}

.modals-nav {
	--modals-nav-font-size: inherit;
	--modals-nav-line-height: inherit;
	--modals-nav-font-weight: inherit;
	--modals-nav-font-family: inherit;
	--modals-nav-item-padding-bottom: 1.5rem;
	--modals-nav-color: inherit;
	--modals-nav-hover-color: #292753;
}
.modals-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.modals-nav > ul > li {
	padding-bottom: var(--modals-nav-item-padding-bottom);
}
.modals-nav > ul > li:last-child {
	padding-bottom: 0;
}
.modals-nav > ul > li > a,
.modals-nav > ul > li > button {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	font-size: var(--modals-nav-font-size);
	line-height: var(--modals-nav-line-height);
	font-weight: var(--modals-nav-font-weight);
	font-family: var(--modals-nav-font-family);
	color: var(--modals-nav-color);
}
.modals-nav > ul > li:hover {
	text-decoration: none;
	color: var(--modals-nav-hover-color);
}

.pagination {
	padding-top: 3rem;
}
.pagination .nav-links {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 1rem;
	width: 100%;
}
.pagination .nav-links .page-numbers {
	color: inherit;
	text-decoration: none;
}
.pagination .nav-links .page-numbers:hover {
	color: inherit;
	text-decoration: underline;
}
.pagination .nav-links .page-numbers.current {
	pointer-events: none;
	cursor: default;
}

.accordion {
	--bs-accordion-color: #292753;
	--bs-accordion-bg: transparent;
	--bs-accordion-border-color: #282753;
	--bs-accordion-transition: all 0.3s ease;
	--bs-accordion-border-width: 0.2rem;
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;
	--bs-accordion-item-margin-bottom: 5rem;
	--bs-accordion-btn-padding-y: 0;
	--bs-accordion-btn-padding-x: 0;
	--bs-accordion-btn-padding-inline-end: 7rem;
	--bs-accordion-btn-color: var(--bs-accordion-color);
	--bs-accordion-btn-bg: transparent;
	--bs-accordion-active-color: var(--bs-accordion-btn-color);
	--bs-accordion-active-bg: var(--bs-accordion-btn-bg);
	--bs-accordion-btn-font-size: 2.8rem;
	--bs-accordion-btn-line-height: 1.286;
	--bs-accordion-btn-font-weight: 500;
	--bs-accordion-btn-font-family: NaN Hyena Sunset, sans-serif;
	--bs-accordion-btn-letter-spacing: 0;
	--bs-accordion-btn-icon-visibility: hidden;
	--bs-accordion-btn-icon: none;
	--bs-accordion-btn-icon-width: 2.2rem;
	--bs-accordion-btn-icon-inline-end: 0.4rem;
	--bs-accordion-btn-icon-line-width: 0.3rem;
	--bs-accordion-btn-icon-top-offset: 0;
	--bs-accordion-btn-icon-transform: rotate(0deg);
	--bs-accordion-btn-icon-transition: all 0.3s ease;
	--bs-accordion-btn-active-icon: none;
	--bs-accordion-btn-focus-border-color: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-body-padding-top: 5rem;
	--bs-accordion-body-padding-bottom: 0;
	--bs-accordion-body-padding-x: 0;
	--bs-accordion-body-font-size: 2rem;
	--bs-accordion-body-line-height: 1.3;
	--bs-accordion-body-font-weight: 500;
	--bs-accordion-body-font-family: Lato, sans-serif;
}
.accordion .accordion-item {
	margin-bottom: var(--bs-accordion-item-margin-bottom);
	padding-bottom: 5.2rem;
	position: relative;
	border: 0;
}
.accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.accordion .accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion .accordion-item::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset-block-end: 0;
	inset-inline: 0;
	height: var(--bs-accordion-border-width);
	background-color: var(--bs-accordion-border-color);
	border-radius: 999.9rem;
}
.accordion .accordion-item .accordion-header {
	margin-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
	position: relative;
	display: block;
	text-align: start;
	box-shadow: none !important;
	font-size: var(--bs-accordion-btn-font-size);
	line-height: var(--bs-accordion-btn-line-height);
	font-weight: var(--bs-accordion-btn-font-weight);
	font-family: var(--bs-accordion-btn-font-family);
	letter-spacing: var(--bs-accordion-btn-letter-spacing);
	padding-inline-end: var(--bs-accordion-btn-padding-inline-end);
}
.accordion .accordion-item .accordion-header .accordion-button::after {
	content: "";
	visibility: var(--bs-accordion-btn-icon-visibility);
	margin-top: var(--bs-accordion-btn-icon-top-offset);
	margin: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-end: var(--bs-accordion-btn-icon-inline-end);
	transform: translate(0, -50%) rotate(45deg);
	border: solid currentColor;
	border-width: var(--bs-accordion-btn-icon-line-width) 0 0 var(--bs-accordion-btn-icon-line-width);
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-button-body {
	display: block;
	width: 100%;
	max-width: 63.6rem;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-button-ico-plus {
	position: absolute;
	z-index: 5;
	inset-block-start: 50%;
	inset-inline-end: var(--bs-accordion-btn-icon-inline-end);
	transform: translate(0, -50%) rotate(45deg);
	overflow: hidden;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	color: #282753;
	transition: all 0.3s ease;
	font-size: 0;
	line-height: 0;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-button-ico-plus::before, .accordion .accordion-item .accordion-header .accordion-button .accordion-button-ico-plus::after {
	content: "";
	margin: auto;
	background-color: currentColor;
	transition: var(--bs-accordion-btn-icon-transition);
	border-radius: 999.9rem;
	position: absolute;
	z-index: 5;
	inset: 0;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-button-ico-plus::before {
	width: 100%;
	height: var(--bs-accordion-btn-icon-line-width);
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-button-ico-plus::after {
	width: var(--bs-accordion-btn-icon-line-width);
	height: 100%;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
	transform: translate(0, -50%) rotate(225deg);
	margin-top: calc(var(--bs-accordion-btn-icon-top-offset) * -1);
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed .accordion-button-ico-plus {
	transform: translate(0, -50%) rotate(0deg);
}
.accordion .accordion-item .accordion-body {
	font-size: var(--bs-accordion-body-font-size);
	line-height: var(--bs-accordion-body-line-height);
	font-weight: var(--bs-accordion-body-font-weight);
	font-family: var(--bs-accordion-body-font-family);
	padding-top: var(--bs-accordion-body-padding-top);
	padding-bottom: var(--bs-accordion-body-padding-bottom);
}
.accordion .accordion-item .accordion-body .accordion-body-container {
	max-width: 67.4rem;
	margin-inline-start: auto;
	margin-inline-end: 11.7rem;
}
.accordion .accordion-item .accordion-body .accordion-body-container.v2 {
	max-width: 79.1rem;
	margin-inline-end: 0;
}
.accordion .accordion-item .accordion-body .lead {
	display: block;
	margin-bottom: 3rem;
	font-weight: 500;
}
.accordion .accordion-item .accordion-body .accordion-body-image {
	margin: 0 0 3rem;
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius-base);
}
.accordion .accordion-item .accordion-body .accordion-body-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.accordion .accordion-item .accordion-body p {
	margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-body p:last-child {
	margin-bottom: 0;
}
.accordion .accordion-item .accordion-body p a {
	color: inherit;
	text-decoration: none;
}
.accordion .accordion-item .accordion-body p a:hover {
	color: inherit;
	text-decoration: underline;
}
@media (max-width: 1439.98px) {
	.accordion .accordion-item .accordion-body .accordion-body-container {
		max-width: 81.1rem;
		margin-inline-end: 0;
	}
	.accordion .accordion-item .accordion-body .accordion-body-image {
		max-width: 67.4rem;
	}
}
@media (max-width: 991.98px) {
	.accordion .accordion-item .accordion-header .accordion-button .accordion-button-body {
		max-width: 100%;
	}
	.accordion .accordion-item .accordion-header .accordion-button .accordion-button-ico-plus {
		inset-block-start: 0.5rem;
		transform: rotate(45deg);
	}
	.accordion .accordion-item .accordion-header .accordion-button.collapsed .accordion-button-ico-plus {
		transform: rotate(0deg);
	}
	.accordion .accordion-item .accordion-body .accordion-body-container {
		max-width: 100%;
		margin-inline-start: 0;
	}
	.accordion .accordion-item .accordion-body .lead {
		font-size: 2.8rem;
		line-height: 1.286;
	}
}

.regular-form {
	width: 100%;
}
.regular-form .regular-form-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
.regular-form .regular-form-body .regular-form-group {
	width: 100%;
}

.modal-backdrop {
	--bs-backdrop-opacity: 1;
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: rgba(255, 255, 255, 0.3);
	--bs-backdrop-filter: blur(1rem);
	backdrop-filter: var(--bs-backdrop-filter);
}

.animation-text-in-up {
	--animation-duration: 0.5s;
	--animation-transition-delay: 0.02s;
	--animation-timing-function: ease-out;
	--animation-offset-top: 10rem;
}
.animation-text-in-up .word {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.animation-text-in-up .word .letter {
	position: relative;
	inset-block-start: var(--animation-offset-top);
	opacity: 0;
	transition: top var(--animation-duration) var(--animation-timing-function), opacity var(--animation-duration) var(--animation-timing-function);
}
.animation-text-in-up .word:nth-child(1) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 1);
}
.animation-text-in-up .word:nth-child(2) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 2);
}
.animation-text-in-up .word:nth-child(3) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 3);
}
.animation-text-in-up .word:nth-child(4) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 4);
}
.animation-text-in-up .word:nth-child(5) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 5);
}
.animation-text-in-up .word:nth-child(6) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 6);
}
.animation-text-in-up .word:nth-child(7) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 7);
}
.animation-text-in-up .word:nth-child(8) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 8);
}
.animation-text-in-up .word:nth-child(9) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 9);
}
.animation-text-in-up .word:nth-child(10) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 10);
}
.animation-text-in-up .word:nth-child(11) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 11);
}
.animation-text-in-up .word:nth-child(12) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 12);
}
.animation-text-in-up .word:nth-child(13) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 13);
}
.animation-text-in-up .word:nth-child(14) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 14);
}
.animation-text-in-up .word:nth-child(15) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 15);
}
.animation-text-in-up .word:nth-child(16) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 16);
}
.animation-text-in-up .word:nth-child(17) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 17);
}
.animation-text-in-up .word:nth-child(18) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 18);
}
.animation-text-in-up .word:nth-child(19) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 19);
}
.animation-text-in-up .word:nth-child(20) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 20);
}
.animation-text-in-up .word:nth-child(21) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 21);
}
.animation-text-in-up .word:nth-child(22) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 22);
}
.animation-text-in-up .word:nth-child(23) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 23);
}
.animation-text-in-up .word:nth-child(24) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 24);
}
.animation-text-in-up .word:nth-child(25) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 25);
}
.animation-text-in-up .word:nth-child(26) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 26);
}
.animation-text-in-up .word:nth-child(27) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 27);
}
.animation-text-in-up .word:nth-child(28) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 28);
}
.animation-text-in-up .word:nth-child(29) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 29);
}
.animation-text-in-up .word:nth-child(30) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 30);
}
.animation-text-in-up .word:nth-child(31) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 31);
}
.animation-text-in-up .word:nth-child(32) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 32);
}
.animation-text-in-up .word:nth-child(33) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 33);
}
.animation-text-in-up .word:nth-child(34) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 34);
}
.animation-text-in-up .word:nth-child(35) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 35);
}
.animation-text-in-up .word:nth-child(36) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 36);
}
.animation-text-in-up .word:nth-child(37) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 37);
}
.animation-text-in-up .word:nth-child(38) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 38);
}
.animation-text-in-up .word:nth-child(39) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 39);
}
.animation-text-in-up .word:nth-child(40) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 40);
}
.animation-text-in-up .word:nth-child(41) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 41);
}
.animation-text-in-up .word:nth-child(42) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 42);
}
.animation-text-in-up .word:nth-child(43) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 43);
}
.animation-text-in-up .word:nth-child(44) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 44);
}
.animation-text-in-up .word:nth-child(45) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 45);
}
.animation-text-in-up .word:nth-child(46) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 46);
}
.animation-text-in-up .word:nth-child(47) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 47);
}
.animation-text-in-up .word:nth-child(48) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 48);
}
.animation-text-in-up .word:nth-child(49) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 49);
}
.animation-text-in-up .word:nth-child(50) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 50);
}
.animation-text-in-up .word:nth-child(51) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 51);
}
.animation-text-in-up .word:nth-child(52) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 52);
}
.animation-text-in-up .word:nth-child(53) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 53);
}
.animation-text-in-up .word:nth-child(54) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 54);
}
.animation-text-in-up .word:nth-child(55) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 55);
}
.animation-text-in-up .word:nth-child(56) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 56);
}
.animation-text-in-up .word:nth-child(57) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 57);
}
.animation-text-in-up .word:nth-child(58) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 58);
}
.animation-text-in-up .word:nth-child(59) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 59);
}
.animation-text-in-up .word:nth-child(60) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 60);
}
.animation-text-in-up .word:nth-child(61) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 61);
}
.animation-text-in-up .word:nth-child(62) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 62);
}
.animation-text-in-up .word:nth-child(63) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 63);
}
.animation-text-in-up .word:nth-child(64) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 64);
}
.animation-text-in-up .word:nth-child(65) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 65);
}
.animation-text-in-up .word:nth-child(66) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 66);
}
.animation-text-in-up .word:nth-child(67) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 67);
}
.animation-text-in-up .word:nth-child(68) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 68);
}
.animation-text-in-up .word:nth-child(69) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 69);
}
.animation-text-in-up .word:nth-child(70) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 70);
}
.animation-text-in-up .word:nth-child(71) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 71);
}
.animation-text-in-up .word:nth-child(72) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 72);
}
.animation-text-in-up .word:nth-child(73) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 73);
}
.animation-text-in-up .word:nth-child(74) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 74);
}
.animation-text-in-up .word:nth-child(75) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 75);
}
.animation-text-in-up .word:nth-child(76) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 76);
}
.animation-text-in-up .word:nth-child(77) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 77);
}
.animation-text-in-up .word:nth-child(78) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 78);
}
.animation-text-in-up .word:nth-child(79) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 79);
}
.animation-text-in-up .word:nth-child(80) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 80);
}
.animation-text-in-up .word:nth-child(81) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 81);
}
.animation-text-in-up .word:nth-child(82) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 82);
}
.animation-text-in-up .word:nth-child(83) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 83);
}
.animation-text-in-up .word:nth-child(84) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 84);
}
.animation-text-in-up .word:nth-child(85) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 85);
}
.animation-text-in-up .word:nth-child(86) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 86);
}
.animation-text-in-up .word:nth-child(87) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 87);
}
.animation-text-in-up .word:nth-child(88) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 88);
}
.animation-text-in-up .word:nth-child(89) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 89);
}
.animation-text-in-up .word:nth-child(90) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 90);
}
.animation-text-in-up .word:nth-child(91) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 91);
}
.animation-text-in-up .word:nth-child(92) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 92);
}
.animation-text-in-up .word:nth-child(93) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 93);
}
.animation-text-in-up .word:nth-child(94) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 94);
}
.animation-text-in-up .word:nth-child(95) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 95);
}
.animation-text-in-up .word:nth-child(96) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 96);
}
.animation-text-in-up .word:nth-child(97) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 97);
}
.animation-text-in-up .word:nth-child(98) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 98);
}
.animation-text-in-up .word:nth-child(99) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 99);
}
.animation-text-in-up .word:nth-child(100) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 100);
}
.animation-text-in-up .word:nth-child(101) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 101);
}
.animation-text-in-up .word:nth-child(102) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 102);
}
.animation-text-in-up .word:nth-child(103) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 103);
}
.animation-text-in-up .word:nth-child(104) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 104);
}
.animation-text-in-up .word:nth-child(105) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 105);
}
.animation-text-in-up .word:nth-child(106) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 106);
}
.animation-text-in-up .word:nth-child(107) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 107);
}
.animation-text-in-up .word:nth-child(108) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 108);
}
.animation-text-in-up .word:nth-child(109) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 109);
}
.animation-text-in-up .word:nth-child(110) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 110);
}
.animation-text-in-up .word:nth-child(111) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 111);
}
.animation-text-in-up .word:nth-child(112) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 112);
}
.animation-text-in-up .word:nth-child(113) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 113);
}
.animation-text-in-up .word:nth-child(114) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 114);
}
.animation-text-in-up .word:nth-child(115) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 115);
}
.animation-text-in-up .word:nth-child(116) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 116);
}
.animation-text-in-up .word:nth-child(117) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 117);
}
.animation-text-in-up .word:nth-child(118) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 118);
}
.animation-text-in-up .word:nth-child(119) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 119);
}
.animation-text-in-up .word:nth-child(120) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 120);
}
.animation-text-in-up .word:nth-child(121) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 121);
}
.animation-text-in-up .word:nth-child(122) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 122);
}
.animation-text-in-up .word:nth-child(123) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 123);
}
.animation-text-in-up .word:nth-child(124) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 124);
}
.animation-text-in-up .word:nth-child(125) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 125);
}
.animation-text-in-up .word:nth-child(126) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 126);
}
.animation-text-in-up .word:nth-child(127) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 127);
}
.animation-text-in-up .word:nth-child(128) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 128);
}
.animation-text-in-up .word:nth-child(129) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 129);
}
.animation-text-in-up .word:nth-child(130) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 130);
}
.animation-text-in-up .word:nth-child(131) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 131);
}
.animation-text-in-up .word:nth-child(132) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 132);
}
.animation-text-in-up .word:nth-child(133) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 133);
}
.animation-text-in-up .word:nth-child(134) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 134);
}
.animation-text-in-up .word:nth-child(135) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 135);
}
.animation-text-in-up .word:nth-child(136) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 136);
}
.animation-text-in-up .word:nth-child(137) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 137);
}
.animation-text-in-up .word:nth-child(138) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 138);
}
.animation-text-in-up .word:nth-child(139) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 139);
}
.animation-text-in-up .word:nth-child(140) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 140);
}
.animation-text-in-up .word:nth-child(141) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 141);
}
.animation-text-in-up .word:nth-child(142) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 142);
}
.animation-text-in-up .word:nth-child(143) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 143);
}
.animation-text-in-up .word:nth-child(144) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 144);
}
.animation-text-in-up .word:nth-child(145) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 145);
}
.animation-text-in-up .word:nth-child(146) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 146);
}
.animation-text-in-up .word:nth-child(147) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 147);
}
.animation-text-in-up .word:nth-child(148) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 148);
}
.animation-text-in-up .word:nth-child(149) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 149);
}
.animation-text-in-up .word:nth-child(150) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 150);
}
.animation-text-in-up .word:nth-child(151) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 151);
}
.animation-text-in-up .word:nth-child(152) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 152);
}
.animation-text-in-up .word:nth-child(153) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 153);
}
.animation-text-in-up .word:nth-child(154) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 154);
}
.animation-text-in-up .word:nth-child(155) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 155);
}
.animation-text-in-up .word:nth-child(156) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 156);
}
.animation-text-in-up .word:nth-child(157) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 157);
}
.animation-text-in-up .word:nth-child(158) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 158);
}
.animation-text-in-up .word:nth-child(159) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 159);
}
.animation-text-in-up .word:nth-child(160) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 160);
}
.animation-text-in-up .word:nth-child(161) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 161);
}
.animation-text-in-up .word:nth-child(162) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 162);
}
.animation-text-in-up .word:nth-child(163) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 163);
}
.animation-text-in-up .word:nth-child(164) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 164);
}
.animation-text-in-up .word:nth-child(165) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 165);
}
.animation-text-in-up .word:nth-child(166) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 166);
}
.animation-text-in-up .word:nth-child(167) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 167);
}
.animation-text-in-up .word:nth-child(168) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 168);
}
.animation-text-in-up .word:nth-child(169) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 169);
}
.animation-text-in-up .word:nth-child(170) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 170);
}
.animation-text-in-up .word:nth-child(171) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 171);
}
.animation-text-in-up .word:nth-child(172) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 172);
}
.animation-text-in-up .word:nth-child(173) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 173);
}
.animation-text-in-up .word:nth-child(174) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 174);
}
.animation-text-in-up .word:nth-child(175) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 175);
}
.animation-text-in-up .word:nth-child(176) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 176);
}
.animation-text-in-up .word:nth-child(177) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 177);
}
.animation-text-in-up .word:nth-child(178) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 178);
}
.animation-text-in-up .word:nth-child(179) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 179);
}
.animation-text-in-up .word:nth-child(180) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 180);
}
.animation-text-in-up .word:nth-child(181) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 181);
}
.animation-text-in-up .word:nth-child(182) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 182);
}
.animation-text-in-up .word:nth-child(183) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 183);
}
.animation-text-in-up .word:nth-child(184) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 184);
}
.animation-text-in-up .word:nth-child(185) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 185);
}
.animation-text-in-up .word:nth-child(186) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 186);
}
.animation-text-in-up .word:nth-child(187) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 187);
}
.animation-text-in-up .word:nth-child(188) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 188);
}
.animation-text-in-up .word:nth-child(189) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 189);
}
.animation-text-in-up .word:nth-child(190) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 190);
}
.animation-text-in-up .word:nth-child(191) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 191);
}
.animation-text-in-up .word:nth-child(192) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 192);
}
.animation-text-in-up .word:nth-child(193) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 193);
}
.animation-text-in-up .word:nth-child(194) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 194);
}
.animation-text-in-up .word:nth-child(195) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 195);
}
.animation-text-in-up .word:nth-child(196) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 196);
}
.animation-text-in-up .word:nth-child(197) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 197);
}
.animation-text-in-up .word:nth-child(198) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 198);
}
.animation-text-in-up .word:nth-child(199) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 199);
}
.animation-text-in-up .word:nth-child(200) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 200);
}
.animation-text-in-up .word:nth-child(201) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 201);
}
.animation-text-in-up .word:nth-child(202) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 202);
}
.animation-text-in-up .word:nth-child(203) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 203);
}
.animation-text-in-up .word:nth-child(204) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 204);
}
.animation-text-in-up .word:nth-child(205) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 205);
}
.animation-text-in-up .word:nth-child(206) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 206);
}
.animation-text-in-up .word:nth-child(207) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 207);
}
.animation-text-in-up .word:nth-child(208) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 208);
}
.animation-text-in-up .word:nth-child(209) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 209);
}
.animation-text-in-up .word:nth-child(210) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 210);
}
.animation-text-in-up .word:nth-child(211) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 211);
}
.animation-text-in-up .word:nth-child(212) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 212);
}
.animation-text-in-up .word:nth-child(213) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 213);
}
.animation-text-in-up .word:nth-child(214) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 214);
}
.animation-text-in-up .word:nth-child(215) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 215);
}
.animation-text-in-up .word:nth-child(216) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 216);
}
.animation-text-in-up .word:nth-child(217) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 217);
}
.animation-text-in-up .word:nth-child(218) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 218);
}
.animation-text-in-up .word:nth-child(219) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 219);
}
.animation-text-in-up .word:nth-child(220) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 220);
}
.animation-text-in-up .word:nth-child(221) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 221);
}
.animation-text-in-up .word:nth-child(222) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 222);
}
.animation-text-in-up .word:nth-child(223) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 223);
}
.animation-text-in-up .word:nth-child(224) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 224);
}
.animation-text-in-up .word:nth-child(225) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 225);
}
.animation-text-in-up .word:nth-child(226) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 226);
}
.animation-text-in-up .word:nth-child(227) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 227);
}
.animation-text-in-up .word:nth-child(228) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 228);
}
.animation-text-in-up .word:nth-child(229) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 229);
}
.animation-text-in-up .word:nth-child(230) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 230);
}
.animation-text-in-up .word:nth-child(231) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 231);
}
.animation-text-in-up .word:nth-child(232) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 232);
}
.animation-text-in-up .word:nth-child(233) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 233);
}
.animation-text-in-up .word:nth-child(234) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 234);
}
.animation-text-in-up .word:nth-child(235) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 235);
}
.animation-text-in-up .word:nth-child(236) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 236);
}
.animation-text-in-up .word:nth-child(237) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 237);
}
.animation-text-in-up .word:nth-child(238) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 238);
}
.animation-text-in-up .word:nth-child(239) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 239);
}
.animation-text-in-up .word:nth-child(240) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 240);
}
.animation-text-in-up .word:nth-child(241) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 241);
}
.animation-text-in-up .word:nth-child(242) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 242);
}
.animation-text-in-up .word:nth-child(243) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 243);
}
.animation-text-in-up .word:nth-child(244) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 244);
}
.animation-text-in-up .word:nth-child(245) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 245);
}
.animation-text-in-up .word:nth-child(246) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 246);
}
.animation-text-in-up .word:nth-child(247) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 247);
}
.animation-text-in-up .word:nth-child(248) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 248);
}
.animation-text-in-up .word:nth-child(249) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 249);
}
.animation-text-in-up .word:nth-child(250) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 250);
}
.animation-text-in-up .word:nth-child(251) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 251);
}
.animation-text-in-up .word:nth-child(252) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 252);
}
.animation-text-in-up .word:nth-child(253) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 253);
}
.animation-text-in-up .word:nth-child(254) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 254);
}
.animation-text-in-up .word:nth-child(255) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 255);
}
.animation-text-in-up .word:nth-child(256) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 256);
}
.animation-text-in-up .word:nth-child(257) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 257);
}
.animation-text-in-up .word:nth-child(258) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 258);
}
.animation-text-in-up .word:nth-child(259) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 259);
}
.animation-text-in-up .word:nth-child(260) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 260);
}
.animation-text-in-up .word:nth-child(261) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 261);
}
.animation-text-in-up .word:nth-child(262) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 262);
}
.animation-text-in-up .word:nth-child(263) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 263);
}
.animation-text-in-up .word:nth-child(264) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 264);
}
.animation-text-in-up .word:nth-child(265) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 265);
}
.animation-text-in-up .word:nth-child(266) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 266);
}
.animation-text-in-up .word:nth-child(267) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 267);
}
.animation-text-in-up .word:nth-child(268) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 268);
}
.animation-text-in-up .word:nth-child(269) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 269);
}
.animation-text-in-up .word:nth-child(270) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 270);
}
.animation-text-in-up .word:nth-child(271) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 271);
}
.animation-text-in-up .word:nth-child(272) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 272);
}
.animation-text-in-up .word:nth-child(273) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 273);
}
.animation-text-in-up .word:nth-child(274) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 274);
}
.animation-text-in-up .word:nth-child(275) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 275);
}
.animation-text-in-up .word:nth-child(276) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 276);
}
.animation-text-in-up .word:nth-child(277) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 277);
}
.animation-text-in-up .word:nth-child(278) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 278);
}
.animation-text-in-up .word:nth-child(279) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 279);
}
.animation-text-in-up .word:nth-child(280) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 280);
}
.animation-text-in-up .word:nth-child(281) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 281);
}
.animation-text-in-up .word:nth-child(282) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 282);
}
.animation-text-in-up .word:nth-child(283) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 283);
}
.animation-text-in-up .word:nth-child(284) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 284);
}
.animation-text-in-up .word:nth-child(285) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 285);
}
.animation-text-in-up .word:nth-child(286) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 286);
}
.animation-text-in-up .word:nth-child(287) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 287);
}
.animation-text-in-up .word:nth-child(288) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 288);
}
.animation-text-in-up .word:nth-child(289) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 289);
}
.animation-text-in-up .word:nth-child(290) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 290);
}
.animation-text-in-up .word:nth-child(291) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 291);
}
.animation-text-in-up .word:nth-child(292) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 292);
}
.animation-text-in-up .word:nth-child(293) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 293);
}
.animation-text-in-up .word:nth-child(294) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 294);
}
.animation-text-in-up .word:nth-child(295) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 295);
}
.animation-text-in-up .word:nth-child(296) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 296);
}
.animation-text-in-up .word:nth-child(297) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 297);
}
.animation-text-in-up .word:nth-child(298) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 298);
}
.animation-text-in-up .word:nth-child(299) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 299);
}
.animation-text-in-up .word:nth-child(300) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 300);
}
.animation-text-in-up .word:nth-child(301) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 301);
}
.animation-text-in-up .word:nth-child(302) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 302);
}
.animation-text-in-up .word:nth-child(303) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 303);
}
.animation-text-in-up .word:nth-child(304) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 304);
}
.animation-text-in-up .word:nth-child(305) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 305);
}
.animation-text-in-up .word:nth-child(306) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 306);
}
.animation-text-in-up .word:nth-child(307) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 307);
}
.animation-text-in-up .word:nth-child(308) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 308);
}
.animation-text-in-up .word:nth-child(309) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 309);
}
.animation-text-in-up .word:nth-child(310) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 310);
}
.animation-text-in-up .word:nth-child(311) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 311);
}
.animation-text-in-up .word:nth-child(312) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 312);
}
.animation-text-in-up .word:nth-child(313) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 313);
}
.animation-text-in-up .word:nth-child(314) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 314);
}
.animation-text-in-up .word:nth-child(315) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 315);
}
.animation-text-in-up .word:nth-child(316) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 316);
}
.animation-text-in-up .word:nth-child(317) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 317);
}
.animation-text-in-up .word:nth-child(318) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 318);
}
.animation-text-in-up .word:nth-child(319) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 319);
}
.animation-text-in-up .word:nth-child(320) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 320);
}
.animation-text-in-up .word:nth-child(321) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 321);
}
.animation-text-in-up .word:nth-child(322) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 322);
}
.animation-text-in-up .word:nth-child(323) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 323);
}
.animation-text-in-up .word:nth-child(324) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 324);
}
.animation-text-in-up .word:nth-child(325) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 325);
}
.animation-text-in-up .word:nth-child(326) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 326);
}
.animation-text-in-up .word:nth-child(327) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 327);
}
.animation-text-in-up .word:nth-child(328) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 328);
}
.animation-text-in-up .word:nth-child(329) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 329);
}
.animation-text-in-up .word:nth-child(330) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 330);
}
.animation-text-in-up .word:nth-child(331) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 331);
}
.animation-text-in-up .word:nth-child(332) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 332);
}
.animation-text-in-up .word:nth-child(333) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 333);
}
.animation-text-in-up .word:nth-child(334) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 334);
}
.animation-text-in-up .word:nth-child(335) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 335);
}
.animation-text-in-up .word:nth-child(336) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 336);
}
.animation-text-in-up .word:nth-child(337) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 337);
}
.animation-text-in-up .word:nth-child(338) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 338);
}
.animation-text-in-up .word:nth-child(339) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 339);
}
.animation-text-in-up .word:nth-child(340) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 340);
}
.animation-text-in-up .word:nth-child(341) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 341);
}
.animation-text-in-up .word:nth-child(342) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 342);
}
.animation-text-in-up .word:nth-child(343) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 343);
}
.animation-text-in-up .word:nth-child(344) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 344);
}
.animation-text-in-up .word:nth-child(345) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 345);
}
.animation-text-in-up .word:nth-child(346) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 346);
}
.animation-text-in-up .word:nth-child(347) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 347);
}
.animation-text-in-up .word:nth-child(348) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 348);
}
.animation-text-in-up .word:nth-child(349) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 349);
}
.animation-text-in-up .word:nth-child(350) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 350);
}
.animation-text-in-up .word:nth-child(351) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 351);
}
.animation-text-in-up .word:nth-child(352) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 352);
}
.animation-text-in-up .word:nth-child(353) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 353);
}
.animation-text-in-up .word:nth-child(354) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 354);
}
.animation-text-in-up .word:nth-child(355) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 355);
}
.animation-text-in-up .word:nth-child(356) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 356);
}
.animation-text-in-up .word:nth-child(357) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 357);
}
.animation-text-in-up .word:nth-child(358) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 358);
}
.animation-text-in-up .word:nth-child(359) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 359);
}
.animation-text-in-up .word:nth-child(360) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 360);
}
.animation-text-in-up .word:nth-child(361) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 361);
}
.animation-text-in-up .word:nth-child(362) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 362);
}
.animation-text-in-up .word:nth-child(363) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 363);
}
.animation-text-in-up .word:nth-child(364) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 364);
}
.animation-text-in-up .word:nth-child(365) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 365);
}
.animation-text-in-up .word:nth-child(366) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 366);
}
.animation-text-in-up .word:nth-child(367) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 367);
}
.animation-text-in-up .word:nth-child(368) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 368);
}
.animation-text-in-up .word:nth-child(369) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 369);
}
.animation-text-in-up .word:nth-child(370) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 370);
}
.animation-text-in-up .word:nth-child(371) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 371);
}
.animation-text-in-up .word:nth-child(372) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 372);
}
.animation-text-in-up .word:nth-child(373) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 373);
}
.animation-text-in-up .word:nth-child(374) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 374);
}
.animation-text-in-up .word:nth-child(375) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 375);
}
.animation-text-in-up .word:nth-child(376) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 376);
}
.animation-text-in-up .word:nth-child(377) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 377);
}
.animation-text-in-up .word:nth-child(378) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 378);
}
.animation-text-in-up .word:nth-child(379) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 379);
}
.animation-text-in-up .word:nth-child(380) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 380);
}
.animation-text-in-up .word:nth-child(381) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 381);
}
.animation-text-in-up .word:nth-child(382) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 382);
}
.animation-text-in-up .word:nth-child(383) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 383);
}
.animation-text-in-up .word:nth-child(384) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 384);
}
.animation-text-in-up .word:nth-child(385) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 385);
}
.animation-text-in-up .word:nth-child(386) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 386);
}
.animation-text-in-up .word:nth-child(387) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 387);
}
.animation-text-in-up .word:nth-child(388) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 388);
}
.animation-text-in-up .word:nth-child(389) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 389);
}
.animation-text-in-up .word:nth-child(390) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 390);
}
.animation-text-in-up .word:nth-child(391) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 391);
}
.animation-text-in-up .word:nth-child(392) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 392);
}
.animation-text-in-up .word:nth-child(393) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 393);
}
.animation-text-in-up .word:nth-child(394) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 394);
}
.animation-text-in-up .word:nth-child(395) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 395);
}
.animation-text-in-up .word:nth-child(396) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 396);
}
.animation-text-in-up .word:nth-child(397) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 397);
}
.animation-text-in-up .word:nth-child(398) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 398);
}
.animation-text-in-up .word:nth-child(399) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 399);
}
.animation-text-in-up .word:nth-child(400) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 400);
}
.animation-text-in-up .word:nth-child(401) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 401);
}
.animation-text-in-up .word:nth-child(402) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 402);
}
.animation-text-in-up .word:nth-child(403) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 403);
}
.animation-text-in-up .word:nth-child(404) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 404);
}
.animation-text-in-up .word:nth-child(405) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 405);
}
.animation-text-in-up .word:nth-child(406) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 406);
}
.animation-text-in-up .word:nth-child(407) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 407);
}
.animation-text-in-up .word:nth-child(408) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 408);
}
.animation-text-in-up .word:nth-child(409) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 409);
}
.animation-text-in-up .word:nth-child(410) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 410);
}
.animation-text-in-up .word:nth-child(411) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 411);
}
.animation-text-in-up .word:nth-child(412) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 412);
}
.animation-text-in-up .word:nth-child(413) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 413);
}
.animation-text-in-up .word:nth-child(414) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 414);
}
.animation-text-in-up .word:nth-child(415) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 415);
}
.animation-text-in-up .word:nth-child(416) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 416);
}
.animation-text-in-up .word:nth-child(417) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 417);
}
.animation-text-in-up .word:nth-child(418) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 418);
}
.animation-text-in-up .word:nth-child(419) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 419);
}
.animation-text-in-up .word:nth-child(420) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 420);
}
.animation-text-in-up .word:nth-child(421) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 421);
}
.animation-text-in-up .word:nth-child(422) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 422);
}
.animation-text-in-up .word:nth-child(423) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 423);
}
.animation-text-in-up .word:nth-child(424) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 424);
}
.animation-text-in-up .word:nth-child(425) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 425);
}
.animation-text-in-up .word:nth-child(426) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 426);
}
.animation-text-in-up .word:nth-child(427) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 427);
}
.animation-text-in-up .word:nth-child(428) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 428);
}
.animation-text-in-up .word:nth-child(429) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 429);
}
.animation-text-in-up .word:nth-child(430) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 430);
}
.animation-text-in-up .word:nth-child(431) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 431);
}
.animation-text-in-up .word:nth-child(432) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 432);
}
.animation-text-in-up .word:nth-child(433) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 433);
}
.animation-text-in-up .word:nth-child(434) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 434);
}
.animation-text-in-up .word:nth-child(435) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 435);
}
.animation-text-in-up .word:nth-child(436) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 436);
}
.animation-text-in-up .word:nth-child(437) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 437);
}
.animation-text-in-up .word:nth-child(438) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 438);
}
.animation-text-in-up .word:nth-child(439) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 439);
}
.animation-text-in-up .word:nth-child(440) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 440);
}
.animation-text-in-up .word:nth-child(441) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 441);
}
.animation-text-in-up .word:nth-child(442) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 442);
}
.animation-text-in-up .word:nth-child(443) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 443);
}
.animation-text-in-up .word:nth-child(444) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 444);
}
.animation-text-in-up .word:nth-child(445) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 445);
}
.animation-text-in-up .word:nth-child(446) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 446);
}
.animation-text-in-up .word:nth-child(447) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 447);
}
.animation-text-in-up .word:nth-child(448) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 448);
}
.animation-text-in-up .word:nth-child(449) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 449);
}
.animation-text-in-up .word:nth-child(450) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 450);
}
.animation-text-in-up .word:nth-child(451) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 451);
}
.animation-text-in-up .word:nth-child(452) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 452);
}
.animation-text-in-up .word:nth-child(453) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 453);
}
.animation-text-in-up .word:nth-child(454) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 454);
}
.animation-text-in-up .word:nth-child(455) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 455);
}
.animation-text-in-up .word:nth-child(456) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 456);
}
.animation-text-in-up .word:nth-child(457) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 457);
}
.animation-text-in-up .word:nth-child(458) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 458);
}
.animation-text-in-up .word:nth-child(459) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 459);
}
.animation-text-in-up .word:nth-child(460) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 460);
}
.animation-text-in-up .word:nth-child(461) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 461);
}
.animation-text-in-up .word:nth-child(462) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 462);
}
.animation-text-in-up .word:nth-child(463) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 463);
}
.animation-text-in-up .word:nth-child(464) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 464);
}
.animation-text-in-up .word:nth-child(465) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 465);
}
.animation-text-in-up .word:nth-child(466) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 466);
}
.animation-text-in-up .word:nth-child(467) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 467);
}
.animation-text-in-up .word:nth-child(468) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 468);
}
.animation-text-in-up .word:nth-child(469) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 469);
}
.animation-text-in-up .word:nth-child(470) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 470);
}
.animation-text-in-up .word:nth-child(471) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 471);
}
.animation-text-in-up .word:nth-child(472) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 472);
}
.animation-text-in-up .word:nth-child(473) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 473);
}
.animation-text-in-up .word:nth-child(474) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 474);
}
.animation-text-in-up .word:nth-child(475) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 475);
}
.animation-text-in-up .word:nth-child(476) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 476);
}
.animation-text-in-up .word:nth-child(477) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 477);
}
.animation-text-in-up .word:nth-child(478) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 478);
}
.animation-text-in-up .word:nth-child(479) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 479);
}
.animation-text-in-up .word:nth-child(480) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 480);
}
.animation-text-in-up .word:nth-child(481) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 481);
}
.animation-text-in-up .word:nth-child(482) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 482);
}
.animation-text-in-up .word:nth-child(483) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 483);
}
.animation-text-in-up .word:nth-child(484) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 484);
}
.animation-text-in-up .word:nth-child(485) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 485);
}
.animation-text-in-up .word:nth-child(486) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 486);
}
.animation-text-in-up .word:nth-child(487) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 487);
}
.animation-text-in-up .word:nth-child(488) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 488);
}
.animation-text-in-up .word:nth-child(489) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 489);
}
.animation-text-in-up .word:nth-child(490) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 490);
}
.animation-text-in-up .word:nth-child(491) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 491);
}
.animation-text-in-up .word:nth-child(492) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 492);
}
.animation-text-in-up .word:nth-child(493) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 493);
}
.animation-text-in-up .word:nth-child(494) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 494);
}
.animation-text-in-up .word:nth-child(495) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 495);
}
.animation-text-in-up .word:nth-child(496) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 496);
}
.animation-text-in-up .word:nth-child(497) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 497);
}
.animation-text-in-up .word:nth-child(498) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 498);
}
.animation-text-in-up .word:nth-child(499) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 499);
}
.animation-text-in-up .word:nth-child(500) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 500);
}
.animation-text-in-up .word:nth-child(501) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 501);
}
.animation-text-in-up .word:nth-child(502) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 502);
}
.animation-text-in-up .word:nth-child(503) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 503);
}
.animation-text-in-up .word:nth-child(504) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 504);
}
.animation-text-in-up .word:nth-child(505) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 505);
}
.animation-text-in-up .word:nth-child(506) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 506);
}
.animation-text-in-up .word:nth-child(507) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 507);
}
.animation-text-in-up .word:nth-child(508) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 508);
}
.animation-text-in-up .word:nth-child(509) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 509);
}
.animation-text-in-up .word:nth-child(510) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 510);
}
.animation-text-in-up .word:nth-child(511) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 511);
}
.animation-text-in-up .word:nth-child(512) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 512);
}
.animation-text-in-up .word:nth-child(513) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 513);
}
.animation-text-in-up .word:nth-child(514) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 514);
}
.animation-text-in-up .word:nth-child(515) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 515);
}
.animation-text-in-up .word:nth-child(516) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 516);
}
.animation-text-in-up .word:nth-child(517) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 517);
}
.animation-text-in-up .word:nth-child(518) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 518);
}
.animation-text-in-up .word:nth-child(519) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 519);
}
.animation-text-in-up .word:nth-child(520) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 520);
}
.animation-text-in-up .word:nth-child(521) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 521);
}
.animation-text-in-up .word:nth-child(522) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 522);
}
.animation-text-in-up .word:nth-child(523) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 523);
}
.animation-text-in-up .word:nth-child(524) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 524);
}
.animation-text-in-up .word:nth-child(525) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 525);
}
.animation-text-in-up .word:nth-child(526) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 526);
}
.animation-text-in-up .word:nth-child(527) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 527);
}
.animation-text-in-up .word:nth-child(528) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 528);
}
.animation-text-in-up .word:nth-child(529) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 529);
}
.animation-text-in-up .word:nth-child(530) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 530);
}
.animation-text-in-up .word:nth-child(531) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 531);
}
.animation-text-in-up .word:nth-child(532) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 532);
}
.animation-text-in-up .word:nth-child(533) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 533);
}
.animation-text-in-up .word:nth-child(534) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 534);
}
.animation-text-in-up .word:nth-child(535) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 535);
}
.animation-text-in-up .word:nth-child(536) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 536);
}
.animation-text-in-up .word:nth-child(537) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 537);
}
.animation-text-in-up .word:nth-child(538) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 538);
}
.animation-text-in-up .word:nth-child(539) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 539);
}
.animation-text-in-up .word:nth-child(540) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 540);
}
.animation-text-in-up .word:nth-child(541) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 541);
}
.animation-text-in-up .word:nth-child(542) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 542);
}
.animation-text-in-up .word:nth-child(543) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 543);
}
.animation-text-in-up .word:nth-child(544) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 544);
}
.animation-text-in-up .word:nth-child(545) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 545);
}
.animation-text-in-up .word:nth-child(546) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 546);
}
.animation-text-in-up .word:nth-child(547) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 547);
}
.animation-text-in-up .word:nth-child(548) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 548);
}
.animation-text-in-up .word:nth-child(549) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 549);
}
.animation-text-in-up .word:nth-child(550) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 550);
}
.animation-text-in-up .word:nth-child(551) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 551);
}
.animation-text-in-up .word:nth-child(552) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 552);
}
.animation-text-in-up .word:nth-child(553) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 553);
}
.animation-text-in-up .word:nth-child(554) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 554);
}
.animation-text-in-up .word:nth-child(555) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 555);
}
.animation-text-in-up .word:nth-child(556) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 556);
}
.animation-text-in-up .word:nth-child(557) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 557);
}
.animation-text-in-up .word:nth-child(558) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 558);
}
.animation-text-in-up .word:nth-child(559) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 559);
}
.animation-text-in-up .word:nth-child(560) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 560);
}
.animation-text-in-up .word:nth-child(561) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 561);
}
.animation-text-in-up .word:nth-child(562) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 562);
}
.animation-text-in-up .word:nth-child(563) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 563);
}
.animation-text-in-up .word:nth-child(564) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 564);
}
.animation-text-in-up .word:nth-child(565) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 565);
}
.animation-text-in-up .word:nth-child(566) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 566);
}
.animation-text-in-up .word:nth-child(567) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 567);
}
.animation-text-in-up .word:nth-child(568) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 568);
}
.animation-text-in-up .word:nth-child(569) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 569);
}
.animation-text-in-up .word:nth-child(570) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 570);
}
.animation-text-in-up .word:nth-child(571) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 571);
}
.animation-text-in-up .word:nth-child(572) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 572);
}
.animation-text-in-up .word:nth-child(573) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 573);
}
.animation-text-in-up .word:nth-child(574) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 574);
}
.animation-text-in-up .word:nth-child(575) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 575);
}
.animation-text-in-up .word:nth-child(576) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 576);
}
.animation-text-in-up .word:nth-child(577) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 577);
}
.animation-text-in-up .word:nth-child(578) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 578);
}
.animation-text-in-up .word:nth-child(579) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 579);
}
.animation-text-in-up .word:nth-child(580) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 580);
}
.animation-text-in-up .word:nth-child(581) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 581);
}
.animation-text-in-up .word:nth-child(582) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 582);
}
.animation-text-in-up .word:nth-child(583) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 583);
}
.animation-text-in-up .word:nth-child(584) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 584);
}
.animation-text-in-up .word:nth-child(585) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 585);
}
.animation-text-in-up .word:nth-child(586) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 586);
}
.animation-text-in-up .word:nth-child(587) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 587);
}
.animation-text-in-up .word:nth-child(588) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 588);
}
.animation-text-in-up .word:nth-child(589) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 589);
}
.animation-text-in-up .word:nth-child(590) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 590);
}
.animation-text-in-up .word:nth-child(591) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 591);
}
.animation-text-in-up .word:nth-child(592) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 592);
}
.animation-text-in-up .word:nth-child(593) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 593);
}
.animation-text-in-up .word:nth-child(594) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 594);
}
.animation-text-in-up .word:nth-child(595) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 595);
}
.animation-text-in-up .word:nth-child(596) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 596);
}
.animation-text-in-up .word:nth-child(597) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 597);
}
.animation-text-in-up .word:nth-child(598) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 598);
}
.animation-text-in-up .word:nth-child(599) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 599);
}
.animation-text-in-up .word:nth-child(600) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 600);
}
.animation-text-in-up .word:nth-child(601) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 601);
}
.animation-text-in-up .word:nth-child(602) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 602);
}
.animation-text-in-up .word:nth-child(603) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 603);
}
.animation-text-in-up .word:nth-child(604) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 604);
}
.animation-text-in-up .word:nth-child(605) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 605);
}
.animation-text-in-up .word:nth-child(606) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 606);
}
.animation-text-in-up .word:nth-child(607) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 607);
}
.animation-text-in-up .word:nth-child(608) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 608);
}
.animation-text-in-up .word:nth-child(609) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 609);
}
.animation-text-in-up .word:nth-child(610) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 610);
}
.animation-text-in-up .word:nth-child(611) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 611);
}
.animation-text-in-up .word:nth-child(612) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 612);
}
.animation-text-in-up .word:nth-child(613) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 613);
}
.animation-text-in-up .word:nth-child(614) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 614);
}
.animation-text-in-up .word:nth-child(615) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 615);
}
.animation-text-in-up .word:nth-child(616) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 616);
}
.animation-text-in-up .word:nth-child(617) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 617);
}
.animation-text-in-up .word:nth-child(618) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 618);
}
.animation-text-in-up .word:nth-child(619) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 619);
}
.animation-text-in-up .word:nth-child(620) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 620);
}
.animation-text-in-up .word:nth-child(621) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 621);
}
.animation-text-in-up .word:nth-child(622) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 622);
}
.animation-text-in-up .word:nth-child(623) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 623);
}
.animation-text-in-up .word:nth-child(624) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 624);
}
.animation-text-in-up .word:nth-child(625) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 625);
}
.animation-text-in-up .word:nth-child(626) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 626);
}
.animation-text-in-up .word:nth-child(627) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 627);
}
.animation-text-in-up .word:nth-child(628) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 628);
}
.animation-text-in-up .word:nth-child(629) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 629);
}
.animation-text-in-up .word:nth-child(630) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 630);
}
.animation-text-in-up .word:nth-child(631) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 631);
}
.animation-text-in-up .word:nth-child(632) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 632);
}
.animation-text-in-up .word:nth-child(633) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 633);
}
.animation-text-in-up .word:nth-child(634) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 634);
}
.animation-text-in-up .word:nth-child(635) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 635);
}
.animation-text-in-up .word:nth-child(636) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 636);
}
.animation-text-in-up .word:nth-child(637) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 637);
}
.animation-text-in-up .word:nth-child(638) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 638);
}
.animation-text-in-up .word:nth-child(639) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 639);
}
.animation-text-in-up .word:nth-child(640) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 640);
}
.animation-text-in-up .word:nth-child(641) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 641);
}
.animation-text-in-up .word:nth-child(642) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 642);
}
.animation-text-in-up .word:nth-child(643) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 643);
}
.animation-text-in-up .word:nth-child(644) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 644);
}
.animation-text-in-up .word:nth-child(645) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 645);
}
.animation-text-in-up .word:nth-child(646) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 646);
}
.animation-text-in-up .word:nth-child(647) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 647);
}
.animation-text-in-up .word:nth-child(648) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 648);
}
.animation-text-in-up .word:nth-child(649) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 649);
}
.animation-text-in-up .word:nth-child(650) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 650);
}
.animation-text-in-up .word:nth-child(651) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 651);
}
.animation-text-in-up .word:nth-child(652) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 652);
}
.animation-text-in-up .word:nth-child(653) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 653);
}
.animation-text-in-up .word:nth-child(654) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 654);
}
.animation-text-in-up .word:nth-child(655) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 655);
}
.animation-text-in-up .word:nth-child(656) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 656);
}
.animation-text-in-up .word:nth-child(657) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 657);
}
.animation-text-in-up .word:nth-child(658) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 658);
}
.animation-text-in-up .word:nth-child(659) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 659);
}
.animation-text-in-up .word:nth-child(660) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 660);
}
.animation-text-in-up .word:nth-child(661) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 661);
}
.animation-text-in-up .word:nth-child(662) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 662);
}
.animation-text-in-up .word:nth-child(663) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 663);
}
.animation-text-in-up .word:nth-child(664) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 664);
}
.animation-text-in-up .word:nth-child(665) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 665);
}
.animation-text-in-up .word:nth-child(666) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 666);
}
.animation-text-in-up .word:nth-child(667) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 667);
}
.animation-text-in-up .word:nth-child(668) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 668);
}
.animation-text-in-up .word:nth-child(669) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 669);
}
.animation-text-in-up .word:nth-child(670) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 670);
}
.animation-text-in-up .word:nth-child(671) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 671);
}
.animation-text-in-up .word:nth-child(672) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 672);
}
.animation-text-in-up .word:nth-child(673) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 673);
}
.animation-text-in-up .word:nth-child(674) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 674);
}
.animation-text-in-up .word:nth-child(675) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 675);
}
.animation-text-in-up .word:nth-child(676) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 676);
}
.animation-text-in-up .word:nth-child(677) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 677);
}
.animation-text-in-up .word:nth-child(678) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 678);
}
.animation-text-in-up .word:nth-child(679) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 679);
}
.animation-text-in-up .word:nth-child(680) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 680);
}
.animation-text-in-up .word:nth-child(681) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 681);
}
.animation-text-in-up .word:nth-child(682) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 682);
}
.animation-text-in-up .word:nth-child(683) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 683);
}
.animation-text-in-up .word:nth-child(684) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 684);
}
.animation-text-in-up .word:nth-child(685) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 685);
}
.animation-text-in-up .word:nth-child(686) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 686);
}
.animation-text-in-up .word:nth-child(687) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 687);
}
.animation-text-in-up .word:nth-child(688) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 688);
}
.animation-text-in-up .word:nth-child(689) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 689);
}
.animation-text-in-up .word:nth-child(690) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 690);
}
.animation-text-in-up .word:nth-child(691) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 691);
}
.animation-text-in-up .word:nth-child(692) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 692);
}
.animation-text-in-up .word:nth-child(693) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 693);
}
.animation-text-in-up .word:nth-child(694) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 694);
}
.animation-text-in-up .word:nth-child(695) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 695);
}
.animation-text-in-up .word:nth-child(696) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 696);
}
.animation-text-in-up .word:nth-child(697) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 697);
}
.animation-text-in-up .word:nth-child(698) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 698);
}
.animation-text-in-up .word:nth-child(699) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 699);
}
.animation-text-in-up .word:nth-child(700) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 700);
}
.animation-text-in-up .word:nth-child(701) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 701);
}
.animation-text-in-up .word:nth-child(702) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 702);
}
.animation-text-in-up .word:nth-child(703) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 703);
}
.animation-text-in-up .word:nth-child(704) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 704);
}
.animation-text-in-up .word:nth-child(705) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 705);
}
.animation-text-in-up .word:nth-child(706) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 706);
}
.animation-text-in-up .word:nth-child(707) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 707);
}
.animation-text-in-up .word:nth-child(708) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 708);
}
.animation-text-in-up .word:nth-child(709) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 709);
}
.animation-text-in-up .word:nth-child(710) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 710);
}
.animation-text-in-up .word:nth-child(711) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 711);
}
.animation-text-in-up .word:nth-child(712) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 712);
}
.animation-text-in-up .word:nth-child(713) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 713);
}
.animation-text-in-up .word:nth-child(714) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 714);
}
.animation-text-in-up .word:nth-child(715) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 715);
}
.animation-text-in-up .word:nth-child(716) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 716);
}
.animation-text-in-up .word:nth-child(717) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 717);
}
.animation-text-in-up .word:nth-child(718) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 718);
}
.animation-text-in-up .word:nth-child(719) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 719);
}
.animation-text-in-up .word:nth-child(720) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 720);
}
.animation-text-in-up .word:nth-child(721) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 721);
}
.animation-text-in-up .word:nth-child(722) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 722);
}
.animation-text-in-up .word:nth-child(723) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 723);
}
.animation-text-in-up .word:nth-child(724) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 724);
}
.animation-text-in-up .word:nth-child(725) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 725);
}
.animation-text-in-up .word:nth-child(726) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 726);
}
.animation-text-in-up .word:nth-child(727) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 727);
}
.animation-text-in-up .word:nth-child(728) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 728);
}
.animation-text-in-up .word:nth-child(729) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 729);
}
.animation-text-in-up .word:nth-child(730) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 730);
}
.animation-text-in-up .word:nth-child(731) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 731);
}
.animation-text-in-up .word:nth-child(732) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 732);
}
.animation-text-in-up .word:nth-child(733) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 733);
}
.animation-text-in-up .word:nth-child(734) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 734);
}
.animation-text-in-up .word:nth-child(735) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 735);
}
.animation-text-in-up .word:nth-child(736) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 736);
}
.animation-text-in-up .word:nth-child(737) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 737);
}
.animation-text-in-up .word:nth-child(738) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 738);
}
.animation-text-in-up .word:nth-child(739) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 739);
}
.animation-text-in-up .word:nth-child(740) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 740);
}
.animation-text-in-up .word:nth-child(741) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 741);
}
.animation-text-in-up .word:nth-child(742) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 742);
}
.animation-text-in-up .word:nth-child(743) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 743);
}
.animation-text-in-up .word:nth-child(744) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 744);
}
.animation-text-in-up .word:nth-child(745) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 745);
}
.animation-text-in-up .word:nth-child(746) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 746);
}
.animation-text-in-up .word:nth-child(747) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 747);
}
.animation-text-in-up .word:nth-child(748) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 748);
}
.animation-text-in-up .word:nth-child(749) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 749);
}
.animation-text-in-up .word:nth-child(750) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 750);
}
.animation-text-in-up .word:nth-child(751) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 751);
}
.animation-text-in-up .word:nth-child(752) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 752);
}
.animation-text-in-up .word:nth-child(753) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 753);
}
.animation-text-in-up .word:nth-child(754) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 754);
}
.animation-text-in-up .word:nth-child(755) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 755);
}
.animation-text-in-up .word:nth-child(756) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 756);
}
.animation-text-in-up .word:nth-child(757) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 757);
}
.animation-text-in-up .word:nth-child(758) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 758);
}
.animation-text-in-up .word:nth-child(759) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 759);
}
.animation-text-in-up .word:nth-child(760) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 760);
}
.animation-text-in-up .word:nth-child(761) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 761);
}
.animation-text-in-up .word:nth-child(762) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 762);
}
.animation-text-in-up .word:nth-child(763) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 763);
}
.animation-text-in-up .word:nth-child(764) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 764);
}
.animation-text-in-up .word:nth-child(765) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 765);
}
.animation-text-in-up .word:nth-child(766) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 766);
}
.animation-text-in-up .word:nth-child(767) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 767);
}
.animation-text-in-up .word:nth-child(768) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 768);
}
.animation-text-in-up .word:nth-child(769) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 769);
}
.animation-text-in-up .word:nth-child(770) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 770);
}
.animation-text-in-up .word:nth-child(771) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 771);
}
.animation-text-in-up .word:nth-child(772) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 772);
}
.animation-text-in-up .word:nth-child(773) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 773);
}
.animation-text-in-up .word:nth-child(774) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 774);
}
.animation-text-in-up .word:nth-child(775) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 775);
}
.animation-text-in-up .word:nth-child(776) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 776);
}
.animation-text-in-up .word:nth-child(777) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 777);
}
.animation-text-in-up .word:nth-child(778) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 778);
}
.animation-text-in-up .word:nth-child(779) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 779);
}
.animation-text-in-up .word:nth-child(780) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 780);
}
.animation-text-in-up .word:nth-child(781) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 781);
}
.animation-text-in-up .word:nth-child(782) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 782);
}
.animation-text-in-up .word:nth-child(783) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 783);
}
.animation-text-in-up .word:nth-child(784) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 784);
}
.animation-text-in-up .word:nth-child(785) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 785);
}
.animation-text-in-up .word:nth-child(786) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 786);
}
.animation-text-in-up .word:nth-child(787) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 787);
}
.animation-text-in-up .word:nth-child(788) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 788);
}
.animation-text-in-up .word:nth-child(789) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 789);
}
.animation-text-in-up .word:nth-child(790) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 790);
}
.animation-text-in-up .word:nth-child(791) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 791);
}
.animation-text-in-up .word:nth-child(792) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 792);
}
.animation-text-in-up .word:nth-child(793) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 793);
}
.animation-text-in-up .word:nth-child(794) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 794);
}
.animation-text-in-up .word:nth-child(795) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 795);
}
.animation-text-in-up .word:nth-child(796) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 796);
}
.animation-text-in-up .word:nth-child(797) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 797);
}
.animation-text-in-up .word:nth-child(798) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 798);
}
.animation-text-in-up .word:nth-child(799) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 799);
}
.animation-text-in-up .word:nth-child(800) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 800);
}
.animation-text-in-up .word:nth-child(801) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 801);
}
.animation-text-in-up .word:nth-child(802) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 802);
}
.animation-text-in-up .word:nth-child(803) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 803);
}
.animation-text-in-up .word:nth-child(804) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 804);
}
.animation-text-in-up .word:nth-child(805) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 805);
}
.animation-text-in-up .word:nth-child(806) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 806);
}
.animation-text-in-up .word:nth-child(807) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 807);
}
.animation-text-in-up .word:nth-child(808) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 808);
}
.animation-text-in-up .word:nth-child(809) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 809);
}
.animation-text-in-up .word:nth-child(810) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 810);
}
.animation-text-in-up .word:nth-child(811) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 811);
}
.animation-text-in-up .word:nth-child(812) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 812);
}
.animation-text-in-up .word:nth-child(813) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 813);
}
.animation-text-in-up .word:nth-child(814) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 814);
}
.animation-text-in-up .word:nth-child(815) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 815);
}
.animation-text-in-up .word:nth-child(816) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 816);
}
.animation-text-in-up .word:nth-child(817) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 817);
}
.animation-text-in-up .word:nth-child(818) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 818);
}
.animation-text-in-up .word:nth-child(819) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 819);
}
.animation-text-in-up .word:nth-child(820) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 820);
}
.animation-text-in-up .word:nth-child(821) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 821);
}
.animation-text-in-up .word:nth-child(822) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 822);
}
.animation-text-in-up .word:nth-child(823) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 823);
}
.animation-text-in-up .word:nth-child(824) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 824);
}
.animation-text-in-up .word:nth-child(825) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 825);
}
.animation-text-in-up .word:nth-child(826) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 826);
}
.animation-text-in-up .word:nth-child(827) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 827);
}
.animation-text-in-up .word:nth-child(828) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 828);
}
.animation-text-in-up .word:nth-child(829) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 829);
}
.animation-text-in-up .word:nth-child(830) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 830);
}
.animation-text-in-up .word:nth-child(831) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 831);
}
.animation-text-in-up .word:nth-child(832) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 832);
}
.animation-text-in-up .word:nth-child(833) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 833);
}
.animation-text-in-up .word:nth-child(834) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 834);
}
.animation-text-in-up .word:nth-child(835) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 835);
}
.animation-text-in-up .word:nth-child(836) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 836);
}
.animation-text-in-up .word:nth-child(837) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 837);
}
.animation-text-in-up .word:nth-child(838) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 838);
}
.animation-text-in-up .word:nth-child(839) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 839);
}
.animation-text-in-up .word:nth-child(840) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 840);
}
.animation-text-in-up .word:nth-child(841) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 841);
}
.animation-text-in-up .word:nth-child(842) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 842);
}
.animation-text-in-up .word:nth-child(843) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 843);
}
.animation-text-in-up .word:nth-child(844) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 844);
}
.animation-text-in-up .word:nth-child(845) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 845);
}
.animation-text-in-up .word:nth-child(846) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 846);
}
.animation-text-in-up .word:nth-child(847) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 847);
}
.animation-text-in-up .word:nth-child(848) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 848);
}
.animation-text-in-up .word:nth-child(849) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 849);
}
.animation-text-in-up .word:nth-child(850) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 850);
}
.animation-text-in-up .word:nth-child(851) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 851);
}
.animation-text-in-up .word:nth-child(852) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 852);
}
.animation-text-in-up .word:nth-child(853) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 853);
}
.animation-text-in-up .word:nth-child(854) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 854);
}
.animation-text-in-up .word:nth-child(855) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 855);
}
.animation-text-in-up .word:nth-child(856) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 856);
}
.animation-text-in-up .word:nth-child(857) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 857);
}
.animation-text-in-up .word:nth-child(858) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 858);
}
.animation-text-in-up .word:nth-child(859) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 859);
}
.animation-text-in-up .word:nth-child(860) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 860);
}
.animation-text-in-up .word:nth-child(861) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 861);
}
.animation-text-in-up .word:nth-child(862) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 862);
}
.animation-text-in-up .word:nth-child(863) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 863);
}
.animation-text-in-up .word:nth-child(864) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 864);
}
.animation-text-in-up .word:nth-child(865) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 865);
}
.animation-text-in-up .word:nth-child(866) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 866);
}
.animation-text-in-up .word:nth-child(867) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 867);
}
.animation-text-in-up .word:nth-child(868) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 868);
}
.animation-text-in-up .word:nth-child(869) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 869);
}
.animation-text-in-up .word:nth-child(870) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 870);
}
.animation-text-in-up .word:nth-child(871) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 871);
}
.animation-text-in-up .word:nth-child(872) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 872);
}
.animation-text-in-up .word:nth-child(873) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 873);
}
.animation-text-in-up .word:nth-child(874) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 874);
}
.animation-text-in-up .word:nth-child(875) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 875);
}
.animation-text-in-up .word:nth-child(876) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 876);
}
.animation-text-in-up .word:nth-child(877) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 877);
}
.animation-text-in-up .word:nth-child(878) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 878);
}
.animation-text-in-up .word:nth-child(879) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 879);
}
.animation-text-in-up .word:nth-child(880) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 880);
}
.animation-text-in-up .word:nth-child(881) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 881);
}
.animation-text-in-up .word:nth-child(882) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 882);
}
.animation-text-in-up .word:nth-child(883) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 883);
}
.animation-text-in-up .word:nth-child(884) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 884);
}
.animation-text-in-up .word:nth-child(885) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 885);
}
.animation-text-in-up .word:nth-child(886) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 886);
}
.animation-text-in-up .word:nth-child(887) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 887);
}
.animation-text-in-up .word:nth-child(888) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 888);
}
.animation-text-in-up .word:nth-child(889) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 889);
}
.animation-text-in-up .word:nth-child(890) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 890);
}
.animation-text-in-up .word:nth-child(891) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 891);
}
.animation-text-in-up .word:nth-child(892) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 892);
}
.animation-text-in-up .word:nth-child(893) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 893);
}
.animation-text-in-up .word:nth-child(894) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 894);
}
.animation-text-in-up .word:nth-child(895) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 895);
}
.animation-text-in-up .word:nth-child(896) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 896);
}
.animation-text-in-up .word:nth-child(897) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 897);
}
.animation-text-in-up .word:nth-child(898) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 898);
}
.animation-text-in-up .word:nth-child(899) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 899);
}
.animation-text-in-up .word:nth-child(900) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 900);
}
.animation-text-in-up .word:nth-child(901) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 901);
}
.animation-text-in-up .word:nth-child(902) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 902);
}
.animation-text-in-up .word:nth-child(903) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 903);
}
.animation-text-in-up .word:nth-child(904) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 904);
}
.animation-text-in-up .word:nth-child(905) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 905);
}
.animation-text-in-up .word:nth-child(906) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 906);
}
.animation-text-in-up .word:nth-child(907) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 907);
}
.animation-text-in-up .word:nth-child(908) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 908);
}
.animation-text-in-up .word:nth-child(909) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 909);
}
.animation-text-in-up .word:nth-child(910) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 910);
}
.animation-text-in-up .word:nth-child(911) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 911);
}
.animation-text-in-up .word:nth-child(912) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 912);
}
.animation-text-in-up .word:nth-child(913) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 913);
}
.animation-text-in-up .word:nth-child(914) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 914);
}
.animation-text-in-up .word:nth-child(915) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 915);
}
.animation-text-in-up .word:nth-child(916) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 916);
}
.animation-text-in-up .word:nth-child(917) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 917);
}
.animation-text-in-up .word:nth-child(918) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 918);
}
.animation-text-in-up .word:nth-child(919) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 919);
}
.animation-text-in-up .word:nth-child(920) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 920);
}
.animation-text-in-up .word:nth-child(921) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 921);
}
.animation-text-in-up .word:nth-child(922) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 922);
}
.animation-text-in-up .word:nth-child(923) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 923);
}
.animation-text-in-up .word:nth-child(924) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 924);
}
.animation-text-in-up .word:nth-child(925) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 925);
}
.animation-text-in-up .word:nth-child(926) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 926);
}
.animation-text-in-up .word:nth-child(927) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 927);
}
.animation-text-in-up .word:nth-child(928) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 928);
}
.animation-text-in-up .word:nth-child(929) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 929);
}
.animation-text-in-up .word:nth-child(930) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 930);
}
.animation-text-in-up .word:nth-child(931) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 931);
}
.animation-text-in-up .word:nth-child(932) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 932);
}
.animation-text-in-up .word:nth-child(933) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 933);
}
.animation-text-in-up .word:nth-child(934) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 934);
}
.animation-text-in-up .word:nth-child(935) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 935);
}
.animation-text-in-up .word:nth-child(936) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 936);
}
.animation-text-in-up .word:nth-child(937) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 937);
}
.animation-text-in-up .word:nth-child(938) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 938);
}
.animation-text-in-up .word:nth-child(939) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 939);
}
.animation-text-in-up .word:nth-child(940) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 940);
}
.animation-text-in-up .word:nth-child(941) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 941);
}
.animation-text-in-up .word:nth-child(942) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 942);
}
.animation-text-in-up .word:nth-child(943) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 943);
}
.animation-text-in-up .word:nth-child(944) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 944);
}
.animation-text-in-up .word:nth-child(945) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 945);
}
.animation-text-in-up .word:nth-child(946) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 946);
}
.animation-text-in-up .word:nth-child(947) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 947);
}
.animation-text-in-up .word:nth-child(948) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 948);
}
.animation-text-in-up .word:nth-child(949) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 949);
}
.animation-text-in-up .word:nth-child(950) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 950);
}
.animation-text-in-up .word:nth-child(951) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 951);
}
.animation-text-in-up .word:nth-child(952) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 952);
}
.animation-text-in-up .word:nth-child(953) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 953);
}
.animation-text-in-up .word:nth-child(954) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 954);
}
.animation-text-in-up .word:nth-child(955) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 955);
}
.animation-text-in-up .word:nth-child(956) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 956);
}
.animation-text-in-up .word:nth-child(957) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 957);
}
.animation-text-in-up .word:nth-child(958) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 958);
}
.animation-text-in-up .word:nth-child(959) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 959);
}
.animation-text-in-up .word:nth-child(960) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 960);
}
.animation-text-in-up .word:nth-child(961) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 961);
}
.animation-text-in-up .word:nth-child(962) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 962);
}
.animation-text-in-up .word:nth-child(963) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 963);
}
.animation-text-in-up .word:nth-child(964) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 964);
}
.animation-text-in-up .word:nth-child(965) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 965);
}
.animation-text-in-up .word:nth-child(966) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 966);
}
.animation-text-in-up .word:nth-child(967) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 967);
}
.animation-text-in-up .word:nth-child(968) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 968);
}
.animation-text-in-up .word:nth-child(969) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 969);
}
.animation-text-in-up .word:nth-child(970) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 970);
}
.animation-text-in-up .word:nth-child(971) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 971);
}
.animation-text-in-up .word:nth-child(972) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 972);
}
.animation-text-in-up .word:nth-child(973) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 973);
}
.animation-text-in-up .word:nth-child(974) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 974);
}
.animation-text-in-up .word:nth-child(975) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 975);
}
.animation-text-in-up .word:nth-child(976) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 976);
}
.animation-text-in-up .word:nth-child(977) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 977);
}
.animation-text-in-up .word:nth-child(978) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 978);
}
.animation-text-in-up .word:nth-child(979) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 979);
}
.animation-text-in-up .word:nth-child(980) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 980);
}
.animation-text-in-up .word:nth-child(981) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 981);
}
.animation-text-in-up .word:nth-child(982) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 982);
}
.animation-text-in-up .word:nth-child(983) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 983);
}
.animation-text-in-up .word:nth-child(984) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 984);
}
.animation-text-in-up .word:nth-child(985) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 985);
}
.animation-text-in-up .word:nth-child(986) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 986);
}
.animation-text-in-up .word:nth-child(987) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 987);
}
.animation-text-in-up .word:nth-child(988) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 988);
}
.animation-text-in-up .word:nth-child(989) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 989);
}
.animation-text-in-up .word:nth-child(990) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 990);
}
.animation-text-in-up .word:nth-child(991) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 991);
}
.animation-text-in-up .word:nth-child(992) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 992);
}
.animation-text-in-up .word:nth-child(993) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 993);
}
.animation-text-in-up .word:nth-child(994) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 994);
}
.animation-text-in-up .word:nth-child(995) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 995);
}
.animation-text-in-up .word:nth-child(996) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 996);
}
.animation-text-in-up .word:nth-child(997) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 997);
}
.animation-text-in-up .word:nth-child(998) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 998);
}
.animation-text-in-up .word:nth-child(999) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 999);
}
.animation-text-in-up .word:nth-child(1000) .letter {
	transition-delay: calc(var(--animation-transition-delay) * 1000);
}
.animation-text-in-up.animation-text-in-up-animated .word .letter {
	opacity: 1;
	inset-block-start: 0;
}

.page-bg-section {
	position: fixed;
	z-index: 1;
	inset: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.theme-light .page-bg-section, .theme-ligth-blue .page-bg-section, .theme-green .page-bg-section {
	opacity: 0;
}
.page-bg-section .page-bg-section-layer {
	position: absolute;
	width: 90vmax;
	height: 90vmax;
	border-radius: 50%;
	filter: blur(10rem);
	opacity: 0.55;
	animation: move-bg 50s ease-in-out infinite alternate;
	mix-blend-mode: screen;
}
.page-bg-section .page-bg-section-layer.page-bg-section-layer-01 {
	inset-block-start: -20%;
	inset-inline-start: -20%;
	animation-duration: 60s;
	background-color: #7ab0ff;
}
.page-bg-section .page-bg-section-layer.page-bg-section-layer-02 {
	inset-block-start: 0;
	inset-inline-start: 60%;
	animation-duration: 70s;
	background-color: #d39eff;
}
.page-bg-section .page-bg-section-layer.page-bg-section-layer-03 {
	inset-block-start: 60%;
	inset-inline-start: 10%;
	animation-duration: 80s;
	background-color: #ff8fb3;
}

@keyframes move-bg {
	0% {
		transform: translate(0, 0) scale(1);
	}
	25% {
		transform: translate(15%, -10%) scale(1.1);
	}
	50% {
		transform: translate(-10%, 15%) scale(1);
	}
	75% {
		transform: translate(10%, 10%) scale(1.15);
	}
	100% {
		transform: translate(-15%, -10%) scale(1);
	}
}
.animation {
	--animation-offset: 3rem;
	--animation-transition-duration: 0.3s;
	opacity: 1;
	visibility: visible;
}
.animation:not(.shown):not(.showing) {
	opacity: 0;
	visibility: hidden;
}
.animation.showing {
	transition-duration: var(--animation-transition-duration);
	transition-property: opacity, visibility, transform;
}
.animation img.lazyload {
	opacity: 1;
	visibility: visible;
	transition-property: none;
}
.animation.animation-top {
	transform: translate(0, 0);
}
.animation.animation-top:not(.shown):not(.showing) {
	transform: translate(0, calc(var(--animation-offset) * -1));
}
.animation.animation-bottom {
	transform: translate(0, 0);
}
.animation.animation-bottom:not(.shown):not(.showing) {
	transform: translate(0, var(--animation-offset));
}
.animation.animation-left {
	transform: translate(0, 0);
}
.animation.animation-left:not(.shown):not(.showing) {
	transform: translate(calc(var(--animation-offset) * -1), 0);
}
.animation.animation-right {
	transform: translate(0, 0);
}
.animation.animation-right:not(.shown):not(.showing) {
	transform: translate(var(--animation-offset), 0);
}
.animation.animation-delay-0-2s.showing {
	transition-delay: 0.2s;
}
.animation.animation-delay-0-3s.showing {
	transition-delay: 0.3s;
}
.animation.animation-delay-0-4s.showing {
	transition-delay: 0.4s;
}
.animation.animation-delay-0-6s.showing {
	transition-delay: 0.6s;
}
.animation.animation-delay-0-8s.showing {
	transition-delay: 0.8s;
}
.animation.animation-delay-0-9s.showing {
	transition-delay: 0.9s;
}
.animation.animation-delay-1s.showing {
	transition-delay: 1s;
}
.animation.animation-delay-1-2s.showing {
	transition-delay: 1.2s;
}
.animation.animation-delay-1-4s.showing {
	transition-delay: 1.4s;
}
.animation.animation-delay-1-6s.showing {
	transition-delay: 1.6s;
}
.animation.animation-delay-1-8s.showing {
	transition-delay: 1.6s;
}

.animation-child-elements {
	--animation-offset: 3rem;
	--animation-transition-delay: 0.3s;
	--animation-transition-duration: 0.5s;
}
.animation-child-elements:not(.shown):not(.showing) {
	opacity: 1;
	visibility: visible;
}
.animation-child-elements > * {
	opacity: 1;
	visibility: visible;
}
.animation-child-elements > *:not(.shown):not(.showing) {
	opacity: 0;
	visibility: hidden;
}
.animation-child-elements > *.showing {
	transition-delay: var(--animation-transition-delay);
	transition-duration: var(--animation-transition-duration);
	transition-property: opacity, visibility, transform;
}
.animation-child-elements.animation-top > * {
	transform: translate(0, 0);
}
.animation-child-elements.animation-top > *:not(.shown):not(.showing) {
	transform: translate(0, calc(var(--animation-offset) * -1));
}
.animation-child-elements.animation-bottom > * {
	transform: translate(0, 0);
}
.animation-child-elements.animation-bottom > *:not(.shown):not(.showing) {
	transform: translate(0, var(--animation-offset));
}
.animation-child-elements.animation-left > * {
	transform: translate(0, 0);
}
.animation-child-elements.animation-left > *:not(.shown):not(.showing) {
	transform: translate(calc(var(--animation-offset) * -1), 0);
}
.animation-child-elements.animation-right > * {
	transform: translate(0, 0);
}
.animation-child-elements.animation-right > *:not(.shown):not(.showing) {
	transform: translate(var(--animation-offset), 0);
}

.page-bg {
	position: absolute;
	z-index: 1;
	inset-block-start: 0;
	inset-inline: 0;
	overflow: hidden;
}
.page-bg img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.main-menu {
	position: fixed;
	z-index: 100;
	inset-block-start: var(--header-height, 0);
	inset-inline-end: var(--container-padding-x);
	width: 58.3rem;
	color: #282753;
	background-color: #fff;
	border-radius: var(--border-radius-base);
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
}
.menu-opened .main-menu {
	pointer-events: all;
	opacity: 1;
}
.main-menu .main-menu-wrapper {
	padding: var(--container-padding-x);
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 49rem;
}
.main-menu .main-menu-body {
	width: 100%;
}
.main-menu .main-menu-nav {
	font-size: 2.8rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.main-menu .main-menu-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu .main-menu-nav > ul > li {
	margin-bottom: 5px;
}
.main-menu .main-menu-nav > ul > li > a {
	text-decoration: none;
	color: inherit;
}
.main-menu .main-menu-nav > ul > li > a:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.75;
}
.main-menu .main-menu-footer {
	width: 100%;
	padding-top: 2rem;
	margin-top: auto;
}
.main-menu .main-menu-footer .main-menu-footer-btn-row {
	flex-shrink: 0;
}
.main-menu .main-menu-footer .main-menu-footer-link-row {
	flex-shrink: 0;
	display: flex;
}
.main-menu .main-menu-footer .main-menu-footer-link-row .main-menu-footer-link {
	font-size: 1.4rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	padding-block: 0.3rem;
	color: inherit;
	text-decoration: underline;
}
.main-menu .main-menu-footer .main-menu-footer-link-row .main-menu-footer-link:hover {
	color: inherit;
	text-decoration: none;
}
.main-menu .main-menu-footer .social li a {
	width: 4rem;
}
.main-menu .main-menu-footer .social li i {
	font-size: 1.8rem;
}
@media (max-width: 991.98px) {
	.main-menu {
		inset-inline-start: var(--container-padding-x);
		width: auto;
	}
	.main-menu .main-menu-wrapper {
		min-height: 56.8rem;
	}
	.main-menu .main-menu-nav > ul {
		display: flex;
		flex-direction: column;
		row-gap: 1rem;
	}
	.main-menu .main-menu-nav > ul > li {
		width: 100%;
	}
	.main-menu .main-menu-footer {
		text-align: center;
	}
	.main-menu .main-menu-footer .main-menu-footer-btn-row {
		margin-bottom: 2rem;
	}
	.main-menu .main-menu-footer .main-menu-footer-btn-row .btn {
		width: 100%;
	}
	.main-menu .main-menu-footer .main-menu-footer-btn-row .btn-sm, .main-menu .main-menu-footer .main-menu-footer-btn-row .btn-group-sm > .btn {
		font-size: 2rem;
		line-height: 1.3;
		padding-block: 2.4rem;
	}
	.main-menu .main-menu-footer .main-menu-footer-btn-row .btn-sm.btn-with-arrow::after, .main-menu .main-menu-footer .main-menu-footer-btn-row .btn-group-sm > .btn-with-arrow.btn::after {
		width: 3rem;
	}
	.main-menu .main-menu-footer .main-menu-footer-link-row {
		margin-bottom: 3rem;
		justify-content: center;
	}
	.main-menu .main-menu-footer .main-menu-footer-link-row .main-menu-footer-link {
		font-size: 2rem;
		line-height: 1.3;
		padding-block: 0;
	}
	.main-menu .main-menu-footer .social {
		justify-content: center;
	}
}

.hero-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #292753;
}
.hero-banner::before {
	content: "";
	width: 100%;
	height: 1px;
	margin-bottom: auto;
}
.hero-banner .hero-banner-image-section {
	width: 100%;
	margin: -15rem 0 auto;
	position: relative;
	z-index: 5;
}
.hero-banner .hero-banner-image-section .hero-banner-image {
	width: 100%;
	max-width: 71.5rem;
	margin-inline: auto;
}
.hero-banner .hero-banner-image-section .hero-banner-image img,
.hero-banner .hero-banner-image-section .hero-banner-image video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hero-banner .hero-banner-heading-section {
	width: 100%;
	margin-top: auto;
	position: relative;
	z-index: 5;
	padding-top: 1.8rem;
	transition: all 0.3s ease;
	opacity: 0;
}
.page-loaded .hero-banner .hero-banner-heading-section {
	opacity: 1;
}
.hero-banner .hero-banner-heading-section h1, .hero-banner .hero-banner-heading-section .h1 {
	color: inherit;
	font-size: 9.8rem;
	line-height: 1.122;
}
.hero-banner .hero-banner-heading-section h1:last-child, .hero-banner .hero-banner-heading-section .h1:last-child {
	margin-bottom: 0;
}
.hero-banner .hero-banner-body-section {
	width: 100%;
	position: relative;
	z-index: 5;
	margin-bottom: auto;
	padding-block: 4.6rem 3rem;
	transition: all 0.3s ease;
	transition-delay: 0.8s;
	opacity: 0;
}
.page-loaded .hero-banner .hero-banner-body-section {
	opacity: 1;
}
.hero-banner .hero-banner-body-section .lead {
	max-width: 90.6rem;
	margin-inline: auto;
}
.hero-banner .hero-banner-footer-section {
	width: 100%;
	position: relative;
	z-index: 5;
	padding-bottom: var(--container-padding-x);
	margin-top: auto;
	padding-top: 6rem;
	transition: all 0.3s ease;
	transition-delay: 1.2s;
	opacity: 0;
}
.page-loaded .hero-banner .hero-banner-footer-section {
	opacity: 1;
}
.hero-banner .hero-banner-footer-section .logos-carousel {
	padding-inline: 1.5rem;
}
.hero-banner .bg-section {
	z-index: 1;
}
@media (max-width: 1439.98px) {
	.hero-banner .hero-banner-heading-section h1, .hero-banner .hero-banner-heading-section .h1 {
		font-size: 8rem;
		line-height: 1.125;
		max-width: 97.6rem;
		margin-inline: auto;
	}
	.hero-banner .hero-banner-body-section .lead {
		max-width: 82.8rem;
	}
}
@media (min-width: 992px) {
	.hero-banner .hero-banner-heading-section h1, .hero-banner .hero-banner-heading-section .h1 {
		max-width: 90vw;
		margin-inline: auto;
	}
}
@media (max-width: 991.98px) {
	.hero-banner .hero-banner-image-section {
		margin-top: 0;
		padding-top: var(--header-height);
	}
	.hero-banner .hero-banner-image-section .hero-banner-image {
		max-width: none;
		width: auto;
		margin-inline: -5rem;
	}
	.hero-banner .hero-banner-heading-section {
		padding-top: 0;
	}
	.hero-banner .hero-banner-heading-section h1, .hero-banner .hero-banner-heading-section .h1 {
		font-size: 4.6rem;
		line-height: 1.152;
		max-width: 100%;
	}
	.hero-banner .hero-banner-body-section {
		padding-block: 2rem;
	}
	.hero-banner .hero-banner-body-section .lead {
		max-width: 100%;
	}
	.hero-banner .hero-banner-footer-section {
		padding-top: 0;
	}
	.hero-banner .hero-banner-footer-section .logos-carousel {
		padding-inline: 0;
	}
}
@media (max-width: 439.98px) {
	.hero-banner .hero-banner-heading-section h1, .hero-banner .hero-banner-heading-section .h1 {
		font-size: 3.5rem;
		line-height: 1.171;
	}
}

.extra-cards-section {
	position: relative;
	overflow: hidden;
	padding-block: 8rem 10rem;
}
.extra-cards-section .container {
	position: relative;
	z-index: 5;
}
.extra-cards-section .extra-cards-section-intro {
	text-align: center;
	max-width: 75rem;
	margin-bottom: 5rem;
	margin-inline: auto;
}
.extra-cards-section .extra-cards-section-intro p {
	max-width: 58.8rem;
	margin-inline: auto;
}
.extra-cards-section .extra-cards-section-intro p:last-child {
	margin-bottom: 0;
}
.extra-cards-section .extra-cards-section-cards-heading {
	margin-bottom: 2.4rem;
}
.extra-cards-section .extra-cards-section-cards-heading h3, .extra-cards-section .extra-cards-section-cards-heading .h3 {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.286;
}
.extra-cards-section .extra-cards-section-cards-heading h3:last-child, .extra-cards-section .extra-cards-section-cards-heading .h3:last-child {
	margin-bottom: 0;
}
.extra-cards-section .extra-cards-section-circle-btn-row {
	position: relative;
	z-index: 10;
	max-width: 67.5rem;
	margin-inline: auto;
}
.extra-cards-section .extra-cards-section-circle-btn-row .circle-btn {
	position: absolute;
	inset-block-start: 8.8rem;
	inset-inline-end: 0;
	transform: translate(50%, 0);
}
.extra-cards-section .extra-cards-section-circle-btn-row .circle-btn:hover {
	transform: translate(50%, 0) scale(1.1);
}
.extra-cards-section .bg-section {
	z-index: 1;
}
@media (max-width: 1439.98px) {
	.extra-cards-section {
		padding-block: 5rem;
	}
	.extra-cards-section .extra-cards-section-intro {
		max-width: 82.4rem;
	}
	.extra-cards-section .extra-cards-section-cards-heading {
		margin-bottom: 13.8rem;
	}
	.extra-cards-section .extra-cards-section-circle-btn-row {
		max-width: 75.4rem;
	}
	.extra-cards-section .extra-cards-section-circle-btn-row .circle-btn {
		inset-block-start: -8.8rem;
	}
}
@media (max-width: 991.98px) {
	.extra-cards-section {
		padding-top: 62px;
	}
	.extra-cards-section .extra-cards-section-intro {
		max-width: 100%;
	}
	.extra-cards-section .extra-cards-section-intro p {
		max-width: 100%;
	}
	.extra-cards-section .extra-cards-section-cards-heading {
		margin-bottom: 62px;
	}
}

.stories-cards-section {
	--scroll-screens: 4;
	position: relative;
	overflow: clip;
}
@media (min-width: 992px) {
	.stories-cards-section {
		min-height: calc(100dvh * var(--scroll-screens));
	}
}
@media (min-width: 992px) {
	.stories-cards-section .stories-cards-section-holder {
		padding-block: 9.5rem;
		min-height: 100dvh;
		position: sticky;
		top: 0;
		inset-inline: 0;
	}
}
.stories-cards-section .container {
	position: relative;
	z-index: 5;
}
.stories-cards-section .stories-cards-section-heading {
	margin-bottom: 7rem;
	text-align: center;
}
.stories-cards-section .stories-cards-section-heading .stories-cards-section-title {
	display: block;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 3rem;
}
.stories-cards-section .stories-cards-section-heading h2:last-child, .stories-cards-section .stories-cards-section-heading .h2:last-child {
	margin-bottom: 0;
}
.stories-cards-section .stories-cards-section-footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 14.1rem;
}
.stories-cards-section .stories-cards-section-footer .circle-btn.shown {
	transition-delay: 0s;
}
.stories-cards-section .bg-section {
	z-index: 1;
}
@media (max-width: 991.98px) {
	.stories-cards-section {
		padding-block: var(--section-padding-y);
	}
	.stories-cards-section .stories-cards-section-heading {
		margin-bottom: 3rem;
	}
	.stories-cards-section .stories-cards-section-heading .stories-cards-section-title {
		margin-bottom: 2rem;
	}
	.stories-cards-section .stories-cards-section-footer {
		padding-top: 3rem;
	}
}

.inform-cards-section {
	position: relative;
}
@media (min-width: 992px) {
	.inform-cards-section {
		transition: all 0.3s ease;
		padding-block: 13.7rem;
	}
	.inform-cards-section .container {
		position: relative;
		z-index: 5;
	}
	.inform-cards-section .inform-cards-section-lg-sticky {
		position: sticky;
		inset-block-start: calc(var(--header-height) + var(--section-padding-y));
	}
	.inform-cards-section .inform-cards-section-lg-sticky + div[class^=col-] {
		position: relative;
		z-index: 10;
	}
	.inform-cards-section .inform-cards-section-tabs-col {
		width: 100%;
		min-height: 70dvh;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.inform-cards-section .inform-cards-section-tab {
		width: 100%;
		margin-block: auto;
		max-width: 55.6rem;
		color: #292753;
		position: relative;
		z-index: 5;
	}
	.inform-cards-section .inform-cards-section-tab h3, .inform-cards-section .inform-cards-section-tab .h3 {
		color: inherit;
	}
	.inform-cards-section .inform-cards-section-tab h3:last-child, .inform-cards-section .inform-cards-section-tab .h3:last-child {
		margin-bottom: 0;
	}
	.inform-cards-section .inform-cards-section-tab p {
		max-width: 45rem;
	}
	.inform-cards-section .inform-cards-section-tab p:last-child {
		margin-bottom: 0;
	}
	.inform-cards-section .inform-cards-section-tab.inform-cards-section-tab-second {
		display: none;
	}
	.inform-cards-section .inform-cards-section-image {
		position: absolute;
		z-index: 1;
		inset-block-start: 50%;
		inset-inline-start: 100%;
		transform: translate(-50%, -50%);
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	.inform-cards-section .inform-cards-section-image img,
	.inform-cards-section .inform-cards-section-image video {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.inform-cards-section .inform-cards-section-cards-list {
		list-style: none;
		margin: 0;
		padding: 100dvh 0 25dvh;
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 5rem;
	}
	.inform-cards-section .inform-cards-section-cards-list > li {
		width: 100%;
	}
	.inform-cards-section.inform-cards-section-second-tab-active .inform-cards-section-tab.inform-cards-section-tab-first {
		display: none;
	}
	.inform-cards-section.inform-cards-section-second-tab-active .inform-cards-section-tab.inform-cards-section-tab-second {
		display: block;
	}
}
@media (max-width: 991.98px) {
	.inform-cards-section {
		background-color: #d1ebff;
	}
	.inform-cards-section .inform-cards-section-wrapper {
		padding-block: var(--section-padding-y);
		position: relative;
		z-index: 5;
	}
	.inform-cards-section .inform-cards-section-intro {
		margin-bottom: 6.2rem;
		color: #292753;
		font-size: 2rem;
		line-height: 1.3;
	}
	.inform-cards-section .inform-cards-section-intro h2, .inform-cards-section .inform-cards-section-intro .h2 {
		text-align: center;
		color: inherit;
		line-height: 1.15;
	}
	.inform-cards-section .inform-cards-section-intro p:last-child {
		margin-bottom: 0;
	}
	.inform-cards-section .inform-cards-section-image {
		display: none;
		width: 50rem;
		transform: translate(-50%, 0);
		margin-top: -5rem;
	}
}

.video-section {
	position: relative;
	overflow: hidden;
	padding-block: var(--section-padding-y);
	width: 100%;
	min-height: 100svh;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #292753;
}
.video-section .video-section-video {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	aspect-ratio: 1.51/1;
	border-radius: var(--border-radius-base);
}
.video-section .video-section-video video {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.video-section .video-section-body {
	width: 100%;
}
.video-section .video-section-body h2, .video-section .video-section-body .h2 {
	color: inherit;
	max-width: 46.7rem;
}
.video-section .video-section-body p {
	max-width: 46.7rem;
}
.video-section .video-section-body p:last-child {
	margin-bottom: 0;
}
.video-section .video-section-body .video-section-body-btn-row {
	padding-top: 2.4rem;
}
@media (max-width: 1439.98px) {
	.video-section .video-section-body h2, .video-section .video-section-body .h2 {
		max-width: 100%;
	}
	.video-section .video-section-body p {
		max-width: 58.8rem;
	}
	.video-section .video-section-body .video-section-body-btn-row {
		padding-top: 0.4rem;
	}
}
@media (max-width: 991.98px) {
	.video-section {
		min-height: 0;
	}
	.video-section .video-section-body h2, .video-section .video-section-body .h2 {
		line-height: 1.15;
	}
	.video-section .video-section-body p {
		max-width: 100%;
	}
	.video-section .video-section-body .video-section-body-btn-row .btn {
		width: 100%;
	}
}

.image-cards-section {
	position: relative;
	overflow: hidden;
	padding-block: 15rem 10.7rem;
}
.image-cards-section .container {
	position: relative;
	z-index: 5;
}
.image-cards-section .image-cards-section-intro {
	text-align: center;
	margin-bottom: 8.4rem;
	color: #292753;
}
.image-cards-section .image-cards-section-intro h2, .image-cards-section .image-cards-section-intro .h2 {
	color: inherit;
}
.image-cards-section .image-cards-section-intro p {
	max-width: 58.8rem;
	margin-inline: auto;
}
.image-cards-section .image-cards-section-intro p:last-child {
	margin-bottom: 0;
}
.image-cards-section .image-cards-section-statistic {
	margin-bottom: 9.1rem;
}
.image-cards-section .bg-section {
	z-index: 1;
}
@media (max-width: 991.98px) {
	.image-cards-section {
		padding-block: var(--section-padding-y);
	}
	.image-cards-section .image-cards-section-intro {
		text-align: start;
		margin-bottom: 5rem;
	}
	.image-cards-section .image-cards-section-intro h2, .image-cards-section .image-cards-section-intro .h2 {
		line-height: 1.15;
		text-align: center;
	}
	.image-cards-section .image-cards-section-intro p {
		max-width: 100%;
	}
	.image-cards-section .image-cards-section-statistic {
		margin-bottom: 5rem;
	}
}

.hero-section {
	position: relative;
	overflow: hidden;
	padding-block: 14rem;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}
.hero-section .hero-section-body {
	max-width: 55.2rem;
}
.hero-section .hero-section-title {
	display: block;
	padding-bottom: 2rem;
	font-weight: 500;
}
.hero-section p:last-child {
	margin-bottom: 0;
}
.hero-section .image-shape {
	z-index: 1;
	width: 63.4rem;
	inset-block-start: 0;
	inset-inline-end: 0;
	opacity: 0.5;
}
.hero-section .image-shape img,
.hero-section .image-shape svg {
	width: 100%;
}
.hero-section + .filters-section {
	margin-top: -1.9rem;
}
.hero-section.v2 .hero-section-body {
	max-width: 79.5rem;
}
@media (max-width: 1439.98px) {
	.hero-section {
		padding-bottom: 4.9rem;
	}
	.hero-section .hero-section-body {
		max-width: 58.7rem;
	}
}
@media (max-width: 991.98px) {
	.hero-section .hero-section-body {
		max-width: 100%;
	}
	.hero-section .hero-section-title {
		padding-bottom: 3rem;
	}
}

.project-section {
	position: relative;
	overflow: hidden;
	padding-block: 5rem;
}
.project-section .project-section-heading {
	margin-bottom: 4rem;
}
.project-section .project-section-heading .project-section-title {
	display: block;
	padding-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.3;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.project-section .project-section-heading .project-section-heading-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: var(--grid-gutter-x);
	width: 100%;
}
.project-section .project-section-heading .project-section-heading-row h2, .project-section .project-section-heading .project-section-heading-row .h2 {
	flex-grow: 1;
	margin-bottom: 0;
	font-size: 4rem;
	line-height: 1.15;
	text-transform: uppercase;
}
.project-section .project-section-heading .project-section-heading-row .project-section-heading-btn {
	flex-shrink: 0;
}
.project-section .project-section-image {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.33/1;
	border-radius: var(--border-radius-base);
}
.project-section .project-section-image img {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.project-section .project-section-body {
	padding-inline-start: 4rem;
	font-size: 1.6rem;
	line-height: 1.375;
}
.project-section .project-section-body .project-section-descr {
	padding-bottom: 2rem;
}
.project-section .project-section-body .project-section-descr p:last-child {
	margin-bottom: 0;
}
.project-section .project-section-body .project-section-features {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.project-section .project-section-body .project-section-features > li {
	padding-block: 2rem;
	border-bottom: 1px solid #282753;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 2rem;
	width: 100%;
}
.project-section .project-section-body .project-section-features > li > h3, .project-section .project-section-body .project-section-features > li > .h3 {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin-bottom: 0;
	width: 30%;
	flex-shrink: 0;
}
.project-section .project-section-body .project-section-features > li > p {
	margin-bottom: 0;
	text-align: end;
	flex-grow: 1;
}
.project-section .project-section-body .project-section-notes {
	padding-bottom: 2rem;
}
.project-section .project-section-body .project-section-notes:last-child {
	padding-bottom: 0;
}
.project-section .project-section-body .project-section-notes h3, .project-section .project-section-body .project-section-notes .h3 {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 2rem;
	color: inherit;
}
.project-section .project-section-body .project-section-notes p:last-child {
	margin-bottom: 0;
}
.project-section .project-section-body .project-section-notes p a {
	color: inherit;
	text-decoration: none;
}
.project-section .project-section-body .project-section-notes p a:hover {
	color: inherit;
	text-decoration: underline;
}
.project-section .project-section-body .project-section-logos {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 20.5rem;
}
.project-section .project-section-body .project-section-logos img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (max-width: 1439.98px) {
	.project-section {
		padding-top: 0;
	}
	.project-section .container > .row {
		--bs-gutter-x: 2rem;
	}
}
@media (max-width: 991.98px) {
	.project-section .project-section-heading {
		margin-bottom: 5rem;
	}
	.project-section .project-section-heading .project-section-title {
		font-size: 1.4rem;
		line-height: 1.714;
		padding-bottom: 2.8rem;
	}
	.project-section .project-section-heading .project-section-heading-row {
		flex-direction: column;
	}
	.project-section .project-section-heading .project-section-heading-row h2, .project-section .project-section-heading .project-section-heading-row .h2 {
		width: 100%;
		line-height: 1.25;
	}
	.project-section .project-section-heading .project-section-heading-row .project-section-heading-btn {
		width: 100%;
	}
	.project-section .project-section-image {
		aspect-ratio: 1.51/1;
		margin-bottom: 5rem;
	}
	.project-section .project-section-body {
		padding-inline-start: 0;
	}
	.project-section .project-section-body .project-section-descr {
		font-size: 2rem;
		line-height: 1.3;
		padding-bottom: 3rem;
	}
	.project-section .project-section-body .project-section-features > li > h3, .project-section .project-section-body .project-section-features > li > .h3 {
		width: 40%;
	}
	.project-section .project-section-body .project-section-features > li.item-direction-md-column {
		flex-direction: column;
	}
	.project-section .project-section-body .project-section-features > li.item-direction-md-column > h3, .project-section .project-section-body .project-section-features > li.item-direction-md-column > .h3 {
		width: 100%;
	}
	.project-section .project-section-body .project-section-features > li.item-direction-md-column > p {
		width: 100%;
		text-align: start;
	}
	.project-section .project-section-body .project-section-logos {
		padding-bottom: 2rem;
	}
}

.projects-section {
	position: relative;
	z-index: 10;
	overflow-x: clip;
	color: #292753;
	background-color: #f3e8df;
	border-start-start-radius: var(--border-radius-base);
	border-start-end-radius: var(--border-radius-base);
}
.projects-section .projects-section-heading {
	padding-top: 3.8rem;
	padding-bottom: 4.5rem;
}
.projects-section .projects-section-heading .projects-section-heading-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	-moz-column-gap: var(--grid-gutter-x);
	     column-gap: var(--grid-gutter-x);
}
.projects-section .projects-section-nav {
	flex-grow: 1;
}
.projects-section .projects-section-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.projects-section .projects-section-nav > ul > li {
	display: flex;
	flex-shrink: 0;
}
.projects-section .projects-section-nav > ul > li > button {
	color: inherit;
	background: none;
	border: 1px solid currentColor;
	border-radius: 999.9rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	padding: 1rem 1.7rem;
}
.projects-section .projects-section-nav > ul > li > button:hover, .projects-section .projects-section-nav > ul > li > button.active {
	color: #fff;
	background-color: #282753;
	border-color: #282753;
}
.projects-section .projects-section-tabs {
	width: 100%;
}
.projects-section .projects-section-tab:not(.active) {
	display: none;
}
@media (max-width: 1439.98px) {
	.projects-section .projects-section-heading {
		padding-block: 5rem;
	}
}
@media (max-width: 991.98px) {
	.projects-section .projects-section-heading {
		padding-block-end: 2rem;
		margin-block-end: 1rem;
		border-start-start-radius: var(--border-radius-base);
		border-start-end-radius: var(--border-radius-base);
		border-bottom: 1px solid;
		background-color: #f3e8df;
		position: sticky;
		z-index: 50;
		inset: var(--header-h, 9rem) 0 auto;
	}
	.projects-section .projects-section-heading .projects-section-heading-row {
		flex-direction: column;
		row-gap: 1rem;
	}
	.projects-section .projects-section-nav {
		width: 100%;
	}
	.projects-section .projects-section-nav > ul {
		gap: 1rem;
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-inline: calc(var(--container-padding-x) * -1);
		padding-inline: var(--container-padding-x);
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.projects-section .projects-section-nav > ul::-webkit-scrollbar {
		display: none;
	}
	.projects-section .projects-section-nav > ul > li > button {
		white-space: nowrap;
	}
	.projects-section .custom-dropdown {
		width: 100%;
	}
}

.publications-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding-top: 10.4rem;
	padding-bottom: 5rem;
}
.publications-section .publications-section-heading {
	padding-bottom: 5rem;
}
.publications-section .publications-section-heading h2, .publications-section .publications-section-heading .h2 {
	color: #292753;
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.publications-section {
		padding-top: 5rem;
		background-color: #f3e8df;
	}
	.publications-section .publications-section-heading h2, .publications-section .publications-section-heading .h2 {
		margin-bottom: 3rem;
	}
}

.accordion-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding-top: 4.8rem;
	padding-bottom: 10rem;
}
.accordion-section .container {
	position: relative;
	z-index: 5;
}
.accordion-section .accordion-section-heading {
	padding-bottom: 5rem;
}
.accordion-section .accordion-section-heading h2, .accordion-section .accordion-section-heading .h2 {
	margin-bottom: 3rem;
}
.accordion-section .accordion-section-heading p:last-child {
	margin-bottom: 0;
}
.accordion-section .accordion-section-bg {
	position: absolute;
	z-index: 1;
	inset-block-start: 0;
	inset-inline: 0;
	overflow: hidden;
}
.accordion-section .accordion-section-bg img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (max-width: 1439.98px) {
	.accordion-section {
		padding-top: 8rem;
	}
	.accordion-section .accordion-section-heading h2, .accordion-section .accordion-section-heading .h2 {
		margin-bottom: 2rem;
	}
}
@media (max-width: 991.98px) {
	.accordion-section {
		padding-block: 5rem;
	}
	.accordion-section .accordion-section-heading h2, .accordion-section .accordion-section-heading .h2 {
		margin-bottom: 3rem;
	}
}

.publications-cards-section {
	position: relative;
	overflow: hidden;
	padding-block: 5rem;
}

.filters-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 5rem;
}
.filters-section + .accordion-section {
	padding-top: 0;
}

.page-nav-section {
	position: relative;
	overflow: hidden;
	padding-top: 5rem;
}
@media (max-width: 991.98px) {
	.page-nav-section {
		padding-top: 3rem;
	}
}

.info-section {
	position: relative;
	overflow: hidden;
	padding-block: 5rem;
}
.info-section .info-section-title {
	display: block;
	max-width: 58.8rem;
	margin-inline: auto;
	padding-bottom: 3rem;
	font-weight: 500;
}
.info-section .info-section-intro {
	max-width: 90.8rem;
	margin-inline: auto;
	padding-bottom: 5rem;
	font-size: 4rem;
	line-height: 1.15;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
.info-section .info-section-intro p:last-child {
	margin-bottom: 0;
}
.info-section .info-section-image {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-width: 114.5rem;
	aspect-ratio: 1.78/1;
	border-radius: 32.1rem;
	transition: all 0.5s ease-in-out;
}
.info-section .info-section-image img {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.info-section.info-section-visible .info-section-image {
	max-width: 100%;
	border-radius: var(--border-radius-base);
}
@media (min-width: 992px) {
	.info-section .info-section-image .plyr {
		pointer-events: none;
	}
	.info-section.info-section-visible .info-section-image .plyr {
		pointer-events: all;
	}
}
@media (max-width: 1439.98px) {
	.info-section .info-section-title {
		padding-bottom: 5rem;
	}
	.info-section .info-section-intro {
		max-width: 97.8rem;
	}
	.info-section .info-section-image {
		max-width: 97.4rem;
		border-radius: 27.3rem;
	}
}
@media (max-width: 991.98px) {
	.info-section .info-section-title {
		max-width: 100%;
		padding-bottom: 3rem;
	}
	.info-section .info-section-intro {
		max-width: 100%;
		font-size: 2.8rem;
		line-height: 1.286;
	}
	.info-section .info-section-image {
		border-radius: 5rem;
	}
}
@media (max-width: 991.98px) {
	.info-section .info-section-image {
		border-radius: 2rem;
	}
}

.values-section {
	position: relative;
	overflow: hidden;
	padding-block: calc(var(--header-height) + var(--section-padding-y)) var(--section-padding-y);
	background-color: #f5bf9e;
}
.values-section h2, .values-section .h2 {
	text-align: center;
	margin-bottom: 5rem;
	color: inherit;
}

.person-cards-section {
	position: relative;
	overflow: hidden;
	padding-block: var(--section-padding-y);
	background-color: #f3e8df;
}
.person-cards-section .container {
	position: relative;
	z-index: 5;
}
.person-cards-section .people-section-heading {
	padding-bottom: 3rem;
	color: #282753;
	font-size: 2.8rem;
	line-height: 1.286;
	font-family: "NaN Hyena Sunset", sans-serif;
	max-width: 57rem;
}
.person-cards-section .people-section-heading h2, .person-cards-section .people-section-heading .h2 {
	color: #292753;
	margin-bottom: 3rem;
}
.person-cards-section .people-section-heading p:last-child {
	margin-bottom: 0;
}
.person-cards-section .filters-nav {
	margin-bottom: 5rem;
}
.person-cards-section .image-shape {
	inset-block-start: 0;
	inset-inline-end: -12.9rem;
	width: 72.6rem;
	z-index: 1;
}
.person-cards-section .image-shape img,
.person-cards-section .image-shape svg {
	width: 100%;
}
@media (max-width: 1439.98px) {
	.person-cards-section .people-section-heading {
		font-size: 2rem;
		line-height: 1.3;
		font-family: "Lato", sans-serif;
		max-width: 58.8rem;
	}
}
@media (max-width: 991.98px) {
	.person-cards-section .people-section-heading {
		font-size: 1.6rem;
		line-height: 1.375;
		max-width: 100%;
	}
	.person-cards-section .page-nav {
		margin-bottom: 5rem;
	}
	.person-cards-section .person-cards-section-heading {
		padding-bottom: 2rem;
		scroll-margin-top: var(--header-height);
	}
	.person-cards-section .person-cards-section-heading h3, .person-cards-section .person-cards-section-heading .h3 {
		color: #292753;
		font-size: 2.8rem;
		line-height: 1.286;
	}
	.person-cards-section .person-cards-section-heading h3:last-child, .person-cards-section .person-cards-section-heading .h3:last-child {
		margin-bottom: 0;
	}
	.person-cards-section .person-cards-section-cards-list {
		list-style: none;
		margin: 0;
		padding: 0 0 5rem;
		display: flex;
		flex-direction: column;
		row-gap: 3rem;
	}
	.person-cards-section .person-cards-section-cards-list:last-child {
		padding-bottom: 0;
	}
	.person-cards-section .person-cards-section-cards-list > li {
		width: 100%;
	}
}

.logos-section {
	position: relative;
	overflow: hidden;
	padding-block: var(--section-padding-y);
}
.logos-section .container {
	position: relative;
	z-index: 5;
}

.vacancies-cards-section {
	position: relative;
	overflow: hidden;
	padding-block: var(--section-padding-y);
	background-color: #f3e8df;
}
.vacancies-cards-section .container {
	position: relative;
	z-index: 5;
}
.vacancies-cards-section .vacancies-section-heading {
	padding-bottom: 5rem;
}
.vacancies-cards-section .vacancies-section-heading h2, .vacancies-cards-section .vacancies-section-heading .h2 {
	color: #292753;
}
.vacancies-cards-section .vacancies-section-heading h2:last-child, .vacancies-cards-section .vacancies-section-heading .h2:last-child {
	margin-bottom: 0;
}
.vacancies-cards-section .image-shape {
	inset-block-start: 0;
	inset-inline-end: -12.9rem;
	width: 72.6rem;
	z-index: 1;
}
.vacancies-cards-section .image-shape img,
.vacancies-cards-section .image-shape svg {
	width: 100%;
}

.inform-section {
	position: relative;
	overflow: hidden;
	padding-block: 16rem;
	background-color: #f3e8df;
}
.inform-section::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	border-start-start-radius: var(--border-radius-base);
	border-start-end-radius: var(--border-radius-base);
	background-color: #c2d5a6;
}
.inform-section .container {
	position: relative;
	z-index: 5;
}
.inform-section .inform-section-body {
	max-width: 44rem;
	color: #282753;
	padding-top: 5.2rem;
}
.inform-section .inform-section-body h2, .inform-section .inform-section-body .h2 {
	margin-bottom: 2rem;
	color: #292753;
}
.inform-section .inform-section-body h2:last-child, .inform-section .inform-section-body .h2:last-child {
	margin-bottom: 0;
}
.inform-section .inform-section-body p:last-child {
	margin-bottom: 0;
}
.inform-section .inform-section-body p a {
	color: inherit;
	text-decoration: underline;
}
.inform-section .inform-section-body p a:hover {
	color: inherit;
	text-decoration: none;
}
.inform-section .inform-section-headline {
	padding-bottom: 5rem;
}
.inform-section .inform-section-headline h3, .inform-section .inform-section-headline .h3 {
	color: inherit;
	font-size: 2.8rem;
	line-height: 1.286;
}
.inform-section .inform-section-headline h3:last-child, .inform-section .inform-section-headline .h3:last-child {
	margin-bottom: 0;
}
@media (max-width: 1439.98px) {
	.inform-section {
		padding-block: 17.9rem;
	}
	.inform-section .inform-section-body {
		padding-block: 0 4.3rem;
	}
}
@media (min-width: 992px) {
	.inform-section .inform-section-carousel-wrapper {
		position: relative;
		overflow: hidden;
		margin-inline-end: -999.9rem;
		padding-inline-end: 999.9rem;
	}
	.inform-section .image-shape {
		inset-block-end: 0;
		inset-inline-start: 0;
		width: 42.7rem;
		z-index: 1;
	}
	.inform-section .image-shape img,
	.inform-section .image-shape svg {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.inform-section {
		padding-block: var(--section-padding-y);
	}
	.inform-section .inform-section-body {
		max-width: 100%;
		padding-block: 0 7rem;
	}
	.inform-section .inform-section-headline {
		padding-bottom: 5rem;
	}
	.inform-section .inform-section-headline h3, .inform-section .inform-section-headline .h3 {
		font-size: 2rem;
		line-height: 1.3;
	}
}

.image-text-section {
	position: relative;
	overflow: hidden;
	padding-block: var(--section-padding-y);
	color: #292753;
}
.image-text-section .image-text-section-main {
	position: relative;
	z-index: 5;
	padding-block: 1.2rem 3.9rem;
}
.image-text-section .image-text-section-image {
	margin-block: 0.5rem 3.7rem;
	margin-inline-start: -0.8rem;
	margin-inline-end: 6.8rem;
	position: relative;
	overflow: hidden;
}
.image-text-section .image-text-section-image img,
.image-text-section .image-text-section-image video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.image-text-section .image-text-section-body {
	max-width: 49.5rem;
}
.image-text-section .image-text-section-body .image-text-section-btn-row {
	padding-top: 2.4rem;
}
@media (max-width: 991.98px) {
	.image-text-section .image-text-section-main {
		padding-block: 0;
	}
	.image-text-section .image-text-section-image {
		margin: 0 0 2rem;
	}
	.image-text-section .image-text-section-body {
		max-width: 100%;
	}
	.image-text-section .image-text-section-body h2, .image-text-section .image-text-section-body .h2 {
		margin-bottom: 2rem;
	}
	.image-text-section .image-text-section-body .image-text-section-btn-row {
		padding-top: 1rem;
	}
}

.pagination-pages {
	position: relative;
	overflow: hidden;
}

.modal {
	--bs-modal-width: calc(100vw - var(--container-padding-x) * 2);
	--bs-modal-padding: var(--container-padding-x);
	--bs-modal-margin: var(--container-padding-x);
	--bs-modal-zindex: 1055;
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: var(--border-radius-base);
	--bs-modal-box-shadow: none;
	--bs-modal-inner-border-radius: 0;
	--bs-modal-color: inherit;
	--bs-modal-bg: #f3e8df;
	--bs-modal-border-color: transparent;
	--bs-modal-btn-close-top: 2rem;
	--bs-modal-btn-close-right: 2rem;
}
.modal .modal-dialog {
	width: 100%;
	max-width: var(--bs-modal-width);
	margin-left: auto;
	margin-right: auto;
}
.modal .modal-content {
	flex-direction: row;
	width: 100%;
	position: relative;
	min-height: calc(100dvh - var(--bs-modal-margin) * 2);
	padding: var(--bs-modal-padding);
	background-color: var(--bs-modal-bg);
}
.modal .modal-content > .row {
	flex-grow: 1;
}
.modal .btn-close {
	position: absolute;
	inset-block-start: var(--bs-modal-btn-close-top);
	inset-inline-end: var(--bs-modal-btn-close-right);
}
.modal .modal-heading {
	color: inherit;
}
.modal .modal-heading h3, .modal .modal-heading .h3 {
	color: inherit;
	margin-bottom: 2rem;
}
.modal .modal-heading h3:last-child, .modal .modal-heading .h3:last-child {
	margin-bottom: 0;
}
.modal .modal-heading .lead {
	display: block;
	max-width: 50rem;
}
.modal .modal-content-body {
	width: 100%;
	margin-block: auto;
}
.modal .modal-content-wrapper {
	max-width: 55.4rem;
}
.modal .modal-title-item-row {
	padding-bottom: 2rem;
}
.modal .modal-title-item {
	display: inline-block;
	vertical-align: top;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	color: #282753;
	background-color: #c2d5a6;
	border-radius: 1rem;
	padding: 1.1rem 1rem;
}
.modal .modal-title-item.modal-title-item-magenta {
	background-color: #cab1d1;
}
.modal .modal-title-item.modal-title-item-ligth-blue {
	background-color: #d1ebff;
}
.modal .modal-title-item.modal-title-item-soft-orange {
	background-color: #f5bf9e;
}
.modal .modal-intro {
	padding-bottom: 3rem;
	color: inherit;
	font-size: 1.6rem;
	line-height: 1.375;
}
.modal .modal-intro h2, .modal .modal-intro .h2 {
	color: inherit;
	font-size: 4rem;
	line-height: 1.15;
	margin-bottom: 2rem;
}
.modal .modal-intro .lead {
	display: block;
	padding-bottom: 2rem;
}
.modal .modal-intro p:last-child {
	margin-bottom: 0;
}
.modal .modal-image-card {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1.4/1;
	border-radius: var(--border-radius-base);
}
.modal .modal-image-card img,
.modal .modal-image-card video {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.modal .ico-items-list {
	padding-top: 3rem;
}
.modal .image-shape {
	z-index: 1;
	overflow: hidden;
	max-width: 100%;
}
.modal .image-shape img,
.modal .image-shape svg {
	width: auto;
	max-width: none;
}
.modal .image-shape.image-shape-top-right {
	inset-block-start: 0;
	inset-inline-end: 0;
}
.modal .image-shape.image-shape-bottom-left {
	inset-block-end: 0;
	inset-inline-start: 0;
}
.modal.modal-soft-orange {
	--bs-modal-bg: #f5bf9e;
}
.modal.modal-ligth-blue {
	--bs-modal-bg: #d1ebff;
}
.modal.modal-green {
	--bs-modal-bg: #c2d5a6;
}
.modal.modal-magenta {
	--bs-modal-bg: #cab1d1;
}
@media (min-width: 1728px) {
	.modal .modal-content > .row > div[class^=col-]:first-child {
		max-width: 57.2rem;
		margin-inline: auto;
	}
	.modal .modal-content .rate-card,
	.modal .modal-content .ico-items-list {
		padding-inline-start: 12rem;
	}
}
@media (max-width: 1199.98px) {
	.modal .image-shape img,
	.modal .image-shape svg {
		position: relative;
	}
	.modal .image-shape.image-shape-large img,
	.modal .image-shape.image-shape-large svg {
		left: -10rem;
		bottom: -10rem;
	}
}
@media (min-width: 992px) {
	.modal .modal-content-holder {
		max-width: 57.2rem;
	}
}
@media (max-width: 991.98px) {
	.modal {
		--bs-modal-btn-close-top: var(--container-padding-x);
		--bs-modal-btn-close-right: var(--container-padding-x);
	}
	.modal .modal-title-item {
		font-size: 1.4rem;
		line-height: 1.429;
		padding-block: 1.2rem;
	}
	.modal .modal-title-item-row:first-child {
		padding-top: 6.1rem;
	}
	.modal .modal-intro {
		padding-bottom: 3.1rem;
	}
	.modal .modal-intro h2, .modal .modal-intro .h2 {
		line-height: 1.25;
		margin-bottom: 3.2rem;
	}
	.modal .modal-intro .lead {
		font-size: 2rem;
		line-height: 1.3;
		padding-bottom: 1.6rem;
	}
	.modal .modal-image-card {
		margin-bottom: 3.3rem;
	}
	.modal .ico-items-list {
		padding-top: 0;
	}
	.modal .image-shape.image-shape-large img,
	.modal .image-shape.image-shape-large svg {
		left: -22rem;
		bottom: -22rem;
	}
	.modal .image-shape.image-shape-small img,
	.modal .image-shape.image-shape-small svg {
		right: -3.2rem;
	}
}

body .cky-btn-revisit-wrapper {
	background-color: #292753 !important;
}
body .cky-consent-container {
	width: 74.3rem;
	border-radius: var(--border-radius-base);
}
body .cky-consent-container.cky-box-bottom-right {
	inset-block-end: var(--container-padding-x);
	inset-inline-end: var(--container-padding-x);
}
body .cky-consent-container .cky-consent-bar {
	color: #292753;
	background-color: #d1ebff !important;
	border-color: transparent !important;
	padding: var(--container-padding-x);
	border: 0;
	box-shadow: none;
	border-radius: var(--border-radius-base);
	display: flex;
	flex-wrap: nowrap;
	-moz-column-gap: var(--container-padding-x);
	     column-gap: var(--container-padding-x);
	position: relative;
	width: 100%;
	min-height: calc(25.7rem + var(--container-padding-x) * 2);
}
body .cky-consent-container .cky-consent-bar::before {
	content: "";
	width: 15.5rem;
	flex-shrink: 0;
	background: url(https://zymvol.com/wp-content/themes/zymvol/images/img-cookies-popup-001.webp) no-repeat;
	background-size: cover;
	-webkit-mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks-diagonal-reverse.svg);
	        mask-image: url(https://zymvol.com/wp-content/themes/zymvol/images/shape-3-blocks-diagonal-reverse.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
}
body .cky-consent-container .cky-consent-bar .cky-notice {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	color: inherit;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
	width: 100%;
	color: #282753 !important;
	margin: 0 0 2rem;
	font-size: 2.8rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
	font-size: 1.6rem;
	line-height: 1.375;
	font-weight: 500;
	font-family: "Lato", sans-serif;
	color: inherit;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {
	color: inherit !important;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	width: 100%;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des * {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p:last-child {
	margin-bottom: 0;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
	width: 100%;
	margin-top: auto;
	padding-top: 3rem;
	border-top: 1px solid currentColor;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 1.4rem;
	line-height: 1.286;
	font-weight: 500;
	font-family: "NaN Hyena Sunset", sans-serif;
	padding: 1.4rem 2rem;
	margin: 0;
	border: 1px solid;
	border-radius: 999.9rem;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
	color: #fff !important;
	background-color: #282753 !important;
	border-color: #282753 !important;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:hover {
	opacity: 1;
	color: #fff !important;
	background-color: rgb(75.2786885246, 71.606557377, 152.393442623) !important;
	border-color: rgb(75.2786885246, 71.606557377, 152.393442623) !important;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-reject, body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
	color: #282753 !important;
	background-color: transparent !important;
	border-color: #282753 !important;
}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-reject:hover, body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-customize:hover {
	opacity: 1;
	color: #fff !important;
	background-color: #282753 !important;
	border-color: #282753 !important;
}
@media (max-width: 991.98px) {
	body .cky-consent-container {
		width: calc(100vw - var(--container-padding-x) * 2);
	}
}
@media (max-width: 767.98px) {
	body .cky-consent-container {
		max-height: calc(100svh - var(--container-padding-x) * 2);
		overflow-y: auto;
	}
	body .cky-consent-container .cky-consent-bar {
		flex-direction: column;
		row-gap: 3rem;
		min-height: 0;
	}
	body .cky-consent-container .cky-consent-bar::before {
		aspect-ratio: 0.6/1;
		margin-inline: auto;
	}
	body .cky-consent-container .cky-consent-bar .cky-notice {
		width: 100%;
	}
	body .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
		margin-bottom: 1.5rem;
		padding: 0;
		font-size: 2.4rem;
	}
	body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {
		padding: 0;
	}
	body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
		padding: 2rem 0 0;
	}
}

@keyframes plyr-progress {
	to {
		background-position: var(--plyr-progress-loading-size, 25px) 0;
	}
}
@keyframes plyr-popup {
	0% {
		opacity: 0.5;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes plyr-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: var(--plyr-font-weight-regular, 400);
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow 0.3s ease;
	z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
	display: block;
	height: 100%;
	width: 100%;
}
.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto;
}
.plyr:focus {
	outline: 0;
}

.plyr--full-ui {
	box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
	box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	touch-action: manipulation;
}

.plyr__badge {
	background: var(--plyr-badge-background, hsl(216, 15%, 34%));
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: var(--plyr-badge-text-color, #fff);
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none;
}

.plyr__captions {
	animation: plyr-fade-in 0.3s ease;
	bottom: 0;
	display: none;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	transition: transform 0.4s ease-in-out;
	width: 100%;
}
.plyr__captions span:empty {
	display: none;
}
@media (min-width: 480px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-base, 15px);
		padding: calc(var(--plyr-control-spacing, 10px) * 2);
	}
}
@media (min-width: 768px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-large, 18px);
	}
}

.plyr--captions-active .plyr__captions {
	display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
	transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
	background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: 0.2em 0.5em;
	white-space: pre-wrap;
}
.plyr__caption div {
	display: inline;
}

.plyr__control {
	background: transparent;
	border: 0;
	border-radius: var(--plyr-control-radius, 4px);
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
	position: relative;
	transition: all 0.1s ease-in-out;
}
.plyr__control svg {
	display: block;
	fill: currentColor;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
	outline: 0;
}
.plyr__control:focus-visible {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	outline-offset: 2px;
}

a.plyr__control {
	text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
	display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
	display: none;
}

.plyr--full-ui ::-webkit-media-controls {
	display: none;
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center;
}
.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0;
}
.plyr__controls .plyr__controls__item {
	margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
	padding-left: 0;
}
.plyr__controls:empty {
	display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
	display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
	display: inline-block;
}

.plyr__menu {
	display: flex;
	position: relative;
}
.plyr__menu .plyr__control svg {
	transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none;
}
.plyr__menu__container {
	animation: plyr-popup 0.2s ease;
	background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
	border-radius: var(--plyr-menu-radius, 8px);
	bottom: 100%;
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	color: var(--plyr-menu-color, hsl(216, 15%, 34%));
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3;
}
.plyr__menu__container > div {
	overflow: hidden;
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
	border: var(--plyr-menu-arrow-size, 4px) solid transparent;
	border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
	content: "";
	height: 0;
	position: absolute;
	right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
	top: 100%;
	width: 0;
}
.plyr__menu__container [role=menu] {
	padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0;
}
.plyr__menu__container .plyr__control {
	align-items: center;
	color: var(--plyr-menu-color, hsl(216, 15%, 34%));
	display: flex;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	width: 100%;
}
.plyr__menu__container .plyr__control > span {
	align-items: inherit;
	display: flex;
	width: 100%;
}
.plyr__menu__container .plyr__control::after {
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
	padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
	border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
	right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
	margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
	padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
	position: relative;
	width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
	border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
	left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
	background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
	border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: var(--plyr-control-spacing, 10px);
	transition: all 0.3s ease;
	width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
	overflow: hidden;
	padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
	pointer-events: none;
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	display: block;
	height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	min-width: 0;
	padding: 0;
	transition: box-shadow 0.3s ease;
	width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-user-select: none;
	        user-select: none;
	background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: var(--plyr-range-thumb-height, 13px);
	-webkit-appearance: none;
	        appearance: none;
	margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-moz-user-select: none;
	     user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
	color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	user-select: none;
	background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: var(--plyr-range-thumb-height, 13px);
	margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0;
}
.plyr--full-ui input[type=range]:focus {
	outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	outline-offset: 2px;
}

.plyr__poster {
	background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.2s ease;
	width: 100%;
	z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
	display: none;
}

.plyr__time {
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
	content: "⁄";
	margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
	.plyr__time + .plyr__time {
		display: none;
	}
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
	background: var(--plyr-tooltip-background, #fff);
	border-radius: var(--plyr-tooltip-radius, 5px);
	bottom: 100%;
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
	opacity: 0;
	padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(0.8);
	transform-origin: 50% 100%;
	transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
	white-space: nowrap;
	z-index: 2;
}
.plyr__tooltip::before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
	left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
	transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
	transform: translate(0, 0) scale(1);
}

.plyr__progress {
	left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
	margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
	margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
	width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
	position: relative;
	z-index: 2;
}
.plyr__progress .plyr__tooltip {
	left: 0;
	max-width: 120px;
	overflow-wrap: break-word;
}

.plyr__progress__buffer {
	-webkit-appearance: none; /* stylelint-disable-line */
	background: transparent;
	border: 0;
	border-radius: 100px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
	padding: 0;
	position: absolute;
	top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
	background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width 0.2s ease;
	transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width 0.2s ease;
	transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
	background-color: var(--plyr-progress-marker-background, #fff);
	border-radius: 1px;
	height: var(--plyr-range-track-height, 5px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: var(--plyr-progress-marker-width, 3px);
	z-index: 3;
}

.plyr__volume {
	align-items: center;
	display: flex;
	position: relative;
}
.plyr__volume input[type=range] {
	margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
	margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
	max-width: 90px;
	min-width: 60px;
	position: relative;
	z-index: 2;
}

.plyr--audio {
	display: block;
}

.plyr--audio .plyr__controls {
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
	padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
	color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
	overflow: hidden;
}
.plyr--video.plyr--menu-open {
	overflow: visible;
}

.plyr__video-wrapper {
	background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
	border-radius: inherit;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@supports not (aspect-ratio: 16/9) {
	.plyr__video-embed,
	.plyr__video-wrapper--fixed-ratio {
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
	}
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	aspect-ratio: 16/9;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
	background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: calc(var(--plyr-control-spacing, 10px) / 2);
	padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
	position: absolute;
	right: 0;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	z-index: 3;
}
@media (min-width: 480px) {
	.plyr--video .plyr__controls {
		padding: var(--plyr-control-spacing, 10px);
		padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
	border: 0;
	border-radius: 100%;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: 0.9;
	padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	z-index: 2;
}
.plyr__control--overlaid svg {
	left: 2px;
	position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
	opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
	color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}
.plyr:fullscreen video {
	height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}
.plyr:fullscreen.plyr--hide-controls {
	cursor: none;
}
@media (min-width: 1024px) {
	.plyr:fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}
.plyr--fullscreen-fallback video {
	height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
	display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none;
}
@media (min-width: 1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}
.plyr--fullscreen-fallback {
	position: fixed;
	inset: 0;
	z-index: 10000000;
}

.plyr__ads {
	border-radius: inherit;
	cursor: pointer;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}
.plyr__ads::after {
	background: hsl(216, 15%, 16%);
	border-radius: 2px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3;
}
.plyr__ads:empty::after {
	display: none;
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	z-index: 3;
}

.plyr__preview-thumb {
	background-color: var(--plyr-tooltip-background, #fff);
	border-radius: var(--plyr-menu-radius, 8px);
	bottom: 100%;
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
	margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(0.8);
	transform-origin: 50% 100%;
	transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
	z-index: 2;
}
.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: calc(50% + var(--preview-arrow-offset));
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}
.plyr__preview-thumb__image-container {
	background: hsl(216, 15%, 79%);
	border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.plyr__preview-thumb__image-container::after {
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
	content: "";
	pointer-events: none;
}
.plyr__preview-thumb__image-container img {
	max-height: none;
	max-width: none;
}
.plyr__preview-thumb__time-container {
	background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
	border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
	border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
	bottom: 0;
	left: 0;
	line-height: 1.1;
	padding: 20px 6px 6px;
	position: absolute;
	right: 0;
	z-index: 3;
}
.plyr__preview-thumb__time-container span {
	color: #fff;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
	filter: blur(1px);
	height: 100%;
	inset: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
	opacity: 1;
}
.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr--no-transition {
	transition: none !important;
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.plyr [hidden] {
	display: none !important;
}
/*# sourceMappingURL=styles.css.map */
