/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
	border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	font-weight: inherit; /* 1 */
	line-height: inherit; /* 1 */
	color: inherit; /* 1 */
	margin: 0; /* 2 */
	padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 1 */
	background-color: transparent; /* 2 */
	background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1; /* 1 */
	color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1; /* 1 */
	color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block; /* 1 */
	vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
	display: none;
}

body {
	font-family: Inter, sans-serif;
}

*,
::before,
::after {
	--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: rgb(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: ;
}

::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: rgb(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: ;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 450px) {
	.container {
		max-width: 450px;
	}
}
@media (min-width: 575px) {
	.container {
		max-width: 575px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1500px;
	}
}
.sticky-navbar .menu-scroll.active,
.menu-scroll.active {
	--tw-text-opacity: 1;
	color: rgb(112 131 245 / var(--tw-text-opacity));
}
.dark .sticky-navbar .menu-scroll.active,
.dark .menu-scroll.active {
	--tw-text-opacity: 1;
	color: rgb(112 131 245 / var(--tw-text-opacity));
}
.submenu-item a.active {
	--tw-text-opacity: 1;
	color: rgb(112 131 245 / var(--tw-text-opacity));
}
.dark .submenu-item a.active {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.submenu-item a.active span svg {
	--tw-rotate: 180deg;
	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));
}
@media (min-width: 992px) {
	.submenu-item a.active span svg {
		--tw-rotate: 0deg;
		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));
	}
}
.container {
	width: 100%;
}
@media (min-width: 575px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
.faq-btn {
	border: 0;
	outline: 0 !important;
}
.faq .faq-btn::after {
	content: "+";
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(24 28 49 / var(--tw-text-opacity));
}
.dark .faq .faq-btn::after {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq.active .faq-btn::after {
	content: "-";
}
.faq .faq-content {
	max-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	opacity: 0;
	transition-property: all;
	transition-duration: 100ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq.active .faq-content {
	max-height: -moz-fit-content;
	max-height: fit-content;
	padding-top: 30px;
	padding-bottom: 30px;
	opacity: 1;
}
.swiper-arrows {
	direction: ltr;
}
.swiper-button-prev,
.swiper-button-next {
	position: static;
	top: auto;
	bottom: 0px;
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(121 128 138 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(121 128 138 / var(--tw-text-opacity));
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: var(--tw-content);
	display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	--tw-border-opacity: 1;
	border-color: rgb(112 131 245 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(112 131 245 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-5 {
	top: 1.25rem;
}
.bottom-10 {
	bottom: 2.5rem;
}
.-bottom-1\/2 {
	bottom: -50%;
}
.right-5 {
	right: 1.25rem;
}
.bottom-0 {
	bottom: 0px;
}
.left-10 {
	left: 2.5rem;
}
.-top-12 {
	top: -3rem;
}
.top-36 {
	top: 9rem;
}
.-top-28 {
	top: -7rem;
}
.top-20 {
	top: 5rem;
}
.-top-5 {
	top: -1.25rem;
}
.-top-\[250px\] {
	top: -250px;
}
.top-10 {
	top: 2.5rem;
}
.-top-24 {
	top: -6rem;
}
.-bottom-24 {
	bottom: -6rem;
}
.z-10 {
	z-index: 10;
}
.-z-10 {
	z-index: -10;
}
.z-20 {
	z-index: 20;
}
.z-50 {
	z-index: 50;
}
.order-first {
	order: -9999;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-mx-\[10px\] {
	margin-left: -10px;
	margin-right: -10px;
}
.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-\[18px\] {
	margin-right: 18px;
}
.mr-\[22px\] {
	margin-right: 22px;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-\[30px\] {
	margin-bottom: 30px;
}
.mr-\[10px\] {
	margin-right: 10px;
}
.mt-20 {
	margin-top: 5rem;
}
.mb-\[50px\] {
	margin-bottom: 50px;
}
.mr-4 {
	margin-right: 1rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.hidden {
	display: none;
}
.aspect-square {
	aspect-ratio: 1 / 1;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[90px\] {
	height: 90px;
}
.h-1\/2 {
	height: 50%;
}
.h-full {
	height: 100%;
}
.h-\[56px\] {
	height: 56px;
}
.h-auto {
	height: auto;
}
.w-full {
	width: 100%;
}
.w-\[60px\] {
	width: 60px;
}
.w-\[90px\] {
	width: 90px;
}
.w-\[400px\] {
	width: 400px;
}
.max-w-\[475px\] {
	max-width: 475px;
}
.max-w-\[530px\] {
	max-width: 530px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-\[690px\] {
	max-width: 690px;
}
.max-w-\[1390px\] {
	max-width: 1390px;
}
.max-w-\[310px\] {
	max-width: 310px;
}
.max-w-\[470px\] {
	max-width: 470px;
}
.max-w-\[1000px\] {
	max-width: 1000px;
}
.max-w-\[252px\] {
	max-width: 252px;
}
.max-w-\[435px\] {
	max-width: 435px;
}
.max-w-\[56px\] {
	max-width: 56px;
}
.max-w-\[785px\] {
	max-width: 785px;
}
.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));
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[6px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(6px * var(--tw-space-x-reverse));
	margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
}
.self-center {
	align-self: center;
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-\[20px\] {
	border-radius: 20px;
}
.rounded-md {
	border-radius: 0.375rem;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-stroke {
	--tw-border-opacity: 1;
	border-color: rgb(235 239 244 / var(--tw-border-opacity));
}
.border-current {
	border-color: currentColor;
}
.border-opacity-40 {
	--tw-border-opacity: 0.4;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(24 28 49 / var(--tw-bg-opacity));
}
.bg-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(248 249 255 / var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(112 131 245 / var(--tw-bg-opacity));
}
.bg-\[\#F8FAFB\] {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 251 / var(--tw-bg-opacity));
}
.bg-gradient-1 {
	background-image: linear-gradient(
		55.15deg,
		#fead35 -7.09%,
		#fd9634 51.72%,
		#fb9832 101.48%
	);
}
.bg-texture {
	background-image: url(images/texture.svg);
}
.bg-gradient-2 {
	background-image: linear-gradient(120.12deg, #fead35 0%, #fb9832 100%);
}
.bg-clip-text {
	-webkit-background-clip: text;
	background-clip: text;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.object-center {
	-o-object-position: center;
	object-position: center;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-\[14px\] {
	padding-top: 14px;
	padding-bottom: 14px;
}
.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-\[110px\] {
	padding-top: 110px;
	padding-bottom: 110px;
}
.py-\[6px\] {
	padding-top: 6px;
	padding-bottom: 6px;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-\[18px\] {
	padding-left: 18px;
	padding-right: 18px;
}
.pt-\[165px\] {
	padding-top: 165px;
}
.pr-\[18px\] {
	padding-right: 18px;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-\[110px\] {
	padding-top: 110px;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pb-14 {
	padding-bottom: 3.5rem;
}
.pt-\[150px\] {
	padding-top: 150px;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-\[100px\] {
	padding-top: 100px;
}
.pt-20 {
	padding-top: 5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pb-\[60px\] {
	padding-bottom: 60px;
}
.pb-9 {
	padding-bottom: 2.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.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-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.leading-tight {
	line-height: 1.25;
}
.leading-relaxed {
	line-height: 1.625;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgb(24 28 49 / var(--tw-text-opacity));
}
.text-transparent {
	color: transparent;
}
.text-body {
	--tw-text-opacity: 1;
	color: rgb(121 128 138 / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgb(112 131 245 / var(--tw-text-opacity));
}
.opacity-70 {
	opacity: 0.7;
}
.shadow-card {
	--tw-shadow: 0px 1px 5px rgba(45, 74, 170, 0.14);
	--tw-shadow-colored: 0px 1px 5px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.duration-300 {
	transition-duration: 300ms;
}
.last-of-type\:border-none:last-of-type {
	border-style: none;
}
.hover\:bg-opacity-90:hover {
	--tw-bg-opacity: 0.9;
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgb(112 131 245 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(112 131 245 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:border-\[\#BDBDBD\] {
	--tw-border-opacity: 1;
	border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.dark .dark\:border-stroke-dark {
	--tw-border-opacity: 1;
	border-color: rgb(52 55 74 / var(--tw-border-opacity));
}
.dark .dark\:bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(24 28 49 / var(--tw-bg-opacity));
}
.dark .dark\:bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .dark\:bg-dark {
	--tw-bg-opacity: 1;
	background-color: rgb(31 35 58 / var(--tw-bg-opacity));
}
.dark .dark\:bg-\[\#2A2E44\] {
	--tw-bg-opacity: 1;
	background-color: rgb(42 46 68 / var(--tw-bg-opacity));
}
.dark .dark\:bg-\[\#15182B\] {
	--tw-bg-opacity: 1;
	background-color: rgb(21 24 43 / var(--tw-bg-opacity));
}
.dark .dark\:text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-black {
	--tw-text-opacity: 1;
	color: rgb(24 28 49 / var(--tw-text-opacity));
}
.dark .dark\:shadow-card-dark {
	--tw-shadow: 0px 1px 5px rgba(16, 25, 55, 0.14);
	--tw-shadow-colored: 0px 1px 5px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark .dark\:hover\:bg-opacity-90:hover {
	--tw-bg-opacity: 0.9;
}
.dark .dark\:hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgb(112 131 245 / var(--tw-text-opacity));
}
.dark .group:hover .dark\:group-hover\:bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(112 131 245 / var(--tw-bg-opacity));
}
@media (min-width: 450px) {
	.xs\:max-w-\[265px\] {
		max-width: 265px;
	}
}
@media (min-width: 575px) {
	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:justify-end {
		justify-content: flex-end;
	}

	.sm\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.sm\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.sm\:px-\[26px\] {
		padding-left: 26px;
		padding-right: 26px;
	}

	.sm\:text-\[22px\] {
		font-size: 22px;
	}

	.sm\:text-\[40px\] {
		font-size: 40px;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 768px) {
	.md\:block {
		display: block;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-\[700px\] {
		width: 700px;
	}

	.md\:pb-1 {
		padding-bottom: 0.25rem;
	}

	.md\:text-\[50px\] {
		font-size: 50px;
	}

	.md\:text-\[44px\] {
		font-size: 44px;
	}

	.md\:text-\[22px\] {
		font-size: 22px;
	}

	.md\:text-\[38px\] {
		font-size: 38px;
	}

	.md\:leading-tight {
		line-height: 1.25;
	}
}
@media (min-width: 992px) {
	.lg\:order-last {
		order: 9999;
	}

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:mr-0 {
		margin-right: 0px;
	}

	.lg\:mb-\[70px\] {
		margin-bottom: 70px;
	}

	.lg\:ml-auto {
		margin-left: auto;
	}

	.lg\:ml-0 {
		margin-left: 0px;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-4 {
		margin-bottom: 1rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:max-w-\[1305px\] {
		max-width: 1305px;
	}

	.lg\:max-w-\[570px\] {
		max-width: 570px;
	}

	.lg\:max-w-\[1120px\] {
		max-width: 1120px;
	}

	.lg\:max-w-\[510px\] {
		max-width: 510px;
	}

	.lg\:max-w-\[1160px\] {
		max-width: 1160px;
	}

	.lg\:justify-start {
		justify-content: flex-start;
	}

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.lg\:pt-20 {
		padding-top: 5rem;
	}

	.lg\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.lg\:text-left {
		text-align: left;
	}

	.lg\:text-\[42px\] {
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.xl\:mb-0 {
		margin-bottom: 0px;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:justify-end {
		justify-content: flex-end;
	}

	.xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.xl\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.xl\:text-\[22px\] {
		font-size: 22px;
	}

	.xl\:text-\[50px\] {
		font-size: 50px;
	}

	.xl\:text-\[26px\] {
		font-size: 26px;
	}
}
.download-button {
	background-color: #ffad35;
}
.paly-icon {
	border-style: solid;
	margin: 0 22px;
}
main {
	overflow: hidden;
}
@media (max-width: 780px) {
	.topFrame {
		/* padding-top: 0 !important; */
	}
	.topFrame img {
		height: 400px;
		margin: 0 auto;
		width: auto;
	}
	.download-button {
		width: 100%;
		justify-content: center;
		font-size: 24px;
		font-weight: 900;
	}
	.topFrameH1,
	.topFrameDesc {
		text-align: center;
	}
	.topFrameDesc {
		font-size: 1.1rem;
	}
}
.mainFrame{
	max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.mainFrame img{
	margin :0 auto;
}