@font-face {
	font-display: swap;
	font-family: "Chivo";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/chivo-v18-latin-regular.woff2") format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Chivo";
	font-style: normal;
	font-weight: 500;
	src: url("assets/fonts/chivo-v18-latin-500.woff2") format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Chivo";
	font-style: normal;
	font-weight: 600;
	src: url("assets/fonts/chivo-v18-latin-600.woff2") format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Chivo";
	font-style: normal;
	font-weight: 700;
	src: url("assets/fonts/chivo-v18-latin-700.woff2") format("woff2");
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.float-start {
	float: left !important;
}
.float-end {
	float: right !important;
}
.float-none {
	float: none !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-25 {
	opacity: 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;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-grid {
	display: grid !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
.d-none {
	display: none !important;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.top-0 {
	top: 0 !important;
}
.top-50 {
	top: 50% !important;
}
.top-100 {
	top: 100% !important;
}
.bottom-0 {
	bottom: 0 !important;
}
.bottom-50 {
	bottom: 50% !important;
}
.bottom-100 {
	bottom: 100% !important;
}
.start-0 {
	left: 0 !important;
}
.start-50 {
	left: 50% !important;
}
.start-100 {
	left: 100% !important;
}
.end-0 {
	right: 0 !important;
}
.end-50 {
	right: 50% !important;
}
.end-100 {
	right: 100% !important;
}
.translate-middle {
	transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
	transform: translateX(-50%) !important;
}
.translate-middle-y {
	transform: translateY(-50%) !important;
}
.border {
	border: 1px solid #dee2e6 !important;
}
.border-0 {
	border: 0 !important;
}
.border-top {
	border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-end {
	border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
	border-right: 0 !important;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-start {
	border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
	border-left: 0 !important;
}
.border-primary {
	border-color: #292b4b !important;
}
.border-secondary {
	border-color: #0a0080 !important;
}
.border-success {
	border-color: #7ad580 !important;
}
.border-info {
	border-color: #0dcaf0 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-light {
	border-color: #f8f9fa !important;
}
.border-dark {
	border-color: #292b4b !important;
}
.border-white {
	border-color: #fff !important;
}
.border-1 {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-3 {
	border-width: 3px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-5 {
	border-width: 5px !important;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.vw-100 {
	width: 100vw !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.mh-100 {
	max-height: 100% !important;
}
.vh-100 {
	height: 100vh !important;
}
.min-vh-100 {
	min-height: 100vh !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.gap-0 {
	gap: 0 !important;
}
.gap-1 {
	gap: 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;
}
.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;
}
.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
	font-size: clamp(2rem, -0.0433rem + 6.5333vw, 4rem) !important;
}
.fs-2 {
	font-size: calc(1.4375rem + 2.25vw) !important;
}
.fs-3 {
	font-size: calc(1.4rem + 1.8vw) !important;
}
.fs-4 {
	font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-5 {
	font-size: calc(1.265625rem + 0.1875vw) !important;
}
.fs-6 {
	font-size: 1.125rem !important;
}
.fst-italic {
	font-style: italic !important;
}
.fst-normal {
	font-style: normal !important;
}
.fw-light {
	font-weight: 300 !important;
}
.fw-lighter {
	font-weight: lighter !important;
}
.fw-normal {
	font-weight: normal !important;
}
.fw-bold {
	font-weight: bold !important;
}
.fw-bolder {
	font-weight: bolder !important;
}
.lh-1 {
	line-height: 1 !important;
}
.lh-sm {
	line-height: 1.25 !important;
}
.lh-base {
	line-height: 1.5 !important;
}
.lh-lg {
	line-height: 2 !important;
}
.text-start {
	text-align: left !important;
}
.text-end {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-decoration-underline {
	text-decoration: underline !important;
}
.text-decoration-line-through {
	text-decoration: line-through !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}
.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	--bs-text-opacity: 1;
	color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}
.text-opacity-25 {
	--bs-text-opacity: 0.25;
}
.text-opacity-50 {
	--bs-text-opacity: 0.5;
}
.text-opacity-75 {
	--bs-text-opacity: 0.75;
}
.text-opacity-100 {
	--bs-text-opacity: 1;
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: rgba(0, 0, 0, 0) !important;
}
.bg-opacity-10 {
	--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
	--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
	--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
	--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
	--bs-bg-opacity: 1;
}
.bg-gradient {
	background-image: var(--bs-gradient) !important;
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	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: 0.25rem !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.rounded-1 {
	border-radius: 0.2rem !important;
}
.rounded-2 {
	border-radius: 0.25rem !important;
}
.rounded-3 {
	border-radius: 0.3rem !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
@media (min-width: 380px) {
	.float-s-start {
		float: left !important;
	}
	.float-s-end {
		float: right !important;
	}
	.float-s-none {
		float: none !important;
	}
	.d-s-inline {
		display: inline !important;
	}
	.d-s-inline-block {
		display: inline-block !important;
	}
	.d-s-block {
		display: block !important;
	}
	.d-s-grid {
		display: grid !important;
	}
	.d-s-table {
		display: table !important;
	}
	.d-s-table-row {
		display: table-row !important;
	}
	.d-s-table-cell {
		display: table-cell !important;
	}
	.d-s-flex {
		display: flex !important;
	}
	.d-s-inline-flex {
		display: inline-flex !important;
	}
	.d-s-none {
		display: none !important;
	}
	.flex-s-fill {
		flex: 1 1 auto !important;
	}
	.flex-s-row {
		flex-direction: row !important;
	}
	.flex-s-column {
		flex-direction: column !important;
	}
	.flex-s-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-s-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-s-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-s-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-s-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-s-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-s-wrap {
		flex-wrap: wrap !important;
	}
	.flex-s-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-s-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-s-0 {
		gap: 0 !important;
	}
	.gap-s-1 {
		gap: 0.25rem !important;
	}
	.gap-s-2 {
		gap: 0.5rem !important;
	}
	.gap-s-3 {
		gap: 1rem !important;
	}
	.gap-s-4 {
		gap: 1.5rem !important;
	}
	.gap-s-5 {
		gap: 3rem !important;
	}
	.justify-content-s-start {
		justify-content: flex-start !important;
	}
	.justify-content-s-end {
		justify-content: flex-end !important;
	}
	.justify-content-s-center {
		justify-content: center !important;
	}
	.justify-content-s-between {
		justify-content: space-between !important;
	}
	.justify-content-s-around {
		justify-content: space-around !important;
	}
	.justify-content-s-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-s-start {
		align-items: flex-start !important;
	}
	.align-items-s-end {
		align-items: flex-end !important;
	}
	.align-items-s-center {
		align-items: center !important;
	}
	.align-items-s-baseline {
		align-items: baseline !important;
	}
	.align-items-s-stretch {
		align-items: stretch !important;
	}
	.align-content-s-start {
		align-content: flex-start !important;
	}
	.align-content-s-end {
		align-content: flex-end !important;
	}
	.align-content-s-center {
		align-content: center !important;
	}
	.align-content-s-between {
		align-content: space-between !important;
	}
	.align-content-s-around {
		align-content: space-around !important;
	}
	.align-content-s-stretch {
		align-content: stretch !important;
	}
	.align-self-s-auto {
		align-self: auto !important;
	}
	.align-self-s-start {
		align-self: flex-start !important;
	}
	.align-self-s-end {
		align-self: flex-end !important;
	}
	.align-self-s-center {
		align-self: center !important;
	}
	.align-self-s-baseline {
		align-self: baseline !important;
	}
	.align-self-s-stretch {
		align-self: stretch !important;
	}
	.order-s-first {
		order: -1 !important;
	}
	.order-s-0 {
		order: 0 !important;
	}
	.order-s-1 {
		order: 1 !important;
	}
	.order-s-2 {
		order: 2 !important;
	}
	.order-s-3 {
		order: 3 !important;
	}
	.order-s-4 {
		order: 4 !important;
	}
	.order-s-5 {
		order: 5 !important;
	}
	.order-s-last {
		order: 6 !important;
	}
	.m-s-0 {
		margin: 0 !important;
	}
	.m-s-1 {
		margin: 0.25rem !important;
	}
	.m-s-2 {
		margin: 0.5rem !important;
	}
	.m-s-3 {
		margin: 1rem !important;
	}
	.m-s-4 {
		margin: 1.5rem !important;
	}
	.m-s-5 {
		margin: 3rem !important;
	}
	.m-s-auto {
		margin: auto !important;
	}
	.mx-s-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-s-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-s-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-s-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-s-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-s-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-s-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-s-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-s-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-s-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-s-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-s-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-s-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-s-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-s-0 {
		margin-top: 0 !important;
	}
	.mt-s-1 {
		margin-top: 0.25rem !important;
	}
	.mt-s-2 {
		margin-top: 0.5rem !important;
	}
	.mt-s-3 {
		margin-top: 1rem !important;
	}
	.mt-s-4 {
		margin-top: 1.5rem !important;
	}
	.mt-s-5 {
		margin-top: 3rem !important;
	}
	.mt-s-auto {
		margin-top: auto !important;
	}
	.me-s-0 {
		margin-right: 0 !important;
	}
	.me-s-1 {
		margin-right: 0.25rem !important;
	}
	.me-s-2 {
		margin-right: 0.5rem !important;
	}
	.me-s-3 {
		margin-right: 1rem !important;
	}
	.me-s-4 {
		margin-right: 1.5rem !important;
	}
	.me-s-5 {
		margin-right: 3rem !important;
	}
	.me-s-auto {
		margin-right: auto !important;
	}
	.mb-s-0 {
		margin-bottom: 0 !important;
	}
	.mb-s-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-s-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-s-3 {
		margin-bottom: 1rem !important;
	}
	.mb-s-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-s-5 {
		margin-bottom: 3rem !important;
	}
	.mb-s-auto {
		margin-bottom: auto !important;
	}
	.ms-s-0 {
		margin-left: 0 !important;
	}
	.ms-s-1 {
		margin-left: 0.25rem !important;
	}
	.ms-s-2 {
		margin-left: 0.5rem !important;
	}
	.ms-s-3 {
		margin-left: 1rem !important;
	}
	.ms-s-4 {
		margin-left: 1.5rem !important;
	}
	.ms-s-5 {
		margin-left: 3rem !important;
	}
	.ms-s-auto {
		margin-left: auto !important;
	}
	.p-s-0 {
		padding: 0 !important;
	}
	.p-s-1 {
		padding: 0.25rem !important;
	}
	.p-s-2 {
		padding: 0.5rem !important;
	}
	.p-s-3 {
		padding: 1rem !important;
	}
	.p-s-4 {
		padding: 1.5rem !important;
	}
	.p-s-5 {
		padding: 3rem !important;
	}
	.px-s-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-s-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-s-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-s-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-s-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-s-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-s-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-s-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-s-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-s-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-s-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-s-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-s-0 {
		padding-top: 0 !important;
	}
	.pt-s-1 {
		padding-top: 0.25rem !important;
	}
	.pt-s-2 {
		padding-top: 0.5rem !important;
	}
	.pt-s-3 {
		padding-top: 1rem !important;
	}
	.pt-s-4 {
		padding-top: 1.5rem !important;
	}
	.pt-s-5 {
		padding-top: 3rem !important;
	}
	.pe-s-0 {
		padding-right: 0 !important;
	}
	.pe-s-1 {
		padding-right: 0.25rem !important;
	}
	.pe-s-2 {
		padding-right: 0.5rem !important;
	}
	.pe-s-3 {
		padding-right: 1rem !important;
	}
	.pe-s-4 {
		padding-right: 1.5rem !important;
	}
	.pe-s-5 {
		padding-right: 3rem !important;
	}
	.pb-s-0 {
		padding-bottom: 0 !important;
	}
	.pb-s-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-s-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-s-3 {
		padding-bottom: 1rem !important;
	}
	.pb-s-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-s-5 {
		padding-bottom: 3rem !important;
	}
	.ps-s-0 {
		padding-left: 0 !important;
	}
	.ps-s-1 {
		padding-left: 0.25rem !important;
	}
	.ps-s-2 {
		padding-left: 0.5rem !important;
	}
	.ps-s-3 {
		padding-left: 1rem !important;
	}
	.ps-s-4 {
		padding-left: 1.5rem !important;
	}
	.ps-s-5 {
		padding-left: 3rem !important;
	}
	.text-s-start {
		text-align: left !important;
	}
	.text-s-end {
		text-align: right !important;
	}
	.text-s-center {
		text-align: center !important;
	}
}
@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 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;
	}
	.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;
	}
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 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;
	}
	.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;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 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;
	}
	.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;
	}
	.text-lg-start {
		text-align: left !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 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;
	}
	.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;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}
	.text-xxl-end {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}
@media (min-width: 1600px) {
	.float-xxxl-start {
		float: left !important;
	}
	.float-xxxl-end {
		float: right !important;
	}
	.float-xxxl-none {
		float: none !important;
	}
	.d-xxxl-inline {
		display: inline !important;
	}
	.d-xxxl-inline-block {
		display: inline-block !important;
	}
	.d-xxxl-block {
		display: block !important;
	}
	.d-xxxl-grid {
		display: grid !important;
	}
	.d-xxxl-table {
		display: table !important;
	}
	.d-xxxl-table-row {
		display: table-row !important;
	}
	.d-xxxl-table-cell {
		display: table-cell !important;
	}
	.d-xxxl-flex {
		display: flex !important;
	}
	.d-xxxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxxl-none {
		display: none !important;
	}
	.flex-xxxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxxl-row {
		flex-direction: row !important;
	}
	.flex-xxxl-column {
		flex-direction: column !important;
	}
	.flex-xxxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-xxxl-0 {
		gap: 0 !important;
	}
	.gap-xxxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxxl-3 {
		gap: 1rem !important;
	}
	.gap-xxxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxxl-5 {
		gap: 3rem !important;
	}
	.justify-content-xxxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxxl-center {
		justify-content: center !important;
	}
	.justify-content-xxxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxxl-center {
		align-items: center !important;
	}
	.align-items-xxxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxxl-center {
		align-content: center !important;
	}
	.align-content-xxxl-between {
		align-content: space-between !important;
	}
	.align-content-xxxl-around {
		align-content: space-around !important;
	}
	.align-content-xxxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxxl-auto {
		align-self: auto !important;
	}
	.align-self-xxxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxxl-center {
		align-self: center !important;
	}
	.align-self-xxxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxxl-stretch {
		align-self: stretch !important;
	}
	.order-xxxl-first {
		order: -1 !important;
	}
	.order-xxxl-0 {
		order: 0 !important;
	}
	.order-xxxl-1 {
		order: 1 !important;
	}
	.order-xxxl-2 {
		order: 2 !important;
	}
	.order-xxxl-3 {
		order: 3 !important;
	}
	.order-xxxl-4 {
		order: 4 !important;
	}
	.order-xxxl-5 {
		order: 5 !important;
	}
	.order-xxxl-last {
		order: 6 !important;
	}
	.m-xxxl-0 {
		margin: 0 !important;
	}
	.m-xxxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxxl-3 {
		margin: 1rem !important;
	}
	.m-xxxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxxl-5 {
		margin: 3rem !important;
	}
	.m-xxxl-auto {
		margin: auto !important;
	}
	.mx-xxxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxxl-auto {
		margin-top: auto !important;
	}
	.me-xxxl-0 {
		margin-right: 0 !important;
	}
	.me-xxxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxxl-auto {
		margin-right: auto !important;
	}
	.mb-xxxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxxl-auto {
		margin-left: auto !important;
	}
	.p-xxxl-0 {
		padding: 0 !important;
	}
	.p-xxxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxxl-3 {
		padding: 1rem !important;
	}
	.p-xxxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxxl-5 {
		padding: 3rem !important;
	}
	.px-xxxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxxl-5 {
		padding-left: 3rem !important;
	}
	.text-xxxl-start {
		text-align: left !important;
	}
	.text-xxxl-end {
		text-align: right !important;
	}
	.text-xxxl-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.fs-2 {
		font-size: 3.125rem !important;
	}
	.fs-3 {
		font-size: 2.75rem !important;
	}
	.fs-4 {
		font-size: 2rem !important;
	}
	.fs-5 {
		font-size: 1.40625rem !important;
	}
}
@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}
.container,
.text-text__text,
.text-media__text,
.tabs .tab-content__text,
.hero-media__content,
.hero-media,
.cta-media-text__text,
.breadcrumbs,
.overlay .overlay__content,
.overlay-header__container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-sm,
	.container-s,
	.container,
	.text-text__text,
	.text-media__text,
	.tabs .tab-content__text,
	.hero-media__content,
	.hero-media,
	.cta-media-text__text,
	.breadcrumbs,
	.overlay .overlay__content,
	.overlay-header__container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container-s,
	.container,
	.text-text__text,
	.text-media__text,
	.tabs .tab-content__text,
	.hero-media__content,
	.hero-media,
	.cta-media-text__text,
	.breadcrumbs,
	.overlay .overlay__content,
	.overlay-header__container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container-s,
	.container,
	.text-text__text,
	.text-media__text,
	.tabs .tab-content__text,
	.hero-media__content,
	.hero-media,
	.cta-media-text__text,
	.breadcrumbs,
	.overlay .overlay__content,
	.overlay-header__container {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container-s,
	.container,
	.text-text__text,
	.text-media__text,
	.tabs .tab-content__text,
	.hero-media__content,
	.hero-media,
	.cta-media-text__text,
	.breadcrumbs,
	.overlay .overlay__content,
	.overlay-header__container {
		max-width: 100%;
	}
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.col {
	flex: 1 0 0%;
}
.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.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;
}
.g-large,
.gx-large {
	--bs-gutter-x: 6rem;
}
.g-large,
.gy-large {
	--bs-gutter-y: 6rem;
}
@media (min-width: 380px) {
	.col-s {
		flex: 1 0 0%;
	}
	.row-cols-s-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-s-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-s-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-s-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-s-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-s-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-s-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-s-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-s-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-s-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-s-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-s-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-s-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-s-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-s-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-s-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-s-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-s-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-s-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-s-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-s-0 {
		margin-left: 0;
	}
	.offset-s-1 {
		margin-left: 8.33333333%;
	}
	.offset-s-2 {
		margin-left: 16.66666667%;
	}
	.offset-s-3 {
		margin-left: 25%;
	}
	.offset-s-4 {
		margin-left: 33.33333333%;
	}
	.offset-s-5 {
		margin-left: 41.66666667%;
	}
	.offset-s-6 {
		margin-left: 50%;
	}
	.offset-s-7 {
		margin-left: 58.33333333%;
	}
	.offset-s-8 {
		margin-left: 66.66666667%;
	}
	.offset-s-9 {
		margin-left: 75%;
	}
	.offset-s-10 {
		margin-left: 83.33333333%;
	}
	.offset-s-11 {
		margin-left: 91.66666667%;
	}
	.g-s-0,
	.gx-s-0 {
		--bs-gutter-x: 0;
	}
	.g-s-0,
	.gy-s-0 {
		--bs-gutter-y: 0;
	}
	.g-s-1,
	.gx-s-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-s-1,
	.gy-s-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-s-2,
	.gx-s-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-s-2,
	.gy-s-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-s-3,
	.gx-s-3 {
		--bs-gutter-x: 1rem;
	}
	.g-s-3,
	.gy-s-3 {
		--bs-gutter-y: 1rem;
	}
	.g-s-4,
	.gx-s-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-s-4,
	.gy-s-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-s-5,
	.gx-s-5 {
		--bs-gutter-x: 3rem;
	}
	.g-s-5,
	.gy-s-5 {
		--bs-gutter-y: 3rem;
	}
	.g-s-large,
	.gx-s-large {
		--bs-gutter-x: 6rem;
	}
	.g-s-large,
	.gy-s-large {
		--bs-gutter-y: 6rem;
	}
}
@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.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;
	}
	.g-sm-large,
	.gx-sm-large {
		--bs-gutter-x: 6rem;
	}
	.g-sm-large,
	.gy-sm-large {
		--bs-gutter-y: 6rem;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.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;
	}
	.g-md-large,
	.gx-md-large {
		--bs-gutter-x: 6rem;
	}
	.g-md-large,
	.gy-md-large {
		--bs-gutter-y: 6rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.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;
	}
	.g-lg-large,
	.gx-lg-large {
		--bs-gutter-x: 6rem;
	}
	.g-lg-large,
	.gy-lg-large {
		--bs-gutter-y: 6rem;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.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;
	}
	.g-xl-large,
	.gx-xl-large {
		--bs-gutter-x: 6rem;
	}
	.g-xl-large,
	.gy-xl-large {
		--bs-gutter-y: 6rem;
	}
}
@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
	.g-xxl-large,
	.gx-xxl-large {
		--bs-gutter-x: 6rem;
	}
	.g-xxl-large,
	.gy-xxl-large {
		--bs-gutter-y: 6rem;
	}
}
@media (min-width: 1600px) {
	.col-xxxl {
		flex: 1 0 0%;
	}
	.row-cols-xxxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxxl-0 {
		margin-left: 0;
	}
	.offset-xxxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxxl-3 {
		margin-left: 25%;
	}
	.offset-xxxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxxl-6 {
		margin-left: 50%;
	}
	.offset-xxxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxxl-9 {
		margin-left: 75%;
	}
	.offset-xxxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxxl-0,
	.gx-xxxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxxl-0,
	.gy-xxxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxxl-1,
	.gx-xxxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxxl-1,
	.gy-xxxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxxl-2,
	.gx-xxxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxxl-2,
	.gy-xxxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxxl-3,
	.gx-xxxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxxl-3,
	.gy-xxxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxxl-4,
	.gx-xxxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxxl-4,
	.gy-xxxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxxl-5,
	.gx-xxxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxxl-5,
	.gy-xxxl-5 {
		--bs-gutter-y: 3rem;
	}
	.g-xxxl-large,
	.gx-xxxl-large {
		--bs-gutter-x: 6rem;
	}
	.g-xxxl-large,
	.gy-xxxl-large {
		--bs-gutter-y: 6rem;
	}
}
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #7ad580;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #292b4b;
	--bs-secondary: #0a0080;
	--bs-success: #7ad580;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #292b4b;
	--bs-primary-rgb: 41, 43, 75;
	--bs-secondary-rgb: 10, 0, 128;
	--bs-success-rgb: 122, 213, 128;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 41, 43, 75;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 41, 43, 75;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: "Chivo", sans-serif;
	--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: Chivo, sans-serif;
	--bs-body-font-size: 1.125rem;
	--bs-body-font-weight: normal;
	--bs-body-line-height: 1.5;
	--bs-body-color: #292b4b;
	--bs-body-bg: #fff;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
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;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}
hr:not([size]) {
	height: 1px;
}
h6,
.tabs .tab-content__text .text-section__title,
.facts .fact--under .fact__title,
.h6,
h5,
.h5,
h4,
.post-content .meta-section__title,
.h4,
h3,
.hero-media__content-title,
.overlay .overlay__content--text .title,
.h3,
h2,
.posttype-slider .posttype-counter,
.facts .fact__value,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: normal;
	line-height: 1.1;
}
h1,
.h1 {
	font-size: clamp(2rem, -0.0433rem + 6.5333vw, 4rem);
}
h2,
.posttype-slider .posttype-counter,
.facts .fact__value,
.h2 {
	font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
	h2,
	.posttype-slider .posttype-counter,
	.facts .fact__value,
	.h2 {
		font-size: 3.125rem;
	}
}
h3,
.hero-media__content-title,
.overlay .overlay__content--text .title,
.h3 {
	font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
	h3,
	.hero-media__content-title,
	.overlay .overlay__content--text .title,
	.h3 {
		font-size: 2.75rem;
	}
}
h4,
.post-content .meta-section__title,
.h4 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h4,
	.post-content .meta-section__title,
	.h4 {
		font-size: 2rem;
	}
}
h5,
.h5 {
	font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
	h5,
	.h5 {
		font-size: 1.40625rem;
	}
}
h6,
.tabs .tab-content__text .text-section__title,
.facts .fact--under .fact__title,
.h6 {
	font-size: 1.125rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul {
	padding-left: 2rem;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
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.2em;
	background-color: #fcf8e3;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #292b4b;
	text-decoration: none;
}
a:hover {
	color: none;
	text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr /* rtl:ignore */;
	unicode-bidi: bidi-override;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
figure {
	margin: 0 0 1rem;
}
img,
svg {
	vertical-align: middle;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
[role="button"] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend {
	line-height: inherit;
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::-webkit-file-upload-button {
	font: inherit;
}
::file-selector-button {
	font: inherit;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
summary {
	display: list-item;
	cursor: pointer;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0.25rem;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	font-weight: bold;
}
.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}
.alert-primary {
	color: rgb(24.6, 25.8, 45);
	background-color: rgb(212.2, 212.6, 219);
	border-color: rgb(190.8, 191.4, 201);
}
.alert-primary .alert-link {
	color: rgb(19.68, 20.64, 36);
}
.alert-secondary {
	color: rgb(6, 0, 76.8);
	background-color: rgb(206, 204, 229.6);
	border-color: rgb(181.5, 178.5, 216.9);
}
.alert-secondary .alert-link {
	color: rgb(4.8, 0, 61.44);
}
.alert-success {
	color: rgb(48.8, 85.2, 51.2);
	background-color: rgb(228.4, 246.6, 229.6);
	border-color: rgb(215.1, 242.4, 216.9);
}
.alert-success .alert-link {
	color: rgb(39.04, 68.16, 40.96);
}
.alert-info {
	color: rgb(5.2, 80.8, 96);
	background-color: rgb(206.6, 244.4, 252);
	border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
	color: rgb(4.16, 64.64, 76.8);
}
.alert-warning {
	color: rgb(102, 77.2, 2.8);
	background-color: rgb(255, 242.6, 205.4);
	border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
	color: rgb(81.6, 61.76, 2.24);
}
.alert-danger {
	color: rgb(132, 31.8, 41.4);
	background-color: rgb(248, 214.6, 217.8);
	border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
	color: rgb(105.6, 25.44, 33.12);
}
.alert-light {
	color: rgb(99.2, 99.6, 100);
	background-color: rgb(253.6, 253.8, 254);
	border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
	color: rgb(79.36, 79.68, 80);
}
.alert-dark {
	color: rgb(24.6, 25.8, 45);
	background-color: rgb(212.2, 212.6, 219);
	border-color: rgb(190.8, 191.4, 201);
}
.alert-dark .alert-link {
	color: rgb(19.68, 20.64, 36);
}
.form-label {
	margin-bottom: 0.5rem;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: calc(1.3275rem + 0.93vw);
}
@media (min-width: 1200px) {
	.col-form-label-lg {
		font-size: 2.025rem;
	}
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.9rem;
}
.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #6c757d;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
	color: #292b4b;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	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: #292b4b;
	background-color: #fff;
	border-color: #9495a5;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(41, 43, 75, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #292b4b;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 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;
	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;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #292b4b;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: rgb(221.35, 224.2, 227.05);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #292b4b;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 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;
	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::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: rgb(221.35, 224.2, 227.05);
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #292b4b;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgba(0, 0, 0, 0);
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm {
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.9rem;
	border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: calc(1.3275rem + 0.93vw);
}
@media (min-width: 1200px) {
	.form-control-lg {
		font-size: 2.025rem;
	}
}
.form-control-lg {
	border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
textarea.form-control {
	min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
	min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
	width: 3rem;
	height: auto;
	padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}
.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
	color: #292b4b;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-select:focus {
	border-color: #9495a5;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(41, 43, 75, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	background-color: #e9ecef;
}
.form-select:-moz-focusring {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #292b4b;
}
.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.9rem;
	border-radius: 0.2rem;
}
.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: calc(1.3275rem + 0.93vw);
}
@media (min-width: 1200px) {
	.form-select-lg {
		font-size: 2.025rem;
	}
}
.form-select-lg {
	border-radius: 0.3rem;
}
.form-check {
	display: block;
	min-height: 1.6875rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
}
.form-check-input[type="radio"] {
	border-radius: 50%;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #9495a5;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(41, 43, 75, 0.25);
}
.form-check-input:checked {
	background-color: #292b4b;
	border-color: #292b4b;
}
.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
	background-color: #292b4b;
	border-color: #292b4b;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	opacity: 0.5;
}
.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	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 {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239495a5'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}
.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
	pointer-events: none;
	filter: none;
	opacity: 0.65;
}
.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.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, 43, 75, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(41, 43, 75, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #292b4b;
	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 {
	-webkit-appearance: none;
	appearance: none;
}
.form-range::-webkit-slider-thumb:active {
	background-color: rgb(190.8, 191.4, 201);
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: #dee2e6;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #292b4b;
	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 {
	-moz-appearance: none;
	appearance: none;
}
.form-range::-moz-range-thumb:active {
	background-color: rgb(190.8, 191.4, 201);
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: #dee2e6;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}
.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid rgba(0, 0, 0, 0);
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control::placeholder {
	color: rgba(0, 0, 0, 0);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	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-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
	z-index: 3;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 3;
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
	color: #292b4b;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.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.3275rem + 0.93vw);
}
@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.025rem;
	}
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.9rem;
	border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #7ad580;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.9rem;
	color: #000;
	background-color: rgba(122, 213, 128, 0.9);
	border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #7ad580;
	padding-right: calc(1.5em + 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='%237AD580' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #7ad580;
	box-shadow: 0 0 0 0.25rem rgba(122, 213, 128, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: #7ad580;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237AD580' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: #7ad580;
	box-shadow: 0 0 0 0.25rem rgba(122, 213, 128, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: #7ad580;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: #7ad580;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(122, 213, 128, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #7ad580;
}
.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
	z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
	z-index: 3;
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.9rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 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.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
	background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
	z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
	z-index: 3;
}
.lead {
	font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
	.lead {
		font-size: 1.40625rem;
	}
}
.lead {
	font-weight: 300;
}
.display-1 {
	font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}
.display-1 {
	font-weight: 300;
	line-height: 1.1;
}
.display-2 {
	font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}
.display-2 {
	font-weight: 300;
	line-height: 1.1;
}
.display-3 {
	font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}
.display-3 {
	font-weight: 300;
	line-height: 1.1;
}
.display-4 {
	font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}
.display-4 {
	font-weight: 300;
	line-height: 1.1;
}
.display-5 {
	font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}
.display-5 {
	font-weight: 300;
	line-height: 1.1;
}
.display-6 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}
.display-6 {
	font-weight: 300;
	line-height: 1.1;
}
.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.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
	.blockquote {
		font-size: 1.40625rem;
	}
}
.blockquote > :last-child {
	margin-bottom: 0;
}
.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}
body.no-scroll {
	overflow: hidden;
}
body main > section:first-of-type {
	padding-top: 64px;
}
body.hide-header main > section:first-of-type {
	padding-top: 0;
}
::-webkit-scrollbar {
	background: #f8f9fa;
	width: 8px;
}
::-webkit-scrollbar-thumb {
	background: #292b4b;
}
.color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark);
	opacity: 0.2;
	z-index: 10;
}
.page-transition {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #292b4b;
	z-index: 999999;
}
.mf-cursor {
	display: none;
	z-index: 99999;
}
.mf-cursor:before {
	background: #0a0080;
}
.mf-cursor.-outline:before {
	transform: scale(1);
	background: rgba(0, 0, 0, 0);
	border: solid 2px #0a0080;
}
.mf-cursor.-text .mf-cursor-text {
	line-height: 1;
	width: 64px;
	height: 64px;
	top: -32px;
	left: -32px;
}
.mf-cursor.-text:before {
	height: 64px;
	width: 64px;
	top: -32px;
	left: -32px;
}
@media (hover: none) {
	.mf-cursor {
		display: none !important;
	}
}
:root {
	--background: transparent;
	--color: #f8f9fa;
	--light: #f8f9fa;
	--dark: #292b4b;
	--padding-top: 120px;
	--padding-bottom: 120px;
	--container-padding: 104px;
}
@media (max-width: 1199.98px) {
	:root {
		--container-padding: 80px;
	}
}
@media (max-width: 991.98px) {
	:root {
		--padding-top: 80px;
		--padding-bottom: 80px;
		--container-padding: 64px;
	}
}
@media (max-width: 767.98px) {
	:root {
		--container-padding: 1rem;
	}
}
.style--green {
	--color: #0a3;
}
.style--peach {
	--color: #ffa184;
}
.style--blue {
	--color: #69d1f0;
}
.background--white {
	--background: #f8f9fa;
	--light: #292b4b;
}
.background--gray {
	--background: #f3f3f3;
	--light: #f8f9fa;
}
.background--green {
	--background: #7ad580;
	--light: #f8f9fa;
}
.background--dark {
	--background: #01053f;
	--light: #f8f9fa;
}
.background--blue {
	--background: #69d1f0;
	--light: #f8f9fa;
}
.pt-small {
	padding-top: 2.5rem !important;
}
.pb-small {
	padding-bottom: 2.5rem !important;
}
.mb-small {
	margin-bottom: 2.5rem !important;
}
.pt-6 {
	padding-top: 64px !important;
}
@media (max-width: 991.98px) {
	.pt-6 {
		padding-top: 32px !important;
	}
}
.mt-6 {
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.mt-6 {
		margin-top: 3rem;
	}
}
.g-custom {
	--bs-gutter-x: 4.3rem;
	--bs-gutter-y: 4.5rem;
}
@media (max-width: 1399.98px) {
	.g-custom {
		--bs-gutter-x: 3.8rem;
		--bs-gutter-y: 4rem;
	}
}
@media (max-width: 1199.98px) {
	.g-custom {
		--bs-gutter-x: 2.8rem;
		--bs-gutter-y: 3.5rem;
	}
}
@media (max-width: 991.98px) {
	.g-custom {
		--bs-gutter-x: 2.3rem;
		--bs-gutter-y: 2.5rem;
	}
}
@media (max-width: 767.98px) {
	.g-custom {
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
	}
}
.gx-custom {
	--bs-gutter-x: 4rem;
}
@media (max-width: 1199.98px) {
	.gx-custom {
		--bs-gutter-x: 3rem;
	}
}
@media (max-width: 991.98px) {
	.gx-custom {
		--bs-gutter-x: 2rem;
	}
}
.g-6 {
	--bs-gutter-x: 6rem;
	--bs-gutter-y: 6rem;
}
@media (max-width: 1399.98px) {
	.g-6 {
		--bs-gutter-x: 4rem;
		--bs-gutter-y: 4rem;
	}
}
@media (max-width: 1199.98px) {
	.g-6 {
		--bs-gutter-x: 3rem;
		--bs-gutter-y: 3rem;
	}
}
@media (max-width: 991.98px) {
	.g-6 {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 2rem;
	}
}
.gx-6 {
	--bs-gutter-x: 6rem;
}
@media (max-width: 1399.98px) {
	.gx-6 {
		--bs-gutter-x: 4rem;
	}
}
@media (max-width: 1199.98px) {
	.gx-6 {
		--bs-gutter-x: 3rem;
	}
}
@media (max-width: 991.98px) {
	.gx-6 {
		--bs-gutter-x: 2rem;
	}
}
h1,
.h1 {
	font-size: clamp(2rem, -0.0433rem + 6.5333vw, 4rem);
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 1.5rem;
}
h2,
.posttype-slider .posttype-counter,
.facts .fact__value,
.h2 {
	font-weight: bold;
}
h6,
.tabs .tab-content__text .text-section__title,
.facts .fact--under .fact__title,
.h6 {
	text-transform: uppercase;
	font-weight: bold;
}
@media (max-width: 1399.98px) {
	h2,
	.posttype-slider .posttype-counter,
	.facts .fact__value,
	.h2 {
		font-size: calc(1.395rem + 1.74vw);
	}
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
	h2,
	.posttype-slider .posttype-counter,
	.facts .fact__value,
	.h2 {
		font-size: 2.7rem;
	}
}
@media (max-width: 1399.98px) {
	h3,
	.hero-media__content-title,
	.overlay .overlay__content--text .title,
	.h3 {
		font-size: calc(1.345rem + 1.14vw);
	}
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
	h3,
	.hero-media__content-title,
	.overlay .overlay__content--text .title,
	.h3 {
		font-size: 2.2rem;
	}
}
@media (max-width: 1399.98px) {
	h4,
	.post-content .meta-section__title,
	.h4 {
		font-size: calc(1.325rem + 0.9vw);
	}
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
	h4,
	.post-content .meta-section__title,
	.h4 {
		font-size: 2rem;
	}
}
p {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.topline {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
	.topline {
		font-size: 1rem;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}
.text-container *:last-child {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.feature__numbers span {
		padding-right: 20px;
	}
}
.gform_heading {
	display: none;
}
form .gfield_validation_message {
	color: #dc3545;
	font-size: 14px;
}
form .gform_fields {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -8px;
}
form .gform_fields .gfield--width-half {
	flex: 0 0 100%;
	width: 100%;
	padding: 0 8px;
}
@media (max-width: 991.98px) {
	form .gform_fields .gfield--width-half {
		flex: 0 0 100%;
		width: 100%;
	}
}
form .gform_fields .gfield--width-full {
	flex: 0 0 100%;
	width: 100%;
	padding: 0 8px;
}
form .gfield {
	margin-bottom: 16px;
}
form .gfield label,
form .gfield legend {
	font-size: inherit;
	font-weight: normal !important;
	margin-bottom: 8px;
}
form .gfield label .gfield_required,
form .gfield legend .gfield_required {
	display: none !important;
	color: #dc3545;
	margin-left: 4px;
}
form .gfield.gfield--input-type-radio {
	padding: 0 8px !important;
}
form .gfield input[type="text"],
form .gfield input[type="number"],
form .gfield input[type="tel"],
form .gfield input[type="email"] {
	border-width: 1px;
	background: #fff;
	display: block;
	width: 100%;
	height: auto;
	min-height: 44px;
	padding: 20px;
	line-height: 1;
	outline: none;
	font-size: 12px !important;
	border-radius: 0.3125rem;
}
form .gfield textarea {
	font-size: 12px !important;
	border-radius: 0.3125rem;
	background: #fff;
	outline: none;
}
form .gfield input[type="text"]:focus,
form .gfield input[type="number"]:focus,
form .gfield input[type="tel"]:focus,
form .gfield input[type="email"]:focus,
form .gfield textarea:focus {
	border: 1px solid #eebc67;
}
form .gfield .ginput_container_fileupload .gform_fileupload_multifile {
	padding: 24px;
	border: dashed 1px rgb(188.5, 198, 207.5);
}
form .gfield .ginput_container_fileupload .gform_fileupload_multifile button {
	color: #292b4b;
	padding: 0;
	background: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline;
}
form .gfield .ginput_container_fileupload .gform_fileupload_rules {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.2;
}
form .gfield .ginput_container_select select {
	width: 100%;
	color: #e9ecef;
	border: 0;
	border-radius: 0.3125rem;
	outline: 0;
	padding: 10px 20px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #292b4b;
	background-size: 12px;
	font-size: 12px;
	background-origin: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form .gfield .ginput_container_consent {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding-left: 8px;
	margin-top: 16px;
}
form .gfield .ginput_container_consent input {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	accent-color: #292b4b;
	margin-right: 8px;
}
form .gfield .ginput_container_consent label {
	margin-bottom: 0;
	flex: 1;
	display: block !important;
	font-size: 12px;
	line-height: 1.1;
}
form .gfield .ginput_container_consent label a {
	text-decoration: underline;
}
form .gfield .ginput_preview_list .ginput_preview {
	font-size: 14px;
	border-bottom: dashed 1px rgb(188.5, 198, 207.5);
	padding-bottom: 8px;
	margin-bottom: 8px;
	line-height: 1.2;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_filename {
	display: block;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_filesize {
	display: block;
	color: #0a0080;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_progress .gfield_fileupload_progressbar {
	position: relative;
	display: block;
	width: 150px;
	height: 3px;
	background: rgb(188.5, 198, 207.5);
	margin-right: 16px;
}
form .gfield .ginput_preview_list .ginput_preview .gfield_fileupload_progress .gfield_fileupload_progressbar .gfield_fileupload_progressbar_progress {
	background: #292b4b;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
}
form .gfield .ginput_preview_list .ginput_preview .gform_delete_file {
	padding: 0;
	margin: 0;
	border: none;
	color: #dc3545;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	text-decoration: underline;
	margin-top: 8px;
}
form .gfield .ginput_preview_list .ginput_preview .gform_delete_file .dashicons {
	display: none;
}
form .gfield .ginput_preview_list .ginput_preview:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
form .gfield--type-fileupload {
	margin-top: 16px;
}
form .gfield.hidden_label label,
form .gfield.hidden_label legend,
form .gfield.hidden_label .gfield_required {
	display: none;
}
form .gform_footer {
	margin-top: 40px;
	padding-bottom: 0 !important;
}
form .gform_footer .button {
	margin-bottom: 0 !important;
}
.container,
.text-text__text,
.text-media__text,
.tabs .tab-content__text,
.hero-media__content,
.hero-media,
.cta-media-text__text,
.breadcrumbs,
.overlay .overlay__content,
.overlay-header__container {
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	padding: 0;
}
.button-container {
	display: flex;
	flex-flow: row wrap;
}
.button-container .button {
	margin-right: 16px;
}
@media (max-width: 767.98px) {
	.button-container .button {
		margin-right: 0;
		margin-bottom: 8px;
		display: flex;
	}
}
.button-container .button:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}
.button--filled {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 2.625rem;
	border-radius: 32px;
	max-width: none;
	transition: color 0.3s ease, background 0.3s ease, max-width 0.3s ease;
}
@media (max-width: 575.98px) {
	.button--filled {
		padding: 1rem;
	}
}
.button--filled.button--primary {
	border: 1px solid #292b4b;
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
}
.button--filled.button--primary:hover {
	background: #292b4b !important;
	color: #fff !important;
}
.button--filled.button--primary:hover svg {
	stroke: #fff !important;
	fill: #fff !important;
	transform: translateX(30%);
}
.button--filled.button--primary svg {
	stroke: #292b4b;
	fill: #292b4b;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.button--filled.button--secondary {
	border: 1px solid #292b4b;
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
}
.button--filled.button--secondary:hover {
	background: #292b4b !important;
	color: #fff !important;
}
.button--filled.button--secondary:hover svg {
	stroke: #fff !important;
	fill: #fff !important;
	transform: translateX(30%);
}
.button--filled.button--secondary svg {
	stroke: #292b4b;
	fill: #292b4b;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.button--filled.button--light {
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0);
	color: #f8f9fa;
}
.button--filled.button--light:hover {
	background: #fff !important;
	color: #292b4b !important;
}
.button--filled.button--light:hover svg {
	stroke: #292b4b;
	fill: #292b4b;
	transform: translateX(30%);
}
.button--filled.button--light svg {
	stroke: #fff;
	fill: #fff;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.button--filled.button--dark {
	border: 1px solid #292b4b;
	background: #292b4b;
	color: #fff;
}
.button--filled.button--dark:hover {
	background: rgba(0, 0, 0, 0);
	color: #292b4b !important;
}
.button--filled.button--dark:hover svg {
	transform: translateX(30%);
}
.button--filled.button--dark:hover svg g path {
	stroke: #292b4b;
	fill: #292b4b;
}
.button--filled.button--dark svg {
	transition: all ease 0.5s;
	margin-left: 16px;
}
.button--filled.button--dark svg g path {
	stroke: #fff;
	fill: #fff;
}
.button--filled.button--grey {
	border: 1px solid #eff1f2;
	background: #eff1f2;
	color: #292b4b;
}
.button--filled.button--grey i {
	margin-right: 10px;
}
.button--filled.button--grey:hover {
	border: 1px solid #292b4b;
	background: #292b4b !important;
	color: #fff !important;
}
.button--filled.button--inherit {
	background: var(--light);
	color: var(--dark);
}
.button--filled.button--inherit:hover {
	background: #292b4b !important;
	color: #0a0080 !important;
}
.button--filled.width-100 {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.button--filled:hover {
	background: var(--light);
	color: var(--dark);
}
.button--text {
	display: inline-block;
	border: none;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	position: relative;
}
.button--text.button--primary {
	color: #292b4b;
}
.button--text.button--primary:after {
	background: #0a0080;
}
.button--text.button--primary:hover {
	color: #0a0080;
}
.button--text.button--primary:hover svg {
	transform: translateX(30%);
}
.button--text.button--primary svg {
	stroke: #292b4b;
	fill: #292b4b;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.button--text.button--light {
	color: #f8f9fa;
}
.button--text.button--light:after {
	background: #f8f9fa;
}
.button--text.button--light:hover {
	color: #0a0080;
	background: rgba(0, 0, 0, 0);
}
.button--text.button--light:hover i {
	left: 5px;
}
.button--text.button--dark {
	color: #292b4b;
}
.button--text.button--dark:after {
	background: #292b4b;
}
.button--text.button--dark:hover {
	color: #0a0080;
}
.button--text.button--dark:hover svg {
	transform: translateX(30%);
}
.button--text.button--dark svg {
	stroke: #292b4b;
	fill: #292b4b;
	transition: all ease 0.5s;
	margin-left: 8px;
}
.button--text.button--inherit {
	color: var(--color);
}
.button--text.button--inherit:after {
	background: var(--color);
}
.button--text.button--inherit:hover {
	color: #0a0080;
	background: rgba(0, 0, 0, 0);
}
.button--text.button--inherit:hover i {
	left: 5px;
}
.button--text:hover:after {
	width: 100%;
}
.button i {
	position: relative;
	left: 0;
	transition: all 0.3s ease;
	margin-left: 10px;
}
.footer {
	background: #f4f4f4;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.footer {
		text-align: center;
	}
}
.footer__image img {
	width: 100%;
	height: auto;
	max-height: 50rem;
	min-height: 25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.footer__bottom {
	padding-top: 3.25rem;
	padding-bottom: 5rem;
	color: var(--dark);
}
.footer__bottom-block {
	border-top: 1px solid #292b4b;
	padding-top: 3.25rem;
}
.footer__bottom-logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding-bottom: 3.25rem;
}
.footer__nav {
	margin-top: 60px;
}
.footer__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer__nav ul li {
	margin-bottom: 8px;
}
.footer__nav ul li a {
	color: #292b4b;
}
.footer__nav ul li a:hover {
	color: #0a0080;
}
.footer__nav ul li:last-child {
	margin-bottom: 0;
}
.footer__nav-title {
	margin-bottom: 24px;
	font-weight: bold;
	color: #292b4b;
}
@media (max-width: 1199.98px) {
	.footer__nav-title {
		margin-bottom: 16px;
	}
}
.footer__nav-text {
	max-width: 300px;
	margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
	.footer__nav-text {
		margin-left: auto;
		margin-right: auto;
	}
}
.footer__nav-location p {
	color: #292b4b;
	margin-bottom: 8px;
}
.footer__nav-location p:last-of-type {
	margin-bottom: 0;
}
.footer__cta {
	color: var(--dark);
}
.footer__cta a:first-of-type {
	margin-right: 48px;
}
@media (max-width: 575.98px) {
	.footer__cta a:first-of-type {
		margin-right: 0;
	}
}
.footer__cta a {
	margin-top: 32px;
}
@media (max-width: 1399.98px) {
	.footer__cta a {
		margin-bottom: 64px;
	}
}
@media (max-width: 575.98px) {
	.footer__cta a {
		width: 100%;
		text-align: center;
		display: block;
	}
}
.footer__cta a:hover {
	background: #0a0080;
}
.footer__social {
	margin-right: 56px;
}
@media (max-width: 767.98px) {
	.footer__social {
		margin-right: 0;
		margin-top: 32px;
		margin-bottom: 32px;
	}
}
.footer__social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer__social ul li {
	display: inline-block;
	margin-right: 16px;
	font-size: 22px;
}
.footer__social ul li a {
	color: #292b4b;
}
.footer__social ul li a:hover {
	color: #0a0080;
}
.footer__social ul li:last-child {
	margin-right: 0;
}
.footer__credit {
	color: #292b4b;
	line-height: 1;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}
@media (max-width: 767.98px) {
	.footer__credit {
		justify-content: center;
	}
}
.footer__credit img {
	height: 20px;
	width: auto;
	margin-left: 16px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 0;
	background: #fff;
	border-bottom: solid 0.0625rem rgba(0, 0, 0, 0);
}
.header .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	padding: 1.5rem 0;
	margin: 0 2rem;
}
.header__logo img {
	height: 1.87894rem;
	width: auto;
}
.header__logo .logo-light {
	display: none;
}
.header__logo .logo-dark {
	display: block;
}
.header__search-btn {
	background: rgba(0, 0, 0, 0);
	border: none;
}
.header__search-btn svg {
	fill: #292b4b;
	stroke: #292b4b;
}
.header__search-btn:hover svg {
	fill: #0a0080;
	stroke: #0a0080;
}
.header__search-action {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 6px;
	right: 40px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #292b4b;
	z-index: 4;
}
.header__search-action svg {
	fill: #292b4b;
	stroke: #292b4b;
}
.header__search-action:hover svg {
	fill: #0a0080;
	stroke: #0a0080;
}
.header__navbar {
	overflow: hidden;
	align-items: center;
	width: 100%;
}
.header__navbar.left {
	margin-left: 1rem !important;
}
@media (min-width: 1600px) {
	.header__navbar.left {
		margin-left: 1.5rem !important;
	}
}
.header__navbar:last-of-type {
	margin-left: 1.5rem;
}
.header__navbar-searchform {
	width: 100%;
	opacity: 0;
	position: absolute;
	transform-origin: center right;
	transform: scaleX(0);
	transition-delay: 0ms, 0ms;
	transition: transform 300ms, opacity 300ms;
}
.header__navbar-searchform input[type="search"] input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
.header__navbar-searchform input[type="search"] input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.header__navbar-searchform input[type="search"] input[type="search"]::-webkit-search-decoration,
.header__navbar-searchform input[type="search"] input[type="search"]::-webkit-search-cancel-button,
.header__navbar-searchform input[type="search"] input[type="search"]::-webkit-search-results-button,
.header__navbar-searchform input[type="search"] input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.header__navbar-searchform input[type="search"] {
	padding: 0.5rem 1rem;
	background: #fff;
	border: 2px solid #292b4b;
	border-radius: 50px;
	width: 100%;
}
.header__navbar-searchform input[type="search"]::-moz-placeholder {
	color: #292b4b;
}
.header__navbar-searchform input[type="search"]::placeholder {
	color: #292b4b;
}
.header__navbar-searchform input[type="search"]:focus {
	opacity: 1;
	outline: 0;
	transform: scaleX(1);
	transition-delay: 300ms, 300ms;
}
.header__navbar-searchform.open {
	opacity: 1;
	transform: scaleX(1);
}
.header__navbar-searchform .hide-search-bar {
	position: absolute;
	top: 10px;
	right: 8px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #292b4b;
	z-index: 4;
}
.header__navbar .menu_link {
	margin-right: 1.5rem;
	padding: 1.5rem 0;
	float: left;
	font-size: 1.125rem;
	color: #292b4b;
	text-align: center;
	text-decoration: none;
}
.header__navbar .menu_link:hover {
	color: #0a0080;
}
@media (max-width: 1599.98px) {
	.header__navbar .menu_link {
		margin-right: 1rem;
		font-size: 14px;
	}
}
@media (max-width: 1399.98px) {
	.header__navbar .menu_link {
		font-size: 12px;
	}
}
.header__navbar .dropdown:hover .dropdown-content {
	margin-top: 8px;
	display: block;
}
.header__navbar .dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: #292b4b;
	background-color: inherit;
}
.header__navbar .dropdown .dropbtn:hover {
	color: #0a0080;
}
@media (max-width: 1599.98px) {
	.header__navbar .dropdown .dropbtn {
		font-size: 14px;
	}
}
@media (max-width: 1399.98px) {
	.header__navbar .dropdown .dropbtn {
		font-size: 12px;
	}
}
.header .dropdown-content {
	text-align: left;
	padding: 2.5rem 0;
	display: none;
	position: absolute;
	opacity: 0.95;
	background: #fff;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 100%;
	left: 0;
	z-index: 99999999;
}
@media (max-width: 1399.98px) {
	.header .dropdown-content {
		margin-top: 4px;
	}
}
.header .dropdown-content .links {
	display: flex;
	flex-direction: column;
}
.header .dropdown-content .submenu-link {
	position: relative;
	color: #292b4b;
	line-height: 150%;
	margin-bottom: 0.56rem;
}
.header .dropdown-content .submenu-link:first-of-type {
	padding-top: 0;
}
.header .dropdown-content .submenu-link:last-of-type {
	margin-bottom: 0;
}
.header .dropdown-content .submenu-link svg {
	position: absolute;
	margin-left: 0px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: left, opacity;
}
.header .dropdown-content .submenu-link:hover {
	color: #0a0080;
}
.header .dropdown-content .submenu-link:hover svg {
	opacity: 1;
	margin-left: 1.5rem;
}
.header .dropdown-content .menu-addon {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: #f7f7f7;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 0 0.3125rem 0.3125rem 0;
}
@media (max-width: 1399.98px) {
	.header .dropdown-content .menu-addon {
		flex-wrap: wrap;
		border-radius: 0.3125rem 0.3125rem;
	}
}
.header .dropdown-content .menu-addon__image {
	width: 100%;
	height: auto;
	margin: 1rem 2rem 1rem 1rem;
}
.header .dropdown-content .menu-addon__image img {
	width: 100%;
	height: 100%;
	max-width: 300px;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 0.3125rem 0.3125rem;
}
.header .dropdown-content .menu-addon__text {
	padding: 2rem 1rem 2rem 0;
	width: 400px;
}
@media (max-width: 1399.98px) {
	.header .dropdown-content .menu-addon__text {
		padding: 1rem 1rem 2rem 1rem;
	}
}
.header .dropdown-content .menu-addon__text-title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
}
.header .dropdown-content .menu-addon__text-desc {
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 150%;
}
.header .dropdown-content .menu-addon__text-link a {
	padding: 0;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.6rem;
}
.header .dropdown-content .menu-addon__text-link a svg {
	transition: all 0.3s ease;
	margin-left: 8px;
}
.header .dropdown-content .menu-addon__text-link a:hover svg {
	margin-left: 16px;
}
.header__burger {
	padding: 1.5rem 0;
	background: rgba(0, 0, 0, 0);
	border: none;
	width: 26px;
	height: 26px;
	position: relative;
	margin-left: 40px;
}
@media (min-width: 1200px) {
	.header__burger {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.header__burger {
		margin-left: 24px;
	}
}
@media (max-width: 767.98px) {
	.header__burger {
		margin-left: 12px;
	}
}
.header__burger span {
	width: 18px;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #292b4b;
	transition: width 0.3s ease;
}
.header__burger span:before {
	content: "";
	position: absolute;
	top: -8px;
	right: 0;
	width: 26px;
	height: 2px;
	background: #292b4b;
	transition: all 0.3s ease;
}
.header__burger span:after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 26px;
	height: 2px;
	background: #292b4b;
	transition: all 0.3s ease;
}
.header__burger:hover span {
	width: 26px;
}
.header__burger:hover span:before {
	width: 18px;
}
.header__burger:hover span:after {
	width: 18px;
}
.header--scroll {
	position: fixed;
	background: #fff;
	border-bottom: solid 1px #d7dce0;
	transform: translateY(-100%);
}
.header--scroll .header__logo img.logo-light {
	display: block !important;
}
.header--scroll .header__logo img.logo-dark {
	display: none !important;
}
.header--scroll .header__burger span {
	background: #292b4b;
}
.header--scroll .header__burger span:before {
	background: #292b4b;
}
.header--scroll .header__burger span:after {
	background: #292b4b;
}
.overlay-header {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	color: #292b4b;
	background: #fff;
}
.overlay-header__contrast {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.overlay-header__close {
	position: absolute;
	top: 40px;
	right: 40px;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	color: #292b4b;
	border: none;
	font-size: 26px;
	z-index: 100;
	line-height: 1;
}
@media (max-width: 767.98px) {
	.overlay-header__close {
		top: 30px;
		right: 30px;
	}
}
.overlay-header__container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: 100%;
	overflow-x: hidden;
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
@media (max-width: 767.98px) {
	.overlay-header__container {
		display: block;
	}
}
.overlay-header__levels {
	flex: 0 0 70%;
	position: relative;
}
@media (max-width: 767.98px) {
	.overlay-header__levels {
		width: 100%;
	}
}
.overlay-header__levels .level {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	transform: translateX(50%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.overlay-header__levels .level__back {
	background: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	color: #292b4b;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 64px;
}
@media (max-width: 767.98px) {
	.overlay-header__levels .level__back {
		margin-bottom: 40px;
	}
}
.overlay-header__levels .level__back i {
	font-size: 12px;
	margin-right: 8px;
	transition: all 0.3s ease;
}
.overlay-header__levels .level__title {
	display: inline-block;
	color: #292b4b;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 24px;
}
.overlay-header__levels .level__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.overlay-header__levels .level__nav ul li {
	margin-bottom: 4px;
}
.overlay-header__levels .level__nav ul li a {
	line-height: 1;
	color: #292b4b;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	transition: all 0.3s ease;
}
.overlay-header__levels .level__nav ul li a i {
	font-size: 12px;
	margin-left: 8px;
}
.overlay-header__levels .level__nav ul li:hover a,
.overlay-header__levels .level__nav ul li.active a {
	color: #0a0080;
}
.overlay-header__levels .level__nav ul li:last-child {
	margin-bottom: 0 !important;
}
.overlay-header__levels .level--start {
	position: relative;
	visibility: visible;
	transform: translateX(0);
}
.overlay-header__levels .level--start .level__nav ul li {
	margin-bottom: 24px;
}
@media (max-width: 991.98px) {
	.overlay-header__levels .level--start .level__nav ul li {
		margin-bottom: 16px;
	}
}
.overlay-header__levels .level--start .level__nav ul li a {
	font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
	.overlay-header__levels .level--start .level__nav ul li a {
		font-size: 3.125rem;
	}
}
.overlay-header__levels .level--start .level__nav ul li a {
	font-weight: bold;
	margin: 0;
	transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
	.overlay-header__levels .level--start .level__nav ul li a {
		font-size: 2.025rem;
	}
}
.overlay-header__levels .level--start .level__nav ul li a i {
	font-size: 50%;
	margin-left: 24px;
}
.overlay-header__aside {
	flex: 0 0 30%;
}
@media (max-width: 767.98px) {
	.overlay-header__aside {
		width: 100%;
		margin-top: 80px;
	}
}
.overlay-header__aside .aside-search {
	width: 100%;
	position: relative;
	margin-bottom: 64px;
}
@media (max-width: 991.98px) {
	.overlay-header__aside .aside-search {
		margin-bottom: 40px;
	}
}
.overlay-header__aside .aside-search input[type="search"] {
	outline: 0;
	padding: 0.5rem 1rem;
	background: rgba(0, 0, 0, 0);
	border: 2px solid #292b4b;
	border-radius: 50px;
	width: 100%;
}
.overlay-header__aside .aside-search input[type="search"]::-moz-placeholder {
	color: #292b4b;
}
.overlay-header__aside .aside-search input[type="search"]::placeholder {
	color: #292b4b;
}
.overlay-header__aside .aside-contact__title,
.overlay-header__aside .aside-address__title,
.overlay-header__aside .aside-social__title {
	font-weight: bold;
	font-size: 1.6875rem;
	margin-bottom: 16px;
}
.overlay-header__aside .aside-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.overlay-header__aside .aside-contact ul li {
	margin-bottom: 4px;
}
.overlay-header__aside .aside-contact ul li a {
	color: #292b4b;
	position: relative;
}
.overlay-header__aside .aside-contact ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}
.overlay-header__aside .aside-contact ul li a:hover {
	color: #0a0080;
}
.overlay-header__aside .aside-contact ul li a:hover:after {
	width: 0;
}
.overlay-header__aside .aside-contact ul li:last-child {
	margin-bottom: 0;
}
.overlay-header__aside .aside-address {
	margin-top: 64px;
}
@media (max-width: 991.98px) {
	.overlay-header__aside .aside-address {
		margin-top: 40px;
	}
}
.overlay-header__aside .aside-social {
	margin-top: 64px;
}
@media (max-width: 991.98px) {
	.overlay-header__aside .aside-social {
		margin-top: 40px;
	}
}
.overlay-header__aside .aside-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.overlay-header__aside .aside-social ul li {
	display: inline-block;
	margin-right: 8px;
}
.overlay-header__aside .aside-social ul li a {
	color: #292b4b;
}
.overlay-header__aside .aside-social ul li a:hover {
	color: #0a0080;
}
.overlay-header__aside .aside-social ul li:last-child {
	margin-right: 0;
}
.member {
	max-width: 250px;
}
@media (max-width: 575.98px) {
	.member {
		max-width: unset;
	}
}
.member img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
}
.member.hidden {
	display: none;
}
.member__name {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 0;
	color: #fff;
}
.member__position {
	color: #fff;
	margin-bottom: 1.5rem;
}
.member__contact a {
	color: #fff;
}
.member__contact a:hover {
	color: #d7dce0;
}
@media (max-width: 575.98px) {
	.member__contact a {
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}
.member__contact .social {
	display: inline-block;
	margin-top: 1.5rem;
	padding-left: 0;
	font-size: 22px;
}
.member__contact .social li {
	display: inline-block;
	margin-right: 16px;
	font-size: 22px;
}
.member__contact .social li i {
	font-size: 1.125rem;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	padding: 0.4em 0.5em;
	color: #0a0080;
}
.member__contact .social li i:hover {
	background: #d7dce0;
}
.overlay {
	visibility: hidden;
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 43, 75, 0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	overflow: auto;
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
.overlay__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding-bottom: 16px;
	border-bottom: 1px solid #eff1f2;
}
.overlay__footer {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	padding-top: 16px;
	border-top: 1px solid #eff1f2;
}
.overlay__footer .overlay__close {
	border: 1px solid #000 !important;
	background: #000 !important;
}
.overlay__footer .overlay__close:hover {
	background: rgba(0, 0, 0, 0) !important;
}
.overlay .frame-container {
	padding: 16px 0;
	display: none;
}
.overlay .overlay__close {
	position: relative;
	border: 0;
	background: rgba(0, 0, 0, 0);
}
.overlay .overlay__close i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #292b4b;
	font-size: 20px;
}
.overlay .overlay__close:hover i {
	color: #0a0080;
}
.overlay .overlay__content {
	visibility: hidden;
	transform: translateY(100px);
	width: 100%;
}
.overlay .overlay__content--media {
	max-width: 1200px;
}
.overlay .overlay__content--media .youtube,
.overlay .overlay__content--media video {
	width: 100%;
	aspect-ratio: 16/9;
}
.overlay .overlay__content--text {
	border-radius: 16px;
	padding-top: 56px;
	padding-bottom: 56px;
	max-width: 1200px;
	background: #eff1f2;
	color: #292b4b;
}
.overlay .overlay__content--text .title {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.overlay .overlay__content--text .overlay__header {
	justify-content: flex-end;
}
.overlay .overlay__content--frame {
	border-radius: 0.75rem;
	padding: 16px;
	max-width: 1200px;
	background: #fff;
	color: #292b4b;
}
.overlay .overlay__content--form {
	border-radius: 16px;
	max-width: 1600px;
	background: #eff1f2;
	color: #292b4b;
}
.overlay .overlay__content--form .inner {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
@media (max-width: 991.98px) {
	.overlay .overlay__content--form .inner {
		padding-top: 32px;
		display: block;
	}
}
.overlay .overlay__content--form .inner .form-contact {
	flex: 0 0 45%;
	width: 45%;
}
.overlay .overlay__content--form .inner .form-contact img {
	width: 100%;
	max-width: 408px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 991.98px) {
	.overlay .overlay__content--form .inner .form-contact img {
		max-width: unset;
	}
}
.overlay .overlay__content--form .inner .form-contact .name {
	padding-top: 24px;
	font-size: 20px;
}
.overlay .overlay__content--form .inner .form-contact .contact a:hover {
	color: #0a0080;
}
@media (max-width: 767.98px) {
	.overlay .overlay__content--form .inner .form-contact {
		flex: 0 0 100%;
		width: 100%;
	}
}
.overlay .overlay__content--form .inner .form-form {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	flex: 0 0 55%;
	width: 55%;
}
@media (max-width: 767.98px) {
	.overlay .overlay__content--form .inner .form-form {
		flex: 0 0 100%;
		width: 100%;
	}
}
.overlay .overlay__content--form .inner .form-form .gform_wrapper.gravity-theme .gform_drop_area {
	background: rgba(0, 0, 0, 0) !important;
	border: 0;
	padding: 0;
}
.overlay .overlay__content--form .inner .form-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px;
	margin-bottom: 15px;
}
.overlay .overlay__content--form .inner .form-form .fileupload .gform_fileupload_multifile {
	border: 0;
	background: rgba(0, 0, 0, 0);
	padding: 0;
}
.overlay .overlay__content--form .inner .form-form .fileupload .gform_drop_instructions,
.overlay .overlay__content--form .inner .form-form .fileupload .gform_fileupload_rules {
	display: none;
}
.overlay .overlay__content--form .inner .form-form .fileupload .gfield_description {
	padding-left: 0;
}
.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files {
	padding-left: 0;
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
	font-size: 16px;
	line-height: 32px;
	border: 0;
	float: left;
}
.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files:hover {
	color: #0a0080;
}
.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files:before {
	font: var(--fa-font-solid);
	content: "";
	cursor: pointer;
	font-size: 1.125rem;
}
@media (max-width: 767.98px) {
	.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files:before {
		font-size: 14px;
	}
}
.overlay .overlay__content--form .inner .form-form .fileupload .button.gform_button_select_files:before {
	font-weight: normal;
	padding-right: 10px;
}
.overlay .overlay__content--form .inner .form-form .gfield input[type="text"],
.overlay .overlay__content--form .inner .form-form .gfield input[type="number"],
.overlay .overlay__content--form .inner .form-form .gfield input[type="tel"],
.overlay .overlay__content--form .inner .form-form .gfield input[type="email"],
.overlay .overlay__content--form .inner .form-form .gfield textarea {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	border-bottom: 1px solid #292b4b;
}
.overlay .overlay__content--form .inner .form-form .gfield input[type="text"]:focus,
.overlay .overlay__content--form .inner .form-form .gfield input[type="number"]:focus,
.overlay .overlay__content--form .inner .form-form .gfield input[type="tel"]:focus,
.overlay .overlay__content--form .inner .form-form .gfield input[type="email"]:focus,
.overlay .overlay__content--form .inner .form-form .gfield textarea:focus {
	outline: 0;
	border: 0;
	background: #f8f9fa;
}
.overlay .overlay__content--form .inner .form-form .gform_footer a {
	display: none;
}
.post {
	margin-bottom: 1.75rem;
}
.post a {
	position: relative;
	color: #292b4b;
}
.post a:first-of-type {
	display: block;
}
.post__image {
	border-radius: 0.3125rem;
	overflow: hidden;
}
.post__image img {
	transition: all 0.3s ease;
	vertical-align: middle;
	aspect-ratio: 4/3;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.post__image img:hover {
	border-radius: 0.3125rem;
	transform: scale(1.2);
}
.post__date {
	margin-top: 1.87rem;
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.post__title {
	color: #292b4b;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	width: 80%;
}
.post__description {
	color: #292b4b;
}
@media (max-width: 575.98px) {
	.post__badge {
		padding: 6px 12px;
	}
}
.scroll-up {
	height: 44px;
	width: 32px;
	background: #292b4b;
	display: block;
	border-radius: 32px;
	color: #f8f9fa;
	position: relative;
	border: none;
	padding: 0;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 50px;
	transform: translateX(100px);
}
@media (max-width: 767.98px) {
	.scroll-up {
		bottom: 30px;
		right: 30px;
	}
}
.scroll-up i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.scroll-up:hover i {
	margin-top: -5px;
}
.tile {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	padding: calc(1rem + 0.5vw);
	background: var(--background);
	color: var(--color);
	overflow: hidden;
	margin-bottom: 24px;
	border-radius: 16px;
}
.tile:hover {
	background: #292b4b;
}
.tile:hover .topline {
	color: #0a0080;
}
.tile:hover .tile__text,
.tile:hover .medium,
.tile:hover .button {
	color: #fff;
}
.tile__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tile__media img,
.tile__media video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transform-origin: center center;
	transition: all 0.3s ease;
}
.tile__topline {
	position: relative;
	z-index: 10;
}
.tile__text {
	position: relative;
	z-index: 10;
	max-width: 400px;
}
.tile__text .medium {
	font-size: 20px;
	margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
	.tile__text .medium {
		-webkit-hyphens: auto;
		hyphens: auto;
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) {
	.tile__text .medium {
		-webkit-hyphens: auto;
		hyphens: auto;
		margin-bottom: 24px;
	}
}
.tile__button {
	position: relative;
	z-index: 10;
}
.tile:hover .tile__media img,
.tile:hover .tile__media video {
	transform: scale(1.05);
}
.tile--center {
	align-items: center;
	text-align: center;
}
.tile--top {
	justify-content: flex-start;
}
.tile--top .tile__button {
	margin-top: auto;
}
.tile--bottom {
	justify-content: flex-end;
}
.anchor-links {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.anchor-links p {
	-webkit-hyphens: auto;
	hyphens: auto;
	color: #292b4b;
}
.anchor-links .button-container {
	margin-top: 56px;
}
@media (max-width: 991.98px) {
	.anchor-links .button-container {
		margin-top: 24px;
	}
}
.anchor-links .button-container .button {
	width: 100%;
	justify-content: space-between;
}
.animated-text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.animated-text .textblock {
	color: rgba(41, 43, 75, 0.5);
	font-size: 2rem;
	line-height: 130%;
	margin: auto;
	text-align: center;
}
@media (max-width: 767.98px) {
	.animated-text .textblock {
		font-size: 1.3rem;
	}
}
.animated-text .textblock .animated-text-text {
	position: relative;
}
.animated-text .textblock .color-text {
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	color: #292b4b;
	left: 0;
	top: 0;
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
}
.applications {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.applications__filter {
	margin-top: 64px;
}
@media (max-width: 767.98px) {
	.applications__filter {
		margin-top: 32px;
	}
}
.applications__filter button {
	margin-right: 40px;
}
.applications__filter button:last-of-type {
	margin-right: 0;
}
@media (max-width: 767.98px) {
	.applications__filter button {
		margin-right: 16px;
		margin-bottom: 24px;
	}
}
@media (max-width: 575.98px) {
	.applications__filter button {
		width: 100%;
		justify-content: center;
	}
}
.applications__filter button.active {
	color: #fff;
	background: #292b4b;
}
.applications__slider {
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.applications__slider {
		margin-top: 3rem;
	}
}
.applications__slider .swiper {
	overflow: visible;
}
.applications__slider .swiper .swiper-wrapper {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
	flex-flow: row nowrap;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide {
	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);
	flex: 0 0 35%;
}
@media (max-width: 1199.98px) {
	.applications__slider .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 50%;
	}
}
@media (max-width: 767.98px) {
	.applications__slider .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 95%;
		padding-left: 5px;
		padding-right: 5px;
	}
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application {
	border-radius: 24px;
	background: #f8f9fa;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info {
	padding: 50px;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-name {
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-name {
		font-size: 2rem;
	}
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-name {
	line-height: 1;
	margin-bottom: 32px;
	color: #292b4b;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__info .application-text p {
	-webkit-hyphens: auto;
	hyphens: auto;
	color: #292b4b;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__image {
	height: 180px;
}
.applications__slider .swiper .swiper-wrapper .swiper-slide .application__image img {
	border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.applications__slider .swiper-progress {
	width: 300px;
	height: 3px;
	background: #eff1f2;
	position: relative;
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.applications__slider .swiper-progress {
		width: 200px;
	}
}
.applications__slider .swiper-progress span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #292b4b;
	transform-origin: center left;
}
.applications__slider .swiper-controls {
	float: right;
	padding-top: 16px;
}
@media (max-width: 767.98px) {
	.applications__slider .swiper-controls {
		float: none;
	}
}
.applications__slider .swiper-controls button {
	border: none;
	color: #292b4b;
	position: relative;
}
.applications__slider .swiper-controls button:hover i {
	color: #0a0080;
}
.applications__slider .swiper-controls button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
.applications__slider .swiper-controls button.prev-slide {
	margin-right: 24px;
}
.applications__slider .swiper-controls button.swiper-button-disabled {
	opacity: 0.4;
}
.bank-search {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.bank-search--wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	max-height: 43.625rem;
}
@media (max-width: 767.98px) {
	.bank-search--wrapper {
		height: auto;
		max-height: unset;
	}
}
.bank-search--wrapper .image-container {
	flex: 0 0 50%;
	width: 50%;
	height: 100%;
}
@media (max-width: 767.98px) {
	.bank-search--wrapper .image-container {
		flex: auto;
		width: 100%;
		height: auto;
		order: 0;
	}
}
.bank-search--wrapper .image-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.bank-search--wrapper .filter-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 50%;
	width: 50%;
	padding: 8%;
	height: 100%;
}
.bank-search--wrapper .filter-container.background--white {
	background: #fff;
}
.bank-search--wrapper .filter-container.background--white .search-box ul {
	background: #f3f3f3;
}
.bank-search--wrapper .filter-container.background--gray {
	background: #f3f3f3;
}
.bank-search--wrapper .filter-container.background--blue {
	background: #292b4b;
}
.bank-search--wrapper .filter-container.background--blue .text-container {
	color: #fff;
}
@media (max-width: 767.98px) {
	.bank-search--wrapper .filter-container {
		flex: auto;
		width: 100%;
		height: auto;
		order: 1;
	}
}
.bank-search--wrapper .filter-container .text-container {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.bank-search--wrapper .filter-container .search-box input {
	padding-right: 24px;
}
.bank-search--wrapper .filter-container .search-box input#search {
	border-width: 1px;
	background: #fff;
	display: block;
	width: 100%;
	height: 44px;
	padding: 20px;
	margin-top: 24px;
	line-height: 1;
	outline: none;
	font-size: 12px !important;
	border-radius: 0.3125rem;
}
.bank-search--wrapper .filter-container .search-box--button {
	position: absolute;
	right: 5px;
	padding-top: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
}
.bank-search--wrapper .filter-container .search-box--button:hover i {
	color: #292b4b;
}
.bank-search--radius {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
}
@media (max-width: 767.98px) {
	.bank-search--radius {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}
.bank-search--radius label {
	white-space: nowrap;
}
.bank-search--radius #radius-select {
	color: #292b4b;
	border-width: 1px;
	border-radius: 0.3125rem;
	outline: 0;
	width: 100%;
	padding: 10px 20px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 12px;
	font-size: 12px;
	background-origin: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.bank-search--account-types {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
}
@media (max-width: 767.98px) {
	.bank-search--account-types {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}
.bank-search--account-types label {
	white-space: nowrap;
}
.bank-search--account-types .account-types-selector {
	color: #292b4b;
	border: 1px solid #292b4b;
	border-radius: 0.3125rem;
	outline: 0;
	width: 100%;
	padding: 10px 20px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 12px;
	font-size: 12px;
	background-origin: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}
.bank-search--account-types .account-types-selector:hover {
	border-color: #fff;
	color: #292b4b;
}
.bank-search--account-types .account-types-selector .selected-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	text-align: left;
}
.bank-search--account-types .account-types-selector i {
	display: none;
}
.bank-search--results {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
}
.bank-search--results .result {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	border-bottom: 2px solid #fff;
	padding-bottom: 24px;
}
@media (max-width: 767.98px) {
	.bank-search--results .result {
		flex-direction: column;
		align-items: flex-start;
	}
}
.bank-search--results .result:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}
.bank-search--results .result--placeholder {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
}
@media (max-width: 767.98px) {
	.bank-search--results .result--placeholder {
		width: 0;
		height: 0;
	}
}
.bank-search--results .result--image {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
}
@media (max-width: 767.98px) {
	.bank-search--results .result--image {
		width: 60px;
		height: 60px;
	}
}
.bank-search--results .result--image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 4px;
}
.bank-search--results .result--image .image-placeholder {
	width: 100%;
	height: 100%;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bank-search--results .result--image .image-placeholder::before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23adb5bd' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
}
@media (max-width: 767.98px) {
	.bank-search--results .result--image .image-placeholder::before {
		width: 20px;
		height: 20px;
	}
}
.bank-search--results .result--content {
	flex: 1;
	min-width: 0;
}
.bank-search--results .result--title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.bank-search--results .result--text {
	margin-bottom: 16px;
	line-height: 1.4;
}
.bank-search--results .result--account-types {
	font-size: 14px;
	color: #292b4b;
}
.bank-search--results .result--distance {
	margin-bottom: 16px;
	font-size: 14px;
	color: #292b4b;
}
.bank-search--results .result__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 16px;
}
@media (max-width: 767.98px) {
	.bank-search--results .result__contact {
		flex-direction: column;
		gap: 12px;
	}
}
.bank-search--results .result__contact--phone,
.bank-search--results .result__contact--email,
.bank-search--results .result__contact--website {
	display: flex;
	gap: 8px;
	align-items: center;
}
.bank-search--results .result__contact--phone a,
.bank-search--results .result__contact--email a,
.bank-search--results .result__contact--website a {
	color: #292b4b;
	text-decoration: none;
}
.bank-search--results .result__contact--phone a:hover,
.bank-search--results .result__contact--email a:hover,
.bank-search--results .result__contact--website a:hover {
	color: #292b4b;
	text-decoration: underline;
}
.bank-search--results .result__contact--phone i,
.bank-search--results .result__contact--email i,
.bank-search--results .result__contact--website i {
	color: #292b4b;
	width: 16px;
	flex-shrink: 0;
}
body.modal-open {
	overflow: hidden;
}
.account-types-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.account-types-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-types-modal .modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.account-types-modal .modal-content {
	position: relative;
	background: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	max-height: 80vh;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	-webkit-animation: modalSlideIn 0.3s ease-out;
	animation: modalSlideIn 0.3s ease-out;
}
@media (max-width: 767.98px) {
	.account-types-modal .modal-content {
		width: 95%;
		max-width: none;
		margin: 20px;
	}
}
.account-types-modal .modal-header {
	padding: 20px 24px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8f9fa;
}
.account-types-modal .modal-header h3,
.account-types-modal .modal-header .hero-media__content-title,
.account-types-modal .modal-header .h3,
.account-types-modal .modal-header .overlay .overlay__content--text .title,
.overlay .overlay__content--text .account-types-modal .modal-header .title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #292b4b;
}
.account-types-modal .modal-header .modal-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}
.account-types-modal .modal-header .modal-close:hover {
	background-color: #e9ecef;
}
.account-types-modal .modal-header .modal-close i {
	font-size: 16px;
	color: #666;
}
.account-types-modal .modal-body {
	padding: 16px 24px;
	flex: 1;
	overflow-y: auto;
}
.account-types-modal .modal-body .account-type-option:last-child {
	margin-bottom: 0;
}
.account-types-modal .modal-body .account-type-option label {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	cursor: pointer;
	border-radius: 6px;
	transition: background-color 0.2s ease;
	margin: 0;
	font-weight: normal;
}
.account-types-modal .modal-body .account-type-option label:hover {
	background-color: #f8f9fa;
}
.account-types-modal .modal-body .account-type-option label input[type="checkbox"] {
	display: none;
}
.account-types-modal .modal-body .checkmark,
.account-types-modal .modal-body .text-media__text .text-normal ul li,
.text-media__text .text-normal ul .account-types-modal .modal-body li,
.account-types-modal .modal-body .product .product--properties .properties--list li,
.product .product--properties .properties--list .account-types-modal .modal-body li,
.account-types-modal .modal-body .faq__accordions .accordion__content .inner ul li,
.faq__accordions .accordion__content .inner ul .account-types-modal .modal-body li {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 4px;
	margin-right: 12px;
	transition: all 0.3s ease;
	flex-shrink: 0;
	background: #fff;
}
.account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + .checkmark,
.account-types-modal .modal-body .account-type-option .text-media__text .text-normal ul input[type="checkbox"]:checked + li,
.text-media__text .text-normal ul .account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + li,
.account-types-modal .modal-body .account-type-option .product .product--properties .properties--list input[type="checkbox"]:checked + li,
.product .product--properties .properties--list .account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + li,
.account-types-modal .modal-body .account-type-option .faq__accordions .accordion__content .inner ul input[type="checkbox"]:checked + li,
.faq__accordions .accordion__content .inner ul .account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + li {
	background-color: #292b4b;
	border-color: #292b4b;
}
.account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + .checkmark::after,
.account-types-modal .modal-body .account-type-option .text-media__text .text-normal ul input[type="checkbox"]:checked + li::after,
.text-media__text .text-normal ul .account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + li::after,
.account-types-modal .modal-body .account-type-option .product .product--properties .properties--list input[type="checkbox"]:checked + li::after,
.product .product--properties .properties--list .account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + li::after,
.account-types-modal .modal-body .account-type-option .faq__accordions .accordion__content .inner ul input[type="checkbox"]:checked + li::after,
.faq__accordions .accordion__content .inner ul .account-types-modal .modal-body .account-type-option input[type="checkbox"]:checked + li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: block;
}
.account-types-modal .modal-body .option-text {
	flex: 1;
	font-size: 14px;
	color: #292b4b;
	line-height: 1.4;
}
.account-types-modal .modal-footer {
	padding: 16px 24px;
	margin: auto;
}
@-webkit-keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@media (max-width: 768px) {
	.account-types-modal .modal-content {
		margin: 10px;
		max-height: 90vh;
	}
	.account-types-modal .modal-header {
		padding: 16px 20px;
	}
	.account-types-modal .modal-header h3,
	.account-types-modal .modal-header .hero-media__content-title,
	.account-types-modal .modal-header .h3,
	.account-types-modal .modal-header .overlay .overlay__content--text .title,
	.overlay .overlay__content--text .account-types-modal .modal-header .title {
		font-size: 16px;
	}
	.account-types-modal .modal-body {
		padding: 12px 20px;
	}
	.account-types-modal .modal-body .account-type-option label {
		padding: 10px 12px;
	}
	.account-types-modal .modal-body .option-text {
		font-size: 13px;
	}
	.account-types-modal .modal-footer {
		padding: 12px 20px;
	}
	.account-types-modal .modal-footer .btn-apply {
		padding: 10px 20px;
		font-size: 13px;
	}
}
@media print {
	.bank-search--wrapper .filter-container {
		display: none;
	}
	.bank-search--results .result {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border-bottom: 1px solid #ccc;
	}
	.bank-search--results .result--image img {
		max-width: 40px;
		max-height: 40px;
	}
	.account-types-modal {
		display: none !important;
	}
}
.benefits {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.benefits__text {
	padding-bottom: 1.5rem;
}
.benefits__overview .swiper {
	overflow: visible;
}
@media (max-width: 991.98px) {
	.benefits__overview .swiper {
		margin: -1rem;
	}
}
.benefits__overview .swiper .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 1199.98px) {
	.benefits__overview .swiper .swiper-wrapper {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide {
	flex: 0 0 28%;
	width: 28%;
}
@media (max-width: 1399.98px) {
	.benefits__overview .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 45%;
		width: 45%;
	}
}
@media (max-width: 1199.98px) {
	.benefits__overview .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 45%;
		width: 45%;
		padding: 0 1rem;
	}
}
@media (max-width: 991.98px) {
	.benefits__overview .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 60%;
		width: 60%;
	}
}
@media (max-width: 767.98px) {
	.benefits__overview .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 90%;
		width: 90%;
	}
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit {
	position: relative;
	margin-top: 40px;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title {
	font-size: 1.6875rem;
	margin-bottom: 16px;
	line-height: 1.1;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span {
	color: #eff1f2;
	font-size: 50px;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 12px;
}
@media (max-width: 767.98px) {
	.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span {
		display: block;
	}
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span:after {
	content: "";
	width: 2rem;
	height: 3px;
	background: #eff1f2;
	display: block;
	margin: 0 22px;
}
@media (max-width: 767.98px) {
	.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__title span:after {
		content: none;
	}
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__line {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__line div {
	height: 2px;
	width: 2rem;
	background-color: #eff1f2;
}
.benefits__overview .swiper .swiper-wrapper .swiper-slide .benefit__text {
	font-weight: 300;
}
.blog-content {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-top: 0;
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.blog-content {
		padding-bottom: 3rem;
	}
}
.blog-content {
	background: #f4f4f4;
}
.blog-content .blog-content__section .content .content__single--title h2,
.blog-content .blog-content__section .content .content__single--title .posttype-slider .posttype-counter,
.posttype-slider .blog-content .blog-content__section .content .content__single--title .posttype-counter,
.blog-content .blog-content__section .content .content__single--title .facts .fact__value,
.facts .blog-content .blog-content__section .content .content__single--title .fact__value,
.blog-content .blog-content__section .content .content__single--title .h2,
.blog-content .blog-content__section .content .content__single--title h3,
.blog-content .blog-content__section .content .content__single--title .hero-media__content-title,
.blog-content .blog-content__section .content .content__single--title .h3,
.blog-content .blog-content__section .content .content__single--title .overlay .overlay__content--text .title,
.overlay .overlay__content--text .blog-content .blog-content__section .content .content__single--title .title,
.blog-content .blog-content__section .content .content__single--title h4,
.blog-content .blog-content__section .content .content__single--title .post-content .meta-section__title,
.post-content .blog-content .blog-content__section .content .content__single--title .meta-section__title,
.blog-content .blog-content__section .content .content__single--title .h4,
.blog-content .blog-content__section .content .content__single--title h5,
.blog-content .blog-content__section .content .content__single--title .h5,
.blog-content .blog-content__section .content .content__single--title h6,
.blog-content .blog-content__section .content .content__single--title .tabs .tab-content__text .text-section__title,
.tabs .tab-content__text .blog-content .blog-content__section .content .content__single--title .text-section__title,
.blog-content .blog-content__section .content .content__single--title .facts .fact--under .fact__title,
.facts .fact--under .blog-content .blog-content__section .content .content__single--title .fact__title,
.blog-content .blog-content__section .content .content__single--title .h6,
.blog-content .blog-content__section .content .content__single--title p {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 0.75rem;
}
.blog-content .blog-content__section .content .content__single--text a {
	text-decoration: underline;
}
.blog-content .blog-content__section .content .content__single--text a:hover {
	color: #0a0080;
}
.blog-content .blog-content__section .content .content__single--text p {
	margin-bottom: 3.25rem;
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--text p {
		margin-bottom: 2rem;
	}
}
.blog-content .blog-content__section .content .content__single--video {
	position: relative;
}
.blog-content .blog-content__section .content .content__single--video .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background: #f8f9fa;
	border-radius: 50%;
	border: none;
	color: #292b4b;
	cursor: pointer;
	z-index: 20;
	font-size: 20px;
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--video .play-video {
		width: 60px;
		height: 60px;
	}
}
.blog-content .blog-content__section .content .content__single--video .play-video i {
	position: relative;
}
.blog-content .blog-content__section .content .content__single--video .play-video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: #f8f9fa;
	border-radius: 50%;
	-webkit-animation-name: play-video;
	animation-name: play-video;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.blog-content .blog-content__section .content .content__single--video video {
	display: block;
	width: 100%;
	height: auto;
}
.blog-content .blog-content__section .content .content__single--video .video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: rgba(41, 43, 75, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.blog-content .blog-content__section .content .content__single--video .video-overlay .close {
	position: absolute;
	top: 0;
	right: 0;
	background: #f8f9fa;
	color: #292b4b;
	border: none;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding-left: 30px;
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--video .video-overlay .close {
		padding-left: 20px;
	}
}
.blog-content .blog-content__section .content .content__single--video .video-overlay .close span {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-left: solid 1px #d7dce0;
	margin-left: 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--video .video-overlay .close span {
		width: 50px;
		height: 50px;
		flex: 0 0 50px;
		margin-left: 20px;
	}
}
.blog-content .blog-content__section .content .content__single--video .video-overlay .close span i {
	transform: rotateZ(0deg);
	transform-origin: center center;
	transition: all 0.3s ease;
	font-size: 20px;
}
.blog-content .blog-content__section .content .content__single--video .video-overlay .close:hover span i {
	transform: rotateZ(180deg);
}
.blog-content .blog-content__section .content .content__single--video .video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
	height: 550px;
}
@media (max-width: 1199.98px) {
	.blog-content .blog-content__section .content .content__single--video .video-overlay iframe {
		height: 500px;
	}
}
@media (max-width: 991.98px) {
	.blog-content .blog-content__section .content .content__single--video .video-overlay iframe {
		height: 450px;
	}
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--video .video-overlay iframe {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.blog-content .blog-content__section .content .content__single--video .video-overlay iframe {
		height: 350px;
	}
}
.blog-content .blog-content__section .content .content__single--video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #292b4b;
	opacity: 0.8;
	z-index: 10;
}
.blog-content .blog-content__section .content .content__single--image figure img {
	width: 100%;
	height: auto;
}
.blog-content .blog-content__section .content .content__single--image figure figcaption {
	margin-top: 10px;
}
.blog-content .blog-content__section .content .content__single--gallery {
	display: flex;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.blog-content .blog-content__section .content .content__single--gallery figure {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 12px;
}
.blog-content .blog-content__section .content .content__single--gallery figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-content .blog-content__section .content .content__single--gallery figure figcaption {
	font-size: 12px;
	color: #f3f3f3;
	margin-top: 10px;
}
.blog-content .blog-content__section .content .content__single--carousel {
	padding-top: 6rem;
}
@media (max-width: 1199.98px) {
	.blog-content .blog-content__section .content .content__single--carousel {
		padding-top: 5rem;
	}
}
@media (max-width: 991.98px) {
	.blog-content .blog-content__section .content .content__single--carousel {
		padding-top: 4rem;
	}
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--carousel {
		padding-top: 3rem;
	}
}
.blog-content .blog-content__section .content .content__single--carousel .swiper {
	overflow: hidden;
}
.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-wrapper {
	width: 100%;
}
.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-wrapper .swiper-slide .images__image img {
	width: 100%;
	height: 36.1875rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.3125rem;
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-wrapper .swiper-slide .images__image img {
		height: 25rem;
	}
}
.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-pagination {
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
	width: 100%;
}
@media (max-width: 767.98px) {
	.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-pagination {
		margin-top: 2rem;
	}
}
.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 0.5rem;
	width: 0.875rem;
	height: 0.875rem;
	display: inline-block;
	border-radius: 100%;
	background: #8e8f9f;
}
.blog-content .blog-content__section .content .content__single--carousel .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #292b4b;
}
.blog-content .blog-content__cats .cats .cats__title {
	font-weight: bold;
	font-size: 1.6875rem;
	margin-bottom: 10px;
}
.blog-content .blog-content__cats .cats ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 32px;
}
.blog-content .blog-content__cats .cats ul li {
	padding: 6px 12px;
}
.blog-content.glossar-content .content__single--border,
.blog-content.glossar-content .content__single:last-of-type {
	border-bottom: unset !important;
	margin-bottom: unset !important;
}
.blog {
	background: #f8f9fa;
	padding: 120px 0;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.blog {
		padding: 80px 0;
	}
}
.blog .blog__text {
	margin-bottom: 80px;
}
@media (max-width: 767.98px) {
	.blog .blog__text {
		margin-bottom: 50px;
	}
}
.blog .blog__text h2,
.blog .blog__text .posttype-slider .posttype-counter,
.posttype-slider .blog .blog__text .posttype-counter,
.blog .blog__text .facts .fact__value,
.facts .blog .blog__text .fact__value,
.blog .blog__text .h2,
.blog .blog__text h3,
.blog .blog__text .hero-media__content-title,
.blog .blog__text .h3,
.blog .blog__text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .blog .blog__text .title {
	margin-bottom: 0;
}
.blog__posts .blog-post-tile {
	display: block;
	color: #e9ecef;
	margin-bottom: 40px;
}
.blog__posts .blog-post-tile__media {
	width: 100%;
	height: 306px;
	margin-bottom: 16px;
	overflow: hidden;
}
.blog__posts .blog-post-tile__media img,
.blog__posts .blog-post-tile__media video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease;
}
.blog__posts .blog-post-tile__meta p {
	font-weight: 300;
	margin-bottom: 0;
}
.blog__posts .blog-post-tile__meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.blog__posts .blog-post-tile__meta ul li {
	display: inline-block;
	font-size: 0.9rem;
}
.blog__posts .blog-post-tile__meta ul li:after {
	content: "•";
	margin: 0 5px;
}
.blog__posts .blog-post-tile__meta ul li:last-child:after {
	content: none;
}
.blog__posts .blog-post-tile__title {
	color: #292b4b;
	font-size: 1.6875rem;
}
.blog__posts .blog-post-tile__link {
	padding-top: 20px;
}
.blog__posts .blog-post-tile__link a {
	color: #292b4b;
}
.blog__posts .blog-post-tile__link i {
	position: relative;
	left: 0;
	transition: all 0.3s ease;
	margin-left: 16px;
}
.blog__posts .blog-post-tile__link:hover i {
	left: 5px;
}
.blog__posts .blog-post-tile:hover .blog-post-tile__media img,
.blog__posts .blog-post-tile:hover .blog-post-tile__media video {
	transform: scale(1.1);
}
@media (max-width: 575.98px) {
	.blog__button .button {
		width: 100%;
		display: block;
		text-align: center;
	}
}
.blog-summary {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #f4f4f4;
	--color: $dark;
}
@media (max-width: 991.98px) {
	.blog-summary.padding-top-big {
		padding-top: 120px;
	}
}
.blog-summary__header {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.blog-summary__header {
		margin-bottom: 3rem;
	}
}
.blog-summary__header h2,
.blog-summary__header .posttype-slider .posttype-counter,
.posttype-slider .blog-summary__header .posttype-counter,
.blog-summary__header .facts .fact__value,
.facts .blog-summary__header .fact__value,
.blog-summary__header .h2 {
	color: #292b4b;
	margin-bottom: 0;
}
.blog-summary__load {
	margin-top: 2.5rem;
	text-align: center;
}
.blog-summary__load button {
	position: relative;
}
.blog-summary__load button .caption {
	display: flex;
	flex-flow: row nowrap;
	white-space: nowrap;
	align-items: center;
}
.blog-summary__load button .loading {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.blog-summary__load button .loading span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f8f9fa;
	margin-right: 2px;
	-webkit-animation: loading 0.6s 0.1s linear infinite;
	animation: loading 0.6s 0.1s linear infinite;
}
.blog-summary__load button .loading span:nth-of-type(2) {
	-webkit-animation: loading 0.6s 0.2s linear infinite;
	animation: loading 0.6s 0.2s linear infinite;
}
.blog-summary__load button .loading span:nth-of-type(3) {
	-webkit-animation: loading 0.6s 0.3s linear infinite;
	animation: loading 0.6s 0.3s linear infinite;
}
.blog-summary__load button .loading span:last-of-type {
	margin-right: 0;
}
.blog-summary__load button.progress .loading {
	opacity: 1;
}
@-webkit-keyframes loading {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(0, 5px);
	}
	50% {
		transform: translate(0, 0);
	}
	75% {
		transform: translate(0, -5px);
	}
	100% {
		transform: translate(0, 0);
	}
}
@keyframes loading {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(0, 5px);
	}
	50% {
		transform: translate(0, 0);
	}
	75% {
		transform: translate(0, -5px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.blog-posts {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.blog-posts__text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.blog-posts__text {
		margin-bottom: 3rem;
	}
}
.blog-posts__text .text-container {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.blog-posts__overview .blog-post-tile {
	display: block;
	color: #292b4b;
}
.blog-posts__overview .blog-post-tile__media {
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 5px;
}
.blog-posts__overview .blog-post-tile__media img,
.blog-posts__overview .blog-post-tile__media video {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	aspect-ratio: 1.3/1;
}
.blog-posts__overview .blog-post-tile__media:hover img,
.blog-posts__overview .blog-post-tile__media:hover video {
	transform: scale(1.2);
}
.blog-posts__overview .blog-post-tile__meta p {
	font-weight: 300;
	margin-bottom: 1.5rem;
}
.blog-posts__overview .blog-post-tile__meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.blog-posts__overview .blog-post-tile__meta ul li {
	display: inline-block;
	font-size: 0.9rem;
}
.blog-posts__overview .blog-post-tile__meta ul li:after {
	content: "•";
	margin: 0 5px;
}
.blog-posts__overview .blog-post-tile__meta ul li:last-child:after {
	content: none;
}
.blog-posts__overview .blog-post-tile__title {
	font-size: 1.125rem !important;
	font-weight: 600;
	line-height: 150%;
	color: #292b4b;
	font-size: 1.6875rem;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.blog-posts__overview .blog-post-tile__excerpt {
	min-height: 80px;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.blog-posts__overview .blog-post-tile__link {
	padding-top: 40px;
}
.blog-posts__overview .blog-post-tile__link a {
	color: #292b4b;
}
.blog-posts__overview .blog-post-tile__link a:hover {
	color: #0a0080;
}
.blog-posts__overview .blog-post-tile__link a:hover svg {
	transform: translateX(30%);
}
.blog-posts__overview .blog-post-tile__link svg {
	transition: all ease 0.5s;
	margin-left: 16px;
}
.blog-posts__button {
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.blog-posts__button {
		margin-top: 3rem;
	}
}
@media (max-width: 575.98px) {
	.blog-posts__button a {
		width: 100%;
		justify-content: center;
	}
}
.blog-posts__load {
	text-align: center;
	padding-top: 56px;
}
.blog-posts__load .pagination {
	margin: 0;
	padding: 0;
}
.blog-posts__load .pagination .prev {
	display: inline-flex;
	margin: 3px;
}
.blog-posts__load .pagination .prev.disabled {
	opacity: 0.3;
}
.blog-posts__load .pagination .prev.disabled button {
	cursor: not-allowed !important;
}
.blog-posts__load .pagination .prev button {
	border: 1px solid #292b4b;
	background: #f8f9fa;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #292b4b;
	border-radius: 5px;
}
.blog-posts__load .pagination .prev button.active {
	pointer-events: none;
	border-color: #0a0080;
	background-color: #0a0080;
}
.blog-posts__load .pagination .prev button.active i {
	color: #f8f9fa;
}
.blog-posts__load .pagination .prev button:hover {
	border-color: #0a0080;
	background-color: #0a0080;
}
.blog-posts__load .pagination .prev button:hover i {
	color: #f8f9fa;
}
.blog-posts__load .pagination .prev button i {
	color: #292b4b;
}
.blog-posts__load .pagination .next {
	display: inline-flex;
	margin: 3px;
}
.blog-posts__load .pagination .next.disabled {
	opacity: 0.3;
}
.blog-posts__load .pagination .next.disabled button {
	cursor: not-allowed !important;
}
.blog-posts__load .pagination .next button {
	border: 1px solid #292b4b;
	background: #f8f9fa;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #292b4b;
	border-radius: 5px;
}
.blog-posts__load .pagination .next button.active {
	pointer-events: none;
	border-color: #0a0080;
	background-color: #0a0080;
}
.blog-posts__load .pagination .next button.active i {
	color: #f8f9fa;
}
.blog-posts__load .pagination .next button:hover {
	border-color: #0a0080;
	background-color: #0a0080;
}
.blog-posts__load .pagination .next button:hover i {
	color: #f8f9fa;
}
.blog-posts__load .pagination .next button i {
	color: #292b4b;
}
.blog-posts__load .pagination .count {
	display: none;
	margin: 3px;
}
.blog-posts__load .pagination .count.active {
	display: inline-flex;
}
.blog-posts__load .pagination .count.show {
	display: inline-flex;
}
.blog-posts__load .pagination .count button {
	border: 1px solid #babcff;
	background: #babcff;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #292b4b;
	border-radius: 5px;
}
.blog-posts__load .pagination .count button.active {
	pointer-events: none;
	border-color: #0a0080;
	background-color: #0a0080;
	color: #fff;
}
.blog-posts__load .pagination .count button:hover {
	border-color: #0a0080;
	background-color: #0a0080;
	color: #fff;
}
.breadcrumbs {
	background: var(--background);
	padding-top: 1.87rem;
}
.breadcrumbs .breadcrumb {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.6rem;
}
.breadcrumbs .breadcrumb a:hover {
	color: #0a0080;
}
.breadcrumbs .breadcrumb .current-page {
	font-weight: 500;
}
.campus-content {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-top: 0;
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.campus-content {
		padding-bottom: 3rem;
	}
}
.campus-content .campus-content__section .content .content__single--text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--text {
		margin-bottom: 3rem;
	}
}
.campus-content .campus-content__section .content .content__single--text .topline {
	text-transform: none !important;
	font-size: 1.125rem !important;
	margin-bottom: 2rem;
}
.campus-content .campus-content__section .content .content__single--text a {
	text-decoration: underline;
}
.campus-content .campus-content__section .content .content__single--text a:hover {
	color: #0a0080;
}
.campus-content .campus-content__section .content .content__single--text .button {
	text-decoration: none;
	margin-top: 3.5rem;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--text .button {
		margin-top: 2rem;
	}
}
.campus-content .campus-content__section .content .content__single--text ul {
	margin-bottom: 2rem;
}
.campus-content .campus-content__section .content .content__single--video {
	position: relative;
}
.campus-content .campus-content__section .content .content__single--video .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background: #f8f9fa;
	border-radius: 50%;
	border: none;
	color: #292b4b;
	cursor: pointer;
	z-index: 20;
	font-size: 20px;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--video .play-video {
		width: 60px;
		height: 60px;
	}
}
.campus-content .campus-content__section .content .content__single--video .play-video i {
	position: relative;
}
.campus-content .campus-content__section .content .content__single--video .play-video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: #f8f9fa;
	border-radius: 50%;
	-webkit-animation-name: play-video;
	animation-name: play-video;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.campus-content .campus-content__section .content .content__single--video video {
	display: block;
	width: 100%;
	height: auto;
}
.campus-content .campus-content__section .content .content__single--video .video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: rgba(41, 43, 75, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.campus-content .campus-content__section .content .content__single--video .video-overlay .close {
	position: absolute;
	top: 0;
	right: 0;
	background: #f8f9fa;
	color: #292b4b;
	border: none;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding-left: 30px;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--video .video-overlay .close {
		padding-left: 20px;
	}
}
.campus-content .campus-content__section .content .content__single--video .video-overlay .close span {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-left: solid 1px #d7dce0;
	margin-left: 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--video .video-overlay .close span {
		width: 50px;
		height: 50px;
		flex: 0 0 50px;
		margin-left: 20px;
	}
}
.campus-content .campus-content__section .content .content__single--video .video-overlay .close span i {
	transform: rotateZ(0deg);
	transform-origin: center center;
	transition: all 0.3s ease;
	font-size: 20px;
}
.campus-content .campus-content__section .content .content__single--video .video-overlay .close:hover span i {
	transform: rotateZ(180deg);
}
.campus-content .campus-content__section .content .content__single--video .video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1000px;
	height: 550px;
}
@media (max-width: 1199.98px) {
	.campus-content .campus-content__section .content .content__single--video .video-overlay iframe {
		height: 500px;
	}
}
@media (max-width: 991.98px) {
	.campus-content .campus-content__section .content .content__single--video .video-overlay iframe {
		height: 450px;
	}
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--video .video-overlay iframe {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.campus-content .campus-content__section .content .content__single--video .video-overlay iframe {
		height: 350px;
	}
}
.campus-content .campus-content__section .content .content__single--video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #292b4b;
	opacity: 0.8;
	z-index: 10;
}
.campus-content .campus-content__section .content .content__single--image figure img {
	width: 100%;
	height: auto;
}
.campus-content .campus-content__section .content .content__single--image figure figcaption {
	margin-top: 10px;
}
.campus-content .campus-content__section .content .content__single--gallery {
	display: flex;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.campus-content .campus-content__section .content .content__single--gallery figure {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 12px;
}
.campus-content .campus-content__section .content .content__single--gallery figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}
.campus-content .campus-content__section .content .content__single--gallery figure figcaption {
	font-size: 12px;
	color: #f3f3f3;
	margin-top: 10px;
}
.campus-content .campus-content__section .content .content__single--carousel {
	padding-top: 6rem;
}
@media (max-width: 1199.98px) {
	.campus-content .campus-content__section .content .content__single--carousel {
		padding-top: 5rem;
	}
}
@media (max-width: 991.98px) {
	.campus-content .campus-content__section .content .content__single--carousel {
		padding-top: 4rem;
	}
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--carousel {
		padding-top: 3rem;
	}
}
.campus-content .campus-content__section .content .content__single--carousel .swiper {
	overflow: hidden;
}
.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-wrapper {
	width: 100%;
}
.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-wrapper .swiper-slide .images__image img {
	width: 100%;
	height: 36.1875rem;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-wrapper .swiper-slide .images__image img {
		height: 25rem;
	}
}
.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-pagination {
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
	width: 100%;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-pagination {
		margin-top: 2rem;
	}
}
.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 0.5rem;
	width: 0.875rem;
	height: 0.875rem;
	display: inline-block;
	border-radius: 100%;
	background: #8e8f9f;
}
.campus-content .campus-content__section .content .content__single--carousel .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #292b4b;
}
.campus-content .campus-content__section .content .content__single--data {
	background: #f4f4f4;
	border-radius: 0.3125rem;
	padding: 4rem;
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--data {
		padding: 2rem;
	}
}
.campus-content .campus-content__section .content .content__single--data .title {
	font-size: 2.625rem;
	font-weight: bold;
	line-height: 120%;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 4.5rem;
}
@media (max-width: 1399.98px) {
	.campus-content .campus-content__section .content .content__single--data .title {
		font-size: 2rem;
	}
}
@media (max-width: 767.98px) {
	.campus-content .campus-content__section .content .content__single--data .title {
		margin-bottom: 3rem;
	}
}
.campus-content .campus-content__section .content .content__single--data .informations {
	display: flex;
	flex-direction: row;
}
@media (max-width: 1399.98px) {
	.campus-content .campus-content__section .content .content__single--data .informations {
		flex-wrap: wrap;
	}
}
@media (max-width: 1199.98px) {
	.campus-content .campus-content__section .content .content__single--data .informations {
		flex-direction: column;
	}
}
.campus-content .campus-content__section .content .content__single--data .informations__date span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__time span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__price span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__location span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__category span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__contact span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__phone span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations__mail span {
	font-weight: 600;
}
.campus-content .campus-content__section .content .content__single--data .informations .left {
	flex: 0 0 35%;
	width: 35%;
}
@media (max-width: 1399.98px) {
	.campus-content .campus-content__section .content .content__single--data .informations .left {
		flex: 0 0 50%;
		width: 50%;
	}
}
.campus-content .campus-content__section .content .content__single--data .informations .right {
	flex: 0 0 25%;
	width: 25%;
}
@media (max-width: 1599.98px) {
	.campus-content .campus-content__section .content .content__single--data .informations .right {
		margin-right: 32px;
	}
}
@media (max-width: 1399.98px) {
	.campus-content .campus-content__section .content .content__single--data .informations .right {
		flex: 0 0 50%;
		width: 50%;
	}
}
@media (max-width: 1399.98px) {
	.campus-content .campus-content__section .content .content__single--data .informations .image {
		margin-top: 32px;
	}
}
.campus-content .campus-content__section .content .content__single--data .informations .image figure {
	flex: 0 0 100%;
	width: 100%;
}
.campus-content .campus-content__section .content .content__single--data .informations .image figure img {
	border-radius: 0.3125rem;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.campus-summary {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-top: 0;
}
.campus-summary .box {
	background-color: #a9acff;
	height: 100%;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0.3125rem;
}
.campus-summary .box__date .h2 {
	font-weight: 500;
}
.campus-summary .box__date .h5 {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.campus-summary .box__date .h5.font-bold {
	font-weight: 700;
}
@media (max-width: 1399.98px) {
	.campus-summary .box {
		padding: 2rem;
	}
}
@media (max-width: 991.98px) {
	.campus-summary .box {
		height: 23rem;
		padding: 1.75rem;
	}
}
.section-campus {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
.section-campus__heading {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.section-campus__heading {
		margin-bottom: 3rem;
	}
}
.section-campus .box {
	background-color: #a9acff;
	height: 100%;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0.3125rem;
}
.section-campus .box p {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.section-campus .box__date .h2 {
	font-weight: 500;
}
.section-campus .box__date .h5 {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.section-campus .box__date .h5.font-bold {
	font-weight: 700;
}
.section-campus .box__date .placeholder {
	display: block;
	height: 96.78px;
}
@media (max-width: 767.98px) {
	.section-campus .box__date .placeholder {
		height: 0;
	}
}
.section-campus-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 6rem;
	padding: 3.75rem 2rem;
	border-radius: 0.3125rem;
	background: #b5ff96;
}
@media (max-width: 1399.98px) {
	.section-campus-sidebar {
		margin-bottom: 1.5rem;
		padding: 2rem;
	}
}
@media (max-width: 767.98px) {
	.section-campus-sidebar {
		padding: 1.5rem;
	}
}
.section-campus-sidebar__title {
	display: inline-flex;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 2.5625rem;
	margin-bottom: 3rem;
}
@media (max-width: 1399.98px) {
	.section-campus-sidebar__title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 767.98px) {
	.section-campus-sidebar__title {
		font-size: 1.8rem;
	}
}
@media (max-width: 575.98px) {
	.section-campus-sidebar__title {
		font-size: 1.4rem;
	}
}
.section-campus-sidebar__title img {
	width: 1.375rem;
	height: auto;
	margin-right: 2rem;
}
@media (max-width: 767.98px) {
	.section-campus-sidebar__title img {
		margin-right: 1rem;
	}
}
.section-campus-sidebar__filter {
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.section-campus-sidebar__filter .section-campus-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 250px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 16px;
	background-origin: content-box;
	padding: 10px 20px;
	color: #292b4b;
	border-radius: 24px;
	border: 0;
	outline: 0;
}
@media (max-width: 767.98px) {
	.section-campus-sidebar__filter .section-campus-select {
		width: 100%;
	}
}
.section-campus-sidebar__filter button {
	display: block;
	margin-bottom: 1.31rem;
}
@media (max-width: 1399.98px) {
	.section-campus-sidebar__filter button {
		margin-bottom: 0;
	}
}
.section-campus-sidebar__filter button.active {
	background: #292b4b;
	color: #fff;
}
.section-campus-sidebar__filter button:last-of-type {
	margin-bottom: 0;
}
.section-campus__load {
	text-align: center;
	padding-top: 56px;
}
.section-campus__load .campus-pagination {
	margin: 0;
	padding: 0;
}
.section-campus__load .campus-pagination .prev {
	display: inline-flex;
	margin: 3px;
}
.section-campus__load .campus-pagination .prev.disabled {
	opacity: 0.3;
}
.section-campus__load .campus-pagination .prev.disabled button {
	cursor: not-allowed !important;
}
.section-campus__load .campus-pagination .prev button {
	border: 1px solid #292b4b;
	background: #f8f9fa;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #292b4b;
	border-radius: 5px;
}
.section-campus__load .campus-pagination .prev button.active {
	pointer-events: none;
	border-color: #0a0080;
	background-color: #0a0080;
}
.section-campus__load .campus-pagination .prev button.active i {
	color: #f8f9fa;
}
.section-campus__load .campus-pagination .prev button:hover {
	border-color: #0a0080;
	background-color: #0a0080;
}
.section-campus__load .campus-pagination .prev button:hover i {
	color: #f8f9fa;
}
.section-campus__load .campus-pagination .prev button i {
	color: #292b4b;
}
.section-campus__load .campus-pagination .next {
	display: inline-flex;
	margin: 3px;
}
.section-campus__load .campus-pagination .next.disabled {
	opacity: 0.3;
}
.section-campus__load .campus-pagination .next.disabled button {
	cursor: not-allowed !important;
}
.section-campus__load .campus-pagination .next button {
	border: 1px solid #292b4b;
	background: #f8f9fa;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #292b4b;
	border-radius: 5px;
}
.section-campus__load .campus-pagination .next button.active {
	pointer-events: none;
	border-color: #0a0080;
	background-color: #0a0080;
}
.section-campus__load .campus-pagination .next button.active i {
	color: #f8f9fa;
}
.section-campus__load .campus-pagination .next button:hover {
	border-color: #0a0080;
	background-color: #0a0080;
}
.section-campus__load .campus-pagination .next button:hover i {
	color: #f8f9fa;
}
.section-campus__load .campus-pagination .next button i {
	color: #292b4b;
}
.section-campus__load .campus-pagination .count {
	display: none;
	margin: 3px;
}
.section-campus__load .campus-pagination .count.active {
	display: inline-flex;
}
.section-campus__load .campus-pagination .count.show {
	display: inline-flex;
}
.section-campus__load .campus-pagination .count button {
	border: 1px solid #babcff;
	background: #babcff;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #292b4b;
	border-radius: 5px;
}
.section-campus__load .campus-pagination .count button.active {
	pointer-events: none;
	border-color: #0a0080;
	background-color: #0a0080;
	color: #fff;
}
.section-campus__load .campus-pagination .count button:hover {
	border-color: #0a0080;
	background-color: #0a0080;
	color: #fff;
}
@media (max-width: 1399.98px) {
	.section-campus .box {
		padding: 2rem;
	}
}
@media (max-width: 991.98px) {
	.section-campus .box {
		padding: 1.75rem;
	}
}
.carousel {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.carousel.small {
		margin: 0 1rem;
	}
}
.carousel.big .carousel__slider {
	padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
	.carousel.big .carousel__slider {
		padding-bottom: 0;
	}
}
.carousel.big .carousel__slider .swiper {
	-webkit-clip-path: unset;
	clip-path: unset;
}
.carousel.big .carousel__slider .swiper .swiper-wrapper .swiper-slide .image img {
	max-height: unset;
	height: 38.75rem;
}
@media (max-width: 1399.98px) {
	.carousel.big .carousel__slider .swiper .swiper-wrapper .swiper-slide .image img {
		height: 30rem;
	}
}
@media (max-width: 1199.98px) {
	.carousel.big .carousel__slider .swiper .swiper-wrapper .swiper-slide .image img {
		height: 25rem;
	}
}
@media (max-width: 575.98px) {
	.carousel.big .carousel__slider .swiper .swiper-wrapper .swiper-slide .image img {
		height: 20rem;
	}
}
.carousel__slider .swiper {
	overflow: visible;
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}
.carousel__slider .swiper .swiper-wrapper {
	width: 100%;
}
.carousel__slider .swiper .swiper-wrapper .swiper-slide.up {
	top: 4rem;
}
@media (max-width: 767.98px) {
	.carousel__slider .swiper .swiper-wrapper .swiper-slide.up {
		top: 0;
	}
}
.carousel__slider .swiper .swiper-wrapper .swiper-slide .image img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.3125rem;
	width: 100%;
	height: auto;
	max-height: 20rem;
}
.contact-map {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #fff;
	overflow: hidden;
}
.contact-map__media img,
.contact-map__media video {
	display: block;
	width: 100%;
	height: auto;
}
.contact-map .floater {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.contact-map .floater .dot {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 5px solid #0a0080;
	position: relative;
}
@media (max-width: 767.98px) {
	.contact-map .floater .dot {
		scale: 0.7;
	}
}
.contact-map .floater .dot .inner {
	width: 400px;
	height: 120px;
	background-color: #fff;
	border-radius: 24px;
	padding: 16px 24px;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 250%;
	transform: translateY(-50%);
	box-shadow: -10px 28px 50px -14px rgba(0, 0, 0, 0.75);
}
.contact-map .floater .dot .inner .topline {
	padding-bottom: 16px;
}
.contact-map .floater .dot .inner address {
	line-height: 1.5;
}
.contact-map .floater .dot .inner a {
	color: #292b4b;
	opacity: 0.5;
	line-height: 1.5;
}
.contact-map .floater .dot .inner::before {
	content: "";
	position: absolute;
	-webkit-clip-path: polygon(100% 0, 1% 50%, 100% 100%);
	clip-path: polygon(100% 0, 1% 50%, 100% 100%);
	width: 30px;
	height: 45px;
	background: #fff;
	left: -28px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 991.98px) {
	.contact-map .floater .dot .inner {
		width: 250px;
		height: 210px;
	}
}
@media (max-width: 767.98px) {
	.contact-map .floater .dot .inner {
		display: none;
	}
}
.content-table .content-table__box {
	background: #eff1f2;
	border-radius: 24px;
	margin-top: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.content-table .content-table__box {
		margin-top: 3rem;
	}
}
.content-table .content-table__box {
	padding: 80px;
}
@media (max-width: 991.98px) {
	.content-table .content-table__box {
		padding: 50px;
	}
}
@media (max-width: 767.98px) {
	.content-table .content-table__box {
		padding: 30px;
	}
}
.content-table .content-table__box .title {
	font-size: 32px;
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	.content-table .content-table__box .title {
		font-size: 1.6875rem;
	}
}
.content-table .content-table__box .table ol {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.content-table .content-table__box .table ol li {
	margin-bottom: 10px;
	padding-left: 10px;
}
.content-table .content-table__box .table ol li::marker {
	font-size: 1.6875rem;
}
.content-table .content-table__box .table ol li a {
	color: inherit;
	font-size: 1.6875rem;
}
.content-table .content-table__box .table ol li:last-child {
	margin-bottom: 0;
}
.counter {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.counter-value {
	font-size: 6.25rem;
	font-weight: 500;
	line-height: 4.5rem;
	color: #292b4b;
}
@media (max-width: 1199.98px) {
	.counter-value {
		font-size: 50px;
	}
}
.counter .single.last {
	padding-bottom: 0;
}
@media (max-width: 991.98px) {
	.counter .single {
		padding-bottom: 32px;
	}
}
.counter .single__sign {
	font-size: 6.25rem;
	font-weight: 500;
	line-height: 4.5rem;
	color: #292b4b;
}
@media (max-width: 1199.98px) {
	.counter .single__sign {
		font-size: 44px;
	}
}
.counter .single__count {
	color: #292b4b;
}
.counter .single__title {
	font-size: 2.625rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.075rem;
	margin: 1.5rem 0;
}
@media (max-width: 1599.98px) {
	.counter .single__title {
		min-height: 80px;
	}
}
@media (max-width: 1399.98px) {
	.counter .single__title {
		font-size: 32px;
		min-height: unset;
	}
}
@media (max-width: 1199.98px) {
	.counter .single__title {
		margin-top: 0;
		min-height: 64px;
	}
}
@media (max-width: 991.98px) {
	.counter .single__title {
		min-height: unset;
	}
}
.counter .single__text {
	max-width: 400px;
}
@media (max-width: 991.98px) {
	.counter .single__text {
		max-width: unset;
	}
}
.cta-boxed {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	height: 100vh;
	min-height: 850px;
}
@media (max-width: 991.98px) {
	.cta-boxed {
		min-height: 500px;
	}
}
.cta-boxed.white {
	background: var(--light);
}
.cta-boxed__container {
	height: 100%;
	margin: 0 104px;
}
@media (max-width: 1199.98px) {
	.cta-boxed__container {
		margin: 0 80px;
	}
}
@media (max-width: 767.98px) {
	.cta-boxed__container {
		margin: 0 1rem;
	}
}
.cta-boxed__container {
	position: relative;
	color: var(--color);
	border-radius: 16px;
}
.cta-boxed .color-overlay {
	border-radius: 16px;
}
.cta-boxed__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.cta-boxed__background img,
.cta-boxed__background video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
}
.cta-boxed__content {
	position: relative;
	z-index: 10;
	height: 100%;
	align-items: center;
	display: flex;
}
.cta-boxed__content .text-container p {
	font-weight: 300;
}
.cta-boxed__content .button-container {
	display: flex;
	flex-flow: row;
}
@media (max-width: 991.98px) {
	.cta-boxed__content .button-container {
		flex-flow: column;
	}
}
@media (max-width: 575.98px) {
	.cta-boxed__content .button-container .button {
		width: 100%;
		display: block;
		text-align: center;
	}
}
.cta-boxed__content .button {
	margin-top: 80px;
}
@media (max-width: 991.98px) {
	.cta-boxed__content .button:last-of-type {
		margin-top: 32px;
		padding-left: 30px;
	}
}
.cta-boxed__content .button--text {
	margin-left: 32px;
}
@media (max-width: 991.98px) {
	.cta-boxed__content .button--text {
		margin-left: 0;
	}
}
.cta-boxed__content .button--text i {
	padding-left: 16px;
}
.cta-fullwidth {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	height: 100vh;
	min-height: 700px;
	max-height: 46.875rem;
	position: relative;
	color: var(--color);
}
.cta-fullwidth__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cta-fullwidth__background img,
.cta-fullwidth__background video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.cta-fullwidth__content {
	position: relative;
	z-index: 10;
	height: 100%;
}
.cta-fullwidth__content .text-container {
	max-width: 680px;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.cta-fullwidth__content .button-container {
	display: flex;
	align-items: center;
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.cta-fullwidth__content .button-container {
		margin-top: 3rem;
	}
}
.cta-fullwidth__content .button-container button:hover {
	border: 1px solid #f8f9fa;
	color: #f8f9fa !important;
}
.cta-fullwidth__content .button-container .button:last-of-type {
	display: flex;
}
@media (max-width: 575.98px) {
	.cta-fullwidth__content .button-container .button {
		width: 100%;
		justify-content: center;
	}
}
.cta-fullwidth__content .button-container .button i {
	display: flex;
	align-items: center;
}
.cta-media-text__wrapper {
	background: var(--background);
}
.cta-media-text__media {
	min-height: 950px;
}
@media (max-width: 991.98px) {
	.cta-media-text__media {
		min-height: 600px;
	}
}
@media (max-width: 767.98px) {
	.cta-media-text__media {
		min-height: 0;
	}
}
.cta-media-text__media {
	position: relative;
	width: 100%;
	height: 100%;
}
.cta-media-text__media img,
.cta-media-text__media video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991.98px) {
	.cta-media-text__media img,
	.cta-media-text__media video {
		position: relative;
	}
}
.cta-media-text__text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
.cta-media-text__text .content {
	font-weight: 300;
}
.cta-media-text__text .button {
	margin-top: 48px;
}
@media (max-width: 575.98px) {
	.cta-media-text__text .button {
		width: 100%;
		text-align: center;
		display: block;
	}
}
.cta-media-text__text .button:hover {
	background: rgb(236.1, 238.8, 241.5);
}
.cta-media-text--boxed {
	background: var(--background);
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
.cta-media-text--boxed .cta-media-text__wrapper {
	background: var(--contrast);
}
.cta {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	position: relative;
	background: var(--background);
}
.cta.darkbox .cta__text {
	background: #292b4b;
	color: #fff;
}
.cta.background--gray .cta__content {
	background-color: #fff;
}
.cta__content {
	border-radius: 0.3125rem;
	background-color: #f3f3f3;
}
.cta.small .cta__content {
	max-height: 33.625rem;
}
@media (max-width: 991.98px) {
	.cta.small .cta__content {
		max-height: unset;
	}
}
.cta.small .cta__text {
	max-height: 33.625rem;
	padding: 5.19rem 5rem;
}
@media (max-width: 991.98px) {
	.cta.small .cta__text {
		max-height: unset;
		padding: 2rem;
	}
}
.cta.small .cta__file {
	border-top-left-radius: 0.3125rem;
	border-bottom-left-radius: 0.3125rem;
}
@media (max-width: 991.98px) {
	.cta.small .cta__file {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0.3125rem;
	}
}
.cta.small .cta__file img {
	padding: 2rem;
	background: #fff;
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 33.625rem;
}
@media (max-width: 991.98px) {
	.cta.small .cta__file img {
		max-height: unset;
	}
}
.cta.small .cta__file video {
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 33.625rem;
}
@media (max-width: 991.98px) {
	.cta.small .cta__file video {
		max-height: unset;
	}
}
.cta__content {
	max-height: 43.625rem;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.cta__content {
		max-height: unset;
	}
	.cta__content .cta__text {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.cta__content .row [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.cta__text {
	display: flex;
	height: 100%;
	max-height: 43.625rem;
	flex-flow: column;
	justify-content: center;
	color: #292b4b;
	-webkit-hyphens: auto;
	hyphens: auto;
	padding: 8%;
	padding-left: calc(8% + 12px);
}
@media (max-width: 991.98px) {
	.cta__text {
		padding-left: 8%;
		max-height: unset;
	}
}
.cta__text .button-container {
	display: flex;
	align-items: center;
	width: 100%;
}
@media (max-width: 991.98px) {
	.cta__text .button-container .button {
		padding-left: 8%;
	}
}
@media (max-width: 575.98px) {
	.cta__text .button-container .button {
		width: 100%;
		justify-content: center;
	}
}
.cta__text .button-container .button:hover {
	color: #f8f9fa;
	border: 1px solid #f8f9fa;
}
.cta__file {
	background: #fff;
	display: flex;
	align-items: center;
	height: 100%;
}
.cta__file--play {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cta__file--play button {
	background: #0a0080;
	border: 0;
	border-radius: 50%;
	padding: 24px;
	transition: transform 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.cta__file--play button svg {
	width: 32px;
	height: 32px;
	fill: #fff;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.cta__file--play button:hover {
	transform: scale(0.9);
	padding: 20px;
}
.cta__file--play button:hover svg {
	width: 28px;
	height: 28px;
}
.cta__file img {
	align-items: center;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (max-width: 1199.98px) {
	.cta__file img {
		height: 100%;
		aspect-ratio: unset;
	}
}
.cta__file video {
	align-items: center;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.cta .video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cta .video-overlay.active {
	opacity: 1;
	visibility: visible;
}
.cta .video-overlay video {
	max-width: 80%;
	max-height: 550px;
	border-radius: 5px;
}
.cta .video-overlay .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	color: #0a0080;
	border: none;
	padding: 10px 18px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
.cta .video-overlay .close-btn:hover {
	background: #0a0080;
	color: #fff;
}
.downloads {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.downloads .download {
	background-color: #eff1f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 24px;
	padding: 3rem;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
	.downloads .download {
		display: block;
	}
}
.downloads .download .button {
	padding: 16px;
}
.downloads .download__text {
	max-width: 20rem;
	font-size: 20px;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-right: 1.5rem;
}
@media (max-width: 767.98px) {
	.downloads .download__text {
		max-width: unset;
	}
}
@media (min-width: 992px) and (max-width: 1599.98px) {
	.downloads .download__text {
		margin-bottom: 24px;
	}
}
@media (max-width: 767.98px) {
	.downloads .download {
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}
}
.error {
	height: 100vh;
}
.error .error-message {
	display: flex;
	flex-flow: row wrap;
}
@media (max-width: 575.98px) {
	.error .error-message {
		display: block;
	}
}
.error .error-message__code {
	font-size: clamp(2rem, -0.0433rem + 6.5333vw, 6rem);
	margin-bottom: 0;
	color: #292b4b;
	flex-shrink: 1;
}
.error .error-message__text {
	flex: 1;
	margin-left: 56px;
}
@media (max-width: 575.98px) {
	.error .error-message__text {
		margin-left: 0;
	}
}
.error .error-message__text p {
	color: #292b4b;
}
.error .error-message__text .button {
	margin-top: 40px;
}
.events-slider {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-top: 0;
	background: var(--background);
	overflow: hidden;
}
.events-slider__slide .swiper {
	overflow: hidden;
}
.events-slider__slide .swiper .swiper-wrapper {
	width: 100%;
}
.events-slider__slide .swiper .swiper-wrapper .swiper-slide .images__image img {
	width: 100%;
	height: 36.1875rem;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767.98px) {
	.events-slider__slide .swiper .swiper-wrapper .swiper-slide .images__image img {
		height: 25rem;
	}
}
.events-slider__slide .swiper .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
	width: 100%;
}
@media (max-width: 767.98px) {
	.events-slider__slide .swiper .swiper-pagination {
		margin-top: 2rem;
	}
}
.events-slider__slide .swiper .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 0.5rem;
	width: 0.875rem;
	height: 0.875rem;
	display: inline-block;
	border-radius: 100%;
	background: #8e8f9f;
}
.events-slider__slide .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #292b4b;
}
.events-summary {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #f3f3f3;
}
.events-summary__header h2,
.events-summary__header .posttype-slider .posttype-counter,
.posttype-slider .events-summary__header .posttype-counter,
.events-summary__header .facts .fact__value,
.facts .events-summary__header .fact__value,
.events-summary__header .h2 {
	margin-bottom: 0;
}
.events-summary__header {
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.events-summary__header {
		padding-bottom: 3rem;
	}
}
.events-summary .events-summary-tile {
	display: block;
	color: #292b4b;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.events-summary .events-summary-tile__media {
	border-top-left-radius: 0.3125rem;
	border-top-right-radius: 0.3125rem;
	overflow: hidden;
}
.events-summary .events-summary-tile__media img,
.events-summary .events-summary-tile__media video {
	display: block;
	width: 100%;
	height: 16.875rem;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.events-summary .events-summary-tile__media:hover img,
.events-summary .events-summary-tile__media:hover video {
	transform: scale(1.2);
}
.events-summary .events-summary-tile__content {
	border-bottom-left-radius: 0.3125rem;
	border-bottom-right-radius: 0.3125rem;
	padding: 3rem 2rem;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.events-summary .events-summary-tile__content .events-summary-tile__date {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.events-summary .events-summary-tile__content .events-summary-tile__date {
		margin-bottom: 3rem;
	}
}
.events-summary .events-summary-tile__content .events-summary-tile__date .day {
	color: #fff;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 2.5625rem;
	margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
	.events-summary .events-summary-tile__content .events-summary-tile__date .day {
		font-size: 3rem;
	}
}
.events-summary .events-summary-tile__content .events-summary-tile__date .month {
	color: #fff;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 2.5625rem;
}
@media (max-width: 767.98px) {
	.events-summary .events-summary-tile__content .events-summary-tile__date .month {
		font-size: 2rem;
		line-height: 1.8rem;
	}
}
.events-summary .events-summary-tile__content .events-summary-tile__title {
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.6rem;
	margin-bottom: 0;
}
.events-summary .events-summary-tile__content .events-summary-tile__subline {
	color: #fff;
}
.events-summary .events-summary-tile__content .events-summary-tile__link {
	padding-top: 40px;
}
.events-summary .events-summary-tile__content .events-summary-tile__link a {
	color: #fff;
}
.events-summary .events-summary-tile__content .events-summary-tile__link a:hover svg {
	transform: translateX(30%);
}
.events-summary .events-summary-tile__content .events-summary-tile__link svg {
	transition: all ease 0.5s;
	margin-left: 16px;
}
.events-summary .events-summary-tile__content .events-summary-tile__link svg g path {
	fill: #fff;
	stroke: #fff;
}
.events_text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.events_text p {
	-webkit-hyphens: auto;
	hyphens: auto;
	color: #292b4b;
}
.events_text .button-container {
	margin-top: 80px;
}
@media (max-width: 575.98px) {
	.events_text .button-container .button {
		width: 100%;
		text-align: center;
		display: block;
	}
}
.events {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.events__text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.events__text {
		margin-bottom: 3rem;
	}
}
.events__text .text-container {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.events-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 6rem;
	padding: 3.75rem 2rem;
	border-radius: 0.3125rem;
	background: #b5ff96;
}
@media (max-width: 1399.98px) {
	.events-sidebar {
		margin-bottom: 3rem;
		padding: 2rem;
	}
}
@media (max-width: 767.98px) {
	.events-sidebar {
		padding: 1.5rem;
	}
}
.events-sidebar__title {
	display: inline-flex;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 2.5625rem;
	margin-bottom: 3rem;
}
@media (max-width: 1399.98px) {
	.events-sidebar__title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 767.98px) {
	.events-sidebar__title {
		font-size: 1.8rem;
	}
}
@media (max-width: 575.98px) {
	.events-sidebar__title {
		font-size: 1.4rem;
	}
}
.events-sidebar__title img {
	width: 1.375rem;
	height: auto;
	margin-right: 2rem;
}
@media (max-width: 767.98px) {
	.events-sidebar__title img {
		margin-right: 1rem;
	}
}
.events-sidebar__filter {
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.events-sidebar__filter .events-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 250px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 16px;
	background-origin: content-box;
	padding: 10px 20px;
	color: #292b4b;
	border-radius: 24px;
	border: 0;
	outline: 0;
}
@media (max-width: 767.98px) {
	.events-sidebar__filter .events-select {
		width: 100%;
	}
}
.events-sidebar__filter button {
	display: block;
	margin-bottom: 1.31rem;
}
@media (max-width: 1399.98px) {
	.events-sidebar__filter button {
		margin-bottom: 0;
	}
}
.events-sidebar__filter button.active {
	background: #292b4b;
	color: #fff;
}
.events-sidebar__filter button:last-of-type {
	margin-bottom: 0;
}
.events__overview .past {
	display: none;
}
.events__overview .events-tile {
	display: block;
	color: #292b4b;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.events__overview .events-tile__media {
	border-top-left-radius: 0.3125rem;
	border-top-right-radius: 0.3125rem;
	overflow: hidden;
}
.events__overview .events-tile__media img,
.events__overview .events-tile__media video {
	display: block;
	width: 100%;
	height: 16.875rem;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
}
.events__overview .events-tile__media:hover img,
.events__overview .events-tile__media:hover video {
	transform: scale(1.2);
}
.events__overview .events-tile__content {
	border-bottom-left-radius: 0.3125rem;
	border-bottom-right-radius: 0.3125rem;
	padding: 3rem 2rem;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.events__overview .events-tile__content .events-tile__date {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.events__overview .events-tile__content .events-tile__date {
		margin-bottom: 3rem;
	}
}
.events__overview .events-tile__content .events-tile__date .day {
	color: #fff;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 2.5625rem;
	margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
	.events__overview .events-tile__content .events-tile__date .day {
		font-size: 3rem;
	}
}
.events__overview .events-tile__content .events-tile__date .month {
	color: #fff;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 2.5625rem;
}
@media (max-width: 767.98px) {
	.events__overview .events-tile__content .events-tile__date .month {
		font-size: 2rem;
		line-height: 1.8rem;
	}
}
.events__overview .events-tile__content .events-tile__title {
	color: #fff;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.6rem;
	margin-bottom: 0;
}
.events__overview .events-tile__content .events-tile__subline {
	color: #fff;
}
.events__overview .events-tile__content .events-tile__link {
	padding-top: 40px;
}
.events__overview .events-tile__content .events-tile__link a {
	color: #fff;
}
.events__overview .events-tile__content .events-tile__link a:hover svg {
	transform: translateX(30%);
}
.events__overview .events-tile__content .events-tile__link svg {
	transition: all ease 0.5s;
	margin-left: 16px;
}
.events__overview .events-tile__content .events-tile__link svg g path {
	fill: #fff;
	stroke: #fff;
}
.events__button {
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.events__button {
		margin-top: 3rem;
	}
}
@media (max-width: 575.98px) {
	.events__button a {
		width: 100%;
		justify-content: center;
	}
}
.events__load {
	text-align: center;
	padding-top: 56px;
}
.events__load button {
	position: relative;
}
.events__load button .caption {
	display: flex;
	flex-flow: row nowrap;
	white-space: nowrap;
	align-items: center;
}
.events__load button .loading {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.events__load button .loading span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f8f9fa;
	margin-right: 2px;
	-webkit-animation: loading 0.6s 0.1s linear infinite;
	animation: loading 0.6s 0.1s linear infinite;
}
.events__load button .loading span:nth-of-type(2) {
	-webkit-animation: loading 0.6s 0.2s linear infinite;
	animation: loading 0.6s 0.2s linear infinite;
}
.events__load button .loading span:nth-of-type(3) {
	-webkit-animation: loading 0.6s 0.3s linear infinite;
	animation: loading 0.6s 0.3s linear infinite;
}
.events__load button .loading span:last-of-type {
	margin-right: 0;
}
.events__load button.progress .loading {
	opacity: 1;
}
@keyframes loading {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(0, 5px);
	}
	50% {
		transform: translate(0, 0);
	}
	75% {
		transform: translate(0, -5px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.facts {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.facts {
		padding-bottom: 0;
	}
}
.facts__left {
	display: flex;
	flex-flow: row wrap;
}
.facts__left .fact__line {
	margin-bottom: 40px;
	margin-left: -100%;
	transform-origin: center left;
}
@media (max-width: 991.98px) {
	.facts__left .fact__line {
		margin-left: 0;
	}
}
.facts__left .fact:first-of-type {
	margin-top: 120px;
}
@media (max-width: 991.98px) {
	.facts__left .fact:first-of-type {
		margin-top: 0;
	}
}
.facts__right {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.facts__right .fact__line {
	margin-left: 0;
	margin-right: -100%;
	transform-origin: center right;
}
@media (max-width: 991.98px) {
	.facts__right .fact__line {
		margin-right: 0;
	}
}
.facts__right .fact:first-of-type {
	margin-bottom: 120px;
}
@media (max-width: 991.98px) {
	.facts__right .fact:first-of-type {
		margin-bottom: 80px;
	}
}
.facts .fact__line {
	height: 1px;
	background: var(--contrast);
	margin-bottom: 40px;
}
.facts .fact__value {
	line-height: 1;
	margin-bottom: 24px;
}
.facts .fact__title {
	margin-bottom: 16px;
}
.facts .fact--under {
	flex: 0 0 90%;
}
@media (max-width: 991.98px) {
	.facts .fact--under {
		flex: 0 0 100%;
	}
}
.facts .fact--under .fact__value {
	color: #292b4b;
}
@media (max-width: 991.98px) {
	.facts .fact--next {
		margin-bottom: 80px;
	}
}
.facts .fact--next .fact__line {
	transform-origin: center right;
}
.facts .fact--next .fact__title {
	margin-bottom: 0;
}
.facts .fact--next .fact__desc {
	color: #292b4b;
	max-width: 400px;
}
.facts .fact--small {
	flex: 0 0 70%;
}
@media (max-width: 991.98px) {
	.facts .fact--small {
		flex: 0 0 100%;
	}
}
.faq {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	color: #292b4b;
	overflow: hidden;
}
.faq__text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.faq__text {
		margin-bottom: 3rem;
	}
}
.faq__filter {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.faq__filter {
		margin-bottom: 3rem;
	}
}
.faq__filter--box {
	display: flex;
	gap: 16px;
	flex-flow: wrap;
}
.faq__filter--select select {
	border: 1px solid #292b4b;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 250px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 16px;
	background-origin: content-box;
	padding: 10px 20px;
	color: #292b4b;
	border-radius: 24px;
	outline: 0;
}
@media (max-width: 575.98px) {
	.faq__filter--select select {
		width: 100%;
		min-width: unset;
	}
}
.faq__filter .button.active {
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
}
@media (max-width: 767.98px) {
	.faq__filter .button {
		display: none;
	}
}
.faq__accordions__text {
	max-width: 450px;
	padding-bottom: var(--padding-bottom);
}
@media (max-width: 991.98px) {
	.faq__accordions__text {
		max-width: unset;
	}
}
.faq__accordions__text h2,
.faq__accordions__text .posttype-slider .posttype-counter,
.posttype-slider .faq__accordions__text .posttype-counter,
.faq__accordions__text .h2,
.faq__accordions__text .facts .fact__value,
.facts .faq__accordions__text .fact__value {
	margin-bottom: 56px;
}
.faq__accordions__text p {
	color: #292b4b;
}
.faq__accordions__text-open {
	margin-bottom: 0;
}
.faq__accordions__text .button {
	margin-top: 48px;
}
@media (max-width: 575.98px) {
	.faq__accordions__text .button {
		width: 100%;
		justify-content: center;
	}
}
.faq__accordions .accordion {
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.faq__accordions .accordion.hidden {
	display: none;
}
.faq__accordions .accordion__header {
	outline: none;
	display: block;
	border: none;
	padding-left: 0;
	padding-right: 24px;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
	text-align: left;
	background: rgba(0, 0, 0, 0);
	position: relative;
	color: #292b4b;
}
@media (max-width: 767.98px) {
	.faq__accordions .accordion__header {
		font-size: 20px;
	}
}
.faq__accordions .accordion__header span {
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.3s ease;
}
.faq__accordions .accordion__header span:before {
	content: "";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 0;
	transform: translateX(-50%);
	background: #292b4b;
	height: 100%;
	width: 2.4375rem;
}
.faq__accordions .accordion__header.open {
	color: #292b4b;
}
.faq__accordions .accordion__header.open span:before {
	content: "";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #292b4b;
	height: 100%;
	width: 2.4375rem;
}
.faq__accordions .accordion__content {
	color: #292b4b;
	display: none;
	padding-top: 24px;
}
.faq__accordions .accordion__content .inner ul {
	list-style-type: none;
	padding-left: 0;
}
.faq__accordions .accordion__content .inner ul li {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.faq__accordions .accordion__content .inner ul .checkmark,
.faq__accordions .accordion__content .inner ul li {
	position: relative;
	padding-left: 0.8em;
}
.faq__accordions .accordion__content .inner ul .checkmark::before,
.faq__accordions .accordion__content .inner ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -0.5em;
	top: 4px;
	transform: rotate(45deg);
	height: 0.75em;
	width: 0.4em;
	border-bottom: 0.15em solid;
	border-right: 0.15em solid;
}
.faq__accordions .accordion__content .inner ul .checkmark:is(li),
.faq__accordions .accordion__content .inner ul li:is(li) {
	margin-left: 1em;
}
.faq__accordions .accordion__content .inner ul .checkmark:is(li):not(:first-child),
.faq__accordions .accordion__content .inner ul li:is(li):not(:first-child) {
	margin-top: 1em;
}
.faq__accordions .accordion__content .inner ul:last-of-type {
	margin-top: 16px;
}
.faq__accordions .accordion__content .inner p:last-of-type {
	margin-bottom: 0;
}
.faq__accordions .accordion:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.features {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.features__block {
	padding: 2.5rem;
}
@media (max-width: 991.98px) {
	.features__block {
		padding: 1rem 0;
	}
}
.features__block-image {
	text-align: center;
}
.features__block-image img {
	width: 6.33738rem;
	height: 5.46738rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.features__block-title {
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 130%;
	margin-top: 16px;
}
@media (max-width: 1399.98px) {
	.features__block-title {
		font-size: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.features__block-title {
		font-size: 1.3rem;
	}
}
.features__block-text {
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: center;
	font-size: 1.125rem;
}
.gallery-slider {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.gallery-slider__slide .swiper {
	overflow: visible;
}
.gallery-slider__slide .swiper .arrows {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #292b4b;
	color: #292b4b;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.gallery-slider__slide .swiper .arrows i {
	font-size: 16px;
}
.gallery-slider__slide .swiper .arrows:hover {
	background-color: #292b4b !important;
	color: var(--light);
}
@media (max-width: 767.98px) {
	.gallery-slider__slide .swiper .arrows {
		width: 48px;
		height: 48px;
	}
}
.gallery-slider__slide .swiper .arrow-container {
	top: 45%;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.gallery-slider__slide .swiper .arrow-container .prev {
	display: none;
	position: absolute;
	left: -10%;
}
@media (max-width: 991.98px) {
	.gallery-slider__slide .swiper .arrow-container .prev {
		left: 0;
	}
}
.gallery-slider__slide .swiper .arrow-container .prev:hover {
	color: #fff;
}
.gallery-slider__slide .swiper .arrow-container .next {
	position: absolute;
	right: -10%;
}
@media (max-width: 991.98px) {
	.gallery-slider__slide .swiper .arrow-container .next {
		right: 0;
	}
}
.gallery-slider__slide .swiper .arrow-container .next:hover {
	color: #fff;
}
@media (max-width: 575.98px) {
	.gallery-slider__slide .swiper .arrow-container {
		position: relative;
		top: 0;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.gallery-slider__slide .swiper .arrow-container .next,
	.gallery-slider__slide .swiper .arrow-container .prev {
		display: block;
		position: relative;
	}
}
.gallery-slider__slide .swiper.changed .arrow-container .prev {
	display: inherit;
}
.gallery-slider__slide .swiper.changed .arrow-container .swiper-button-disabled {
	visibility: hidden;
}
.gallery-slider__slide .swiper .swiper-wrapper {
	width: 100%;
}
.gallery-slider__slide .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}
.gallery-slider__slide .swiper .swiper-wrapper .swiper-slide .images__image {
	aspect-ratio: 4/3;
}
.gallery-slider__slide .swiper .swiper-wrapper .swiper-slide .images__image img {
	border-radius: 0.3125rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery-slider__slide .swiper-progress {
	width: 300px;
	height: 3px;
	background: var(--contrast);
	position: relative;
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.gallery-slider__slide .swiper-progress {
		width: 200px;
	}
}
.gallery-slider__slide .swiper-progress span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #292b4b;
	transform-origin: center left;
}
.gallery-slider__navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}
.gallery-slider__navigation .swiper-pagination {
	height: 3px;
	width: 200px;
	background-color: #292b4b;
	font-size: 0.9rem;
}
.gallery-slider__navigation .swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #292b4b;
	height: 100%;
	width: 100%;
	transform-origin: left;
	display: block;
}
@media (max-width: 991.98px) {
	.gallery-slider__navigation {
		margin-rop: 24px;
	}
}
.grid {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.grid__wrapper .text-container {
	margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
	.grid__wrapper .text-container {
		margin-bottom: 20px;
	}
}
.grid .grid-item--text .text-container {
	max-width: 600px;
}
.grid .grid-item--text .text-container p {
	color: #292b4b;
}
.grid .grid-item--media img,
.grid .grid-item--media video {
	display: block;
	width: 100%;
	height: auto;
}
.grid .grid-item--tile:hover .button--text:after {
	width: 100%;
}
.hero-blog {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-top: 15rem !important;
	background: #f4f4f4;
	padding-bottom: 4.5rem !important;
}
@media (max-width: 767.98px) {
	.hero-blog {
		padding-bottom: 3rem !important;
	}
}
@media (max-width: 1199.98px) {
	.hero-blog {
		padding-top: 12rem !important;
	}
}
@media (max-width: 991.98px) {
	.hero-blog {
		padding-top: 10rem !important;
	}
}
@media (max-width: 767.98px) {
	.hero-blog {
		padding-top: 4rem !important;
	}
}
.hero-blog__header-breadcrumb {
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.hero-blog__header-breadcrumb {
		padding-bottom: 3rem;
	}
}
.hero-blog__header-breadcrumb a {
	font-weight: 300;
}
.hero-blog__header-breadcrumb span {
	font-weight: 500;
}
.hero-blog__header-date {
	padding-bottom: 1.92rem;
}
.hero-blog__header h1,
.hero-blog__header .h1 {
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.hero-blog__header h1,
	.hero-blog__header .h1 {
		padding-bottom: 3rem;
	}
}
.hero-blog__thumbnail {
	margin-bottom: 0;
}
.hero-blog__thumbnail img {
	border-radius: 0.3125rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-blog__navigation {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 80px;
}
.hero-blog__navigation-description {
	margin-top: 10px;
	color: #f3f3f3;
}
.hero-blog__navigation div {
	display: flex;
	flex-direction: column;
}
.hero-blog__navigation div a {
	color: #000;
}
.hero-blog__navigation div div {
	color: #f3f3f3;
}
.hero-blog__navigation div img {
	height: 125px;
	width: 125px;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-blog__navigation div i {
	margin-top: 1rem;
	text-align: end;
	font-size: 26px;
}
.hero-blog__navigation--left .hero-blog__navigation-description {
	text-align: end;
}
.hero-blog__navigation--right {
	justify-content: flex-end;
}
.hero-blog__navigation--right div i {
	text-align: start;
}
@media (max-width: 1199.98px) {
	.hero-blog__navigation i {
		text-align: start !important;
	}
	.hero-blog__navigation--right {
		text-align: end;
	}
	.hero-blog__navigation {
		margin-top: 30px;
	}
}
@media (max-width: 991.98px) {
	.hero-blog {
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.hero-blog__header {
		margin-top: 30px;
	}
	.hero-blog__navigation {
		margin-top: 0px;
	}
}
.hero-campus {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-top: 15rem !important;
	padding-bottom: 4.5rem !important;
}
@media (max-width: 767.98px) {
	.hero-campus {
		padding-bottom: 3rem !important;
	}
}
@media (max-width: 1199.98px) {
	.hero-campus {
		padding-top: 12rem !important;
	}
}
@media (max-width: 991.98px) {
	.hero-campus {
		padding-top: 10rem !important;
	}
}
@media (max-width: 767.98px) {
	.hero-campus {
		padding-top: 4rem !important;
	}
}
.hero-campus__header-breadcrumb {
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.hero-campus__header-breadcrumb {
		padding-bottom: 3rem;
	}
}
.hero-campus__header-breadcrumb a {
	font-weight: 300;
}
.hero-campus__header-breadcrumb span {
	font-weight: 500;
}
.hero-campus__header-date {
	padding-bottom: 1.92rem;
}
.hero-campus__header-date span {
	padding-left: 12px;
	font-weight: 500;
}
.hero-campus__header h1,
.hero-campus__header .h1 {
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.hero-campus__header h1,
	.hero-campus__header .h1 {
		padding-bottom: 3rem;
	}
}
.hero-campus__thumbnail {
	margin-bottom: 0;
}
.hero-campus__thumbnail img {
	border-radius: 0.3125rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-campus__navigation {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 80px;
}
.hero-campus__navigation-description {
	margin-top: 10px;
	color: #f3f3f3;
}
.hero-campus__navigation div {
	display: flex;
	flex-direction: column;
}
.hero-campus__navigation div a {
	color: #000;
}
.hero-campus__navigation div div {
	color: #f3f3f3;
}
.hero-campus__navigation div img {
	height: 125px;
	width: 125px;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-campus__navigation div i {
	margin-top: 1rem;
	text-align: end;
	font-size: 26px;
}
.hero-campus__navigation--left .hero-campus__navigation-description {
	text-align: end;
}
.hero-campus__navigation--right {
	justify-content: flex-end;
}
.hero-campus__navigation--right div i {
	text-align: start;
}
@media (max-width: 1199.98px) {
	.hero-campus__navigation i {
		text-align: start !important;
	}
	.hero-campus__navigation--right {
		text-align: end;
	}
	.hero-campus__navigation {
		margin-top: 30px;
	}
}
@media (max-width: 991.98px) {
	.hero-campus {
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.hero-campus__header {
		margin-top: 30px;
	}
	.hero-campus__navigation {
		margin-top: 0px;
	}
}
.hero-events {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-bottom: 4.5rem !important;
}
@media (max-width: 767.98px) {
	.hero-events {
		padding-bottom: 3rem !important;
	}
}
@media (max-width: 1199.98px) {
	.hero-events {
		padding-top: 12rem !important;
	}
}
@media (max-width: 991.98px) {
	.hero-events {
		padding-top: 10rem !important;
	}
}
@media (max-width: 767.98px) {
	.hero-events {
		padding-top: 4rem !important;
	}
}
.hero-events__header-breadcrumb {
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.hero-events__header-breadcrumb {
		padding-bottom: 3rem;
	}
}
.hero-events__header-breadcrumb a {
	font-weight: 300;
}
.hero-events__header-breadcrumb span {
	font-weight: 500;
}
.hero-events__header-date {
	padding-bottom: 1.92rem;
}
.hero-events__header-date span {
	padding-left: 12px;
	font-weight: 500;
}
.hero-events__header h1,
.hero-events__header .h1 {
	font-weight: normal;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
	padding-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.hero-events__header h1,
	.hero-events__header .h1 {
		padding-bottom: 3rem;
	}
}
.hero-events__thumbnail {
	margin-bottom: 0;
}
.hero-events__thumbnail img {
	border-radius: 0.3125rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-events__navigation {
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 80px;
}
.hero-events__navigation-description {
	margin-top: 10px;
	color: #f3f3f3;
}
.hero-events__navigation div {
	display: flex;
	flex-direction: column;
}
.hero-events__navigation div a {
	color: #000;
}
.hero-events__navigation div div {
	color: #f3f3f3;
}
.hero-events__navigation div img {
	height: 125px;
	width: 125px;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero-events__navigation div i {
	margin-top: 1rem;
	text-align: end;
	font-size: 26px;
}
.hero-events__navigation--left .hero-events__navigation-description {
	text-align: end;
}
.hero-events__navigation--right {
	justify-content: flex-end;
}
.hero-events__navigation--right div i {
	text-align: start;
}
@media (max-width: 1199.98px) {
	.hero-events__navigation i {
		text-align: start !important;
	}
	.hero-events__navigation--right {
		text-align: end;
	}
	.hero-events__navigation {
		margin-top: 30px;
	}
}
@media (max-width: 991.98px) {
	.hero-events {
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.hero-events__header {
		margin-top: 30px;
	}
	.hero-events__navigation {
		margin-top: 0px;
	}
}
.hero-media {
	padding-top: calc(var(--padding-top) / 2);
	padding-bottom: var(--padding-bottom);
	background-color: var(--background);
	min-height: 100svh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
}
.hero-media__image {
	border-radius: 24px 0 0 24px;
	z-index: 2;
	overflow: hidden;
}
@media (max-width: 1199.98px) {
	.hero-media__image {
		border-radius: 24px 24px 0 0;
	}
}
.hero-media__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.hero-media__image img.cover-img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}
.hero-media__content {
	border-radius: 0 24px 24px 0;
	background-color: #eff1f2;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-block: 48px;
	color: var(--color);
}
@media (max-width: 1199.98px) {
	.hero-media__content {
		border-radius: 0 0 24px 24px;
	}
}
.hero-media__content-title {
	color: #292b4b;
}
.hero-media__content p {
	color: #292b4b;
}
.hero-media__content ul li {
	padding-bottom: 8px;
}
.hero-media__content .data {
	padding-top: 20px;
	padding-left: 0;
	margin-bottom: 60px;
	list-style: none;
}
.hero-media__content .data li {
	color: #292b4b;
	padding-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.hero-media__content .data li:last-of-type {
	padding-bottom: 0;
}
.hero-media__content .data li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	border-bottom: 3px solid #292b4b;
	height: 11px;
	border-right: 3px solid #292b4b;
	transform: scaleX(-1) rotate(45deg);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.hero-media__content {
		padding: 48px calc(var(--container-padding) / 2);
	}
}
@media (max-width: 575.98px) {
	.hero-media__buttons .button {
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 1199.98px) {
	.hero-media {
		display: flex;
		flex-direction: column;
	}
	.hero-media__image img,
	.hero-media__image video {
		aspect-ratio: 16/9;
		height: auto;
	}
	.hero-media__content {
		padding-top: calc(2rem + 1.5vw);
		padding-bottom: calc(2rem + 1.5vw);
	}
}
.hero-media-text {
	overflow: hidden;
	background: var(--background);
	height: 100vh;
	min-height: 850px;
	padding: 96px 0;
}
@media (max-width: 1399.98px) {
	.hero-media-text {
		height: auto;
		min-height: 0;
	}
}
@media (max-width: 991.98px) {
	.hero-media-text {
		padding: 80px 0;
	}
}
@media (max-width: 767.98px) {
	.hero-media-text {
		padding: 64px 0;
	}
}
.hero-media-text .row {
	background: #f8f9fa;
	border-radius: 12px;
}
.hero-media-text__media {
	width: 100%;
	height: 100%;
}
.hero-media-text__media img,
.hero-media-text__media video {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1399.98px) {
	.hero-media-text__media img,
	.hero-media-text__media video {
		padding-left: 60px;
	}
}
@media (max-width: 991.98px) {
	.hero-media-text__media img,
	.hero-media-text__media video {
		padding-left: 0;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 0;
	}
}
.hero-media-text__text {
	overflow: hidden;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 100%;
	height: 100%;
	padding: 80px;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}
@media (max-width: 1199.98px) {
	.hero-media-text__text {
		padding: 60px;
	}
}
@media (max-width: 991.98px) {
	.hero-media-text__text {
		border-top-right-radius: 0;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}
}
@media (max-width: 767.98px) {
	.hero-media-text__text {
		padding: 40px;
	}
}
.hero-media-text__text .topline {
	width: 100%;
}
.hero-media-text__text .headline {
	margin-bottom: 40px;
	-webkit-hyphens: auto;
	hyphens: auto;
}
@media (max-width: 767.98px) {
	.hero-media-text__text .headline {
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) {
	.hero-media-text__text .headline h1,
	.hero-media-text__text .headline .h1 {
		font-size: 20px;
	}
}
.hero-media-text__text .content {
	font-weight: 300;
}
.hero-media-text__text .properties,
.hero-media-text__text .data {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 48px;
	display: flex;
	flex-flow: row wrap;
}
@media (max-width: 1199.98px) {
	.hero-media-text__text .properties,
	.hero-media-text__text .data {
		display: block;
	}
}
.hero-media-text__text .properties li,
.hero-media-text__text .data li {
	flex: 1;
	display: inline-block;
	margin-right: 32px;
}
@media (max-width: 1199.98px) {
	.hero-media-text__text .properties li,
	.hero-media-text__text .data li {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
	}
}
.hero-media-text__text .properties li i,
.hero-media-text__text .data li i {
	display: block;
	font-size: 26px;
	margin-bottom: 8px;
}
.hero-media-text__text .properties li span,
.hero-media-text__text .data li span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}
.hero-media-text__text .properties li p,
.hero-media-text__text .data li p {
	margin-bottom: 0;
	color: #0a0080;
}
.hero-media-text__text .properties li p a,
.hero-media-text__text .data li p a {
	color: inherit;
}
.hero-media-text__text .properties li:last-child,
.hero-media-text__text .data li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.hero-media-text__text .job-meta {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
@media (max-width: 1199.98px) {
	.hero-media-text__text .job-meta {
		display: block;
	}
}
.hero-media-text__text .job-meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	margin-right: 40px;
}
@media (max-width: 1199.98px) {
	.hero-media-text__text .job-meta ul {
		margin-right: 0;
		margin-bottom: 24px;
	}
}
.hero-media-text__text .job-meta ul li {
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	font-size: 1.125rem;
	line-height: 1.1;
}
@media (max-width: 767.98px) {
	.hero-media-text__text .job-meta ul li {
		display: block;
		margin-bottom: 8px;
	}
}
.hero-media-text__text .job-meta ul li:after {
	content: "";
	display: block;
	width: 16px;
	height: 1px;
	background: #292b4b;
	margin: 0 16px;
}
@media (max-width: 767.98px) {
	.hero-media-text__text .job-meta ul li:after {
		content: none;
	}
}
.hero-media-text__text .job-meta ul li:last-child {
	margin-bottom: 0;
}
.hero-media-text__text .job-meta ul li:last-child:after {
	content: none;
}
.hero-media-text__text .job-meta span {
	background: var(--contrast);
	line-height: 1;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	color: #0a0080;
}
.hero-media-text__text .desc {
	width: 100%;
	border-top: solid 1px rgb(218.25, 223.5, 228.75);
	padding-top: 24px;
}
.hero-media-text__text .desc p:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.hero-media-text .button {
		width: 100%;
		justify-content: center;
	}
}
.hero-text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.hero-text .topline {
	font-size: 1.6875rem;
}
.hero-text .postcategory:before {
	content: "";
	display: inline-block;
	width: 50px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
	border-bottom: 2px solid;
}
.hero-text .button {
	margin-top: 80px;
}
@media (max-width: 1399.98px) {
	.hero-text .button {
		margin-top: 40px;
	}
}
.hero-text p {
	color: #292b4b;
	font-size: 20px;
}
.hero-text__scroll {
	cursor: pointer;
	z-index: 10;
	bottom: 100px;
	left: 0;
	width: 100%;
	color: var(--dark);
	background: rgba(0, 0, 0, 0);
	border: 0;
	margin: 0 auto;
}
.hero-text__scroll:hover .hero-text__scroll--border {
	border-left: 2px solid rgba(0, 0, 0, 0);
}
.hero-text__scroll:hover .hero-text__scroll--border:before {
	opacity: 1;
}
.hero-text__scroll--border {
	content: "";
	display: block;
	height: 64px;
	width: 2px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 40px;
	border-left: 2px solid #d7dce0;
}
@media (max-width: 575.98px) {
	.hero-text__scroll--border {
		text-align: center;
	}
}
.hero-text__scroll--border:before {
	opacity: 0;
	background: linear-gradient(180deg, #d7dce0, #d7dce0 30px, #f4f4f4 0);
	position: absolute;
	content: "";
	height: 80px;
	width: 2px;
	margin: auto;
	display: block;
	margin-left: -2px;
}
.hero {
	position: relative;
	color: var(--color);
	background: var(--background);
	height: 100vh;
	min-height: 800px;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.hero {
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.hero {
		justify-content: center;
		padding-bottom: 0;
		height: 100vh;
		display: flex;
		align-items: center;
	}
}
.hero.small {
	height: 50rem;
	min-height: unset;
}
.hero.small .hero__content {
	height: 50rem;
}
.hero .height-100 {
	height: 100%;
}
.hero__media {
	height: 100vh;
	min-height: 850px;
	position: relative;
}
.hero__media img,
.hero__media video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767.98px) {
	.hero__media img,
	.hero__media video {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 767.98px) {
	.hero__media {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}
.hero.black {
	color: #000;
}
.hero.black .button--filled.button--light {
	color: #000;
	border: 1px solid #000;
}
.hero.black .button--filled.button--light svg {
	stroke: #000;
	fill: #000;
}
.hero.black .button--filled.button--light:hover {
	border: 1px solid #fff;
}
.hero.black .arrow-container svg path {
	stroke: #000;
}
.hero__content {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 96px 0;
}
@media (max-width: 991.98px) {
	.hero__content {
		padding: 80px 0;
	}
}
@media (max-width: 767.98px) {
	.hero__content {
		position: relative;
		padding: 64px 0;
	}
}
.hero__content h1,
.hero__content .h1 {
	-webkit-hyphens: auto;
	hyphens: auto;
	font-weight: bold;
	max-width: 800px;
}
.hero__content .button {
	margin-top: 64px;
}
@media (max-width: 575.98px) {
	.hero__content .button {
		width: 100%;
		justify-content: center;
	}
}
.hero__content .button:first-of-type {
	margin-right: 32px;
}
@media (max-width: 575.98px) {
	.hero__content .button:first-of-type {
		margin-right: 16px;
	}
}
.hero .swiper {
	min-height: 850px;
	opacity: 1;
	visibility: visible;
}
.hero .arrow-container {
	display: flex;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 100%;
	justify-content: space-between;
}
@media (max-width: 991.98px) {
	.hero .arrow-container {
		display: none !important;
	}
}
.hero .arrow-container .arrow-left {
	left: 0;
	position: relative;
	margin-left: 1.06rem;
	background: rgba(0, 0, 0, 0);
	border: 0;
	box-shadow: none;
}
.hero .arrow-container .arrow-right {
	right: 0;
	position: relative;
	margin-right: 1.06rem;
	background: rgba(0, 0, 0, 0);
	border: 0;
	box-shadow: none;
}
.hero .arrow-container .swiper-button-disabled {
	opacity: 0.4;
}
.hero .swiper-pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 4rem;
	z-index: 2;
	width: 100%;
}
.hero .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 0.5rem;
	width: 0.875rem;
	height: 0.875rem;
	display: inline-block;
	border-radius: 100%;
	background: #d9d9d9;
	opacity: 0.5;
}
.hero .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.hero__label {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -6rem;
	z-index: 10;
}
@media (max-width: 767.98px) {
	.hero__label {
		bottom: -4rem;
	}
}
.hero__label img {
	margin-right: 1.5rem;
	width: 100%;
	max-width: 12rem;
	height: auto;
}
@media (max-width: 767.98px) {
	.hero__label img {
		max-width: 8rem;
	}
}
.history {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.history {
		margin: 0 1rem;
	}
}
.history__slider .swiper {
	overflow: visible;
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}
.history__slider .swiper .arrows {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #292b4b;
	color: #292b4b;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.history__slider .swiper .arrows i {
	font-size: 16px;
}
.history__slider .swiper .arrows:hover {
	background-color: #292b4b !important;
	color: var(--light);
}
@media (max-width: 767.98px) {
	.history__slider .swiper .arrows {
		width: 48px;
		height: 48px;
	}
}
.history__slider .swiper .arrow-container {
	top: 50%;
	z-index: 2;
	position: absolute;
	width: 100%;
}
@media (max-width: 767.98px) {
	.history__slider .swiper .arrow-container {
		top: 100%;
	}
}
.history__slider .swiper .arrow-container .prev {
	display: none;
	position: absolute;
	left: -10%;
}
@media (max-width: 991.98px) {
	.history__slider .swiper .arrow-container .prev {
		left: 0;
	}
}
.history__slider .swiper .arrow-container .prev.swiper-button-disabled {
	visibility: hidden;
}
.history__slider .swiper .arrow-container .prev:hover {
	color: #fff;
}
.history__slider .swiper .arrow-container .next {
	position: absolute;
	right: -10%;
}
@media (max-width: 991.98px) {
	.history__slider .swiper .arrow-container .next {
		right: 0;
	}
}
.history__slider .swiper .arrow-container .next:hover {
	color: #fff;
}
.history__slider .swiper.changed {
	-webkit-clip-path: unset;
	clip-path: unset;
}
.history__slider .swiper.changed .arrow-container .prev {
	display: inherit;
}
.history__slider .swiper .swiper-wrapper {
	width: 100%;
}
.history__slider .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date {
	padding-top: 32px;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-year {
	padding-top: 32px;
	font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
	.history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-year {
		font-size: 3.125rem;
	}
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-year {
	line-height: 1;
	margin-bottom: 8px;
	color: #292b4b;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__info .date-text p {
	font-weight: 300;
	padding-top: 16px;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__image {
	margin-top: 40px;
	height: 280px;
}
@media (max-width: 767.98px) {
	.history__slider .swiper .swiper-wrapper .swiper-slide .date__image {
		margin-top: 32px;
	}
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date--filled {
	background: rgba(0, 0, 0, 0);
	border-top: none;
	padding-top: 0;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date--filled .date__info {
	padding-top: 12px;
}
.history__slider .swiper .swiper-wrapper .swiper-slide .date--filled .date__info .date-year {
	color: #292b4b;
}
.history__slider .swiper-progress {
	width: 300px;
	height: 3px;
	background: var(--contrast);
	position: relative;
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.history__slider .swiper-progress {
		width: 200px;
	}
}
.history__slider .swiper-progress span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #292b4b;
	transform-origin: center left;
}
.icon-blocks {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.icon-blocks .hidden {
	display: none;
}
.icon-blocks.background--gray {
	background: #fff;
}
.icon-blocks .text-container {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.icon-blocks .text-container {
		margin-bottom: 3rem;
	}
}
.icon-blocks.linkcolor--peach .icon-blocks__box-link span {
	color: #ffa184;
}
.icon-blocks.linkcolor--peach .icon-blocks__box-link span svg {
	stroke: #ffa184;
	fill: #ffa184;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.icon-blocks.linkcolor--green .icon-blocks__box-link span {
	color: #0a3;
}
.icon-blocks.linkcolor--green .icon-blocks__box-link span svg {
	stroke: #0a3;
	fill: #0a3;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.icon-blocks.linkcolor--blue .icon-blocks__box-link span {
	color: #0a0080;
}
.icon-blocks.linkcolor--blue .icon-blocks__box-link span svg {
	stroke: #0a0080;
	fill: #0a0080;
	transition: all ease 0.5s;
	margin-left: 16px;
}
.icon-blocks__block {
	border-radius: 0.3125rem;
	width: 100%;
	background: #f3f3f3;
}
.icon-blocks__block.frame {
	cursor: pointer;
	transition: all 0.3s ease;
}
.icon-blocks__block.frame:hover {
	transform: scale(1.05);
}
.icon-blocks__block.frame:hover span {
	color: #292b4b;
}
.icon-blocks__block.frame:hover span svg {
	stroke: #292b4b;
	fill: #292b4b;
	transform: translateX(30%);
}
@media (max-width: 1199.98px) {
	.icon-blocks__block {
		margin-bottom: 1.5rem;
		height: auto;
	}
}
.icon-blocks__box {
	border-radius: 0.3125rem;
	padding: 2.5rem;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}
@media (max-width: 1599.98px) {
	.icon-blocks__box {
		padding: 1.5rem;
	}
}
.icon-blocks__box-icon img {
	width: 100%;
	height: 5.46731rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 2rem;
}
.icon-blocks__box-title {
	font-size: clamp(1.125rem, -0.975rem + 2.8vw, 2rem);
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
	.icon-blocks__box-title {
		font-size: 1.5rem;
		line-height: 32px;
	}
}
.icon-blocks__box-text {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.icon-blocks .button-container {
	justify-content: center;
}
@media (max-width: 575.98px) {
	.icon-blocks .button-container .button {
		width: 100%;
		justify-content: center;
	}
}
.image-marker .green .title {
	color: #0a3;
}
.image-marker .green .item-point {
	background: #7ad580;
	border: 2px solid #0a3 !important;
}
.image-marker .peach .title {
	color: #ffa184;
}
.image-marker .peach .item-point {
	background: #ffa184;
	border: 2px solid #fc6f43 !important;
}
.image-marker .blue .title {
	color: #292b4b;
}
.image-marker .blue .item-point {
	background: #292b4b;
	border: 2px solid #69d1f0 !important;
}
.image-marker .lgblue .title {
	color: #668aff;
}
.image-marker .lgblue .item-point {
	background: #668aff;
	border: 2px solid #01053f !important;
}
.image-marker {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	padding-bottom: 0;
	margin-bottom: var(--padding-bottom);
	background: var(--background);
	height: 100vh;
	min-height: 890px;
}
@media (max-width: 1199.98px) {
	.image-marker {
		height: 100%;
		min-height: unset;
	}
}
@media (max-width: 991.98px) {
	.image-marker {
		height: 100%;
		min-height: unset;
	}
}
.image-marker__text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.image-marker__text {
		margin-bottom: 3rem;
	}
}
.image-marker__wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 767.98px) {
	.image-marker__wrapper {
		gap: 64px;
	}
}
.image-marker__wrapper .marker {
	display: flex;
	position: relative;
	width: 200px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker {
		justify-content: center;
	}
}
.image-marker__wrapper .marker .item-point {
	position: absolute;
	z-index: 3000;
	transform: scale(1);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	cursor: pointer;
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker .item-point {
		position: static;
	}
}
.image-marker__wrapper .marker-block1 .item-point {
	top: 100px;
	right: -60px;
}
@media (max-width: 1599.98px) {
	.image-marker__wrapper .marker-block1 .item-point {
		right: -20px;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block1 .item-point {
		right: 110px;
		top: 50px;
	}
}
.image-marker__wrapper .marker-block1:after {
	content: url(../assets/img/line4.png);
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
	top: 180px;
	left: -90px;
	rotate: 36deg;
}
@media (max-width: 1599.98px) {
	.image-marker__wrapper .marker-block1:after {
		top: 150px;
		left: -100px;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block1:after {
		top: 60px;
		left: -10px;
		rotate: 0deg;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker-block1:after {
		display: none;
	}
}
.image-marker__wrapper .marker-block2 .item-point {
	top: 300px;
	left: -20px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block2 .item-point {
		right: 110px;
		top: 50px;
	}
}
.image-marker__wrapper .marker-block2 img {
	margin-bottom: -400px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block2 img {
		margin-bottom: 0;
	}
}
.image-marker__wrapper .marker-block2:after {
	content: url(../assets/img/line4.png);
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
	top: 400px;
	left: -90px;
	rotate: 34deg;
}
@media (max-width: 1599.98px) {
	.image-marker__wrapper .marker-block2:after {
		top: 400px;
		left: -100px;
		rotate: 40deg;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block2:after {
		top: 60px;
		left: -10px;
		rotate: 0deg;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker-block2:after {
		display: none;
	}
}
.image-marker__wrapper .marker-block3 .item-point {
	top: 540px;
	left: -30px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block3 .item-point {
		left: -20px;
		top: 50px;
	}
}
.image-marker__wrapper .marker-block3 img {
	margin-bottom: -800px;
	padding-bottom: 6px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block3 img {
		margin-bottom: 0;
	}
}
.image-marker__wrapper .marker-block3:after {
	content: url(../assets/img/line4.png);
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
	top: 400px;
	left: 20px;
	rotate: -30deg;
}
@media (max-width: 1599.98px) {
	.image-marker__wrapper .marker-block3:after {
		top: 380px;
		left: -20px;
		rotate: -30deg;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block3:after {
		top: 60px;
		left: -10px;
		rotate: 0deg;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker-block3:after {
		display: none;
	}
}
.image-marker__wrapper .marker-block4 .item-point {
	top: 300px;
	left: -17px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block4 .item-point {
		top: 50px;
		left: unset;
		right: 110px;
	}
}
.image-marker__wrapper .marker-block4:before {
	content: url(../assets/img/line4.png);
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1000;
	top: 90px;
	left: -140px;
	rotate: 0deg;
}
@media (min-width: 1200px) {
	.image-marker__wrapper .marker-block4:before {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block4:before {
		top: 60px;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker-block4:before {
		display: none;
	}
}
.image-marker__wrapper .marker-block4:after {
	content: url(../assets/img/line4.png);
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
	top: 224px;
	left: 24px;
	rotate: -30deg;
}
@media (max-width: 1599.98px) {
	.image-marker__wrapper .marker-block4:after {
		top: 200px;
		left: 0px;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block4:after {
		top: 60px;
		left: -10px;
		rotate: 0deg;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker-block4:after {
		display: none;
	}
}
.image-marker__wrapper .marker-block4 img {
	margin-bottom: -400px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block4 img {
		margin-bottom: 0;
	}
}
.image-marker__wrapper .marker-block5 .item-point {
	top: 100px;
	left: -20px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker-block5 .item-point {
		top: 50px;
		left: unset;
		right: 110px;
	}
}
.image-marker__wrapper .marker img {
	cursor: pointer;
	width: 200px;
	max-width: 12rem;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 2000;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker img {
		margin-bottom: 0;
		width: 100px;
	}
}
.image-marker__wrapper .marker #content1 {
	margin-top: 140px;
	right: -108px;
}
@media (max-width: 1599.98px) {
	.image-marker__wrapper .marker #content1 {
		right: -199px;
	}
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker #content1 {
		top: -50px;
		right: -68px;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker #content1 {
		top: unset;
		right: unset;
		margin-top: 55px;
	}
}
@media (max-width: 767.98px) {
	.image-marker__wrapper .marker #content1 {
		width: 100%;
	}
}
.image-marker__wrapper .marker #content2 {
	margin-top: 340px;
	left: -202px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker #content2 {
		margin-top: 90px;
		right: -68px;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker #content2 {
		top: unset;
		right: unset;
		left: unset;
		margin-top: 55px;
	}
}
@media (max-width: 767.98px) {
	.image-marker__wrapper .marker #content2 {
		width: 100%;
	}
}
.image-marker__wrapper .marker #content3 {
	margin-top: 580px;
	left: -212px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker #content3 {
		margin-top: 90px;
		right: -68px;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker #content3 {
		top: unset;
		right: unset;
		left: unset;
		margin-top: 55px;
	}
}
@media (max-width: 767.98px) {
	.image-marker__wrapper .marker #content3 {
		width: 100%;
	}
}
.image-marker__wrapper .marker #content4 {
	margin-top: 340px;
	left: -200px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker #content4 {
		margin-top: 90px;
		left: 18px;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker #content4 {
		top: unset;
		right: unset;
		left: unset;
		margin-top: 55px;
	}
}
@media (max-width: 767.98px) {
	.image-marker__wrapper .marker #content4 {
		width: 100%;
	}
}
.image-marker__wrapper .marker #content5 {
	margin-top: 140px;
	left: -202px;
}
@media (max-width: 1199.98px) {
	.image-marker__wrapper .marker #content5 {
		margin-top: 90px;
		left: 18px;
	}
}
@media (max-width: 991.98px) {
	.image-marker__wrapper .marker #content5 {
		top: unset;
		left: unset;
		margin-top: 55px;
	}
}
@media (max-width: 767.98px) {
	.image-marker__wrapper .marker #content5 {
		width: 100%;
	}
}
.image-marker__wrapper .marker .content {
	z-index: 5000;
	box-shadow: 0.4375rem 0.375rem 0.5625rem #e9e9e9;
	cursor: pointer;
	border-radius: 0.3125rem;
	position: absolute;
	background: #f3f3f3;
	width: 23.375rem;
	padding: 2.5rem;
	display: none;
	height: auto;
}
.image-marker__wrapper .marker .content:after {
	content: "";
	position: absolute;
	top: 0;
	margin-left: -18px;
	margin-top: -18px;
	width: 0;
	z-index: 1;
	height: 0;
	border-bottom: solid 20px #f3f3f3;
	border-left: solid 20px rgba(0, 0, 0, 0);
	border-right: solid 20px rgba(0, 0, 0, 0);
}
.image-marker__wrapper .marker .content .head .title {
	text-align: center;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 2.625rem;
	letter-spacing: -0.075rem;
	margin-bottom: 20px;
}
.image-marker__wrapper .marker .content .text {
	padding: 0;
	text-align: center;
}
.image-marker__wrapper .marker .item-point {
	display: block;
	width: 0.8125rem;
	height: 0.8125rem;
	border: 0px;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}
.image-marker__wrapper .marker .item-point.circle {
	border-radius: 50%;
}
.image-marker__wrapper .marker .item-point div {
	position: relative;
	z-index: 9;
}
.image-marker__wrapper .marker .item-point div .toggle {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}
.image-marker__wrapper .marker .item-point span {
	width: 30px;
	height: 30px;
}
.image-marker__image {
	position: relative;
	height: auto !important;
}
.image-marker__image img {
	width: 100%;
	height: auto;
	z-index: 1;
}
.image-marker__image-overlay {
	position: absolute;
	z-index: 2000;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.image-marker__image .content {
	z-index: 5000;
	cursor: pointer;
	border-radius: 0.3125rem;
	position: absolute;
	background: #f3f3f3;
	width: 100%;
	max-width: 23.375rem;
	padding: 2.5rem;
	display: none;
	height: auto;
	margin-top: 40px;
	margin-left: -183px;
}
.image-marker__image .content:after {
	content: "";
	position: absolute;
	top: 0;
	margin-left: -18px;
	margin-top: -18px;
	width: 0;
	z-index: 1;
	height: 0;
	border-bottom: solid 20px #f3f3f3;
	border-left: solid 20px rgba(0, 0, 0, 0);
	border-right: solid 20px rgba(0, 0, 0, 0);
}
.image-marker__image .content .head .title {
	text-align: center;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 4.5rem;
	letter-spacing: -0.075rem;
	margin-bottom: 0;
}
.image-marker__image .content .text {
	padding: 0;
	text-align: center;
}
@-webkit-keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.image-grid {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.image-grid__text {
	padding-bottom: 48px;
}
.image-grid__text h2,
.image-grid__text .posttype-slider .posttype-counter,
.posttype-slider .image-grid__text .posttype-counter,
.image-grid__text .h2,
.image-grid__text .facts .fact__value,
.facts .image-grid__text .fact__value {
	margin-bottom: 16px;
}
.image-grid__grid {
	display: grid;
	margin-bottom: 40px;
	gap: 56px;
}
@media (max-width: 991.98px) {
	.image-grid__grid {
		gap: 16px;
		margin-bottom: 16px;
	}
}
.image-grid__grid .grid-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.image-grid__grid--1_2 {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: "image_left image_left image_right_top" "image_left image_left image_right_bottom";
}
.image-grid__grid--1_2 .grid-item--left {
	grid-area: image_left;
}
.image-grid__grid--1_2 .grid-item--right-top {
	grid-area: image_right_top;
}
.image-grid__grid--1_2 .grid-item--left-bottom {
	grid-area: image_right_bottom;
}
.image-grid__grid--1_1 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: "image_left image_right";
}
.image-grid__grid--1_1 .grid-item--left {
	grid-area: image_left;
}
.image-grid__grid--1_1 .grid-item--right {
	grid-area: image_right;
}
.image-grid__grid--1_1_1 {
	grid-template-columns: 45fr 35fr 20fr;
	grid-template-rows: 1fr;
	grid-template-areas: "image_left image_center image_right";
}
.image-grid__grid--1_1_1 .grid-item--left {
	grid-area: image_left;
}
.image-grid__grid--1_1_1 .grid-item--center {
	grid-area: image_center;
}
.image-grid__grid--1_1_1 .grid-item--right {
	grid-area: image_right;
}
.image-grid__grid:last-of-type {
	margin-bottom: 0;
}
.infos {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #f3f3f3;
}
.infos.background--gray .info.icon-block {
	background: #fff;
}
.infos.green .button--text {
	color: #7ad580;
}
.infos.green .button--text:hover {
	color: #0a0080;
}
.infos.peach .button--text {
	color: #ffa184;
}
.infos.peach .button--text:hover {
	color: #0a0080;
}
.infos.blue .button--text {
	color: #69d1f0;
}
.infos.blue .button--text:hover {
	color: #0a0080;
}
.infos .text-container {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.infos .text-container {
		margin-bottom: 3rem;
	}
}
.infos .icon-block {
	border-radius: 0.3125rem;
	width: 100%;
}
@media (max-width: 1199.98px) {
	.infos .icon-block {
		margin-bottom: 1.5rem;
		height: auto;
	}
}
.infos__box {
	border-radius: 0.3125rem;
	padding: 3.6rem 3.25rem;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	font-size: 1rem;
	background: #fff;
}
@media (max-width: 1599.98px) {
	.infos__box {
		padding: 3.6rem 2.5rem;
	}
}
.infos__box-icon img {
	width: auto;
	height: 6.125rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 2rem;
}
@media (max-width: 1599.98px) {
	.infos__box-icon img {
		height: 5rem;
	}
}
.infos__box-title {
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: clamp(1.125rem, -1.2rem + 2.8vw, 2rem);
	font-weight: bold;
	line-height: 2.5625rem;
}
@media (max-width: 1599.98px) {
	.infos__box-title {
		line-height: 32px !important;
	}
}
@media (max-width: 1199.98px) {
	.infos__box-title {
		font-size: 1.5rem;
		line-height: 32px;
	}
}
.infos__box-text {
	margin-top: 0.5rem;
}
@media (min-width: 1400px) {
	.infos__box-text {
		max-width: 240px;
	}
}
.infos__box-content a {
	font-size: 20px;
}
.infos__box-content p {
	font-size: 20px;
}
.jobs {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	color: #292b4b;
	overflow: hidden;
}
.jobs__text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.jobs__text {
		margin-bottom: 3rem;
	}
}
.jobs__search {
	position: relative;
	max-width: 46.875rem;
	margin-bottom: 2rem;
}
.jobs__search input[type="search"] {
	padding: 0.5rem 1rem;
	background: #fff;
	border: 2px solid #292b4b;
	border-radius: 50px;
	width: 100%;
}
.jobs__search input[type="search"]::-moz-placeholder {
	color: #292b4b;
}
.jobs__search input[type="search"]::placeholder {
	color: #292b4b;
}
.jobs__search input[type="search"]:focus {
	opacity: 1;
	outline: 0;
	transform: scaleX(1);
	transition-delay: 300ms, 300ms;
}
.jobs__search-action {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 6px;
	right: 16px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #292b4b;
	z-index: 4;
}
.jobs__search-action svg {
	fill: #292b4b;
	stroke: #292b4b;
}
.jobs__search-action:hover svg {
	fill: #0a0080;
	stroke: #0a0080;
}
.jobs__filter {
	margin-bottom: 3.5rem;
}
@media (max-width: 767.98px) {
	.jobs__filter {
		margin-bottom: 2rem;
	}
}
.jobs__filter--box {
	display: flex;
	gap: 16px;
	flex-flow: wrap;
}
.jobs__filter--select select {
	border: 1px solid #292b4b;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 250px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 16px;
	background-origin: content-box;
	padding: 10px 20px;
	color: #292b4b;
	border-radius: 24px;
	outline: 0;
}
@media (max-width: 575.98px) {
	.jobs__filter--select select {
		width: 100%;
		min-width: unset;
	}
}
.jobs__filter .button.active {
	background: #292b4b;
	color: #fff;
}
@media (max-width: 767.98px) {
	.jobs__filter .button {
		display: none;
	}
}
.jobs__listing {
	padding-bottom: 3.25rem;
	border-top: 1px solid rgba(41, 43, 75, 0.2);
	border-bottom: 1px solid rgba(41, 43, 75, 0.2);
}
.jobs .job {
	padding-top: 3.25rem;
}
.jobs .job.hidden {
	display: none;
}
.jobs .job__content .title {
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.075rem;
	margin-bottom: 0.5rem;
}
@media (max-width: 1199.98px) {
	.jobs .job__content .title {
		font-size: 2rem;
	}
}
@media (max-width: 767.98px) {
	.jobs .job__content .title {
		font-size: 1.8rem;
	}
}
.jobs .job__content .desc {
	max-width: 50rem;
	margin-bottom: 1.5rem;
}
.legal {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
.logos {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	overflow: hidden;
	background: var(--background);
}
.logos__titleblock .topline {
	font-size: 20px;
	font-weight: normal;
}
.logos__content {
	margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.logos__content {
		margin-bottom: 3rem;
	}
}
.logos__icons img {
	width: 13.34788rem;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.logos__icons .swiper {
	overflow: hidden;
}
.logos__icons .swiper-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition-timing-function: linear;
}
.logos__icons-slide {
	flex: 0 0 260px;
	width: 260px;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 1.24525rem 3.66038rem 1.74613rem 1.80425rem;
}
.media-slider {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.media-slider .swiper {
	overflow: visible;
}
.media-slider .swiper .swiper-wrapper .swiper-slide {
	width: auto;
	margin-right: 2rem;
}
.media-slider .swiper .swiper-wrapper .swiper-slide img,
.media-slider .swiper .swiper-wrapper .swiper-slide video {
	display: block;
	width: auto;
	height: 500px;
}
@media (max-width: 991.98px) {
	.media-slider .swiper .swiper-wrapper .swiper-slide img,
	.media-slider .swiper .swiper-wrapper .swiper-slide video {
		height: 400px;
	}
}
@media (max-width: 767.98px) {
	.media-slider .swiper .swiper-wrapper .swiper-slide img,
	.media-slider .swiper .swiper-wrapper .swiper-slide video {
		height: 300px;
	}
}
@media (max-width: 575.98px) {
	.media-slider .swiper .swiper-wrapper .swiper-slide img,
	.media-slider .swiper .swiper-wrapper .swiper-slide video {
		height: 220px;
	}
}
.media-slider .swiper .swiper-wrapper .swiper-slide .play-button {
	border: none;
	background: var(--light);
	color: var(--dark);
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size: 20px;
	z-index: 10;
}
@media (max-width: 991.98px) {
	.media-slider .swiper .swiper-wrapper .swiper-slide .play-button {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 767.98px) {
	.media-slider .swiper .swiper-wrapper .swiper-slide .play-button {
		width: 64px;
		height: 64px;
	}
}
.media-slider .swiper .swiper-wrapper .swiper-slide:last-of-type {
	margin-right: 0;
}
.media-slider .swiper-progress {
	width: 300px;
	height: 3px;
	background: var(--contrast);
	position: relative;
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.media-slider .swiper-progress {
		width: 200px;
	}
}
.media-slider .swiper-progress span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #292b4b;
	transform-origin: center left;
}
.media {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.media img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.media__video {
	position: relative;
}
.media__video video {
	width: 100%;
	height: auto;
}
.media__video-play {
	all: unset;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.media__video-play i {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
}
.media__video-play svg {
	display: flex;
	align-items: center;
	justify-content: center;
}
.media__video-play.bottom-right {
	bottom: 1%;
	right: 1%;
	top: unset;
	left: unset;
	transform: none;
}
.media__video-play.bottom-right svg {
	height: 2rem;
	width: 2rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
}
.media__video-play:focus-visible {
	border: 2px solid #000;
	border-radius: 50%;
}
@media (max-width: 767.98px) {
	.media {
		padding: 80px 0;
	}
	.media__video-play svg {
		width: 2rem;
		height: 2rem;
	}
}
.members {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #0a0080;
	overflow: hidden;
}
.members__text {
	color: #fff;
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.members__text {
		margin-bottom: 3rem;
	}
}
.members__text .topline {
	color: #fff;
}
.members__text .textblock {
	max-width: 640px;
}
.members__text .textblock h2,
.members__text .textblock .posttype-slider .posttype-counter,
.posttype-slider .members__text .textblock .posttype-counter,
.members__text .textblock .h2,
.members__text .textblock .facts .fact__value,
.facts .members__text .textblock .fact__value {
	margin-bottom: 0;
}
.members__filter--box {
	display: flex;
	gap: 16px;
	flex-flow: wrap;
}
.members__filter--select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 250px;
	background: url(../assets/img/arrow_down.svg) no-repeat right #fff;
	background-size: 16px;
	background-origin: content-box;
	padding: 10px 20px;
	color: #292b4b;
	border-radius: 24px;
	border: 0;
	outline: 0;
}
@media (max-width: 575.98px) {
	.members__filter--select select {
		width: 100%;
		min-width: unset;
	}
}
.members__filter .button.active {
	background: #fff;
	color: #292b4b;
}
@media (max-width: 767.98px) {
	.members__filter .button {
		display: none;
	}
}
.members__filter .button.peach.active {
	border-color: #fda386 !important;
	background: #fda386 !important;
	color: #fff !important;
}
.members__filter .button.peach:hover {
	border-color: #fda386 !important;
	background: #fda386 !important;
	color: #fff !important;
}
.members__filter .button.green.active {
	border-color: #7ace80 !important;
	background: #7ace80 !important;
	color: #fff !important;
}
.members__filter .button.green:hover {
	border-color: #7ace80 !important;
	background: #7ace80 !important;
	color: #fff !important;
}
.members__filter .button.blue.active {
	border-color: #69d1f0 !important;
	background: #69d1f0 !important;
	color: #292b4b;
}
.members__filter .button.blue:hover {
	border-color: #69d1f0 !important;
	background: #69d1f0 !important;
}
.members__filter .button.lgblue.active {
	border-color: #668aff !important;
	background: #668aff !important;
	color: #fff !important;
}
.members__filter .button.lgblue:hover {
	border-color: #668aff !important;
	background: #668aff !important;
	color: #fff !important;
}
.members .category-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.5625rem;
	color: #fff;
	margin-top: 6rem;
	-webkit-hyphens: auto;
	hyphens: auto;
}
@media (max-width: 575.98px) {
	.members .category-title {
		margin-top: 3rem;
	}
}
.members .category-title.hidden {
	display: none;
}
.members__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 250px));
	gap: 3rem;
}
@media (max-width: 575.98px) {
	.members__wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.members__wrapper .member {
		flex: 1 1 0;
	}
	.members__wrapper .member__image {
		width: 140px;
		height: auto;
	}
}
.members__wrapper.hidden {
	display: none;
}
.properties {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	color: var(--dark);
	overflow: hidden;
}
.properties__text {
	padding-bottom: 64px;
}
.properties__text h2,
.properties__text .posttype-slider .posttype-counter,
.posttype-slider .properties__text .posttype-counter,
.properties__text .h2,
.properties__text .facts .fact__value,
.facts .properties__text .fact__value,
.properties__text h3,
.properties__text .h3,
.properties__text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .properties__text .title,
.properties__text .hero-media__content-title {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.properties__text {
		padding-bottom: 32px;
	}
}
.properties.background--dark li,
.properties.background--dark .properties__overview--block {
	background: #292b4b;
}
.properties.background--white li,
.properties.background--white .properties__overview--block {
	background: #eff1f2;
}
.properties__overview--tab {
	display: block;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.properties__overview--tab:after {
	content: "";
	display: table;
	clear: both;
}
.properties__overview--tab button {
	border: unset;
	color: #292b4b;
	background: #eff1f2;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 10px 20px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	opacity: 0.5;
}
@media (max-width: 575.98px) {
	.properties__overview--tab button {
		width: 100%;
		border-radius: 0;
	}
	.properties__overview--tab button:first-of-type {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
}
.properties__overview--tab button.active {
	opacity: 1;
}
.properties__overview--block {
	border-radius: 15px;
	background: #eff1f2;
}
.properties__overview--inner {
	display: none;
	margin-top: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.properties__overview--inner {
		margin-top: 3rem;
	}
}
.properties__overview--inner {
	margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.properties__overview--inner {
		margin-bottom: 3rem;
	}
}
.properties__overview--inner {
	font-size: 1rem;
}
.properties__overview--inner .property {
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid #d7dce0;
}
@media (max-width: 1199.98px) {
	.properties__overview--inner .property {
		display: block;
	}
}
.properties__overview--inner .property:last-of-type {
	border-bottom: 0;
}
.properties__overview--inner .property:nth-last-child(-n + 2) {
	border-bottom: 0;
}
.properties__overview--inner .property__title {
	padding-right: 20px;
	max-width: 100px;
}
.properties__overview--inner .property__text {
	text-align: end;
	color: #f4f4f4;
}
@media (max-width: 1199.98px) {
	.properties__overview--inner .property__text {
		text-align: start;
	}
}
.properties__overview--inner .property__download {
	justify-content: space-between;
	display: flex;
	gap: 10px;
}
@media (max-width: 1599.98px) {
	.properties__overview--inner .property__download {
		display: block;
	}
}
@media (max-width: 1199.98px) {
	.properties__overview--inner .property__download {
		margin-bottom: 40px;
	}
}
.properties__overview--inner .property__download-title {
	width: 35%;
}
@media (max-width: 1599.98px) {
	.properties__overview--inner .property__download-title {
		margin-bottom: 16px;
		width: 100%;
	}
}
.properties__overview--inner .property__download-link {
	width: 65%;
}
@media (max-width: 1599.98px) {
	.properties__overview--inner .property__download-link {
		width: 100%;
	}
}
.properties__overview--inner .property__download-link .button--filled {
	padding: 16px;
}
.properties__overview--inner.active {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
@media (max-width: 767.98px) {
	.properties__overview--inner.active {
		grid-template-columns: 1fr;
	}
}
.newsletter {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.newsletter__box--content {
	border-radius: 24px;
	background: #292b4b;
	padding: 48px 120px;
}
.newsletter__box--content .form label {
	color: #fff;
}
.newsletter__box--content .form input[type="email"] {
	padding: 21px !important;
	border-radius: 50px;
}
.newsletter__box--content .form input[type="email"]:focus {
	border: 0;
	outline: 0;
}
.newsletter__box--content .form .button:hover {
	background: #fff !important;
	color: #292b4b !important;
	border: 1px solid #fff !important;
}
.newsletter__box--content .form .privacy {
	order: 1;
}
.newsletter__box--content .form .contact-container a {
	display: none;
}
.newsletter__box--content .text-container,
.newsletter__box--content .form-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.newsletter__box--content .title {
	max-width: 380px;
	margin-bottom: 32px;
}
.newsletter__box--content h3,
.newsletter__box--content .h3,
.newsletter__box--content .overlay .overlay__content--text .title,
.overlay .overlay__content--text .newsletter__box--content .title,
.newsletter__box--content .hero-media__content-title {
	color: #fff;
}
.newsletter__box--content p {
	color: #fff;
	padding-bottom: 32px;
}
.newsletter__box--content ul {
	padding-top: 20px;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.newsletter__box--content ul li {
	color: #fff;
	padding-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.newsletter__box--content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	border-bottom: 3px solid #fff;
	height: 11px;
	border-right: 3px solid #fff;
	transform: scaleX(-1) rotate(45deg);
}
.newsletter__box--content ul li:last-of-type {
	padding-bottom: 0;
}
.newsletter__box--content ul i {
	font-size: 20px;
	padding-right: 15px;
	color: #0a0080;
}
.post-content {
	padding-top: 60px;
	background: var(--background);
}
.post-content .video-container {
	position: relative;
}
.post-content .video-container:hover .video-control.playing {
	display: block;
}
.post-content .video-control {
	border: 0;
	position: absolute;
	width: 96px;
	height: 96px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	font-size: 20px;
	z-index: 10;
}
.post-content .video-control:not(.playing) .video-control-pause {
	display: none;
}
.post-content .video-control.playing {
	display: none;
}
.post-content .video-control.playing .video-control-play {
	display: none;
}
@media (max-width: 767.98px) {
	.post-content .video-control {
		width: 72px;
		height: 72px;
		font-size: 18px;
	}
}
.post-content .content-section {
	padding-bottom: 80px;
}
.post-content .content-section__number {
	font-size: 32px;
	line-height: 1.1;
}
@media (max-width: 767.98px) {
	.post-content .content-section__number {
		margin-bottom: 32px;
	}
}
.post-content .content-section__row {
	padding-bottom: 80px;
}
.post-content .content-section__row--media figure {
	margin: 0;
}
.post-content .content-section__row--media figure img,
.post-content .content-section__row--media figure video {
	display: block;
	width: 100%;
	height: 100%;
}
.post-content .content-section__row--media figure figcaption {
	font-size: 12px;
	color: #f3f3f3;
	margin-top: 8px;
}
.post-content .content-section__row--mediagallery figure {
	flex: 0 0 50%;
	width: 50%;
}
@media (max-width: 991.98px) {
	.post-content .content-section__row--mediagallery figure {
		flex: 0 0 100%;
		width: 100%;
	}
}
.post-content .content-section__row--mediagallery figure img,
.post-content .content-section__row--mediagallery figure video {
	display: block;
	width: 100%;
	height: 100%;
}
.post-content .content-section__row--mediagallery figure figcaption {
	color: #0a0080;
	margin-top: 8px;
}
.post-content .content-section__row:first-of-type {
	padding-top: 0;
}
.post-content .content-section__row:last-of-type {
	padding-bottom: 0;
}
.post-content .content-section:first-of-type {
	padding-top: 0;
}
.post-content .meta-section {
	padding-bottom: 80px;
	text-align: center;
}
.post-content .meta-section__title {
	padding-top: 80px;
	border-top: 1px solid var(--contrast);
}
.post-content .meta-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-content .meta-section ul li {
	display: inline-block;
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
	line-height: 1;
	padding: 10px 20px;
	border: 2px solid #292b4b;
	border-radius: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.post-content .share-section {
	padding-bottom: 80px;
	text-align: center;
}
.post-content .share-section__list {
	display: flex;
	justify-content: center;
	gap: 1rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post-content .share-section__list i {
	font-size: 20px;
}
.posttype-fields {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.posttype-fields__text {
	position: relative;
	height: 100%;
}
.posttype-fields__text .text-container {
	max-width: 300px;
}
@media (max-width: 1199.98px) {
	.posttype-fields__text .text-container {
		max-width: unset;
	}
}
.posttype-fields__text .text-container p {
	margin-bottom: 0;
}
.posttype-fields__text .text-container .button {
	margin-top: 32px;
}
@media (max-width: 991.98px) {
	.posttype-fields__text .text-container .button {
		margin-bottom: 32px;
	}
}
@media (max-width: 575.98px) {
	.posttype-fields__text .text-container .button {
		width: 100%;
		justify-content: center;
	}
}
.posttype-fields__slider {
	overflow: hidden;
}
.posttype-fields__slider .swiper {
	overflow: visible;
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}
.posttype-fields__slider .swiper .swiper-wrapper {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
	flex-flow: row nowrap;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide {
	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);
	flex: 0 0 408px;
}
@media (max-width: 767.98px) {
	.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 575.98px) {
	.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 95%;
	}
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field {
	border-radius: 24px;
	background: #fff;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info {
	padding: 48px;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-name {
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-name {
		font-size: 2rem;
	}
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-name {
	line-height: 1;
	margin-bottom: 32px;
	color: #292b4b;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__info .posttype-field-text p {
	color: #292b4b;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__image {
	height: 180px;
}
.posttype-fields__slider .swiper .swiper-wrapper .swiper-slide .posttype-field__image img {
	border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.posttype-fields__navigation {
	display: flex;
	flex-flow: row;
}
@media (max-width: 767.98px) {
	.posttype-fields__navigation {
		flex-flow: column;
	}
}
.posttype-fields__navigation .swiper-controls {
	padding-top: 24px;
}
.posttype-fields__navigation .swiper-controls button {
	border: none;
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
	position: relative;
}
.posttype-fields__navigation .swiper-controls button:hover i {
	color: #0a0080;
}
.posttype-fields__navigation .swiper-controls button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
.posttype-fields__navigation .swiper-controls button.prev-slide {
	margin-right: 24px;
}
.posttype-fields__navigation .swiper-controls button.swiper-button-disabled {
	opacity: 0.4;
}
.posttype-fields__navigation .swiper-progress {
	width: 300px;
	height: 3px;
	background: #fff;
	position: relative;
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.posttype-fields__navigation .swiper-progress {
		width: 200px;
	}
}
.posttype-fields__navigation .swiper-progress span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #292b4b;
	transform-origin: center left;
}
.posttype-slider {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
	position: relative;
}
@media (max-width: 767.98px) {
	.posttype-slider {
		margin: 0 1rem;
	}
}
.posttype-slider__text .text-container {
	margin-bottom: 64px;
}
@media (max-width: 991.98px) {
	.posttype-slider__text .text-container {
		margin-bottom: 32px;
	}
}
.posttype-slider .posttype-counter {
	line-height: 1;
	margin-bottom: 0;
	margin-right: 32px;
}
@media (max-width: 767.98px) {
	.posttype-slider .posttype-counter {
		margin-right: 16px;
	}
}
.posttype-slider .swiper {
	overflow: visible;
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}
.posttype-slider .swiper .arrows {
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #292b4b;
	align-items: center;
	justify-content: center;
}
.posttype-slider .swiper .arrows i {
	font-size: 18px;
}
.posttype-slider .swiper .arrows:hover {
	color: #0a0080;
}
.posttype-slider .swiper .arrow-container {
	top: 40%;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.posttype-slider .swiper .arrow-container .prev {
	visibility: hidden;
	position: absolute;
	left: 0;
}
.posttype-slider .swiper .arrow-container .prev:hover {
	border: 2px solid #292b4b;
	color: #f8f9fa;
}
.posttype-slider .swiper .arrow-container .next {
	position: absolute;
	right: -10%;
}
@media (max-width: 767.98px) {
	.posttype-slider .swiper .arrow-container .next {
		right: 0;
	}
}
.posttype-slider .swiper .arrow-container .next:hover {
	border: 2px solid #292b4b;
	color: #f8f9fa;
}
@media (max-width: 575.98px) {
	.posttype-slider .swiper .arrow-container {
		position: relative;
		top: 0;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.posttype-slider .swiper .arrow-container .next,
	.posttype-slider .swiper .arrow-container .prev {
		display: block;
		position: relative;
	}
}
.posttype-slider .swiper-wrapper {
	width: 100%;
}
.posttype-slider .swiper-controls {
	padding-top: 24px;
	gap: 24px;
}
.posttype-slider .swiper-controls .swiper-button-disabled {
	opacity: 0.4;
}
.posttype-slider .swiper-slide {
	position: relative;
	height: 700px;
}
@media (max-width: 1199.98px) {
	.posttype-slider .swiper-slide {
		max-height: 500px;
	}
}
@media (max-width: 767.98px) {
	.posttype-slider .swiper-slide {
		max-height: 400px;
	}
}
.posttype-slider .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}
.posttype-slider .swiper-slide .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.posttype-slider .swiper-slide .bg img,
.posttype-slider .swiper-slide .bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 16px;
}
.posttype-slider .swiper-slide .bg .color-overlay {
	border-radius: 16px;
}
.posttype-slider .swiper-slide .bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.7;
	border-radius: 16px;
}
.posttype-slider .swiper-slide .textblock {
	height: 100%;
	position: relative;
	color: #f8f9fa;
	z-index: 40;
	padding-bottom: 64px;
}
@media (max-width: 767.98px) {
	.posttype-slider .swiper-slide .textblock {
		margin-left: 16px;
		margin-right: 16px;
	}
	.posttype-slider .swiper-slide .textblock h3,
	.posttype-slider .swiper-slide .textblock .h3,
	.posttype-slider .swiper-slide .textblock .overlay .overlay__content--text .title,
	.overlay .overlay__content--text .posttype-slider .swiper-slide .textblock .title,
	.posttype-slider .swiper-slide .textblock .hero-media__content-title {
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}
.posttype-slider .swiper-slide .textblock p {
	color: #f8f9fa;
}
.posttype-slider .swiper-slide .textblock a {
	padding-top: 32px;
}
.posttype-slider .swiper-slide .textblock a:hover i {
	left: 5px;
}
.posttype-slider .swiper-slide .textblock a i {
	transition: all 0.3s ease;
}
.posttype-slider .swiper-slide:last-of-type {
	margin-right: 8.33%;
}
@media (max-width: 991.98px) {
	.posttype-slider .swiper-slide {
		margin-right: 0;
	}
}
@media (max-width: 767.98px) {
	.posttype-slider .swiper-slide {
		height: 480px;
	}
}
.posttype-slider__navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.posttype-slider__navigation .swiper-pagination {
	height: 3px;
	width: 200px;
	background-color: #f3f3f3;
	font-size: 0.9rem;
}
.posttype-slider__navigation .swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #292b4b;
	height: 100%;
	width: 100%;
	transform-origin: left;
	display: block;
}
@media (max-width: 991.98px) {
	.posttype-slider__navigation {
		margin-rop: 24px;
	}
}
.product {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.product .text-container {
	text-align: center;
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.product .text-container {
		margin-bottom: 3rem;
	}
}
.product--image img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.product--data {
	background: #f3f3f3;
	padding: 3.25rem 2rem;
}
@media (max-width: 767.98px) {
	.product--data {
		padding: 2rem 1rem;
	}
}
.product--header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product--header .product--title {
	color: #0a3;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 4.5rem;
	letter-spacing: -0.075rem;
}
@media (max-width: 767.98px) {
	.product--header .product--title {
		font-size: 2rem;
	}
}
@media (max-width: 379.98px) {
	.product--header .product--title {
		line-height: 1;
		margin-bottom: 1rem;
	}
}
.product--header .product--price {
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 120%;
}
@media (max-width: 991.98px) {
	.product--header .product--price {
		font-size: 2.5rem;
	}
}
@media (max-width: 575.98px) {
	.product--header .product--price {
		font-size: 1.8rem;
	}
}
.product--header .product--price .unit {
	top: -4px;
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 130%;
}
@media (max-width: 575.98px) {
	.product--header .product--price .unit {
		font-size: 1rem;
		top: -2px;
	}
}
.product .property--title {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.product .product--properties {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
@media (max-width: 1399.98px) {
	.product .product--properties {
		gap: 0;
	}
}
@media (max-width: 575.98px) {
	.product .product--properties {
		flex-wrap: wrap;
	}
}
.product .product--properties .properties--list {
	list-style-type: none;
	padding-left: 0;
}
.product .product--properties .properties--list li {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.product .product--properties .properties--list .checkmark,
.product .product--properties .properties--list .faq__accordions .accordion__content .inner ul li,
.faq__accordions .accordion__content .inner ul .product .product--properties .properties--list li,
.product .product--properties .properties--list li {
	position: relative;
	padding-left: 0.8em;
}
.product .product--properties .properties--list .checkmark::before,
.product .product--properties .properties--list li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -0.5em;
	top: 4px;
	transform: rotate(45deg);
	height: 0.75em;
	width: 0.4em;
	border-bottom: 0.15em solid;
	border-right: 0.15em solid;
}
.product .product--properties .properties--list .checkmark:is(li),
.product .product--properties .properties--list li:is(li) {
	margin-left: 1em;
}
.product .product--properties .properties--list .checkmark:is(li):not(:first-child),
.product .product--properties .properties--list li:is(li):not(:first-child) {
	margin-top: 1em;
}
.product .product--properties .properties--list:last-of-type {
	margin-left: 1.5rem;
}
@media (max-width: 575.98px) {
	.product .product--properties .properties--list:last-of-type {
		margin-left: 0;
	}
}
.quote {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	position: relative;
	overflow: hidden;
}
.quote__top-image {
	margin-bottom: 2rem;
	float: left;
}
.quote__top-image img {
	width: auto;
	height: 56px;
	-o-object-fit: contain;
	object-fit: contain;
}
.quote__bottom-image {
	margin-top: 2rem;
	float: right;
}
.quote__bottom-image img {
	width: auto;
	height: 56px;
	-o-object-fit: contain;
	object-fit: contain;
}
.quote__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.quote__info-text {
	text-align: left;
}
.quote__info-text p {
	margin-bottom: 0;
}
.quote__info-text p:first-of-type {
	font-size: 20px;
}
.quote__info-text p:last-of-type {
	font-weight: 300;
}
.quote .swiper {
	overflow: hidden;
}
.quote .swiper .swiper-wrapper .swiper-slide .blockquote {
	color: rgba(63, 20, 106, 0.1);
	font-size: 2.125rem;
	margin: auto;
	margin-bottom: 120px;
	text-align: center;
}
@media (max-width: 767.98px) {
	.quote .swiper .swiper-wrapper .swiper-slide .blockquote {
		font-size: 1.6rem;
	}
}
.quote .swiper .swiper-wrapper .swiper-slide .blockquote.seen {
	color: #292b4b;
}
.quote .swiper .swiper-wrapper .swiper-slide .blockquote .quote-text {
	position: relative;
}
.quote .swiper .swiper-wrapper .swiper-slide .blockquote .color-text {
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	color: #292b4b;
	left: 0;
	top: 0;
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
}
.quote .swiper .swiper-wrapper .swiper-slide img {
	display: block;
	width: 10.625rem;
	height: 10.625rem;
	border-radius: 50%;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.quote .arrow-container {
	top: 45%;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.quote .arrow-container svg {
	fill: #292b4b;
}
.quote .arrow-container .swiper-button-disabled {
	opacity: 0.4;
}
.quote .arrow-container .prev {
	border: 0;
	width: 3.78519rem;
	height: 3.78394rem;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: var(--container-padding);
}
.quote .arrow-container .prev:hover svg {
	fill: #fff;
}
.quote .arrow-container .next {
	border: 0;
	width: 3.78519rem;
	height: 3.78394rem;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	right: var(--container-padding);
}
.quote .arrow-container .next:hover svg {
	fill: #fff;
}
@media (max-width: 991.98px) {
	.quote .arrow-container {
		top: unset;
		bottom: 0;
		margin-top: 1rem;
		margin-bottom: var(--padding-bottom);
	}
}
.search {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #f3f3f3;
}
.search-results {
	margin-top: 10rem;
}
.search-results__input {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.search-results__input input[type="search"] {
	outline: 0;
	padding: 0.5rem 1rem;
	background: rgba(0, 0, 0, 0);
	border: 2px solid #292b4b;
	border-radius: 50px;
	width: 100%;
}
.search-results__input input[type="search"]::-moz-placeholder {
	color: #292b4b;
}
.search-results__input input[type="search"]::placeholder {
	color: #292b4b;
}
.search-results__action {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 8px;
	right: 32px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #292b4b;
	z-index: 4;
}
.search-results__action svg {
	fill: #292b4b;
	stroke: #292b4b;
}
.search-results__action:hover svg {
	fill: #0a0080;
	stroke: #0a0080;
}
.search-results .filter-container {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid rgba(41, 43, 75, 0.2);
}
.search-results .results .result {
	margin-bottom: 4.5rem;
}
.search-results .results .result .title {
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 4.5rem;
	letter-spacing: -0.075rem;
	margin-bottom: 0;
}
.search-results .results .result .link {
	margin-top: 1.5rem;
}
.search-results .results .result .link svg {
	transition: all 0.3s ease;
	margin-left: 8px;
}
.search-results .results .result .link:hover svg {
	margin-left: 16px;
}
.search-results .results .result:last-of-type {
	margin-bottom: 0;
}
.shortcode {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	color: #292b4b;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.shortcode .zoom-instagram.feed-494 .zoom-instagram-widget__items {
		grid-template-columns: 1fr;
	}
}
.shortcode__text {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.shortcode__text {
		margin-bottom: 3rem;
	}
}
.shortcode__code .zoom-instagram-widget__header,
.shortcode__code .zoom-instagram-widget__footer {
	display: none !important;
}
.shortcode__code .button-container {
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.shortcode__code .button-container {
		margin-top: 3rem;
	}
}
.tabs {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}
.tabs nav {
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}
.tabs nav a {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 5px;
	margin-right: 4rem;
	cursor: pointer;
}
@media (max-width: 767.98px) {
	.tabs nav a {
		padding: 0.5rem;
		margin-right: 0;
		display: block;
		border-bottom: 0 !important;
	}
}
.tabs nav a:hover {
	font-weight: normal;
	border-bottom: 2px solid #eff1f2;
}
.tabs nav a.active {
	font-weight: normal;
	border-bottom: 2px solid #eff1f2;
}
@media (max-width: 767.98px) {
	.tabs nav a.active:after {
		height: 2px;
		display: block;
		width: 140px;
		margin: 0 auto;
		background: #eff1f2;
		content: "";
	}
}
.tabs nav a:last-of-type {
	margin-right: 0;
}
.tabs .tab-content {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	-webkit-animation: tab_fade 0.4s ease 1 forwards;
	animation: tab_fade 0.4s ease 1 forwards;
}
.tabs .tab-content.active {
	display: block;
}
.tabs .tab-content__wrapper {
	padding-top: 4rem;
}
@media (max-width: 1399.98px) {
	.tabs .tab-content__wrapper {
		padding-top: 0;
	}
}
@media (max-width: 1399.98px) {
	.tabs .tab-content__text {
		padding-top: var(--padding-top);
		padding-bottom: var(--padding-bottom);
	}
}
@media (max-width: 1199.98px) {
	.tabs .tab-content__text {
		padding-top: 60px !important;
		padding-bottom: 40px !important;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1200px) {
	.tabs .tab-content__text {
		padding-right: 0;
		padding-left: var(--container-padding);
	}
}
.tabs .tab-content__text .text-normal p {
	color: #292b4b;
	font-weight: 300;
}
.tabs .tab-content__text .text-section__title {
	margin-bottom: 16px;
	color: #292b4b;
	font-size: 1.125rem;
}
.tabs .tab-content__text .text-section p:last-of-type {
	margin-bottom: 0;
}
.tabs .tab-content__text .text-normal {
	margin-bottom: 30px;
}
.tabs .tab-content__text .text-normal:last-of-type {
	margin-bottom: 0;
}
.tabs .tab-content__media {
	position: relative;
}
.tabs .tab-content__media img,
.tabs .tab-content__media video {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 767.98px) {
	.tabs nav {
		display: flex;
		flex-direction: column;
	}
	.tabs nav a {
		white-space: nowrap;
	}
}
@-webkit-keyframes tab_fade {
	100% {
		opacity: 1;
		transform: none;
	}
}
@keyframes tab_fade {
	100% {
		opacity: 1;
		transform: none;
	}
}
.text-form {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.text-form__image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 991.98px) {
	.text-form__image {
		min-height: 560px;
	}
}
@media (max-width: 767.98px) {
	.text-form__image {
		min-height: 400px;
	}
}
.text-form__form {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.text-form__form .inner {
	width: 100%;
}
.text-form__form .inner .form-container {
	padding: 9rem;
}
@media (max-width: 1399.98px) {
	.text-form__form .inner .form-container {
		padding: 0 4.5rem;
	}
}
@media (max-width: 1199.98px) {
	.text-form__form .inner .form-container {
		padding: 0 3.5rem;
	}
}
@media (max-width: 991.98px) {
	.text-form__form .inner .form-container {
		padding: 2rem 0;
	}
}
@media (max-width: 767.98px) {
	.text-form__form .inner .form-container {
		padding-bottom: 0;
	}
}
.text-form__form .inner .form-container.no-padding {
	padding: 0 7rem;
}
@media (max-width: 1199.98px) {
	.text-form__form .inner .form-container.no-padding {
		padding: 0 3.5rem;
	}
}
@media (max-width: 991.98px) {
	.text-form__form .inner .form-container.no-padding {
		padding: 2rem 0;
	}
}
@media (max-width: 767.98px) {
	.text-form__form .inner .form-container.no-padding {
		padding-bottom: 0;
	}
}
.text-form__form form .gform_fields .width-70 {
	grid-column: span 8 !important;
}
@media (max-width: 767.98px) {
	.text-form__form form .gform_fields .width-70 {
		grid-column: 1/-1 !important;
	}
}
.text-form__form form .gform_fields .width-30 {
	grid-column: span 4 !important;
}
@media (max-width: 767.98px) {
	.text-form__form form .gform_fields .width-30 {
		grid-column: 1/-1 !important;
	}
}
.text-form__form form .gform_fields .gfield--width-third {
	padding: 0 8px;
}
.text-form__form form .gform_fields .gfield--width-two-thirds {
	padding: 0 8px;
}
.text-form__form form .gform_fields .ginput_container_select select {
	color: #292b4b;
	background: url(../assets/img/arrow_down.svg) no-repeat 90% #fff;
	border: 1px solid #767676;
	border-radius: 0.3125rem;
}
@media (max-width: 767.98px) {
	.text-form__form form .gform_fields .ginput_container_select select {
		width: 100% !important;
		background: url(../assets/img/arrow_down.svg) no-repeat 98% #fff;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.text-form__form form .gform_fields .gfield--width-half {
		flex: 0 0 100%;
		width: 100%;
	}
}
.text-form__form form .contact-container {
	display: block;
	width: 100%;
}
.text-form__form form .contact-container .button:first-of-type {
	margin-right: 32px;
	margin-bottom: 24px;
}
.text-media {
	background: var(--background);
	overflow: hidden;
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
@media (max-width: 1399.98px) {
	.text-media__text {
		padding-top: var(--padding-top);
		padding-bottom: var(--padding-bottom);
	}
}
@media (max-width: 1199.98px) {
	.text-media__text {
		padding-top: 0 !important;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	.text-media__text {
		padding-left: 0;
	}
}
@media (max-width: 991.98px) {
	.text-media__text {
		padding-bottom: var(--container-padding);
	}
}
.text-media__text .text-normal {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.text-media__text .text-normal p {
	color: #292b4b;
}
.text-media__text .text-normal {
	margin-bottom: 0;
}
.text-media__text .text-normal ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.text-media__text .text-normal ul li {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.text-media__text .text-normal ul .checkmark,
.text-media__text .text-normal .faq__accordions .accordion__content .inner ul li,
.faq__accordions .accordion__content .inner .text-media__text .text-normal ul li,
.text-media__text .text-normal ul .product .product--properties .properties--list li,
.product .product--properties .properties--list .text-media__text .text-normal ul li,
.text-media__text .text-normal ul li {
	position: relative;
	padding-left: 0.8em;
}
.text-media__text .text-normal ul .checkmark::before,
.text-media__text .text-normal .faq__accordions .accordion__content .inner ul li::before,
.faq__accordions .accordion__content .inner .text-media__text .text-normal ul li::before,
.text-media__text .text-normal ul .product .product--properties .properties--list li::before,
.product .product--properties .properties--list .text-media__text .text-normal ul li::before,
.text-media__text .text-normal ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -0.5em;
	top: 4px;
	transform: rotate(45deg);
	height: 0.75em;
	width: 0.4em;
	border-bottom: 0.15em solid;
	border-right: 0.15em solid;
}
.text-media__text .text-normal ul .checkmark:is(li),
.text-media__text .text-normal .faq__accordions .accordion__content .inner ul li:is(li),
.faq__accordions .accordion__content .inner .text-media__text .text-normal ul li:is(li),
.text-media__text .text-normal ul .product .product--properties .properties--list li:is(li),
.product .product--properties .properties--list .text-media__text .text-normal ul li:is(li),
.text-media__text .text-normal ul li:is(li) {
	margin-left: 1em;
}
.text-media__text .text-normal ul .checkmark:is(li):not(:first-child),
.text-media__text .text-normal ul li:is(li):not(:first-child) {
	margin-top: 1em;
}
.text-media__text .button {
	margin-top: 4.5rem;
}
@media (max-width: 767.98px) {
	.text-media__text .button {
		margin-top: 3rem;
	}
}
.text-media__text .button:first-of-type {
	margin-right: 16px;
}
@media (max-width: 767.98px) {
	.text-media__text .button:first-of-type {
		margin-bottom: 32px;
		margin-right: 0;
	}
}
@media (max-width: 575.98px) {
	.text-media__text .button:last-of-type {
		text-align: center;
	}
}
@media (max-width: 575.98px) {
	.text-media__text .button {
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.text-media__media {
	position: relative;
}
.text-media__media img {
	width: 100%;
	height: auto;
}
.text-media--fitimage .text-media__text {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 991.98px) {
	.text-media--fitimage .text-media__text {
		padding-bottom: var(--container-padding);
		padding-left: 0;
	}
}
@media (max-width: 575.98px) {
	.text-media--fitimage .text-media__text .download {
		padding: 16px;
	}
}
.text-media--fitimage .text-media__media {
	height: 100%;
}
.text-media--fitimage .text-media__media img,
.text-media--fitimage .text-media__media video {
	border-radius: 0.3125rem;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991.98px) {
	.text-media--fitimage .text-media__media img,
	.text-media--fitimage .text-media__media video {
		-o-object-fit: unset;
		object-fit: unset;
	}
}
.text-media--mediacutout .text-media__media img,
.text-media--mediacutout .text-media__media video {
	-o-object-fit: contain;
	object-fit: contain;
}
@media (min-width: 992px) {
	.text-media--reverse .text-media__text {
		padding-right: 0;
		padding-left: var(--container-padding);
	}
}
.text-media--reverse .text-media__media .swiper {
	padding-left: 0;
	padding-right: 0;
}
.text-text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.text-text .title {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.text-text .title {
		margin-bottom: 3rem;
	}
}
.text-text .text-container {
	font-size: 2.125rem;
}
@media (max-width: 767.98px) {
	.text-text .text-container {
		font-size: 1.125rem;
	}
}
@media (max-width: 1199.98px) {
	.text-text__left {
		margin-bottom: 32px;
	}
}
.text-text__right .button {
	margin-top: 64px;
}
@media (max-width: 1399.98px) {
	.text-text__right .button {
		margin-top: 32px;
	}
}
.text-text__text {
	height: 100%;
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
@media (max-width: 1199.98px) {
	.text-text__text {
		border-bottom-left-radius: 0;
		border-top-right-radius: 16px;
	}
}
.text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.text .text-large {
	font-size: 20px;
}
.text .text-large--margin {
	margin-bottom: 40px;
}
.text .text-normal {
	max-width: 500px;
}
.text--hyphens p {
	-webkit-hyphens: auto;
	hyphens: auto;
}
.text p {
	-webkit-hyphens: auto;
	hyphens: auto;
	color: #292b4b;
}
.text .button-container {
	margin-top: 80px;
}
@media (max-width: 575.98px) {
	.text .button-container .button {
		width: 100%;
		text-align: center;
		display: block;
	}
}
.thank-you {
	position: relative;
	color: var(--color);
	height: 100vh;
	padding: 104px 0;
}
@media (max-width: 1199.98px) {
	.thank-you {
		padding: 80px 0;
	}
}
@media (max-width: 991.98px) {
	.thank-you {
		padding: 64px 0;
	}
}
@media (max-width: 767.98px) {
	.thank-you {
		padding: 1rem 0;
		padding-bottom: 62px;
	}
}
.thank-you__container {
	height: 100%;
	position: relative;
}
.thank-you__media {
	height: 100%;
	position: relative;
}
.thank-you__media img,
.thank-you__media video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.thank-you__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.thank-you__content.black h1,
.thank-you__content.black .h1,
.thank-you__content.black h2,
.thank-you__content.black .h2,
.thank-you__content.black .facts .fact__value,
.facts .thank-you__content.black .fact__value,
.thank-you__content.black .posttype-slider .posttype-counter,
.posttype-slider .thank-you__content.black .posttype-counter,
.thank-you__content.black h3,
.thank-you__content.black .h3,
.thank-you__content.black .overlay .overlay__content--text .title,
.overlay .overlay__content--text .thank-you__content.black .title,
.thank-you__content.black .hero-media__content-title,
.thank-you__content.black h4,
.thank-you__content.black .h4,
.thank-you__content.black .post-content .meta-section__title,
.post-content .thank-you__content.black .meta-section__title,
.thank-you__content.black h5,
.thank-you__content.black .h5,
.thank-you__content.black p,
.thank-you__content.black li,
.thank-you__content.black .topline {
	color: #292b4b;
}
.thank-you__loading {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	height: 104px;
}
@media (max-width: 1199.98px) {
	.thank-you__loading {
		height: 80px;
	}
}
@media (max-width: 991.98px) {
	.thank-you__loading {
		height: 64px;
	}
}
@media (max-width: 767.98px) {
	.thank-you__loading {
		height: 62px;
	}
}
.thank-you__loading .progress {
	width: 300px;
	height: 3px;
	background: var(--contrast);
	position: relative;
}
.thank-you__loading .progress span {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #292b4b;
	transform-origin: center left;
}
.three-columns-text {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
}
.three-columns-text .text-container {
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.three-columns-text .text-container {
		margin-bottom: 3rem;
	}
}
.three-columns-text .textblock__title {
	text-align: center;
	color: var(--color);
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 4.5rem;
	letter-spacing: -0.075rem;
	margin-bottom: 1rem;
}
@media (max-width: 1599.98px) {
	.three-columns-text .textblock__title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
@media (max-width: 767.98px) {
	.three-columns-text .textblock__title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.three-columns-text .textblock__text {
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6rem;
}
.tiles-slider {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: #f3f3f3;
}
.tiles-slider__slider {
	margin-top: 64px;
}
@media (max-width: 767.98px) {
	.tiles-slider__slider {
		margin-top: 32px;
	}
}
.tiles-slider__slider .swiper {
	overflow: visible;
}
.tiles-slider__slider .swiper .swiper-wrapper {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
	flex-flow: row nowrap;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
	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);
	flex: 0 0 30%;
}
@media (max-width: 1399.98px) {
	.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 40%;
	}
}
@media (max-width: 1199.98px) {
	.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 50%;
	}
}
@media (max-width: 767.98px) {
	.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide {
		flex: 0 0 95%;
	}
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles {
	border-radius: 0.3125rem;
	background: #fff;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-image img {
	border-top-left-radius: 0.3125rem;
	border-top-right-radius: 0.3125rem;
	width: 100%;
	height: 16rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text {
	padding: 2.38rem 3rem;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .title {
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: 1.25rem;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 0.87rem;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text .contact {
	margin-top: 2rem;
	font-size: 0.75rem;
	font-weight: 300;
}
.tiles-slider__slider .swiper .swiper-wrapper .swiper-slide .tiles__info .tiles-text p {
	-webkit-hyphens: auto;
	hyphens: auto;
	color: #292b4b;
	margin-bottom: 2rem;
}
.tiles-slider__slider .swiper-controls {
	display: flex;
	justify-content: center;
	padding-top: 32px;
	margin-left: 10%;
}
@media (max-width: 767.98px) {
	.tiles-slider__slider .swiper-controls {
		margin-left: 0;
	}
}
.tiles-slider__slider .swiper-controls button {
	border: none;
	background: rgba(0, 0, 0, 0);
	color: #292b4b;
	position: relative;
}
.tiles-slider__slider .swiper-controls button.prev-slide {
	margin-right: 24px;
}
.tiles-slider__slider .swiper-controls button.swiper-button-disabled {
	opacity: 0.4;
}
.tiles-block {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
}
.timeline {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	position: relative;
	overflow: hidden;
}
.timeline .text-container {
	text-align: center;
	margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
	.timeline .text-container {
		margin-bottom: 3rem;
	}
}
.timeline-overlay {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 600px;
}
.timeline-overlay span {
	width: 100%;
	background: linear-gradient(180deg, rgba(243, 243, 243, 0) 20.43%, #f3f3f3 69.26%);
	height: 25.8125rem;
	position: absolute;
	bottom: -5rem;
	z-index: 1000;
}
.timeline .inner-container .timeline-block {
	margin: 0 auto;
	position: relative;
	left: 120px;
	width: 80%;
	max-width: 41.6875rem;
	margin-top: 16px;
}
@media (max-width: 991.98px) {
	.timeline .inner-container .timeline-block {
		left: 0;
	}
}
@media (max-width: 767.98px) {
	.timeline .inner-container .timeline-block {
		left: 0;
		max-width: unset;
		width: 100%;
		padding: 0 calc(var(--padding-top) / 2);
	}
}
.timeline .inner-container .timeline-block-item {
	color: #292b4b;
	font-size: 1.125rem;
	line-height: 150%;
	border-left: 1px solid #01053f;
	position: relative;
	list-style-type: none;
	--item-width: calc(100%);
	padding: 1.25rem 0 20rem 3rem;
}
.timeline .inner-container .timeline-block-item:first-of-type {
	padding: 5.625rem 0 20rem 3rem;
}
.timeline .inner-container .timeline-block-item:first-of-type::after {
	top: 5.625rem;
}
@media (max-width: 991.98px) {
	.timeline .inner-container .timeline-block-item {
		font-size: 1.125rem;
		line-height: 1.5;
		padding-top: 1.5rem;
		padding-left: 2rem;
	}
}
.timeline .inner-container .timeline-block-item .h4 {
	margin-bottom: 1rem;
}
.timeline .inner-container .timeline-block-item::after {
	content: attr(data-date);
	position: absolute;
	right: calc(var(--item-width) + 40px);
	top: 1.625rem;
	float: right;
	font-size: 6.25rem;
	font-weight: 500;
	line-height: 2.5625rem;
	white-space: nowrap;
}
@media (max-width: 991.98px) {
	.timeline .inner-container .timeline-block-item::after {
		display: none;
	}
}
.timeline .inner-container .timeline-block-item::before {
	content: url("../assets/img/dot.png");
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -20px;
	top: 21px;
}
.timeline .inner-container .timeline-block-item:first-child::before {
	top: 5.625rem;
}
.timeline .inner-container .timeline-block-item:last-child {
	border-bottom: none;
}
@media (max-width: 991.98px) {
	.timeline .inner-container .timeline .timeline-block {
		margin: 0 auto;
		position: relative;
		left: 0;
	}
}
@media only screen and (max-width: 800px) {
	.timeline .inner-container .timeline .timeline-item {
		padding: 1rem 1.5rem 1rem 0.5rem;
	}
	.timeline .inner-container .timeline .timeline-item::after {
		right: calc(var(--item-width) + 20px);
	}
}
.sticky-div {
	position: absolute;
}
.vertical-slider {
	padding: 120px 0;
}
.vertical-slider .progress-bar {
	position: relative;
	background: #d7dce0;
	width: 4px;
}
.vertical-slider .progress-bar span {
	position: absolute;
	top: 0;
	left: 0;
	background: #292b4b;
	height: 40px;
	width: 100%;
}
.vertical-slider-grid {
	display: flex;
	flex-direction: column;
	transform: translateZ(0);
	gap: 2rem;
}
.vertical-slider-grid__item {
	background-repeat: no-repeat;
	background-size: cover;
	height: 391px;
	width: 100%;
	border-radius: 24px;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.vertical-slider-grid__item-content {
	position: absolute;
	z-index: 50;
	color: #fff;
	padding: 0 48px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.vertical-slider-grid__item-number {
	padding-top: 48px;
}
.vertical-slider-grid__item-text {
	padding-bottom: 48px;
}
.vertical-slider-grid__item-text p {
	max-width: 400px;
	margin-bottom: 0;
}
.vertical-slider-grid__item-text h3,
.vertical-slider-grid__item-text .h3,
.vertical-slider-grid__item-text .overlay .overlay__content--text .title,
.overlay .overlay__content--text .vertical-slider-grid__item-text .title,
.vertical-slider-grid__item-text .hero-media__content-title {
	margin-bottom: 20px;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.vertical-slider-grid__item-link {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
	border: 0;
	color: #fff;
	font-size: 20px;
	float: right;
}
.vertical-slider-grid__item-link i {
	left: 0;
	position: relative;
	display: block;
	transition: all 300ms ease;
}
.vertical-slider-grid__item-link:hover i {
	color: #0a0080;
	left: 8px;
}
.vertical-slider__textblock {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}
@media (max-width: 991.98px) {
	.vertical-slider__textblock {
		position: relative;
		top: 0;
	}
}
.vertical-slider__textblock .button-container {
	margin-top: 40px;
}
@media (max-width: 991.98px) {
	.vertical-slider__textblock .button-container {
		margin-top: 24px;
		margin-bottom: 32px;
	}
}
.vertical-slider__text h2,
.vertical-slider__text .h2,
.vertical-slider__text .facts .fact__value,
.facts .vertical-slider__text .fact__value,
.vertical-slider__text .posttype-slider .posttype-counter,
.posttype-slider .vertical-slider__text .posttype-counter {
	margin-bottom: 20px;
}
.vertical-slider__text h2 span,
.vertical-slider__text .h2 span,
.vertical-slider__text .facts .fact__value span,
.facts .vertical-slider__text .fact__value span,
.vertical-slider__text .posttype-slider .posttype-counter span,
.posttype-slider .vertical-slider__text .posttype-counter span {
	color: #292b4b;
}
@media (max-width: 991.98px) {
	.vertical-slider {
		padding: 80px 0;
	}
	.vertical-slider .vertical-slider-grid {
		display: flex;
		flex-wrap: wrap;
		flex-direction: unset;
	}
	.vertical-slider .vertical-slider-grid__item {
		height: 400px;
		flex-basis: 47%;
	}
	.vertical-slider .vertical-slider-grid__item-content {
		padding: 30px;
		padding-bottom: 50px;
	}
}
@media (max-width: 575.98px) {
	.vertical-slider {
		padding: 80px 0;
	}
	.vertical-slider .vertical-slider-grid__item {
		height: 350px;
		flex-basis: 100%;
	}
	.vertical-slider .vertical-slider-grid__item-content {
		padding-bottom: 40px;
	}
}
@media screen and (hover: none), screen and (max-width: 1119px) {
	.vertical-slider .vertical-slider-grid__item-link {
		opacity: 1 !important;
		visibility: visible !important;
	}
}
.videos {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	color: var(--dark);
}
@media (max-width: 991.98px) {
	.videos__overview {
		margin-top: -80px;
	}
}
.videos__overview .video {
	opacity: 0.3;
	transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
	.videos__overview .video {
		margin-top: 80px;
	}
}
.videos__overview .video__title {
	margin-bottom: 32px;
	font-size: calc(1.3275rem + 0.93vw);
}
@media (min-width: 1200px) {
	.videos__overview .video__title {
		font-size: 2.025rem;
	}
}
.videos__overview .video__title {
	line-height: 1.1;
}
.videos__overview .video__title span {
	color: #292b4b;
	margin-right: 8px;
}
.videos__overview .video__text {
	margin-bottom: 40px;
}
@media (max-width: 991.98px) {
	.videos__overview .video__text {
		margin-bottom: 24px;
	}
}
.videos__overview .video__progress {
	width: 100%;
	height: 3px;
	position: relative;
	background: var(--light);
	margin-bottom: 32px;
}
.videos__overview .video__progress span {
	height: 100%;
	width: 0;
	background: #0a0080;
	position: absolute;
	top: 0;
	left: 0;
}
.videos__overview .video__file video {
	aspect-ratio: 5/6;
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.videos__overview .video.active {
	opacity: 1;
}
.text-container {
	ul,
	ol {
		li {
			font-size: 1.125rem;
		}
	}
}

/* ========================================
   Pricing Table
   ======================================== */

.pricing-table {
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom);
	background: var(--background);
	overflow: hidden;
}

.pricing-table .topline {
	margin-bottom: 16px;
}

.pricing-table .text-container {
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.pricing-table .text-container {
		margin-bottom: 2rem;
	}
}

.pricing-table__tabs-wrapper {
	text-align: center;
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.pricing-table__tabs-wrapper {
		margin-bottom: 2rem;
	}
}

.pricing-table__tabs {
	display: inline-flex;
	background: #EFF1F2;
	border-radius: 50px;
	padding: 6px;
	width: auto;
}

.pricing-table__tabs a {
	font-size: 1.125rem;
	font-weight: 500;
	padding: 12px 32px;
	border-radius: 50px;
	cursor: pointer;
	color: #292B4B;
	transition: background 0.2s ease, border-color 0.2s ease;
	border: 2px solid transparent;
}

@media (max-width: 575.98px) {
	.pricing-table__tabs a {
		padding: 10px 20px;
		font-size: 0.9rem;
	}
}

.pricing-table__tabs a:hover {
	background: rgba(122, 213, 128, 0.3);
}

.pricing-table__tabs a.active {
	background: #7AD580;
	border-color: #5ec466;
}

.pricing-tab-content {
	display: none;
}

.pricing-tab-content.active {
	display: block;
}

.pricing-table__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4rem;
	margin-bottom: 1rem;
}

.pricing-table__card {
	background: #F3F3F3;
	border-radius: 16px;
	padding: 2rem;
	padding-bottom: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.pricing-table__card--popular {
	background: #292B4B;
	color: #FFF;
}

.pricing-table__card--popular .pricing-table__tagline,
.pricing-table__card--popular .pricing-table__price,
.pricing-table__card--popular .pricing-table__unit,
.pricing-table__card--popular .pricing-table__description,
.pricing-table__card--popular .pricing-table__list-title,
.pricing-table__card--popular .pricing-table__list-item {
	color: #FFF;
}

.pricing-table__card--popular .pricing-table__icon {
	background: #FFF;
}

.pricing-table__card--popular .pricing-table__divider-line {
	background: rgba(255, 255, 255, 0.3);
}

.pricing-table__card--popular .pricing-table__divider svg {
	color: #FFF;
}

.pricing-table__card--popular .button--dark {
	background: #FFF;
	border-color: #FFF;
	color: #292B4B;
}

.pricing-table__card--popular .button--dark svg g path {
	stroke: #292B4B;
	fill: #292B4B;
}

.pricing-table__card--popular .button--dark:hover {
	background: transparent !important;
	color: #FFF !important;
}

.pricing-table__card--popular .button--dark:hover svg g path {
	stroke: #FFF !important;
	fill: #FFF !important;
}

.pricing-table__card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pricing-table__section {
	flex: 1;
}

.pricing-table__card-footer {
	margin-top: 2rem;
}

.pricing-table__card-footer .button {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.pricing-table__card:not(.pricing-table__card--popular) .pricing-table__card-footer .button--dark {
	background: transparent;
	border-color: #292B4B;
	color: #292B4B;
}

.pricing-table__card:not(.pricing-table__card--popular) .pricing-table__card-footer .button--dark:hover {
	background: #292B4B !important;
	color: #FFF !important;
}

.pricing-table__badge {
	display: inline-block;
	background: #7AD580;
	color: #292B4B;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 20px;
}

.pricing-table__icon {
	width: 4rem;
	height: 4rem;
	border-radius: 12px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-table__icon img {
	width: 2rem;
	height: auto;
	object-fit: contain;
}

.pricing-table__tagline {
	font-size: 20px;
	font-weight: 500;
	color: #292B4B;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pricing-table__discount {
	display: inline-block;
	background: #292B4B;
	color: #FFF;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 2px 10px;
	border-radius: 20px;
}

.pricing-table__card--popular .pricing-table__discount {
	background: #FFF;
	color: #292B4B;
}

.pricing-table__price {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1;
	color: #292B4B;
}

@media (max-width: 767.98px) {
	.pricing-table__price {
		font-size: 32px;
	}
}

.pricing-table__unit {
	font-size: 1.125rem;
	color: #292B4B;
	margin-left: 4px;
}

.pricing-table__description {
	font-size: 1.125rem;
	color: #292B4B;
	margin-top: 8px;
	line-height: 1.5;
	min-height: 3lh;
}

.pricing-table__list-title {
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: 1rem;
	margin-bottom: 12px;
	padding-bottom: 8px;
}

.pricing-table__list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.pricing-table__list-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #292B4B;
	font-size: 1.125rem;
	hyphens: auto;
}

.pricing-table__list-item:not(:last-child) {
	margin-bottom: 10px;
}

.pricing-table__list-item--excluded {
	opacity: 0.6;
}

.pricing-table__list-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-table__list-icon--check {
	background: rgba(122, 213, 128, 0.15);
	border: 1px solid rgba(122, 213, 128, 0.3);
	color: #0A3;
}

.pricing-table__list-icon--close {
	background: rgba(215, 220, 224, 0.6);
	border: 1px solid #D7DCE0;
	color: #292B4B;
}

.pricing-table__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 1.5rem;
}

.pricing-table__divider svg {
	flex-shrink: 0;
	color: #292B4B;
}

.pricing-table__divider-line {
	flex: 1;
	height: 1px;
	background: rgba(41, 43, 75, 0.5);
}
