*,
::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-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: 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: ;
	--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: 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: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}

/*
! tailwindcss v3.4.14 | 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)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	/* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	scroll-behavior: smooth;
	/* 2 */
}

/*
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.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
	/* 2 */
	font-variation-settings: normal;
	/* 3 */
	font-size: 1em;
	/* 4 */
}

/*
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 */
}

img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/*
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-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
	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]:where(:not([hidden='until-found'])) {
	display: none;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bg-black\/95 {
	background-color: rgb(0 0 0 / 0.95);
}

.backdrop-blur-lg {
	backdrop-filter: blur(15px);
}

.translate-x-full {
	transform: translateX(100%);
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}

.top-\[22px\] {
	top: 22px;
}

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

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

.col-span-1 {
	grid-column: span 1 / span 1;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.row-span-2 {
	grid-row: span 2 / span 2;
}

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

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

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

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

.mt-12 {
	margin-top: 3rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mt-24 {
	margin-top: 6rem;
}

.mt-40 {
	margin-top: 10rem;
}

.mt-44 {
	margin-top: 11rem;
}

.mt-9 {
	margin-top: 2.25rem;
}

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

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

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

.mt-auto {
	margin-top: auto;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-\[100\%\] {
	height: 100%;
}

.h-\[104px\] {
	height: 104px;
}

.h-\[149px\] {
	height: 149px;
}

.h-\[20px\] {
	height: 20px;
}

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

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

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

.h-\[41px\] {
	height: 41px;
}

.h-\[573px\] {
	height: 573px;
}

.h-\[67px\] {
	height: 67px;
}

.h-\[706px\] {
	height: 706px;
}

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

.h-\[88px\] {
	height: 88px;
}

.h-full {
	height: 100%;
}

.w-\[119px\] {
	width: 119px;
}

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

.w-\[20px\] {
	width: 20px;
}

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

.w-\[280px\] {
	width: 280px;
}

.w-\[30px\] {
	width: 30px;
}

.w-\[324px\] {
	width: 324px;
}

.w-\[360px\] {
	width: 360px;
}

.w-\[390px\] {
	width: 390px;
}

.w-\[420px\] {
	width: 420px;
}

.w-\[622px\] {
	width: 622px;
}

.w-\[62px\] {
	width: 62px;
}

.w-\[66px\] {
	width: 66px;
}

.w-\[76px\] {
	width: 76px;
}

.w-full {
	width: 100%;
}

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

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

.cursor-pointer {
	cursor: pointer;
}

.resize {
	resize: both;
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-1 {
	gap: 0.25rem;
}

.gap-12 {
	gap: 3rem;
}

.gap-16 {
	gap: 4rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

.gap-8 {
	gap: 2rem;
}

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

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-xl {
	border-radius: 0.75rem;
}

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

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

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

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

.bg-\[\#13131380\] {
	background-color: #13131380;
}

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

.bg-\[url\(\'\/bg\.png\'\)\] {
	background-image: url('../public/bg.png');
}

.bg-\[url\(\'\/donate\/bg-donate\.png\'\)\] {
	background-image: url('../public/donate/bg-donate.png');
}

.bg-\[url\(\'\/partner1\.png\'\)\] {
	background-image: url('../public/partner1.png');
}

.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#ffa700\] {
	--tw-gradient-from: #ffa700 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(255 167 0 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gradient_1 {
	--tw-gradient-from: rgba(255, 167, 0, 0.5) var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(255, 167, 0, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#ffd623\] {
	--tw-gradient-to: #ffd623 var(--tw-gradient-to-position);
}

.to-gradient_2 {
	--tw-gradient-to: rgba(255, 214, 35, 0.5) var(--tw-gradient-to-position);
}

.bg-cover {
	background-size: cover;
}

.bg-top {
	background-position: top;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.p-4 {
	padding: 1rem;
}

.p-7 {
	padding: 1.75rem;
}

.p-8 {
	padding: 2rem;
}

.p-\[24px\] {
	padding: 24px;
}

.p-\[27px\] {
	padding: 27px;
}

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

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

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

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

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

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

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

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

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

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

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

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

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

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#56410b\] {
	--tw-text-opacity: 1;
	color: rgb(86 65 11 / var(--tw-text-opacity));
}

.text-\[\#ffffff80\] {
	color: #ffffff80;
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
	color: rgba(255, 255, 255, 0.5);
}

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

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

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

.line-through {
	text-decoration-line: line-through;
}

.opacity-100 {
	opacity: 1;
}

.opacity-50 {
	opacity: 0.5;
}

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

.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-\[20px\] {
	--tw-backdrop-blur: blur(20px);
	-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);
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.wrap {
	width: 1200px;
}

@media (max-width: 1200px) {
	.wrap {
		width: 950px;
	}
}

@media (max-width: 950px) {
	.wrap {
		width: 100%;
	}
}

/* 	@media (max-width: 700px) {
		.wrap {
			width: 100%;
		}
	} */

.test {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 42px;
}

.servers__list_container {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 24px;
	scrollbar-gutter: stable;
}

.servers__list_container::-webkit-scrollbar {
	width: 11px;
	transition: 0.2s all;
}

.servers__list_container::-webkit-scrollbar-track {
	background: rgba(27, 27, 27, 0.3);
	/* mix-blend-mode: overlay; */
	border-radius: 20px;
	transition: 0.2s all;
}

.servers__list_container::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 20px;
	transition: 0.2s all;
}

.server {
	position: relative;
	border-radius: 15px;
	width: 301px;
	height: 465px;
	flex: 0 0 auto;
	margin-right: 31px;
	overflow: hidden;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0;
}

.server[data-status='red'] {
	background: linear-gradient(180deg, #1f1212 0%, #f11103 100%);
}

.server[data-status='green'] {
	background: linear-gradient(180deg, #141f12 0%, #03f10d 100%);
}

.server[data-status='blue'] {
	background: linear-gradient(180deg, #12161f 0%, #0252f2 100%);
}

.server__icon {
	position: relative;
	width: 97px;
	height: 97px;
}

.server__name {
	font-weight: 800;
	font-size: 60px;
	text-transform: uppercase;
}

.server__status {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

.server__status div:first-child {
	font-weight: 400;
	font-size: 25px;
	text-transform: uppercase;
}

.server__status div:last-child {
	border-radius: 15px;
	width: 195px;
	height: 57px;
	background: #fff;

	font-weight: 800;
	font-size: 28px;
	color: #231212;

	display: flex;
	align-items: center;
	justify-content: center;
}

.server::before {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	content: attr(data-status);
	font-weight: 800;
	font-size: 260px;

	line-height: 0.97;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255, 255, 255, 0.1);
	transform: rotate(90deg);
	mix-blend-mode: overlay;
}

.test h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 41px;
}

.text_gradient {
	background: linear-gradient(90deg, #ffa700 0%, #ffd623 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.donate__item__img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 237px;
	background-image: url('../public/donate/items/car.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 13px 13px 0 0;
}

.item__status {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 12px;
	font-weight: 800;
	font-size: 17px;
	line-height: 0.84758;
	border-radius: 41px;
	color: #fff;
}

.price__discount {
	position: absolute;
	right: -45px;
	top: -20px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: linear-gradient(90deg, #ffa700 0%, #ffd623 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 0.84758;
	color: #56410b;
}

@media (max-width: 420px) {
	.price__discount {
		right: -40px;
		width: 48px;
		height: 48px;
	}
}

.item__status.action {
	color: #56410b;
	box-shadow: 0 0 26px 0 #ffcb1b;
	background: linear-gradient(90deg, #ffa700 0%, #ffd623 100%);
}

.item__status.empty {
	box-shadow: 0 0 26px 0 #101010;
	background: #101010;
}

.item__status.ends {
	box-shadow: 0 0 26px 0 #9c9c9c;
	background: linear-gradient(90deg, #a6a6a6 0%, #8e8e8e 100%);
}

:root {
	--background: #ffffff;
	--foreground: #171717;
}

@media (prefers-color-scheme: dark) {
	:root {
		--background: #0a0a0a;
		--foreground: #fff;
	}
}

body {
	color: white;
	background: var(--background);
	font-family: 'Manrope', sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.before\:absolute::before {
	content: var(--tw-content);
	position: absolute;
}

.before\:left-1\/2::before {
	content: var(--tw-content);
	left: 50%;
}

.before\:top-12::before {
	content: var(--tw-content);
	top: 3rem;
}

.before\:h-\[3px\]::before {
	content: var(--tw-content);
	height: 3px;
}

.before\:w-\[72px\]::before {
	content: var(--tw-content);
	width: 72px;
}

.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\:transform::before {
	content: var(--tw-content);
	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-t-\[15px\]::before {
	content: var(--tw-content);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

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

.before\:content-\[\'\'\]::before {
	--tw-content: '';
	content: var(--tw-content);
}

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

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

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

.hover\:before\:absolute:hover::before {
	content: var(--tw-content);
	position: absolute;
}

.hover\:before\:left-1\/2:hover::before {
	content: var(--tw-content);
	left: 50%;
}

.hover\:before\:top-12:hover::before {
	content: var(--tw-content);
	top: 3rem;
}

.hover\:before\:h-\[3px\]:hover::before {
	content: var(--tw-content);
	height: 3px;
}

.hover\:before\:w-\[72px\]:hover::before {
	content: var(--tw-content);
	width: 72px;
}

.hover\:before\:-translate-x-1\/2:hover::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));
}

.hover\:before\:transform:hover::before {
	content: var(--tw-content);
	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\:before\:rounded-t-\[15px\]:hover::before {
	content: var(--tw-content);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

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

.hover\:before\:content-\[\'\'\]:hover::before {
	--tw-content: '';
	content: var(--tw-content);
}

@media (max-width: 1200px) {
	.max-\[1200px\]\:items-center {
		align-items: center;
	}

	.max-\[1200px\]\:p-2 {
		padding: 0.5rem;
	}

	.max-\[1200px\]\:text-\[16px\] {
		font-size: 16px;
	}

	.max-\[1200px\]\:text-\[18px\] {
		font-size: 18px;
		padding: 18px;
	}

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

	.max-\[1200px\]\:text-\[35px\] {
		font-size: 35px;
	}
}

.button_off {
	color: rgba(255, 255, 255, 0.5);
	background: linear-gradient(90deg, #a6a6a6 0%, #8e8e8e 100%);
	cursor: not-allowed;
}

@media (max-width: 1095px) {
	.max-\[1095px\]\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 1050px) {
	.max-\[1050px\]\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 910px) {
	.max-\[910px\]\:gap-4 {
		gap: 1rem;
	}

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

	.max-\[910px\]\:text-\[23px\] {
		font-size: 23px;
	}
}

@media (max-width: 900px) {
	.max-\[900px\]\:flex {
		display: flex;
	}

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

	.max-\[900px\]\:flex-col {
		flex-direction: column;
	}

	.max-\[900px\]\:gap-4 {
		gap: 1rem;
	}

	.max-\[900px\]\:p-4 {
		padding: 1rem;
	}

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

	.max-\[900px\]\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

@media (max-width: 820px) {
	.max-\[820px\]\:row-\[6\] {
		grid-row: 6;
	}

	.max-\[820px\]\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.max-\[800px\]\:h-\[500px\] {
		height: 500px;
	}
}

@media (max-width: 780px) {
	.max-\[780px\]\:max-w-\[360px\] {
		max-width: 360px;
	}

	.max-\[780px\]\:max-w-\[450px\] {
		max-width: 450px;
	}

	.max-\[780px\]\:p-5 {
		padding: 1.25rem;
	}

	.max-\[780px\]\:text-\[17px\] {
		font-size: 17px;
	}

	.max-\[780px\]\:text-\[56px\] {
		font-size: 56px;
	}

	.max-\[780px\]\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.max-\[780px\]\:leading-\[27px\] {
		line-height: 27px;
	}

	.max-\[780px\]\:leading-\[54px\] {
		line-height: 54px;
	}
}

.h-auto {
	height: auto;
}

@media (max-width: 720px) {
	.max-\[720px\]\:h-auto {
		height: auto;
	}

	.max-\[720px\]\:flex-wrap {
		flex-wrap: wrap;
	}

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

	.max-\[720px\]\:py-\[25px\] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (max-width: 650px) {
	.max-\[650px\]\:w-\[550px\] {
		width: 550px;
	}

	.max-\[650px\]\:px-\[40px\] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.max-\[650px\]\:py-\[60px\] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media not all and (min-width: 640px) {
	.max-sm\:hidden {
		display: none;
	}

	.max-sm\:p-4 {
		padding: 1rem;
	}

	.max-sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

@media (max-width: 620px) {
	.max-\[620px\]\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.max-\[600px\]\:h-\[400px\] {
		height: 400px;
	}
}

@media (max-width: 570px) {
	.max-\[570px\]\:w-\[330px\] {
		width: 330px;
	}
}

@media (max-width: 525px) {
	.max-\[525px\]\:text-\[56px\] {
		font-size: 56px;
	}
}

@media (max-width: 500px) {
	.max-\[500px\]\:mt-16 {
		margin-top: 4rem;
	}

	.max-\[500px\]\:mt-20 {
		margin-top: 5rem;
	}

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

	.max-\[500px\]\:h-\[300px\] {
		height: 300px;
	}

	.max-\[500px\]\:pt-\[100px\] {
		padding-top: 100px;
	}

	.max-\[500px\]\:pt-\[126px\] {
		padding-top: 126px;
	}
}

@media (max-width: 485px) {
	.max-\[485px\]\:w-\[220px\] {
		width: 220px;
	}

	.max-\[485px\]\:w-\[340px\] {
		width: 340px;
	}

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

	.max-\[485px\]\:text-\[56px\] {
		font-size: 56px;
	}

	.max-\[485px\]\:leading-\[56px\] {
		line-height: 56px;
	}
}

@media (max-width: 480px) {
	.max-\[480px\]\:w-\[200px\] {
		width: 200px;
	}

	.max-\[480px\]\:text-\[12px\] {
		font-size: 12px;
	}

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

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

@media (max-width: 440px) {
	.max-\[440px\]\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.max-\[440px\]\:hidden {
		display: none;
	}

	.max-\[440px\]\:flex-col {
		flex-direction: column;
	}

	.max-\[440px\]\:items-start {
		align-items: flex-start;
	}

	.max-\[440px\]\:gap-2 {
		gap: 0.5rem;
	}

	.max-\[440px\]\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 420px) {
	.max-\[420px\]\:mt-\[250px\] {
		margin-top: 250px;
	}

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

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

	.max-\[420px\]\:text-\[12px\] {
		font-size: 12px;
	}

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

	.max-\[420px\]\:text-\[28px\] {
		font-size: 28px;
	}

	.max-\[420px\]\:text-\[30px\] {
		font-size: 30px;
	}

	.max-\[420px\]\:text-\[32px\] {
		font-size: 32px;
	}

	.max-\[420px\]\:leading-\[21px\] {
		line-height: 21px;
	}

	.max-\[420px\]\:leading-\[35px\] {
		line-height: 35px;
	}
}

@media (max-width: 410px) {
	.max-\[410px\]\:w-\[240px\] {
		width: 240px;
	}

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

	.max-\[410px\]\:text-\[30px\] {
		font-size: 30px;
	}
}

@media (max-width: 360px) {
	.max-\[360px\]\:w-\[270px\] {
		width: 270px;
	}

	.max-\[360px\]\:p-4 {
		padding: 1rem;
	}

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

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

	.max-\[360px\]\:text-\[25px\] {
		font-size: 25px;
	}

	.max-\[360px\]\:text-\[38px\] {
		font-size: 38px;
	}

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

@media (max-width: 350px) {
	.max-\[350px\]\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}

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

@media (max-width: 330px) {
	.max-\[330px\]\:text-\[15px\] {
		font-size: 15px;
	}

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

@media (max-width: 290px) {
	.max-\[290px\]\:text-\[12px\] {
		font-size: 12px;
	}
}

@media (max-width: 280px) {
	.max-\[280px\]\:text-\[10px\] {
		font-size: 10px;
	}
}

@media (min-width: 460px) {
	.min-\[460px\]\:ml-\[48px\] {
		margin-left: 48px;
	}
}

@media (min-width: 640px) {
	.min-\[640px\]\:hidden {
		display: none;
	}
}

@media (min-width: 900px) {
	.min-\[900px\]\:items-center {
		align-items: center;
	}

	.min-\[900px\]\:justify-between {
		justify-content: space-between;
	}
}

@media (min-width: 1070px) {
	.min-\[1070px\]\:hidden {
		display: none;
	}

	.min-\[1070px\]\:flex {
		display: flex;
	}

	.min-\[1070px\]\:justify-center {
		justify-content: center;
	}

	.min-\[1070px\]\:gap-44 {
		gap: 11rem;
	}
}

@media (min-width: 1280px) {
	.xl\:mr-0 {
		margin-right: 0px;
	}
}

.fixed {
	position: fixed;
}

.payment__wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(14, 14, 14, 0.8);
	z-index: 9999;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}

.payment__wrap.off {
	opacity: 0;
	z-index: -1;
}

.payment__container {
	padding: 60px;
	backdrop-filter: blur(20px);
	background: linear-gradient(
		180deg,
		rgba(157, 125, 70, 0.37) 0%,
		rgba(174, 154, 76, 0.37) 100%
	);
	border-radius: 49px;

	display: flex;
	align-items: center;
	flex-direction: column;
}

.title {
	font-weight: 800;
	font-size: 43px;
}

.title span {
	height: 100%;
	border-radius: 7px;
	padding: 0 17px;
	background: linear-gradient(90deg, #ffa700 0%, #ffd623 100%);
	font-weight: 700;
	font-size: 32px;
	color: #56410b;
}

.description__title {
	font-weight: 500;
	font-size: 20px;
	margin-top: 23px;
}

.payments__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 7px;
	margin-top: 33px;
}

.payments__list div {
	width: 167px;
	height: 86px;
}

.payments__list div img {
	max-height: max-content;
	transition: 0.2s;
}

.desc {
	margin-top: 19px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	opacity: 0.58;
}

@media (max-height: 950px) {
	.payment__container {
		padding: 20px;
	}

	.payments__list {
		gap: 4px;
	}

	.payments__list div {
		width: 130px;
		height: 70px;
	}

	.title {
		font-size: 32px;
	}

	.title span {
		font-size: 20px;
	}

	.description__title {
		font-size: 15px;
	}
}
