.Blockquote_blockquote__XOFfc {
	& p:last-child {
		padding-bottom: 0;
	}
	&:last-child {
		margin-bottom: 0;
	}
}
.Blockquote_icon__UP_lr {
	translate: 0.5rem 1rem;
}
.CardSlot_card__8OXJa {
	--translate: 0 0;
	--grey: #2c2e2e;
	--top: 7.6875rem;
	--bottom: calc(13.625rem - var(--top));
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: var(--top) var(--bottom);
	&:hover {
		--translate: 0 -3.5rem;
	}
	&:first-child .CardSlot_tag__KcTXF {
		display: flex;
	}
}
.CardSlot_tag__KcTXF {
	--polygon: polygon(100% 0%, 0 0%, 100% 100%);
	--red-dark: #8d2700;
	--red: #ea4202;
	--size: 0.25rem;
	--inset: 1.5rem 0 0 0;
	background-color: var(--red);
	display: none;
	left: calc(var(--size) * -1);
	position: absolute;
	top: calc(var(--size) * -1);
	box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	&:after,
	&:before {
		background-color: var(--red-dark);
		clip-path: var(--polygon);
		content: '';
		height: var(--size);
		inset: var(--inset);
		position: absolute;
		width: var(--size);
	}
	&:after {
		--inset: 0 calc(var(--size) * -1) auto auto;
		--polygon: polygon(0 0%, 100% 100%, 0 100%);
	}
}
.CardSlot_figure__pAwX2 {
	animation: CardSlot_gradientAnimation__NcVjO 2s infinite;
	background-image: linear-gradient(45deg, #999, #ccc, #fff);
}
.CardSlot_image__fRzjQ {
	aspect-ratio: 3/2;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.CardSlot_article__CIteQ {
	display: flex;
	flex-direction: column;
	min-height: calc(var(--bottom) * 1.6);
	padding: 1rem;
	transition: translate 0.3s ease;
	translate: var(--translate);
	.CardSlot_button__8dIbA {
		align-self: stretch;
		display: inline-flex;
		font-size: 0.75rem;
		justify-content: center;
		margin: 1.44rem 0 0;
		padding: 0.66rem 1.5rem;
		text-align: center;
	}
}
.CardSlot_heading__SBjmM {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: var(--grey);
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.CardSlot_p__VOzbN {
	color: var(--grey);
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}
@keyframes CardSlot_gradientAnimation__NcVjO {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	to {
		background-position: 0 50%;
	}
}
.Casino_tagline__hHLW1 strong {
	font-weight: 900;
}
.TouchEffect_touch-effect__RXKEn {
	--touch-effect-display: block;
	--after-background-color: #ffde03;
	--after-opacity: 0;
	--after-scale: 0.1;
	--after-size: 300px;
	--after-transform-origin: center;
	--after-translate: -50% -50%;
	&:hover:after {
		--after-opacity: 1;
		--after-scale: 2.8;
	}
	&:after {
		background-color: var(--after-background-color);
		border-radius: 50%;
		content: '';
		height: var(--after-size);
		inset: 50% auto auto 50%;
		opacity: var(--after-opacity);
		position: absolute;
		scale: var(--after-scale);
		transform-origin: var(--after-transform-origin);
		translate: var(--after-translate);
		width: var(--after-size);
		z-index: -1;
		display: var(--touch-effect-display);
		transition: scale 0.3s, translate 0.3s, opacity 0.3s, background-color 0.3s;
		@media screen and (width >= 992px) {
			--touch-effect-display: none;
		}
	}
}
.Button_menu-trigger-button__fDPw8 {
	--after-background-color: #ffde03;
	--after-opacity: 0;
	--after-scale: 0.1;
	--after-size: 300px;
	--after-transform-origin: center;
	--after-translate: -50% -50%;
	&:hover:after {
		--after-opacity: 1;
		--after-scale: 2.8;
	}
	&:after {
		background-color: var(--after-background-color);
		border-radius: 50%;
		content: '';
		height: var(--after-size);
		inset: 50% auto auto 50%;
		opacity: var(--after-opacity);
		position: absolute;
		scale: var(--after-scale);
		transform-origin: var(--after-transform-origin);
		translate: var(--after-translate);
		width: var(--after-size);
		z-index: -1;
		transition: scale 0.3s, translate 0.3s, opacity 0.3s, background-color 0.3s;
		@media screen and (width >= 992px) {
			display: none;
		}
	}
}
.Button_caret-anchor-fallback__vyruH {
	@supports not (anchor-name: --active-menu-item) {
		--display-caret: none;
		&:before {
			animation: Button_caretSlideUp__SMU44 0.4s forwards;
			background-color: var(--background-colour);
			bottom: 0;
			clip-path: polygon(0 100%, 50% 0, 100% 100%);
			content: '';
			display: var(--display-caret);
			height: var(--size);
			left: 50%;
			translate: -50%;
			pointer-events: none;
			position: absolute;
			transition: all 0.2s ease-in-out;
			width: calc(var(--size) * 2);
			z-index: 999;
		}
		@media screen and (width >= 992px) {
			--display-caret: block;
		}
	}
}
@keyframes Button_caretSlideUp__SMU44 {
	0% {
		translate: 0 10px;
	}
	to {
		translate: 0 0;
	}
}
.Header_mega-menu-mobile-header__7jsDy {
	--border-bottom-colour: #e5e7eb;
	--display: grid;
	align-items: center;
	border-block-end: 1px solid var(--border-bottom-colour);
	display: var(--display);
	grid-column: 1/-1;
	grid-template-columns: 1fr min-content;
	min-height: 72px;
	padding: 1rem;
	@media screen and (width >= 992px) {
		--display: none;
	}
}
.MegaMenu_mega-menu__H6Wg2 {
	--align-items: start;
	--background-color: transparent;
	--display-backdrop: none;
	--height: 100dvh;
	--inset: 0 0 0 0;
	--justify-content: start;
	--popover-animation: none;
	--popover-display: flex;
	--popover-translate: -100% 0;
	--position: fixed;
	--width: 90vw;
	align-items: var(--align-items);
	animation: var(--popover-animation);
	background-color: var(--background-color);
	display: flex;
	display: var(--popover-display);
	height: var(--height);
	inset: var(--inset);
	justify-content: var(--justify-content);
	margin: 0;
	overflow: visible;
	padding: 0;
	position: var(--position);
	translate: var(--popover-translate);
	width: var(--width);
	z-index: 11;
	&[aria-hidden='true'] {
		--display-backdrop: none;
		--popover-display: none;
		--popover-translate: -100% 0;
	}
	&[aria-hidden='false'] {
		--popover-animation: MegaMenu_slideInFromLeft__cv3Gb forwards 0.2s
			ease-in-out;
	}
	@media screen and (width >= 992px) {
		--align-items: center;
		--background-color: #000;
		--color: #fff;
		--display-backdrop: none;
		--height: min-content;
		--inset: auto;
		--justify-content: center;
		--position: relative;
		--width: 100%;
		--popover-animation: none;
		&[aria-hidden='false'] {
			--popover-animation: none;
			--display-backdrop: none;
			--popover-display: flex;
			--popover-translate: 0 0;
		}
	}
	&::backdrop,
	&:before {
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		background-color: hsla(0, 0%, 60%, 0.25);
		opacity: 0;
		animation: MegaMenu_fadeIn__1bzY2 0.5s ease-in-out forwards;
	}
	&:before {
		content: '';
		display: var(--display-backdrop);
		height: 100dvh;
		position: absolute;
		width: 100vw;
		z-index: 0;
		inset: 100% 0 0 0;
	}
	&:has([aria-expanded='true']):before {
		--display-backdrop: block;
	}
}
@keyframes MegaMenu_fadeIn__1bzY2 {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes MegaMenu_slideInFromLeft__cv3Gb {
	0% {
		translate: -100vw;
	}
	to {
		translate: 0;
	}
}
.MegaMenuBar_menu-bar__0PC5G {
	--display-caret: none;
	--background-colour: #fff;
	--size: 10px;
	align-content: start;
	align-items: start;
	display: grid;
	grid-auto-flow: row;
	grid-column: 1/-1;
	grid-template-columns: 1fr;
	margin: 0;
	@media screen and (width >= 992px) {
		align-items: center;
		display: flex;
		justify-content: space-between;
		&:before {
			animation: MegaMenuBar_caretSlideUp__w2zQD 0.4s forwards;
			background-color: var(--background-colour);
			bottom: 0;
			clip-path: polygon(0 100%, 50% 0, 100% 100%);
			content: '';
			display: var(--display-caret);
			height: var(--size);
			left: calc(anchor(--active-menu-item center) - var(--size));
			pointer-events: none;
			position: absolute;
			transition: all 0.2s ease-in-out;
			width: calc(var(--size) * 2);
		}
	}
	@supports (anchor-name: --active-menu-item) {
		&:has([aria-expanded='true']) {
			--display-caret: grid;
		}
	}
}
@keyframes MegaMenuBar_caretSlideUp__w2zQD {
	0% {
		translate: 0 10px;
	}
	to {
		translate: 0 0;
	}
}
.MegaMenuNav_mega-menu-nav__tM0U1 {
	--background-colour: #fff;
	grid-column: 1/-2;
	position: relative;
	height: inherit;
	background-color: var(--background-colour);
	translate: 0 0;
	width: 100%;
	@media screen and (width >= 992px) {
		display: grid;
		grid-column: 2/-2;
		background-color: transparent;
		width: min(calc(100vw - 2rem), 1210px);
	}
}
.CommercialCardsSmall_commercial-cards-small___TypP {
	--align-self: end;
	--margin-top: 1rem;
	align-self: var(--align-self);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	grid-area: commercial-secondary;
	margin-top: var(--margin-top);
	border-radius: 0.375rem;
	@media screen and (width >= 992px) {
		--align-self: start;
		--margin-top: 0;
	}
}
.CommercialCardsSmall_commercial-card-small-wrap__Z_x4j {
	opacity: 0;
	animation: CommercialCardsSmall_fadeIn__6N5sl 0.2s ease-in-out 0.1s 1 forwards;
	&:last-of-type {
		animation: CommercialCardsSmall_fadeIn__6N5sl 0.2s ease-in-out 0.2s 1
			forwards;
	}
	& svg {
		color: var(--hover-colour);
	}
	&:hover .CommercialCardsSmall_commercial-card--yellow___wtKF {
		--hover-colour: #3c2079;
	}
	&:hover .CommercialCardsSmall_commercial-card--purple___SEuT {
		--hover-colour: #ffde03;
	}
}
.CommercialCardsSmall_commercial-card-small__bM8XG {
	background-image: linear-gradient(180deg, #502ba1, #3c2079);
	display: grid;
	grid-template-columns: min-content 1fr min-content;
	padding: 0.5rem;
}
.CommercialCardsSmall_commercial-card--purple___SEuT {
	--colour: #fff;
	color: var(--colour);
	background-image: linear-gradient(180deg, #502ba1, #3c2079);
}
.CommercialCardsSmall_commercial-card--yellow___wtKF {
	--colour: #2d2d2d;
	color: var(--colour);
	background: linear-gradient(180deg, #ffde03, #ffc107 100%, #ffc107 0);
}
.CommercialCardsSmall_image-wrap__9cUlm {
	height: 4rem;
	min-width: 2.5rem;
	position: relative;
}
.CommercialCardsSmall_content__emBxH {
	padding-block: 0.5rem;
}
@keyframes CommercialCardsSmall_fadeIn__6N5sl {
	0% {
		opacity: 0;
		translate: 0.5rem 0;
	}
	to {
		translate: 0 0;
		opacity: 1;
	}
}
.CommercialCards_commercial-cards__iCW8k {
	--gap: 0rem;
	--grid-column: 1/-1;
	--margin: 1.5rem auto 1rem;
	animation: CommercialCards_fadeIn__Hd0uC 0.2s ease-in-out 0s 1 forwards;
	display: grid;
	gap: var(--gap);
	grid-area: commercial-primary;
	grid-column: var(--grid-column);
	margin: var(--margin);
	width: 100%;
	@media screen and (width >= 992px) {
		--gap: 1rem;
		--grid-column: 7/-1;
		--margin: unset;
		grid-area: commercial-primary;
	}
}
@keyframes CommercialCards_fadeIn__Hd0uC {
	0% {
		opacity: 0;
		translate: 0.5rem 0;
	}
	to {
		opacity: 1;
		translate: 0 0;
	}
}
.MenuItem_menu-item__RKBZS {
	&:has(a) {
		flex-basis: auto;
	}
	&[data-level='1'] {
		--direction: column;
		display: flex;
		align-items: start;
		flex-direction: var(--direction);
		height: 100%;
		@media screen and (width >= 992px) {
			--direction: column;
		}
	}
}
.SubMenu_sub-menu-content__xTMZN {
	--animation: SubMenu_slideIn__EjLdB 0.3s ease-in-out;
	--box-shadow: none;
	--display: grid;
	--gap: 0;
	--grid-template: 'main' 'commercial-secondary'/1fr;
	--height: 100%;
	--left: 0;
	--max-width: 100%;
	--opacity: 1;
	--padding: 0 2rem;
	--pointer-events: auto;
	--top: 73px;
	--transition: all 0.3s ease-in-out;
	--translate: 0;
	--width: 100%;
	--mobile-header-height-and-padding: calc(1.5rem + 73px);
	animation: var(--animation);
	box-shadow: var(--box-shadow);
	display: var(--display);
	gap: var(--gap);
	grid-template: var(--grid-template);
	height: var(--height);
	inset: var(--top) auto auto var(--left);
	max-width: var(--max-width);
	opacity: var(--opacity);
	padding: var(--padding);
	pointer-events: var(--pointer-events);
	transition: var(--transition);
	translate: var(--translate);
	width: var(--width);
	grid-template-rows: max-content;
	max-height: calc(100dvh - var(--mobile-header-height-and-padding));
	overflow-y: auto;
	&:has([data-card-type='commercial-cards']) {
		--grid-template: 'commercial-primary' 'main' 'commercial-secondary'/1fr;
		@media screen and (width >= 992px) {
			--grid-template: 'secondary tertiary commercial-primary commercial-secondary'/2fr
				2fr 2fr 2fr;
		}
	}
	&:not(:has([data-card-type='commercial-cards-small'])) {
		@media screen and (width >= 992px) {
			--grid-template: 'secondary tertiary commercial-secondary commercial-primary'/2fr
				2fr 2fr 2fr;
		}
	}
	@supports (transition-behavior: allow-discrete) {
		transition-behavior: allow-discrete;
	}
	&[aria-hidden='true'] {
		--display: none;
		--opacity: 0;
		--pointer-events: none;
		--translate: -100% 0;
	}
	@media screen and (width >= 992px) {
		--animation: none;
		--box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
		--gap: 1rem;
		--grid-template: 'secondary tertiary commercial-primary commercial-secondary'/2fr
			2fr 2fr 2fr;
		--height: auto;
		--left: -3rem;
		--left: 50%;
		--max-width: unset;
		--padding: 1.5rem 2.5rem;
		--top: 100%;
		--transition: none;
		--translate: -50%;
		--width: min(calc(100vw - 12px), calc(100% + 3rem));
	}
}
@keyframes SubMenu_fadeIn__YCdiq {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes SubMenu_slideIn__EjLdB {
	0% {
		translate: -100%;
	}
	to {
		translate: 0;
	}
}
.MenuSecondary_menu-secondary__Z0dI0 {
	--grid-area: main;
	grid-area: var(--grid-area);
	@media screen and (width >= 992px) {
		--grid-area: secondary;
	}
}
.MenuTertiary_menu-tertiary__hWBNa {
	--grid-column: 1;
	--grid-row: 1;
	--opacity: 1;
	--pointer-events: auto;
	--transition: all 0.3s ease-in-out;
	--translate: 0;
	--display: grid;
	--z-index: 99;
	--scroll-bar-color: #e5e7eb;
	--scroll-bar-size: 8px;
	display: var(--display);
	display: grid;
	grid-area: main;
	grid-column: var(--grid-column);
	grid-row: var(--grid-row);
	opacity: var(--opacity);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--scroll-bar-color) transparent;
	pointer-events: var(--pointer-events);
	transition: var(--transition);
	translate: var(--translate);
	will-change: opacity, visibility, translate;
	z-index: var(--z-index);
	&::-webkit-scrollbar {
		width: var(--scroll-bar-size);
	}
	&::-webkit-scrollbar-track {
		background: transparent;
	}
	&::-webkit-scrollbar-thumb {
		background-color: var(--scroll-bar-color);
		border-radius: calc(var(--scroll-bar-size) / 2);
	}
	@supports (transition-behavior: allow-discrete) {
		transition-behavior: allow-discrete;
	}
	&[aria-hidden='false'] {
		display: grid;
	}
	&[aria-hidden='true'] {
		--opacity: 0;
		--pointer-events: none;
		--translate: calc(-100% - 1rem);
		--display: none;
		display: none;
	}
	&[aria-hidden='false'] {
		animation: MenuTertiary_fadeIn__kA41W 0.3s ease-in-out;
	}
	@media screen and (width < 992px) {
		grid-area: main;
	}
	@media screen and (width >= 992px) {
		--grid-column: 4/7;
		--grid-row: 1;
		--z-index: -1;
		max-height: calc(100dvh - 200px);
		grid-area: tertiary;
	}
}
@keyframes MenuTertiary_fadeIn__kA41W {
	0% {
		opacity: 0;
		translate: calc(-100% - 1rem);
	}
	to {
		opacity: 1;
		translate: 0;
	}
}
.Sidebar_sidebar__tFdnw {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0.75rem 1.75rem;
	-webkit-overflow-scrolling: touch;
	width: inherit;
}
@supports (scrollbar-gutter: stable) {
	.Sidebar_sidebar__tFdnw {
		scrollbar-gutter: stable;
	}
}
.Sidebar_sidebar__tFdnw::-webkit-scrollbar {
	width: 0.25rem;
}
.Sidebar_sidebar__tFdnw::-webkit-scrollbar-track {
	--tw-bg-opacity: 1;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.Sidebar_sidebar__tFdnw::-webkit-scrollbar-thumb {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.Sidebar_sidebar__tFdnw::-webkit-scrollbar-thumb:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.Tooltip_tooltipFooter__S5T01 {
	width: calc(100vw - 2rem);
	@media (min-width: 576px) {
		width: auto;
	}
}
.Tooltip_tooltipPopup__NDetX {
	width: calc(100% - 1.5rem);
	@media (min-width: 992px) {
		width: auto;
	}
}
.NewsletterForm_centerPlaceholder__8w43I::placeholder {
	text-align: center;
}
.NewsletterForm_centerPlaceholder__8w43I::-webkit-input-placeholder {
	text-align: center;
}
.NewsletterForm_centerPlaceholder__8w43I:-moz-placeholder,
.NewsletterForm_centerPlaceholder__8w43I::-moz-placeholder {
	text-align: center;
}
.NewsletterForm_centerPlaceholder__8w43I:-ms-input-placeholder {
	text-align: center;
}
@keyframes Newsletter_bounceInLeft__kLLui {
	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		transform: translateZ(0);
	}
}
.Newsletter_bounce-in-left__FQznf {
	animation: Newsletter_bounceInLeft__kLLui 1s ease-in-out 0s 1;
}
.Newsletter_hidden__a2_fZ {
	transform: translate(1000%);
}
.Ol_ol__8aAbR {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.Ol_ol__8aAbR li {
	counter-increment: item;
}
.Ol_ol__8aAbR li > :first-child {
	margin-bottom: 0.5rem;
	padding-bottom: 0;
	padding-left: 40px;
}
.Ol_ol__8aAbR li p {
	margin-bottom: 0;
}
.Ol_ol__8aAbR li p:last-child {
	padding-bottom: 0;
}
.Ol_ol__8aAbR li > :first-child:before {
	display: inline-flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	content: counter(item);
	font-size: 22px;
	margin-left: -38px;
	margin-right: 8px;
}
.Ol_ol__8aAbR[data-inversed='true'] li > :first-child:before {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.Ol_ol__8aAbR[data-inversed='false'] li > :first-child:before {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.SwitchToggle_toggleOn__GRj9R {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.SwitchToggle_toggleOn__GRj9R:before {
	right: 20px;
}
.SwitchToggle_toggleOff__hYQfE {
	--tw-bg-opacity: 1;
	background-color: rgb(178 184 186 / var(--tw-bg-opacity));
}
.SwitchToggle_toggleOff__hYQfE:before {
	left: calc(100% - 5px - 9px - 6px);
}
.TermsAndConditions_link__d_kmA a {
	--tw-text-opacity: 1 !important;
	color: rgb(25 116 25 / var(--tw-text-opacity)) !important;
	text-decoration: underline;
}
.TermsAndConditions_inverse__bVDDc a {
	--tw-text-opacity: 1 !important;
	color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.TermsAndConditions_link__d_kmA a:hover {
	text-decoration: none;
}
.Ul_ul__do0Ce li {
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgb(44 46 46 / var(--tw-text-opacity));
}
.Ul_ul__do0Ce li p,
.Ul_ul__do0Ce li:last-child {
	margin-bottom: 0;
}
.Ul_ul__do0Ce li > :first-child {
	margin-bottom: 0.5rem;
	padding-bottom: 0;
	padding-left: 25px;
	height: 100%;
}
.Ul_ul__do0Ce li p:last-child {
	padding-bottom: 0;
}
.Ul_ul__do0Ce li > :first-child:before {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	margin-left: -22px;
	margin-right: 8px;
}
.Ul_ul__do0Ce:not(.Ul_has-cross__Rh4Rj) li > :first-child:before {
	content: url(/vso-assets/list-item-check.svg);
}
.Ul_ul__do0Ce.Ul_text-white__4cwL5:not(.Ul_has-cross__Rh4Rj)
	li
	> :first-child:before {
	content: url(/vso-assets/list-item-check-inversed.svg);
}
.Ul_ul__do0Ce.Ul_has-cross__Rh4Rj li > :first-child:before {
	content: url(/vso-assets/list-item-cross.svg);
}
.AtfCasinoCarousel_casino-carousel-item__wyTzk {
	@media (max-width: 576px) {
		grid-auto-columns: calc(100vw - 32px);
	}
}
.CasinoOfTheMonth_animateBackdrop__6SzX4 {
	animation-name: CasinoOfTheMonth_fadeIn80__Tpr2f;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.CasinoOfTheMonth_animatePopup__U3dDq {
	animation-name: CasinoOfTheMonth_bounceIn__Ajq74;
	animation-duration: 0.75s;
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-fill-mode: forwards;
}
.CasinoOfTheMonth_animateLightBulb__byDXr {
	animation-name: CasinoOfTheMonth_fadeIn__8hNr1,
		CasinoOfTheMonth_moveLightBulbMobile__AUQlv;
	@media (min-width: 768px) {
		animation-name: CasinoOfTheMonth_fadeIn__8hNr1,
			CasinoOfTheMonth_moveLightBulb__HmRQ_;
	}
	animation-duration: 0.5s, 3s;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: both;
}
.CasinoOfTheMonth_animateContent__ba7Dm {
	animation-name: CasinoOfTheMonth_fadeIn__8hNr1;
	animation-duration: 1ms;
	animation-delay: 10s;
	animation-fill-mode: both;
}
.CasinoOfTheMonth_animateSlot__Vy4C2 {
	animation-name: CasinoOfTheMonth_rotateSlot__uHclG;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0, 0.5, 0.075, 1.02);
	animation-delay: 0.6s;
	animation-fill-mode: both;
}
@keyframes CasinoOfTheMonth_fadeIn80__Tpr2f {
	0% {
		background-color: transparent;
	}
	to {
		background-color: rgba(0, 0, 0, 0.8);
	}
}
@keyframes CasinoOfTheMonth_bounceIn__Ajq74 {
	0% {
		transform: scale3d(0.3, 0.3, 1);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 1);
	}
	60% {
		transform: scale3d(1.03, 1.03, 1);
	}
	80% {
		transform: scale3d(0.97, 0.97, 1);
	}
	to {
		transform: scaleX(1);
	}
}
@keyframes CasinoOfTheMonth_rotateSlot__uHclG {
	to {
		transform: rotateX(4turn);
	}
}
@keyframes CasinoOfTheMonth_fadeIn__8hNr1 {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes CasinoOfTheMonth_moveLightBulb__HmRQ_ {
	0% {
		transform: translate(60px, 39px);
		animation-timing-function: steps(16, jump-none);
	}
	25% {
		transform: translate(631px, 39px);
		animation-timing-function: steps(2, jump-none);
	}
	26% {
		transform: translate(662px, 63px);
		animation-timing-function: steps(11, jump-none);
	}
	50% {
		transform: translate(662px, 443px);
		animation-timing-function: steps(2, jump-none);
	}
	51% {
		transform: translate(631px, 472px);
		animation-timing-function: steps(16, jump-none);
	}
	75% {
		transform: translate(60px, 472px);
		animation-timing-function: steps(2, jump-none);
	}
	76% {
		transform: translate(37px, 443px);
		animation-timing-function: steps(11, jump-none);
	}
	to {
		transform: translate(37px, 63px);
		animation-timing-function: steps(0, jump-none);
	}
}
@keyframes CasinoOfTheMonth_moveLightBulbMobile__AUQlv {
	0% {
		transform: translate(16px, 36px);
		animation-timing-function: steps(9, jump-none);
	}
	25% {
		transform: translate(320px, 36px);
		animation-timing-function: steps(2, jump-none);
	}
	26% {
		transform: translate(341px, 60px);
		animation-timing-function: steps(9, jump-none);
	}
	50% {
		transform: translate(341px, 364px);
		animation-timing-function: steps(2, jump-none);
	}
	51% {
		transform: translate(320px, 412px);
		animation-timing-function: steps(9, jump-none);
	}
	75% {
		transform: translate(16px, 412px);
		animation-timing-function: steps(2, jump-none);
	}
	76% {
		transform: translate(-4px, 364px);
		animation-timing-function: steps(9, jump-none);
	}
	to {
		transform: translate(-4px, 60px);
		animation-timing-function: steps(0, jump-none);
	}
}
.NormalTopCasinoCard_tagline__zkYL1 strong {
	font-weight: 900;
}
.SearchInput_input-search__dwgHd {
	&:invalid ~ .SearchInput_button-clear__lBUym {
		display: none;
	}
	&:is(:focus, :valid) ~ .SearchInput_label-search__iN9IA {
		display: none;
	}
}
@supports (
	(-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))
) {
	.GenericSection_image-outer__SHn0V {
		& ~ * {
			position: relative;
		}
		&:after {
			-webkit-backdrop-filter: blur(5px);
			backdrop-filter: blur(5px);
			content: '';
			display: block;
			height: 100%;
			inset: 0;
			position: absolute;
			width: 100%;
		}
	}
}
@keyframes HeroCarousel_slide-right__0UTUU {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(7px);
		background: #010000;
	}
}
@keyframes HeroCarousel_slide-left__oORyo {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-7px);
		background: #010000;
	}
}
@media (min-width: 992px) {
	.HeroCarousel_slideLeft__kO_rI:hover {
		animation: HeroCarousel_slide-left__oORyo 0.3s linear forwards;
	}
	.HeroCarousel_slideRight__UTITu:hover {
		animation: HeroCarousel_slide-right__0UTUU 0.3s linear forwards;
	}
}
.NewsletterSignUp_heading___qp3r {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	text-wrap: balance;
}
.NewsletterSignUp_sub-heading__1KZSy {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	text-wrap: pretty;
}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}
:after,
:before {
	--tw-content: '';
}
:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	line-height: inherit;
}
hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		Liberation Mono, Courier New, monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
button,
select {
	text-transform: none;
}
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
}
fieldset,
legend {
	padding: 0;
}
menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dialog {
	padding: 0;
}
textarea {
	resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}
[role='button'],
button {
	cursor: pointer;
}
:disabled {
	cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}
img,
video {
	max-width: 100%;
	height: auto;
}
[hidden] {
	display: none;
}
:root {
	--scrollbar-width: calc(100vw - 100%);
	--sticky-menu-height: 53px;
}
html {
	scrollbar-width: thin;
	--tw-bg-opacity: 1;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
body {
	font-family: Lato, sans-serif;
}
*,
:after,
:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}
@media (min-width: 321px) {
	.container {
		max-width: 321px;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 576px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 992px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 321px) {
	.container {
		max-width: none;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 980px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.visible {
	visibility: visible;
}
.\!static {
	position: static !important;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	inset: 0;
}
.inset-x-1\/2 {
	left: 50%;
	right: 50%;
}
.inset-x-4 {
	left: 1rem;
	right: 1rem;
}
.\!top-16 {
	top: 4rem !important;
}
.-bottom-2 {
	bottom: -0.5rem;
}
.-left-1 {
	left: -0.25rem;
}
.-left-1\.5 {
	left: -0.375rem;
}
.-left-1\.75 {
	left: -0.4375rem;
}
.-left-24 {
	left: -6rem;
}
.-left-3 {
	left: -0.75rem;
}
.-left-6 {
	left: -1.5rem;
}
.-left-\[6px\] {
	left: -6px;
}
.-left-\[7px\] {
	left: -7px;
}
.-right-1 {
	right: -0.25rem;
}
.-right-1\.5 {
	right: -0.375rem;
}
.-right-1\.75 {
	right: -0.4375rem;
}
.-right-24 {
	right: -6rem;
}
.-top-1 {
	top: -0.25rem;
}
.-top-2 {
	top: -0.5rem;
}
.-top-8 {
	top: -2rem;
}
.-top-9 {
	top: -2.25rem;
}
.-top-\[4px\] {
	top: -4px;
}
.-top-\[5px\] {
	top: -5px;
}
.bottom-0 {
	bottom: 0;
}
.bottom-10 {
	bottom: 2.5rem;
}
.bottom-8 {
	bottom: 2rem;
}
.bottom-8\.25 {
	bottom: 2.0625rem;
}
.bottom-\[12px\] {
	bottom: 12px;
}
.bottom-\[2\%\] {
	bottom: 2%;
}
.bottom-\[calc\(100\%\+1rem\)\] {
	bottom: calc(100% + 1rem);
}
.bottom-full {
	bottom: 100%;
}
.left-0 {
	left: 0;
}
.left-1\/2 {
	left: 50%;
}
.left-3 {
	left: 0.75rem;
}
.left-4 {
	left: 1rem;
}
.left-\[calc\(50\%-6px\)\] {
	left: calc(50% - 6px);
}
.right-0 {
	right: 0;
}
.right-1 {
	right: 0.25rem;
}
.right-1\.5 {
	right: 0.375rem;
}
.right-10 {
	right: 2.5rem;
}
.right-2 {
	right: 0.5rem;
}
.right-20 {
	right: 5rem;
}
.right-3 {
	right: 0.75rem;
}
.right-4 {
	right: 1rem;
}
.right-8 {
	right: 2rem;
}
.right-\[11px\] {
	right: 11px;
}
.right-\[15px\] {
	right: 15px;
}
.right-\[30px\] {
	right: 30px;
}
.top-0 {
	top: 0;
}
.top-1 {
	top: 0.25rem;
}
.top-1\.5 {
	top: 0.375rem;
}
.top-1\/2 {
	top: 50%;
}
.top-10 {
	top: 2.5rem;
}
.top-12 {
	top: 3rem;
}
.top-2 {
	top: 0.5rem;
}
.top-2\.5 {
	top: 0.625rem;
}
.top-3 {
	top: 0.75rem;
}
.top-4 {
	top: 1rem;
}
.top-5 {
	top: 1.25rem;
}
.top-52 {
	top: 13rem;
}
.top-6 {
	top: 1.5rem;
}
.top-8 {
	top: 2rem;
}
.top-8\.25 {
	top: 2.0625rem;
}
.top-\[10px\] {
	top: 10px;
}
.top-\[35px\] {
	top: 35px;
}
.top-\[460px\] {
	top: 460px;
}
.top-\[67px\] {
	top: 67px;
}
.top-\[88px\] {
	top: 88px;
}
.top-\[calc\(50\%-6px\)\] {
	top: calc(50% - 6px);
}
.top-auto {
	top: auto;
}
.top-px {
	top: 1px;
}
.top-sticky-top-menu {
	top: var(--sticky-menu-height);
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.z-50 {
	z-index: 50;
}
.z-\[100\] {
	z-index: 100;
}
.z-\[15\] {
	z-index: 15;
}
.z-\[20\] {
	z-index: 20;
}
.z-\[51\] {
	z-index: 51;
}
.z-\[52\] {
	z-index: 52;
}
.z-\[60\] {
	z-index: 60;
}
.z-\[70\] {
	z-index: 70;
}
.order-1 {
	order: 1;
}
.order-3 {
	order: 3;
}
.order-first {
	order: -9999;
}
.order-last {
	order: 9999;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-5 {
	grid-column: span 5 / span 5;
}
.col-span-7 {
	grid-column: span 7 / span 7;
}
.col-span-9 {
	grid-column: span 9 / span 9;
}
.col-span-full {
	grid-column: 1/-1;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-10 {
	grid-column-start: 10;
}
.col-start-2 {
	grid-column-start: 2;
}
.col-start-\[22\] {
	grid-column-start: 22;
}
.col-end-2 {
	grid-column-end: 2;
}
.col-end-24 {
	grid-column-end: 24;
}
.col-end-7 {
	grid-column-end: 7;
}
.row-start-1 {
	grid-row-start: 1;
}
.row-end-2 {
	grid-row-end: 2;
}
.float-right {
	float: right;
}
.\!m-0 {
	margin: 0 !important;
}
.-m-2 {
	margin: -0.5rem;
}
.m-0 {
	margin: 0;
}
.m-1 {
	margin: 0.25rem;
}
.m-3 {
	margin: 0.75rem;
}
.m-4 {
	margin: 1rem;
}
.m-6 {
	margin: 1.5rem;
}
.m-8 {
	margin: 2rem;
}
.m-\[-212px\] {
	margin: -212px;
}
.m-auto {
	margin: auto;
}
.-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.-mx-5 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.-my-7 {
	margin-top: -1.75rem;
	margin-bottom: -1.75rem;
}
.mx-0 {
	margin-left: 0;
	margin-right: 0;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-1\.5 {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-2\.5 {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.mx-\[7px\] {
	margin-left: 7px;
	margin-right: 7px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-\[25px\] {
	margin-top: 25px;
	margin-bottom: 25px;
}
.my-\[30px\] {
	margin-top: 30px;
	margin-bottom: 30px;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.\!mt-0 {
	margin-top: 0 !important;
}
.\!mt-14 {
	margin-top: 3.5rem !important;
}
.-mb-14 {
	margin-bottom: -3.5rem;
}
.-mb-9 {
	margin-bottom: -2.25rem;
}
.-ml-3 {
	margin-left: -0.75rem;
}
.-ml-5 {
	margin-left: -1.25rem;
}
.-ml-\[12px\] {
	margin-left: -12px;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.-mt-\[50px\] {
	margin-top: -50px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-2\.5 {
	margin-bottom: 0.625rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-6\.25 {
	margin-bottom: 1.5625rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mb-\[10px\] {
	margin-bottom: 10px;
}
.mb-\[1px\] {
	margin-bottom: 1px;
}
.mb-\[3px\] {
	margin-bottom: 3px;
}
.mb-\[45px\] {
	margin-bottom: 45px;
}
.mb-auto {
	margin-bottom: auto;
}
.ml-0 {
	margin-left: 0;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-2\.5 {
	margin-left: 0.625rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.ml-8 {
	margin-left: 2rem;
}
.ml-\[2px\] {
	margin-left: 2px;
}
.ml-\[6px\] {
	margin-left: 6px;
}
.ml-\[70px\] {
	margin-left: 70px;
}
.ml-auto {
	margin-left: auto;
}
.mr-0 {
	margin-right: 0;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mr-3\.5 {
	margin-right: 0.875rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mr-auto {
	margin-right: auto;
}
.ms-auto {
	margin-inline-start: auto;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-2\.5 {
	margin-top: 0.625rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-3\.5 {
	margin-top: 0.875rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-9 {
	margin-top: 2.25rem;
}
.mt-\[-26px\] {
	margin-top: -26px;
}
.mt-\[-5px\] {
	margin-top: -5px;
}
.mt-\[1px\] {
	margin-top: 1px;
}
.mt-\[20px\] {
	margin-top: 20px;
}
.mt-\[30px\] {
	margin-top: 30px;
}
.mt-auto {
	margin-top: auto;
}
.box-border {
	box-sizing: border-box;
}
.box-content {
	box-sizing: content-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.\!table {
	display: table !important;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.\!hidden {
	display: none !important;
}
.hidden {
	display: none;
}
.aspect-\[2\.7\/1\] {
	aspect-ratio: 2.7/1;
}
.aspect-\[3\/2\] {
	aspect-ratio: 3/2;
}
.aspect-video {
	aspect-ratio: 16/9;
}
.size-5 {
	width: 1.25rem;
	height: 1.25rem;
}
.size-6 {
	width: 1.5rem;
	height: 1.5rem;
}
.\!h-11 {
	height: 2.75rem !important;
}
.\!h-\[116px\] {
	height: 116px !important;
}
.h-0 {
	height: 0;
}
.h-1\/2 {
	height: 50%;
}
.h-10 {
	height: 2.5rem;
}
.h-11 {
	height: 2.75rem;
}
.h-12 {
	height: 3rem;
}
.h-14 {
	height: 3.5rem;
}
.h-16 {
	height: 4rem;
}
.h-2 {
	height: 0.5rem;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-20 {
	height: 5rem;
}
.h-24 {
	height: 6rem;
}
.h-3 {
	height: 0.75rem;
}
.h-3\.5 {
	height: 0.875rem;
}
.h-3\/4 {
	height: 75%;
}
.h-32 {
	height: 8rem;
}
.h-4 {
	height: 1rem;
}
.h-40 {
	height: 10rem;
}
.h-5 {
	height: 1.25rem;
}
.h-52 {
	height: 13rem;
}
.h-6 {
	height: 1.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-8 {
	height: 2rem;
}
.h-9 {
	height: 2.25rem;
}
.h-\[100\%\] {
	height: 100%;
}
.h-\[108px\] {
	height: 108px;
}
.h-\[10px\] {
	height: 10px;
}
.h-\[116px\] {
	height: 116px;
}
.h-\[118px\] {
	height: 118px;
}
.h-\[123px\] {
	height: 123px;
}
.h-\[150px\] {
	height: 150px;
}
.h-\[163px\] {
	height: 163px;
}
.h-\[16px\] {
	height: 16px;
}
.h-\[17px\] {
	height: 17px;
}
.h-\[188px\] {
	height: 188px;
}
.h-\[18px\] {
	height: 18px;
}
.h-\[2\.5rem\] {
	height: 2.5rem;
}
.h-\[200px\] {
	height: 200px;
}
.h-\[212px\] {
	height: 212px;
}
.h-\[21px\] {
	height: 21px;
}
.h-\[220px\] {
	height: 220px;
}
.h-\[24px\] {
	height: 24px;
}
.h-\[290px\] {
	height: 290px;
}
.h-\[34px\] {
	height: 34px;
}
.h-\[42px\] {
	height: 42px;
}
.h-\[43px\] {
	height: 43px;
}
.h-\[480px\] {
	height: 480px;
}
.h-\[483px\] {
	height: 483px;
}
.h-\[50px\] {
	height: 50px;
}
.h-\[56px\] {
	height: 56px;
}
.h-\[600px\] {
	height: 600px;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[61px\] {
	height: 61px;
}
.h-\[65px\] {
	height: 65px;
}
.h-\[800px\] {
	height: 800px;
}
.h-\[83\.5px\] {
	height: 83.5px;
}
.h-\[90px\] {
	height: 90px;
}
.h-\[92px\] {
	height: 92px;
}
.h-\[96px\] {
	height: 96px;
}
.h-\[9px\] {
	height: 9px;
}
.h-\[calc\(100\%-2rem\)\] {
	height: calc(100% - 2rem);
}
.h-\[calc\(100vh-88px\)\] {
	height: calc(100vh - 88px);
}
.h-auto {
	height: auto;
}
.h-dvh {
	height: 100dvh;
}
.h-fit {
	height: -moz-fit-content;
	height: fit-content;
}
.h-full {
	height: 100%;
}
.h-max {
	height: -moz-max-content;
	height: max-content;
}
.h-min {
	height: -moz-min-content;
	height: min-content;
}
.h-screen {
	height: 100vh;
}
.h-sideMenu {
	height: calc(100dvh - 56px);
}
.\!max-h-14 {
	max-height: 3.5rem !important;
}
.\!max-h-\[500px\] {
	max-height: 500px !important;
}
.max-h-0 {
	max-height: 0;
}
.max-h-10 {
	max-height: 2.5rem;
}
.max-h-11 {
	max-height: 2.75rem;
}
.max-h-12 {
	max-height: 3rem;
}
.max-h-48 {
	max-height: 12rem;
}
.max-h-6 {
	max-height: 1.5rem;
}
.max-h-64 {
	max-height: 16rem;
}
.max-h-8 {
	max-height: 2rem;
}
.max-h-\[250px\] {
	max-height: 250px;
}
.max-h-\[32px\] {
	max-height: 32px;
}
.max-h-\[360px\] {
	max-height: 360px;
}
.max-h-\[500px\] {
	max-height: 500px;
}
.max-h-\[520px\] {
	max-height: 520px;
}
.max-h-\[600px\] {
	max-height: 600px;
}
.max-h-\[80vh\] {
	max-height: 80vh;
}
.max-h-\[96px\] {
	max-height: 96px;
}
.max-h-\[calc\(100dvh-50px\)\] {
	max-height: calc(100dvh - 50px);
}
.max-h-\[calc\(100vh-80px\)\] {
	max-height: calc(100vh - 80px);
}
.max-h-device {
	max-height: 100dvh;
}
.max-h-fit {
	max-height: -moz-fit-content;
	max-height: fit-content;
}
.max-h-screen {
	max-height: 100vh;
}
.min-h-16 {
	min-height: 4rem;
}
.min-h-\[105px\] {
	min-height: 105px;
}
.min-h-\[145px\] {
	min-height: 145px;
}
.min-h-\[18px\] {
	min-height: 18px;
}
.min-h-\[3\.1875rem\] {
	min-height: 3.1875rem;
}
.min-h-\[300px\] {
	min-height: 300px;
}
.min-h-\[320px\] {
	min-height: 320px;
}
.min-h-\[40px\] {
	min-height: 40px;
}
.min-h-\[50px\] {
	min-height: 50px;
}
.min-h-\[83\.5px\] {
	min-height: 83.5px;
}
.min-h-\[90dvh\] {
	min-height: 90dvh;
}
.min-h-\[calc\(100\%-50px\)\] {
	min-height: calc(100% - 50px);
}
.min-h-\[calc\(100dvh-50px\)\] {
	min-height: calc(100dvh - 50px);
}
.min-h-full {
	min-height: 100%;
}
.\!w-11 {
	width: 2.75rem !important;
}
.\!w-64 {
	width: 16rem !important;
}
.\!w-\[180px\] {
	width: 180px !important;
}
.\!w-full {
	width: 100% !important;
}
.w-0 {
	width: 0;
}
.w-1 {
	width: 0.25rem;
}
.w-1\/2 {
	width: 50%;
}
.w-10 {
	width: 2.5rem;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-14 {
	width: 3.5rem;
}
.w-16 {
	width: 4rem;
}
.w-2 {
	width: 0.5rem;
}
.w-2\.5 {
	width: 0.625rem;
}
.w-20 {
	width: 5rem;
}
.w-28 {
	width: 7rem;
}
.w-3 {
	width: 0.75rem;
}
.w-3\.5 {
	width: 0.875rem;
}
.w-32 {
	width: 8rem;
}
.w-36 {
	width: 9rem;
}
.w-4 {
	width: 1rem;
}
.w-4\/5 {
	width: 80%;
}
.w-40 {
	width: 10rem;
}
.w-44 {
	width: 11rem;
}
.w-5 {
	width: 1.25rem;
}
.w-52 {
	width: 13rem;
}
.w-56 {
	width: 14rem;
}
.w-6 {
	width: 1.5rem;
}
.w-60 {
	width: 15rem;
}
.w-7 {
	width: 1.75rem;
}
.w-72 {
	width: 18rem;
}
.w-8 {
	width: 2rem;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-80 {
	width: 20rem;
}
.w-9 {
	width: 2.25rem;
}
.w-\[102px\] {
	width: 102px;
}
.w-\[114px\] {
	width: 114px;
}
.w-\[119px\] {
	width: 119px;
}
.w-\[132px\] {
	width: 132px;
}
.w-\[14px\] {
	width: 14px;
}
.w-\[160px\] {
	width: 160px;
}
.w-\[16px\] {
	width: 16px;
}
.w-\[170px\] {
	width: 170px;
}
.w-\[17px\] {
	width: 17px;
}
.w-\[18px\] {
	width: 18px;
}
.w-\[196px\] {
	width: 196px;
}
.w-\[200px\] {
	width: 200px;
}
.w-\[21px\] {
	width: 21px;
}
.w-\[220px\] {
	width: 220px;
}
.w-\[221px\] {
	width: 221px;
}
.w-\[226px\] {
	width: 226px;
}
.w-\[24px\] {
	width: 24px;
}
.w-\[270px\] {
	width: 270px;
}
.w-\[280px\] {
	width: 280px;
}
.w-\[300px\] {
	width: 300px;
}
.w-\[310px\] {
	width: 310px;
}
.w-\[327px\] {
	width: 327px;
}
.w-\[374px\] {
	width: 374px;
}
.w-\[423px\] {
	width: 423px;
}
.w-\[42px\] {
	width: 42px;
}
.w-\[50vw\] {
	width: 50vw;
}
.w-\[60px\] {
	width: 60px;
}
.w-\[62px\] {
	width: 62px;
}
.w-\[70px\] {
	width: 70px;
}
.w-\[800px\] {
	width: 800px;
}
.w-\[85px\] {
	width: 85px;
}
.w-\[90vw\] {
	width: 90vw;
}
.w-\[91px\] {
	width: 91px;
}
.w-\[9px\] {
	width: 9px;
}
.w-auto {
	width: auto;
}
.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}
.w-full {
	width: 100%;
}
.w-max {
	width: -moz-max-content;
	width: max-content;
}
.w-px {
	width: 1px;
}
.w-screen {
	width: 100vw;
}
.min-w-0 {
	min-width: 0;
}
.min-w-32 {
	min-width: 8rem;
}
.min-w-\[106px\] {
	min-width: 106px;
}
.min-w-\[120px\] {
	min-width: 120px;
}
.min-w-\[150px\] {
	min-width: 150px;
}
.min-w-\[16px\] {
	min-width: 16px;
}
.min-w-\[18\%\] {
	min-width: 18%;
}
.min-w-\[18px\] {
	min-width: 18px;
}
.min-w-\[224px\] {
	min-width: 224px;
}
.min-w-\[260px\] {
	min-width: 260px;
}
.min-w-\[310px\] {
	min-width: 310px;
}
.min-w-\[60px\] {
	min-width: 60px;
}
.min-w-\[80vw\] {
	min-width: 80vw;
}
.min-w-\[85px\] {
	min-width: 85px;
}
.min-w-\[91px\] {
	min-width: 91px;
}
.min-w-fit {
	min-width: -moz-fit-content;
	min-width: fit-content;
}
.min-w-full {
	min-width: 100%;
}
.max-w-20 {
	max-width: 5rem;
}
.max-w-4 {
	max-width: 1rem;
}
.max-w-72 {
	max-width: 18rem;
}
.max-w-\[100px\] {
	max-width: 100px;
}
.max-w-\[115px\] {
	max-width: 115px;
}
.max-w-\[150px\] {
	max-width: 150px;
}
.max-w-\[15ch\] {
	max-width: 15ch;
}
.max-w-\[176px\] {
	max-width: 176px;
}
.max-w-\[180px\] {
	max-width: 180px;
}
.max-w-\[200px\] {
	max-width: 200px;
}
.max-w-\[203px\] {
	max-width: 203px;
}
.max-w-\[20ch\] {
	max-width: 20ch;
}
.max-w-\[230px\] {
	max-width: 230px;
}
.max-w-\[250px\] {
	max-width: 250px;
}
.max-w-\[260px\] {
	max-width: 260px;
}
.max-w-\[274px\] {
	max-width: 274px;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.max-w-\[326px\] {
	max-width: 326px;
}
.max-w-\[328px\] {
	max-width: 328px;
}
.max-w-\[338px\] {
	max-width: 338px;
}
.max-w-\[340px\] {
	max-width: 340px;
}
.max-w-\[342px\] {
	max-width: 342px;
}
.max-w-\[35\.625rem\] {
	max-width: 35.625rem;
}
.max-w-\[41\.875rem\] {
	max-width: 41.875rem;
}
.max-w-\[42px\] {
	max-width: 42px;
}
.max-w-\[43px\] {
	max-width: 43px;
}
.max-w-\[456px\] {
	max-width: 456px;
}
.max-w-\[460px\] {
	max-width: 460px;
}
.max-w-\[473px\] {
	max-width: 473px;
}
.max-w-\[60px\] {
	max-width: 60px;
}
.max-w-\[70ch\] {
	max-width: 70ch;
}
.max-w-\[70px\] {
	max-width: 70px;
}
.max-w-\[76px\] {
	max-width: 76px;
}
.max-w-\[80\%\] {
	max-width: 80%;
}
.max-w-\[800px\] {
	max-width: 800px;
}
.max-w-\[90ch\] {
	max-width: 90ch;
}
.max-w-\[96px\] {
	max-width: 96px;
}
.max-w-\[970px\] {
	max-width: 970px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-xs {
	max-width: 20rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-\[0_0_auto\] {
	flex: 0 0 auto;
}
.flex-auto {
	flex: 1 1 auto;
}
.flex-none {
	flex: none;
}
.flex-shrink-0,
.shrink-0 {
	flex-shrink: 0;
}
.flex-grow,
.grow {
	flex-grow: 1;
}
.grow-\[2\] {
	flex-grow: 2;
}
.basis-\[100\%\] {
	flex-basis: 100%;
}
.basis-\[max-content\] {
	flex-basis: max-content;
}
.basis-full {
	flex-basis: 100%;
}
.table-auto {
	table-layout: auto;
}
.border-collapse {
	border-collapse: collapse;
}
.border-separate {
	border-collapse: separate;
}
.border-spacing-0 {
	--tw-border-spacing-x: 0px;
	--tw-border-spacing-y: 0px;
	border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-center {
	transform-origin: center;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-x-\[280px\] {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[280px\] {
	--tw-translate-x: -280px;
}
.-translate-x-\[60px\] {
	--tw-translate-x: -60px;
}
.-translate-x-\[60px\],
.-translate-y-2 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
	--tw-translate-y: -0.5rem;
}
.-translate-y-2\/3 {
	--tw-translate-y: -66.666667%;
}
.-translate-y-2\/3,
.translate-x-0 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
	--tw-translate-x: 0px;
}
.translate-x-\[280px\] {
	--tw-translate-x: 280px;
}
.translate-x-\[280px\],
.translate-x-full {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
	--tw-translate-x: 100%;
}
.translate-y-0 {
	--tw-translate-y: 0px;
}
.translate-y-0,
.translate-y-\[25px\] {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[25px\] {
	--tw-translate-y: 25px;
}
.\!rotate-180 {
	--tw-rotate: 180deg !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-90 {
	--tw-rotate: -90deg;
}
.-rotate-90,
.rotate-180 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
	--tw-rotate: 180deg;
}
.rotate-90 {
	--tw-rotate: 90deg;
}
.rotate-90,
.scale-\[0\.7\] {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.7\] {
	--tw-scale-x: 0.7;
	--tw-scale-y: 0.7;
}
.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-\[fadeIn_200ms\] {
	animation: fadeIn 0.2s;
}
.animate-\[pulse_1800ms_ease-in-out_200ms_infinite\] {
	animation: pulse 1.8s ease-in-out 0.2s infinite;
}
.animate-\[pulse_1800ms_ease-in-out_400ms_infinite\] {
	animation: pulse 1.8s ease-in-out 0.4s infinite;
}
.animate-\[pulse_1800ms_ease-in-out_infinite\] {
	animation: pulse 1.8s ease-in-out infinite;
}
@keyframes slideOutBottom {
	0% {
		transform: translateZ(0);
		display: block;
	}
	to {
		transform: translate3d(0, 100%, 0);
		display: none;
	}
}
.animate-\[slideOutBottom_200ms\] {
	animation: slideOutBottom 0.2s;
}
.animate-fadeIn {
	animation: fadeIn 0.6s ease-in-out forwards;
}
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-scroll-down {
	animation: scroll-down 4s ease-in-out infinite;
}
@keyframes scroll-down {
	0% {
		transform: translateY(0);
		filter: blur(0);
	}
	30% {
		transform: translateY(150%);
		filter: blur(8px);
	}
	60% {
		transform: translateY(0);
		filter: blur(0);
	}
}
.animate-scroll-down-short {
	animation: scroll-down 3s ease-in-out infinite;
}
@keyframes scroll-up {
	0% {
		transform: translateY(0);
		filter: blur(0);
	}
	30% {
		transform: translateY(-150%);
		filter: blur(8px);
	}
	60% {
		transform: translateY(0);
		filter: blur(0);
	}
}
.animate-scroll-up {
	animation: scroll-up 4s ease-in-out infinite;
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
@keyframes translate-up-fade-in {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.animate-translate-up-fade-in {
	animation: translate-up-fade-in 0.3s ease-out forwards;
}
@keyframes zoomIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
.animate-zoomIn {
	animation: zoomIn 0.2s ease-in-out;
}
.\!cursor-pointer {
	cursor: pointer !important;
}
.cursor-auto {
	cursor: auto;
}
.cursor-grab {
	cursor: grab;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.resize {
	resize: both;
}
.scroll-m-20 {
	scroll-margin: 5rem;
}
.scroll-m-36 {
	scroll-margin: 9rem;
}
.scroll-m-8 {
	scroll-margin: 2rem;
}
.scroll-mt-14 {
	scroll-margin-top: 3.5rem;
}
.scroll-mt-16 {
	scroll-margin-top: 4rem;
}
.scroll-mt-32 {
	scroll-margin-top: 8rem;
}
.scroll-mt-8 {
	scroll-margin-top: 2rem;
}
.scroll-mt-\[140px\] {
	scroll-margin-top: 140px;
}
.list-none {
	list-style-type: none;
}
.list-image-\[url\(\'\/vso-assets\/list-item-check\.svg\'\)\] {
	list-style-image: url(/vso-assets/list-item-check.svg);
}
.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.auto-cols-\[100\%\] {
	grid-auto-columns: 100%;
}
.auto-cols-\[181px\] {
	grid-auto-columns: 181px;
}
.auto-cols-\[213px\] {
	grid-auto-columns: 213px;
}
.auto-cols-\[218px\] {
	grid-auto-columns: 218px;
}
.auto-cols-\[274px\] {
	grid-auto-columns: 274px;
}
.auto-cols-\[290px\] {
	grid-auto-columns: 290px;
}
.auto-cols-\[308px\] {
	grid-auto-columns: 308px;
}
.auto-cols-\[310px\] {
	grid-auto-columns: 310px;
}
.auto-cols-\[80\%\] {
	grid-auto-columns: 80%;
}
.auto-cols-\[85\%\] {
	grid-auto-columns: 85%;
}
.grid-flow-col {
	grid-auto-flow: column;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[24px_minmax\(100px\2c _1fr\)\] {
	grid-template-columns: 24px minmax(100px, 1fr);
}
.grid-cols-\[48px_1fr\] {
	grid-template-columns: 48px 1fr;
}
.grid-cols-\[repeat\(2\2c 276px\)\] {
	grid-template-columns: repeat(2, 276px);
}
.grid-cols-\[repeat\(3\2c 276px\)\] {
	grid-template-columns: repeat(3, 276px);
}
.grid-cols-auto-fit-188 {
	grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
}
.grid-cols-auto-fit-200 {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid-cols-none {
	grid-template-columns: none;
}
.grid-cols-subgrid {
	grid-template-columns: subgrid;
}
.grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
	grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
	grid-template-rows: 1fr;
}
.grid-rows-\[minmax\(440px\2c _1fr\)_auto\] {
	grid-template-rows: minmax(440px, 1fr) auto;
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.place-content-start {
	place-content: start;
}
.place-items-start {
	place-items: start;
}
.place-items-center {
	place-items: center;
}
.content-start {
	align-content: flex-start;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-stretch {
	justify-content: stretch;
}
.justify-items-center {
	justify-items: center;
}
.gap-0 {
	gap: 0;
}
.gap-0\.5 {
	gap: 0.125rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-14 {
	gap: 3.5rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-2\.5 {
	gap: 0.625rem;
}
.gap-28 {
	gap: 7rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-3\.5 {
	gap: 0.875rem;
}
.gap-4 {
	gap: 1rem;
	overflow-y:scroll;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-7 {
	gap: 1.75rem;
}
.gap-7\.5 {
	gap: 1.875rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-\[10px\] {
	gap: 10px;
}
.gap-\[1px\] {
	gap: 1px;
}
.gap-\[1rem\] {
	gap: 1rem;
}
.gap-\[30px\] {
	gap: 30px;
}
.gap-\[3px\] {
	gap: 3px;
}
.gap-\[6px\] {
	gap: 6px;
}
.gap-\[7px\] {
	gap: 7px;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
.gap-x-5 {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}
.gap-x-7 {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-y-3 {
	row-gap: 0.75rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#E9E9E9\] > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(233 233 233 / var(--tw-divide-opacity));
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.place-self-end {
	place-self: end;
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: center;
}
.self-stretch {
	align-self: stretch;
}
.self-baseline {
	align-self: baseline;
}
.justify-self-center {
	justify-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-clip {
	overflow: clip;
}
.overflow-visible {
	overflow: visible;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-x-clip {
	overflow-x: clip;
}
.overflow-x-visible {
	overflow-x: visible;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.truncate {
	overflow: hidden;
	white-space: nowrap;
}
.overflow-ellipsis,
.truncate {
	text-overflow: ellipsis;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.text-nowrap {
	text-wrap: nowrap;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-\[100px\] {
	border-radius: 100px;
}
.rounded-\[10px\] {
	border-radius: 10px;
}
.rounded-\[34px\] {
	border-radius: 34px;
}
.rounded-\[5px\] {
	border-radius: 5px;
}
.rounded-\[61\.5385px\] {
	border-radius: 61.5385px;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-b-\[5px\] {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.rounded-l-lg {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.rounded-s {
	border-start-start-radius: 0.25rem;
	border-end-start-radius: 0.25rem;
}
.rounded-t {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.rounded-t-\[20px\] {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.rounded-t-\[5px\] {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.rounded-t-none {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.rounded-t-xl {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}
.rounded-br-lg {
	border-bottom-right-radius: 0.5rem;
}
.rounded-br-md {
	border-bottom-right-radius: 0.375rem;
}
.rounded-tl {
	border-top-left-radius: 0.25rem;
}
.rounded-tl-lg {
	border-top-left-radius: 0.5rem;
}
.rounded-tl-md {
	border-top-left-radius: 0.375rem;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0;
}
.border-2 {
	border-width: 2px;
}
.border-\[0\.24px\] {
	border-width: 0.24px;
}
.border-\[0\.5px\] {
	border-width: 0.5px;
}
.border-\[12px\] {
	border-width: 12px;
}
.border-\[1px\] {
	border-width: 1px;
}
.border-\[2px\] {
	border-width: 2px;
}
.border-y-0 {
	border-top-width: 0;
	border-bottom-width: 0;
}
.border-y-4 {
	border-top-width: 4px;
	border-bottom-width: 4px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-0 {
	border-bottom-width: 0;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-b-\[1px\] {
	border-bottom-width: 1px;
}
.border-b-\[3px\] {
	border-bottom-width: 3px;
}
.border-b-\[7\.5px\] {
	border-bottom-width: 7.5px;
}
.border-l {
	border-left-width: 1px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-l-\[11px\] {
	border-left-width: 11px;
}
.border-r {
	border-right-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-t-\[7\.5px\] {
	border-top-width: 7.5px;
}
.border-solid {
	border-style: solid;
}
.border-dashed {
	border-style: dashed;
}
.border-hidden {
	border-style: hidden;
}
.border-none {
	border-style: none;
}
.\!border-c-disabled {
	--tw-border-opacity: 1 !important;
	border-color: rgb(226 226 226 / var(--tw-border-opacity)) !important;
}
.border-\[\#111111\] {
	--tw-border-opacity: 1;
	border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-\[\#197419\] {
	--tw-border-opacity: 1;
	border-color: rgb(25 116 25 / var(--tw-border-opacity));
}
.border-\[\#2F812F\] {
	--tw-border-opacity: 1;
	border-color: rgb(47 129 47 / var(--tw-border-opacity));
}
.border-\[\#502ba1\] {
	--tw-border-opacity: 1;
	border-color: rgb(80 43 161 / var(--tw-border-opacity));
}
.border-\[\#5B9B5B\] {
	--tw-border-opacity: 1;
	border-color: rgb(91 155 91 / var(--tw-border-opacity));
}
.border-\[\#999\] {
	--tw-border-opacity: 1;
	border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-\[\#C8CFD1\] {
	--tw-border-opacity: 1;
	border-color: rgb(200 207 209 / var(--tw-border-opacity));
}
.border-\[\#E6E6E6\] {
	--tw-border-opacity: 1;
	border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-\[\#F6999E\] {
	--tw-border-opacity: 1;
	border-color: rgb(246 153 158 / var(--tw-border-opacity));
}
.border-\[\#d9d9d9\] {
	--tw-border-opacity: 1;
	border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#fbbf5f\] {
	--tw-border-opacity: 1;
	border-color: rgb(251 191 95 / var(--tw-border-opacity));
}
.border-b-main-secondary {
	--tw-border-opacity: 1;
	border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-c-accent {
	--tw-border-opacity: 1;
	border-color: rgb(20 92 20 / var(--tw-border-opacity));
}
.border-c-critical-error {
	--tw-border-opacity: 1;
	border-color: rgb(232 12 25 / var(--tw-border-opacity));
}
.border-c-disabled {
	--tw-border-opacity: 1;
	border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-c-interactive-grey {
	--tw-border-opacity: 1;
	border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-c-interactive-primary {
	--tw-border-opacity: 1;
	border-color: rgb(47 129 47 / var(--tw-border-opacity));
}
.border-c-interactive-primary-active {
	--tw-border-opacity: 1;
	border-color: rgb(25 116 25 / var(--tw-border-opacity));
}
.border-c-interactive-primary-hover {
	--tw-border-opacity: 1;
	border-color: rgb(91 155 91 / var(--tw-border-opacity));
}
.border-c-interactive-secondary-active {
	--tw-border-opacity: 1;
	border-color: rgb(118 118 118 / var(--tw-border-opacity));
}
.border-c-purple-dark {
	--tw-border-opacity: 1;
	border-color: rgb(60 32 121 / var(--tw-border-opacity));
}
.border-content-active-primary-hover {
	--tw-border-opacity: 1;
	border-color: rgb(25 116 25 / var(--tw-border-opacity));
}
.border-content-critical {
	--tw-border-opacity: 1;
	border-color: rgb(232 12 25 / var(--tw-border-opacity));
}
.border-content-inverse-subdued {
	--tw-border-opacity: 1;
	border-color: rgb(178 184 186 / var(--tw-border-opacity));
}
.border-content-subdued {
	--tw-border-opacity: 1;
	border-color: rgb(111 115 116 / var(--tw-border-opacity));
}
.border-disabled-background {
	--tw-border-opacity: 1;
	border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-gradient-primary-to {
	--tw-border-opacity: 1;
	border-color: rgb(25 116 25 / var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-green-700 {
	--tw-border-opacity: 1;
	border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.border-green-800 {
	--tw-border-opacity: 1;
	border-color: rgb(22 101 52 / var(--tw-border-opacity));
}
.border-grey-outline {
	--tw-border-opacity: 1;
	border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-highlight {
	--tw-border-opacity: 1;
	border-color: rgb(255 222 3 / var(--tw-border-opacity));
}
.border-primary-accent {
	--tw-border-opacity: 1;
	border-color: rgb(25 116 25 / var(--tw-border-opacity));
}
.border-surface {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/\[0\.5\] {
	border-color: hsla(0, 0%, 100%, 0.5);
}
.border-x-transparent {
	border-left-color: transparent;
	border-right-color: transparent;
}
.border-b-\[\#595c5d\] {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(89 92 93 / var(--tw-border-opacity));
}
.border-b-b-system-white {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-transparent {
	border-bottom-color: transparent;
}
.border-l-b-main-highlight {
	--tw-border-opacity: 1;
	border-left-color: rgb(255 222 3 / var(--tw-border-opacity));
}
.border-t-\[transparent\],
.border-t-transparent {
	border-top-color: transparent;
}
.border-opacity-75 {
	--tw-border-opacity: 0.75;
}
.\!bg-c-accent {
	background-color: rgb(20 92 20 / var(--tw-bg-opacity)) !important;
}
.\!bg-c-accent,
.\!bg-white {
	--tw-bg-opacity: 1 !important;
}
.\!bg-white {
	background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#010000\]\/\[0\.75\] {
	background-color: rgba(1, 0, 0, 0.75);
}
.bg-\[\#115011\] {
	--tw-bg-opacity: 1;
	background-color: rgb(17 80 17 / var(--tw-bg-opacity));
}
.bg-\[\#197419\] {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.bg-\[\#27B327\] {
	--tw-bg-opacity: 1;
	background-color: rgb(39 179 39 / var(--tw-bg-opacity));
}
.bg-\[\#3C2079\] {
	--tw-bg-opacity: 1;
	background-color: rgb(60 32 121 / var(--tw-bg-opacity));
}
.bg-\[\#502ba1\] {
	--tw-bg-opacity: 1;
	background-color: rgb(80 43 161 / var(--tw-bg-opacity));
}
.bg-\[\#999999\] {
	--tw-bg-opacity: 1;
	background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.bg-\[\#DAF1DA\] {
	--tw-bg-opacity: 1;
	background-color: rgb(218 241 218 / var(--tw-bg-opacity));
}
.bg-\[\#E80C19\] {
	--tw-bg-opacity: 1;
	background-color: rgb(232 12 25 / var(--tw-bg-opacity));
}
.bg-\[\#E8F1E8\] {
	--tw-bg-opacity: 1;
	background-color: rgb(232 241 232 / var(--tw-bg-opacity));
}
.bg-\[\#EBF0F1\] {
	--tw-bg-opacity: 1;
	background-color: rgb(235 240 241 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7\] {
	--tw-bg-opacity: 1;
	background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#FBE8E8\] {
	--tw-bg-opacity: 1;
	background-color: rgb(251 232 232 / var(--tw-bg-opacity));
}
.bg-\[\#FCEEED\] {
	--tw-bg-opacity: 1;
	background-color: rgb(252 238 237 / var(--tw-bg-opacity));
}
.bg-\[\#FF5100\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 81 0 / var(--tw-bg-opacity));
}
.bg-\[\#d9d9d9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-\[\#e8eeef\] {
	--tw-bg-opacity: 1;
	background-color: rgb(232 238 239 / var(--tw-bg-opacity));
}
.bg-\[\#ffde03\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 222 3 / var(--tw-bg-opacity));
}
.bg-b-commercial-cards {
	--tw-bg-opacity: 1;
	background-color: rgb(119 70 227 / var(--tw-bg-opacity));
}
.bg-b-main-highlight {
	--tw-bg-opacity: 1;
	background-color: rgb(255 222 3 / var(--tw-bg-opacity));
}
.bg-b-main-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(17 81 17 / var(--tw-bg-opacity));
}
.bg-b-main-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-b-status-disabled {
	--tw-bg-opacity: 1;
	background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-b-system-overlay-dark\/50 {
	background-color: hsla(0, 0%, 50%, 0.5);
}
.bg-b-system-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/70 {
	background-color: rgba(0, 0, 0, 0.7);
}
.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-c-accent {
	--tw-bg-opacity: 1;
	background-color: rgb(20 92 20 / var(--tw-bg-opacity));
}
.bg-c-critical-error {
	--tw-bg-opacity: 1;
	background-color: rgb(232 12 25 / var(--tw-bg-opacity));
}
.bg-c-interactive-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(47 129 47 / var(--tw-bg-opacity));
}
.bg-c-interactive-primary-active {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.bg-c-interactive-primary-hover {
	--tw-bg-opacity: 1;
	background-color: rgb(91 155 91 / var(--tw-bg-opacity));
}
.bg-c-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(44 46 46 / var(--tw-bg-opacity));
}
.bg-c-purple-dark {
	--tw-bg-opacity: 1;
	background-color: rgb(60 32 121 / var(--tw-bg-opacity));
}
.bg-c-purple-light {
	--tw-bg-opacity: 1;
	background-color: rgb(80 43 161 / var(--tw-bg-opacity));
}
.bg-c-warning-dark-red {
	background-color: #e80c1933;
}
.bg-checkbox-green {
	--tw-bg-opacity: 1;
	background-color: rgb(17 80 17 / var(--tw-bg-opacity));
}
.bg-content-active-primary-hover {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.bg-content-critical {
	--tw-bg-opacity: 1;
	background-color: rgb(232 12 25 / var(--tw-bg-opacity));
}
.bg-content-critical\/10 {
	background-color: rgba(232, 12, 25, 0.1);
}
.bg-content-inverse-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-content-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(44 46 46 / var(--tw-bg-opacity));
}
.bg-content-subdued {
	--tw-bg-opacity: 1;
	background-color: rgb(111 115 116 / var(--tw-bg-opacity));
}
.bg-dark-surface {
	--tw-bg-opacity: 1;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-disabled-background {
	--tw-bg-opacity: 1;
	background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-grey-outline {
	--tw-bg-opacity: 1;
	background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-highlight {
	--tw-bg-opacity: 1;
	background-color: rgb(255 222 3 / var(--tw-bg-opacity));
}
.bg-indigo-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-neutral-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(17 81 17 / var(--tw-bg-opacity));
}
.bg-primary-accent {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.bg-primary\/\[0\.8\] {
	background-color: rgba(17, 81, 17, 0.8);
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-slate-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-surface {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
	background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-yellow-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
	--tw-bg-opacity: 0.7;
}
.bg-\[url\(\'\/vso-assets\/age-verification-table\.svg\'\)\] {
	background-image: url(/vso-assets/age-verification-table.svg);
}
.bg-\[url\(\'\/vso-assets\/list-item-check\.svg\'\)\] {
	background-image: url(/vso-assets/list-item-check.svg);
}
.bg-\[url\(\/vso-assets\/casino-of-the-month\/cotm-bg-mobile\.webp\)\] {
	background-image: url(/vso-assets/casino-of-the-month/cotm-bg-mobile.webp);
}
.bg-\[url\(\/vso-assets\/casino-of-the-month\/slots-bg\.png\)\] {
	background-image: url(/vso-assets/casino-of-the-month/slots-bg.png);
}
.bg-\[url\(\/vso-assets\/casino-of-the-month\/slots-top-layer\.png\)\] {
	background-image: url(/vso-assets/casino-of-the-month/slots-top-layer.png);
}
.bg-\[url\(\/vso-assets\/newsletter\/list-item-tick\.svg\)\] {
	background-image: url(/vso-assets/newsletter/list-item-tick.svg);
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#0F450F\] {
	--tw-gradient-from: #0f450f var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(15, 69, 15, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#21EC00\] {
	--tw-gradient-from: #21ec00 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(33, 236, 0, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#502BA1\] {
	--tw-gradient-from: #502ba1 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(80, 43, 161, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
	--tw-gradient-from: transparent var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-b-system-white {
	--tw-gradient-from: #fff var(--tw-gradient-from-position);
	--tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-c-purple-light {
	--tw-gradient-from: #502ba1 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(80, 43, 161, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-950 {
	--tw-gradient-from: #052e16 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(5, 46, 22, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-highlight {
	--tw-gradient-from: #ffde03 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(255, 222, 3, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
	--tw-gradient-from: #fff var(--tw-gradient-from-position);
	--tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-10\% {
	--tw-gradient-from-position: 10%;
}
.via-\[\#F7E96F\] {
	--tw-gradient-to: hsla(54, 89%, 70%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),
		#f7e96f var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-40\% {
	--tw-gradient-via-position: 40%;
}
.to-\[\#197419\] {
	--tw-gradient-to: #197419 var(--tw-gradient-to-position);
}
.to-\[\#3C2079\] {
	--tw-gradient-to: #3c2079 var(--tw-gradient-to-position);
}
.to-\[\#F5FFF5\] {
	--tw-gradient-to: #f5fff5 var(--tw-gradient-to-position);
}
.to-\[\#F77473\] {
	--tw-gradient-to: #f77473 var(--tw-gradient-to-position);
}
.to-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
	--tw-gradient-to: rgba(0, 0, 0, 0.6) var(--tw-gradient-to-position);
}
.to-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
	--tw-gradient-to: rgba(0, 0, 0, 0.9) var(--tw-gradient-to-position);
}
.to-c-purple-dark {
	--tw-gradient-to: #3c2079 var(--tw-gradient-to-position);
}
.to-content-warning {
	--tw-gradient-to: #ffb441 var(--tw-gradient-to-position);
}
.to-green-800 {
	--tw-gradient-to: #166534 var(--tw-gradient-to-position);
}
.to-transparent {
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-100\% {
	--tw-gradient-to-position: 100%;
}
.bg-contain {
	background-size: contain;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: 50%;
}
.bg-right {
	background-position: 100%;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.fill-gray-400 {
	fill: #9ca3af;
}
.fill-white {
	fill: #fff;
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.object-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
.object-center {
	-o-object-position: center;
	object-position: center;
}
.object-top {
	-o-object-position: top;
	object-position: top;
}
.\!p-0 {
	padding: 0 !important;
}
.\!p-2 {
	padding: 0.5rem !important;
}
.\!p-\[7px\] {
	padding: 7px !important;
}
.p-0 {
	padding: 0;
}
.p-1 {
	padding: 0.25rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-14 {
	padding: 3.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-\[0\.2px\] {
	padding: 0.2px;
}
.p-\[3px\] {
	padding: 3px;
}
.\!py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.\!py-2\.5 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}
.\!py-\[11px\] {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}
.px-0 {
	padding-left: 0;
	padding-right: 0;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}
.px-\[15px\] {
	padding-left: 15px;
	padding-right: 15px;
}
.px-\[34px\] {
	padding-left: 34px;
	padding-right: 34px;
}
.px-\[55px\] {
	padding-left: 55px;
	padding-right: 55px;
}
.px-\[62px\] {
	padding-left: 62px;
	padding-right: 62px;
}
.px-\[7px\] {
	padding-left: 7px;
	padding-right: 7px;
}
.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-11 {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-\[15px\] {
	padding-top: 15px;
	padding-bottom: 15px;
}
.py-\[1px\] {
	padding-top: 1px;
	padding-bottom: 1px;
}
.py-\[2px\] {
	padding-top: 2px;
	padding-bottom: 2px;
}
.py-\[4px\] {
	padding-top: 4px;
	padding-bottom: 4px;
}
.py-\[7px\] {
	padding-top: 7px;
	padding-bottom: 7px;
}
.py-\[82px\] {
	padding-top: 82px;
	padding-bottom: 82px;
}
.py-\[9px\] {
	padding-top: 9px;
	padding-bottom: 9px;
}
.\!pb-0 {
	padding-bottom: 0 !important;
}
.\!pl-3 {
	padding-left: 0.75rem !important;
}
.\!pr-0 {
	padding-right: 0 !important;
}
.\!pr-3 {
	padding-right: 0.75rem !important;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pb-1\.5 {
	padding-bottom: 0.375rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-9 {
	padding-bottom: 2.25rem;
}
.pb-\[22px\] {
	padding-bottom: 22px;
}
.pb-\[35px\] {
	padding-bottom: 35px;
}
.pb-\[40px\] {
	padding-bottom: 40px;
}
.pb-\[60px\] {
	padding-bottom: 60px;
}
.pb-\[6px\] {
	padding-bottom: 6px;
}
.pl-0 {
	padding-left: 0;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pl-12 {
	padding-left: 3rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pl-7 {
	padding-left: 1.75rem;
}
.pl-7\.5 {
	padding-left: 1.875rem;
}
.pl-\[14px\] {
	padding-left: 14px;
}
.pl-\[15px\] {
	padding-left: 15px;
}
.pl-\[8px\] {
	padding-left: 8px;
}
.pl-scrollbar {
	padding-left: var(--scrollbar-width);
}
.pr-0 {
	padding-right: 0;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pr-7 {
	padding-right: 1.75rem;
}
.pr-7\.5 {
	padding-right: 1.875rem;
}
.pr-\[27px\] {
	padding-right: 27px;
}
.pt-0 {
	padding-top: 0;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-1\.5 {
	padding-top: 0.375rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-7 {
	padding-top: 1.75rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-9 {
	padding-top: 2.25rem;
}
.pt-\[22px\] {
	padding-top: 22px;
}
.pt-\[41px\] {
	padding-top: 41px;
}
.\!text-left {
	text-align: left !important;
}
.text-left {
	text-align: left;
}
.\!text-center {
	text-align: center !important;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-start {
	text-align: start;
}
.font-\[\'Lato\'\] {
	font-family: Lato;
}
.\!text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.\!text-\[28px\] {
	font-size: 28px !important;
}
.\!text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.\!text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.\!text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-\[11px\] {
	font-size: 11px;
}
.text-\[12px\] {
	font-size: 12px;
}
.text-\[13px\] {
	font-size: 13px;
}
.text-\[16px\] {
	font-size: 16px;
}
.text-\[18px\] {
	font-size: 18px;
}
.text-\[21px\] {
	font-size: 21px;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-\[24px\] {
	font-size: 24px;
}
.text-\[34px\] {
	font-size: 34px;
}
.text-\[8px\] {
	font-size: 8px;
}
.text-\[9px\] {
	font-size: 9px;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.\!font-black {
	font-weight: 900 !important;
}
.\!font-bold {
	font-weight: 700 !important;
}
.font-black {
	font-weight: 900;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.not-italic {
	font-style: normal;
}
.leading-10 {
	line-height: 2.5rem;
}
.leading-4 {
	line-height: 1rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-8 {
	line-height: 2rem;
}
.leading-\[110\%\],
.leading-\[110\%_\] {
	line-height: 110%;
}
.leading-\[13\.20px\] {
	line-height: 13.2px;
}
.leading-\[130\%\] {
	line-height: 130%;
}
.leading-\[14\.40px\] {
	line-height: 14.4px;
}
.leading-\[140\%\] {
	line-height: 140%;
}
.leading-\[150\%\] {
	line-height: 150%;
}
.leading-\[160\%\] {
	line-height: 160%;
}
.leading-\[17\.6px\] {
	line-height: 17.6px;
}
.leading-\[28\.8px\] {
	line-height: 28.8px;
}
.leading-\[32px\] {
	line-height: 32px;
}
.leading-\[36px\] {
	line-height: 36px;
}
.leading-\[40px\] {
	line-height: 40px;
}
.leading-none {
	line-height: 1;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-tight {
	line-height: 1.25;
}
.\!text-b-main-secondary {
	--tw-text-opacity: 1 !important;
	color: rgb(250 250 250 / var(--tw-text-opacity)) !important;
}
.\!text-black {
	--tw-text-opacity: 1 !important;
	color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-c-primary {
	--tw-text-opacity: 1 !important;
	color: rgb(44 46 46 / var(--tw-text-opacity)) !important;
}
.\!text-content-accent {
	--tw-text-opacity: 1 !important;
	color: rgb(20 92 20 / var(--tw-text-opacity)) !important;
}
.\!text-content-subdued {
	--tw-text-opacity: 1 !important;
	color: rgb(111 115 116 / var(--tw-text-opacity)) !important;
}
.\!text-grey-outline {
	--tw-text-opacity: 1 !important;
	color: rgb(226 226 226 / var(--tw-text-opacity)) !important;
}
.\!text-white {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#111\] {
	--tw-text-opacity: 1;
	color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-\[\#145C14\] {
	--tw-text-opacity: 1;
	color: rgb(20 92 20 / var(--tw-text-opacity));
}
.text-\[\#197419\] {
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.text-\[\#1A1A1A\] {
	--tw-text-opacity: 1;
	color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-\[\#2C2E2E\] {
	--tw-text-opacity: 1;
	color: rgb(44 46 46 / var(--tw-text-opacity));
}
.text-\[\#2D2D2D\] {
	--tw-text-opacity: 1;
	color: rgb(45 45 45 / var(--tw-text-opacity));
}
.text-\[\#2c2e2e\] {
	--tw-text-opacity: 1;
	color: rgb(44 46 46 / var(--tw-text-opacity));
}
.text-\[\#666\] {
	--tw-text-opacity: 1;
	color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#6f7374\] {
	--tw-text-opacity: 1;
	color: rgb(111 115 116 / var(--tw-text-opacity));
}
.text-\[\#737373\] {
	--tw-text-opacity: 1;
	color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-\[\#767676\] {
	--tw-text-opacity: 1;
	color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#949B9C\] {
	--tw-text-opacity: 1;
	color: rgb(148 155 156 / var(--tw-text-opacity));
}
.text-\[\#999\] {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#C1AEEA\] {
	--tw-text-opacity: 1;
	color: rgb(193 174 234 / var(--tw-text-opacity));
}
.text-\[\#C8CFD1\] {
	--tw-text-opacity: 1;
	color: rgb(200 207 209 / var(--tw-text-opacity));
}
.text-\[\#E6E6E6\] {
	--tw-text-opacity: 1;
	color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-\[\#E80C19\],
.text-\[\#e80c19\] {
	--tw-text-opacity: 1;
	color: rgb(232 12 25 / var(--tw-text-opacity));
}
.text-b-main-primary {
	--tw-text-opacity: 1;
	color: rgb(17 81 17 / var(--tw-text-opacity));
}
.text-b-main-secondary {
	--tw-text-opacity: 1;
	color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-b-status-critical-error {
	--tw-text-opacity: 1;
	color: rgb(224 32 32 / var(--tw-text-opacity));
}
.text-b-system-dark-surface {
	--tw-text-opacity: 1;
	color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-c-accent {
	--tw-text-opacity: 1;
	color: rgb(20 92 20 / var(--tw-text-opacity));
}
.text-c-critical-error {
	--tw-text-opacity: 1;
	color: rgb(232 12 25 / var(--tw-text-opacity));
}
.text-c-default-subdued {
	--tw-text-opacity: 1;
	color: rgb(86 89 93 / var(--tw-text-opacity));
}
.text-c-interactive-primary-active {
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.text-c-interactive-secondary {
	--tw-text-opacity: 1;
	color: rgb(150 150 150 / var(--tw-text-opacity));
}
.text-c-interactive-secondary-active {
	--tw-text-opacity: 1;
	color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-c-primary {
	--tw-text-opacity: 1;
	color: rgb(44 46 46 / var(--tw-text-opacity));
}
.text-c-purple-dark {
	--tw-text-opacity: 1;
	color: rgb(60 32 121 / var(--tw-text-opacity));
}
.text-c-subdued {
	--tw-text-opacity: 1;
	color: rgb(111 115 116 / var(--tw-text-opacity));
}
.text-content-accent {
	--tw-text-opacity: 1;
	color: rgb(20 92 20 / var(--tw-text-opacity));
}
.text-content-active-primary-hover {
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.text-content-critical {
	--tw-text-opacity: 1;
	color: rgb(232 12 25 / var(--tw-text-opacity));
}
.text-content-interactive-secondary {
	color: hsla(0, 0%, 46%, 0.75);
}
.text-content-interactive-secondary-active {
	--tw-text-opacity: 1;
	color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-content-inverse-primary {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-content-inverse-subdued {
	--tw-text-opacity: 1;
	color: rgb(178 184 186 / var(--tw-text-opacity));
}
.text-content-primary {
	--tw-text-opacity: 1;
	color: rgb(44 46 46 / var(--tw-text-opacity));
}
.text-content-subdued {
	--tw-text-opacity: 1;
	color: rgb(111 115 116 / var(--tw-text-opacity));
}
.text-content-success {
	--tw-text-opacity: 1;
	color: rgb(39 179 39 / var(--tw-text-opacity));
}
.text-dark-surface {
	--tw-text-opacity: 1;
	color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-default-primary {
	--tw-text-opacity: 1;
	color: rgb(44 46 46 / var(--tw-text-opacity));
}
.text-gradient-primary-to {
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-green-700 {
	--tw-text-opacity: 1;
	color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-800 {
	--tw-text-opacity: 1;
	color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-grey-outline {
	--tw-text-opacity: 1;
	color: rgb(226 226 226 / var(--tw-text-opacity));
}
.text-highlight {
	--tw-text-opacity: 1;
	color: rgb(255 222 3 / var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgb(17 81 17 / var(--tw-text-opacity));
}
.text-primary-accent {
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-slate-600 {
	--tw-text-opacity: 1;
	color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-surface,
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-300 {
	--tw-text-opacity: 1;
	color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-zinc-500 {
	--tw-text-opacity: 1;
	color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-zinc-600 {
	--tw-text-opacity: 1;
	color: rgb(82 82 91 / var(--tw-text-opacity));
}
.text-zinc-800 {
	--tw-text-opacity: 1;
	color: rgb(39 39 42 / var(--tw-text-opacity));
}
.text-zinc-900 {
	--tw-text-opacity: 1;
	color: rgb(24 24 27 / var(--tw-text-opacity));
}
.underline {
	text-decoration-line: underline;
}
.no-underline {
	text-decoration-line: none;
}
.underline-offset-4 {
	text-underline-offset: 4px;
}
.placeholder-c-interactive-secondary::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(150 150 150 / var(--tw-placeholder-opacity));
}
.placeholder-c-interactive-secondary::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(150 150 150 / var(--tw-placeholder-opacity));
}
.placeholder-c-subdued::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(111 115 116 / var(--tw-placeholder-opacity));
}
.placeholder-c-subdued::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(111 115 116 / var(--tw-placeholder-opacity));
}
.placeholder-white::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-70 {
	opacity: 0.7;
}
.\!shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	--tw-shadow-colored: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
		0 1px 2px -1px var(--tw-shadow-color);
}
.shadow,
.shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-\[0_1px_4px_0_\#00000026\] {
	--tw-shadow: 0 1px 4px 0 #00000026;
	--tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);
}
.shadow-\[0_1px_4px_0_\#00000026\],
.shadow-\[0_1px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
	--tw-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.15);
	--tw-shadow-colored: 0 1px 4px 0px var(--tw-shadow-color);
}
.shadow-box {
	--tw-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0px 4px 30px var(--tw-shadow-color);
}
.shadow-box,
.shadow-lg {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-line {
	--tw-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	--tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color);
}
.shadow-line,
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -2px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
		0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-none {
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
}
.outline-none,
.outline-offset-2 {
	outline-offset: 2px;
}
.blur {
	--tw-blur: blur(8px);
}
.blur,
.drop-shadow-\[0px_1px_30px_\#000\] {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0px_1px_30px_\#000\] {
	--tw-drop-shadow: drop-shadow(0px 1px 30px #000);
}
.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
}
.backdrop-blur,
.backdrop-blur-\[22\.50px\] {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
		var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
		var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
		var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
		var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
		var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
		var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
		var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
		var(--tw-backdrop-sepia);
}
.backdrop-blur-\[22\.50px\] {
	--tw-backdrop-blur: blur(22.5px);
}
.transition {
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		-webkit-backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-\[max-height\] {
	transition-property: max-height;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-colors {
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-height {
	transition-property: height;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.delay-500 {
	transition-delay: 0.5s;
}
.delay-75 {
	transition-delay: 75ms;
}
.delay-\[-1000ms\] {
	transition-delay: -1s;
}
.duration-1000 {
	transition-duration: 1s;
}
.duration-150 {
	transition-duration: 0.15s;
}
.duration-200 {
	transition-duration: 0.2s;
}
.duration-300 {
	transition-duration: 0.3s;
}
.duration-700 {
	transition-duration: 0.7s;
}
.duration-\[200ms\] {
	transition-duration: 0.2s;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[-ms-overflow-style\:none\] {
	-ms-overflow-style: none;
}
.\[animation-delay\:2s\] {
	animation-delay: 2s;
}
.\[appearance\:textfield\] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.\[scrollbar-width\:none\] {
	scrollbar-width: none;
}
.\[text-wrap\:balance\] {
	text-wrap: balance;
}
@font-face {
	font-family: Lato;
	font-display: swap;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	src: url(/vso-assets/fonts/Lato/Lato-Regular.woff2) format('woff2'),
		url(/vso-assets/fonts/Lato/Lato-Regular.woff) format('woff');
}
@font-face {
	font-family: Lato;
	font-display: swap;
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
	src: url(/vso-assets/fonts/Lato/Lato-Bold.woff2) format('woff2'),
		url(/vso-assets/fonts/Lato/Lato-Bold.woff) format('woff');
}
@font-face {
	font-family: Lato;
	font-display: swap;
	font-stretch: normal;
	font-style: normal;
	font-weight: 900;
	src: url(/vso-assets/fonts/Lato/Lato-Black.woff2) format('woff2'),
		url(/vso-assets/fonts/Lato/Lato-Black.woff) format('woff');
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	-webkit-appearance: none;
}
@media (min-width: 768px) {
	.md\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 16px;
		padding-left: 16px;
	}
	@media (min-width: 321px) {
		.md\:container {
			max-width: 321px;
		}
	}
	@media (min-width: 576px) {
		.md\:container {
			max-width: 576px;
			padding-right: 15px;
			padding-left: 15px;
		}
	}
	@media (min-width: 768px) {
		.md\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 992px) {
		.md\:container {
			max-width: 992px;
			padding-right: 15px;
			padding-left: 15px;
		}
	}
	@media (min-width: 1200px) {
		.md\:container {
			max-width: 1200px;
			padding-right: 15px;
			padding-left: 15px;
		}
	}
	@media (min-width: 321px) {
		.md\:container {
			max-width: none;
		}
	}
	@media (min-width: 576px) {
		.md\:container {
			max-width: 540px;
		}
	}
	@media (min-width: 768px) {
		.md\:container {
			max-width: 720px;
		}
	}
	@media (min-width: 992px) {
		.md\:container {
			max-width: 980px;
		}
	}
	@media (min-width: 1200px) {
		.md\:container {
			max-width: 1200px;
		}
	}
}
@media (min-width: 1200px) {
	.xl\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 16px;
		padding-left: 16px;
	}
	@media (min-width: 321px) {
		.xl\:container {
			max-width: 321px;
		}
	}
	@media (min-width: 576px) {
		.xl\:container {
			max-width: 576px;
			padding-right: 15px;
			padding-left: 15px;
		}
	}
	@media (min-width: 768px) {
		.xl\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 992px) {
		.xl\:container {
			max-width: 992px;
			padding-right: 15px;
			padding-left: 15px;
		}
	}
	@media (min-width: 1200px) {
		.xl\:container {
			max-width: 1200px;
			padding-right: 15px;
			padding-left: 15px;
		}
	}
	@media (min-width: 321px) {
		.xl\:container {
			max-width: none;
		}
	}
	@media (min-width: 576px) {
		.xl\:container {
			max-width: 540px;
		}
	}
	@media (min-width: 768px) {
		.xl\:container {
			max-width: 720px;
		}
	}
	@media (min-width: 992px) {
		.xl\:container {
			max-width: 980px;
		}
	}
	@media (min-width: 1200px) {
		.xl\:container {
			max-width: 1200px;
		}
	}
}
.file\:border-0::file-selector-button {
	border-width: 0;
}
.file\:bg-transparent::file-selector-button {
	background-color: transparent;
}
.file\:text-sm::file-selector-button {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
	font-weight: 500;
}
.placeholder\:text-content-subdued::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgb(111 115 116 / var(--tw-text-opacity));
}
.placeholder\:text-content-subdued::placeholder {
	--tw-text-opacity: 1;
	color: rgb(111 115 116 / var(--tw-text-opacity));
}
.backdrop\:bg-black::backdrop {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.backdrop\:bg-opacity-50::backdrop {
	--tw-bg-opacity: 0.5;
}
.backdrop\:bg-opacity-70::backdrop {
	--tw-bg-opacity: 0.7;
}
.backdrop\:backdrop-blur-sm::backdrop {
	--tw-backdrop-blur: blur(4px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
		var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
		var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
		var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
		var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
		var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
		var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
		var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
		var(--tw-backdrop-sepia);
}
.before\:absolute:before {
	content: var(--tw-content);
	position: absolute;
}
.before\:inset-0:before {
	content: var(--tw-content);
	inset: 0;
}
.before\:-bottom-4:before {
	content: var(--tw-content);
	bottom: -1rem;
}
.before\:bottom-1:before {
	content: var(--tw-content);
	bottom: 0.25rem;
}
.before\:left-1:before {
	content: var(--tw-content);
	left: 0.25rem;
}
.before\:left-1\/2:before {
	content: var(--tw-content);
	left: 50%;
}
.before\:top-\[0\.3rem\]:before {
	content: var(--tw-content);
	top: 0.3rem;
}
.before\:-ml-12:before {
	content: var(--tw-content);
	margin-left: -3rem;
}
.before\:mb-5:before {
	content: var(--tw-content);
	margin-bottom: 1.25rem;
}
.before\:mt-0:before {
	content: var(--tw-content);
	margin-top: 0;
}
.before\:mt-0\.5:before {
	content: var(--tw-content);
	margin-top: 0.125rem;
}
.before\:block:before {
	content: var(--tw-content);
	display: block;
}
.before\:h-3:before {
	content: var(--tw-content);
	height: 0.75rem;
}
.before\:h-3\.5:before {
	content: var(--tw-content);
	height: 0.875rem;
}
.before\:h-\[26px\]:before {
	content: var(--tw-content);
	height: 26px;
}
.before\:w-3:before {
	content: var(--tw-content);
	width: 0.75rem;
}
.before\:w-3\.5:before {
	content: var(--tw-content);
	width: 0.875rem;
}
.before\:w-\[26px\]:before {
	content: var(--tw-content);
	width: 26px;
}
.before\:-translate-x-1\/2:before {
	content: var(--tw-content);
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-full:before {
	content: var(--tw-content);
	border-radius: 9999px;
}
.before\:border-8:before {
	content: var(--tw-content);
	border-width: 8px;
}
.before\:border-transparent:before {
	content: var(--tw-content);
	border-color: transparent;
}
.before\:border-t-black:before {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.before\:bg-b-system-white:before {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-black\/75:before {
	content: var(--tw-content);
	background-color: rgba(0, 0, 0, 0.75);
}
.before\:bg-primary-accent:before {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.before\:bg-white:before {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-\[url\(https\:\/\/www\.vegasslotsonline\.com\/assets\/images\/svg-icons\/white-check\.svg\)\]:before {
	content: var(--tw-content);
	background-image: url(https://fortune-gems-casino.com/assets/images/svg-icons/white-check.svg);
}
.before\:bg-\[length\:14px\]:before {
	content: var(--tw-content);
	background-size: 14px;
}
.before\:bg-center:before {
	content: var(--tw-content);
	background-position: 50%;
}
.before\:bg-no-repeat:before {
	content: var(--tw-content);
	background-repeat: no-repeat;
}
.before\:backdrop-blur:before {
	content: var(--tw-content);
	--tw-backdrop-blur: blur(8px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
		var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
		var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
		var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
		var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
		var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
		var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
		var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
		var(--tw-backdrop-sepia);
}
.before\:transition:before {
	content: var(--tw-content);
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		-webkit-backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.before\:duration-\[400ms\]:before {
	content: var(--tw-content);
	transition-duration: 0.4s;
}
.before\:content-\[\'\'\]:before {
	--tw-content: '';
	content: var(--tw-content);
}
.after\:absolute:after {
	content: var(--tw-content);
	position: absolute;
}
.after\:bottom-0:after {
	content: var(--tw-content);
	bottom: 0;
}
.after\:bottom-\[-4px\]:after {
	content: var(--tw-content);
	bottom: -4px;
}
.after\:left-\[1px\]:after {
	content: var(--tw-content);
	left: 1px;
}
.after\:left-\[27px\]:after {
	content: var(--tw-content);
	left: 27px;
}
.after\:right-\[-5px\]:after {
	content: var(--tw-content);
	right: -5px;
}
.after\:right-\[19px\]:after {
	content: var(--tw-content);
	right: 19px;
}
.after\:top-0:after,
.after\:top-\[0px\]:after {
	content: var(--tw-content);
	top: 0;
}
.after\:m-auto:after {
	content: var(--tw-content);
	margin: auto;
}
.after\:ml-1:after {
	content: var(--tw-content);
	margin-left: 0.25rem;
}
.after\:inline-block:after {
	content: var(--tw-content);
	display: inline-block;
}
.after\:h-\[2px\]:after {
	content: var(--tw-content);
	height: 2px;
}
.after\:h-full:after {
	content: var(--tw-content);
	height: 100%;
}
.after\:w-20:after {
	content: var(--tw-content);
	width: 5rem;
}
.after\:w-full:after {
	content: var(--tw-content);
	width: 100%;
}
.after\:rounded-full:after {
	content: var(--tw-content);
	border-radius: 9999px;
}
.after\:rounded-tr-md:after {
	content: var(--tw-content);
	border-top-right-radius: 0.375rem;
}
.after\:border-b-4:after {
	content: var(--tw-content);
	border-bottom-width: 4px;
}
.after\:border-r-\[5px\]:after {
	content: var(--tw-content);
	border-right-width: 5px;
}
.after\:border-x-transparent:after {
	content: var(--tw-content);
	border-left-color: transparent;
	border-right-color: transparent;
}
.after\:border-y-transparent:after {
	content: var(--tw-content);
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.after\:border-b-\[\#8d2700\]:after {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-bottom-color: rgb(141 39 0 / var(--tw-border-opacity));
}
.after\:border-l-transparent:after {
	content: var(--tw-content);
	border-left-color: transparent;
}
.after\:border-r-\[\#8d2700\]:after {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-right-color: rgb(141 39 0 / var(--tw-border-opacity));
}
.after\:border-t-transparent:after {
	content: var(--tw-content);
	border-top-color: transparent;
}
.after\:bg-\[\#E8F1E8\]:after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(232 241 232 / var(--tw-bg-opacity));
}
.after\:bg-c-interactive-primary-active:after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.after\:bg-green-700:after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.after\:bg-highlight:after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(255 222 3 / var(--tw-bg-opacity));
}
.after\:bg-neutral-300:after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]:after {
	--tw-content: '';
	content: var(--tw-content);
}
.after\:content-\[\'\/\'\]:after {
	--tw-content: '/';
	content: var(--tw-content);
}
.first\:border-solid:first-child {
	border-style: solid;
}
.first\:border-\[\#FFDE03\]:first-child {
	--tw-border-opacity: 1;
	border-color: rgb(255 222 3 / var(--tw-border-opacity));
}
.first\:bg-gradient-to-b:first-child {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.first\:from-white:first-child {
	--tw-gradient-from: #fff var(--tw-gradient-from-position);
	--tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.first\:to-\[\#F9F6E5\]:first-child {
	--tw-gradient-to: #f9f6e5 var(--tw-gradient-to-position);
}
.last\:mb-0:last-child {
	margin-bottom: 0;
}
.last\:mr-5:last-child {
	margin-right: 1.25rem;
}
.last\:border-none:last-child {
	border-style: none;
}
.only\:mb-0:only-child {
	margin-bottom: 0;
}
.only\:mr-6:only-child {
	margin-right: 1.5rem;
}
.only\:w-full:only-child {
	width: 100%;
}
.odd\:bg-white:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.even\:bg-b-main-secondary:nth-child(2n) {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
@keyframes slideInBottom {
	0% {
		transform: translate3d(0, 100%, 0);
		display: block;
	}
	to {
		transform: translateZ(0);
		display: none;
	}
}
.open\:animate-\[slideInBottom_400ms\][open] {
	animation: slideInBottom 0.4s;
}
@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		display: none;
	}
	to {
		transform: translateZ(0);
		display: block;
	}
}
.open\:animate-\[slideInRight_400ms\][open] {
	animation: slideInRight 0.4s;
}
.open\:backdrop\:animate-\[fadeIn_250ms\][open]::backdrop {
	animation: fadeIn 0.25s;
}
.hover\:border-c-accent:hover {
	--tw-border-opacity: 1;
	border-color: rgb(20 92 20 / var(--tw-border-opacity));
}
.hover\:border-primary-accent:hover {
	--tw-border-opacity: 1;
	border-color: rgb(25 116 25 / var(--tw-border-opacity));
}
.hover\:bg-b-status-disabled:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.hover\:bg-c-accent:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(20 92 20 / var(--tw-bg-opacity));
}
.hover\:bg-c-interactive-primary-hover:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(91 155 91 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-primary-accent:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.hover\:bg-gradient-to-b:hover {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:from-\[\#502BA1\]:hover {
	--tw-gradient-from: #502ba1 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(80, 43, 161, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-b-main-highlight:hover {
	--tw-gradient-from: #ffde03 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(255, 222, 3, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#3C2079\]:hover {
	--tw-gradient-to: #3c2079 var(--tw-gradient-to-position);
}
.hover\:to-b-status-warning:hover {
	--tw-gradient-to: #ffbf00 var(--tw-gradient-to-position);
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-green-700:hover {
	--tw-text-opacity: 1;
	color: rgb(21 128 61 / var(--tw-text-opacity));
}
.hover\:text-highlight:hover {
	--tw-text-opacity: 1;
	color: rgb(255 222 3 / var(--tw-text-opacity));
}
.hover\:text-primary-accent:hover {
	--tw-text-opacity: 1;
	color: rgb(25 116 25 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration-line: underline;
}
.hover\:no-underline:hover {
	text-decoration-line: none;
}
.hover\:opacity-50:hover {
	opacity: 0.5;
}
.hover\:opacity-70:hover {
	opacity: 0.7;
}
.hover\:drop-shadow:hover {
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))
		drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.focus\:\!border:focus {
	border-width: 1px !important;
}
.focus\:\!shadow-\[0_0_20px_0_\#A3F7A1\]:focus {
	--tw-shadow: 0 0 20px 0 #a3f7a1 !important;
	--tw-shadow-colored: 0 0 20px 0 var(--tw-shadow-color) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.active\:cursor-grabbing:active {
	cursor: grabbing;
}
.active\:bg-c-interactive-primary-active:active {
	--tw-bg-opacity: 1;
	background-color: rgb(25 116 25 / var(--tw-bg-opacity));
}
.disabled\:cursor-not-allowed:disabled {
	cursor: not-allowed;
}
.disabled\:border-c-interactive-grey:disabled {
	--tw-border-opacity: 1;
	border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.disabled\:bg-b-main-secondary:disabled {
	--tw-bg-opacity: 1;
	background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.disabled\:text-content-subdued:disabled {
	--tw-text-opacity: 1;
	color: rgb(111 115 116 / var(--tw-text-opacity));
}
.disabled\:opacity-30:disabled {
	opacity: 0.3;
}
.disabled\:opacity-50:disabled {
	opacity: 0.5;
}
.group:hover .group-hover\:block {
	display: block;
}
.group:hover .group-hover\:grid {
	display: grid;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.group:hover .group-hover\:animate-fadeIn {
	animation: fadeIn 0.6s ease-in-out forwards;
}
.group:hover .group-hover\:text-highlight {
	--tw-text-opacity: 1;
	color: rgb(255 222 3 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-surface {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
	text-decoration-line: underline;
}
.group:focus .group-focus\:opacity-100,
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
.peer:checked ~ .peer-checked\:bg-c-interactive-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(47 129 47 / var(--tw-bg-opacity));
}
.peer:checked ~ .before\:peer-checked\:translate-x-\[26px\]:before {
	content: var(--tw-content);
	--tw-translate-x: 26px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:focus ~ .peer-focus\:shadow-\[0_1px_4px_0_c-interactive-primary\] {
	--tw-shadow: 0 1px 4px 0 c-interactive-primary;
	--tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
	cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
	opacity: 0.7;
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
.data-\[loaded\=false\]\:animate-pulse[data-loaded='false'] {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.data-\[invalid\]\:border-c-critical-error[data-invalid] {
	--tw-border-opacity: 1;
	border-color: rgb(232 12 25 / var(--tw-border-opacity));
}
.data-\[loaded\=false\]\:bg-gray-300[data-loaded='false'] {
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.disabled\:data-\[invalid\]\:border-c-interactive-grey[data-invalid]:disabled {
	--tw-border-opacity: 1;
	border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
@media not all and (min-width: 992px) {
	.max-lg\:order-\[-1\] {
		order: -1;
	}
	.max-lg\:order-\[1\] {
		order: 1;
	}
	.max-lg\:order-\[2\] {
		order: 2;
	}
	.max-lg\:order-\[3\] {
		order: 3;
	}
	.max-lg\:order-\[4\] {
		order: 4;
	}
	.max-lg\:order-first {
		order: -9999;
	}
	.max-lg\:row-start-2 {
		grid-row-start: 2;
	}
	.max-lg\:m-0 {
		margin: 0;
	}
	.max-lg\:m-auto {
		margin: auto;
	}
	.max-lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.max-lg\:mb-3 {
		margin-bottom: 0.75rem;
	}
	.max-lg\:mt-4 {
		margin-top: 1rem;
	}
	.max-lg\:block {
		display: block;
	}
	.max-lg\:flex {
		display: flex;
	}
	.max-lg\:hidden {
		display: none;
	}
	.max-lg\:min-h-\[94px\] {
		min-height: 94px;
	}
	.max-lg\:basis-1\/2 {
		flex-basis: 50%;
	}
	.max-lg\:basis-full {
		flex-basis: 100%;
	}
	.max-lg\:flex-wrap {
		flex-wrap: wrap;
	}
	.max-lg\:items-center {
		align-items: center;
	}
	.max-lg\:rounded-bl-lg {
		border-bottom-left-radius: 0.5rem;
	}
	.max-lg\:rounded-br-lg {
		border-bottom-right-radius: 0.5rem;
	}
	.max-lg\:rounded-tl-lg {
		border-top-left-radius: 0.5rem;
	}
	.max-lg\:rounded-tr-lg {
		border-top-right-radius: 0.5rem;
	}
	.max-lg\:border {
		border-width: 1px;
	}
	.max-lg\:border-l-0 {
		border-left-width: 0;
	}
	.max-lg\:border-r-0 {
		border-right-width: 0;
	}
	.max-lg\:border-c-interactive-primary-hover {
		--tw-border-opacity: 1;
		border-color: rgb(91 155 91 / var(--tw-border-opacity));
	}
	.max-lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.max-lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.max-lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.max-lg\:py-\[25px\] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.max-lg\:pt-0 {
		padding-top: 0;
	}
	.max-lg\:pt-4 {
		padding-top: 1rem;
	}
	.max-lg\:pt-8 {
		padding-top: 2rem;
	}
	.max-lg\:text-center {
		text-align: center;
	}
	.max-lg\:\!text-2xl {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
	.max-lg\:text-\[22px\] {
		font-size: 22px;
	}
}
@media not all and (min-width: 768px) {
	.max-md\:w-full {
		width: 100%;
	}
	.max-md\:\!min-w-32 {
		min-width: 8rem !important;
	}
	.max-md\:self-start {
		align-self: flex-start;
	}
}
@media not all and (min-width: 576px) {
	.max-sm\:hidden {
		display: none;
	}
	.max-sm\:w-full {
		width: 100%;
	}
	.max-sm\:w-max {
		width: -moz-max-content;
		width: max-content;
	}
	.max-sm\:max-w-none {
		max-width: none;
	}
	.max-sm\:flex-col {
		flex-direction: column;
	}
	.max-sm\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
}
@media not all and (min-width: 321px) {
	.max-xs\:hidden {
		display: none;
	}
}
@media (min-width: 321px) {
	.xs\:\!top-9 {
		top: 2.25rem !important;
	}
	.xs\:block {
		display: block;
	}
	.xs\:hidden {
		display: none;
	}
	.xs\:min-h-20 {
		min-height: 5rem;
	}
	.xs\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.xs\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 576px) {
	.sm\:left-1\/2 {
		left: 50%;
	}
	.sm\:top-auto {
		top: auto;
	}
	.sm\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.sm\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.sm\:-ml-\[164px\] {
		margin-left: -164px;
	}
	.sm\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.sm\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.sm\:mb-8 {
		margin-bottom: 2rem;
	}
	.sm\:mt-1 {
		margin-top: 0.25rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:inline {
		display: inline;
	}
	.sm\:grid {
		display: grid;
	}
	.sm\:hidden {
		display: none;
	}
	.sm\:\!h-\[141px\] {
		height: 141px !important;
	}
	.sm\:\!w-\[192px\] {
		width: 192px !important;
	}
	.sm\:w-16 {
		width: 4rem;
	}
	.sm\:w-80 {
		width: 20rem;
	}
	.sm\:w-\[110px\] {
		width: 110px;
	}
	.sm\:w-\[326px\] {
		width: 326px;
	}
	.sm\:w-\[335px\] {
		width: 335px;
	}
	.sm\:w-\[351px\] {
		width: 351px;
	}
	.sm\:w-fit {
		width: -moz-fit-content;
		width: fit-content;
	}
	.sm\:min-w-64 {
		min-width: 16rem;
	}
	.sm\:max-w-\[242px\] {
		max-width: 242px;
	}
	.sm\:max-w-\[400px\] {
		max-width: 400px;
	}
	.sm\:flex-none {
		flex: none;
	}
	.sm\:grow {
		flex-grow: 1;
	}
	.sm\:grow-\[2\] {
		flex-grow: 2;
	}
	.sm\:basis-\[100\%\] {
		flex-basis: 100%;
	}
	.sm\:auto-cols-\[175px\] {
		grid-auto-columns: 175px;
	}
	.sm\:auto-cols-\[274px\] {
		grid-auto-columns: 274px;
	}
	.sm\:auto-cols-\[510px\] {
		grid-auto-columns: 510px;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.sm\:flex-col {
		flex-direction: column;
	}
	.sm\:flex-col-reverse {
		flex-direction: column-reverse;
	}
	.sm\:gap-0 {
		gap: 0;
	}
	.sm\:gap-10 {
		gap: 2.5rem;
	}
	.sm\:gap-12 {
		gap: 3rem;
	}
	.sm\:gap-28 {
		gap: 7rem;
	}
	.sm\:gap-5 {
		gap: 1.25rem;
	}
	.sm\:gap-8 {
		gap: 2rem;
	}
	.sm\:self-center {
		align-self: center;
	}
	.sm\:overflow-x-hidden {
		overflow-x: hidden;
	}
	.sm\:rounded-none {
		border-radius: 0;
	}
	.sm\:p-0 {
		padding: 0;
	}
	.sm\:p-5 {
		padding: 1.25rem;
	}
	.sm\:p-8 {
		padding: 2rem;
	}
	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.sm\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.sm\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.sm\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sm\:text-center {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.md\:absolute {
		position: absolute;
	}
	.md\:relative {
		position: relative;
	}
	.md\:inset-y-0 {
		top: 0;
		bottom: 0;
	}
	.md\:inset-y-1\/2 {
		top: 50%;
		bottom: 50%;
	}
	.md\:\!top-6 {
		top: 1.5rem !important;
	}
	.md\:-right-32 {
		right: -8rem;
	}
	.md\:-top-8 {
		top: -2rem;
	}
	.md\:right-20 {
		right: 5rem;
	}
	.md\:right-4 {
		right: 1rem;
	}
	.md\:right-\[84px\] {
		right: 84px;
	}
	.md\:top-4 {
		top: 1rem;
	}
	.md\:top-8 {
		top: 2rem;
	}
	.md\:top-\[440px\] {
		top: 440px;
	}
	.md\:top-\[84px\] {
		top: 84px;
	}
	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.md\:m-0 {
		margin: 0;
	}
	.md\:mx-3 {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
	.md\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:my-0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.md\:-mb-12 {
		margin-bottom: -3rem;
	}
	.md\:mb-0 {
		margin-bottom: 0;
	}
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.md\:mb-16 {
		margin-bottom: 4rem;
	}
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.md\:ml-\[35px\] {
		margin-left: 35px;
	}
	.md\:mr-0 {
		margin-right: 0;
	}
	.md\:mr-4 {
		margin-right: 1rem;
	}
	.md\:mr-6 {
		margin-right: 1.5rem;
	}
	.md\:mt-0 {
		margin-top: 0;
	}
	.md\:mt-2 {
		margin-top: 0.5rem;
	}
	.md\:mt-2\.5 {
		margin-top: 0.625rem;
	}
	.md\:mt-3 {
		margin-top: 0.75rem;
	}
	.md\:mt-32 {
		margin-top: 8rem;
	}
	.md\:mt-6 {
		margin-top: 1.5rem;
	}
	.md\:mt-7 {
		margin-top: 1.75rem;
	}
	.md\:mt-8 {
		margin-top: 2rem;
	}
	.md\:mt-\[25px\] {
		margin-top: 25px;
	}
	.md\:block {
		display: block;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:inline {
		display: inline;
	}
	.md\:flex {
		display: flex;
	}
	.md\:grid {
		display: grid;
	}
	.md\:hidden {
		display: none;
	}
	.md\:\!h-\[141px\] {
		height: 141px !important;
	}
	.md\:h-48 {
		height: 12rem;
	}
	.md\:h-8 {
		height: 2rem;
	}
	.md\:h-\[101px\] {
		height: 101px;
	}
	.md\:h-\[226px\] {
		height: 226px;
	}
	.md\:h-\[238\] {
		height: 238;
	}
	.md\:h-\[384px\] {
		height: 384px;
	}
	.md\:h-\[460px\] {
		height: 460px;
	}
	.md\:h-\[543px\] {
		height: 543px;
	}
	.md\:h-\[88px\] {
		height: 88px;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:h-full {
		height: 100%;
	}
	.md\:max-h-48 {
		max-height: 12rem;
	}
	.md\:max-h-\[200px\] {
		max-height: 200px;
	}
	.md\:max-h-max {
		max-height: -moz-max-content;
		max-height: max-content;
	}
	.md\:min-h-\[480px\] {
		min-height: 480px;
	}
	.md\:min-h-\[70px\] {
		min-height: 70px;
	}
	.md\:min-h-\[74px\] {
		min-height: 74px;
	}
	.md\:\!w-48 {
		width: 12rem !important;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:w-3\/4 {
		width: 75%;
	}
	.md\:w-40 {
		width: 10rem;
	}
	.md\:w-6\/12 {
		width: 50%;
	}
	.md\:w-8 {
		width: 2rem;
	}
	.md\:w-\[136px\] {
		width: 136px;
	}
	.md\:w-\[140px\] {
		width: 140px;
	}
	.md\:w-\[150px\] {
		width: 150px;
	}
	.md\:w-\[197px\] {
		width: 197px;
	}
	.md\:w-\[238px\] {
		width: 238px;
	}
	.md\:w-\[30\%\] {
		width: 30%;
	}
	.md\:w-\[324px\] {
		width: 324px;
	}
	.md\:w-\[340px\] {
		width: 340px;
	}
	.md\:w-\[500px\] {
		width: 500px;
	}
	.md\:w-\[570px\] {
		width: 570px;
	}
	.md\:w-\[640px\] {
		width: 640px;
	}
	.md\:w-\[642px\] {
		width: 642px;
	}
	.md\:w-\[690px\] {
		width: 690px;
	}
	.md\:w-\[720px\] {
		width: 720px;
	}
	.md\:w-\[735px\] {
		width: 735px;
	}
	.md\:w-\[772px\] {
		width: 772px;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:min-w-\[150px\] {
		min-width: 150px;
	}
	.md\:min-w-\[400px\] {
		min-width: 400px;
	}
	.md\:min-w-\[500px\] {
		min-width: 500px;
	}
	.md\:min-w-\[570px\] {
		min-width: 570px;
	}
	.md\:min-w-\[760px\] {
		min-width: 760px;
	}
	.md\:max-w-2xl {
		max-width: 42rem;
	}
	.md\:max-w-\[240px\] {
		max-width: 240px;
	}
	.md\:max-w-\[250px\] {
		max-width: 250px;
	}
	.md\:max-w-\[300px\] {
		max-width: 300px;
	}
	.md\:max-w-\[327px\] {
		max-width: 327px;
	}
	.md\:max-w-\[400px\] {
		max-width: 400px;
	}
	.md\:max-w-\[50vw\] {
		max-width: 50vw;
	}
	.md\:max-w-\[520px\] {
		max-width: 520px;
	}
	.md\:max-w-\[540px\] {
		max-width: 540px;
	}
	.md\:max-w-\[700px\] {
		max-width: 700px;
	}
	.md\:max-w-\[820px\] {
		max-width: 820px;
	}
	.md\:max-w-none {
		max-width: none;
	}
	.md\:flex-initial {
		flex: 0 1 auto;
	}
	.md\:flex-none {
		flex: none;
	}
	.md\:basis-1\/2 {
		flex-basis: 50%;
	}
	.md\:basis-\[170px\] {
		flex-basis: 170px;
	}
	.md\:basis-\[23\.125rem\] {
		flex-basis: 23.125rem;
	}
	.md\:basis-auto {
		flex-basis: auto;
	}
	.md\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y))
			rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
			scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	.md\:auto-cols-\[155px\] {
		grid-auto-columns: 155px;
	}
	.md\:auto-cols-\[217px\] {
		grid-auto-columns: 217px;
	}
	.md\:auto-cols-\[274px\] {
		grid-auto-columns: 274px;
	}
	.md\:auto-cols-\[308px\] {
		grid-auto-columns: 308px;
	}
	.md\:auto-cols-\[40\%\] {
		grid-auto-columns: 40%;
	}
	.md\:auto-cols-\[49\.3\%\] {
		grid-auto-columns: 49.3%;
	}
	.md\:auto-cols-\[690px\] {
		grid-auto-columns: 690px;
	}
	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.md\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
	.md\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}
	.md\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.md\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.md\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.md\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.md\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}
	.md\:grid-cols-auto-fit-188 {
		grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
	}
	.md\:grid-cols-auto-fit-200 {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
	.md\:grid-cols-none {
		grid-template-columns: none;
	}
	.md\:grid-cols-subgrid {
		grid-template-columns: subgrid;
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.md\:flex-col {
		flex-direction: column;
	}
	.md\:items-start {
		align-items: flex-start;
	}
	.md\:items-center {
		align-items: center;
	}
	.md\:items-baseline {
		align-items: baseline;
	}
	.md\:justify-start {
		justify-content: flex-start;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:gap-1 {
		gap: 0.25rem;
	}
	.md\:gap-10 {
		gap: 2.5rem;
	}
	.md\:gap-2 {
		gap: 0.5rem;
	}
	.md\:gap-3 {
		gap: 0.75rem;
	}
	.md\:gap-4 {
		gap: 1rem;
	}
	.md\:gap-5 {
		gap: 1.25rem;
	}
	.md\:gap-6 {
		gap: 1.5rem;
	}
	.md\:gap-7 {
		gap: 1.75rem;
	}
	.md\:gap-x-28 {
		-moz-column-gap: 7rem;
		column-gap: 7rem;
	}
	.md\:gap-x-4 {
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
	.md\:gap-x-8 {
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	}
	.md\:self-start {
		align-self: flex-start;
	}
	.md\:overflow-hidden {
		overflow: hidden;
	}
	.md\:overflow-visible {
		overflow: visible;
	}
	.md\:rounded {
		border-radius: 0.25rem;
	}
	.md\:rounded-lg {
		border-radius: 0.5rem;
	}
	.md\:rounded-b-lg {
		border-bottom-right-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.md\:rounded-t {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.md\:rounded-t-lg {
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
	}
	.md\:border-b-0 {
		border-bottom-width: 0;
	}
	.md\:border-r {
		border-right-width: 1px;
	}
	.md\:bg-\[url\(\/vso-assets\/casino-of-the-month\/cotm-bg-desktop\.webp\)\] {
		background-image: url(/vso-assets/casino-of-the-month/cotm-bg-desktop.webp);
	}
	.md\:bg-contain {
		background-size: contain;
	}
	.md\:p-4 {
		padding: 1rem;
	}
	.md\:p-6 {
		padding: 1.5rem;
	}
	.md\:p-7 {
		padding: 1.75rem;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:px-\[132px\] {
		padding-left: 132px;
		padding-right: 132px;
	}
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:pb-0 {
		padding-bottom: 0;
	}
	.md\:pb-12 {
		padding-bottom: 3rem;
	}
	.md\:pb-5 {
		padding-bottom: 1.25rem;
	}
	.md\:pb-6 {
		padding-bottom: 1.5rem;
	}
	.md\:pb-8 {
		padding-bottom: 2rem;
	}
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	.md\:pt-10 {
		padding-top: 2.5rem;
	}
	.md\:pt-12 {
		padding-top: 3rem;
	}
	.md\:pt-14 {
		padding-top: 3.5rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-center {
		text-align: center;
	}
	.md\:text-start {
		text-align: start;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-\[16px\] {
		font-size: 16px;
	}
	.md\:text-\[22px\] {
		font-size: 22px;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:font-black {
		font-weight: 900;
	}
	.md\:leading-6 {
		line-height: 1.5rem;
	}
	.md\:first\:order-1:first-child {
		order: 1;
	}
	.md\:first\:bg-yellow-100:first-child {
		--tw-bg-opacity: 1;
		background-color: rgb(254 249 195 / var(--tw-bg-opacity));
	}
	.md\:last\:border-b-0:last-child {
		border-bottom-width: 0;
	}
	@media not all and (min-width: 992px) {
		.md\:max-lg\:\!py-\[15px\] {
			padding-top: 15px !important;
			padding-bottom: 15px !important;
		}
	}
}
@media (min-width: 992px) {
	.lg\:pointer-events-none {
		pointer-events: none;
	}
	.lg\:pointer-events-auto {
		pointer-events: auto;
	}
	.lg\:static {
		position: static;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:relative {
		position: relative;
	}
	.lg\:sticky {
		position: sticky;
	}
	.lg\:-left-2 {
		left: -0.5rem;
	}
	.lg\:-top-\[128px\] {
		top: -128px;
	}
	.lg\:-top-\[60px\] {
		top: -60px;
	}
	.lg\:bottom-32 {
		bottom: 8rem;
	}
	.lg\:bottom-\[3\%\] {
		bottom: 3%;
	}
	.lg\:bottom-auto {
		bottom: auto;
	}
	.lg\:left-1\/2 {
		left: 50%;
	}
	.lg\:left-\[5px\] {
		left: 5px;
	}
	.lg\:right-5 {
		right: 1.25rem;
	}
	.lg\:top-0 {
		top: 0;
	}
	.lg\:top-2 {
		top: 0.5rem;
	}
	.lg\:top-5 {
		top: 1.25rem;
	}
	.lg\:top-\[410px\] {
		top: 410px;
	}
	.lg\:top-\[54px\] {
		top: 54px;
	}
	.lg\:top-auto {
		top: auto;
	}
	.lg\:top-full {
		top: 100%;
	}
	.lg\:z-10 {
		z-index: 10;
	}
	.lg\:z-20 {
		z-index: 20;
	}
	.lg\:z-50 {
		z-index: 50;
	}
	.lg\:z-\[100\] {
		z-index: 100;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:order-4 {
		order: 4;
	}
	.lg\:order-none {
		order: 0;
	}
	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.lg\:col-span-5 {
		grid-column: span 5 / span 5;
	}
	.lg\:col-span-7 {
		grid-column: span 7 / span 7;
	}
	.lg\:col-start-1 {
		grid-column-start: 1;
	}
	.lg\:col-start-4 {
		grid-column-start: 4;
	}
	.lg\:col-start-7 {
		grid-column-start: 7;
	}
	.lg\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.lg\:row-span-3 {
		grid-row: span 3 / span 3;
	}
	.lg\:row-span-4 {
		grid-row: span 4 / span 4;
	}
	.lg\:row-start-2 {
		grid-row-start: 2;
	}
	.lg\:row-start-3 {
		grid-row-start: 3;
	}
	.lg\:m-0 {
		margin: 0;
	}
	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.lg\:my-2 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.lg\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.lg\:-ml-\[164px\] {
		margin-left: -164px;
	}
	.lg\:mb-0 {
		margin-bottom: 0;
	}
	.lg\:mb-1 {
		margin-bottom: 0.25rem;
	}
	.lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.lg\:mb-8 {
		margin-bottom: 2rem;
	}
	.lg\:ml-0 {
		margin-left: 0;
	}
	.lg\:ml-5 {
		margin-left: 1.25rem;
	}
	.lg\:ml-auto {
		margin-left: auto;
	}
	.lg\:mr-0 {
		margin-right: 0;
	}
	.lg\:mr-12 {
		margin-right: 3rem;
	}
	.lg\:mr-\[88px\] {
		margin-right: 88px;
	}
	.lg\:mt-0 {
		margin-top: 0;
	}
	.lg\:mt-2 {
		margin-top: 0.5rem;
	}
	.lg\:mt-3 {
		margin-top: 0.75rem;
	}
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	.lg\:mt-5 {
		margin-top: 1.25rem;
	}
	.lg\:mt-6 {
		margin-top: 1.5rem;
	}
	.lg\:mt-7 {
		margin-top: 1.75rem;
	}
	.lg\:mt-9 {
		margin-top: 2.25rem;
	}
	.lg\:mt-\[70px\] {
		margin-top: 70px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline {
		display: inline;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:contents {
		display: contents;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:aspect-\[2\.316\/1\] {
		aspect-ratio: 2.316/1;
	}
	.lg\:\!h-\[141px\] {
		height: 141px !important;
	}
	.lg\:h-10 {
		height: 2.5rem;
	}
	.lg\:h-2 {
		height: 0.5rem;
	}
	.lg\:h-3 {
		height: 0.75rem;
	}
	.lg\:h-52 {
		height: 13rem;
	}
	.lg\:h-\[120px\] {
		height: 120px;
	}
	.lg\:h-\[148px\] {
		height: 148px;
	}
	.lg\:h-\[400px\] {
		height: 400px;
	}
	.lg\:h-\[440px\] {
		height: 440px;
	}
	.lg\:h-auto {
		height: auto;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-10 {
		width: 2.5rem;
	}
	.lg\:w-2 {
		width: 0.5rem;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-3 {
		width: 0.75rem;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-48 {
		width: 12rem;
	}
	.lg\:w-5\/6 {
		width: 83.333333%;
	}
	.lg\:w-56 {
		width: 14rem;
	}
	.lg\:w-6\/12 {
		width: 50%;
	}
	.lg\:w-9 {
		width: 2.25rem;
	}
	.lg\:w-\[167px\] {
		width: 167px;
	}
	.lg\:w-\[192px\] {
		width: 192px;
	}
	.lg\:w-\[273px\] {
		width: 273px;
	}
	.lg\:w-\[300px\] {
		width: 300px;
	}
	.lg\:w-\[470px\] {
		width: 470px;
	}
	.lg\:w-\[790px\] {
		width: 790px;
	}
	.lg\:w-\[904px\] {
		width: 904px;
	}
	.lg\:w-\[960px\] {
		width: 960px;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-fit {
		width: -moz-fit-content;
		width: fit-content;
	}
	.lg\:w-full {
		width: 100%;
	}
	.lg\:w-max {
		width: -moz-max-content;
		width: max-content;
	}
	.lg\:w-min {
		width: -moz-min-content;
		width: min-content;
	}
	.lg\:min-w-\[170px\] {
		min-width: 170px;
	}
	.lg\:min-w-\[191px\] {
		min-width: 191px;
	}
	.lg\:min-w-\[196px\] {
		min-width: 196px;
	}
	.lg\:min-w-\[251px\] {
		min-width: 251px;
	}
	.lg\:min-w-\[280px\] {
		min-width: 280px;
	}
	.lg\:min-w-\[48px\] {
		min-width: 48px;
	}
	.lg\:min-w-\[770px\] {
		min-width: 770px;
	}
	.lg\:max-w-\[140px\] {
		max-width: 140px;
	}
	.lg\:max-w-\[300px\] {
		max-width: 300px;
	}
	.lg\:max-w-\[565px\] {
		max-width: 565px;
	}
	.lg\:max-w-none {
		max-width: none;
	}
	.lg\:grow {
		flex-grow: 1;
	}
	.lg\:grow-0 {
		flex-grow: 0;
	}
	.lg\:grow-\[2\] {
		flex-grow: 2;
	}
	.lg\:basis-1\/2 {
		flex-basis: 50%;
	}
	.lg\:basis-1\/4 {
		flex-basis: 25%;
	}
	.lg\:basis-1\/5 {
		flex-basis: 20%;
	}
	.lg\:basis-2\/5 {
		flex-basis: 40%;
	}
	.lg\:basis-auto {
		flex-basis: auto;
	}
	.lg\:translate-x-0 {
		--tw-translate-x: 0px;
	}
	.lg\:rotate-0,
	.lg\:translate-x-0 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y))
			rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
			scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	.lg\:rotate-0 {
		--tw-rotate: 0deg;
	}
	.lg\:transform-none {
		transform: none;
	}
	.lg\:scroll-mt-24 {
		scroll-margin-top: 6rem;
	}
	.lg\:scroll-mt-28 {
		scroll-margin-top: 7rem;
	}
	.lg\:scroll-mt-32 {
		scroll-margin-top: 8rem;
	}
	.lg\:auto-cols-\[175px\] {
		grid-auto-columns: 175px;
	}
	.lg\:auto-cols-\[23\.5\%\] {
		grid-auto-columns: 23.5%;
	}
	.lg\:auto-cols-\[23\.8\%\] {
		grid-auto-columns: 23.8%;
	}
	.lg\:auto-cols-\[240px\] {
		grid-auto-columns: 240px;
	}
	.lg\:auto-cols-\[32\.4\%\] {
		grid-auto-columns: 32.4%;
	}
	.lg\:auto-cols-\[475px\] {
		grid-auto-columns: 475px;
	}
	.lg\:auto-cols-\[49\.5\%\] {
		grid-auto-columns: 49.5%;
	}
	.lg\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.lg\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
	.lg\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}
	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.lg\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.lg\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.lg\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}
	.lg\:grid-cols-\[1\.5rem_repeat\(24\2c _minmax\(0\2c _1fr\)\)_1\.5rem\] {
		grid-template-columns: 1.5rem repeat(24, minmax(0, 1fr)) 1.5rem;
	}
	.lg\:grid-cols-\[17fr_14fr_1px_12fr_1px_39fr_18fr\] {
		grid-template-columns: 17fr 14fr 1px 12fr 1px 39fr 18fr;
	}
	.lg\:grid-cols-\[17fr_15fr_1px_14fr_1px_36fr_18fr\] {
		grid-template-columns: 17fr 15fr 1px 14fr 1px 36fr 18fr;
	}
	.lg\:grid-cols-\[18fr_11fr_1px_12fr_1px_23fr_1px_20fr_15fr\] {
		grid-template-columns: 18fr 11fr 1px 12fr 1px 23fr 1px 20fr 15fr;
	}
	.lg\:grid-cols-\[1fr_1fr\] {
		grid-template-columns: 1fr 1fr;
	}
	.lg\:grid-cols-\[1fr_auto\] {
		grid-template-columns: 1fr auto;
	}
	.lg\:grid-cols-auto-fit-188 {
		grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
	}
	.lg\:grid-cols-auto-fit-200 {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
	.lg\:grid-cols-none {
		grid-template-columns: none;
	}
	.lg\:grid-cols-subgrid {
		grid-template-columns: subgrid;
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.lg\:flex-col {
		flex-direction: column;
	}
	.lg\:flex-col-reverse {
		flex-direction: column-reverse;
	}
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.lg\:items-start {
		align-items: flex-start;
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-normal {
		justify-content: normal;
	}
	.lg\:justify-start {
		justify-content: flex-start;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-0 {
		gap: 0;
	}
	.lg\:gap-10 {
		gap: 2.5rem;
	}
	.lg\:gap-11 {
		gap: 2.75rem;
	}
	.lg\:gap-12 {
		gap: 3rem;
	}
	.lg\:gap-16 {
		gap: 4rem;
	}
	.lg\:gap-2 {
		gap: 0.5rem;
	}
	.lg\:gap-28 {
		gap: 7rem;
	}
	.lg\:gap-3 {
		gap: 0.75rem;
	}
	.lg\:gap-4 {
		gap: 1rem;
	}
	.lg\:gap-5 {
		gap: 1.25rem;
	}
	.lg\:gap-6 {
		gap: 1.5rem;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:gap-\[2\%\] {
		gap: 2%;
	}
	.lg\:gap-\[60px\] {
		gap: 60px;
	}
	.lg\:gap-x-16 {
		-moz-column-gap: 4rem;
		column-gap: 4rem;
	}
	.lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}
	.lg\:self-auto {
		align-self: auto;
	}
	.lg\:self-start {
		align-self: flex-start;
	}
	.lg\:self-end {
		align-self: flex-end;
	}
	.lg\:overflow-visible {
		overflow: visible;
	}
	.lg\:overflow-x-hidden {
		overflow-x: hidden;
	}
	.lg\:rounded-xl {
		border-radius: 0.75rem;
	}
	.lg\:border-0 {
		border-width: 0;
	}
	.lg\:border-x {
		border-left-width: 1px;
		border-right-width: 1px;
	}
	.lg\:border-b-0 {
		border-bottom-width: 0;
	}
	.lg\:border-r {
		border-right-width: 1px;
	}
	.lg\:border-t {
		border-top-width: 1px;
	}
	.lg\:border-hidden {
		border-style: hidden;
	}
	.lg\:border-none {
		border-style: none;
	}
	.lg\:border-gray-500 {
		--tw-border-opacity: 1;
		border-color: rgb(107 114 128 / var(--tw-border-opacity));
	}
	.lg\:border-b-transparent {
		border-bottom-color: transparent;
	}
	.lg\:border-t-b-system-white {
		--tw-border-opacity: 1;
		border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
	}
	.lg\:from-highlight {
		--tw-gradient-from: #ffde03 var(--tw-gradient-from-position);
		--tw-gradient-to: rgba(255, 222, 3, 0) var(--tw-gradient-to-position);
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
	}
	.lg\:to-content-warning {
		--tw-gradient-to: #ffb441 var(--tw-gradient-to-position);
	}
	.lg\:p-0 {
		padding: 0;
	}
	.lg\:p-5 {
		padding: 1.25rem;
	}
	.lg\:p-6 {
		padding: 1.5rem;
	}
	.lg\:p-7 {
		padding: 1.75rem;
	}
	.lg\:p-px {
		padding: 1px;
	}
	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.lg\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.lg\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}
	.lg\:pb-12 {
		padding-bottom: 3rem;
	}
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	.lg\:pb-8 {
		padding-bottom: 2rem;
	}
	.lg\:pb-\[46px\] {
		padding-bottom: 46px;
	}
	.lg\:pb-\[75px\] {
		padding-bottom: 75px;
	}
	.lg\:pr-4 {
		padding-right: 1rem;
	}
	.lg\:pr-5 {
		padding-right: 1.25rem;
	}
	.lg\:pr-6 {
		padding-right: 1.5rem;
	}
	.lg\:pt-0 {
		padding-top: 0;
	}
	.lg\:pt-16 {
		padding-top: 4rem;
	}
	.lg\:pt-2 {
		padding-top: 0.5rem;
	}
	.lg\:pt-4 {
		padding-top: 1rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-start {
		text-align: start;
	}
	.lg\:\!text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
	.lg\:\!text-\[22px\] {
		font-size: 22px !important;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.lg\:text-\[28px\] {
		font-size: 28px;
	}
	.lg\:text-\[54px\] {
		font-size: 54px;
	}
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:font-black {
		font-weight: 900;
	}
	.lg\:font-bold {
		font-weight: 700;
	}
	.lg\:leading-\[34px\] {
		line-height: 34px;
	}
	.lg\:leading-\[60px\] {
		line-height: 60px;
	}
	.lg\:leading-\[72px\] {
		line-height: 72px;
	}
	.lg\:text-surface,
	.lg\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
	.lg\:transition-none {
		transition-property: none;
	}
	.lg\:transition-opacity {
		transition-property: opacity;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 0.15s;
	}
	.lg\:last\:mr-0:last-child {
		margin-right: 0;
	}
	.lg\:hover\:border:hover {
		border-width: 1px;
	}
	.lg\:hover\:border-solid:hover {
		border-style: solid;
	}
	.lg\:hover\:border-highlight:hover {
		--tw-border-opacity: 1;
		border-color: rgb(255 222 3 / var(--tw-border-opacity));
	}
	.lg\:hover\:border-white:hover {
		--tw-border-opacity: 1;
		border-color: rgb(255 255 255 / var(--tw-border-opacity));
	}
	.lg\:hover\:bg-highlight:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(255 222 3 / var(--tw-bg-opacity));
	}
	.lg\:hover\:bg-gradient-to-b:hover {
		background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	}
	.lg\:hover\:text-highlight:hover {
		--tw-text-opacity: 1;
		color: rgb(255 222 3 / var(--tw-text-opacity));
	}
	.lg\:hover\:shadow-\[0px_0px_16px_8px_rgba\(255\2c
		255\2c
		255\2c
		0\.25\)\]:hover {
		--tw-shadow: 0px 0px 16px 8px hsla(0, 0%, 100%, 0.25);
		--tw-shadow-colored: 0px 0px 16px 8px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
			var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
	.group:hover .lg\:group-hover\:block {
		display: block;
	}
	.group:hover .lg\:group-hover\:grid {
		display: grid;
	}
	.group:hover .lg\:group-hover\:border-highlight {
		--tw-border-opacity: 1;
		border-color: rgb(255 222 3 / var(--tw-border-opacity));
	}
	.group:hover .lg\:group-hover\:text-highlight {
		--tw-text-opacity: 1;
		color: rgb(255 222 3 / var(--tw-text-opacity));
	}
	.group:hover .lg\:group-hover\:opacity-100 {
		opacity: 1;
	}
}
@media (min-width: 1200px) {
	.xl\:col-auto {
		grid-column: auto;
	}
	.xl\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.xl\:my-0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.xl\:-mb-12 {
		margin-bottom: -3rem;
	}
	.xl\:mb-0 {
		margin-bottom: 0;
	}
	.xl\:mb-12 {
		margin-bottom: 3rem;
	}
	.xl\:mb-16 {
		margin-bottom: 4rem;
	}
	.xl\:mt-9 {
		margin-top: 2.25rem;
	}
	.xl\:mt-\[-36px\] {
		margin-top: -36px;
	}
	.xl\:block {
		display: block;
	}
	.xl\:flex {
		display: flex;
	}
	.xl\:hidden {
		display: none;
	}
	.xl\:aspect-auto {
		aspect-ratio: auto;
	}
	.xl\:\!h-\[182px\] {
		height: 182px !important;
	}
	.xl\:h-14 {
		height: 3.5rem;
	}
	.xl\:h-\[166px\] {
		height: 166px;
	}
	.xl\:h-auto {
		height: auto;
	}
	.xl\:h-lvh {
		height: 100lvh;
	}
	.xl\:min-h-\[47px\] {
		min-height: 47px;
	}
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	.xl\:w-1\/5 {
		width: 20%;
	}
	.xl\:w-14 {
		width: 3.5rem;
	}
	.xl\:w-48 {
		width: 12rem;
	}
	.xl\:w-80 {
		width: 20rem;
	}
	.xl\:w-\[1150px\] {
		width: 1150px;
	}
	.xl\:w-\[20\%\] {
		width: 20%;
	}
	.xl\:w-\[970px\] {
		width: 970px;
	}
	.xl\:w-\[calc\(895px-1\.5rem\)\] {
		width: calc(895px - 1.5rem);
	}
	.xl\:w-full {
		width: 100%;
	}
	.xl\:max-w-\[calc\(100\%-870px-1\.5rem\)\] {
		max-width: calc(100% - 870px - 1.5rem);
	}
	.xl\:max-w-fit {
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
	.xl\:max-w-full {
		max-width: 100%;
	}
	.xl\:basis-4\/6 {
		flex-basis: 66.666667%;
	}
	.xl\:scroll-m-24 {
		scroll-margin: 6rem;
	}
	.xl\:scroll-m-32 {
		scroll-margin: 8rem;
	}
	.xl\:auto-cols-\[100\%\] {
		grid-auto-columns: 100%;
	}
	.xl\:auto-cols-\[15\%\] {
		grid-auto-columns: 15%;
	}
	.xl\:auto-cols-\[23\.5\%\] {
		grid-auto-columns: 23.5%;
	}
	.xl\:auto-cols-\[23\.9\%\] {
		grid-auto-columns: 23.9%;
	}
	.xl\:auto-cols-\[32\.4\%\] {
		grid-auto-columns: 32.4%;
	}
	.xl\:auto-cols-\[49\.4\%\] {
		grid-auto-columns: 49.4%;
	}
	.xl\:auto-cols-\[585px\] {
		grid-auto-columns: 585px;
	}
	.xl\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.xl\:grid-cols-\[42fr_29fr_29fr\] {
		grid-template-columns: 42fr 29fr 29fr;
	}
	.xl\:flex-row {
		flex-direction: row;
	}
	.xl\:flex-col {
		flex-direction: column;
	}
	.xl\:items-start {
		align-items: flex-start;
	}
	.xl\:items-center {
		align-items: center;
	}
	.xl\:justify-start {
		justify-content: flex-start;
	}
	.xl\:justify-between {
		justify-content: space-between;
	}
	.xl\:gap-10 {
		gap: 2.5rem;
	}
	.xl\:gap-16 {
		gap: 4rem;
	}
	.xl\:gap-2 {
		gap: 0.5rem;
	}
	.xl\:gap-4 {
		gap: 1rem;
	}
	.xl\:gap-5 {
		gap: 1.25rem;
	}
	.xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	}
	.xl\:self-start {
		align-self: flex-start;
	}
	.xl\:overflow-visible {
		overflow: visible;
	}
	.xl\:overflow-x-hidden {
		overflow-x: hidden;
	}
	.xl\:border-none {
		border-style: none;
	}
	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.xl\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.xl\:pt-10 {
		padding-top: 2.5rem;
	}
	.xl\:pt-6 {
		padding-top: 1.5rem;
	}
	.xl\:text-left {
		text-align: left;
	}
	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 321px) {
	@media (orientation: portrait) {
		.xs\:portrait\:max-h-none {
			max-height: none;
		}
	}
}
@media (orientation: landscape) {
	.landscape\:mt-\[20vh\] {
		margin-top: 20vh;
	}
	@media (min-width: 992px) {
		.landscape\:lg\:mt-0 {
			margin-top: 0;
		}
	}
}
@media (prefers-color-scheme: dark) {
	.dark\:bg-gray-700 {
		--tw-bg-opacity: 1;
		background-color: rgb(55 65 81 / var(--tw-bg-opacity));
	}
	.dark\:text-gray-600 {
		--tw-text-opacity: 1;
		color: rgb(75 85 99 / var(--tw-text-opacity));
	}
	.dark\:hover\:bg-gray-600:hover {
		--tw-bg-opacity: 1;
		background-color: rgb(75 85 99 / var(--tw-bg-opacity));
	}
	.dark\:hover\:text-white:hover {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button,
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
	display: none;
}
.\[\&\:hover\>div\>span\]\:underline:hover > div > span {
	text-decoration-line: underline;
}
.\[\&\:not\(\:last-child\)\]\:pb-4:not(:last-child) {
	padding-bottom: 1rem;
}
.\[\&\>\*\:last-child\]\:p-0 > :last-child {
	padding: 0;
}
.\[\&\>a\]\:\!text-white > a {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\[\&\>a\]\:underline > a {
	text-decoration-line: underline;
}
.\[\&\>h1\]\:mb-7 > h1 {
	margin-bottom: 1.75rem;
}
.\[\&\>p\>a\]\:text-sm > p > a {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.\[\&\>p\>a\]\:text-surface > p > a {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>p\>br\]\:hidden > p > br {
	display: none;
}
@media (min-width: 768px) {
	.md\:\[\&\>p\>br\]\:block > p > br {
		display: block;
	}
}
.\[\&\>p\]\:m-0 > p {
	margin: 0;
}
.\[\&\>p\]\:mb-4 > p {
	margin-bottom: 1rem;
}
.\[\&\>p\]\:p-0 > p {
	padding: 0;
}
.\[\&\>p\]\:pb-0 > p {
	padding-bottom: 0;
}
.\[\&\>p\]\:pb-2 > p {
	padding-bottom: 0.5rem;
}
.\[\&\>p\]\:first\:mt-3:first-child > p {
	margin-top: 0.75rem;
}
.\[\&\>svg\]\:\!rotate-180 > svg {
	--tw-rotate: 180deg !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\[\&\>svg\]\:\!duration-150 > svg {
	transition-duration: 0.15s !important;
}
.\[\&\>svg\]\:\!ease-linear > svg {
	transition-timing-function: linear !important;
}
.\[\&_\*\]\:\!font-bold * {
	font-weight: 700 !important;
}
.\[\&_\*\]\:\!text-surface * {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.language-switch__control,
.language-switch__control--is-focused {
	width: 130px !important;
	--tw-border-opacity: 1 !important;
	border-color: rgb(111 115 116 / var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	--tw-shadow: 0 0 #0000 !important;
	--tw-shadow-colored: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.language-switch__control--menu-is-open {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-color: transparent !important;
}
.language-switch__single-value {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.language-switch__indicator-separator {
	display: none !important;
}
.language-switch__menu {
	z-index: 30 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-width: 0 1px 1px !important;
	border-bottom-color: rgb(111 115 116 / var(--tw-border-opacity)) !important;
	border-left-color: rgb(111 115 116 / var(--tw-border-opacity)) !important;
	--tw-border-opacity: 1 !important;
	border-right-color: rgb(111 115 116 / var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.language-switch__option--is-focused,
.language-switch__option--is-selected {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
}
.language-switch__option--is-focused {
	--tw-text-opacity: 1 !important;
	color: rgb(255 193 7 / var(--tw-text-opacity)) !important;
}
.language-switch__indicator {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.language-switch__option {
	padding: 0.25rem 0.5rem !important;
}
.language-switch__input-container,
.language-switch__single-value {
	margin: 0 !important;
}
.language-switch__menu-list {
	max-height: 1000px !important;
}
