
:root {
	--swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

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

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

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

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

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

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

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

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

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

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

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

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

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

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

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

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

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

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

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

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

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

.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

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

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

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

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

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

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

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

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

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

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

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

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

:root {
	--font-family-primary: "Montserrat", serif;
	--neutral-950: #0d111b;
	--neutral-900: #181b25;
	--neutral-800: #222530;
	--neutral-700: #2b303a;
	--neutral-600: #525866;
	--neutral-500: #717784;
	--neutral-400: #99a0ad;
	--neutral-300: #c9cfd8;
	--neutral-200: #e1e3e9;
	--neutral-100: #f2f5f8;
	--neutral-50: #f5f7f9;
	--neutral-0: #fff;
	--neutral-white: #fff;
	--neutral-black: #000;
	--gray-950: #333;
	--gray-900: #414141;
	--gray-800: #505050;
	--gray-700: #6e6e6e;
	--gray-600: #8b8b8b;
	--gray-500: #a9a9a9;
	--gray-400: #bababa;
	--gray-300: #cbcbcb;
	--gray-200: #ddd;
	--gray-100: #e5e5e5;
	--gray-50: #eee;
	--gray-25: #f6f6f6;
	--blue-950: #001e6c;
	--blue-900: #002482;
	--blue-800: #012a96;
	--blue-700: #0031ad;
	--blue-600: #0036c1;
	--blue-500: #0441de;
	--blue-400: #6895ff;
	--blue-300: #97baff;
	--blue-200: #c0d5ff;
	--blue-100: #d5e2ff;
	--blue-50: #eaf1ff;
	--orange-950: #682e12;
	--orange-900: #8b3e18;
	--orange-800: #ad4e1f;
	--orange-700: #d05e25;
	--orange-600: #e97135;
	--orange-500: #ff8447;
	--orange-400: #ff9a68;
	--orange-300: #ffb997;
	--orange-200: #ffd5c0;
	--orange-100: #ffe3d5;
	--orange-50: #fff1ea;
	--red-950: #641414;
	--red-900: #771f1f;
	--red-800: #8b2929;
	--red-700: #b13d3d;
	--red-600: #d85252;
	--red-500: #f66;
	--red-400: #ff8585;
	--red-300: #ffa3a3;
	--red-200: #ffc2c2;
	--red-100: #ffe0e0;
	--red-50: #fff0f0;
	--green-950: #0b4627;
	--green-900: #16643b;
	--green-800: #1a7544;
	--green-700: #178c4e;
	--green-600: #1daf61;
	--green-500: #1fc16b;
	--green-400: #3ee089;
	--green-300: #84ebb4;
	--green-200: #c2f5da;
	--green-100: #cffbe8;
	--green-50: #e0faec;
	--yellow-950: #3b2f0a;
	--yellow-900: #54430f;
	--yellow-800: #6c5614;
	--yellow-700: #9d7e1f;
	--yellow-600: #cea529;
	--yellow-500: #fc3;
	--yellow-400: #ffd65c;
	--yellow-300: #ffe085;
	--yellow-200: #ffebad;
	--yellow-100: #fff5d6;
	--yellow-50: #fffaeb;
	--indigo-950: #111322;
	--indigo-900: #191d33;
	--indigo-800: #212644;
	--indigo-700: #323967;
	--indigo-600: #424c89;
	--indigo-500: #535fab;
	--indigo-400: #757fbc;
	--indigo-300: #989fcd;
	--indigo-200: #babfdd;
	--indigo-100: #dddfee;
	--indigo-50: #eeeff7;
	--sky-950: #124b68;
	--sky-900: #18658b;
	--sky-800: #1f7ead;
	--sky-700: #2597d0;
	--sky-600: #35ade9;
	--sky-500: #47c2ff;
	--sky-400: #68cdff;
	--sky-300: #97dcff;
	--sky-200: #c0eaff;
	--sky-100: #d5f1ff;
	--sky-50: #eaf8ff;
	--pink-950: #68123d;
	--pink-900: #8b1852;
	--pink-800: #ad1f66;
	--pink-700: #d0257a;
	--pink-600: #e9358f;
	--pink-500: #fb4ba3;
	--pink-400: #ff68b3;
	--pink-300: #ff97cb;
	--pink-200: #ffc0df;
	--pink-100: #ffd5ea;
	--pink-50: #ffeaf4;
	--teal-950: #0e2727;
	--teal-900: #163a3b;
	--teal-800: #1d4e4f;
	--teal-700: #2b7476;
	--teal-600: #3a9b9e;
	--teal-500: #48c2c5;
	--teal-400: #6dced1;
	--teal-300: #91dadc;
	--teal-200: #b6e7e8;
	--teal-100: #daf3f3;
	--teal-50: #edf9f9;
	--alpha-neutral-alpha-24: rgba(153, 160, 174, .24);
	--alpha-neutral-alpha-16: rgba(153, 160, 174, .16);
	--alpha-neutral-alpha-10: rgba(153, 160, 174, .1);
	--alpha-blue-alpha-24: rgba(71, 108, 255, .24);
	--alpha-blue-alpha-16: rgba(71, 108, 255, .16);
	--alpha-blue-alpha-10: rgba(71, 108, 255, .1);
	--alpha-orange-alpha-24: rgba(255, 145, 71, .24);
	--alpha-orange-alpha-16: rgba(255, 145, 71, .16);
	--alpha-orange-alpha-10: rgba(255, 145, 71, .1);
	--alpha-red-alpha-24: rgba(255, 102, 102, .24);
	--alpha-red-alpha-16: rgba(255, 102, 102, .16);
	--alpha-red-alpha-10: rgba(255, 102, 102, .1);
	--alpha-green-alpha-24: rgba(31, 193, 107, .24);
	--alpha-green-alpha-16: rgba(31, 193, 107, .16);
	--alpha-green-alpha-10: rgba(31, 193, 107, .1);
	--alpha-yellow-alpha-24: rgba(255, 204, 51, .24);
	--alpha-yellow-alpha-16: rgba(255, 204, 51, .16);
	--alpha-yellow-alpha-10: rgba(255, 204, 51, .1);
	--alpha-indigo-alpha-24: rgba(83, 95, 171, .24);
	--alpha-indigo-alpha-16: rgba(83, 95, 171, .16);
	--alpha-indigo-alpha-10: rgba(83, 95, 171, .1);
	--alpha-sky-alpha-24: rgba(71, 194, 255, .24);
	--alpha-sky-alpha-16: rgba(71, 194, 255, .16);
	--alpha-pink-alpha-24: rgba(251, 75, 163, .24);
	--alpha-sky-alpha-10: rgba(71, 194, 255, .1);
	--alpha-pink-alpha-16: rgba(251, 75, 163, .16);
	--alpha-pink-alpha-10: rgba(251, 75, 163, .1);
	--alpha-teal-alpha-24: rgba(34, 211, 187, .24);
	--alpha-teal-alpha-16: rgba(72, 194, 197, .16);
	--alpha-teal-alpha-10: rgba(72, 194, 197, .1);
	--alpha-white-alpha-24: rgba(255, 255, 255, .24);
	--alpha-white-alpha-16: rgba(255, 255, 255, .16);
	--alpha-white-alpha-10: rgba(255, 255, 255, .1);
	--alpha-black-alpha-24: rgba(14, 18, 27, .24);
	--alpha-black-alpha-16: rgba(14, 18, 27, .16);
	--alpha-black-alpha-10: rgba(14, 18, 27, .1);
	--primary-dark: var(--red-800);
	--primary-darker: var(--red-700);
	--primary-base: var(--red-500);
	--primary-alpha-24: var(--alpha-red-alpha-24);
	--primary-alpha-16: var(--alpha-red-alpha-16);
	--primary-alpha-10: var(--alpha-red-alpha-10);
	--secondary-dark: var(--teal-800);
	--secondary-darker: var(--teal-700);
	--secondary-base: var(--teal-500);
	--secondary-alpha-24: var(--alpha-teal-alpha-24);
	--secondary-alpha-162: var(--alpha-teal-alpha-16);
	--secondary-alpha-102: var(--alpha-teal-alpha-10);
	--tertiary-dark: var(--indigo-800);
	--tertiary-darker: var(--indigo-700);
	--tertiary-base: var(--indigo-500);
	--tertiary-alpha-24: var(--alpha-indigo-alpha-24);
	--tertiary-alpha-16: var(--alpha-indigo-alpha-16);
	--tertiary-alpha-10: var(--alpha-indigo-alpha-10);
	--font-weight-100: 100;
	--font-weight-100-italic: thin italic;
	--font-weight-200: 200;
	--font-weight-200-italic: light italic;
	--font-weight-300: 300;
	--font-weight-300-italic: light italic;
	--font-weight-400: 400;
	--font-weight-400-italic: regular italic;
	--font-weight-500: 500;
	--font-weight-500-italic: medium italic;
	--font-weight-600: 600;
	--font-weight-600-italic: semi bold italic;
	--font-weight-700: 700;
	--font-weight-700-italic: semi bold italic;
	--font-weight-800: 800;
	--font-value-4: 4px;
	--font-weight-800-italic: bold italic;
	--font-weight-900: 800;
	--font-weight-900-italic: extra bold italic;
	--font-value-9: 9px;
	--font-value-11: 11px;
	--font-value-12: 12px;
	--font-value-13: 13px;
	--font-value-14: 14px;
	--font-value-15: 15px;
	--font-value-16: 16px;
	--font-value-17: 17px;
	--font-value-18: 18px;
	--font-value-20: 20px;
	--font-value-22: 22px;
	--font-value-24: 24px;
	--font-value-26: 26px;
	--font-value-28: 28px;
	--font-value-32: 32px;
	--font-value-36: 36px;
	--font-value-40: 40px;
	--font-value-44: 44px;
	--font-value-48: 48px;
	--font-value-52: 52px;
	--font-value-56: 56px;
	--font-value-60: 60px;
	--font-value-64: 64px;
	--font-value-68: 68px;
	--font-value-72: 72px;
	--font-value-78: 78px;
	--font-value-80: 80px;
	--font-value-84: 84px;
	--font-value-92: 92px;
	--font-value-96: 96px;
	--font-value-100: 100px;
	--font-value-104: 104px;
	--font-value-108: 108px;
	--radius-2: 2px;
	--radius-4: 4px;
	--radius-6: 6px;
	--radius-8: 8px;
	--radius-10: 10px;
	--radius-12: 12px;
	--radius-16: 16px;
	--radius-20: 20px;
	--radius-24: 24px;
	--radius-28: 28px;
	--radius-40: 40px;
	--radius-full: 999px;
	--spacing-1: 1px;
	--spacing-2: 2px;
	--spacing-4: 4px;
	--spacing-8: 8px;
	--spacing-10: 10px;
	--spacing-12: 12px;
	--spacing-16: 16px;
	--spacing-20: 20px;
	--spacing-24: 24px;
	--spacing-28: 28px;
	--spacing-32: 32px;
	--spacing-36: 36px;
	--spacing-40: 40px;
	--spacing-44: 44px;
	--spacing-48: 48px;
	--spacing-52: 52px;
	--spacing-56: 56px;
	--spacing-60: 60px;
	--spacing-64: 64px;
	--spacing-72: 72px;
	--spacing-76: 76px;
	--spacing-80: 80px;
	--spacing-88: 88px;
	--spacing-96: 96px;
	--spacing-104: 104px;
	--spacing-108: 108px;
	--spacing-112: 112px;
	--spacing-116: 116px;
	--spacing-120: 120px;
	--spacing-128: 128px;
	--spacing-132: 132px;
	--spacing-140: 140px;
	--spacing-144: 144px;
	--spacing-152: 152px;
	--spacing-186: 186px;
	--static-static-black: var(--neutral-950);
	--static-static-white: var(--neutral-0);
	--bg-strong-950: var(--neutral-950);
	--bg-surface-800: var(--neutral-800);
	--bg-sub-300: var(--neutral-300);
	--bg-soft-200: var(--neutral-200);
	--bg-weak-50: var(--neutral-50);
	--bg-white-0: var(--neutral-0);
	--text-strong-950: var(--gray-950);
	--text-sub-600: var(--gray-800);
	--text-soft-400: var(--gray-700);
	--text-disabled-300: var(--gray-500);
	--text-white-0: var(--neutral-0);
	--stroke-strong-950: var(--neutral-950);
	--stroke-sub-300: var(--neutral-300);
	--stroke-soft-200: var(--neutral-200);
	--stroke-white-0: var(--neutral-0);
	--icon-strong-950: var(--neutral-950);
	--icon-sub-600: var(--neutral-600);
	--icon-soft-400: var(--neutral-400);
	--icon-disabled-300: var(--neutral-300);
	--state-faded-dark: var(--neutral-800);
	--state-faded-base: var(--neutral-500);
	--state-faded-light: var(--neutral-200);
	--state-faded-lighter: var(--neutral-100);
	--state-information-dark: var(--blue-950);
	--state-information-base: var(--blue-500);
	--state-information-light: var(--blue-200);
	--state-information-lighter: var(--blue-50);
	--state-warning-dark: var(--orange-950);
	--state-warning-base: var(--orange-500);
	--state-warning-light: var(--orange-200);
	--state-warning-lighter: var(--orange-50);
	--state-error-dark: var(--red-950);
	--state-error-base: var(--red-500);
	--state-error-light: var(--red-200);
	--state-error-lighter: var(--red-50);
	--state-success-dark: var(--green-950);
	--state-success-base: var(--green-500);
	--state-success-light: var(--green-200);
	--state-success-lighter: var(--green-50);
	--state-away-dark: var(--yellow-950);
	--state-away-base: var(--yellow-500);
	--state-away-light: var(--yellow-200);
	--state-away-lighter: var(--yellow-50);
	--state-feature-dark: var(--indigo-950);
	--state-feature-base: var(--indigo-500);
	--state-feature-light: var(--indigo-200);
	--state-feature-lighter: var(--indigo-50);
	--state-verified-dark: var(--sky-950);
	--state-verified-base: var(--sky-500);
	--state-verified-light: var(--sky-200);
	--state-verified-lighter: var(--sky-50);
	--state-highlighted-dark: var(--pink-950);
	--state-highlighted-base: var(--pink-500);
	--state-highlighted-light: var(--pink-200);
	--state-highlighted-lighter: var(--pink-50);
	--state-stable-dark: var(--teal-950);
	--state-stable-base: var(--teal-500);
	--state-stable-light: var(--teal-200);
	--state-stable-lighter: var(--teal-50);
	--icon-white-0: var(--neutral-0);
	--overlay-overlay: rgba(2, 13, 23, .24);
	--social-apple: #000;
	--social-twitter: #010101;
	--social-github: #24292f;
	--social-notion: #1e2226;
	--social-tidal: #000;
	--social-amazon: #353e47;
	--social-zendesk: #16140d;
	--illustration-strong-400: var(--neutral-400);
	--illustration-sub-300: var(--neutral-300);
	--illustration-soft-200: var(--neutral-200);
	--illustration-weak-100: var(--neutral-100);
	--illustration-white-0: var(--neutral-0);
}

.btn--link, .tag--link, .table-of-contents__link {
	display: inline-block;
	position: relative;
	transition: color .2s ease-in-out;
}

.btn--link:has(.text) .text, .tag--link:has(.text) .text, .table-of-contents__link:has(.text) .text {
	position: relative;
}

.btn--link:has(.text) .text::after, .tag--link:has(.text) .text::after, .table-of-contents__link:has(.text) .text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: right;
	transition: scale .2s ease-in-out;
	scale: 0 1;
}

.btn--link:has(.text):hover .text::after, .tag--link:has(.text):hover .text::after, .table-of-contents__link:has(.text):hover .text::after {
	scale: 1 1;
	transform-origin: left;
}

.btn--link:not(:has(.text))::after, .tag--link:not(:has(.text))::after, .table-of-contents__link:not(:has(.text))::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: right;
	transition: scale .2s ease-in-out;
	scale: 0 1;
}

.btn--link:not(:has(.text)):hover::after, .tag--link:not(:has(.text)):hover::after, .table-of-contents__link:not(:has(.text)):hover::after {
	scale: 1 1;
	transform-origin: left;
}

.t-heading, .t-subheading, .t-body, .t-caption, .t-btn, form input[type=submit], .btn .text, .tag .text, .table-of-contents__link .text, form input[type=submit] .text, .site-footer .gravity-theme input[type=submit] .text, .gfield_list .gform-grid-col button .text, .gform_footer input[type=submit] .text, .t-field, .t-big-number {
	display: block;
}

.t-paragraph, .table-of-contents__link, .gfield_label, .t-body {
	color: var(--text-sub-600);
	font-weight: var(--font-weight-400);
}

.t-paragraph--1, .gform_title, .t-paragraph--20 {
	font-size: var(--font-value-20);
	letter-spacing: -.2px;
	line-height: var(--font-value-28);
}

@media only screen and (max-width: 768px) {
	.t-paragraph--1, .gform_title, .t-paragraph--20 {
		font-size: var(--font-value-14);
		letter-spacing: -.14px;
		line-height: var(--font-value-24);
	}
}

.t-paragraph--2, .t-body--2, .t-body--18, .t-paragraph--18 {
	font-size: var(--font-value-18);
	letter-spacing: -.6px;
	line-height: var(--font-value-28);
}

@media only screen and (max-width: 768px) {
	.t-paragraph--2, .t-body--2, .t-body--18, .t-paragraph--18 {
		font-size: var(--font-value-14);
		letter-spacing: -.14px;
		line-height: var(--font-value-24);
	}
}

.t-paragraph--3, .gfield_label, .t-body--3, .t-body--16, .t-paragraph--16, .table-of-contents__link {
	font-size: var(--font-value-16);
	letter-spacing: -.32px;
	line-height: var(--font-value-28);
}

@media only screen and (max-width: 768px) {
	.t-paragraph--3, .gfield_label, .t-body--3, .t-body--16, .t-paragraph--16, .table-of-contents__link {
		font-size: var(--font-value-14);
		letter-spacing: -.14px;
		line-height: var(--font-value-24);
	}
}

.t-paragraph--4, form input:not([type=submit]):not([type=checkbox]):not([type=radio]), form select, form textarea, form .gfield_checkbox .gchoice .gform-field-label, form .gfield_radio .gchoice .gform-field-label, .gform_confirmation_message, .ui-datepicker, .ui-datepicker .ui-datepicker-calendar a, .t-body--4, .btn.btn--smallest .text, .btn.tag--smallest .text, .tag.btn--smallest .text, .tag.tag--smallest .text, .btn.btn--smaller .text, .btn.tag--smaller .text, .tag.btn--smaller .text, .tag.tag--smaller .text, .btn--smallest.table-of-contents__link .text, form input.btn--smallest[type=submit] .text, .site-footer .gravity-theme input.btn--smallest[type=submit] .text, .gfield_list .gform-grid-col button.btn--smallest .text, .gform_footer input.btn--smallest[type=submit] .text, .tag--smallest.table-of-contents__link .text, form input.tag--smallest[type=submit] .text, .site-footer .gravity-theme input.tag--smallest[type=submit] .text, .gfield_list .gform-grid-col button.tag--smallest .text, .gform_footer input.tag--smallest[type=submit] .text, .btn--smaller.table-of-contents__link .text, form input.btn--smaller[type=submit] .text, .site-footer .gravity-theme input.btn--smaller[type=submit] .text, .gfield_list .gform-grid-col button.btn--smaller .text, .gform_footer input.btn--smaller[type=submit] .text, .tag--smaller.table-of-contents__link .text, form input.tag--smaller[type=submit] .text, .site-footer .gravity-theme input.tag--smaller[type=submit] .text, .gfield_list .gform-grid-col button.tag--smaller .text, .gform_footer input.tag--smaller[type=submit] .text, .t-body--14, .btn.btn--14, .btn.tag--14, .tag.btn--14, .tag.tag--14, .btn.btn--14 .text, .btn.tag--14 .text, .tag.btn--14 .text, .tag.tag--14 .text, .btn--14.table-of-contents__link, form input.btn--14[type=submit], .site-footer .gravity-theme input.btn--14[type=submit], .gfield_list .gform-grid-col button.btn--14, .gform_footer input.btn--14[type=submit], .tag--14.table-of-contents__link, form input.tag--14[type=submit], .site-footer .gravity-theme input.tag--14[type=submit], .gfield_list .gform-grid-col button.tag--14, .gform_footer input.tag--14[type=submit], .btn--14.table-of-contents__link .text, form input.btn--14[type=submit] .text, .site-footer .gravity-theme input.btn--14[type=submit] .text, .gfield_list .gform-grid-col button.btn--14 .text, .gform_footer input.btn--14[type=submit] .text, .tag--14.table-of-contents__link .text, form input.tag--14[type=submit] .text, .site-footer .gravity-theme input.tag--14[type=submit] .text, .gfield_list .gform-grid-col button.tag--14 .text, .gform_footer input.tag--14[type=submit] .text, .t-paragraph--14, .table-of-contents__link.small {
	font-size: var(--font-value-14);
	letter-spacing: -.14px;
	line-height: var(--font-value-24);
}

.t-paragraph--5, .screen-reader-text, .gform_fileupload_rules, .ginput_counter, .t-paragraph--12 {
	font-size: var(--font-value-12);
	letter-spacing: -.14px;
	line-height: var(--font-value-16);
}

.t-paragraph--grey {
	color: var(--neutral-600);
}

.t-paragraph--lightgrey {
	color: var(--neutral-500);
}

.t-paragraph--white, .site-footer .gravity-theme .gform_title, .site-footer .gform_confirmation_message {
	color: var(--neutral-0);
}

.t-paragraph--white *, .site-footer .gravity-theme .gform_title *, .site-footer .gform_confirmation_message * {
	color: var(--neutral-0);
}

.t-paragraph--soft {
	color: var(--text-soft-400);
}

.t-paragraph--soft * {
	color: var(--text-soft-400);
}

.t-paragraph--dark, .table-of-contents__link, form .gfield_checkbox .gchoice .gform-field-label, form .gfield_radio .gchoice .gform-field-label, .gfield_label, .screen-reader-text, .gform_fileupload_rules, .ginput_counter, .ui-datepicker, .ui-datepicker .ui-datepicker-calendar a {
	color: var(--text-strong-950);
}

.t-paragraph--dark *, .table-of-contents__link *, form .gfield_checkbox .gchoice .gform-field-label *, form .gfield_radio .gchoice .gform-field-label *, .gfield_label *, .screen-reader-text *, .gform_fileupload_rules *, .ginput_counter *, .ui-datepicker *, .ui-datepicker .ui-datepicker-calendar a * {
	color: var(--text-strong-950);
}

.t-paragraph--teal {
	color: var(--teal-950);
}

.t-paragraph--teal * {
	color: var(--teal-950);
}

.t-paragraph--red {
	color: var(--primary-base);
}

.t-paragraph--red * {
	color: var(--primary-base);
}

.t-heading {
	color: var(--text-strong-950);
	font-weight: var(--font-weight-700);
	text-wrap: balance;
}

.t-heading--h1, .t-heading--h1 * {
	font-size: var(--font-value-64);
	letter-spacing: -3.2px;
	line-height: var(--font-value-80);
}

@media only screen and (max-width: 768px) {
	.t-heading--h1, .t-heading--h1 * {
		font-size: var(--font-value-40);
		letter-spacing: -.4px;
		line-height: var(--font-value-48);
	}
}

.t-heading--h2, .t-heading--h2 * {
	font-size: var(--font-value-48);
	letter-spacing: -.96px;
	line-height: var(--font-value-56);
}

@media only screen and (max-width: 768px) {
	.t-heading--h2, .t-heading--h2 * {
		font-size: var(--font-value-40);
		letter-spacing: -.4px;
		line-height: var(--font-value-48);
	}
}

.t-heading--h3, .t-heading--h3 * {
	font-size: var(--font-value-40);
	letter-spacing: -.4px;
	line-height: var(--font-value-48);
}

@media only screen and (max-width: 768px) {
	.t-heading--h3, .t-heading--h3 * {
		font-size: var(--font-value-32);
		letter-spacing: -.32px;
		line-height: var(--font-value-40);
	}
}

.t-heading--h4, .t-heading--h4 * {
	font-size: var(--font-value-32);
	line-height: var(--font-value-40);
}

.t-heading--h5, .t-heading--h5 * {
	font-size: var(--font-value-24);
	letter-spacing: -.24px;
	line-height: var(--font-value-32);
}

.t-heading--h6, .t-heading--h6 * {
	font-size: var(--font-value-20);
	letter-spacing: -.2px;
	line-height: var(--font-value-28);
}

.t-heading b, .t-heading strong {
	color: var(--primary-base);
}

.t-heading--white {
	color: var(--neutral-0);
}

.t-heading--soft {
	color: var(--text-soft-400);
}

.t-heading--dark {
	color: var(--text-strong-950);
}

.t-heading--teal {
	color: var(--teal-950);
}

.t-heading--tealwhite {
	color: var(--teal-50);
}

.t-heading--red {
	color: var(--primary-base);
}

@media only screen and (max-width: 1024px) {
	.t-heading br {
		display: none;
	}
}

.t-subheading {
	color: var(--text-strong-950);
	font-style: normal;
	font-weight: var(--font-weight-700);
	text-transform: uppercase;
}

.t-subheading--1, .t-subheading--36 {
	font-size: var(--font-value-14);
	letter-spacing: .84px;
	line-height: var(--font-value-20);
}

.t-subheading--2, form .ginput_container_consent, .gform_submission_error, .gfield_validation_message, .t-subheading--12 {
	font-size: var(--font-value-12);
	letter-spacing: .48px;
	line-height: var(--font-value-16);
}

.t-subheading--3, .t-subheading--11 {
	font-size: var(--font-value-11);
	letter-spacing: .22px;
	line-height: var(--font-value-12);
}

.t-subheading--white, form .ginput_container_consent {
	color: var(--neutral-0);
}

.t-subheading--soft {
	color: var(--text-soft-400);
}

.t-subheading--dark {
	color: var(--text-strong-950);
}

.t-subheading--grey {
	color: var(--neutral-600);
}

.t-subheading--teal {
	color: var(--teal-950);
}

.t-subheading--red {
	color: var(--primary-base);
}

.t-body--white {
	color: var(--neutral-0);
}

.t-body--soft {
	color: var(--text-soft-400);
}

.t-body--dark {
	color: var(--text-strong-950);
}

.t-body--teal {
	color: var(--teal-950);
}

.t-body--red {
	color: var(--primary-base);
}

.t-body p {
	margin-bottom: var(--spacing-16);
}

.t-body p:last-child {
	margin-bottom: 0;
}

.t-body ul {
	margin-bottom: var(--spacing-24);
	padding-left: var(--spacing-24);
}

@media only screen and (max-width: 768px) {
	.t-body ul {
		margin-bottom: var(--spacing-16);
		padding-left: var(--spacing-16);
	}
}

.t-body ul li {
	list-style-type: disc;
}

.t-body ol {
	margin-bottom: var(--spacing-24);
	padding-left: var(--spacing-24);
}

@media only screen and (max-width: 768px) {
	.t-body ol {
		margin-bottom: var(--spacing-16);
		padding-left: var(--spacing-16);
	}
}

.t-caption {
	font-size: 18px;
	font-style: normal;
	font-weight: var(--font-weight-600);
	letter-spacing: -.6px;
	line-height: 28px;
}

.t-caption--white {
	color: var(--neutral-0);
}

.t-caption--disabled {
	color: var(--text-disabled-300);
}

.t-caption--soft {
	color: var(--text-soft-400);
}

.t-caption--dark {
	color: var(--text-strong-950);
}

.t-caption--teal {
	color: var(--teal-600);
}

.t-caption--red {
	color: var(--primary-base);
}

.t-caption--indigo {
	color: var(--indigo-600);
}

.t-caption--yellow {
	color: var(--yellow-600);
}

.t-caption--12 {
	font-size: 12px;
	line-height: 1.3333333333;
}

.t-caption--16 {
	font-size: 16px;
	line-height: 1.5;
}

.t-caption--small {
	font-size: 14px;
	line-height: 1.4285714286;
}

.t-caption--x-large {
	font-size: 24px;
	line-height: 1.3333333333;
}

@media only screen and (max-width: 768px) {
	.t-caption {
		font-size: var(--font-value-14);
		letter-spacing: -.14px;
		line-height: var(--font-value-24);
	}
}

.t-btn, form input[type=submit], .btn .text, .tag .text, .table-of-contents__link .text, form input[type=submit] .text, .site-footer .gravity-theme input[type=submit] .text, .gfield_list .gform-grid-col button .text, .gform_footer input[type=submit] .text {
	font-weight: var(--font-weight-500);
	letter-spacing: -.6px;
}

.t-btn--4, form input[type=submit], .btn .text, .tag .text, .table-of-contents__link .text, form input[type=submit] .text, .site-footer .gravity-theme input[type=submit] .text, .gfield_list .gform-grid-col button .text, .gform_footer input[type=submit] .text {
	font-size: var(--font-value-16);
	line-height: var(--font-value-24);
}

@media only screen and (max-width: 768px) {
	.t-btn--4, form input[type=submit], .btn .text, .tag .text, .table-of-contents__link .text, form input[type=submit] .text, .site-footer .gravity-theme input[type=submit] .text, .gfield_list .gform-grid-col button .text, .gform_footer input[type=submit] .text {
		font-size: var(--font-value-14);
		letter-spacing: -.14px;
		line-height: var(--font-value-24);
	}
}

.t-weight--thin, .t-weight--thin * {
	font-weight: var(--font-weight-100);
}

.t-weight--light, .screen-reader-text, .gform_fileupload_rules, .ginput_counter, .t-weight--light *, .screen-reader-text *, .gform_fileupload_rules *, .ginput_counter * {
	font-weight: var(--font-weight-200);
}

.t-weight--regular-light, .t-weight--regular-light * {
	font-weight: var(--font-weight-300);
}

.t-weight--regular, form input:not([type=submit]):not([type=checkbox]):not([type=radio]), form select, form textarea, form .ginput_container_consent, .t-weight--regular *, form input:not([type=submit]):not([type=checkbox]):not([type=radio]) *, form select *, form textarea *, form .ginput_container_consent * {
	font-weight: var(--font-weight-400);
}

.t-weight--medium, .table-of-contents__link, .gfield_validation_message, .gfield_label, .gform_confirmation_message, .t-weight--medium *, .table-of-contents__link *, .gfield_validation_message *, .gfield_label *, .gform_confirmation_message * {
	font-weight: var(--font-weight-500);
}

.t-weight--extramedium, .t-weight--extramedium * {
	font-weight: var(--font-weight-600);
}

.t-weight--semibold, .gform_submission_error, .gform_title, .t-weight--semibold *, .gform_submission_error *, .gform_title *, .t-body b *, .t-body strong *, .t-body b, .t-body strong {
	font-weight: var(--font-weight-700);
}

.t-weight--bold, .t-weight--bold * {
	font-weight: var(--font-weight-800);
}

.t-weight--extrabold, .t-weight--extrabold * {
	font-weight: var(--font-weight-900);
}

.t-navigation {
	display: block;
}

hr {
	height: 1px;
	margin-bottom: var(--spacing-16);
	border: 0;
	background: var(--neutral-200);
	color: var(--neutral-200);
	font-size: 0;
}

html {
	box-sizing: border-box;
}

*, *::before, *::after {
	margin: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-track {
	background-color: var(--neutral-0);
}

::-webkit-scrollbar-thumb {
	background-color: var(--neutral-900);
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--neutral-900);
}

*::selection {
	background-color: var(--neutral-900);
	color: var(--text-sub-600);
}

body {
	position: relative;
	margin: 0;
	color: var(--text-sub-600);
	font-family: var(--font-family-primary);
	font-size: var(--font-value-16);
	font-weight: var(--font-weight-400);
	letter-spacing: normal;
	line-height: var(--font-value-28);
	font-optical-sizing: auto;
	overscroll-behavior: none;
}

body.is-mobile-open, body.is-modal-open {
	overflow: hidden;
}

ul:has([class]) {
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

main#content {
	max-width: inherit !important;
	padding: 0 !important;
}

p:last-child {
	margin-bottom: 0;
}

.page-content {
	max-width: 100vw;
	max-width: 100dvw;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.l-section {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: -1px;
	background-color: var(--neutral-0);
}

@media only screen and (max-width: 768px) {
	.l-section:first-child {
		padding-top: 112px;
	}
}

.l-pt-186 {
	padding-top: var(--spacing-186);
}

@media only screen and (max-width: 768px) {
	.l-pt-186 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-152 {
	padding-top: var(--spacing-152);
}

@media only screen and (max-width: 768px) {
	.l-pt-152 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-120 {
	padding-top: var(--spacing-120);
}

@media only screen and (max-width: 768px) {
	.l-pt-120 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-112 {
	padding-top: var(--spacing-112);
}

@media only screen and (max-width: 768px) {
	.l-pt-112 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-96 {
	padding-top: var(--spacing-96);
}

@media only screen and (max-width: 768px) {
	.l-pt-96 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-88 {
	padding-top: var(--spacing-88);
}

@media only screen and (max-width: 768px) {
	.l-pt-88 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-80 {
	padding-top: var(--spacing-80);
}

@media only screen and (max-width: 768px) {
	.l-pt-80 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-64 {
	padding-top: var(--spacing-64);
}

@media only screen and (max-width: 768px) {
	.l-pt-64 {
		padding-top: var(--spacing-48);
	}
}

.l-pt-48 {
	padding-top: var(--spacing-48);
}

.l-pt-40 {
	padding-top: var(--spacing-40);
}

.l-pt-32 {
	padding-top: var(--spacing-32);
}

.l-pt-24 {
	padding-top: var(--spacing-24);
}

.l-pt-16 {
	padding-top: var(--spacing-16);
}

.l-pt-8 {
	padding-top: var(--spacing-8);
}

.l-pt-0 {
	padding-top: 0;
}

.l-pb-186 {
	padding-bottom: var(--spacing-186);
}

@media only screen and (max-width: 768px) {
	.l-pb-186 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-152 {
	padding-bottom: var(--spacing-152);
}

@media only screen and (max-width: 768px) {
	.l-pb-152 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-120 {
	padding-bottom: var(--spacing-120);
}

@media only screen and (max-width: 768px) {
	.l-pb-120 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-112 {
	padding-bottom: var(--spacing-112);
}

@media only screen and (max-width: 768px) {
	.l-pb-112 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-96 {
	padding-bottom: var(--spacing-96);
}

@media only screen and (max-width: 768px) {
	.l-pb-96 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-88 {
	padding-bottom: var(--spacing-88);
}

@media only screen and (max-width: 768px) {
	.l-pb-88 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-80 {
	padding-bottom: var(--spacing-80);
}

@media only screen and (max-width: 768px) {
	.l-pb-80 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-64 {
	padding-bottom: var(--spacing-64);
}

@media only screen and (max-width: 768px) {
	.l-pb-64 {
		padding-bottom: var(--spacing-48);
	}
}

.l-pb-48 {
	padding-bottom: var(--spacing-48);
}

.l-pb-40 {
	padding-bottom: var(--spacing-40);
}

.l-pb-32 {
	padding-bottom: var(--spacing-32);
}

.l-pb-24 {
	padding-bottom: var(--spacing-24);
}

.l-pb-16 {
	padding-bottom: var(--spacing-16);
}

.l-pb-8 {
	padding-bottom: var(--spacing-8);
}

.l-pb-0 {
	padding-bottom: 0;
}

.l-wrapper {
	position: relative;
	width: calc(100% - 2.5rem);
	max-width: 87.5rem;
	margin: 0 auto;
}

.l-wrapper--medium {
	width: calc(100% - 14rem);
	max-width: 76rem;
}

@media only screen and (max-width: 1280px) {
	.l-wrapper--medium {
		width: calc(100% - 2.5rem);
	}
}

.l-wrapper--large {
	width: calc(100% - 6rem);
}

@media only screen and (max-width: 1280px) {
	.l-wrapper--large {
		width: calc(100% - 2rem);
	}
}

.l-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.l-row--reverse {
	flex-direction: row-reverse;
}

.l-row--col {
	flex-direction: column;
}

.l-row--center {
	align-items: center;
	justify-content: center;
}

.l-row--ai-s {
	align-items: flex-start;
}

.l-row--ai-c {
	align-items: center;
}

.l-row--ai-e {
	align-items: flex-end;
}

.l-row--ai-sb {
	align-items: space-between;
}

.l-row--jc-c {
	justify-content: flex-start;
}

.l-row--jc-c {
	justify-content: center;
}

.l-row--jc-e {
	justify-content: flex-end;
}

.l-row--jc-sb {
	justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
	.l-sidebar {
		position: sticky;
		top: 7.5rem;
	}
}

.l-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	max-width: 100vw;
	height: 100%;
	max-height: 100vh;
	padding-inline: 0;
	border: 0;
	background: rgba(0, 0, 0, 0);
	transition: opacity .5s ease-in-out, translate .5s ease-in-out;
	overflow: auto;
}

.l-dialog:not([open]) {
	pointer-events: none;
	opacity: 0;
	translate: 0 -100%;
}

.l-dialog::backdrop {
	background-color: rgba(0, 0, 0, .8);
}

.btns-hld {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(.75rem, .4vw + .66rem, 1rem);
}

.btns-hld--left {
	justify-content: flex-start;
}

.btns-hld--right {
	justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
	.btns-hld--right {
		justify-content: flex-start;
	}
}

.btns-hld--nowrap .btn, .btns-hld--nowrap .table-of-contents__link, .btns-hld--nowrap form input[type=submit], form .btns-hld--nowrap input[type=submit], .btns-hld--nowrap .site-footer .gravity-theme input[type=submit], .site-footer .gravity-theme .btns-hld--nowrap input[type=submit], .btns-hld--nowrap .gfield_list .gform-grid-col button, .gfield_list .gform-grid-col .btns-hld--nowrap button, .btns-hld--nowrap .gform_footer input[type=submit], .gform_footer .btns-hld--nowrap input[type=submit] {
	white-space: nowrap;
}

.btn, .table-of-contents__link, form input[type=submit], .site-footer .gravity-theme input[type=submit], .gfield_list .gform-grid-col button, .gform_footer input[type=submit], .tag {
	display: inline-flex !important;
	flex: none;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	max-width: 100%;
	padding: .6875rem 1.625rem;
	border: 1px solid rgba(0, 0, 0, 0);
	outline: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, outline-color .2s ease-in-out, box-shadow .2s ease-in-out;
	gap: .5rem;
}

@media only screen and (max-width: 768px) {
	.btn, .table-of-contents__link, form input[type=submit], .site-footer .gravity-theme input[type=submit], .gfield_list .gform-grid-col button, .gform_footer input[type=submit], .tag {
		padding: .4375rem 1rem;
	}
}

.btn.is-reverse, .is-reverse.table-of-contents__link, form input.is-reverse[type=submit], .site-footer .gravity-theme input.is-reverse[type=submit], .gfield_list .gform-grid-col button.is-reverse, .gform_footer input.is-reverse[type=submit], .tag.is-reverse {
	flex-direction: row-reverse;
}

.btn.btn--left, .btn--left.table-of-contents__link, form input.btn--left[type=submit], .site-footer .gravity-theme input.btn--left[type=submit], .gfield_list .gform-grid-col button.btn--left, .gform_footer input.btn--left[type=submit], .btn.tag--left, .tag--left.table-of-contents__link, form input.tag--left[type=submit], .site-footer .gravity-theme input.tag--left[type=submit], .gfield_list .gform-grid-col button.tag--left, .gform_footer input.tag--left[type=submit], .tag.btn--left, .tag.tag--left {
	text-align: left;
}

.btn.btn--smallest, .btn--smallest.table-of-contents__link, form input.btn--smallest[type=submit], .site-footer .gravity-theme input.btn--smallest[type=submit], .gfield_list .gform-grid-col button.btn--smallest, .gform_footer input.btn--smallest[type=submit], .btn.tag--smallest, .tag--smallest.table-of-contents__link, form input.tag--smallest[type=submit], .site-footer .gravity-theme input.tag--smallest[type=submit], .gfield_list .gform-grid-col button.tag--smallest, .gform_footer input.tag--smallest[type=submit], .tag.btn--smallest, .tag.tag--smallest {
	padding: 0;
}

.btn.btn--smaller, .btn--smaller.table-of-contents__link, form input.btn--smaller[type=submit], .site-footer .gravity-theme input.btn--smaller[type=submit], .gfield_list .gform-grid-col button.btn--smaller, .gform_footer input.btn--smaller[type=submit], .btn.tag--smaller, .tag--smaller.table-of-contents__link, form input.tag--smaller[type=submit], .site-footer .gravity-theme input.tag--smaller[type=submit], .gfield_list .gform-grid-col button.tag--smaller, .gform_footer input.tag--smaller[type=submit], .tag.btn--smaller, .tag.tag--smaller {
	padding: 0rem .5rem;
}

.btn.btn--small, .btn--small.table-of-contents__link, form input.btn--small[type=submit], .site-footer .gravity-theme input.btn--small[type=submit], .gform_footer input.btn--small[type=submit], .gfield_list .gform-grid-col button, .btn.tag--small, .tag--small.table-of-contents__link, form input.tag--small[type=submit], .site-footer .gravity-theme input.tag--small[type=submit], .gform_footer input.tag--small[type=submit], .tag.btn--small, .tag.tag--small {
	padding: .4375rem 1rem;
}

.btn.btn--large, .btn--large.table-of-contents__link, form input.btn--large[type=submit], .site-footer .gravity-theme input.btn--large[type=submit], .gfield_list .gform-grid-col button.btn--large, .gform_footer input.btn--large[type=submit], .btn.tag--large, .tag--large.table-of-contents__link, form input.tag--large[type=submit], .site-footer .gravity-theme input.tag--large[type=submit], .gfield_list .gform-grid-col button.tag--large, .gform_footer input.tag--large[type=submit], .tag.btn--large, .tag.tag--large {
	padding: 1.25rem 2.5rem;
}

@media only screen and (max-width: 768px) {
	.btn.btn--large, .btn--large.table-of-contents__link, form input.btn--large[type=submit], .site-footer .gravity-theme input.btn--large[type=submit], .gfield_list .gform-grid-col button.btn--large, .gform_footer input.btn--large[type=submit], .btn.tag--large, .tag--large.table-of-contents__link, form input.tag--large[type=submit], .site-footer .gravity-theme input.tag--large[type=submit], .gfield_list .gform-grid-col button.tag--large, .gform_footer input.tag--large[type=submit], .tag.btn--large, .tag.tag--large {
		padding: .4375rem 1rem;
	}
}

.btn.btn--radius-full, .btn--radius-full.table-of-contents__link, form input.btn--radius-full[type=submit], .site-footer .gravity-theme input.btn--radius-full[type=submit], .gfield_list .gform-grid-col button.btn--radius-full, .gform_footer input.btn--radius-full[type=submit], .btn.tag--radius-full, .tag--radius-full.table-of-contents__link, form input.tag--radius-full[type=submit], .site-footer .gravity-theme input.tag--radius-full[type=submit], .gfield_list .gform-grid-col button.tag--radius-full, .gform_footer input.tag--radius-full[type=submit], .tag.btn--radius-full, .tag.tag--radius-full {
	border-radius: var(--radius-full);
}

.btn.btn--nowrap, .btn--nowrap.table-of-contents__link, form input.btn--nowrap[type=submit], .site-footer .gravity-theme input.btn--nowrap[type=submit], .gfield_list .gform-grid-col button.btn--nowrap, .gform_footer input.btn--nowrap[type=submit], .btn.tag--nowrap, .tag--nowrap.table-of-contents__link, form input.tag--nowrap[type=submit], .site-footer .gravity-theme input.tag--nowrap[type=submit], .gfield_list .gform-grid-col button.tag--nowrap, .gform_footer input.tag--nowrap[type=submit], .tag.btn--nowrap, .tag.tag--nowrap {
	white-space: nowrap;
}

.btn__icon, .tag__icon {
	width: 1.375rem;
	height: 1.375rem;
}

.btn__icon svg, .tag__icon svg {
	width: 100%;
	height: 100%;
}

.btn__icon svg.is-rotated, .tag__icon svg.is-rotated {
	transform: rotate(180deg);
}

.btn--primary, form input[type=submit], .site-footer .gravity-theme input[type=submit], .tag--primary {
	border: 1px solid var(--stroke-soft-200);
	border-radius: var(--radius-full);
	background-color: var(--static-static-white);
	color: var(--text-strong-950);
}

.btn--primary.is-active, form input.is-active[type=submit], .site-footer .gravity-theme input.is-active[type=submit], .btn--primary:hover, form input[type=submit]:hover, .site-footer .gravity-theme input[type=submit]:hover, .tag--primary.is-active, .tag--primary:hover {
	border: 1px solid var(--stroke-white-0);
	border-radius: var(--radius-full);
	background: var(--neutral-950);
	color: var(--static-static-white);
}

.btn--primary.is-active .btn__icon, form input.is-active[type=submit] .btn__icon, .site-footer .gravity-theme input.is-active[type=submit] .btn__icon, .btn--primary:hover .btn__icon, form input[type=submit]:hover .btn__icon, .site-footer .gravity-theme input[type=submit]:hover .btn__icon, .tag--primary.is-active .btn__icon, .tag--primary:hover .btn__icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(0%) hue-rotate(134deg) brightness(103%) contrast(105%);
}

.btn--primary:focus, form input[type=submit]:focus, .site-footer .gravity-theme input[type=submit]:focus, .tag--primary:focus {
	border: 1px solid var(--bg-strong-950);
	border-radius: var(--radius-full);
	background: var(--static-static-white);
	box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-neutral-alpha-10);
	color: var(--text-strong-950);
}

.btn--primary:focus .btn__icon, form input[type=submit]:focus .btn__icon, .site-footer .gravity-theme input[type=submit]:focus .btn__icon, .tag--primary:focus .btn__icon {
	filter: none;
}

.btn--secondary, .gfield_list .gform-grid-col button, .gform_footer input[type=submit], .tag--secondary {
	border: 1px solid var(--alpha-white-alpha-24);
	border-radius: var(--radius-full);
	background-color: var(--bg-strong-950);
	color: var(--text-white-0);
}

.btn--secondary .btn__icon, .gfield_list .gform-grid-col button .btn__icon, .gform_footer input[type=submit] .btn__icon, .tag--secondary .btn__icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(355deg) brightness(102%) contrast(106%);
}

.btn--secondary.is-active, .gfield_list .gform-grid-col button.is-active, .gform_footer input.is-active[type=submit], .btn--secondary:hover, .gfield_list .gform-grid-col button:hover, .gform_footer input[type=submit]:hover, .tag--secondary.is-active, .tag--secondary:hover {
	border: 1px solid var(--stroke-strong-950);
	border-radius: var(--radius-full);
	background: var(--bg-white-0);
	color: var(--text-strong-950);
}

.btn--secondary.is-active .btn__icon, .gfield_list .gform-grid-col button.is-active .btn__icon, .gform_footer input.is-active[type=submit] .btn__icon, .btn--secondary:hover .btn__icon, .gfield_list .gform-grid-col button:hover .btn__icon, .gform_footer input[type=submit]:hover .btn__icon, .tag--secondary.is-active .btn__icon, .tag--secondary:hover .btn__icon {
	filter: brightness(0) saturate(100%) invert(5%) sepia(7%) saturate(4324%) hue-rotate(184deg) brightness(99%) contrast(95%);
}

.btn--secondary:focus, .gfield_list .gform-grid-col button:focus, .gform_footer input[type=submit]:focus, .tag--secondary:focus {
	border-radius: var(--radius-full);
	background: var(--bg-strong-950);
	box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-neutral-alpha-16);
	color: var(--text-white-0);
}

.btn--tertiary, .tag--tertiary {
	border: 1px solid var(--alpha-white-alpha-16);
	border-radius: var(--radius-full);
	background: var(--alpha-white-alpha-16);
	color: var(--text-white-0);
}

.btn--tertiary.is-active, .btn--tertiary:hover, .tag--tertiary.is-active, .tag--tertiary:hover {
	border: 1px solid var(--static-static-white);
	border-radius: var(--radius-full);
	background: var(--static-static-white);
	color: var(--text-strong-950);
}

.btn--tertiary:focus, .tag--tertiary:focus {
	border: 1px solid var(--bg-strong-950);
	border-radius: var(--radius-full);
	background: var(--bg-white-0);
	box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-neutral-alpha-10);
	color: var(--text-strong-950);
}

.btn--link, .table-of-contents__link, .tag--link {
	padding: 0;
	border-radius: 2px;
}

.btn--link:focus, .table-of-contents__link:focus, .tag--link:focus {
	outline-color: var(--button-border-focus);
}

.btn--link:focus::after, .table-of-contents__link:focus::after, .tag--link:focus::after {
	scale: 0;
}

.btn.is-disabled, .is-disabled.table-of-contents__link, form input.is-disabled[type=submit], .site-footer .gravity-theme input.is-disabled[type=submit], .gfield_list .gform-grid-col button.is-disabled, .gform_footer input.is-disabled[type=submit], .btn:disabled, .table-of-contents__link:disabled, form input[type=submit]:disabled, .site-footer .gravity-theme input[type=submit]:disabled, .gfield_list .gform-grid-col button:disabled, .gform_footer input[type=submit]:disabled, .tag.is-disabled, .tag:disabled {
	pointer-events: none;
	cursor: default;
	border-radius: var(--radius-full, 999px);
	background: var(--bg-weak-50, #f5f7fa);
	color: var(--text-disabled-300, #a9a9a9);
}

.tag {
	pointer-events: none;
}

.tag--primary {
	border-radius: var(--radius-8);
}

.tag--secondary {
	border-color: var(--neutral-50);
	background-color: var(--neutral-50);
	color: var(--text-strong-950);
}

.u-filter-body {
	position: relative;
}

.u-filter-body.is-loading .u-filter-body-to-load {
	pointer-events: none;
}

.u-filter-body.is-loading .u-filter-loader {
	pointer-events: auto;
	opacity: .8;
}

.u-filter-body-to-load {
	min-height: 300px;
}

.u-filter-loader {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	z-index: 99;
	pointer-events: none;
	padding-top: 200px;
	background-color: var(--neutral-0);
	transition: opacity .2s;
	opacity: 0;
	inset: 0;
}

.u-filter-loader svg {
	width: 120px;
	height: 120px;
}

.u-filter-item .text {
	pointer-events: none;
}

@keyframes gelatine {
	from, to {
		transform: scale(1, 1);
	}
	
	25% {
		transform: scale(.9, 1.1);
	}
	
	50% {
		transform: scale(1.1, .9);
	}
	
	75% {
		transform: scale(.95, 1.05);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	from {
		transform: translateY(16px);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	from {
		transform: translateY(-16px);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInOpacity {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.gform_wrapper {
	max-width: 612px;
	transition: opacity .2s;
}

@media only screen and (max-width: 768px) {
	.gform_wrapper {
		max-width: 100%;
	}
}

.gform_wrapper.is-loading {
	opacity: .5;
}

.gform_submission_error {
	margin-bottom: 24px;
	padding-right: 16px;
	padding-left: 16px;
	color: #df4848;
}

@media only screen and (max-width: 768px) {
	.gform_submission_error {
		margin-bottom: 12px;
	}
}

.gfield_validation_message {
	margin-top: 6px;
	padding-right: 16px;
	padding-left: 16px;
	color: #df4848;
}

.gform_required_legend {
	display: none;
}

.gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 22px 16px;
}

.gfield {
	width: 100%;
	padding: 0;
	border: none;
}

.gfield--width-half {
	width: calc(50% - 8px);
}

@media only screen and (max-width: 768px) {
	.gfield--width-half {
		width: 100%;
	}
}

.gfield--width-third {
	width: calc(33.33% - 10.66px);
}

@media only screen and (max-width: 768px) {
	.gfield--width-third {
		width: 100%;
	}
}

.gfield--width-quarter {
	width: calc(25% - 12px);
}

@media only screen and (max-width: 768px) {
	.gfield--width-quarter {
		width: 100%;
	}
}

.gfield_label {
	display: block;
	margin-bottom: .375rem;
	padding-right: 16px;
	padding-left: 16px;
}

.gfield_error .gfield_label, .gfield_error .gfield_label .gfield_required {
	color: #df4848 !important;
}

.gfield_error input, .gfield_error select, .gfield_error textarea, .gfield_error .ginput_container_consent::before, .gfield_error .gfield_checkbox .gchoice .gform-field-label::before, .gfield_error .gfield_radio .gchoice .gform-field-label::before {
	border-color: #df4848 !important;
}

.gfield_list .gfield_list_group {
	margin-bottom: 6px;
}

.gfield_list .gform-grid-col {
	display: flex;
	align-items: center;
	gap: 2px;
}

.gform-grid-row {
	display: flex;
	gap: 8px;
}

.hour_minute_colon {
	margin-top: 12px;
}

.screen-reader-text, .gform_fileupload_rules, .ginput_counter {
	padding-right: 16px;
	padding-left: 16px;
}

.ginput_container_select {
	position: relative;
}

.ginput_container_select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	pointer-events: none;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\'%3E%3Cpath d=\'M9.99956 10.879L13.7121 7.1665L14.7726 8.227L9.99956 13L5.22656 8.227L6.28706 7.1665L9.99956 10.879Z\' fill=\'%230E121B\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.hidden_label .gfield_label {
	display: none;
}

.gform_confirmation_message {
	display: flex;
	align-items: center;
	text-align: center;
}

.gform_ajax_spinner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	cursor: wait;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.gform_footer {
	width: 100%;
}

.gform_footer input[type=submit] {
	width: 100%;
}

.ui-datepicker {
	padding: 12px;
	border: 1px solid var(--stroke-soft-200);
	border-radius: var(--radius-24);
	background-color: var(--neutral-0);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display: inline-block;
	cursor: pointer;
	margin-inline: 12px;
}

.ui-datepicker .ui-datepicker-calendar a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: var(--radius-full);
}

.ui-datepicker .ui-state-active {
	background-color: var(--neutral-950);
	color: var(--neutral-0) !important;
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-today a {
	font-weight: 700;
}

form input:not([type=submit]):not([type=checkbox]):not([type=radio]), form select, form textarea {
	width: 100%;
	height: 48px;
	padding: 9px 16px;
	border: 1px solid var(--stroke-soft-200);
	border-radius: var(--radius-full);
	outline: 1px solid rgba(0, 0, 0, 0);
	background: var(--neutral-0);
	color: var(--neutral-950);
	font-family: var(--font-family-primary);
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
	form input:not([type=submit]):not([type=checkbox]):not([type=radio]), form select, form textarea {
		height: 40px;
	}
}

form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, form select::placeholder, form textarea::placeholder, form input.is-placeholder:not([type=submit]):not([type=checkbox]):not([type=radio]), form select.is-placeholder, form textarea.is-placeholder {
	color: var(--text-disabled-300);
}

form input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]), form select:focus, form textarea:focus, form input:active:not([type=submit]):not([type=checkbox]):not([type=radio]), form select:active, form textarea:active {
	border-color: var(--neutral-950);
}

form .gfield_checkbox .gchoice .gform-field-label, form .gfield_radio .gchoice .gform-field-label {
	position: relative;
	cursor: pointer;
	padding-left: 26px;
}

form .gfield_checkbox .gchoice .gform-field-label::before, form .gfield_radio .gchoice .gform-field-label::before {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -2px;
	left: 0;
	pointer-events: none;
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	min-height: 1.25rem;
	padding-top: 4px;
	border: 1.5px solid var(--neutral-950);
	border-radius: .25rem;
}

form .gfield_checkbox .gchoice input[type=checkbox]:checked+.gform-field-label::before, form .gfield_radio .gchoice input[type=checkbox]:checked+.gform-field-label::before {
	content: url("data:image/svg+xml,%0A%3Csvg width=\'12\' height=\'12\' viewBox=\'0 0 12 12\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg id=\'check\'%3E%3Cpath id=\'Vector\' d=\'M2.5 6L5 8.5L10 3.5\' stroke=\'%230D111B\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/g%3E%3C/svg%3E%0A");
}

form .gfield_radio .gchoice .gform-field-label::before {
	border-radius: var(--radius-full);
}

form .gfield_radio .gchoice input[type=radio]:checked+.gform-field-label::before {
	content: url("data:image/svg+xml,%3Csvg width=\'14\' height=\'14\' viewBox=\'0 0 16 16\' xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\'%3E%3Cpath fill=\'%230D111B\' d=\'M8 3a5 5 0 100 10A5 5 0 008 3z\'/%3E%3C/svg%3E");
}

form input[type=checkbox], form input[type=radio] {
	position: absolute;
	cursor: pointer;
	width: 0;
	height: 0;
	opacity: 0;
}

form select {
	cursor: pointer;
}

form select:has(option.gf_placeholder:checked), form select:has(option.gf_placeholder[selected]) {
	color: var(--text-disabled-300);
}

form select:has(option:not(.gf_placeholder):checked), form select:has(option:not(.gf_placeholder)[selected]) {
	color: var(--neutral-950);
}

form textarea {
	height: 120px;
	border-radius: var(--radius-24);
	resize: none;
}

form a {
	text-decoration: underline;
}

form .ginput_container_consent {
	display: flex;
	position: relative;
	margin-top: 12px;
}

form .ginput_container_consent label {
	cursor: pointer;
	padding-left: 26px;
}

form .ginput_container_consent::before {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -2px;
	left: 0;
	pointer-events: none;
	width: 1.25rem;
	min-width: 1.25rem;
	height: 1.25rem;
	min-height: 1.25rem;
	padding-top: 4px;
	border: 1.5px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
	outline: 1px solid rgba(0, 0, 0, 0);
}

form .ginput_container_consent:has(input[type=checkbox]:checked)::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIuNSA2TDUgOC41TDEwIDMuNSIgc3Ryb2tlPSIjRkVGOEU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
}

form input[type=submit] {
	margin-top: 1.5rem;
	font-family: var(--font-family-primary);
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-footer .gravity-theme {
	max-width: 456px;
}

.site-footer .gravity-theme form {
	position: relative;
}

.site-footer .gravity-theme .gform_fields {
	gap: 0;
}

.site-footer .gravity-theme input:not([type=submit]):not([type=checkbox]) {
	width: calc(100% - 8.5rem);
	margin-top: 1.25rem;
	margin-right: 8.5rem;
	border: 1px solid var(--alpha-white-alpha-10);
	border-radius: var(--radius-full);
	background: var(--bg-surface-800);
	color: var(--neutral-white);
}

@media only screen and (max-width: 768px) {
	.site-footer .gravity-theme input:not([type=submit]):not([type=checkbox]) {
		width: calc(100% - 7rem);
		margin-right: 7rem;
	}
}

.site-footer .gravity-theme input:not([type=submit]):not([type=checkbox]):placeholder {
	opacity: .5;
}

.site-footer .gravity-theme input:not([type=submit]):not([type=checkbox]):focus, .site-footer .gravity-theme input:not([type=submit]):not([type=checkbox]):active {
	border-color: var(--alpha-white-alpha-24);
}

.site-footer .gravity-theme .ginput_container_consent::before {
	border-color: var(--neutral-white);
}

.site-footer .gravity-theme .ginput_container_consent:has(input[type=checkbox]:checked)::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIuNSA2TDUgOC41TDEwIDMuNSIgc3Ryb2tlPSIjRkVGOEU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
}

.site-footer .gravity-theme input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	margin-top: 1.3125rem;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.u-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 64px;
}

.u-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.375rem;
	height: 2.375rem;
	margin: 4px;
	padding: 8px;
	border-radius: var(--radius-24);
	transition: background .2s;
}

@media only screen and (max-width: 768px) {
	.u-pagination .page-numbers {
		margin: 2px;
	}
}

@media only screen and (max-width: 360px) {
	.u-pagination .page-numbers {
		display: none;
	}
}

.u-pagination .page-numbers .text, .u-pagination .page-numbers .icon {
	pointer-events: none;
	font-size: var(--font-value-14);
	font-weight: 500;
	letter-spacing: .28px;
	line-height: var(--font-value-16);
}

.u-pagination .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background-color: var(--neutral-100);
}

.u-pagination .page-numbers.current {
	pointer-events: none;
	background: var(--bg-strong-950);
	color: var(--neutral-0);
}

@media only screen and (max-width: 360px) {
	.u-pagination .page-numbers.current {
		display: inline-flex;
	}
}

.u-pagination .page-numbers.dots {
	pointer-events: none;
}

.u-pagination .page-numbers.prev {
	margin-left: 14px;
	transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
	.u-pagination .page-numbers.prev {
		margin-left: 2px;
	}
}

@media only screen and (max-width: 360px) {
	.u-pagination .page-numbers.prev {
		display: inline-flex;
	}
}

.u-pagination .page-numbers.prev.is-disabled {
	margin-left: 15px;
}

.u-pagination .page-numbers.next {
	margin-left: 14px;
}

@media only screen and (max-width: 768px) {
	.u-pagination .page-numbers.next {
		margin-left: 2px;
	}
}

@media only screen and (max-width: 360px) {
	.u-pagination .page-numbers.next {
		display: inline-flex;
	}
}

.u-pagination .page-numbers.next.is-disabled {
	margin-left: 30px;
}

.u-pagination .page-numbers.is-disabled {
	pointer-events: none;
	opacity: .4;
}

.u-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	border: 0;
	overflow: hidden;
}

.u-swiper-pagination {
	display: flex;
	gap: .5rem;
}

.u-swiper-pagination .swiper-pagination-bullet {
	display: block;
	cursor: pointer;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: var(--accordion-txt-heading-slider);
	transition: background-color .2s ease-in-out;
	opacity: .5;
}

.u-swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--accordion-txt-heading-hover);
	opacity: 1;
}

.u-swiper-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--stroke-soft-200);
	border-radius: var(--radius-full);
	background-color: var(--bg-white-0);
	color: var(--neutral-600);
	transition: border-color .2s ease-in-out;
}

.u-swiper-nav.swiper-button-disabled {
	pointer-events: none;
	cursor: default;
	border-radius: var(--radius-full, 999px);
	background: var(--bg-weak-50, #f5f7fa);
	color: var(--text-disabled-300, #a9a9a9);
}

@media only screen and (min-width: 1025px) {
	.u-swiper-nav:hover, .u-swiper-nav:focus-visible {
		border-color: var(--neutral-600);
	}
}

.u-swiper-nav--prev svg {
	rotate: 180deg;
}

.u-breadcrumbs {
	display: block;
	z-index: 10;
	margin-top: 1rem;
	overflow: hidden;
}

.u-breadcrumbs>span, .u-breadcrumbs>span>span {
	display: flex;
	flex: none;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
	gap: .375rem;
}

.u-breadcrumbs .breadcrumb_last {
	display: block;
	flex: 1 1 0%;
	text-overflow: ellipsis;
	text-wrap: nowrap;
	overflow: hidden;
}

.u-breadcrumbs>span {
	color: var(--breadcrumbs-txt-default);
	font-size: var(--t--paragraph-4);
	font-weight: var(--font-weight-400);
	line-height: var(--t--line-hight-secondary-7);
}

.u-breadcrumbs>span>span::after {
	content: "";
	display: block;
	width: .75rem;
	height: .75rem;
	background-image: url("data:image/svg+xml,%3Csvg class=\'chevron-right\' width=\'13\' height=\'12\' viewBox=\'0 0 13 12\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 3L8 6L5 9\' stroke=\'%23C2B99F\' stroke-width=\'1.2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' /%3E%3C/svg%3E");
}

.is-light .u-breadcrumbs>span>span::after {
	background-image: url("data:image/svg+xml,%3Csvg class=\'chevron-right\' width=\'13\' height=\'12\' viewBox=\'0 0 13 12\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 3L8 6L5 9\' stroke=\'%23C2B99F\' stroke-width=\'1.2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' /%3E%3C/svg%3E");
}

.is-accent .u-breadcrumbs>span>span::after {
	background-image: url("data:image/svg+xml,%3Csvg class=\'chevron-right\' width=\'13\' height=\'12\' viewBox=\'0 0 13 12\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 3L8 6L5 9\' stroke=\'%23FEDBC7\' stroke-width=\'1.2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' /%3E%3C/svg%3E");
}

.u-breadcrumbs>span>span:last-child::after {
	display: none;
}

.u-breadcrumbs>span a {
	display: block;
	position: relative;
	transition: color .2s ease-in-out;
	overflow: hidden;
}

.u-breadcrumbs>span a:hover {
	color: var(--breadcrumbs-txt-hover);
}

.u-breadcrumbs>span a:focus {
	color: var(--breadcrumbs-txt-focus);
}

.u-breadcrumbs>span a:active {
	color: var(--breadcrumbs-txt-active);
}

.category-tag {
	display: inline-block;
	width: fit-content;
	padding: .25rem .75rem;
	border-radius: var(--border-radius-xxs);
	background-color: var(--caption-bg-blog);
}

.cky-modal {
	border: none !important;
	border-radius: var(--radius-24) !important;
	box-shadow: none !important;
}

@media (max-width: 845px) {
	.cky-modal {
		max-width: calc(100% - 40px) !important;
		max-height: calc(100% - 40px) !important;
	}
}

.cky-preference-center {
	border-radius: var(--radius-24) !important;
	box-shadow: none !important;
}

.cky-consent-container .cky-consent-bar {
	border: none !important;
	border-radius: var(--radius-24) !important;
	box-shadow: none !important;
}

div[data-cky-tag=detail-powered-by] {
	display: none !important;
}

.cky-show-desc-btn {
	outline-color: var(--neutral-50) !important;
	color: var(--red-500) !important;
}

.cky-always-active {
	color: var(--neutral-50) !important;
}

.cky-audit-table {
	background-color: var(--neutral-800) !important;
	color: var(--neutral-50) !important;
}

.cky-audit-table .cky-cookie-des-table {
	padding: var(--spacing-10) var(--spacing-16) var(--spacing-8) var(--spacing-16) !important;
}

.cky-audit-table .cky-cookie-des-table li {
	padding: 0 !important;
}

.cky-preference-header {
	padding-bottom: 0 !important;
}

.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
	font-size: var(--font-value-12) !important;
	line-height: 1.5 !important;
}

.cky-accordion-header-des {
	margin-top: var(--spacing-8) !important;
}

.cky-preference-body-wrapper .cky-preference-content-wrapper p {
	margin-bottom: var(--spacing-8) !important;
}

.cky-preference-body-wrapper .cky-preference-content-wrapper p:last-of-type {
	margin-bottom: 0 !important;
}

.cky-btn-close, .cky-accordion-btn {
	outline-color: var(--neutral-50) !important;
}

.cky-btn {
	border-width: 1px !important;
	border-radius: 24px !important;
	outline-color: var(--neutral-50) !important;
	transition: all .2s ease-in-out !important;
}

.cky-btn.cky-btn-customize:hover, .cky-btn.cky-btn-reject:hover, .cky-btn.cky-btn-preferences:hover {
	border: 1px solid var(--stroke-strong-950) !important;
	border-radius: var(--radius-full) !important;
	background: var(--bg-white-0) !important;
	color: var(--text-strong-950) !important;
	opacity: 1 !important;
}

.cky-btn.cky-btn-customize:focus, .cky-btn.cky-btn-reject:focus, .cky-btn.cky-btn-preferences:focus {
	border-radius: var(--radius-full) !important;
	background: var(--bg-strong-950) !important;
	box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-neutral-alpha-16) !important;
	color: var(--text-white-0) !important;
}

.cky-btn.cky-btn-accept:hover {
	border: 1px solid var(--stroke-white-0) !important;
	border-radius: var(--radius-full) !important;
	background: var(--neutral-950) !important;
	color: var(--static-static-white) !important;
	opacity: 1 !important;
}

.cky-btn.cky-btn-accept:focus {
	border: 1px solid var(--bg-strong-950) !important;
	border-radius: var(--radius-full) !important;
	background: var(--static-static-white) !important;
	box-shadow: 0 0 0 2px var(--bg-white-0), 0 0 0 4px var(--alpha-neutral-alpha-10) !important;
	color: var(--text-strong-950) !important;
}

.cky-footer-shadow {
	display: none !important;
}

.cky-notice-des {
	overflow: auto !important;
}

.cky-box-bottom-right {
	right: 20px !important;
	bottom: 20px !important;
	max-width: calc(100% - 40px) !important;
}

@media (max-width: 576px) {
	.cky-box-bottom-right {
		bottom: 12px !important;
	}
}

@media (max-width: 440px) {
	.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
		padding: 0 20px !important;
	}
}

.cky-btn-revisit-wrapper {
	right: 20px !important;
	bottom: 20px !important;
	left: auto !important;
	background-color: var(--bg-strong-950) !important;
}

.cky-btn-revisit-wrapper::before, .cky-btn-revisit-wrapper::after {
	display: none !important;
}

.line-divider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

.line-divider div:first-child {
	background: var(--indigo-500);
}

.line-divider div:nth-child(2) {
	background: var(--teal-500);
}

.line-divider div:nth-child(3) {
	background: var(--yellow-500);
}

.line-divider div:nth-child(4) {
	background: var(--red-500);
}

.site-footer {
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950) 0%, var(--neutral-900) 100%);
	color: var(--footer-txt-link);
}

.site-footer__newsletter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 112px;
	padding-bottom: 44px;
	border-bottom: 1px solid var(--alpha-white-alpha-10);
	gap: 32px;
}

@media only screen and (max-width: 1024px) {
	.site-footer__newsletter {
		padding-top: var(--spacing-48);
	}
}

.site-footer__newsletter strong {
	color: var(--primary-base);
}

.site-footer__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: clamp(1.5rem, .8vw + 1.32rem, 2rem) clamp(2.25rem, 3.58vw + 1.44rem, 4.5rem);
	padding-top: 64px;
	padding-bottom: 64px;
	border-bottom: 1px solid var(--alpha-white-alpha-10);
}

@media only screen and (max-width: 1024px) {
	.site-footer__top {
		padding-top: var(--spacing-48);
	}
}

.site-footer-nav {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.site-footer-nav__title {
	display: block;
	margin-bottom: 1.125rem;
	opacity: .5;
}

@media only screen and (max-width: 768px) {
	.site-footer-nav__title {
		margin-bottom: .75rem;
	}
}

.site-footer-nav__item {
	transition: color .2s ease-in-out;
}

.site-footer-nav__item.site-footer-nav__title {
	margin-bottom: .125rem;
}

.site-footer-nav .new-green, .site-footer-nav .new-red {
	display: flex;
	align-items: center;
}

.site-footer-nav .new-green::after, .site-footer-nav .new-red::after {
	content: "NEW";
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: var(--radius-full);
	color: var(--state-stable-dark);
	font-size: var(--font-value-11);
	font-weight: var(--font-weight-700);
	letter-spacing: .22px;
	line-height: var(--font-value-12);
	text-transform: uppercase;
}

.site-footer-nav .new-green::after {
	background: var(--state-stable-light);
}

.site-footer-nav .new-red::after {
	background-color: var(--state-error-light);
}

.site-footer-nav .link {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

@media only screen and (max-width: 768px) {
	.site-footer-nav .link {
		margin-top: 0;
	}
}

.site-footer-nav .link .text {
	color: var(--primary-base);
}

.site-footer-nav .link::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\'%3E%3Cpath d=\'M10.7955 9.99956L7.08301 6.28706L8.14351 5.22656L12.9165 9.99956L8.14351 14.7726L7.08301 13.7121L10.7955 9.99956Z\' fill=\'%23FF6666\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.site-footer__menus-hld {
	display: grid;
	flex-grow: 1;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5rem;
}

@media only screen and (min-width: 450px) {
	.site-footer__menus-hld {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media only screen and (min-width: 1025px) {
	.site-footer__menus-hld {
		--grid-max-col-count: 4;
		--grid-min-col-size: 200px;
		--grid-gap: 2rem;
		--grid-col-size-calc: calc(( 100% - var(--grid-gap) * var(--grid-max-col-count) ) / var(--grid-max-col-count));
		--grid-col-min-size-calc: min(100%, max(var(--grid-min-col-size), var(--grid-col-size-calc)));
		grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-min-size-calc), 1fr));
	}
}

.site-footer__footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: clamp(1.5rem, .8vw + 1.32rem, 2rem);
	padding-bottom: clamp(1.5rem, .8vw + 1.32rem, 2rem);
	border-top: 1px solid var(--footer-icon-divider);
	gap: 24px;
}

@media only screen and (max-width: 1024px) {
	.site-footer__footer {
		gap: 16px;
		flex-direction: column;
	}
}

.site-footer__logo {
	display: block;
	width: 190.098px;
	height: 30px;
	object-fit: contain;
	object-position: center;
}

.site-footer__logo svg {
	width: 100%;
	height: 100%;
}

.site-footer__copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: .5;
	gap: .75rem 2.75rem;
}

.site-footer__copyright .site-footer-nav__title {
	display: none;
}

.site-top-mobile {
	display: none;
	position: relative;
	width: 2.5rem;
	height: 2.25rem;
	margin-right: -10px;
	padding: 10px;
	border: 0;
	outline: 0;
	background-color: rgba(0, 0, 0, 0);
}

.site-top-mobile span:not(.u-sr-only) {
	display: block;
	width: 1rem;
	height: .0625rem;
	background-color: var(--neutral-0);
}

.site-top-mobile span:not(.u-sr-only):not(:first-child) {
	margin-top: 7px;
}

.is-scrolled .site-top-mobile span:not(.u-sr-only) {
	background-color: var(--neutral-black);
}

.site-top-mobile .close {
	display: none;
	position: absolute;
	top: 53%;
	left: 46%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
	.site-top-mobile {
		display: block;
	}
	
	.site-top-mobile.is-active span:not(:nth-child(4)) {
		display: none;
	}
	
	.site-top-mobile.is-active .close {
		display: block;
	}
}

.mobile-nav-hld .menu__parent-arrow, .mobile-nav-hld .submenu__title-arrow {
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(101%) contrast(100%);
}

.site-top__back {
	display: none !important;
	align-items: center;
	padding: 0;
	border: 0;
	outline: 0;
	background: rgba(0, 0, 0, 0);
	color: var(--primary-base);
	font-weight: 500;
	gap: .125rem;
}

@media only screen and (max-width: 1024px) {
	.js-header.is-subview-active .site-top__logo {
		display: none;
	}
}

.js-header.is-subview-active .site-top__back {
	display: inline-flex !important;
}

@media only screen and (min-width: 1025px) {
	.js-header.is-subview-active .site-top__back {
		display: none !important;
	}
}

.site-top {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 5.5rem;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
	.site-top {
		height: 4.3125rem;
		padding: 1rem 0;
	}
}

@media only screen and (max-width: 768px) {
	.site-top {
		height: 4.375rem;
	}
}

.site-top.is-active, .site-top.is-scrolled {
	background-color: var(--neutral-0);
}

.site-top.is-active .logo--light, .site-top.is-scrolled .logo--light {
	opacity: 0;
}

.site-top.is-active .logo--dark, .site-top.is-scrolled .logo--dark {
	opacity: 1;
}

.site-top.is-active .site-top__toggle-mobile span:not(.u-sr-only), .site-top.is-scrolled .site-top__toggle-mobile span:not(.u-sr-only) {
	background-color: var(--neutral-black);
}

.site-top__inner {
	flex: 1;
}

.site-top__modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 12.5rem;
	min-height: 25rem;
	max-height: 80vh;
	padding: 3rem 1rem 1rem;
	border-radius: .25rem;
	transform: translate(-50%, -50%);
	overflow: auto;
}

.site-top__modal.active {
	display: block;
}

.site-top__modal-close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	padding: .5rem 1.25rem;
	border-radius: 3.125rem;
	gap: .5rem;
}

.site-top__modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .1);
}

.site-top__modal-overlay.active {
	display: block;
}

.site-top .l-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-top.is-scrolled-down {
	transform: translate3d(0, -100%, 0);
}

.site-top__start {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

@media only screen and (max-width: 1024px) {
	.site-top__start {
		justify-content: space-between;
		width: 100%;
	}
}

.site-top__links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.site-top__logo {
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.site-top__logo img {
		width: 7.9375rem;
	}
}

.site-top__logo .logo--dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.is-menu-open .site-top__logo .logo--dark {
	opacity: 1;
}

.is-menu-open .site-top__logo .logo--light {
	opacity: 0;
}

@media only screen and (max-width: 1024px) {
	.site-top__end {
		display: none;
	}
}

.site-top__end-buttons {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.site-top__end-buttons .text {
	padding-right: .25rem;
	padding-left: .25rem;
}

@media only screen and (max-width: 1024px) {
	.site-top__end--mobile {
		display: block;
	}
	
	.site-top__end-buttons .btn--large {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.site-top__end-buttons {
		width: 100%;
	}
	
	.site-top__end-buttons .btn--large {
		width: 100%;
	}
}

.site-top__menu-link {
	position: relative;
	transition: color .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
	.site-top__menu-link {
		display: block;
		padding: 1.25rem 0;
		font-weight: 500;
	}
}

.site-top__menu-link::after {
	content: "";
	position: absolute;
	bottom: -.25rem;
	left: 0;
	width: 100%;
	height: .0625rem;
	transform: scaleX(0);
	transform-origin: 0;
	transition: transform .3s ease-in-out;
}

@media (hover: hover) {
	.site-top__menu-link:hover::after {
		transform: scaleX(100%);
	}
}

.site-top__cta-button {
	cursor: pointer;
	padding: .75rem 1.5rem;
}

@media only screen and (max-width: 1024px) {
	.site-top__cta-button {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 1024px) {
	.site-top .menu {
		display: none;
	}
}

.site-top .wpml-ls-legacy-dropdown {
	position: relative;
	top: -.1875rem;
	width: fit-content;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	pointer-events: none;
	width: 4.5rem;
	padding-top: 2.0625rem;
	box-shadow: 1px 8px 17px 0 rgba(0, 0, 0, .05);
	box-shadow: 5px 31px 32px 0 rgba(0, 0, 0, .04);
	box-shadow: 10px 71px 43px 0 rgba(0, 0, 0, .02);
	box-shadow: 18px 125px 51px 0 rgba(0, 0, 0, .01);
	box-shadow: 28px 196px 55px 0 rgba(0, 0, 0, 0);
	visibility: visible;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
	display: flex;
	justify-content: center;
	width: fit-content;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child {
	padding-top: .75rem;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child {
	padding-bottom: 1rem;
	border-radius: 0 0 .5rem .5rem;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: fit-content;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: .25rem;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover::after {
	opacity: 1;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a img {
	z-index: 1;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 1.125rem;
	height: .75rem;
}

.site-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: "‹";
	top: .25rem;
	border: none;
	font-size: 1.5rem;
	rotate: 270deg;
}

.site-top .wpml-ls-legacy-dropdown .wpml-list-item {
	border-radius: 0 0 .5rem .5rem;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	pointer-events: all;
	opacity: 1;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-current-language>a.wpml-ls-item-toggle::before {
	content: "";
	position: absolute;
	top: .1875rem;
	left: .4375rem;
	z-index: -1;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .25rem;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background-color: rgba(0, 0, 0, 0);
}

.site-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a::before {
	opacity: 1;
}

.page-template-page-template-blank .site-top, .page-template-page-template-extendable .site-top {
	display: none;
}

.page-template-page-template-blank main, .page-template-page-template-extendable main {
	position: relative;
	width: 100%;
	max-width: 83.5rem;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 2rem;
	padding-left: 2rem;
}

body:not(.single-immigration) .wpml-ls-legacy-dropdown {
	display: none;
}

.menu .menu__header {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.menu .menu__header {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		top: 0;
		z-index: 110;
		height: 4rem;
		background: rgba(0, 0, 0, 0);
		visibility: hidden;
	}
	
	.menu .menu__header.is-active {
		background-color: #fff;
		visibility: visible;
	}
	
	.menu .menu__header.is-active>.menu__arrow {
		display: flex;
	}
	
	.darkmode .menu .menu__header.is-active {
		background-color: red;
	}
}

@media only screen and (max-width: 1024px) {
	.menu .menu__header .menu__arrow {
		display: none;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		width: 3rem;
	}
}

@media only screen and (max-width: 1024px)and (hover: hover) {
	.menu .menu__header .menu__arrow:hover i {
		color: green;
	}
}

@media only screen and (max-width: 1024px) {
	.menu .menu__header .menu__arrow>i {
		color: #000;
		font-size: 1.5rem;
		transition: all .25s ease-in-out;
	}
	
	.darkmode .menu .menu__header .menu__arrow>i {
		color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.menu .menu__header .menu__title {
		cursor: pointer;
		color: #000;
		font-weight: 500;
		transition: all .25s ease-in-out;
	}
}

.menu .menu__inner {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.menu .menu__inner {
		flex-direction: column;
	}
}

.menu .menu__inner .menu__item {
	display: inline-block;
	position: static;
}

.menu .menu__inner .menu__item:has(.submenu--simple) {
	position: relative;
}

.menu .menu__inner .menu__item:last-child {
	padding-right: 0;
}

@media only screen and (min-width: 1024px) {
	.menu .menu__inner .menu__item:hover {
		cursor: default;
	}
	
	.menu .menu__inner .menu__item:hover .menu__parent-text::after {
		transform: scaleX(100%);
	}
	
	.menu .menu__inner .menu__item:hover .menu__parent-arrow {
		rotate: 180deg;
	}
}

@media only screen and (max-width: 1024px) {
	.menu .menu__inner .menu__item {
		display: block;
		padding: 0;
		border-bottom: 1px solid var(--neutral-200, #e1e4ea);
	}
}

@media only screen and (min-width: 1024px) {
	.menu .menu__inner .menu__item:hover>.menu__link i {
		transform: rotate(-90deg);
	}
}

@media only screen and (min-width: 1024px) {
	.menu .menu__inner .menu__item.menu__dropdown:hover>.submenu {
		visibility: visible;
		opacity: 1;
	}
}

.menu .menu__inner .menu__item .menu__link, .menu .menu__inner .menu__item .menu__parent {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem 1.25rem;
	font-weight: 500;
	transition: all .25s ease-in-out;
	gap: .5rem;
}

@media only screen and (max-width: 1024px) {
	.menu .menu__inner .menu__item .menu__link, .menu .menu__inner .menu__item .menu__parent {
		justify-content: space-between;
		padding: 1rem 0;
		transition: none;
	}
}

.menu .menu__inner .menu__item .menu__link>i, .menu .menu__inner .menu__item .menu__parent>i {
	margin-left: 5px;
	font-size: 1.35rem;
	transform: rotate(90deg);
	transition: .35s;
}

@media only screen and (max-width: 1024px) {
	.menu .menu__inner .menu__item .menu__link>i, .menu .menu__inner .menu__item .menu__parent>i {
		margin-left: 10px;
		transform: rotate(0deg);
	}
}

.darkmode .menu .menu__inner .menu__item .menu__link, .darkmode .menu .menu__inner .menu__item .menu__parent {
	color: #fff;
}

.menu .menu__inner .menu__item .menu__parent {
	cursor: pointer;
	border-radius: var(--radius-full, 999px);
	transition: background-color .2s ease-in-out;
	transition: color .3s ease-in-out;
}

.is-scrolled .menu .menu__inner .menu__item .menu__parent {
	color: var(--neutral-black);
}

.menu .menu__inner .menu__item .menu__parent img {
	transition: rotate .2s ease-in-out;
	transition: filter .3s ease-in-out;
}

.is-scrolled .menu .menu__inner .menu__item .menu__parent img {
	filter: brightness(0) saturate(100%);
}

.menu .menu__inner .menu__item .menu__parent span {
	transition: color .3s ease-in-out;
}

.is-scrolled .menu .menu__inner .menu__item .menu__parent span {
	color: var(--neutral-black);
}

.menu .menu__inner .menu__item .menu__parent:hover {
	background: var(--alpha-white-alpha-16, rgba(255, 255, 255, .16));
}

.menu .menu__inner .menu__item .menu__parent.is-active .menu__parent-arrow {
	rotate: 180deg;
}

.menu .menu__inner .menu__item .menu__parent-text {
	display: block;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.menu .menu__inner .menu__item .menu__parent-text {
		color: var(--text-strong-950, #333);
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -.6px;
		line-height: 24px;
	}
}

.menu .menu__inner .menu__item .menu__parent-text::after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 100%;
	height: .25rem;
	transform: scaleX(0);
	transform-origin: 0;
	transition: transform .3s ease-in-out;
}

.menu .menu__inner .menu__item .menu__parent-arrow {
	transition: rotate .3s ease-in-out, filter .3s ease-in-out;
	width: auto;
}

@media only screen and (max-width: 1024px) {
	.menu .menu__inner .menu__item .menu__parent-arrow {
		rotate: 270deg;
	}
}

.menu .menu__inner .menu__item .menu__link {
	cursor: pointer;
}

@media only screen and (min-width: 1025px) {
	.menu .menu__inner div.menu__parent, .menu .menu__inner span.menu__parent {
		pointer-events: none !important;
	}
}

@media only screen and (min-width: 1024px) {
	.megamenu__text {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		margin: 0 auto;
	}
}

.megamenu__text .u-wrapper {
	width: 100%;
}

.submenu {
	position: absolute;
	top: calc(100% + 1rem);
	left: 50%;
	z-index: 100;
	height: auto;
	padding: .5rem;
	border-radius: var(--radius-16, 16px);
	background-color: var(--bg-weak-50, #f5f7fa);
	box-shadow: .5625rem 4rem 4rem 0rem rgba(0, 0, 0, .1), 1.3125rem 9rem 5.4375rem 0rem rgba(0, 0, 0, .06), 2.3125rem 15.9375rem 6.4375rem 0rem rgba(0, 0, 0, .02), 3.625rem 24.9375rem 7.0625rem 0rem rgba(0, 0, 0, 0);
	transform: translateX(-50%);
	transition: all .35s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width: 1024px) {
	.submenu {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		width: 100%;
		min-width: auto;
		max-width: none;
		height: 100%;
		margin: 0;
		padding: 1.75rem 1rem 2.25rem;
		border-top: 0;
		border-radius: 0;
		background-color: var(--neutral-0);
		box-shadow: none;
		transform: translate3d(100%, 0, 0);
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		opacity: 1;
	}
	
	.submenu.is-active {
		pointer-events: all;
		transform: translate3d(0%, 0, 0);
	}
}

@media only screen and (max-width: 1024px)and (max-width: 1024px) {
	.submenu__inner {
		padding: 1rem 0;
		border-bottom: 1px solid var(--neutral-200, #e1e4ea);
	}
}

@media only screen and (max-width: 1024px) {
	.submenu__title-hld {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.submenu__list-title {
		color: var(--neutral-600, #525866);
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .22px;
		line-height: 12px;
		text-transform: uppercase;
	}
	
	.submenu__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.3125rem;
	}
	
	.submenu:has(.is-active) {
		overflow-y: hidden;
	}
}

@media only screen and (min-width: 1024px) {
	.submenu {
		animation: none !important;
	}
}

@media only screen and (max-width: 600px) {
	.submenu__list {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1024px) {
	.submenu__title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		color: var(--text-strong-950, #333);
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: -.6px;
		line-height: 24px;
	}
}

.submenu--extended {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	gap: .5rem;
}

.submenu__tabs {
	flex-basis: 17.75rem;
}

.submenu__tab {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	cursor: pointer;
	padding: 1.25rem 1.5rem;
	border-radius: var(--radius-8, 8px);
	transition: background-color .2s ease-in-out;
	gap: .4375rem;
}

.submenu__tab:hover {
	background: var(--bg-white-0, #fff);
}

.submenu__tab-header {
	display: flex;
	align-items: center;
	gap: .625rem;
}

.submenu__tab-description {
	font-weight: 400 !important;
	letter-spacing: -.12px !important;
}

.submenu__tab-arrow {
	width: 1rem;
	height: 1rem;
	filter: brightness(0) saturate(100%) invert(46%) sepia(80%) saturate(2354%) hue-rotate(328deg) brightness(123%) contrast(110%);
	transform: translateY(-1px) rotate(270deg);
}

.submenu__tab-learn-more.t-caption {
	display: none;
	margin-top: 1.25rem;
}

.submenu__tab.is-active .submenu__tab-learn-more.t-caption {
	display: block;
}

.submenu__tab-shape {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--teal-500);
}

.submenu__tab-shape--circle {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
}

.submenu__tab-shape--square {
	width: .5rem;
	height: .5rem;
}

.submenu__tab-shape--triangle {
	width: .5rem;
	height: .4375rem;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("https://human-edge.com/nitropack_static/OKEzWURatjvNFianvsbegYthnPGyQkcR/assets/images/optimized/rev-dcfe1fa/human-edge.com/wp-content/themes/human-edge-dist/assets/img/triangle.svg");
}

.submenu__tab-shape--teal {
	filter: brightness(0) saturate(100%) invert(89%) sepia(98%) saturate(7476%) hue-rotate(140deg) brightness(83%) contrast(81%);
}

.submenu__tab-shape--triangle.nitro-lazy {
	background-image: none !important;
}

.submenu__tab-shape--red {
	filter: brightness(0) saturate(100%) invert(64%) sepia(13%) saturate(6417%) hue-rotate(319deg) brightness(101%) contrast(95%);
}

.submenu__tab-shape--indigo {
	filter: brightness(0) saturate(100%) invert(38%) sepia(14%) saturate(2122%) hue-rotate(194deg) brightness(94%) contrast(87%);
}

.submenu__tab-shape--yellow {
	filter: brightness(0) saturate(100%) invert(81%) sepia(81%) saturate(2212%) hue-rotate(326deg) brightness(100%) contrast(102%);
}

.submenu__tabs-content {
	flex-basis: 41.25rem;
	max-height: 80vh;
	padding: 2rem;
	border-radius: var(--radius-8, 8px);
	background: var(--bg-white-0, #fff);
	overflow: auto;
}

.submenu__tabs-content-group {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.submenu__tabs-content-inner-group {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.5rem 2rem;
}

.submenu__tabs-content-inner-group.wrap {
	flex-wrap: wrap;
	flex-direction: row;
}

.submenu__tabs-content-inner-group-hld {
	display: flex;
	flex-direction: column;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--stroke-soft-200, #e1e4ea);
	gap: 1.5rem;
}

.submenu__tabs-content-inner-group-hld:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.submenu__tabs-content-item {
	display: flex;
	align-items: flex-start;
	gap: .625rem;
}

.wrap .submenu__tabs-content-item {
	flex-basis: 16.625rem;
}

@media only screen and (max-width: 1385px) {
	.wrap .submenu__tabs-content-item {
		flex-basis: 14.375rem;
	}
}

@media only screen and (max-width: 1180px) {
	.wrap .submenu__tabs-content-item {
		flex-basis: 11.875rem;
	}
}

.submenu__tabs-content-item:hover .submenu__tabs-content-item-title {
	color: var(--primary-base, #f66);
}

.submenu__tabs-content-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: var(--radius-4, 4px);
	background: var(--bg-weak-50, #f5f7fa);
}

.submenu__tabs-content-item-icon--teal img {
	filter: brightness(0) saturate(100%) invert(89%) sepia(98%) saturate(7476%) hue-rotate(140deg) brightness(83%) contrast(81%);
}

.submenu__tabs-content-item-icon--red img {
	filter: brightness(0) saturate(100%) invert(64%) sepia(13%) saturate(6417%) hue-rotate(319deg) brightness(101%) contrast(95%);
}

.submenu__tabs-content-item-icon--indigo img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(14%) saturate(2122%) hue-rotate(194deg) brightness(94%) contrast(87%);
}

.submenu__tabs-content-item-icon--yellow img {
	filter: brightness(0) saturate(100%) invert(81%) sepia(81%) saturate(2212%) hue-rotate(326deg) brightness(100%) contrast(102%);
}

.submenu__tabs-content-item-icon--grey img {
	filter: brightness(0) saturate(100%) invert(49%) sepia(20%) saturate(244%) hue-rotate(183deg) brightness(89%) contrast(85%);
}

.submenu__tabs-content-item-icon--sky img {
	filter: brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(687%) hue-rotate(174deg) brightness(105%) contrast(101%);
}

.submenu__tabs-content-item-content {
	display: flex;
	flex-direction: column;
	gap: .1875rem;
}

@media only screen and (max-width: 1024px) {
	.submenu__tabs-content-item-content {
		gap: .125rem;
	}
}

.submenu__tabs-content-item-title.t-caption {
	display: flex;
	align-items: center;
	transition: color .2s ease-in-out;
	gap: .375rem;
}

@media only screen and (max-width: 1024px) {
	.submenu__tabs-content-item-title.t-caption {
		display: flex;
		letter-spacing: -.6px;
	}
}

.submenu__tabs-content-item-new {
	padding: .125rem .5rem;
	border-radius: var(--radius-full, 999px);
	background: var(--state-stable-light, #b6e7e8);
}

.submenu__featured-post {
	flex-basis: 23rem;
}

@media only screen and (max-width: 1024px) {
	.submenu__featured-post {
		margin-top: 1.5rem;
	}
}

.submenu__featured-post-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-height: 33.125rem;
	padding: 2rem;
	border-radius: var(--radius-8, 8px);
	background: linear-gradient(180deg, rgba(0, 0, 0, .12) 26.98%, rgba(0, 0, 0, .8) 100%), 99.371% 79.125% no-repeat, #535fab;
}

.submenu__featured-post-image {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.submenu__featured-post-title {
	margin-bottom: .625rem;
	text-wrap: unset;
}

.submenu__featured-post-button {
	margin-top: 1.5rem;
}

.submenu__featured-post-button img {
	transform: rotate(270deg);
}

.submenu--simple {
	border-radius: var(--radius-16, 16px);
	background: var(--bg-weak-50, #f5f7fa);
}

.submenu.submenu .submenu__items {
	display: flex;
	flex-direction: column;
	padding: 1.875rem 2.125rem;
	border-radius: var(--radius-8, 8px);
	background: var(--bg-white-0, #fff);
	gap: 2rem;
}

.submenu__link {
	display: flex;
	align-items: flex-start;
	gap: .625rem;
}

.submenu__link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	min-width: 2.25rem;
	height: 2.25rem;
	border-radius: var(--radius-4, 4px);
	background: var(--bg-weak-50, #f5f7fa);
}

.submenu__link-icon img {
	width: 1rem;
	height: 1rem;
}

.submenu__link-content {
	display: flex;
	flex-direction: column;
	min-width: 14.625rem;
	max-width: 21.875rem;
	gap: .1875rem;
}

.submenu__link-title {
	transition: color .2s ease-in-out;
}

.submenu__link:hover .submenu__link-title {
	color: var(--primary-base, #f66);
}

.submenu__link-text {
	font-weight: 400;
	letter-spacing: -.12px;
}

.submenu .submenu {
	padding-bottom: 0;
}

.menu__item:first-child .l-wrapper {
	align-items: stretch;
	justify-content: space-between;
}

.menu__item:first-child .submenu__inner {
	flex-grow: 1;
}

.menu__item:first-child .submenu__inner:nth-child(1), .menu__item:first-child .submenu__inner:nth-child(3) {
	min-width: 16rem;
	max-width: 18.75rem;
}

@media only screen and (max-width: 1024px) {
	.menu__item:first-child .submenu__inner:nth-child(1), .menu__item:first-child .submenu__inner:nth-child(3) {
		min-width: auto;
		max-width: none;
	}
}

@media only screen and (max-width: 1024px) {
	.menu__item:first-child .submenu__inner:nth-child(2) .submenu__title-hld {
		margin-bottom: 0;
		border-bottom: none;
	}
}

.bottom-box {
	display: flex;
	width: 100%;
	padding: 1rem 2.25rem;
	border-radius: .75rem;
	gap: 5.0625rem;
}

@media only screen and (max-width: 1024px) {
	.bottom-box {
		display: none;
	}
}

.bottom-box__start {
	display: flex;
	align-items: center;
	position: relative;
	gap: 1.25rem;
}

@media only screen and (max-width: 1024px) {
	.bottom-box__start {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 1.5rem;
		margin-left: 1.25rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.bottom-box__start::after {
	content: "";
	position: absolute;
	right: -2.5rem;
	width: .0625rem;
	height: 1.25rem;
}

.bottom-box__start-phone {
	display: flex;
	align-items: center;
	letter-spacing: .025em;
	gap: .5rem;
	transition: color .3s ease-in-out;
}

@media (hover: hover) {
	.bottom-box__start-phone:hover .bottom-box__start-phone-text::after {
		transform: scaleX(100%);
	}
}

.bottom-box__start-phone-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.bottom-box__start-phone-text {
	position: relative;
}

.bottom-box__start-phone-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .0625rem;
	transform: scaleX(0);
	transform-origin: 0;
	transition: transform .3s ease-in-out;
}

.bottom-box__end {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.bottom-box__end-cta {
	padding: .5rem 1rem;
}

.bottom-box__end-cta--mobile {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.bottom-box__end-cta--mobile {
		display: inline-block;
		width: fit-content;
		margin-top: 1rem;
		margin-right: 0;
		margin-left: 1.25rem;
		padding: .75rem 1.5rem;
	}
	
	.bottom-box__end-cta--mobile .text {
		letter-spacing: .02em;
	}
}

.site-top-nav {
	display: flex;
	align-items: center;
	margin-left: 2.5rem;
}

.site-top-nav>.site-top-nav__item {
	position: relative;
}

.site-top-nav>.site-top-nav__item>a {
	display: inline-flex;
	padding: .625rem .9375rem;
}

@media (hover: hover) {
	.site-top-nav>.site-top-nav__item>a:hover .text::before {
		opacity: 1;
	}
}

.site-top-nav>.site-top-nav__item>a .text {
	position: relative;
}

.site-top-nav>.site-top-nav__item>a .text::before {
	content: "";
	position: absolute;
	bottom: -.125rem;
	left: 0;
	pointer-events: none;
	width: 100%;
	height: .0625rem;
	transition: opacity .2s;
	opacity: 0;
}

.site-top-nav>.site-top-nav__item.current-menu-ancestor .text::before, .site-top-nav>.site-top-nav__item.current_page_parent .text::before, .site-top-nav>.site-top-nav__item.current-menu-item .text::before {
	opacity: 1;
}

@media (hover: hover) {
	.site-top-nav>.site-top-nav__item:hover .sub-menu-wrap {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}
	
	.is-scrolled-down .site-top-nav>.site-top-nav__item:hover .sub-menu-wrap {
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
	}
}

.site-top-nav .sub-menu-wrap {
	position: absolute;
	top: 100%;
	pointer-events: none;
	padding-top: 1.25rem;
	transition: opacity .2s;
	visibility: hidden;
	opacity: 0;
}

.site-top-nav .sub-menu {
	position: relative;
	padding: .625rem 0;
}

.site-top-nav .sub-menu>.site-top-nav__item>a {
	display: block;
	padding: .625rem .9375rem;
	transition: background-color .2s;
}

.caption {
	display: inline-block;
	width: fit-content;
}

.heading__caption {
	margin-bottom: 1.5rem;
}

.is-menu-open .site-top {
	background-color: var(--neutral-0);
}

.mobile-nav-hld {
	position: fixed;
	top: 4.375rem;
	right: 0;
	bottom: 0;
	z-index: 499;
	pointer-events: none;
	width: 100%;
	height: auto;
	background-color: var(--neutral-0);
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.mobile-nav-hld.is-active {
	pointer-events: auto;
	opacity: 1;
}

.mobile-nav-hld.is-active .mobile-nav-body {
	transform: translate3d(0%, 0, 0);
}

.mobile-nav-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100dvh - 4.875rem);
	padding: 1.75rem 1rem 2.25rem;
	transform: translate3d(100%, 0, 0);
	transition: transform .2s ease-in-out;
	overflow-x: hidden;
	overflow-y: auto;
}

.mobile-nav {
	margin-bottom: auto;
}

.mobile-nav>.mobile-nav__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.mobile-nav>.mobile-nav__item:last-child {
	border-bottom: none;
}

.mobile-nav>.mobile-nav__item>a {
	display: flex;
	align-items: center;
	position: relative;
	padding-block: 1.75rem;
}

.mobile-nav>.mobile-nav__item>a::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: .25rem;
	background-image: url("data:image/svg+xml,%3Csvg class=\'chevron-right\' width=\'17\' height=\'16\' viewBox=\'0 0 17 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6.19434 4L10.1943 8L6.19434 12\' stroke=\'%23311E04\' stroke-width=\'1.25\' stroke-linecap=\'round\' stroke-linejoin=\'round\' /%3E%3C/svg%3E");
}

.mobile-nav>.mobile-nav__item>a .text {
	font-size: var(--t--heading-6);
	font-weight: var(--font-weight-500);
	letter-spacing: -.02em;
	line-height: var(--t--line-hight-primary-7);
}

.mobile-nav__btns {
	position: absolute;
	bottom: 1.5rem;
	z-index: 20;
	width: calc(100% - 2.5rem);
}

.mobile-nav__btns .btn {
	width: 100%;
	padding: .6875rem 1.5rem;
}

.mobile-nav__btns .btn .text {
	font-size: var(--t--btn-3);
}

.mobile-nav .sub-menu-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	width: 100%;
	height: calc(100vh - 15.25rem);
	height: calc(100dvh - 15.25rem);
	padding-bottom: 4rem;
	background-color: var(--neutral-0);
	transform: translate3d(100%, 0, 0);
	transition: transform .2s ease-in-out;
	overflow-y: auto;
	padding-inline: 1.25rem;
}

.mobile-nav .sub-menu-wrap__parent {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-block: 1rem 1.5rem;
	gap: 1rem;
	font-size: var(--font-value-16);
	font-weight: var(--font-weight-500);
	letter-spacing: -.02em;
	line-height: var(--t--line-hight-primary-7);
}

.mobile-nav .sub-menu-wrap__parent svg {
	pointer-events: none;
	width: 1.5rem;
	height: 1.5rem;
	rotate: 180deg;
}

.mobile-nav .sub-menu-wrap.is-active {
	pointer-events: auto;
	transform: translate3d(0%, 0, 0);
}

@media only screen and (max-width: 1280px) {
	.submenu__inner-list {
		display: flex;
		flex-direction: column;
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid var(--neutral-200, #e1e4ea);
		gap: 1.5rem;
	}
	
	.submenu__inner-list:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.submenu__inner-lists {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		width: 100%;
		min-width: auto;
		max-width: none;
		height: 100%;
		margin: 0;
		padding: 1.5rem 1rem 2.25rem;
		border-top: 0;
		border-radius: 0;
		box-shadow: none;
		transform: translate3d(100%, 0, 0);
		overflow-y: auto;
		visibility: visible;
		opacity: 1;
	}
}

.no-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 40vh;
	min-height: 200px;
	margin-top: clamp(2rem, 1.19vw + 1.73rem, 2.75rem);
	text-align: center;
}

.no-found__icon {
	width: 4rem;
	height: 4rem;
}

.no-found__title {
	margin-top: .875rem;
}

.no-found__content {
	margin-top: .5rem;
}

.l-section--banner-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 100vh;
	padding-top: 230px;
	padding-bottom: 230px;
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950, #0e121b) 0%, var(--neutral-900, #181b25) 100%);
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.l-section--banner-404 {
		padding-top: 96px;
		padding-bottom: 96px;
	}
}

.l-section--banner-404::after {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	z-index: -1;
	pointer-events: none;
	width: 752px;
	height: 772px;
	background: linear-gradient(180deg, #fff 25.92%, rgba(255, 255, 255, 0) 99.96%);
	filter: blur(150px);
	mix-blend-mode: overlay;
}

.banner-404 {
	position: relative;
}

.banner-404__heading {
	max-width: 37.125rem;
	margin-top: 24px;
}

@media only screen and (max-width: 768px) {
	.banner-404__heading {
		margin-top: 12px;
	}
}

.banner-404__content {
	max-width: 37.125rem;
	margin-top: 24px;
}

@media only screen and (max-width: 768px) {
	.banner-404__content {
		margin-top: 12px;
	}
}

.banner-404__button {
	margin-top: 48px;
}

@media only screen and (max-width: 768px) {
	.banner-404__button {
		margin-top: 24px;
	}
}

.banner-404__image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	pointer-events: none;
	max-width: 600px;
	transform: translateY(-50%);
	opacity: .5;
}

@media only screen and (max-width: 768px) {
	.banner-404__image {
		bottom: -48px;
	}
}

.post-items__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 44px 24px;
	margin-top: 54px;
}

@media only screen and (min-width: 550px) {
	.post-items__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 1025px) {
	.post-items__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.post-item {
	display: flex;
	position: relative;
}

.post-item:hover .post-item__title, .post-item:focus-visible .post-item__title {
	text-decoration-color: #1d1f1e;
}

.post-item__link {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 1.5rem;
}

.post-item picture {
	display: block;
	flex: none;
	width: 100%;
	height: auto;
	border-radius: var(--radius-24);
	overflow: hidden;
}

.post-item__img {
	width: 100% !important;
	object-fit: cover;
	transition: transform .2s ease-in-out;
}

.post-item__img-hld {
	border-radius: var(--radius-24);
	overflow: hidden;
}

.post-item__img--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bg-weak-50);
}

.post-item__img--placeholder svg {
	width: 100%;
	max-width: 60%;
	height: auto;
}

.post-item__content {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 1rem;
}

@media only screen and (max-width: 768px) {
	.post-item__content {
		gap: .75rem;
	}
}

.post-item__categories {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: .5rem;
}

@media only screen and (max-width: 768px) {
	.post-item__categories {
		margin-bottom: 0;
	}
}

.post-item__category {
	padding: 0 .5rem;
	border: 1px solid var(--stroke-soft-200);
	border-radius: 20px;
}

@media only screen and (max-width: 360px) {
	.post-item__category {
		display: none;
	}
}

.post-item__title {
	text-decoration: underline;
	text-decoration-color: rgba(0, 0, 0, 0);
}

.post-item__title {
	color: #1d1f1e !important;
	transition: color .2s ease-in-out, text-decoration .2s ease-in-out, text-decoration-color .2s ease-in-out;
	overflow: hidden;
}

.post-item__description {
	display: -webkit-box;
	color: #1d1f1e !important;
	transition: color .2s ease-in-out, text-decoration .2s ease-in-out, text-decoration-color .2s ease-in-out;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-item__info {
	display: flex;
	align-items: center;
	margin-top: .5rem;
	gap: .5rem;
}

@media only screen and (max-width: 1024px) {
	.post-item__info {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.post-item__info {
		gap: 1rem;
	}
}

.post-item__info img {
	width: 2rem;
	height: 2rem;
	border-radius: var(--radius-full);
}

@media only screen and (max-width: 768px) {
	.post-item__info-author {
		display: none;
	}
}

.post-item__info svg {
	margin-right: .5rem;
	margin-left: .5rem;
}

@media only screen and (max-width: 768px) {
	.post-item__info svg {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.post-item__info svg {
		display: none;
	}
}

.post-item--large .post-item__img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 620/400;
}

@media only screen and (max-width: 1439px) {
	.post-item--small .post-item__info {
		gap: 1rem;
	}
}

@media only screen and (max-width: 1439px) {
	.post-item--small .post-item__info-author {
		display: none;
	}
}

@media only screen and (max-width: 1439px) {
	.post-item--small .post-item__info svg {
		display: none;
	}
}

.post-item--small .post-item__link {
	flex-direction: row;
	gap: 1rem;
}

.post-item--small .post-item__link picture {
	width: 14.75rem;
	min-width: 14.75rem;
}

@media only screen and (max-width: 1280px) {
	.post-item--small .post-item__link picture {
		width: 10.9375rem;
		min-width: 10.9375rem;
	}
}

@media only screen and (max-width: 1024px) {
	.post-item--small .post-item__link picture {
		width: 7.8125rem;
		min-width: 7.8125rem;
	}
}

.post-item--small .post-item__link .post-item__img-hld {
	width: 14.75rem;
	min-width: 14.75rem;
}

@media only screen and (max-width: 1280px) {
	.post-item--small .post-item__link .post-item__img-hld {
		width: 10.9375rem;
		min-width: 10.9375rem;
	}
}

@media only screen and (max-width: 1024px) {
	.post-item--small .post-item__link .post-item__img-hld {
		width: 7.8125rem;
		min-width: 7.8125rem;
	}
}

.post-item--small .post-item__link .post-item__img--placeholder {
	height: 100%;
	aspect-ratio: 236/154;
}

.post-item--small .post-item__link .post-item__img {
	height: 100% !important;
}

.post-item--small .post-item__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 1024px) {
	.post-item--small .post-item__title {
		font-size: var(--font-value-14);
		letter-spacing: -.14px;
		line-height: var(--font-value-24);
	}
}

.post-item--small .post-item__content {
	flex-grow: 1;
	align-items: flex-start;
	justify-content: center;
	gap: .875rem;
}

.post-item--featured .post-item__link {
	display: flex;
	flex-direction: row;
	gap: 64px;
	padding: 40px;
	border-radius: var(--radius-24);
	background-color: var(--bg-white-0);
	box-shadow: 0 1px 2px 0 rgba(10, 13, 20, .08);
}

@media only screen and (max-width: 1280px) {
	.post-item--featured .post-item__link {
		gap: 32px;
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.post-item--featured .post-item__link {
		display: block;
	}
}

.post-item--featured .post-item__link .post-item__img-hld, .post-item--featured .post-item__link picture {
	width: calc(45.2% - 32px);
	height: 100%;
	border-radius: var(--radius-16);
	overflow: hidden;
}

@media only screen and (max-width: 1280px) {
	.post-item--featured .post-item__link .post-item__img-hld, .post-item--featured .post-item__link picture {
		width: calc(45.2% - 16px);
	}
}

@media only screen and (max-width: 768px) {
	.post-item--featured .post-item__link .post-item__img-hld, .post-item--featured .post-item__link picture {
		width: 100%;
		height: auto;
	}
}

.post-item--featured .post-item__link .post-item__img-hld .post-item__img, .post-item--featured .post-item__link .post-item__img-hld img, .post-item--featured .post-item__link picture .post-item__img, .post-item--featured .post-item__link picture img {
	height: 100%;
	border-radius: var(--radius-16);
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.post-item--featured .post-item__link .post-item__img-hld .post-item__img, .post-item--featured .post-item__link .post-item__img-hld img, .post-item--featured .post-item__link picture .post-item__img, .post-item--featured .post-item__link picture img {
		height: auto;
		max-height: 400px;
		aspect-ratio: 480/400;
	}
}

.post-item--featured .post-item__link .post-item__content {
	align-items: flex-start;
	justify-content: center;
	width: calc(54.8% - 32px);
	padding-top: 26px;
	padding-bottom: 26px;
}

@media only screen and (max-width: 1280px) {
	.post-item--featured .post-item__link .post-item__content {
		width: calc(54.8% - 16px);
	}
}

@media only screen and (max-width: 768px) {
	.post-item--featured .post-item__link .post-item__content {
		width: 100%;
		padding-bottom: 0;
	}
}

.post-item--featured .post-item__link .post-item__content .post-item__category {
	display: flex;
}

.post-item--featured .post-item__link .post-item__content .post-item__title {
	color: #1d1f1e;
}

.post-item--featured .post-item__link .post-item__content .post-item__btn {
	margin-top: 28px;
}

@media only screen and (max-width: 1280px) {
	.post-item--featured .post-item__link .post-item__content .post-item__btn {
		margin-top: 12px;
	}
}

.socials {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.socials__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	transition: opacity .2s ease-in-out;
	opacity: .5;
}

.socials__link:hover, .socials__link:focus {
	opacity: 1;
}

.socials--site-top {
	margin-left: auto;
}

.search {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.search__input {
	padding-left: 2.625rem !important;
}

.search__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 1rem;
	cursor: pointer;
	width: auto;
	height: 100%;
	padding: 0;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	appearance: none;
}

.select {
	position: relative;
	width: fit-content;
	min-width: 14.1875rem;
}

@media only screen and (max-width: 768px) {
	.select {
		width: 100%;
	}
}

.select:hover .select__label, .select:focus-visible .select__label {
	border-color: var(--button-label-secondary-idle);
	color: var(--button-label-secondary-idle);
}

.select__label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: .75rem 1.25rem;
	padding-right: 1rem;
	border: 1px solid var(--button-label-secondary-idle);
	background: var(--neutral-0);
	transition: color .2s ease-in-out, border-color .2s ease-in-out;
	gap: .5rem;
}

.select__label__icon {
	transition: rotate .2s ease-in-out;
}

.select__dropdown {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	pointer-events: none;
	width: max(100%, 12.5rem);
	padding: .375rem;
	border: 1px solid var(--button-label-secondary-idle);
	background-color: var(--neutral-0);
	transition: opacity .2s ease-in-out, translate .2s ease-in-out;
	overflow: hidden;
	opacity: 0;
	translate: 0 1.375rem;
	gap: .375rem;
}

@media only screen and (max-width: 768px) {
	.select__dropdown {
		max-width: 100%;
	}
}

.select__option {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: .3125rem .3125rem;
	gap: .625rem;
}

.select__option.is-hidden {
	display: none;
}

.select--multiple .select__option__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1.125rem;
	height: 1.125rem;
	border: 1px solid var(--button-label-secondary-idle);
}

.select--multiple .select__option__icon::after {
	content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M2.9165 7.50004L5.83317 10.4167L11.6665 4.58337\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
	position: relative;
	opacity: 0;
}

.select--multiple .select__option.is-active .select__option__icon {
	background-color: var(--button-label-secondary-idle);
}

.select--multiple .select__option.is-active .select__option__icon::after {
	opacity: 1;
}

.select input:checked~.select__dropdown {
	pointer-events: auto;
	opacity: 1;
	translate: 0 .75rem;
}

.select input:checked~.select__label {
	border-color: var(--button-label-secondary-idle);
	color: var(--button-label-secondary-idle);
}

.select input:checked~.select__label .select__label__icon {
	rotate: 180deg;
}

.filters__label {
	display: block;
	margin-bottom: 1.25rem;
}

.filters__items>div {
	overflow: hidden;
}

.filters__items>div>div {
	display: flex;
	flex-wrap: wrap;
	transition: gap .2s ease-in-out;
	overflow: hidden;
	gap: .625rem;
}

@media only screen and (max-width: 1024px) {
	.filters__items>div>div {
		gap: .5rem;
	}
}

@media only screen and (max-width: 1024px) {
	.filters__items>div>div .btn {
		padding: 0 .5rem;
	}
	
	.filters__items>div>div .btn .text {
		font-size: var(--font-value-12);
	}
}

.filters__items__item:hover {
	border: 1px solid var(--stroke-strong-950);
	background-color: var(--alpha-black-alpha-10);
	color: var(--text-strong-950);
}

.filters__items__item.is-active {
	pointer-events: none;
}

.video__player {
	height: 100%;
}

.video__player__container {
	position: relative;
	max-height: 35.1875rem;
	margin-bottom: -1px;
	border-radius: var(--radius-12);
	aspect-ratio: 16/9;
	margin-inline: auto;
	overflow: hidden;
}

.video__player.is-paused .video__player__cover {
	pointer-events: auto;
	opacity: 1;
}

.video__player__file {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	transition: opacity .8s ease-in-out;
	opacity: 0;
	scale: 0;
}

.video__player__file.is-active {
	z-index: 8;
	opacity: 1;
	scale: 1;
}

.video__player__cover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.video__player__cover picture {
	pointer-events: none;
}

.video__player__cover__img {
	z-index: 8;
	pointer-events: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.video__player iframe, .video__player video {
	border-radius: var(--radius-12);
}

.video__player-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	pointer-events: none;
	width: 56px;
	height: 56px;
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("data:image/svg+xml,%3Csvg width=\'56\' height=\'56\' viewBox=\'0 0 56 56\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0 28C0 12.536 12.536 0 28 0C43.464 0 56 12.536 56 28C56 43.464 43.464 56 28 56C12.536 56 0 43.464 0 28Z\' fill=\'white\'/%3E%3Cpath d=\'M34.6388 28.3745L25.0997 34.7339C25.0319 34.779 24.9532 34.8048 24.8719 34.8087C24.7906 34.8126 24.7097 34.7944 24.638 34.756C24.5662 34.7176 24.5062 34.6604 24.4644 34.5906C24.4226 34.5207 24.4004 34.4409 24.4004 34.3595V21.6407C24.4004 21.5593 24.4226 21.4794 24.4644 21.4096C24.5062 21.3398 24.5662 21.2826 24.638 21.2442C24.7097 21.2058 24.7906 21.1875 24.8719 21.1914C24.9532 21.1953 25.0319 21.2212 25.0997 21.2663L34.6388 27.6257C34.7004 27.6668 34.751 27.7225 34.7859 27.7878C34.8209 27.8531 34.8391 27.926 34.8391 28.0001C34.8391 28.0742 34.8209 28.1471 34.7859 28.2124C34.751 28.2777 34.7004 28.3334 34.6388 28.3745Z\' fill=\'%23FF6666\'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: contain;
	transform: translate(-50%, -50%);
	transition: scale .2s ease-in-out;
	appearance: none;
}

.video__player-btn.nitro-lazy {
	background-image: none !important;
}

.table-of-contents__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-left: 2px solid var(--neutral-200);
}

@media only screen and (max-width: 768px) {
	.table-of-contents__list {
		gap: 4px;
	}
}

.table-of-contents__item {
	position: relative;
	padding: 4px 0 4px 20px;
}

@media only screen and (max-width: 768px) {
	.table-of-contents__item {
		padding-left: 12px;
	}
}

.table-of-contents__link {
	position: relative;
	padding: 0;
	border: none;
	outline: none;
	text-align: left;
}

.table-of-contents__link::before {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -22px;
	width: 2px;
	background-color: var(--primary-base);
	transition: scale .3s ease-in-out;
	scale: 1 0;
}

@media only screen and (max-width: 768px) {
	.table-of-contents__link::before {
		left: -14px;
	}
}

.table-of-contents__link.small {
	margin-left: 14px;
}

.table-of-contents__link.small::before {
	left: -36px;
}

.table-of-contents__link.is-active::before {
	scale: 1 1;
}

.key-results__list {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 30px;
}

@media only screen and (max-width: 1024px) {
	.key-results__list {
		gap: 16px;
		margin-top: 16px;
	}
}

.key-results__list .item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

@media only screen and (max-width: 1024px) {
	.key-results__list .item {
		gap: 0;
	}
}

.key-results__cta {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 54px;
	padding-top: 22px;
	border-top: 1px solid var(--neutral-200);
}

@media only screen and (max-width: 1024px) {
	.key-results__cta {
		gap: 16px;
		margin-top: 16px;
		padding-top: 16px;
	}
}

.l-section--single-post-related {
	position: relative;
	padding-top: 112px;
	padding-bottom: 112px;
	background-color: var(--bg-weak-50);
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.l-section--single-post-related {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.single-post-related {
	position: relative;
}

.single-post-related__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 64px;
	gap: 32px;
}

@media only screen and (max-width: 768px) {
	.single-post-related__content {
		margin-bottom: 40px;
		gap: 16px;
	}
}

.single-post-related__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
}

@media only screen and (max-width: 1024px) {
	.single-post-related__grid {
		gap: 20px;
	}
}

.single-post-related .item {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 1.5rem;
	width: calc(33.333% - 16px);
}

@media only screen and (max-width: 1024px) {
	.single-post-related .item {
		width: calc(33.333% - 12px);
	}
}

@media only screen and (max-width: 768px) {
	.single-post-related .item {
		width: 100%;
	}
}

.single-post-related .item:hover .item__title, .single-post-related .item:focus-visible .item__title {
	text-decoration-color: #1d1f1e;
}

.single-post-related .item>picture {
	display: block;
	width: 100%;
	border-radius: var(--radius-24);
	overflow: hidden;
}

.single-post-related .item>picture img {
	object-fit: cover;
	height: 250px;
}

.single-post-related .item .post-item__img--placeholder {
	height: 250px;
	background-color: var(--neutral-200);
}

.single-post-related .item__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

@media only screen and (max-width: 1024px) {
	.single-post-related .item__content {
		gap: .75rem;
	}
}

.single-post-related .item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.single-post-related .item__tag {
	display: flex;
	padding: 0 .5rem;
	border: 1px solid var(--stroke-soft-200);
	border-radius: 20px;
}

.single-post-related .item__title {
	color: #1d1f1e !important;
	text-decoration: underline;
	transition: color .2s ease-in-out, text-decoration .2s ease-in-out, text-decoration-color .2s ease-in-out;
	overflow: hidden;
	text-decoration-color: rgba(0, 0, 0, 0);
}

.single-post-related .item__info {
	display: flex;
	align-items: center;
	margin-top: .5rem;
	gap: .5rem;
}

@media only screen and (max-width: 1024px) {
	.single-post-related .item__info {
		margin-top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.single-post-related .item__info {
		gap: 1rem;
	}
}

.single-post-related .item__info img {
	width: 2rem;
	height: 2rem;
	border-radius: var(--radius-full);
}

@media only screen and (max-width: 768px) {
	.single-post-related .item__info-author {
		display: none;
	}
}

.single-post-related .item__info svg {
	margin-right: .5rem;
	margin-left: .5rem;
}

@media only screen and (max-width: 768px) {
	.single-post-related .item__info svg {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.single-post-related .item__info svg {
		display: none;
	}
}

.l-section--hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950) 0%, var(--neutral-900) 100%);
}

.hero {
	width: 100%;
}

.hero .l-wrapper {
	position: relative;
}

.hero__image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.hero__brackets--left {
	position: absolute;
	top: 50%;
	left: 12%;
	width: 125px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
	.hero__brackets--left {
		left: 3%;
	}
}

@media only screen and (max-width: 1024px) {
	.hero__brackets--left {
		display: none;
	}
}

.hero__brackets--right {
	position: absolute;
	top: 50%;
	right: 12%;
	width: 125px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
	.hero__brackets--right {
		right: 3%;
	}
}

@media only screen and (max-width: 1024px) {
	.hero__brackets--right {
		display: none;
	}
}

.hero__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
}

.hero__text-hld {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hero__logotype {
	width: 100%;
	max-width: 11.875rem;
	margin-bottom: 24px;
}

.hero__label {
	margin-bottom: 1.5rem;
}

.hero__heading {
	width: 100%;
	max-width: 48.75rem;
	text-align: center;
}

.hero__heading p img {
	display: inline-block;
	position: relative;
	top: -.3125rem;
	width: 2.8125rem;
	height: 3.8125rem;
	margin-right: .5rem;
	margin-left: .5rem;
	background-image: url("https://human-edge.com/nitropack_static/OKEzWURatjvNFianvsbegYthnPGyQkcR/assets/images/optimized/rev-dcfe1fa/human-edge.com/wp-content/themes/human-edge-dist/assets/img/fingerprint-2.svg");
	background-size: 100% 100%;
}

.hero__heading p img.nitro-lazy {
	background-image: none !important;
}

.hero__content {
	width: 100%;
	max-width: 48.75rem;
	margin-top: clamp(1rem, .8vw + .82rem, 1.5rem);
	text-align: center;
}

.hero__btns {
	margin-top: clamp(1.5rem, 2.39vw + .96rem, 3rem);
}

.hero__swiper {
	pointer-events: none;
	width: 100%;
	margin-top: clamp(1.5rem, 2.39vw + .96rem, 3rem);
	overflow: hidden;
}

.hero__swiper-container {
	width: 100%;
	overflow: hidden;
}

.hero__swiper-container .swiper-wrapper {
	transition-timing-function: linear;
}

.hero__swiper-container .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
}

.hero__swiper-container .swiper-slide img {
	width: auto;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.hero__swiper-container .swiper-slide img {
		max-height: 130px;
	}
}

.l-section--hero-post {
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950) 0%, var(--neutral-900) 100%);
	overflow: hidden;
}

.l-section--hero-post::after {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	z-index: -1;
	pointer-events: none;
	width: 752px;
	height: 772px;
	background: linear-gradient(180deg, #fff 25.92%, rgba(255, 255, 255, 0) 99.96%);
	filter: blur(150px);
	mix-blend-mode: overlay;
}

.hero-post {
	padding-top: 152px;
	padding-bottom: 136px;
}

@media only screen and (max-width: 1024px) {
	.hero-post {
		padding-top: 112px;
		padding-bottom: 112px;
	}
}

@media only screen and (max-width: 768px) {
	.hero-post {
		padding-top: 0;
		padding-bottom: 64px;
	}
}

.hero-post__content-hld {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

@media only screen and (max-width: 768px) {
	.hero-post__content-hld {
		flex-direction: column;
		gap: 1.5rem;
	}
}

.hero-post__content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 46%;
}

@media only screen and (max-width: 1024px) {
	.hero-post__content {
		width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 768px) {
	.hero-post__content {
		width: 100%;
		gap: 1rem;
	}
}

.hero-post__breadcrumb {
	display: flex;
	align-items: center;
	gap: .125rem;
}

.hero-post__categories {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	pointer-events: none;
	margin-top: 56px;
	gap: .5rem;
}

@media only screen and (max-width: 1024px) {
	.hero-post__categories {
		margin-top: 0;
	}
}

.hero-post__caption {
	color: #99a0ae !important;
	text-transform: uppercase;
}

.hero-post__info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 142px;
	gap: .5rem 1rem;
}

@media only screen and (max-width: 1024px) {
	.hero-post__info {
		gap: .5rem;
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.hero-post__info {
		margin-top: .5rem;
	}
}

.hero-post__info-avatar {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.hero-post__info-avatar img {
	width: 40px;
	height: 40px;
	border-radius: var(--radius-full);
}

.hero-post__info-avatar p span {
	text-decoration: underline;
}

.hero-post__info-case-study {
	display: flex;
	flex-direction: column;
	margin-top: 142px;
	gap: .5rem 1rem;
}

@media only screen and (max-width: 1024px) {
	.hero-post__info-case-study {
		gap: .5rem;
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.hero-post__info-case-study {
		margin-top: .5rem;
	}
}

.hero-post__info-case-study-grid {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
	.hero-post__info-case-study-grid {
		margin-top: 0;
	}
}

.hero-post__info-case-study-grid img {
	width: 40px;
	height: 40px;
	border-radius: var(--radius-full);
}

.hero-post__info-case-study-grid div {
	display: flex;
	flex-direction: column;
}

.hero-post__info-case-study-grid .bio {
	margin-top: -4px;
	color: var(--text-disabled-300);
}

.hero-post__img {
	position: relative;
	width: 46%;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.hero-post__img {
		width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 768px) {
	.hero-post__img {
		width: 100%;
	}
}

.hero-post__img .logotype {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	padding: 24px;
	border-radius: var(--radius-12);
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	.hero-post__img .logotype {
		top: 12px;
		left: 12px;
		padding: 12px;
	}
}

@media only screen and (max-width: 360px) {
	.hero-post__img .logotype {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 156px;
		margin-bottom: 12px;
	}
}

.hero-post__img .logotype img {
	display: block;
	width: 100%;
	max-width: 132px;
}

.hero-post__img>picture {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: var(--radius-24);
	overflow: hidden;
}

.hero-post__img>picture img {
	height: 100%;
	object-fit: cover;
}

.l-section--banner {
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950) 0%, var(--neutral-900) 100%);
	overflow: hidden;
}

.l-section--banner::after {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	z-index: -1;
	pointer-events: none;
	width: 752px;
	height: 772px;
	background: linear-gradient(180deg, #fff 25.92%, rgba(255, 255, 255, 0) 99.96%);
	filter: blur(150px);
	mix-blend-mode: overlay;
}

.banner {
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: 1.5rem;
}

@media only screen and (max-width: 768px) {
	.banner {
		flex-direction: column;
		align-items: center;
		gap: 48px;
	}
}

.banner__text-hld {
	display: flex;
	flex-direction: column;
	width: 46%;
	padding-top: 82px;
	padding-bottom: 82px;
}

@media only screen and (max-width: 1280px) {
	.banner__text-hld {
		padding-top: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner__text-hld {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.banner__text-hld {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.banner__caption {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.banner__caption svg {
	width: 20px;
	height: 20px;
	margin-top: -4px;
}

.banner__heading {
	max-width: 37.125rem;
	margin-top: 24px;
}

.banner__content {
	max-width: 37.125rem;
	margin-top: 24px;
}

.banner__btns {
	margin-top: 48px;
}

@media only screen and (max-width: 1024px) {
	.banner__btns {
		margin-top: 24px;
	}
}

.banner__image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 54%;
}

@media only screen and (max-width: 1024px) {
	.banner__image {
		align-items: center;
		justify-content: flex-start;
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.banner__image {
		width: 100%;
		max-width: 450px;
	}
}

.banner__image img {
	border-radius: var(--radius-24);
}

.banner__color-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

.l-section--banner-second {
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950) 0%, var(--neutral-900) 100%);
	overflow: hidden;
}

.l-section--banner-second::after {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	z-index: -1;
	pointer-events: none;
	width: 752px;
	height: 772px;
	background: linear-gradient(180deg, #fff 25.92%, rgba(255, 255, 255, 0) 99.96%);
	filter: blur(150px);
	mix-blend-mode: overlay;
}

.banner-second {
	position: relative;
}

.banner-second__heading {
	max-width: 37.125rem;
	margin-top: 24px;
}

@media only screen and (max-width: 768px) {
	.banner-second__heading {
		margin-top: 12px;
	}
}

.banner-second__content {
	max-width: 37.125rem;
	margin-top: 24px;
}

@media only screen and (max-width: 768px) {
	.banner-second__content {
		margin-top: 12px;
	}
}

.banner-second__image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	bottom: -152px;
	z-index: -1;
	pointer-events: none;
	max-width: 600px;
	opacity: .5;
}

@media only screen and (max-width: 768px) {
	.banner-second__image {
		bottom: -48px;
	}
}

.l-section--solution-hero {
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950) 0%, var(--neutral-900) 100%);
}

.solution-hero--teal .solution-hero__fingerprint-bg {
	filter: brightness(0) saturate(100%) invert(89%) sepia(98%) saturate(7476%) hue-rotate(140deg) brightness(83%) contrast(81%);
}

.solution-hero--red .solution-hero__fingerprint-bg {
	filter: brightness(0) saturate(100%) invert(64%) sepia(13%) saturate(6417%) hue-rotate(319deg) brightness(101%) contrast(95%);
}

.solution-hero--indigo .solution-hero__fingerprint-bg {
	filter: brightness(0) saturate(100%) invert(38%) sepia(14%) saturate(2122%) hue-rotate(194deg) brightness(94%) contrast(87%);
}

.solution-hero--yellow .solution-hero__fingerprint-bg {
	filter: brightness(0) saturate(100%) invert(81%) sepia(81%) saturate(2212%) hue-rotate(326deg) brightness(100%) contrast(102%);
}

.solution-hero__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.solution-hero__text-hld {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.solution-hero__fingerprint-bg {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 1280px) {
	.solution-hero__fingerprint-bg {
		width: 20%;
		aspect-ratio: 343/493;
	}
}

@media only screen and (max-width: 767px) {
	.solution-hero__fingerprint-bg {
		display: none;
	}
}

.solution-hero__badge {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	gap: .375rem;
}

.solution-hero__heading {
	max-width: 48.75rem;
	text-align: center;
}

.solution-hero__content {
	max-width: 38.75rem;
	margin-top: clamp(1rem, .8vw + .82rem, 1.5rem);
	text-align: center;
}

.solution-hero__btns {
	margin-top: clamp(1.5rem, 2.39vw + .96rem, 3rem);
}

.l-section--simple-steps {
	background: var(--bg-white-0, #fff);
}

.simple-steps__inner {
	display: flex;
	flex-direction: column;
	gap: 6.375rem;
}

@media only screen and (max-width: 768px) {
	.simple-steps__inner {
		gap: 4rem;
	}
}

.simple-steps__text-hld {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
}

.simple-steps__heading {
	max-width: 31rem;
}

.simple-steps__steps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	counter-reset: step;
}

@media only screen and (max-width: 768px) {
	.simple-steps__steps {
		flex-direction: column;
		gap: 1.5rem;
		align-items: center;
	}
}

.simple-steps__steps-item {
	display: flex;
	flex: 1;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.simple-steps__steps-item::before, .simple-steps__steps-item::after {
	content: "";
	position: absolute;
	top: 1.5rem;
	z-index: -1;
	width: calc(50% - 2.1875rem);
	height: .0625rem;
}

@media only screen and (max-width: 768px) {
	.simple-steps__steps-item::before, .simple-steps__steps-item::after {
		display: none;
	}
}

.simple-steps__steps-item::before {
	left: 0;
}

.simple-steps__steps-item::after {
	left: calc(50% + 2.1875rem);
}

.simple-steps__steps-item:nth-child(1)::before {
	display: none;
}

.simple-steps__steps-item:nth-child(1)::after {
	background: linear-gradient(90deg, rgba(255, 102, 102, .24) 0%, rgba(72, 194, 197, .24) 100%);
}

.simple-steps__steps-item:nth-child(2)::before {
	background: var(--alpha-teal-alpha-24, rgba(34, 211, 187, .24));
}

.simple-steps__steps-item:nth-child(2)::after {
	background: linear-gradient(90deg, rgba(34, 211, 187, .24) 0%, rgba(83, 95, 171, .24) 100%);
}

.simple-steps__steps-item:nth-child(3)::before {
	background: var(--alpha-indigo-alpha-24, rgba(83, 95, 171, .24));
}

.simple-steps__steps-item:nth-child(3)::after {
	background: var(--alpha-indigo-alpha-24, rgba(83, 95, 171, .24));
}

.simple-steps__steps-item:nth-child(4)::before {
	background: linear-gradient(90deg, rgba(83, 95, 171, .24) 0%, rgba(255, 204, 51, .24) 100%);
}

.simple-steps__steps-item:last-child::after {
	display: none;
}

.simple-steps__steps-content {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	gap: .75rem;
}

.simple-steps__steps-count {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 3.5rem;
	height: 3.5rem;
	margin-right: auto;
	margin-left: auto;
	border-radius: var(--radius-full, 999px);
	counter-increment: step;
}

.simple-steps__steps-count::before, .simple-steps__steps-count::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: var(--radius-full, 999px);
	transform: translate(-50%, -50%);
}

.simple-steps__steps-count::before {
	z-index: -2;
	width: 4.375rem;
	height: 4.375rem;
}

.simple-steps__steps-count::after {
	z-index: -1;
	width: 4.25rem;
	height: 4.25rem;
	background-color: #fff;
}

.simple-steps__steps-count span::after {
	content: counter(step);
	color: var(--text-white-0, #fff);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -.24px;
	line-height: 1.3333333333;
}

.simple-steps__steps-item:nth-child(even) .simple-steps__steps-count::before {
	transform-origin: 0 0;
	rotate: 180deg;
}

.simple-steps__steps-item:nth-child(1) .simple-steps__steps-count {
	background: var(--primary-base, #f66);
}

.simple-steps__steps-item:nth-child(1) .simple-steps__steps-count::before {
	background: linear-gradient(#f66, rgba(255, 102, 102, 0));
}

.simple-steps__steps-item:nth-child(2) .simple-steps__steps-count {
	background: var(--state-stable-base, #48c2c5);
}

.simple-steps__steps-item:nth-child(2) .simple-steps__steps-count::before {
	background: linear-gradient(#48c2c5, rgba(72, 194, 197, 0));
}

.simple-steps__steps-item:nth-child(3) .simple-steps__steps-count {
	background: var(--state-feature-base, #535fab);
}

.simple-steps__steps-item:nth-child(3) .simple-steps__steps-count::before {
	background: linear-gradient(#535fab, rgba(83, 95, 171, 0));
}

.simple-steps__steps-item:nth-child(4) .simple-steps__steps-count {
	background: var(--state-away-base, #fc3);
}

.simple-steps__steps-item:nth-child(4) .simple-steps__steps-count::before {
	background: linear-gradient(#fc3, rgba(255, 204, 51, 0));
}

.l-section--audience-segments {
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, var(--neutral-950, #0e121b) 0%, var(--neutral-900, #181b25) 100%);
	overflow: hidden;
}

.l-section--audience-segments::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width=\'997\' height=\'776\' viewBox=\'0 0 997 776\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg style=\'mix-blend-mode:overlay\' filter=\'url(%23filter0_f_19855_17636)\'%3E%3Cpath d=\'M478 514L724.172 -96H953L478 514Z\' fill=\'url(%23paint0_linear_19855_17636)\'/%3E%3C/g%3E%3Cg style=\'mix-blend-mode:overlay\' opacity=\'1\' filter=\'url(%23filter1_f_19855_17636)\'%3E%3Cpath d=\'M300 443L546.172 -167H775L300 443Z\' fill=\'url(%23paint1_linear_19855_17636)\'/%3E%3C/g%3E%3Cg style=\'mix-blend-mode:overlay\' filter=\'url(%23filter2_f_19855_17636)\'%3E%3Cpath d=\'M421.787 838.48L721.768 -220.797L1154.72 -294L421.787 838.48Z\' fill=\'url(%23paint2_linear_19855_17636)\'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=\'filter0_f_19855_17636\' x=\'178\' y=\'-396\' width=\'1075\' height=\'1210\' filterUnits=\'userSpaceOnUse\' color-interpolation-filters=\'sRGB\'%3E%3CfeFlood flood-opacity=\'0\' result=\'BackgroundImageFix\'/%3E%3CfeBlend mode=\'normal\' in=\'SourceGraphic\' in2=\'BackgroundImageFix\' result=\'shape\'/%3E%3CfeGaussianBlur stdDeviation=\'150\' result=\'effect1_foregroundBlur_19855_17636\'/%3E%3C/filter%3E%3Cfilter id=\'filter1_f_19855_17636\' x=\'0\' y=\'-467\' width=\'1075\' height=\'1210\' filterUnits=\'userSpaceOnUse\' color-interpolation-filters=\'sRGB\'%3E%3CfeFlood flood-opacity=\'0\' result=\'BackgroundImageFix\'/%3E%3CfeBlend mode=\'normal\' in=\'SourceGraphic\' in2=\'BackgroundImageFix\' result=\'shape\'/%3E%3CfeGaussianBlur stdDeviation=\'150\' result=\'effect1_foregroundBlur_19855_17636\'/%3E%3C/filter%3E%3Cfilter id=\'filter2_f_19855_17636\' x=\'121.787\' y=\'-594\' width=\'1332.93\' height=\'1732.48\' filterUnits=\'userSpaceOnUse\' color-interpolation-filters=\'sRGB\'%3E%3CfeFlood flood-opacity=\'0\' result=\'BackgroundImageFix\'/%3E%3CfeBlend mode=\'normal\' in=\'SourceGraphic\' in2=\'BackgroundImageFix\' result=\'shape\'/%3E%3CfeGaussianBlur stdDeviation=\'150\' result=\'effect1_foregroundBlur_19855_17636\'/%3E%3C/filter%3E%3ClinearGradient id=\'paint0_linear_19855_17636\' x1=\'716\' y1=\'62\' x2=\'715.5\' y2=\'514\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'white\'/%3E%3Cstop offset=\'1\' stop-color=\'white\' stop-opacity=\'0\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'paint1_linear_19855_17636\' x1=\'538\' y1=\'85\' x2=\'537.5\' y2=\'443\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'white\'/%3E%3Cstop offset=\'1\' stop-color=\'white\' stop-opacity=\'0\'/%3E%3C/linearGradient%3E%3ClinearGradient id=\'paint2_linear_19855_17636\' x1=\'705.359\' y1=\'-218.022\' x2=\'871.147\' y2=\'762.503\' gradientUnits=\'userSpaceOnUse\'%3E%3Cstop stop-color=\'white\'/%3E%3Cstop offset=\'1\' stop-color=\'white\' stop-opacity=\'0\'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: cover;
	fill: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: overlay;
}

.audience-segments__inner {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.audience-segments__inner--has-accordion {
	gap: 2rem;
}

.audience-segments__text-hld {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	gap: 1.5rem;
}

.audience-segments__content {
	max-width: 33.25rem;
}

.audience-segments__main-content-inner {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

@media only screen and (max-width: 768px) {
	.audience-segments__main-content-inner {
		justify-content: center;
	}
}

.audience-segments__simple-content {
	max-width: 48rem;
}

.audience-segments__simple-content h1, .audience-segments__simple-content h2, .audience-segments__simple-content h3, .audience-segments__simple-content h4, .audience-segments__simple-content h5, .audience-segments__simple-content h6 {
	color: var(--text-strong-950, #333);
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.6px;
	line-height: 1.75rem;
}

.audience-segments__simple-content p {
	margin-top: .75rem;
	letter-spacing: -.32px;
}

.audience-segments__simple-content p+p {
	margin-top: 1.75rem;
}

.audience-segments__simple-content p+h1, .audience-segments__simple-content p+h2, .audience-segments__simple-content p+h3, .audience-segments__simple-content p+h4, .audience-segments__simple-content p+h5, .audience-segments__simple-content p+h6 {
	margin-top: 3rem;
}

.audience-segments__items {
	display: flex;
	gap: 2rem;
}

@media only screen and (max-width: 768px) {
	.audience-segments__items {
		flex-direction: column;
	}
}

.audience-segments__items-item {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem;
	border-radius: var(--radius-24);
	background: var(--neutral-800, #222530);
	text-align: center;
	gap: 1.5rem;
}

.audience-segments__items-item--teal img {
	filter: brightness(0) saturate(100%) invert(89%) sepia(98%) saturate(7476%) hue-rotate(140deg) brightness(83%) contrast(81%);
}

.audience-segments__items-item--red img {
	filter: brightness(0) saturate(100%) invert(64%) sepia(13%) saturate(6417%) hue-rotate(319deg) brightness(101%) contrast(95%);
}

.audience-segments__items-item--indigo img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(14%) saturate(2122%) hue-rotate(194deg) brightness(94%) contrast(87%);
}

.audience-segments__items-item--yellow img {
	filter: brightness(0) saturate(100%) invert(81%) sepia(81%) saturate(2212%) hue-rotate(326deg) brightness(100%) contrast(102%);
}

.audience-segments__items-content {
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.audience-segments__items-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	background: var(--neutral-950, #0e121b);
	box-shadow: 0 1px 3px 1px rgba(9, 25, 72, .1);
}

.audience-segments__items-icon img {
	width: 1.75rem;
	height: 1.75rem;
}

.audience-segments__items-description {
	opacity: .8;
}
