.carousel.carousel-slider .control-arrow,
.carousel .control-arrow {
	background: none;
	border: 0;
	cursor: pointer;
	filter: alpha(opacity=40);
	font-size: 32px;
	opacity: .4;
	position: absolute;
	top: 20px;
	transition: all .25s ease-in;
	z-index: 2
}

.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.carousel.carousel-slider .control-arrow:before,
.carousel .control-arrow:before {
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	content: "";
	display: inline-block;
	margin: 0 5px
}

.carousel .control-disabled.control-arrow {
	cursor: inherit;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0
}

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

.carousel .control-prev.control-arrow:before {
	border-right: 8px solid #fff
}

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

.carousel .control-next.control-arrow:before {
	border-left: 8px solid #fff
}

.carousel-root {
	outline: none
}

.carousel {
	position: relative;
	width: 100%
}

.carousel * {
	box-sizing: border-box
}

.carousel img {
	display: inline-block;
	pointer-events: none;
	width: 100%
}

.carousel .carousel {
	position: relative
}

.carousel .control-arrow {
	background: none;
	border: 0;
	font-size: 18px;
	margin-top: -13px;
	outline: 0;
	top: 50%
}

.carousel .thumbs-wrapper {
	margin: 20px;
	overflow: hidden
}

.carousel .thumbs {
	list-style: none;
	position: relative;
	transform: translateZ(0);
	transition: all .15s ease-in;
	white-space: nowrap
}

.carousel .thumb {
	border: 3px solid #fff;
	display: inline-block;
	margin-right: 6px;
	overflow: hidden;
	padding: 2px;
	transition: border .15s ease-in;
	white-space: nowrap
}

.carousel .thumb:focus {
	border: 3px solid #ccc;
	outline: none
}

.carousel .thumb.selected,
.carousel .thumb:hover {
	border: 3px solid #333
}

.carousel .thumb img {
	vertical-align: top
}

.carousel.carousel-slider {
	margin: 0;
	overflow: hidden;
	position: relative
}

.carousel.carousel-slider .control-arrow {
	bottom: 0;
	color: #fff;
	font-size: 26px;
	margin-top: 0;
	padding: 5px;
	top: 0
}

.carousel.carousel-slider .control-arrow:hover {
	background: rgba(0, 0, 0, .2)
}

.carousel .slider-wrapper {
	margin: auto;
	overflow: hidden;
	transition: height .15s ease-in;
	width: 100%
}

.carousel .slider-wrapper.axis-horizontal .slider {
	-ms-box-orient: horizontal;
	display: -moz-flex;
	display: flex
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
	flex-direction: column;
	flex-flow: column
}

.carousel .slider-wrapper.axis-vertical {
	-ms-box-orient: horizontal;
	display: -moz-flex;
	display: flex
}

.carousel .slider-wrapper.axis-vertical .slider {
	flex-direction: column
}

.carousel .slider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}

.carousel .slider.animated {
	transition: all .35s ease-in-out
}

.carousel .slide {
	margin: 0;
	min-width: 100%;
	position: relative;
	text-align: center
}

.carousel .slide img {
	border: 0;
	vertical-align: top;
	width: 100%
}

.carousel .slide iframe {
	border: 0;
	display: inline-block;
	margin: 0 40px 40px;
	width: calc(100% - 80px)
}

.carousel .slide .legend {
	background: #000;
	border-radius: 10px;
	bottom: 40px;
	color: #fff;
	font-size: 12px;
	left: 50%;
	margin-left: -45%;
	opacity: .25;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: all .5s ease-in-out;
	transition: opacity .35s ease-in-out;
	width: 90%
}

.carousel .control-dots {
	bottom: 0;
	margin: 10px 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1
}

@media (min-width:960px) {
	.carousel .control-dots {
		bottom: 0
	}
}

.carousel .control-dots .dot {
	background: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
	cursor: pointer;
	display: inline-block;
	filter: alpha(opacity=30);
	height: 8px;
	margin: 0 8px;
	opacity: .3;
	transition: opacity .25s ease-in;
	width: 8px
}

.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
	filter: alpha(opacity=100);
	opacity: 1
}

.carousel .carousel-status {
	color: #fff;
	font-size: 10px;
	padding: 5px;
	position: absolute;
	right: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	top: 0
}

.carousel:hover .slide .legend {
	opacity: 1
}

/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
	border: 0 solid #666;
	box-sizing: border-box
}

:after,
:before {
	--tw-content: ""
}

html {
	-webkit-text-size-adjust: 100%;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4
}

body {
	line-height: inherit;
	margin: 0
}

hr {
	border-top-width: 1px;
	color: inherit;
	height: 0
}

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-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-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,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0
}

fieldset,
legend {
	padding: 0
}

menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1
}

input::placeholder,
textarea::placeholder {
	color: #999;
	opacity: 1
}

[role=button],
button {
	cursor: pointer
}

:disabled {
	cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle
}

img,
video {
	height: auto;
	max-width: 100%
}

html {
	-webkit-font-smoothing: antialiased;
	font-family: Inter, sans-serif
}

body,
html {
	height: 100%
}

body {
	overflow-y: auto
}

[data-reactroot],
main {
	height: 100%
}

ol,
ul {
	list-style-type: revert
}

.decoration-none {
	text-decoration: none
}

.v-align-inherit {
	vertical-align: inherit
}

.clip-inset0 {
	-webkit-clip-path: inset(0);
	clip-path: inset(0)
}

.carousel {
	direction: ltr
}

.carousel .control-dots {
	bottom: -.5rem !important;
	z-index: 2
}

.carousel.carousel-slider li.slide {
	z-index: 0 !important
}

.carousel.carousel-slider li.slide.selected {
	z-index: 1 !important
}

details summary.faq:after {
	content: "+";
	font-size: 18px;
	font-weight: 800;
	position: absolute;
	right: 15px;
	top: 18px
}

details[open] summary.faq:after {
	content: "-"
}

details summary::-webkit-details-marker,
details summary::marker {
	content: "";
	display: none
}

*,
: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-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, .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:
}

::-webkit-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-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, .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:
}

::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-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, .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:
}

.container {
	width: 100%
}

@media (min-width:385px) {
	.container {
		max-width: 385px
	}
}

@media (min-width:425px) {
	.container {
		max-width: 425px
	}
}

@media (min-width:480px) {
	.container {
		max-width: 480px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width:991px) {
	.container {
		max-width: 991px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px
	}
}

.fixed {
	position: fixed
}

.\!fixed {
	position: fixed !important
}

.absolute {
	position: absolute
}

.\!absolute {
	position: absolute !important
}

.relative {
	position: relative
}

.right-2 {
	right: .5rem
}

.top-2 {
	top: .5rem
}

.top-\[0\.2rem\] {
	top: .2rem
}

.left-\[0\.875rem\] {
	left: .875rem
}

.top-\[110\%\] {
	top: 110%
}

.left-0 {
	left: 0
}

.top-4 {
	top: 1rem
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.top-0 {
	top: 0
}

.top-full {
	top: 100%
}

.bottom-\[2vh\] {
	bottom: 2vh
}

.top-auto {
	top: auto
}

.-bottom-\[250px\] {
	bottom: -250px
}

.\!top-0 {
	top: 0 !important
}

.\!bottom-0 {
	bottom: 0 !important
}

.-top-\[0\.6em\] {
	top: -.6em
}

.left-1 {
	left: .25rem
}

.top-\[-100vh\] {
	top: -100vh
}

.\!top-full {
	top: 100% !important
}

.top-6 {
	top: 1.5rem
}

.right-6 {
	right: 1.5rem
}

.left-\[-250px\] {
	left: -250px
}

.left-5 {
	left: 1.25rem
}

.right-\[20px\] {
	right: 20px
}

.bottom-\[20px\] {
	bottom: 20px
}

.top-\[50px\] {
	top: 50px
}

.z-\[10000\] {
	z-index: 10000
}

.z-\[100\] {
	z-index: 100
}

.z-\[1100\] {
	z-index: 1100
}

.z-\[2000\] {
	z-index: 2000
}

.-z-10 {
	z-index: -10
}

.z-\[2\] {
	z-index: 2
}

.z-\[1301\] {
	z-index: 1301
}

.-z-\[2000\] {
	z-index: -2000
}

.z-\[1001\] {
	z-index: 1001
}

.-z-\[1000\] {
	z-index: -1000
}

.z-\[1500\] {
	z-index: 1500
}

.\!z-\[1000\] {
	z-index: 1000 !important
}

.-z-\[2\] {
	z-index: -2
}

.z-\[99\] {
	z-index: 99
}

.z-\[1000\] {
	z-index: 1000
}

.z-\[500\] {
	z-index: 500
}

.z-\[1\] {
	z-index: 1
}

.m-0 {
	margin: 0
}

.m-\[6px\] {
	margin: 6px
}

.my-6 {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem
}

.my-\[0\.06rem\] {
	margin-bottom: .06rem;
	margin-top: .06rem
}

.mx-0 {
	margin-left: 0;
	margin-right: 0
}

.mx-2 {
	margin-left: .5rem;
	margin-right: .5rem
}

.my-0 {
	margin-bottom: 0;
	margin-top: 0
}

.mx-1 {
	margin-left: .25rem;
	margin-right: .25rem
}

.my-4 {
	margin-bottom: 1rem;
	margin-top: 1rem
}

.\!my-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important
}

.my-2 {
	margin-bottom: .5rem;
	margin-top: .5rem
}

.my-\[30px\] {
	margin-bottom: 30px;
	margin-top: 30px
}

.my-8 {
	margin-bottom: 2rem;
	margin-top: 2rem
}

.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem
}

.my-1 {
	margin-bottom: .25rem;
	margin-top: .25rem
}

.ml-1 {
	margin-left: .25rem
}

.mb-4 {
	margin-bottom: 1rem
}

.mb-3 {
	margin-bottom: .75rem
}

.mb-\[15px\] {
	margin-bottom: 15px
}

.mb-6 {
	margin-bottom: 1.5rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-2 {
	margin-top: .5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.ml-5 {
	margin-left: 1.25rem
}

.mr-5 {
	margin-right: 1.25rem
}

.mr-3 {
	margin-right: .75rem
}

.ml-2 {
	margin-left: .5rem
}

.mr-\[-4px\] {
	margin-right: -4px
}

.ml-\[0px\] {
	margin-left: 0
}

.mt-\[18px\] {
	margin-top: 18px
}

.mt-5 {
	margin-top: 1.25rem
}

.mr-\[-10px\] {
	margin-right: -10px
}

.ml-\[-2px\] {
	margin-left: -2px
}

.mb-1 {
	margin-bottom: .25rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.mt-4 {
	margin-top: 1rem
}

.mt-8 {
	margin-top: 2rem
}

.mb-\[3\.125rem\] {
	margin-bottom: 3.125rem
}

.mb-\[30px\] {
	margin-bottom: 30px
}

.mb-\[26px\] {
	margin-bottom: 26px
}

.mt-\[60px\] {
	margin-top: 60px
}

.mr-2 {
	margin-right: .5rem
}

.mr-1 {
	margin-right: .25rem
}

.mb-\[46px\] {
	margin-bottom: 46px
}

.mt-0 {
	margin-top: 0
}

.ml-\[8px\] {
	margin-left: 8px
}

.mb-9 {
	margin-bottom: 2.25rem
}

.mb-8 {
	margin-bottom: 2rem
}

.mb-\[36px\] {
	margin-bottom: 36px
}

.mb-\[18px\] {
	margin-bottom: 18px
}

.mt-\[20px\] {
	margin-top: 20px
}

.ml-6 {
	margin-left: 1.5rem
}

.mt-\[2\.5rem\] {
	margin-top: 2.5rem
}

.mb-\[2\.25rem\] {
	margin-bottom: 2.25rem
}

.mt-\[30px\] {
	margin-top: 30px
}

.mt-3 {
	margin-top: .75rem
}

.mb-\[0\.35rem\] {
	margin-bottom: .35rem
}

.mb-\[22px\] {
	margin-bottom: 22px
}

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

.\!flex {
	display: flex !important
}

.grid {
	display: grid
}

.contents {
	display: contents
}

.hidden {
	display: none
}

.\!hidden {
	display: none !important
}

.h-7 {
	height: 1.75rem
}

.h-10 {
	height: 2.5rem
}

.h-8 {
	height: 2rem
}

.h-auto {
	height: auto
}

.h-full {
	height: 100%
}

.h-\[380px\] {
	height: 380px
}

.h-\[200px\] {
	height: 200px
}

.h-6 {
	height: 1.5rem
}

.h-\[15px\] {
	height: 15px
}

.h-\[11px\] {
	height: 11px
}

.\!h-\[7\.5rem\] {
	height: 7.5rem !important
}

.\!h-\[10\.625rem\] {
	height: 10.625rem !important
}

.h-fit {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.h-\[30px\] {
	height: 30px
}

.h-\[46px\] {
	height: 46px
}

.h-14 {
	height: 3.5rem
}

.h-13 {
	height: 3.25rem
}

.h-10-11 {
	height: 2.625rem
}

.h-12-13 {
	height: 3.125rem
}

.h-\[50px\] {
	height: 50px
}

.h-\[80px\] {
	height: 80px
}

.h-\[38px\] {
	height: 38px
}

.h-\[25px\] {
	height: 25px
}

.h-\[13rem\] {
	height: 13rem
}

.h-screen {
	height: 100vh
}

.h-\[1px\] {
	height: 1px
}

.h-\[240px\] {
	height: 240px
}

.h-\[200vh\] {
	height: 200vh
}

.h-\[40px\] {
	height: 40px
}

.h-\[22px\] {
	height: 22px
}

.h-\[60px\] {
	height: 60px
}

.h-11 {
	height: 2.75rem
}

.h-12 {
	height: 3rem
}

.h-\[80\%\] {
	height: 80%
}

.h-\[26px\] {
	height: 26px
}

.h-\[330px\] {
	height: 330px
}

.h-\[700px\] {
	height: 700px
}

.\!h-\[21\.25rem\] {
	height: 21.25rem !important
}

.\!h-\[12\.5rem\] {
	height: 12.5rem !important
}

.\!h-full {
	height: 100% !important
}

.h-\[15\%\] {
	height: 15%
}

.max-h-\[96\%\] {
	max-height: 96%
}

.min-h-fit {
	min-height: -webkit-fit-content;
	min-height: -moz-fit-content;
	min-height: fit-content
}

.min-h-\[10\.938rem\] {
	min-height: 10.938rem
}

.min-h-\[500px\] {
	min-height: 500px
}

.min-h-\[450px\] {
	min-height: 450px
}

.min-h-\[200px\] {
	min-height: 200px
}

.min-h-\[12vh\] {
	min-height: 12vh
}

.w-\[90\%\] {
	width: 90%
}

.w-\[9rem\] {
	width: 9rem
}

.w-auto {
	width: auto
}

.w-\[18px\] {
	width: 18px
}

.w-full {
	width: 100%
}

.w-4 {
	width: 1rem
}

.w-\[11px\] {
	width: 11px
}

.\!w-\[7\.5rem\] {
	width: 7.5rem !important
}

.w-2\/5 {
	width: 40%
}

.w-screen {
	width: 100vw
}

.w-\[95vw\] {
	width: 95vw
}

.w-\[80px\] {
	width: 80px
}

.w-\[40px\] {
	width: 40px
}

.w-\[22px\] {
	width: 22px
}

.w-\[11\.625rem\] {
	width: 11.625rem
}

.w-\[17rem\] {
	width: 17rem
}

.w-\[250px\] {
	width: 250px
}

.w-\[80\%\] {
	width: 80%
}

.w-\[26px\] {
	width: 26px
}

.w-\[calc\(100vw-4rem\)\] {
	width: calc(100vw - 4rem)
}

.min-w-\[9rem\] {
	min-width: 9rem
}

.min-w-\[100px\] {
	min-width: 100px
}

.min-w-fit {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content
}

.min-w-\[150px\] {
	min-width: 150px
}

.min-w-\[110px\] {
	min-width: 110px
}

.min-w-\[120px\] {
	min-width: 120px
}

.min-w-\[160px\] {
	min-width: 160px
}

.min-w-\[8rem\] {
	min-width: 8rem
}

.min-w-\[94px\] {
	min-width: 94px
}

.min-w-\[90px\] {
	min-width: 90px
}

.min-w-\[5\.5rem\] {
	min-width: 5.5rem
}

.min-w-\[99px\] {
	min-width: 99px
}

.max-w-\[92\%\] {
	max-width: 92%
}

.max-w-\[320px\] {
	max-width: 320px
}

.max-w-\[90vw\] {
	max-width: 90vw
}

.max-w-\[120px\] {
	max-width: 120px
}

.max-w-\[23px\] {
	max-width: 23px
}

.max-w-\[680px\] {
	max-width: 680px
}

.max-w-\[400px\] {
	max-width: 400px
}

.max-w-\[550px\] {
	max-width: 550px
}

.max-w-\[34\.375rem\] {
	max-width: 34.375rem
}

.max-w-\[71\.875rem\] {
	max-width: 71.875rem
}

.max-w-\[700px\] {
	max-width: 700px
}

.max-w-\[600px\] {
	max-width: 600px
}

.max-w-\[1150px\] {
	max-width: 1150px
}

.max-w-\[330px\] {
	max-width: 330px
}

.max-w-\[240px\] {
	max-width: 240px
}

.max-w-\[90px\] {
	max-width: 90px
}

.max-w-\[18rem\] {
	max-width: 18rem
}

.max-w-\[140px\] {
	max-width: 140px
}

.max-w-\[760px\] {
	max-width: 760px
}

.max-w-\[190px\] {
	max-width: 190px
}

.max-w-\[25rem\] {
	max-width: 25rem
}

.max-w-\[16\.25rem\] {
	max-width: 16.25rem
}

.\!max-w-\[25rem\] {
	max-width: 25rem !important
}

.max-w-\[200px\] {
	max-width: 200px
}

.flex-1 {
	flex: 1 1
}

.flex-none {
	flex: none
}

.flex-auto {
	flex: 1 1 auto
}

.flex-shrink-0,
.shrink-0 {
	flex-shrink: 0
}

.flex-grow {
	flex-grow: 1
}

.flex-grow-0 {
	flex-grow: 0
}

.basis-4\/12 {
	flex-basis: 33.333333%
}

.basis-8\/12 {
	flex-basis: 66.666667%
}

.basis-6\/12 {
	flex-basis: 50%
}

.basis-9\/12 {
	flex-basis: 75%
}

.-translate-x-\[50\%\] {
	--tw-translate-x: -50%
}

.-translate-x-\[50\%\],
.translate-x-5 {
	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-5 {
	--tw-translate-x: 1.25rem
}

.translate-x-0 {
	--tw-translate-x: 0px;
	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))
}

@-webkit-keyframes pulse {
	50% {
		opacity: .5
	}

	0% {
		opacity: 1
	}

	38% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes pulse {
	50% {
		opacity: .5
	}

	0% {
		opacity: 1
	}

	38% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate-pulse {
	-webkit-animation: pulse .5s ease 0s infinite;
	animation: pulse .5s ease 0s infinite
}

.cursor-pointer {
	cursor: pointer
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-row {
	flex-direction: row
}

.flex-col {
	flex-direction: column
}

.flex-col-reverse {
	flex-direction: column-reverse
}

.flex-wrap {
	flex-wrap: wrap
}

.flex-nowrap {
	flex-wrap: nowrap
}

.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-around {
	justify-content: space-around
}

.justify-evenly {
	justify-content: space-evenly
}

.gap-6 {
	gap: 1.5rem
}

.gap-x-10 {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem
}

.gap-y-14 {
	row-gap: 3.5rem
}

.self-center {
	align-self: center
}

.overflow-auto {
	overflow: auto
}

.overflow-hidden {
	overflow: hidden
}

.overflow-y-auto {
	overflow-y: auto
}

.overflow-y-hidden {
	overflow-y: hidden
}

.overflow-ellipsis,
.text-ellipsis {
	text-overflow: ellipsis
}

.whitespace-nowrap {
	white-space: nowrap
}

.whitespace-pre-wrap {
	white-space: pre-wrap
}

.break-words {
	overflow-wrap: break-word
}

.rounded-2xl {
	border-radius: 1rem
}

.rounded-md {
	border-radius: .375rem
}

.rounded-4xl {
	border-radius: 2rem
}

.rounded {
	border-radius: .25rem
}

.rounded-full {
	border-radius: 9999px
}

.rounded-\[10px\] {
	border-radius: 10px
}

.rounded-\[20px\] {
	border-radius: 20px
}

.rounded-\[4px\] {
	border-radius: 4px
}

.rounded-\[3px\] {
	border-radius: 3px
}

.rounded-\[5px\] {
	border-radius: 5px
}

.rounded-b-xl {
	border-bottom-left-radius: .75rem;
	border-bottom-right-radius: .75rem
}

.border {
	border-width: 1px
}

.border-0 {
	border-width: 0
}

.border-b-\[1px\] {
	border-bottom-width: 1px
}

.border-l-\[11px\] {
	border-left-width: 11px
}

.border-b {
	border-bottom-width: 1px
}

.border-t,
.border-t-\[1px\] {
	border-top-width: 1px
}

.border-solid {
	border-style: solid
}

.border-dotted {
	border-style: dotted
}

.border-common-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-\[\#FFFFFFAA\] {
	border-color: #ffffffaa
}

.border-transparent {
	border-color: transparent
}

.border-\[\#ccc\] {
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204/var(--tw-border-opacity))
}

.border-\[\#f1f1f1\] {
	--tw-border-opacity: 1;
	border-color: rgb(241 241 241/var(--tw-border-opacity))
}

.border-\[\#888\] {
	--tw-border-opacity: 1;
	border-color: rgb(136 136 136/var(--tw-border-opacity))
}

.border-\[\#333\] {
	--tw-border-opacity: 1;
	border-color: rgb(51 51 51/var(--tw-border-opacity))
}

.border-\[\#212121\] {
	--tw-border-opacity: 1;
	border-color: rgb(33 33 33/var(--tw-border-opacity))
}

.border-\[\#E0E0E0\] {
	--tw-border-opacity: 1;
	border-color: rgb(224 224 224/var(--tw-border-opacity))
}

.border-common-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-\[\#31302faa\] {
	border-color: #31302faa
}

.border-gray-A100 {
	--tw-border-opacity: 1;
	border-color: rgb(48 48 48/var(--tw-border-opacity))
}

.border-b-gray-500 {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(27 27 27/var(--tw-border-opacity))
}

.border-b-\[\#eee\] {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(238 238 238/var(--tw-border-opacity))
}

.border-t-slate-200 {
	--tw-border-opacity: 1;
	border-top-color: rgb(226 232 240/var(--tw-border-opacity))
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.73\)\] {
	background-color: rgba(0, 0, 0, .73)
}

.\!bg-\[\#575757\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(87 87 87/var(--tw-bg-opacity)) !important
}

.\!bg-\[\#545559\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(84 85 89/var(--tw-bg-opacity)) !important
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-common-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-\[\#f6f6f6\] {
	--tw-bg-opacity: 1;
	background-color: rgb(246 246 246/var(--tw-bg-opacity))
}

.bg-\[\#ea015d\] {
	--tw-bg-opacity: 1;
	background-color: rgb(234 1 93/var(--tw-bg-opacity))
}

.bg-gray-800 {
	background-color: #22222266
}

.bg-gray-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(34 34 34/var(--tw-bg-opacity))
}

.bg-common-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.\!bg-\[\#0000004d\] {
	background-color: #0000004d !important
}

.bg-background-default {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-transparent {
	background-color: transparent
}

.bg-\[\#E4FDE7\] {
	--tw-bg-opacity: 1;
	background-color: rgb(228 253 231/var(--tw-bg-opacity))
}

.bg-\[\#f3f3f3\] {
	--tw-bg-opacity: 1;
	background-color: rgb(243 243 243/var(--tw-bg-opacity))
}

.bg-\[\#FADFDF\] {
	--tw-bg-opacity: 1;
	background-color: rgb(250 223 223/var(--tw-bg-opacity))
}

.bg-\[\#212121\] {
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 33/var(--tw-bg-opacity))
}

.bg-\[\#31302f\] {
	--tw-bg-opacity: 1;
	background-color: rgb(49 48 47/var(--tw-bg-opacity))
}

.bg-\[\#f2f2f2\] {
	--tw-bg-opacity: 1;
	background-color: rgb(242 242 242/var(--tw-bg-opacity))
}

.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(223 227 232/var(--tw-bg-opacity))
}

.bg-\[\#171717\] {
	--tw-bg-opacity: 1;
	background-color: rgb(23 23 23/var(--tw-bg-opacity))
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-\[rgb\(0\2c 0\2c 0\)\]\/40 {
	background-color: rgba(0, 0, 0, .4)
}

.bg-\[rgb\(22\2c 22\2c 22\)\]\/30 {
	background-color: hsla(0, 0%, 9%, .3)
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.from-white {
	--tw-gradient-from: #fff;
	--tw-gradient-to: hsla(0, 0%, 100%, 0);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-transparent {
	--tw-gradient-from: transparent;
	--tw-gradient-to: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-transparent {
	--tw-gradient-to: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to)
}

.to-transparent {
	--tw-gradient-to: transparent
}

.to-common-black {
	--tw-gradient-to: #000
}

.\!object-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important
}

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

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

.object-center {
	-o-object-position: center;
	object-position: center
}

.p-\[0\.875rem\] {
	padding: .875rem
}

.p-1 {
	padding: .25rem
}

.p-0 {
	padding: 0
}

.p-4 {
	padding: 1rem
}

.p-\[7px\] {
	padding: 7px
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}
.px-bottom {
	padding-right: 1rem
}

.py-3 {
	padding-bottom: .75rem;
	padding-top: .75rem
}

.px-0 {
	padding-left: 0;
	padding-right: 0
}

.py-\[0\.3rem\] {
	padding-bottom: .3rem;
	padding-top: .3rem
}

.py-0 {
	padding-bottom: 0;
	padding-top: 0
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-4 {
	padding-bottom: 1rem;
	padding-top: 1rem
}

.px-\[4px\] {
	padding-left: 4px;
	padding-right: 4px
}

.py-\[4\.375rem\] {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}

.px-\[14px\] {
	padding-left: 14px;
	padding-right: 14px
}

.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem
}

.py-\[1\.8rem\] {
	padding-bottom: 1.8rem;
	padding-top: 1.8rem
}

.py-2 {
	padding-bottom: .5rem;
	padding-top: .5rem
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.py-\[70px\] {
	padding-bottom: 70px;
	padding-top: 70px
}

.py-5 {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem
}

.px-\[26px\] {
	padding-left: 26px;
	padding-right: 26px
}

.py-10 {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem
}

.py-\[40px\] {
	padding-bottom: 40px;
	padding-top: 40px
}

.px-\[17px\] {
	padding-left: 17px;
	padding-right: 17px
}

.py-\[15px\] {
	padding-bottom: 15px;
	padding-top: 15px
}

.px-\[16px\] {
	padding-left: 16px;
	padding-right: 16px
}

.py-1 {
	padding-bottom: .25rem;
	padding-top: .25rem
}

.py-\[65px\] {
	padding-bottom: 65px;
	padding-top: 65px
}

.py-\[38px\] {
	padding-bottom: 38px;
	padding-top: 38px
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.px-\[12vw\] {
	padding-left: 12vw;
	padding-right: 12vw
}

.py-\[9px\] {
	padding-bottom: 9px;
	padding-top: 9px
}

.px-\[5vw\] {
	padding-left: 5vw;
	padding-right: 5vw
}

.py-\[0\.625rem\] {
	padding-bottom: .625rem;
	padding-top: .625rem
}

.py-\[0\.188rem\] {
	padding-bottom: .188rem;
	padding-top: .188rem
}

.px-\[0\.2rem\] {
	padding-left: .2rem;
	padding-right: .2rem
}

.pl-4 {
	padding-left: 1rem
}

.pl-\[5\%\] {
	padding-left: 5%
}

.pb-4 {
	padding-bottom: 1rem
}

.pr-2 {
	padding-right: .5rem
}

.pr-3 {
	padding-right: .75rem
}

.pt-4 {
	padding-top: 1rem
}

.pb-2 {
	padding-bottom: .5rem
}

.pt-3 {
	padding-top: .75rem
}

.pb-6 {
	padding-bottom: 1.5rem
}

.pl-\[27px\] {
	padding-left: 27px
}

.pr-\[18px\] {
	padding-right: 18px
}

.\!pt-10 {
	padding-top: 2.5rem !important
}

.pb-0 {
	padding-bottom: 0
}

.pl-5 {
	padding-left: 1.25rem
}

.pt-5 {
	padding-top: 1.25rem
}

.pt-\[2\.75rem\] {
	padding-top: 2.75rem
}

.pr-8 {
	padding-right: 2rem
}

.pb-\[10px\] {
	padding-bottom: 10px
}

.pt-\[56px\] {
	padding-top: 56px
}

.pb-\[70px\] {
	padding-bottom: 70px
}

.pr-5 {
	padding-right: 1.25rem
}

.pr-1 {
	padding-right: .25rem
}

.pr-\[10px\] {
	padding-right: 10px
}

.pt-0 {
	padding-top: 0
}

.pt-\[20px\] {
	padding-top: 20px
}

.pt-\[0\.1rem\] {
	padding-top: .1rem
}

.pl-0 {
	padding-left: 0
}

.pr-6 {
	padding-right: 1.5rem
}

.pr-\[6px\] {
	padding-right: 6px
}

.pt-\[50px\] {
	padding-top: 50px
}

.pt-\[19px\] {
	padding-top: 19px
}

.pt-\[5rem\] {
	padding-top: 5rem
}

.pb-\[10rem\] {
	padding-bottom: 10rem
}

.pt-\[5px\] {
	padding-top: 5px
}

.pb-\[5px\] {
	padding-bottom: 5px
}

.pb-12 {
	padding-bottom: 3rem
}

.pb-10 {
	padding-bottom: 2.5rem
}

.pt-\[30px\] {
	padding-top: 30px
}

.pt-\[15px\] {
	padding-top: 15px
}

.\!text-left {
	text-align: left !important
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-start {
	text-align: start
}

.align-baseline {
	vertical-align: baseline
}

.align-middle {
	vertical-align: middle
}

.align-bottom {
	vertical-align: bottom
}

.align-text-top {
	vertical-align: text-top
}

.font-inter {
	font-family: Inter, sans-serif
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem
}

.text-\[0\.65rem\] {
	font-size: .65rem
}

.text-\[0\.5rem\] {
	font-size: .5rem
}

.text-\[0\.8rem\] {
	font-size: .8rem
}

.text-\[14\.5px\] {
	font-size: 14.5px
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem
}

.text-\[13px\] {
	font-size: 13px
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem
}

.text-\[1\.875rem\] {
	font-size: 1.875rem
}

.text-\[12\.5px\] {
	font-size: 12.5px
}

.text-\[13\.5px\] {
	font-size: 13.5px
}

.text-\[0\.938rem\] {
	font-size: .938rem
}

.text-\[10px\] {
	font-size: 10px
}

.text-\[15\.5px\] {
	font-size: 15.5px
}

.text-\[18px\] {
	font-size: 18px
}

.text-\[60\%\] {
	font-size: 60%
}

.text-\[15px\] {
	font-size: 15px
}

.text-\[14px\] {
	font-size: 14px
}

.text-\[2rem\] {
	font-size: 2rem
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem
}

.text-\[22px\] {
	font-size: 22px
}

.\!text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important
}

.\!text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important
}

.text-\[26px\] {
	font-size: 26px
}

.text-\[0\.625rem\] {
	font-size: .625rem
}

.text-\[9px\] {
	font-size: 9px
}

.text-\[1\.75rem\] {
	font-size: 1.75rem
}

.text-\[3rem\] {
	font-size: 3rem
}

.text-\[1\.1rem\] {
	font-size: 1.1rem
}

.text-\[24px\] {
	font-size: 24px
}

.font-bold {
	font-weight: 700
}

.font-semibold {
	font-weight: 600
}

.font-medium {
	font-weight: 500
}

.font-normal {
	font-weight: 400
}

.font-\[600\] {
	font-weight: 600
}

.font-\[500\] {
	font-weight: 500
}

.font-light {
	font-weight: 300
}

.font-extrabold {
	font-weight: 800
}

.uppercase {
	text-transform: uppercase
}

.leading-6 {
	line-height: 1.5rem
}

[data-test-id="signUpButton"] {
    /* ... existing styles ... */
    visibility: hidden; 
}

.leading-\[3rem\] {
	line-height: 3rem
}

.leading-\[0\.875rem\] {
	line-height: .875rem
}

.leading-\[0\.6rem\] {
	line-height: .6rem
}

.leading-\[0\.9rem\] {
	line-height: .9rem
}

.leading-4 {
	line-height: 1rem
}

.leading-5 {
	line-height: 1.25rem
}

.leading-\[0\.938rem\] {
	line-height: .938rem
}

.leading-\[200px\] {
	line-height: 200px
}

.leading-9 {
	line-height: 2.25rem
}

.leading-10 {
	line-height: 2.5rem
}

.leading-\[2\.25rem\] {
	line-height: 2.25rem
}

.leading-\[18px\] {
	line-height: 18px
}

.leading-\[1\.5\] {
	line-height: 1.5
}

.leading-\[13px\] {
	line-height: 13px
}

.leading-\[2\.75rem\] {
	line-height: 2.75rem
}

.leading-4-5 {
	line-height: 1.125rem
}

.leading-\[23px\] {
	line-height: 23px
}

.leading-\[15px\] {
	line-height: 15px
}

.leading-\[1\.4rem\] {
	line-height: 1.4rem
}

.leading-\[38px\] {
	line-height: 38px
}

.leading-\[2\.375rem\] {
	line-height: 2.375rem
}

.leading-\[1\.625rem\] {
	line-height: 1.625rem
}

.leading-\[1\.875rem\] {
	line-height: 1.875rem
}

.leading-\[22px\] {
	line-height: 22px
}

.leading-7 {
	line-height: 1.75rem
}

.leading-\[0px\] {
	line-height: 0px
}

.leading-\[26px\] {
	line-height: 26px
}

.leading-\[11px\] {
	line-height: 11px
}

.leading-\[1\] {
	line-height: 1
}

.tracking-\[0\.3px\] {
	letter-spacing: .3px
}

.tracking-\[0\.5px\] {
	letter-spacing: .5px
}

.text-common-white,
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-\[\#CCC\] {
	--tw-text-opacity: 1;
	color: rgb(204 204 204/var(--tw-text-opacity))
}

.text-common-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(51 51 51/var(--tw-text-opacity))
}

.text-\[\#222222\] {
	--tw-text-opacity: 1;
	color: rgb(34 34 34/var(--tw-text-opacity))
}

.text-\[\#585858\] {
	--tw-text-opacity: 1;
	color: rgb(88 88 88/var(--tw-text-opacity))
}

.\!text-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
	color: hsla(0, 0%, 100%, .7) !important
}

.\!text-\[\#333\] {
	--tw-text-opacity: 1 !important;
	color: rgb(51 51 51/var(--tw-text-opacity)) !important
}

.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(102 102 102/var(--tw-text-opacity))
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-\[\#333\] {
	--tw-text-opacity: 1;
	color: rgb(51 51 51/var(--tw-text-opacity))
}

.text-\[\#222\] {
	--tw-text-opacity: 1;
	color: rgb(34 34 34/var(--tw-text-opacity))
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
	color: hsla(0, 0%, 100%, .7)
}

.text-\[\#666\] {
	--tw-text-opacity: 1;
	color: rgb(102 102 102/var(--tw-text-opacity))
}

.text-\[\#878787\] {
	--tw-text-opacity: 1;
	color: rgb(135 135 135/var(--tw-text-opacity))
}

.text-\[\#4a4a4a\] {
	--tw-text-opacity: 1;
	color: rgb(74 74 74/var(--tw-text-opacity))
}

.text-gray-300 {
	color: #0000008c
}

.text-common-white-weak {
	color: hsla(0, 0%, 100%, .7)
}

.underline {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.decoration-dotted {
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted
}

.opacity-60 {
	opacity: .6
}

.opacity-0 {
	opacity: 0
}

.\!opacity-100 {
	opacity: 1 !important
}

.opacity-30 {
	opacity: .3
}

.opacity-100 {
	opacity: 1
}

.opacity-70 {
	opacity: .7
}

.shadow-b {
	--tw-shadow: rgba(0, 0, 0, .2) 0px 5px 5px -3px, rgba(0, 0, 0, .14) 0px 8px 10px 1px, rgba(0, 0, 0, .12) 0px 3px 14px 2px;
	--tw-shadow-colored: 0px 5px 5px -3px var(--tw-shadow-color), 0px 8px 10px 1px var(--tw-shadow-color), 0px 3px 14px 2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.\!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-none {
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000
}

.shadow,
.shadow-none {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.outline {
	outline-style: solid
}

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

.transition {
	transition-duration: .15s;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-colors {
	transition-duration: .15s;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-\[top\] {
	transition-duration: .15s;
	transition-property: top;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
	transition-duration: .15s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.\!transition-all {
	transition-duration: .15s !important;
	transition-property: all !important;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.transition-opacity-z {
	transition-duration: .15s;
	transition-property: opacity, z-index;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.delay-\[100ms\] {
	transition-delay: .1s
}

.delay-\[225ms\] {
	transition-delay: 225ms
}

.delay-200 {
	transition-delay: .2s
}

.duration-\[250ms\] {
	transition-duration: .25s
}

.duration-\[100ms\] {
	transition-duration: .1s
}

.duration-\[225ms\] {
	transition-duration: 225ms
}

.duration-\[350ms\] {
	transition-duration: .35s
}

.duration-300 {
	transition-duration: .3s
}

.duration-\[400\] {
	transition-duration: 400
}

.\!duration-300 {
	transition-duration: .3s !important
}

.duration-\[300ms\] {
	transition-duration: .3s
}

.duration-200 {
	transition-duration: .2s
}

.duration-\[600ms\] {
	transition-duration: .6s
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-linear {
	transition-timing-function: linear
}

.hover\:-translate-y-1:hover {
	--tw-translate-y: -0.25rem
}

.hover\:-translate-y-1:hover,
.hover\:scale-125:hover {
	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))
}

.hover\:scale-125:hover {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25
}

.hover\:cursor-pointer:hover {
	cursor: pointer
}

.hover\:border-primary-main:hover {
	--tw-border-opacity: 1;
	border-color: rgb(213 52 111/var(--tw-border-opacity))
}

.hover\:border-\[\#ccc\]:hover {
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204/var(--tw-border-opacity))
}

.hover\:bg-\[\#212121\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 33/var(--tw-bg-opacity))
}

.hover\:bg-\[\#d5346f0A\]:hover {
	background-color: #d5346f0a
}

.hover\:bg-transparent:hover {
	background-color: transparent
}

.hover\:bg-common-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:bg-common-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.hover\:bg-primary-main:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(213 52 111/var(--tw-bg-opacity))
}

.hover\:bg-\[\#f8f8f8\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(248 248 248/var(--tw-bg-opacity))
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity))
}

.hover\:\!text-common-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.hover\:text-common-black:hover {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity))
}

.hover\:text-common-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:underline:hover {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.hover\:no-underline:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}

.hover\:opacity-80:hover {
	opacity: .8
}

.hover\:opacity-100:hover {
	opacity: 1
}

.hover\:shadow-xl:hover {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:brightness-\[1\.04\]:hover {
	--tw-brightness: brightness(1.04);
	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\:bg-transparent:focus {
	background-color: transparent
}

.focus-visible\:border-primary-main:focus-visible {
	--tw-border-opacity: 1;
	border-color: rgb(213 52 111/var(--tw-border-opacity))
}

.focus-visible\:border-common-black:focus-visible {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.focus-visible\:bg-gray-900:focus-visible {
	--tw-bg-opacity: 1;
	background-color: rgb(223 227 232/var(--tw-bg-opacity))
}

.focus-visible\:text-common-black:focus-visible {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity))
}

.focus-visible\:outline-none:focus-visible {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.focus-visible\:outline:focus-visible {
	outline-style: solid
}

.focus-visible\:outline-1:focus-visible {
	outline-width: 1px
}

.focus-visible\:outline-black:focus-visible {
	outline-color: #000
}

.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgb(223 227 232/var(--tw-bg-opacity))
}

.child\:p-0 * {
	padding: 0
}

.childp\:m-0 p {
	margin: 0
}

.childp\:my-2 p {
	margin-bottom: .5rem;
	margin-top: .5rem
}

.childp\:mb-\[1\.25rem\] p {
	margin-bottom: 1.25rem
}

.childp\:whitespace-nowrap p {
	white-space: nowrap
}

.childp\:font-normal p {
	font-weight: 400
}

.childp\:text-\[\#585858\] p {
	--tw-text-opacity: 1;
	color: rgb(88 88 88/var(--tw-text-opacity))
}

.childa\:break-words a {
	overflow-wrap: break-word
}

.childa\:text-inherit a {
	color: inherit
}

.childspan\:\!rounded-full span {
	border-radius: 9999px !important
}

.childspan\:\!border span {
	border-width: 1px !important
}

.childspan\:\!border-solid span {
	border-style: solid !important
}

.childspan\:\!border-common-white\/30 span {
	border-color: hsla(0, 0%, 100%, .3) !important
}

.childh1\:mb-\[1\.25rem\] h1 {
	margin-bottom: 1.25rem
}

.childh1\:pt-0 h1 {
	padding-top: 0
}

.childh1\:text-\[2\.5rem\] h1 {
	font-size: 2.5rem
}

.childh1\:leading-\[2\.875rem\] h1 {
	line-height: 2.875rem
}

.childh2\:mb-\[1\.25rem\] h2 {
	margin-bottom: 1.25rem
}

.childh2\:pt-4 h2 {
	padding-top: 1rem
}

.childh2\:text-\[2\.25rem\] h2 {
	font-size: 2.25rem
}

.childh2\:leading-\[2\.5rem\] h2 {
	line-height: 2.5rem
}

.childh3\:mb-\[1\.125rem\] h3 {
	margin-bottom: 1.125rem
}

.childh3\:pt-\[1\.125rem\] h3 {
	padding-top: 1.125rem
}

.childh3\:text-\[1\.875rem\] h3 {
	font-size: 1.875rem
}

.childh3\:leading-\[2\.25rem\] h3 {
	line-height: 2.25rem
}

.childh4\:mb-\[0\.9375rem\] h4 {
	margin-bottom: .9375rem
}

.childh4\:pt-\[0\.9375rem\] h4 {
	padding-top: .9375rem
}

.childh4\:text-\[1\.5rem\] h4 {
	font-size: 1.5rem
}

.childh4\:leading-\[1\.75rem\] h4 {
	line-height: 1.75rem
}

.childh5\:mb-\[0\.875rem\] h5 {
	margin-bottom: .875rem
}

.childh5\:pt-\[0\.875rem\] h5 {
	padding-top: .875rem
}

.childh5\:text-\[1\.0625rem\] h5 {
	font-size: 1.0625rem
}

.childh5\:leading-\[1\.375rem\] h5 {
	line-height: 1.375rem
}

.childh6\:mb-\[0\.75rem\] h6 {
	margin-bottom: .75rem
}

.childh6\:pt-\[0\.75rem\] h6 {
	padding-top: .75rem
}

.childh6\:text-\[0\.75rem\] h6 {
	font-size: .75rem
}

.childh6\:leading-\[1\.125rem\] h6 {
	line-height: 1.125rem
}

.childulist\:ml-5 ul {
	margin-left: 1.25rem
}

.childulist\:font-normal ul {
	font-weight: 400
}

.childolist\:ml-7 ol {
	margin-left: 1.75rem
}

.childolist\:font-normal ol {
	font-weight: 400
}

.childfirst\:pt-\[50px\]>:first-child {
	padding-top: 50px
}

.childtarget\:mt-\[-60px\] :target {
	margin-top: -60px
}

.childtarget\:pt-\[60px\] :target {
	padding-top: 60px
}

[dir=ltr] .ltr\:hidden {
	display: none
}

[dir=rtl] .rtl\:mr-0 {
	margin-right: 0
}

[dir=rtl] .rtl\:ml-3 {
	margin-left: .75rem
}

[dir=rtl] .rtl\:mr-5 {
	margin-right: 1.25rem
}

[dir=rtl] .rtl\:ml-10 {
	margin-left: 2.5rem
}

[dir=rtl] .rtl\:hidden {
	display: none
}

[dir=rtl] .rtl\:flex-row-reverse {
	flex-direction: row-reverse
}

[dir=rtl] .rtl\:pr-0 {
	padding-right: 0
}

[dir=rtl] .rtl\:pl-2 {
	padding-left: .5rem
}

[dir=rtl] .rtl\:pl-6 {
	padding-left: 1.5rem
}

[dir=rtl] .rtl\:pr-4 {
	padding-right: 1rem
}

[dir=rtl] .rtl\:text-right {
	text-align: right
}

@media (max-width: 1024px) { 
    .with-code.mt-3.px-bottom.text-left.align-middle.text-\[1\.1rem\].font-normal.leading-5.text-common-white.childp\:m-0.mds\:text-pepper.mds\:leading-5.lg\:mt-\[4px\].subTitleColor { 
        text-align: center;
    }
}
@media (max-width: 1023px) { /* Target screens smaller than the 'lg' breakpoint (1024px) */
    .flex.lg\:hidden.w-\[80\%\].max-w-\[25rem\].m-0.p-0.max-w-\[25rem\] {
        display: flex;        /* Make sure it's a flex container */
        justify-content: center; /* Center the child horizontally */
        align-items: center;    /* Center the child vertically (optional) */
    }
}

@media (min-width:385px) {
	.xsm\:m-\[10px\] {
		margin: 10px
	}

	.xsm\:w-auto {
		width: auto
	}

	.xsm\:w-\[18rem\] {
		width: 18rem
	}
}

@media (min-width:425px) {
	.sm\:\!h-\[23\.75rem\] {
		height: 23.75rem !important
	}

	.sm\:\!h-\[18\.75rem\] {
		height: 18.75rem !important
	}

	.sm\:min-h-\[7\.938rem\] {
		min-height: 7.938rem
	}

	.sm\:w-\[13rem\] {
		width: 13rem
	}

	.sm\:min-w-\[13rem\] {
		min-width: 13rem
	}

	.sm\:flex-row {
		flex-direction: row
	}

	.sm\:pr-4 {
		padding-right: 1rem
	}

	.sm\:text-\[2rem\] {
		font-size: 2rem
	}

	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem
	}

	.sm\:leading-\[2\.375rem\] {
		line-height: 2.375rem
	}

	.sm\:leading-\[1\.875rem\] {
		line-height: 1.875rem
	}
}

@media (min-width:480px) {
	.mds\:right-\[calc\(\(100\%-26rem\)\/2\)\] {
		right: calc(50% - 13rem)
	}

	.mds\:mb-0 {
		margin-bottom: 0
	}

	.mds\:h-\[450px\] {
		height: 450px
	}

	.mds\:max-w-\[24rem\] {
		max-width: 24rem
	}

	.mds\:max-w-\[700px\] {
		max-width: 700px
	}

	.mds\:flex-row {
		flex-direction: row
	}

	.mds\:px-\[30px\] {
		padding-left: 30px;
		padding-right: 30px
	}

	.mds\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.mds\:text-pepper {
		font-size: 2rem;
		line-height: 2.5rem
	}

	.mds\:leading-6 {
		line-height: 1.5rem
	}

	.mds\:leading-4 {
		line-height: 1rem
	}
}

@media (min-width:768px) {
	.md\:\!static {
		position: static !important
	}

	.md\:top-\[50px\] {
		top: 50px
	}

	.md\:right-6 {
		right: 1.5rem
	}

	.md\:right-\[100px\] {
		right: 100px
	}

	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}

	.md\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}

	.md\:ml-4 {
		margin-left: 1rem
	}

	.md\:mb-0 {
		margin-bottom: 0
	}

	.md\:mt-0 {
		margin-top: 0
	}

	.md\:ml-0 {
		margin-left: 0
	}

	.md\:ml-3 {
		margin-left: .75rem
	}

	.md\:flex {
		display: flex
	}

	.md\:hidden {
		display: none
	}

	.md\:h-13 {
		height: 3.25rem
	}

	.md\:h-\[18rem\] {
		height: 18rem
	}

	.md\:h-\[420px\] {
		height: 420px
	}

	.md\:h-\[90px\] {
		height: 90px
	}

	.md\:min-h-\[500px\] {
		min-height: 500px
	}

	.md\:w-full {
		width: 100%
	}
	.flex.lg\:hidden.w-\[80\%\].max-w-\[25rem\].m-0.p-0.max-w-\[25rem\] {
    justify-content: center; 
    align-items: center; 
}
	.md\:w-\[43\.75rem\] {
		width: 43.75rem
	}

	.md\:\!w-\[10\.625rem\] {
		width: 10.625rem !important
	}

	.md\:w-auto {
		width: auto
	}

	.md\:w-\[80\%\] {
		width: 80%
	}

	.md\:max-w-\[410px\] {
		max-width: 410px
	}

	.md\:max-w-\[760px\] {
		max-width: 760px
	}

	.md\:max-w-\[47\.5rem\] {
		max-width: 47.5rem
	}

	.md\:max-w-max {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content
	}

	.md\:max-w-\[240px\] {
		max-width: 240px
	}

	.md\:flex-grow-0 {
		flex-grow: 0
	}

	.md\:grow-\[3\] {
		flex-grow: 3
	}

	.md\:grow-\[2\] {
		flex-grow: 2
	}

	.md\:basis-\[194px\] {
		flex-basis: 194px
	}

	.md\:basis-\[max-content\] {
		flex-basis: max-content
	}

	.md\:basis-\[144px\] {
		flex-basis: 144px
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.md\:flex-row {
		flex-direction: row
	}

	.md\:flex-row-reverse {
		flex-direction: row-reverse
	}

	.md\:flex-nowrap {
		flex-wrap: nowrap
	}

	.md\:items-center {
		align-items: center
	}

	.md\:justify-start {
		justify-content: flex-start
	}

	.md\:justify-end {
		justify-content: flex-end
	}

	.md\:justify-between {
		justify-content: space-between
	}

	.md\:self-center {
		align-self: center
	}

	.md\:p-1 {
		padding: .25rem
	}

	.md\:p-0 {
		padding: 0
	}

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.md\:px-\[3rem\] {
		padding-left: 3rem;
		padding-right: 3rem
	}

	.md\:px-\[6\%\] {
		padding-left: 6%;
		padding-right: 6%
	}

	.md\:py-\[20px\] {
		padding-bottom: 20px;
		padding-top: 20px
	}

	.md\:py-\[3\.75rem\] {
		padding-bottom: 3.75rem;
		padding-top: 3.75rem
	}

	.md\:py-3 {
		padding-bottom: .75rem;
		padding-top: .75rem
	}

	.md\:px-\[12vw\] {
		padding-left: 12vw;
		padding-right: 12vw
	}

	.md\:px-\[100px\] {
		padding-left: 100px;
		padding-right: 100px
	}

	.md\:pt-3 {
		padding-top: .75rem
	}

	.md\:pb-5 {
		padding-bottom: 1.25rem
	}

	.md\:pt-4 {
		padding-top: 1rem
	}

	.md\:pl-\[8vw\] {
		padding-left: 8vw
	}

	.md\:pt-0 {
		padding-top: 0
	}

	.md\:pb-0 {
		padding-bottom: 0
	}

	.md\:pb-12 {
		padding-bottom: 3rem
	}

	.md\:text-\[12\.5px\] {
		font-size: 12.5px
	}

	.md\:text-\[15px\] {
		font-size: 15px
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem
	}

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1
	}

	.md\:text-\[22px\] {
		font-size: 22px
	}

	.md\:text-\[40px\] {
		font-size: 40px
	}

	.md\:text-\[18px\] {
		font-size: 18px
	}

	.md\:leading-\[1\.1rem\] {
		line-height: 1.1rem
	}

	.md\:leading-4 {
		line-height: 1rem
	}
	.md\:leading-5 {
		line-height: 2.1rem
	}

	.md\:leading-6 {
		line-height: 1.5rem
	}

	.md\:leading-10 {
		line-height: 2.5rem
	}

	.md\:leading-\[3\.25rem\] {
		line-height: 3.25rem
	}

	.md\:leading-7 {
		line-height: 4rem
	}

	.md\:leading-\[43px\] {
		line-height: 43px
	}

	.md\:leading-\[22px\] {
		line-height: 22px
	}

	.md\:opacity-80 {
		opacity: .8
	}

	.md\:childh1\:text-\[3rem\] h1 {
		font-size: 3rem
	}

	.md\:childh1\:leading-\[3\.25rem\] h1 {
		line-height: 3.25rem
	}

	.md\:childh2\:text-\[2\.5rem\] h2 {
		font-size: 2.5rem
	}

	.md\:childh2\:leading-\[2\.875rem\] h2 {
		line-height: 2.875rem
	}
}

@media (min-width:1024px) {
	.lg\:pos-unset {
		position: unset
	}

	.lg\:text-align-inherit {
		text-align: inherit
	}

	.lg\:text-align-initial {
		text-align: left;
		text-align: initial
	}

	.lg\:self-inherit {
		align-self: inherit
	}

	.lg\:static {
		position: static
	}

	.lg\:fixed {
		position: fixed
	}

	.lg\:absolute {
		position: absolute
	}

	.lg\:relative {
		position: relative
	}

	.lg\:-top-\[250px\] {
		top: -250px
	}

	.lg\:bottom-auto {
		bottom: auto
	}

	.lg\:left-0 {
		left: 0
	}

	.lg\:top-auto {
		top: auto
	}

	.lg\:bottom-\[20px\] {
		bottom: 20px
	}

	.lg\:top-\[50px\] {
		top: 50px
	}

	.lg\:left-\[50px\] {
		left: 50px
	}

	.lg\:m-0 {
		margin: 0
	}

	.lg\:my-0 {
		margin-bottom: 0;
		margin-top: 0
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}

	.lg\:my-4 {
		margin-bottom: 1rem;
		margin-top: 1rem
	}

	.lg\:ml-4 {
		margin-left: 1rem
	}

	.lg\:mr-2 {
		margin-right: .5rem
	}

	.lg\:mr-0 {
		margin-right: 0
	}

	.lg\:mt-4 {
		margin-top: 1rem
	}

	.lg\:mt-\[90px\] {
		margin-top: 90px
	}

	.lg\:mr-4 {
		margin-right: 1rem
	}

	.lg\:mb-0 {
		margin-bottom: 0
	}

	.lg\:mb-5 {
		margin-bottom: 1.25rem
	}

	.lg\:mb-\[1\.625rem\] {
		margin-bottom: 1.625rem
	}

	.lg\:mt-\[4px\] {
		margin-top: 4px
	}

	.lg\:box-border {
		box-sizing: border-box
	}

	.lg\:block {
		display: block
	}

	.lg\:flex {
		display: flex
	}

	.lg\:hidden {
		display: none
	}

	.lg\:h-\[2\.5rem\] {
		height: 2.5rem
	}

	.lg\:h-13 {
		height: 3.25rem
	}

	.lg\:h-full {
		height: 100%
	}

	.lg\:h-screen {
		height: 100vh
	}

	.lg\:h-\[calc\(50\%\+2\.5rem\)\] {
		height: calc(50% + 2.5rem)
	}

	.lg\:h-9 {
		height: 2.25rem
	}

	.lg\:h-\[1\.625rem\] {
		height: 1.625rem
	}

	.lg\:h-\[500px\] {
		height: 500px
	}

	.lg\:\!h-auto {
		height: auto !important
	}

	.lg\:\!h-\[31\.875rem\] {
		height: 31.875rem !important
	}

	.lg\:h-auto {
		height: auto
	}

	.lg\:h-8 {
		height: 2rem
	}

	.lg\:min-h-\[600px\] {
		min-height: 600px
	}

	.lg\:min-h-max {
		min-height: -webkit-max-content;
		min-height: -moz-max-content;
		min-height: max-content
	}

	.lg\:w-auto {
		width: auto
	}

	.lg\:w-\[90\%\] {
		width: 90%
	}

	.lg\:w-1\/2 {
		width: 50%
	}

	.lg\:w-screen {
		width: 100vw
	}

	.lg\:w-\[50vw\] {
		width: 50vw
	}

	.lg\:w-full {
		width: 100%
	}

	.lg\:w-\[60\%\] {
		width: 60%
	}

	.lg\:w-\[34\.375rem\] {
		width: 34.375rem
	}

	.lg\:w-\[46\%\] {
		width: 46%
	}

	.lg\:w-\[92\%\] {
		width: 92%
	}

	.lg\:min-w-\[14rem\] {
		min-width: 14rem
	}

	.lg\:min-w-\[5\.5rem\] {
		min-width: 5.5rem
	}

	.lg\:max-w-\[1150px\] {
		max-width: 1150px
	}

	.lg\:max-w-\[48\.75rem\] {
		max-width: 48.75rem
	}

	.lg\:max-w-none {
		max-width: none
	}

	.lg\:max-w-\[500px\] {
		max-width: 500px
	}

	.lg\:max-w-\[71\.875rem\] {
		max-width: 71.875rem
	}

	.lg\:max-w-inherit {
		max-width: inherit
	}

	.lg\:max-w-\[600px\] {
		max-width: 600px
	}

	.lg\:basis-5\/12 {
		flex-basis: 41.666667%
	}

	.lg\:basis-\[47\%\] {
		flex-basis: 47%
	}

	.lg\:basis-7\/12 {
		flex-basis: 58.333333%
	}

	.lg\:basis-6\/12 {
		flex-basis: 50%
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.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\:items-start {
		align-items: flex-start
	}

	.lg\:items-end {
		align-items: flex-end
	}

	.lg\:items-center {
		align-items: center
	}

	.lg\:items-stretch {
		align-items: stretch
	}

	.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\:justify-evenly {
		justify-content: space-evenly
	}

	.lg\:self-auto {
		align-self: auto
	}

	.lg\:self-center {
		align-self: center
	}

	.lg\:rounded-\[0\.375rem\] {
		border-radius: .375rem
	}

	.lg\:border-b-0 {
		border-bottom-width: 0
	}

	.lg\:border-none {
		border-style: none
	}

	.lg\:bg-\[\#0000008c\] {
		background-color: #0000008c
	}

	.lg\:bg-common-black {
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0/var(--tw-bg-opacity))
	}

	.lg\:bg-\[\#171717\] {
		--tw-bg-opacity: 1;
		background-color: rgb(23 23 23/var(--tw-bg-opacity))
	}

	.lg\:bg-transparent {
		background-color: transparent
	}

	.lg\:bg-none {
		background-image: none
	}

	.lg\:object-contain {
		-o-object-fit: contain;
		object-fit: contain
	}

	.lg\:object-fill {
		-o-object-fit: fill;
		object-fit: fill
	}

	.lg\:p-0 {
		padding: 0
	}

	.lg\:py-\[0\.313rem\] {
		padding-bottom: .313rem;
		padding-top: .313rem
	}

	.lg\:px-\[1\.625rem\] {
		padding-left: 1.625rem;
		padding-right: 1.625rem
	}

	.lg\:py-0 {
		padding-bottom: 0;
		padding-top: 0
	}

	.lg\:py-8 {
		padding-bottom: 2rem;
		padding-top: 2rem
	}

	.lg\:px-\[4rem\] {
		padding-left: 4rem;
		padding-right: 4rem
	}

	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.lg\:px-\[16px\] {
		padding-left: 16px;
		padding-right: 16px
	}

	.lg\:py-\[6px\] {
		padding-bottom: 6px;
		padding-top: 6px
	}

	.lg\:px-\[17px\] {
		padding-left: 17px;
		padding-right: 17px
	}

	.lg\:py-\[15px\] {
		padding-bottom: 15px;
		padding-top: 15px
	}

	.lg\:py-\[5rem\] {
		padding-bottom: 5rem;
		padding-top: 5rem
	}

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem
	}

	.lg\:px-\[50px\] {
		padding-left: 50px;
		padding-right: 50px
	}

	.lg\:py-1 {
		padding-bottom: .25rem;
		padding-top: .25rem
	}

	.lg\:pb-5 {
		padding-bottom: 1.25rem
	}

	.lg\:pb-10 {
		padding-bottom: 2.5rem
	}

	.lg\:pt-8 {
		padding-top: 2rem
	}

	.lg\:pb-\[40px\] {
		padding-bottom: 40px
	}

	.lg\:pt-0 {
		padding-top: 0
	}

	.lg\:text-left {
		text-align: left
	}

	.lg\:text-center {
		text-align: center
	}

	.lg\:text-\[0\.813rem\] {
		font-size: .813rem
	}

	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem
	}

	.lg\:text-\[0\.625rem\] {
		font-size: .625rem
	}

	.lg\:font-normal {
		font-weight: 400
	}

	.lg\:font-extrabold {
		font-weight: 800
	}

	.lg\:leading-4,
	.lg\:leading-\[1rem\] {
		line-height: 1rem
	}

	.lg\:leading-11,
	.lg\:leading-\[2\.625rem\] {
		line-height: 2.625rem
	}

	.lg\:leading-4-5 {
		line-height: 1.125rem
	}

	.lg\:leading-\[3rem\] {
		line-height: 3rem
	}

	.lg\:opacity-80 {
		opacity: .8
	}

	.lg\:hover\:\!bg-common-white:hover {
		--tw-bg-opacity: 1 !important;
		background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
	}

	.lg\:hover\:text-common-black:hover {
		--tw-text-opacity: 1;
		color: rgb(0 0 0/var(--tw-text-opacity))
	}

	.focus-visible\:lg\:bg-\[\#d5346f0A\]:focus-visible {
		background-color: #d5346f0a
	}

	.focus-visible\:lg\:bg-common-white:focus-visible {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255/var(--tw-bg-opacity))
	}

	.focus-visible\:lg\:text-common-black:focus-visible {
		--tw-text-opacity: 1;
		color: rgb(0 0 0/var(--tw-text-opacity))
	}
}

@media (min-width:1280px) {
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem
	}

	.xl\:leading-\[1\.875rem\] {
		line-height: 1.875rem
	}
}

@media (orientation:landscape) {
	.landscape\:h-auto {
		height: auto
	}

	@media (min-width:768px) {
		.landscape\:md\:mb-0 {
			margin-bottom: 0
		}
	}
}

.\[\&_p\]\:m-0 p {
	margin: 0
}

.\[\&_a\]\:no-underline a {
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}