/*
! tailwindcss v3.3.0 | 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: currentColor; /* 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.
*/

html {
	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, -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"; /* 4 */
	font-feature-settings: normal; /* 5 */
	font-variation-settings: normal; /* 6 */
}

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

*, ::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%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1445px;
	}
}
@media (min-width: 1605px) {

	.container {
		max-width: 1605px;
	}
}
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	inset: 0px;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.inset-x-8 {
	left: 2rem;
	right: 2rem;
}
.-right-16 {
	right: -4rem;
}
.-right-3 {
	right: -0.75rem;
}
.-top-3 {
	top: -0.75rem;
}
.bottom-0 {
	bottom: 0px;
}
.bottom-14 {
	bottom: 3.5rem;
}
.bottom-3 {
	bottom: 0.75rem;
}
.bottom-4 {
	bottom: 1rem;
}
.left-0 {
	left: 0px;
}
.left-4 {
	left: 1rem;
}
.left-full {
	left: 100%;
}
.right-0 {
	right: 0px;
}
.right-10 {
	right: 2.5rem;
}
.right-3 {
	right: 0.75rem;
}
.top-0 {
	top: 0px;
}
.top-16 {
	top: 4rem;
}
.top-20 {
	top: 5rem;
}
.top-3 {
	top: 0.75rem;
}
.top-5 {
	top: 1.25rem;
}
.top-8 {
	top: 2rem;
}
.top-full {
	top: 100%;
}
.-z-10 {
	z-index: -10;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-\[27\] {
	z-index: 27;
}
.z-\[2\] {
	z-index: 2;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.-mx-2\.5 {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.-my-5 {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-1\.5 {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-2\.5 {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-px {
	margin-left: 1px;
	margin-right: 1px;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-1\.5 {
	margin-bottom: 0.375rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-2\.5 {
	margin-bottom: 0.625rem;
}
.mb-28 {
	margin-bottom: 7rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-2\.5 {
	margin-left: 0.625rem;
}
.ml-24 {
	margin-left: 6rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.ml-8 {
	margin-left: 2rem;
}
.ml-9 {
	margin-left: 2.25rem;
}
.ml-auto {
	margin-left: auto;
}
.mr-14 {
	margin-right: 3.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-2\.5 {
	margin-right: 0.625rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-2\.5 {
	margin-top: 0.625rem;
}
.mt-28 {
	margin-top: 7rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-auto {
	margin-top: auto;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-0 {
	height: 0px;
}
.h-12 {
	height: 3rem;
}
.h-\[330px\] {
	height: 330px;
}
.h-\[37px\] {
	height: 37px;
}
.h-\[516px\] {
	height: 516px;
}
.h-\[559px\] {
	height: 559px;
}
.h-\[580px\] {
	height: 580px;
}
.h-\[71px\] {
	height: 71px;
}
.h-\[74px\] {
	height: 74px;
}
.h-\[79px\] {
	height: 79px;
}
.h-full {
	height: 100%;
}
.max-h-0 {
	max-height: 0px;
}
.max-h-\[1000px\] {
	max-height: 1000px;
}
.max-h-\[1500px\] {
	max-height: 1500px;
}
.max-h-\[2000px\] {
	max-height: 2000px;
}
.max-h-\[3000px\] {
	max-height: 3000px;
}
.max-h-\[99px\] {
	max-height: 99px;
}
.min-h-\[296px\] {
	min-height: 296px;
}
.min-h-\[359px\] {
	min-height: 359px;
}
.min-h-\[396px\] {
	min-height: 396px;
}
.min-h-\[40px\] {
	min-height: 40px;
}
.min-h-\[470px\] {
	min-height: 470px;
}
.min-h-\[758px\] {
	min-height: 758px;
}
.min-h-\[761px\] {
	min-height: 761px;
}
.w-0 {
	width: 0px;
}
.w-1\/2 {
	width: 50%;
}
.w-4\/5 {
	width: 80%;
}
.w-\[112px\] {
	width: 112px;
}
.w-\[180px\] {
	width: 180px;
}
.w-\[37px\] {
	width: 37px;
}
.w-\[74px\] {
	width: 74px;
}
.w-\[calc\(100\%_-_84px\)\] {
	width: calc(100% - 84px);
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.w-max {
	width: -moz-max-content;
	width: max-content;
}
.min-w-\[131px\] {
	min-width: 131px;
}
.min-w-\[271px\] {
	min-width: 271px;
}
.max-w-\[1080px\] {
	max-width: 1080px;
}
.max-w-\[1572px\] {
	max-width: 1572px;
}
.max-w-\[1920px\] {
	max-width: 1920px;
}
.max-w-\[2560px\] {
	max-width: 2560px;
}
.max-w-\[30\%\] {
	max-width: 30%;
}
.max-w-\[307px\] {
	max-width: 307px;
}
.max-w-\[350px\] {
	max-width: 350px;
}
.max-w-\[73px\] {
	max-width: 73px;
}
.max-w-\[79px\] {
	max-width: 79px;
}
.max-w-\[825px\] {
	max-width: 825px;
}
.max-w-\[calc\(100\%_-_24px\)\] {
	max-width: calc(100% - 24px);
}
.max-w-xs {
	max-width: 20rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-\[0_0_43px\] {
	flex: 0 0 43px;
}
.flex-\[0_0_45px\] {
	flex: 0 0 45px;
}
.-rotate-0 {
	--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));
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
	--tw-rotate: 180deg;
	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));
}
.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));
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.list-disc {
	list-style-type: disc;
}
.break-inside-avoid {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-0 {
	gap: 0px;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-x-5 {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-\[26px\] {
	border-radius: 26px;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-y {
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-\[\#1992cc\] {
	--tw-border-opacity: 1;
	border-color: rgb(25 146 204 / var(--tw-border-opacity));
}
.border-\[\#303030\] {
	--tw-border-opacity: 1;
	border-color: rgb(48 48 48 / var(--tw-border-opacity));
}
.border-\[\#646464\] {
	--tw-border-opacity: 1;
	border-color: rgb(100 100 100 / var(--tw-border-opacity));
}
.border-\[\#838383\] {
	--tw-border-opacity: 1;
	border-color: rgb(131 131 131 / var(--tw-border-opacity));
}
.border-\[\#c1c1c1\] {
	--tw-border-opacity: 1;
	border-color: rgb(193 193 193 / var(--tw-border-opacity));
}
.border-\[\#c2c2c2\] {
	--tw-border-opacity: 1;
	border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
.border-\[\#c5c5c5\] {
	--tw-border-opacity: 1;
	border-color: rgb(197 197 197 / var(--tw-border-opacity));
}
.border-\[\#cacaca\] {
	--tw-border-opacity: 1;
	border-color: rgb(202 202 202 / var(--tw-border-opacity));
}
.border-\[\#d1d1d1\] {
	--tw-border-opacity: 1;
	border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
.border-\[\#d4d4d4\] {
	--tw-border-opacity: 1;
	border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-\[\#d6d6d6\] {
	--tw-border-opacity: 1;
	border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-\[\#dadada\] {
	--tw-border-opacity: 1;
	border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-\[\#eaeaea\] {
	--tw-border-opacity: 1;
	border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-\[\#f2f2f2\] {
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-black\/20 {
	border-color: rgb(0 0 0 / 0.2);
}
.border-transparent {
	border-color: transparent;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#66a357\] {
	--tw-bg-opacity: 1;
	background-color: rgb(102 163 87 / var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(25 146 204 / var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.p-1 {
	padding: 0.25rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-3\.5 {
	padding: 0.875rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-7 {
	padding: 1.75rem;
}
.p-8 {
	padding: 2rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-0 {
	padding-left: 0px;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-1\.5 {
	padding-top: 0.375rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-pro {
	font-family: SF Pro Display, sans-serif;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-\[21px\] {
	font-size: 21px;
}
.text-\[31px\] {
	font-size: 31px;
}
.text-\[35px\] {
	font-size: 35px;
}
.text-\[40px\] {
	font-size: 40px;
}
.text-\[71px\] {
	font-size: 71px;
}
.text-\[90px\] {
	font-size: 90px;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-6 {
	line-height: 1.5rem;
}
.tracking-tighter {
	letter-spacing: -0.05em;
}
.text-\[\#0a4\] {
	--tw-text-opacity: 1;
	color: rgb(0 170 68 / var(--tw-text-opacity));
}
.text-\[\#282828\] {
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-\[\#4d4d4d\] {
	--tw-text-opacity: 1;
	color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-\[\#728f9a\] {
	--tw-text-opacity: 1;
	color: rgb(114 143 154 / var(--tw-text-opacity));
}
.text-\[\#737373\] {
	--tw-text-opacity: 1;
	color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-\[\#949494\] {
	--tw-text-opacity: 1;
	color: rgb(148 148 148 / var(--tw-text-opacity));
}
.text-\[\#9a9a9a\] {
	--tw-text-opacity: 1;
	color: rgb(154 154 154 / var(--tw-text-opacity));
}
.text-\[\#bdbdbd\] {
	--tw-text-opacity: 1;
	color: rgb(189 189 189 / var(--tw-text-opacity));
}
.text-\[\#c5c5c5\] {
	--tw-text-opacity: 1;
	color: rgb(197 197 197 / var(--tw-text-opacity));
}
.text-\[\#e35200\] {
	--tw-text-opacity: 1;
	color: rgb(227 82 0 / var(--tw-text-opacity));
}
.text-gray {
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / 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;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accent-black {
	accent-color: #000;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.outline {
	outline-style: solid;
}
.blur {
	--tw-blur: blur(8px);
	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);
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	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);
}
.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-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Black.woff2") format("woff2"), url("../fonts/SFProDisplay-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-HeavyItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-SemiboldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"), url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-ThinItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Thin.woff2") format("woff2"), url("../fonts/SFProDisplay-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-UltralightItalic.woff2") format("woff2"), url("../fonts/SFProDisplay-UltralightItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-BoldItalic.woff2") format("woff2"), url("../fonts/SFProText-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-Heavy.woff2") format("woff2"), url("../fonts/SFProText-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-Light.woff2") format("woff2"), url("../fonts/SFProText-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProText-HeavyItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-LightItalic.woff2") format("woff2"), url("../fonts/SFProText-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-RegularItalic.woff2") format("woff2"), url("../fonts/SFProText-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-MediumItalic.woff2") format("woff2"), url("../fonts/SFProText-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SFProText-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProText-SemiboldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
body {
	font-family: "SF Pro Text", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 17px;
	background: #f9f9f9;
}

h1 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 700;
}

h2 {
	font-family: "SF Pro Display", sans-serif;
}

h3 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	line-height: 1.12903;
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (min-width: 1445px) {

	h3 {
		font-size: 31px;
	}
}

a {
	transition: all 0.3s;
}

.title {
	font-family: SF Pro Display, sans-serif;
}

input, textarea, select {
	outline: none !important;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 2560px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1920px;
}
.container.pa {
	padding-left: 1rem;
	padding-right: 1rem;
}

.trans {
	transition: all 0.4s;
}

.black-btn {
	border-radius: 33px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.1;
	display: flex;
	width: 100%;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	padding: 0.875rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.white-btn {
	border-radius: 33px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.1;
	display: flex;
	width: 100%;
	justify-content: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
	background-color: transparent;
	padding: 0.875rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gray-btn {
	border-radius: 33px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.1;
	display: flex;
	width: 100%;
	cursor: pointer;
	justify-content: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(209 209 209 / var(--tw-border-opacity));
	background-color: transparent;
	padding: 0.875rem;
	text-align: center;
}

.links {
	font-weight: 500;
	font-size: 16px;
	transition: all 0.4s;
	line-height: 1.305;
	display: flex;
	align-items: center;
}
.links span {
	margin-left: 1rem;
	display: flex;
	height: 37px;
	width: 37px;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	transition: all 0.4s;
}
.links:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.links:hover span {
	--tw-bg-opacity: 1;
	background-color: rgb(25 146 204 / var(--tw-bg-opacity));
}

.seo-block {
	margin-bottom: 7rem;
}
.seo-block h1 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.065;
	margin-bottom: 2rem;
}
.seo-block p {
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.seo-block p ~ p, .seo-block p ~ div, .seo-block p ~ ul, .seo-block p ~ span, .seo-block span ~ p, .seo-block span ~ div, .seo-block span ~ ul, .seo-block span ~ span, .seo-block li ~ p, .seo-block li ~ div, .seo-block li ~ ul, .seo-block li ~ span, .seo-block ul ~ p, .seo-block ul ~ div, .seo-block ul ~ ul, .seo-block ul ~ span, .seo-block h2 ~ p, .seo-block h2 ~ div, .seo-block h2 ~ ul, .seo-block h2 ~ span, .seo-block h3 ~ p, .seo-block h3 ~ div, .seo-block h3 ~ ul, .seo-block h3 ~ span, .seo-block img ~ p, .seo-block img ~ div, .seo-block img ~ ul, .seo-block img ~ span {
	margin-top: 1rem;
}
@media (min-width: 1280px) {

	.seo-block p ~ p, .seo-block p ~ div, .seo-block p ~ ul, .seo-block p ~ span, .seo-block span ~ p, .seo-block span ~ div, .seo-block span ~ ul, .seo-block span ~ span, .seo-block li ~ p, .seo-block li ~ div, .seo-block li ~ ul, .seo-block li ~ span, .seo-block ul ~ p, .seo-block ul ~ div, .seo-block ul ~ ul, .seo-block ul ~ span, .seo-block h2 ~ p, .seo-block h2 ~ div, .seo-block h2 ~ ul, .seo-block h2 ~ span, .seo-block h3 ~ p, .seo-block h3 ~ div, .seo-block h3 ~ ul, .seo-block h3 ~ span, .seo-block img ~ p, .seo-block img ~ div, .seo-block img ~ ul, .seo-block img ~ span {
		margin-top: 1.5rem;
	}
}
.seo-block p ~ h2, .seo-block span ~ h2, .seo-block li ~ h2, .seo-block ul ~ h2, .seo-block h2 ~ h2, .seo-block h3 ~ h2, .seo-block img ~ h2 {
	margin-top: 1.5rem;
}
@media (min-width: 1280px) {

	.seo-block p ~ h2, .seo-block span ~ h2, .seo-block li ~ h2, .seo-block ul ~ h2, .seo-block h2 ~ h2, .seo-block h3 ~ h2, .seo-block img ~ h2 {
		margin-top: 2.5rem;
	}
}
.seo-block p ~ h3, .seo-block span ~ h3, .seo-block li ~ h3, .seo-block ul ~ h3, .seo-block h2 ~ h3, .seo-block h3 ~ h3, .seo-block img ~ h3 {
	margin-top: 1.25rem;
}
@media (min-width: 1280px) {

	.seo-block p ~ h3, .seo-block span ~ h3, .seo-block li ~ h3, .seo-block ul ~ h3, .seo-block h2 ~ h3, .seo-block h3 ~ h3, .seo-block img ~ h3 {
		margin-top: 2rem;
	}
}
.seo-block p ~ h4, .seo-block span ~ h4, .seo-block li ~ h4, .seo-block ul ~ h4, .seo-block h2 ~ h4, .seo-block h3 ~ h4, .seo-block img ~ h4 {
	margin-top: 1rem;
}
@media (min-width: 1280px) {

	.seo-block p ~ h4, .seo-block span ~ h4, .seo-block li ~ h4, .seo-block ul ~ h4, .seo-block h2 ~ h4, .seo-block h3 ~ h4, .seo-block img ~ h4 {
		margin-top: 1.5rem;
	}
}

.overlay {
	background: #000;
	opacity: 0.76;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -10;
	height: 0px;
	width: 0px;
}
.overlay.active {
	inset: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
}

.quantity {
	display: flex;
	align-items: center;
}
.quantity input {
	width: 88px;
	height: 28px;
	border-bottom: 1px solid #646464;
	text-align: center;
	margin: 0 5px;
}
.quantity__btn {
	font-family: "SF Pro Text", sans-serif;
	font-weight: 900;
	font-size: 17px;
	text-align: center;
	color: #000;
	cursor: pointer;
	display: flex;
	height: 37px;
	width: 37px;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(131 131 131 / var(--tw-border-opacity));
}
.quantity__btn:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}

.breadcrumbs {
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
	overflow-x: auto;
}

@media (min-width: 1280px) {

	.breadcrumbs {
		overflow: visible;
	}
}
.breadcrumbs ul {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.breadcrumbs li {
	position: relative;
	margin-right: 3rem;
}
.about-block__item:last-child .breadcrumbs li {
	border-radius: 29px;
	overflow: hidden;
}
.breadcrumbs li:last-child {
	position: static;
	--tw-text-opacity: 1;
	color: rgb(182 182 182 / var(--tw-text-opacity));
}
.breadcrumbs li:not(:last-child):before {
	content: url("data:image/svg+xml;charset=UTF-8,<svg width='15' height='8'  xmlns='http://www.w3.org/2000/svg'><path d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929      4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763      7.7308 11.1716 7.53553L14.3536 4.35355ZM0 4V4.5H14V4V3.5H0V4Z' fill='%238E8E8E' />      </svg>");
	right: -32px;
	top: -2px;
	position: absolute;
	width: 15px;
	height: 8px;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
	display: flex;
	justify-content: center;
}
.pagination ul {
	display: flex;
	align-items: center;
}
.pagination a {
	font-weight: 700;
}
.pagination li {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.pagination li:first-child {
	margin-right: 0.75rem;
}
.pagination li:last-child {
	margin-left: 0.75rem;
}
@media (min-width: 1280px) {

	.pagination li {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}

	.pagination li:first-child {
		margin-right: 1.25rem;
	}

	.pagination li:last-child {
		margin-left: 1.25rem;
	}
}
.pagination li.active {
	border: 1px solid #b3b3b3;
	border-radius: 45px;
}

.promo-page {
	margin-bottom: 5rem;
}
.promo-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.promo-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.promo-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.promo-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.promo-page h3 {
	margin-right: 1.25rem;
}
.promo-page__list {
	display: grid;
	gap: 1.25rem;
}
@media (min-width: 768px) {

	.promo-page__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.promo-page__item {
	display: flex;
	min-height: 761px;
	flex-direction: column;
	padding: 2rem;
}
@media (min-width: 768px) {

	.promo-page__item {
		min-height: 642px;
		padding: 2.5rem;
	}
}
@media (min-width: 1445px) {

	.promo-page__item {
		min-height: 681px;
	}
}
.promo-page__item {
	border-radius: 26px;
}
.promo-page__top {
	display: flex;
	flex-direction: column-reverse;
}
@media (min-width: 768px) {

	.promo-page__top {
		flex-direction: row;
		align-items: baseline;
		justify-content: space-between;
	}
}
.promo-page__bottom {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1445px) {

	.promo-page__bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}
.promo-page .action {
	line-height: 1.305;
	color: #fff;
	border-radius: 26px;
	padding: 2px 6px;
	height: 24px;
	background: #000;
	margin-right: 5px;
	margin-left: auto;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
@media (min-width: 768px) {

	.promo-page .action {
		margin-left: 0.75rem;
	}
}
@media (min-width: 1445px) {

	.promo-page .action {
		font-size: 15px;
	}
}

.delivery-page {
	margin-bottom: 7rem;
}
.delivery-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.delivery-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.delivery-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.delivery-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.delivery-page__item {
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	background: #fff;
	margin-bottom: 1.25rem;
	display: flex;
	min-height: 758px;
	flex-direction: column;
	padding: 2rem;
}
.delivery-page__item:last-child {
	margin-bottom: 0px;
}
@media (min-width: 1280px) {

	.delivery-page__item {
		padding: 2.5rem;
	}
}
.delivery-page h3 {
	margin-bottom: 2.5rem;
}
@media (min-width: 1280px) {

	.delivery-page h3 {
		margin-bottom: 0px;
	}
}
.delivery-page .links {
	margin-top: 1.25rem;
}
@media (min-width: 1280px) {

	.delivery-page .links {
		margin-top: 0px;
	}
}

.return-page {
	margin-bottom: 7rem;
}
.return-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.return-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.return-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.return-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.return-page__item {
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	background: #fff;
	margin-bottom: 1.25rem;
	display: flex;
	min-height: 359px;
	flex-direction: column;
	padding: 2rem;
}
.return-page__item:last-child {
	margin-bottom: 0px;
}
@media (min-width: 1280px) {

	.return-page__item {
		padding: 2.5rem;
	}
}
.return-page h3 {
	margin-bottom: 2.5rem;
}
@media (min-width: 1280px) {

	.return-page h3 {
		margin-bottom: 0px;
	}
}
.return-page .links {
	margin-top: 1.25rem;
}
@media (min-width: 1280px) {

	.return-page .links {
		margin-top: 0px;
	}
}

.faq-block {
	margin-bottom: 7rem;
}

@media (min-width: 1445px) {

	.faq-block {
		margin-left: 1.25rem;
	}
}
.faq-block h2 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.065;
	margin-bottom: 2.5rem;
}
.faq-block .links {
	justify-content: flex-end;
}
.faq-block__list {
	margin-bottom: 2.5rem;
}
.faq-block__item {
	border-top: 1px solid #bebebe;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.faq-block__item:last-child {
	border-bottom: 1px solid #bebebe;
}
.faq-block__item.active .faq-block__desc {
	max-height: 1000px;
	padding-top: 3.5rem;
	opacity: 1;
}
.faq-block__item.active .faq-block__title span {
	--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));
	padding-left: 0px;
	padding-right: 1.25rem;
}
.faq-block__title {
	font-weight: 600;
	display: flex;
	cursor: pointer;
}
.faq-block__title span {
	margin-left: auto;
	padding-left: 1.25rem;
}
.faq-block__desc {
	max-height: 0px;
	overflow: hidden;
	font-weight: 300;
	opacity: 0;
	transition: opacity 0.3s;
}

.bonus-page {
	margin-bottom: 7rem;
}
.bonus-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.bonus-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.bonus-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.bonus-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.bonus-page .black-btn {
	margin-top: 2rem;
	max-width: 350px;
}
.bonus-page__bg {
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	min-height: 359px;
	background: linear-gradient(225deg, #ffeefe 0%, #eceeff 100%);
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	padding: 2rem;
}
@media (min-width: 1280px) {

	.bonus-page__bg {
		padding: 2.5rem;
	}
}

.review-page {
	margin-bottom: 7rem;
}
.review-page__wrap {
	margin-bottom: 5rem;
	border-radius: 26px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
}
@media (min-width: 1280px) {

	.review-page__wrap {
		padding: 2.5rem;
	}
}
.review-page__wrap {
	border: 1px solid #f2f2f2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.review-page__list {
	gap: 1.25rem;
}
@media (min-width: 1024px) {

	.review-page__list {
		-moz-columns: 2;
		columns: 2;
	}
}
.review-page__item {
	margin-bottom: 1.25rem;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	border-radius: 26px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
}
@media (min-width: 1280px) {

	.review-page__item {
		padding: 2.5rem;
	}
}
.review-page__item p {
	margin-bottom: 2rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.review-page__item p.who {
	margin-bottom: 0px;
	font-weight: 400;
}
.review-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.review-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.review-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.review-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.review-page h2 {
	font-size: 35px;
	margin-bottom: 20px;
	margin-left: 1.25rem;
}
.review-page h3 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 1280px) {

	.review-page h3 {
		font-size: 31px;
	}
}
.review-page h4 {
	margin-bottom: 2.5rem;
	font-family: SF Pro Display, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}
.review-page input {
	width: 100%;
	height: 45px;
	padding: 8px 0;
}
.review-page textarea {
	resize: none;
	height: 45px;
	padding: 8px 0;
}
.review-page select {
	height: 45px;
	padding: 8px 0;
}
.review-page label {
	font-family: SF Pro Display, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(77 77 77 / var(--tw-text-opacity));
}
.review-page .custom-checkbox {
	position: relative;
	display: flex;
	height: 1.5rem;
	padding-left: 2rem;
}
.about-block__item:last-child .review-page .custom-checkbox {
	border-radius: 29px;
	overflow: hidden;
}
.review-page .custom-checkbox {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.review-page .custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.review-page .custom-checkbox input:checked ~ .checkmark {
	background-color: #000;
}
.review-page .custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.review-page .custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #000;
	border-radius: 3px;
	width: 26px;
	height: 26px;
	background: #fff;
}
.review-page .custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.review-page .black-btn {
	margin-top: 40px;
}
.review-page .rating {
	display: flex;
	align-items: center;
}
.review-page .rating-star {
	display: flex;
	gap: 0.125rem;
}

.about-page {
	margin-bottom: 7rem;
}
.about-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.about-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.about-page .title {
		margin-left: 2.25rem;
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.about-page .title {
		font-size: 71px;
	}
}
.about-page h3 {
	margin-bottom: 2.5rem;
	font-family: SF Pro Display, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 1280px) {

	.about-page h3 {
		font-size: 31px;
	}
}
.about-page p {
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.about-page ul {
	margin-left: 1.25rem;
	list-style-type: disc;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}

.contact-page__wrap {
	margin-bottom: 1.25rem;
	border-radius: 26px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
}

@media (min-width: 1280px) {

	.contact-page__wrap {
		padding: 2.5rem;
	}
}

.contact-page__wrap {
	border: 1px solid #f2f2f2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.contact-page__map {
	margin-left: -1rem;
	margin-right: -1rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.contact-page__map iframe {
	height: 516px;
	width: 100%;
}
.contact-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.contact-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.contact-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.contact-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.contact-page h3 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 1280px) {

	.contact-page h3 {
		font-size: 31px;
	}
}
.contact-page h4 {
	margin-bottom: 2.5rem;
	font-family: SF Pro Display, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}
.contact-page input {
	width: 100%;
	height: 45px;
	padding: 8px 0;
}
.contact-page textarea {
	resize: none;
	height: 45px;
	padding: 8px 0;
}
.contact-page label {
	font-family: SF Pro Display, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(77 77 77 / var(--tw-text-opacity));
}
.contact-page .custom-checkbox {
	position: relative;
	display: flex;
	height: 1.5rem;
	padding-left: 2rem;
}
.about-block__item:last-child .contact-page .custom-checkbox {
	border-radius: 29px;
	overflow: hidden;
}
.contact-page .custom-checkbox {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.contact-page .custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.contact-page .custom-checkbox input:checked ~ .checkmark {
	background-color: #000;
}
.contact-page .custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.contact-page .custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #000;
	border-radius: 3px;
	width: 26px;
	height: 26px;
	background: #fff;
}
.contact-page .custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.contact-page .black-btn {
	margin-top: 40px;
}
.contact-page ul {
	display: flex;
	list-style-type: disc;
	font-family: SF Pro Display, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 1280px) {

	.contact-page ul {
		font-size: 31px;
	}
}
.contact-page ul li {
	margin-left: 2.5rem;
}
.contact-page ul li:first-child {
	margin-left: 0px;
}
.contact-page ul li *:first-child::marker {
	--tw-content: none;
	content: var(--tw-content);
}
.contact-page ul li:first-child::marker {
	--tw-content: none;
	content: var(--tw-content);
}

.privacy-page {
	margin-bottom: 7rem;
}
.privacy-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.privacy-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.privacy-page .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.privacy-page .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.privacy-page h3 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.065;
	margin-bottom: 2rem;
}
.privacy-page p {
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.privacy-page p ~ p, .privacy-page p ~ div, .privacy-page p ~ ul, .privacy-page p ~ span, .privacy-page span ~ p, .privacy-page span ~ div, .privacy-page span ~ ul, .privacy-page span ~ span, .privacy-page li ~ p, .privacy-page li ~ div, .privacy-page li ~ ul, .privacy-page li ~ span, .privacy-page ul ~ p, .privacy-page ul ~ div, .privacy-page ul ~ ul, .privacy-page ul ~ span, .privacy-page h2 ~ p, .privacy-page h2 ~ div, .privacy-page h2 ~ ul, .privacy-page h2 ~ span, .privacy-page h3 ~ p, .privacy-page h3 ~ div, .privacy-page h3 ~ ul, .privacy-page h3 ~ span, .privacy-page img ~ p, .privacy-page img ~ div, .privacy-page img ~ ul, .privacy-page img ~ span {
	margin-top: 1rem;
}
@media (min-width: 1280px) {

	.privacy-page p ~ p, .privacy-page p ~ div, .privacy-page p ~ ul, .privacy-page p ~ span, .privacy-page span ~ p, .privacy-page span ~ div, .privacy-page span ~ ul, .privacy-page span ~ span, .privacy-page li ~ p, .privacy-page li ~ div, .privacy-page li ~ ul, .privacy-page li ~ span, .privacy-page ul ~ p, .privacy-page ul ~ div, .privacy-page ul ~ ul, .privacy-page ul ~ span, .privacy-page h2 ~ p, .privacy-page h2 ~ div, .privacy-page h2 ~ ul, .privacy-page h2 ~ span, .privacy-page h3 ~ p, .privacy-page h3 ~ div, .privacy-page h3 ~ ul, .privacy-page h3 ~ span, .privacy-page img ~ p, .privacy-page img ~ div, .privacy-page img ~ ul, .privacy-page img ~ span {
		margin-top: 1.5rem;
	}
}
.privacy-page p ~ h2, .privacy-page span ~ h2, .privacy-page li ~ h2, .privacy-page ul ~ h2, .privacy-page h2 ~ h2, .privacy-page h3 ~ h2, .privacy-page img ~ h2 {
	margin-top: 1.5rem;
}
@media (min-width: 1280px) {

	.privacy-page p ~ h2, .privacy-page span ~ h2, .privacy-page li ~ h2, .privacy-page ul ~ h2, .privacy-page h2 ~ h2, .privacy-page h3 ~ h2, .privacy-page img ~ h2 {
		margin-top: 2.5rem;
	}
}
.privacy-page p ~ h3, .privacy-page span ~ h3, .privacy-page li ~ h3, .privacy-page ul ~ h3, .privacy-page h2 ~ h3, .privacy-page h3 ~ h3, .privacy-page img ~ h3 {
	margin-top: 1.25rem;
}
@media (min-width: 1280px) {

	.privacy-page p ~ h3, .privacy-page span ~ h3, .privacy-page li ~ h3, .privacy-page ul ~ h3, .privacy-page h2 ~ h3, .privacy-page h3 ~ h3, .privacy-page img ~ h3 {
		margin-top: 2rem;
	}
}
.privacy-page p ~ h4, .privacy-page span ~ h4, .privacy-page li ~ h4, .privacy-page ul ~ h4, .privacy-page h2 ~ h4, .privacy-page h3 ~ h4, .privacy-page img ~ h4 {
	margin-top: 1rem;
}
@media (min-width: 1280px) {

	.privacy-page p ~ h4, .privacy-page span ~ h4, .privacy-page li ~ h4, .privacy-page ul ~ h4, .privacy-page h2 ~ h4, .privacy-page h3 ~ h4, .privacy-page img ~ h4 {
		margin-top: 1.5rem;
	}
}
.privacy-page__wrap {
	width: 80%;
}
@media (min-width: 1280px) {

	.privacy-page__wrap {
		padding-left: 1.25rem;
	}
}

.main-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.main-block {
		margin-bottom: 7rem;
	}
}
.main-block .slick-dots {
	bottom: 1rem;
	left: 1rem;
	width: auto;
}
@media (min-width: 768px) {

	.main-block .slick-dots {
		bottom: 2rem;
		left: 0px;
		width: 100%;
	}
}
.main-block .slick-dots li {
	padding: 0;
	margin-left: 0.375rem;
	margin-right: 0.375rem;
	height: auto;
	width: auto;
}
.main-block .slick-dots li button {
	border: 1px solid #c2c2c2;
	background: #fff;
	border-radius: 17px;
	width: 11px;
	height: 11px;
	padding: 0;
	transition: all 0.4s;
}
.main-block .slick-dots li button:before {
	content: none;
}
.main-block .slick-dots li.slick-active button {
	border: 1px solid #000;
	width: 33px;
	background: #000;
}
.main-block__slider:not(.slick-initialized) .main-block__slide:not(:first-child) {
	display: none;
}
.main-block__slide {
	position: relative;
}
.about-block__item:last-child .main-block__slide {
	border-radius: 29px;
	overflow: hidden;
}
.main-block__slide.top-center .text {
	left: 0px;
	right: 0px;
	top: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}
@media (min-width: 1280px) {

	.main-block__slide.top-center .text {
		top: 5rem;
	}
}
.main-block__slide.bottom-left .text {
	left: 1rem;
	bottom: 3.5rem;
}
@media (min-width: 768px) {

	.main-block__slide.bottom-left .text {
		left: 2.25rem;
		bottom: 8rem;
	}
}
.main-block .text {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 300;
	line-height: 0.96;
	position: absolute;
	z-index: 2;
}
.main-block .text h2 {
	margin-bottom: 1.5rem;
	font-size: 40px;
}
@media (min-width: 1280px) {

	.main-block .text h2 {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.main-block .text h2 {
		font-size: 71px;
	}
}
.main-block .text p {
	font-size: 35px;
}
.main-block .img {
	width: 100%;
}
.main-block .img img {
	min-height: 470px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.slider-block {
		margin-bottom: 2rem;
	}
}
.slider-block h2 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 768px) {

	.slider-block h2 {
		margin-left: 1.25rem;
		font-size: 35px;
	}

	.slider-block .links {
		margin-left: 1.25rem;
	}
}
.slider-block .slick-list {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.slider-block .slick-slide > div {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	height: 100%;
}
.slider-block .slick-slide {
	height: auto;
}
.slider-block .entry {
	height: 100%;
}
@media (min-width: 1280px) {

	.slider-block .entry {
		height: 469px;
	}
}
.slider-block .slick-track {
	margin: 0;
	display: flex;
}
.slider-block .custom-dots button {
	border: 1px solid #c2c2c2;
	background: #fff;
	border-radius: 17px;
	width: 11px;
	height: 11px;
	padding: 0;
	transition: all 0.4s;
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}
.slider-block .custom-dots button.active {
	border: 1px solid #000;
	width: 33px;
	background: #000;
}
.slider-block__slider {
	margin-bottom: 1.25rem;
}
.slider-block__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 1280px) {

	.slider-block__bottom {
		flex-wrap: nowrap;
	}
}
.slider-block__bottom .links {
	order: 3;
	margin-top: 2rem;
}
@media (min-width: 768px) {

	.slider-block__bottom .links {
		order: 1;
		margin-top: 0px;
	}
}
.slider-block__bottom .custom-dots {
	order: 1;
	width: 50%;
}
@media (min-width: 768px) {

	.slider-block__bottom .custom-dots {
		order: 2;
		width: auto;
	}
}
.slider-block__bottom .slider-block__btns {
	order: 2;
	width: 50%;
	justify-content: flex-end;
}
@media (min-width: 768px) {

	.slider-block__bottom .slider-block__btns {
		order: 3;
		width: auto;
	}
}
.slider-block__btns {
	display: flex;
}
.slider-block__btn {
	display: flex;
	height: 74px;
	width: 74px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(0 0 0 / 0.2);
}
.slider-block__btn:first-child {
	margin-right: 0.625rem;
	--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));
}
.slider-block__btn {
	transition: all 0.4s;
}
.slider-block__btn svg path {
	transition: all 0.4s;
}
.slider-block__btn:hover svg path {
	stroke: #1992cc;
}

.entry {
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}

@media (min-width: 1280px) {

	.entry {
		height: 469px;
	}
}
.entry .favorite {
	margin-left: auto;
	display: flex;
}
.entry .favorite:hover svg path {
	stroke: #1992cc;
}
.entry .favorite svg path {
	transition: all 0.4s;
}
.entry .action {
	display: flex;
}
.entry .action p {
	line-height: 1.305;
	color: #fff;
	border-radius: 26px;
	padding: 2px 6px;
	height: 24px;
	background: #000;
	margin-right: 5px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
@media (min-width: 1445px) {

	.entry .action p {
		font-size: 15px;
	}
}
.entry .price {
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	display: flex;
	flex-direction: column;
}
.entry .price span {
	font-weight: 400;
	font-size: 14px;
	text-decoration: line-through;
	color: #949494;
}
.entry .rating {
	margin-bottom: 1.5rem;
	display: flex;
}
.entry .characteristic {
	font-weight: 300;
	line-height: 1.47059;
	text-align: center;
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
@media (min-width: 1445px) {

	.entry .characteristic {
		font-size: 17px;
	}
}
.entry .rating-star {
	display: flex;
}
.entry .rating-star svg {
	margin-left: 1px;
	margin-right: 1px;
}
.entry__wrap {
	height: 100%;
	overflow: hidden;
	padding: 1.75rem;
}
@media (min-width: 1445px) {

	.entry__wrap {
		padding: 2rem;
	}
}
@media (min-width: 1280px) {

	.entry__wrap:hover .entry__img {
		margin-top: 1rem;
	}

	.entry__wrap:hover .entry__img img {
		max-width: 143px;
	}

	.entry__wrap:hover .entry__bottom-vis {
		height: 0px;
		overflow: hidden;
		opacity: 0;
	}

	.entry__wrap:hover .entry__bottom-hover {
		height: auto;
		overflow: visible;
		opacity: 1;
	}
}
.entry__top {
	display: flex;
}
.entry__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}
.entry__img img {
	transition: all 0.4s;
}
.entry__bottom-hover {
	display: flex;
	height: 0px;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s;
}
.entry__bottom-vis {
	transition: opacity 0.4s;
}
.entry__bottom-vis a {
	font-family: "SF Pro Text", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.47059;
	margin-bottom: 0.375rem;
	display: flex;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.entry__bottom-vis .colors {
	padding-left: 0.5rem;
}
.entry__bottom-vis .colors svg:first-child {
	margin-bottom: 5px;
}
.entry__bottom-vis .rating {
	margin-top: 1.25rem;
}
@media (min-width: 1280px) {

	.entry__bottom-vis .rating {
		display: none;
	}
}
.entry__bottom-vis .black-btn {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

	.entry__bottom-vis .black-btn {
		display: none;
	}
}

.about-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.about-block {
		margin-bottom: 6rem;
		margin-top: 5rem;
	}
}
.about-block h2 {
	font-weight: 300;
	line-height: 0.96;
	font-size: 40px;
}
@media (min-width: 1280px) {

	.about-block h2 {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.about-block h2 {
		font-size: 71px;
	}
}
.about-block__wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
}
@media (min-width: 1280px) {

	.about-block__wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.about-block__item {
	border-radius: 26px;
}
.about-block__item:first-child {
	background: linear-gradient(224deg, #e1eff5 0%, #eae8dd 100%);
	display: flex;
	height: 559px;
	flex-direction: column;
	padding: 2rem;
}
@media (min-width: 640px) {

	.about-block__item:first-child {
		padding: 2.5rem;
	}
}
@media (min-width: 768px) {

	.about-block__item:first-child {
		height: 681px;
	}
}
.about-block__item:last-child {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
}
@media (min-width: 768px) {

	.about-block__item:last-child {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.about-block__item:last-child .img {
	margin-top: auto;
	width: 100%;
}
.about-block__item:last-child .img img {
	height: 580px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 768px) {

	.about-block__item:last-child .img img {
		height: 681px;
	}
}
.about-block__item:last-child .relative {
	border-radius: 29px;
	overflow: hidden;
}

.why-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.why-block {
		margin-bottom: 6rem;
		margin-top: 5rem;
	}
}
.why-block .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	margin-left: 1rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.why-block .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.why-block .title {
		margin-left: 1.25rem;
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.why-block .title {
		font-size: 71px;
	}
}
.why-block .links {
	margin-top: auto;
	margin-left: auto;
}
.why-block h3 {
	margin-bottom: 1.25rem;
}
.why-block p {
	font-weight: 300;
	line-height: 1.47059;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.why-block__wrap {
	margin-bottom: 2rem;
	display: flex;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	overflow-x: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0.75rem;
}
@media (min-width: 1280px) {

	.why-block__wrap {
		display: grid;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}
.why-block__item {
	display: flex;
	min-width: 271px;
	flex-direction: column;
	border-radius: 26px;
	padding: 2.5rem;
}
@media (min-width: 1280px) {

	.why-block__item {
		min-width: 0px;
	}
}
.why-block__item {
	border: 1px solid #f2f2f2;
	min-height: 348px;
	background: #fff;
}
.why-block__item h3 {
	padding-right: 2.5rem;
}

.clients-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.clients-block {
		margin-bottom: 6rem;
	}
}
.clients-block .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.clients-block .title {
		margin-bottom: 4rem;
		margin-left: 1.25rem;
	}
}
@media (min-width: 1280px) {

	.clients-block .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.clients-block .title {
		font-size: 71px;
	}
}
.clients-block h3 {
	margin-bottom: 1rem;
}
.clients-block p {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.47059;
	margin-bottom: 2.25rem;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.clients-block__wrap {
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
}
@media (min-width: 768px) {

	.clients-block__wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.clients-block__item {
	display: flex;
	flex-direction: column;
	border-radius: 26px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
	background: linear-gradient(224deg, #e2eef3 0%, #f3f3dc 100%);
}
.clients-block__item:first-child {
	background: linear-gradient(224deg, #f2f2e3 0%, #fcebeb 100%);
}
.clients-block__item:last-child {
	background: linear-gradient(224deg, #d9e0e7 0%, #eaf2fb 100%);
}
.clients-block .img {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

.features-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.features-block {
		margin-bottom: 6rem;
	}
}
.features-block .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	margin-left: 1rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.features-block .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.features-block .title {
		margin-left: 1.25rem;
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.features-block .title {
		font-size: 71px;
	}
}
.features-block .links {
	margin-top: auto;
	margin-left: auto;
}
.features-block h3 {
	margin-bottom: 1.25rem;
}
.features-block p {
	font-weight: 300;
	line-height: 1.47059;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.features-block__wrap {
	margin-bottom: 2rem;
	display: flex;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.25rem;
	overflow-x: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0.75rem;
}
@media (min-width: 1280px) {

	.features-block__wrap {
		display: grid;
		overflow: hidden;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}
.features-block__item {
	display: flex;
	min-width: 271px;
	flex-direction: column;
	border-radius: 26px;
	padding: 2.5rem;
}
@media (min-width: 1280px) {

	.features-block__item {
		min-width: 0px;
	}
}
.features-block__item {
	border: 1px solid #f2f2f2;
	min-height: 348px;
	background: #fff;
}

.review-block {
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.review-block {
		margin-bottom: 7rem;
	}
}
.review-block h2 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 1.25rem;
	margin-left: 1.25rem;
}
@media (min-width: 768px) {

	.review-block .links {
		margin-left: 1.25rem;
	}
}
.review-block .slick-list {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.review-block .slick-slide > div {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	height: 100%;
}
.review-block .slick-slide {
	height: auto;
}
.review-block .slick-track {
	margin: 0;
	display: flex;
}
.review-block .custom-dots button {
	border: 1px solid #c2c2c2;
	background: #fff;
	border-radius: 17px;
	width: 11px;
	height: 11px;
	padding: 0;
	transition: all 0.4s;
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}
.review-block .custom-dots button.active {
	border: 1px solid #000;
	width: 33px;
	background: #000;
}
.review-block__slider {
	margin-bottom: 1.25rem;
}
.review-block__slider:not(.slick-initialized) .review {
	max-width: 50%;
	width: 100%;
}
.review-block__slider:not(.slick-initialized) .review:not(:first-child) {
	display: none;
}
.review-block__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 1280px) {

	.review-block__bottom {
		flex-wrap: nowrap;
	}
}
.review-block__bottom .links {
	order: 3;
	margin-top: 2rem;
}
@media (min-width: 768px) {

	.review-block__bottom .links {
		order: 1;
		margin-top: 0px;
	}
}
.review-block__bottom .custom-dots {
	order: 1;
	width: 50%;
}
@media (min-width: 768px) {

	.review-block__bottom .custom-dots {
		order: 2;
		width: auto;
	}
}
.review-block__bottom .review-block__btns {
	order: 2;
	width: 50%;
	justify-content: flex-end;
}
@media (min-width: 768px) {

	.review-block__bottom .review-block__btns {
		order: 3;
		width: auto;
	}
}
.review-block__btns {
	display: flex;
}
.review-block__btn {
	display: flex;
	height: 74px;
	width: 74px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(0 0 0 / 0.2);
}
.review-block__btn:first-child {
	margin-right: 0.625rem;
	--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));
}
.review-block__btn {
	transition: all 0.4s;
}
.review-block__btn svg path {
	transition: all 0.4s;
}
.review-block__btn:hover svg path {
	stroke: #1992cc;
}

.review {
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	overflow: hidden;
	height: 100%;
}
.review .img {
	margin-bottom: 1.25rem;
	display: flex;
	width: 112px;
}
@media (min-width: 1280px) {

	.review .img {
		margin-bottom: 0px;
		flex: 0 0 112px;
	}
}
.review .rating {
	margin-bottom: 3.5rem;
	display: flex;
}
@media (min-width: 768px) {

	.review .rating {
		margin-bottom: 5rem;
	}
}
.review .rating-star {
	display: flex;
}
.review .rating-star svg {
	margin-left: 1px;
	margin-right: 1px;
}
.review__title {
	margin-bottom: 0.375rem;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.review__price {
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 1.25rem;
}
.review__wrap {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2.5rem;
}
.about-block__item:last-child .review__wrap {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 1280px) {

	.review__wrap {
		flex-direction: row;
		align-items: flex-start;
	}
}
.review__text {
	margin-bottom: 2.5rem;
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.review__fav {
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
}
.review__fav:hover svg path {
	stroke: #1992cc;
}
.review__fav svg path {
	transition: all 0.4s;
}
.review__col {
	margin-top: 0.625rem;
	display: flex;
	height: 100%;
	flex-direction: column;
}
@media (min-width: 1280px) {

	.review__col {
		width: calc(100% - 112px);
		padding-left: 1.25rem;
	}
}
@media (min-width: 1605px) {

	.review__col {
		padding-left: 3.5rem;
	}
}

.footer {
	background: #0c0c0c;
}
.footer__top {
	position: relative;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(48 48 48 / var(--tw-border-opacity));
	padding-bottom: 2.5rem;
}
.about-block__item:last-child .footer__top {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 1280px) {

	.footer__top {
		flex-direction: row;
	}
}
.footer__top form {
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 1280px) {

	.footer__top form {
		flex-direction: row;
	}
}
.footer__top form input {
	background: transparent;
	height: 51px;
	font-family: "SF Pro Text", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	border-bottom: 1px solid #646464;
	width: 100%;
}
@media (min-width: 1280px) {

	.footer__top form input {
		width: 391px;
	}
}
.footer__top form input::-moz-placeholder {
	color: #7d7d7d;
}
.footer__top form input::placeholder {
	color: #7d7d7d;
}
.footer__top .white-btn {
	margin-top: 1.25rem;
}
@media (min-width: 1280px) {

	.footer__top .white-btn {
		margin-left: 1rem;
		margin-top: 0px;
		max-width: 248px;
	}
}
.footer__top .totop {
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	min-width: 131px;
	cursor: pointer;
	justify-content: flex-end;
}
.footer__mid {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 100%;
	max-width: 1080px;
	padding-bottom: 4rem;
}
.footer__mid ul:not(:first-child) {
	margin-top: 32px;
}
.footer__mid ul.social {
	display: flex;
}
.footer__mid ul.social li {
	margin-right: 16px;
}
.footer__mid ul a {
	font-weight: 400;
	line-height: 1.76471;
	color: #bdbdbd;
}
@media (min-width: 1280px) {

	.footer__mid .for-social .social {
		display: none;
	}
}
.footer__bottom {
	display: flex;
	flex-direction: column;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(48 48 48 / var(--tw-border-opacity));
	padding-top: 1.25rem;
}
@media (min-width: 1280px) {

	.footer__bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.header {
	position: sticky;
	top: 0px;
	z-index: 10;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-size: 0.75rem;
	line-height: 1rem;
}

@media (min-width: 1445px) {

	.header {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

@media (min-width: 1605px) {

	.header {
		font-size: 17px;
	}
}

.header {
	border-bottom: 1px solid #eaeaea;
}
.header__wrap {
	display: flex;
	height: 71px;
	align-items: center;
}
@media (min-width: 1605px) {

	.header__wrap {
		height: 84px;
	}
}
.header__logo {
	width: 100%;
	max-width: 73px;
}
@media (min-width: 1280px) {

	.header__logo {
		max-width: 100px;
	}
}
@media (min-width: 1605px) {

	.header__logo {
		width: auto;
		max-width: none;
	}
}
.header__menu {
	margin-left: auto;
	margin-right: auto;
	display: none;
	height: 100%;
	align-items: center;
}
@media (min-width: 1280px) {

	.header__menu {
		display: flex;
	}
}
.header__menu.active {
	pointer-events: none;
}
.header__search {
	position: relative;
	margin-right: 2rem;
	margin-left: auto;
	--tw-border-opacity: 1;
	border-color: rgb(197 197 197 / var(--tw-border-opacity));
}
.about-block__item:last-child .header__search {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 1280px) {

	.header__search {
		margin-left: 1rem;
		border-left-width: 1px;
		border-right-width: 1px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 1445px) {

	.header__search {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
@media (min-width: 1605px) {

	.header__search {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.header__search.active .header__search-wrap {
	opacity: 1;
	height: 3rem;
	max-height: 99px;
}
@media (min-width: 1280px) {

	.header__search.active .header__search-wrap {
		height: auto;
	}
}
.header__search .search-btn {
	cursor: pointer;
}
.header__search .search-btn:hover svg line,
.header__search .search-btn:hover svg circle {
	stroke: #1992cc;
}
.header__search-wrap {
	position: fixed;
	top: 4rem;
	right: 0px;
	left: 0px;
	z-index: 10;
	display: flex;
	max-height: 0px;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	opacity: 0;
}
@media (min-width: 1280px) {

	.header__search-wrap {
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 2rem;
		left: auto;
	}
}
@media (min-width: 1605px) {

	.header__search-wrap {
		right: 2.5rem;
	}
}
.header__search-wrap form {
	display: flex;
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 1280px) {

	.header__search-wrap form {
		width: auto;
		padding: 0px;
	}
}
.header__search-wrap input {
	border-bottom: 1px solid #646464;
	width: 100%;
}
.header__search-wrap input::-moz-placeholder {
	font-weight: 300;
	font-size: 17px;
	color: #9c9c9c;
}
.header__search-wrap input::placeholder {
	font-weight: 300;
	font-size: 17px;
	color: #9c9c9c;
}
.header__search-wrap button {
	margin-left: 1.25rem;
}
.header__search-wrap button:hover svg line,
.header__search-wrap button:hover svg circle {
	stroke: #1992cc;
}
.header__bonus:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__action {
	position: relative;
}
.about-block__item:last-child .header__action {
	border-radius: 29px;
	overflow: hidden;
}
.header__action:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__action:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 27px;
	background: #c5c5c5;
	left: 0px;
}
.header__catalog {
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(234 234 234 / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media (min-width: 1280px) {

	.header__catalog {
		margin: 0px;
		height: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 1.25rem;
	}
}
@media (min-width: 1445px) {

	.header__catalog {
		padding-right: 2.5rem;
	}
}
@media (min-width: 1280px) {

	.header__catalog:hover .header__catalog-wrap {
		max-height: 3000px;
		min-height: 396px;
		border-top-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(242 242 242 / var(--tw-border-opacity));
		padding: 3.5rem;
		padding-left: 0px;
		opacity: 1;
	}
}
.header__catalog:hover .header__catalog-wrap {
	transition: opacity 0.3s;
}
@media (min-width: 1280px) {

	.header__catalog:hover .header__catalog-title {
		--tw-text-opacity: 1;
		color: rgb(25 146 204 / var(--tw-text-opacity));
	}

	.header__catalog:hover .header__catalog-title span {
		--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));
		padding-left: 0px;
		padding-right: 0.625rem;
	}
}
.header__catalog:hover .header__catalog-title svg path {
	stroke: #1992cc;
}
.header__catalog.open .header__catalog-wrap {
	max-height: 2000px;
	opacity: 1;
}
.header__catalog-title {
	display: flex;
	width: 100%;
	cursor: pointer;
	align-items: center;
}
@media (min-width: 1280px) {

	.header__catalog-title {
		width: auto;
	}
}
.header__catalog-title span {
	transition: all 0.3s;
	margin-left: auto;
	--tw-rotate: -90deg;
	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: 1280px) {

	.header__catalog-title span {
		margin: 0px;
		--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));
		padding-left: 0.625rem;
	}
}
.header__catalog-title.open {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__catalog-title.open span {
	--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));
}
.header__catalog-title svg path {
	transition: all 0.3s;
}
.header__catalog-wrap {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	z-index: 20;
	display: flex;
	max-height: 0px;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	opacity: 0;
}
@media (min-width: 1280px) {

	.header__catalog-wrap {
		padding: 0px;
	}
}
.header__catalog-wrap {
	border-radius: 0 0 16px 16px;
}
.header__catalog-wrap .wrap {
	min-height: 550px;
	width: 100%;
	display: flex;
}
.header__catalog-wrap h2 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.065;
	color: #000;
	margin-bottom: 24px;
	display: none;
}
@media (min-width: 1280px) {

	.header__catalog-wrap h2 {
		display: block;
	}
}
.header__catalog-menu {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
}
.header__catalog-menu:hover .header__catalog-menu-lv2 {
	opacity: 1;
	max-height: 1000px;
}
.header__catalog-menu:hover .header__catalog-menu-title {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__catalog-menu:hover .header__catalog-menu-title svg path {
	stroke: #1992cc;
}
.header__catalog-menu:hover .header__catalog-menu-title span {
	transform: rotateY(180deg);
}
.header__catalog-menu-title {
	display: flex;
	align-items: center;
	padding-right: 1.5rem;
	justify-content: space-between;
}
.header__catalog-menu-lv2 {
	position: absolute;
	left: 100%;
	display: flex;
	max-height: 0px;
	flex-direction: column;
	overflow: hidden;
	opacity: 0;
	top: 0;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 1280px) {

	.header__catalog-menu-lv2 {
		width: 300px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.header__catalog-menu-lv2 a {
	margin-bottom: 1rem;
	display: flex;
}
.header__catalog-menu a:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__catalog-entry {
	display: flex;
	flex-direction: column;
}
.header__catalog-entry h3 {
	margin-bottom: 3rem;
}
.header__catalog-entry .img {
	max-width: 135px;
	width: 100%;
	margin-bottom: 3rem;
}
.header__catalog-entry .links {
	margin-top: 40px;
}
.header__catalog-entry a.name {
	font-weight: 300;
	line-height: 1.47059;
	color: #282828;
	padding-bottom: 6px;
}
.header__catalog-entry .price {
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	display: flex;
	flex-direction: column;
}
.header__catalog-entry .price span {
	font-weight: 400;
	font-size: 14px;
	text-decoration: line-through;
	color: #949494;
}
.header__catalog-action {
	display: none;
	border-left-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(212 212 212 / var(--tw-border-opacity));
	padding-left: 2.5rem;
}
@media (min-width: 1280px) {

	.header__catalog-action {
		display: block;
	}
}
.header__catalog-action {
	max-width: calc(100% - 825px);
	width: 100%;
}
.header__catalog .wrapper {
	width: 100%;
	max-width: 825px;
}
@media (min-width: 1605px) {

	.header__catalog .wrapper {
		max-width: 950px;
	}
}
.header__catalog .column {
	border-right: 1px solid #d4d4d4;
	height: 100%;
	position: relative;
	width: 180px;
}
@media (min-width: 1280px) {

	.header__catalog .column {
		width: 300px;
	}
}
.header__phones {
	display: none;
	height: 100%;
}
@media (min-width: 1280px) {

	.header__phones {
		display: flex;
	}
}
.header__phones:hover .header__phones-wrap {
	max-height: 3000px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	padding: 1.25rem;
	opacity: 1;
}
@media (min-width: 1445px) {

	.header__phones:hover .header__phones-wrap {
		padding: 2.5rem;
	}
}
.header__phones:hover .header__phones-wrap {
	transition: opacity 0.3s;
}
.header__phones:hover .header__phones-title {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__phones:hover .header__phones-title span {
	transform: rotateX(180deg);
}
.header__phones:hover .header__phones-title svg path {
	stroke: #1992cc;
}
.header__phones-title {
	display: flex;
	align-items: center;
}
.header__phones-title:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__phones-title:hover span {
	transform: rotateX(180deg);
}
.header__phones-title:hover svg path {
	stroke: #1992cc;
}
.header__phones-title span {
	padding-left: 10px;
	transition: all 0.3s;
}
.header__phones-title svg path {
	transition: all 0.3s;
}
.header__phones-wrap {
	position: absolute;
	top: 100%;
	z-index: 20;
	display: flex;
	max-height: 0px;
	flex-direction: column;
	overflow: hidden;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	opacity: 0;
	border-radius: 0 0 16px 16px;
}
.header__buy {
	display: flex;
	height: 100%;
}
.header__buy:hover .header__buy-wrap {
	max-height: 3000px;
	min-height: 396px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	padding: 1.25rem;
	opacity: 1;
}
@media (min-width: 1445px) {

	.header__buy:hover .header__buy-wrap {
		padding-left: 2.5rem;
		padding-top: 2.5rem;
		padding-bottom: 1.25rem;
		padding-right: 1.25rem;
	}
}
.header__buy:hover .header__buy-wrap {
	transition: opacity 0.3s;
}
.header__buy:hover .header__buy-title {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__buy:hover .header__buy-title span {
	transform: rotateX(180deg);
}
.header__buy:hover .header__buy-title svg path {
	stroke: #1992cc;
}
.header__buy-title {
	display: flex;
	cursor: pointer;
	align-items: center;
}
.header__buy-title span {
	padding-left: 10px;
	transition: all 0.3s;
}
.header__buy-title svg path {
	transition: all 0.3s;
}
.header__buy-wrap {
	position: absolute;
	top: 100%;
	z-index: 20;
	display: flex;
	max-height: 0px;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	opacity: 0;
	border-radius: 0 0 16px 16px;
}
.header__buy-menu {
	margin-right: 1.25rem;
	display: flex;
	flex-direction: column;
	border-right-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(212 212 212 / var(--tw-border-opacity));
	padding-right: 1.25rem;
}
@media (min-width: 1445px) {

	.header__buy-menu {
		margin-right: 2.5rem;
		padding-right: 2.5rem;
	}
}
.header__buy-menu a {
	transition: all 0.3s;
	margin-bottom: 1rem;
	display: flex;
}
.header__buy-menu a:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__buy-entry {
	display: flex;
	flex-direction: column;
}
.header__buy-entry h3 {
	margin-bottom: 3rem;
}
.header__buy-entry .img {
	max-width: 135px;
	width: 100%;
	margin-bottom: 3rem;
}
.header__buy-entry .links {
	margin-left: auto;
	margin-top: auto;
}
.header__buy-entry a.name {
	font-weight: 300;
	line-height: 1.47059;
	color: #282828;
	padding-bottom: 6px;
}
.header__buy-entry .price {
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	display: flex;
	flex-direction: column;
}
.header__buy-entry .price span {
	font-weight: 400;
	font-size: 14px;
	text-decoration: line-through;
	color: #949494;
}
.header__basket {
	position: relative;
	z-index: 20;
	margin-left: 2rem;
}
.about-block__item:last-child .header__basket {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 1605px) {

	.header__basket {
		margin-left: 2.5rem;
	}
}
.header__basket:hover .header__basket-btn svg circle, .header__basket:hover .header__basket-btn svg path {
	stroke: #1992cc;
}
.header__basket:hover .header__basket-abs {
	opacity: 1;
}
.header__basket-btn span {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	bottom: -16px;
	right: -10px;
}
.header__basket-abs {
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	opacity: 0;
}
@media (min-width: 1280px) {

	.header__basket-abs {
		display: flex;
	}
}
.header__basket-abs {
	font-family: "SF Pro Text", sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	padding: 0 52px;
	right: -16px;
	height: 56px;
	top: calc(100% + 40px);
	transition: all 0.4s;
	pointer-events: none;
	white-space: nowrap;
}
.header__basket-wrap {
	position: fixed;
	right: 0.75rem;
	top: 0.75rem;
	bottom: 0.75rem;
	z-index: 20;
	width: 100%;
	max-width: calc(100% - 24px);
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {

	.header__basket-wrap {
		max-width: 590px;
	}
}
.header__basket-wrap {
	border-radius: 26px;
	transform: translateX(1000%);
	transition: all 0.3s;
}
.header__basket-wrap.active {
	transform: translateX(0);
}
.header__basket-top {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
}
.header__basket-close {
	cursor: pointer;
}
.header__basket-list {
	border-top: 1px solid #dadada;
}
.header__basket-item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.about-block__item:last-child .header__basket-item {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 768px) {

	.header__basket-item {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
.header__basket-item {
	border-bottom: 1px solid #dadada;
}
.header__basket-item-img {
	display: flex;
	height: 79px;
	width: 100%;
	max-width: 79px;
	align-items: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	padding: 0.25rem;
	border-radius: 13px;
}
.header__basket-item-title {
	font-weight: 400;
	font-size: 17px;
	color: #282828;
	margin-bottom: 1.5rem;
	display: flex;
}
.header__basket-item .price {
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	white-space: nowrap;
	margin-top: 1.25rem;
	margin-left: 6rem;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {

	.header__basket-item .price {
		margin-left: 0px;
		margin-top: auto;
	}
}
.header__basket-item .price span {
	font-weight: 400;
	font-size: 14px;
	text-decoration: line-through;
	color: #949494;
}
.header__basket-item-del {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0.75rem;
}
.header__basket-bottom {
	border-top: 1px solid #dadada;
	margin-top: auto;
	padding-top: 20px;
}
.header__fav {
	position: relative;
	margin-left: 2rem;
	display: none;
}
.about-block__item:last-child .header__fav {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 1280px) {

	.header__fav {
		display: block;
	}
}
@media (min-width: 1605px) {

	.header__fav {
		margin-left: 2.5rem;
	}
}
.header__fav:hover svg circle, .header__fav:hover svg path {
	stroke: #1992cc;
}
.header__fav:hover .header__fav-abs {
	opacity: 1;
}
.header__fav-title span {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	bottom: -16px;
	right: -10px;
}
.header__fav-abs {
	position: absolute;
	right: -4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	opacity: 0;
}
@media (min-width: 1605px) {

	.header__fav-abs {
		right: -6rem;
	}
}
.header__fav-abs {
	font-family: "SF Pro Text", sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	padding: 0 52px;
	height: 56px;
	top: calc(100% + 40px);
	transition: all 0.4s;
	pointer-events: none;
	white-space: nowrap;
}
.header__user:hover svg circle, .header__user:hover svg path {
	stroke: #1992cc;
}
.header__langs {
	position: relative;
	margin-left: 2rem;
	margin-right: 2rem;
	display: none;
	height: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	text-transform: uppercase;
}
.about-block__item:last-child .header__langs {
	border-radius: 29px;
	overflow: hidden;
}
@media (min-width: 1280px) {

	.header__langs {
		display: flex;
	}
}
@media (min-width: 1605px) {

	.header__langs {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.header__langs:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 27px;
	background: #c5c5c5;
}
.header__langs:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 27px;
	background: #c5c5c5;
}
.header__langs:hover .header__langs-wrap {
	max-height: 3000px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	opacity: 1;
	transition: opacity 0.3s;
}
.header__langs:hover .header__langs-title {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.header__langs:hover .header__langs-title span {
	/* transform: rotateX(180deg); */
}
.header__langs:hover .header__langs-title svg path {
	stroke: #1992cc;
}
.header__langs-title {
	display: flex;
	cursor: pointer;
	align-items: center;
}
.header__langs-title span {
	padding-left: 10px;
	transition: all 0.3s;
}
.header__langs-title svg path {
	transition: all 0.3s;
}
.header__langs-wrap {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	z-index: 20;
	display: flex;
	max-height: 0px;
	overflow: hidden;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	opacity: 0;
	border-radius: 0 0 16px 16px;
}
.header__burger {
	margin-left: 2rem;
}
@media (min-width: 1280px) {

	.header__burger {
		display: none;
	}
}
.header__burger-btn {
	width: 25px;
	height: 12px;
	position: relative;
	margin: 0 auto;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.header__burger-btn span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
.header__burger-btn span:nth-child(1) {
	top: 0;
	transform-origin: left center;
}
.header__burger-btn span:nth-child(2) {
	top: 6px;
	transform-origin: left center;
	width: 70%;
	transform: translateX(15%);
}
.header__burger-btn span:nth-child(3) {
	top: 12px;
	transform-origin: left center;
}
.header__burger-btn.open span:nth-child(1) {
	transform: rotate(45deg);
	top: -1px;
	left: 4px;
}
.header__burger-btn.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.header__burger-btn.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 17px;
	left: 4px;
}
.header__burger-wrap {
	position: fixed;
	right: 0px;
	top: 4rem;
	bottom: 0px;
	z-index: 27;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	transform: translateX(1000%);
	transition: all 0.3s;
}
.header__burger-wrap.open {
	transform: translateX(0);
}
.header__burger-wrap .wrapper {
	padding: 2.5rem;
}
.header__burger-wrap .burger-menu {
	margin-bottom: 1.25rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(234 234 234 / var(--tw-border-opacity));
	padding-bottom: 1.25rem;
}
.header__burger-wrap .burger-menu li {
	margin-bottom: 1.25rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.header__burger-wrap .burger-menu li:last-child {
	margin-bottom: 0px;
}
.header__burger-wrap .lang {
	display: flex;
}
.header__burger-wrap .lang li {
	margin-right: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.header__burger-wrap .lang li:last-child {
	margin-right: 0px;
}

.category-page {
	margin-bottom: 7rem;
}
.category-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.category-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.category-page .title {
		margin-left: 1.25rem;
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.category-page .title {
		font-size: 71px;
	}
}
.category-page__list {
	display: grid;
	gap: 1.25rem;
}
@media (min-width: 768px) {

	.category-page__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.category-page__item {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px) {

	.category-page__item {
		padding: 2.5rem;
	}
}
.category-page__item .action {
	line-height: 1.305;
	color: #fff;
	border-radius: 26px;
	padding: 2px 6px;
	height: 24px;
	background: #000;
	margin-right: 5px;
	margin-left: 0.75rem;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
@media (min-width: 1445px) {

	.category-page__item .action {
		font-size: 15px;
	}
}
.category-page__item .img {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 768px) {

	.category-page__item .img {
		margin-bottom: 3rem;
	}
}

.catalog-page {
	margin-bottom: 7rem;
}
.catalog-page .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.catalog-page .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.catalog-page .title {
		margin-left: 1.25rem;
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.catalog-page .title {
		font-size: 71px;
	}
}
.catalog-page__list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
}
@media (min-width: 640px) {

	.catalog-page__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1280px) {

	.catalog-page__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1445px) {

	.catalog-page__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.entry-page {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.5rem;
	width: 100%;
	max-width: 1572px;
}

@media (min-width: 768px) {

	.entry-page {
		margin-bottom: 7rem;
	}
}
.entry-page h2 {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
	line-height: 1.065;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 1280px) {

	.entry-page h2 {
		font-size: 35px;
	}
}
.entry-page__wrap {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1280px) {

	.entry-page__wrap {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
}
.entry-page__slider-block {
	display: flex;
	width: 100%;
	flex-direction: column;
}
@media (min-width: 1280px) {

	.entry-page__slider-block {
		max-width: calc(100% - 636px - 50px);
	}
}
@media (min-width: 1445px) {

	.entry-page__slider-block {
		max-width: calc(100% - 636px - 140px);
	}
}
@media (min-width: 1280px) {

	.entry-page__all {
		width: 636px;
		flex: 0 0 636px;
		padding-left: 1.25rem;
	}
}
.entry-page__accordion-item {
	border: 1px solid #c2c2c2;
	border-radius: 26px;
	margin-bottom: 0.625rem;
	display: flex;
	flex-direction: column;
	padding: 2rem;
}
.entry-page__accordion-item:last-child {
	margin-bottom: 0px;
}
.entry-page__accordion-item.active {
	min-height: 296px;
}
.entry-page__accordion-item.active .entry-page__accordion-item-desc {
	max-height: 1500px;
	padding-top: 5rem;
	opacity: 1;
}
.entry-page__accordion-item.active .entry-page__accordion-item-title span {
	--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));
}
.entry-page__accordion-item-title {
	display: flex;
	cursor: pointer;
	align-items: baseline;
	justify-content: space-between;
}
.entry-page__accordion-item-title span {
	transition: all 0.4s;
}
.entry-page__accordion-item-desc {
	margin-top: auto;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.4s;
}
.entry-page__top {
	position: absolute;
	left: 2rem;
	right: 2rem;
	top: 2rem;
	display: flex;
	justify-content: space-between;
}
.entry-page .action {
	display: flex;
}
.entry-page .action p {
	line-height: 1.305;
	color: #fff;
	border-radius: 26px;
	padding: 2px 6px;
	height: 24px;
	background: #000;
	margin-right: 5px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
@media (min-width: 1445px) {

	.entry-page .action p {
		font-size: 15px;
	}
}
@media (min-width: 1280px) {

	.entry-page .banner-slider .for-slider-for {
		max-width: calc(100% - 100px);
		padding-left: 0.625rem;
	}
}
.entry-page .banner-slider .slider.slider-nav {
	max-width: 100px;
	display: none;
}
@media (min-width: 1280px) {

	.entry-page .banner-slider .slider.slider-nav {
		display: block;
	}
}
.entry-page .banner-slider .slider.slider-for,
.entry-page .banner-slider .slider.slider-nav {
	width: 100%;
	float: left;
}
.entry-page .banner-slider .slider.slider-nav {
	overflow: hidden;
	height: 330px;
}
@media (min-width: 1280px) {

	.entry-page .banner-slider .slider.slider-nav {
		height: 448px;
	}
}
@media (min-width: 1445px) {

	.entry-page .banner-slider .slider.slider-nav {
		height: 666px;
	}
}
.entry-page .thumbnail-image {
	height: 100px;
	border-radius: 13px;
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 0.5rem;
}
.entry-page .slick-slide.slick-current .thumbnail-image {
	--tw-border-opacity: 1;
	border-color: rgb(25 146 204 / var(--tw-border-opacity));
}
.entry-page .slider-banner-image {
	border-radius: 13px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(242 242 242 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 0.5rem;
}
.entry-page .slider-banner-image img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 330px;
}
@media (min-width: 1280px) {

	.entry-page .slider-banner-image img {
		height: 448px;
	}
}
@media (min-width: 1445px) {

	.entry-page .slider-banner-image img {
		height: 666px;
	}
}
.entry-page .rating {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}
@media (min-width: 1280px) {

	.entry-page .rating {
		max-width: calc(100% - 100px);
		padding-left: 0.625rem;
	}
}
.entry-page .rating-star {
	display: flex;
}
.entry-page .rating-star svg {
	margin-left: 1px;
	margin-right: 1px;
}
.entry-page .quantity input {
	width: calc(100% - 84px);
}
@media (min-width: 1280px) {

	.entry-page .quantity input {
		width: 88px;
	}
}

.lc {
	margin-bottom: 7rem;
}
.lc .title {
	font-weight: 300;
	line-height: 0.96;
	margin-bottom: 2.5rem;
	font-size: 40px;
}
@media (min-width: 768px) {

	.lc .title {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1280px) {

	.lc .title {
		font-size: 54px;
	}
}
@media (min-width: 1445px) {

	.lc .title {
		margin-left: 1.25rem;
		font-size: 71px;
	}
}
.lc .order {
	display: flex;
	flex-direction: column;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(218 218 218 / var(--tw-border-opacity));
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.lc .order:last-child {
	border-bottom-width: 1px;
}
.lc .order:first-child {
	border-top-width: 0;
}
@media (min-width: 1280px) {

	.lc .order {
		flex-direction: row;
		align-items: center;
	}
}
.lc .order img {
	width: 78px;
}
.lc .order__img {
	margin-right: 2rem;
	display: flex;
}
@media (min-width: 768px) {

	.lc .order p {
		min-width: 150px;
	}
}
.lc .order__title {
	--tw-text-opacity: 1;
	color: rgb(40 40 40 / var(--tw-text-opacity));
}
.lc .order__status.expected span {
	--tw-text-opacity: 1;
	color: rgb(227 82 0 / var(--tw-text-opacity));
}
.lc .order__status.done span {
	--tw-text-opacity: 1;
	color: rgb(0 170 68 / var(--tw-text-opacity));
}
.lc__menu {
	/*display: none;*/
	overflow: scroll;
	display: flex;
	white-space: nowrap;
	margin: 0 -16px 2rem;
	padding: 0 16px;
}
@media (min-width: 1445px) {

	.lc__menu {
		margin: 0 0 5rem;
		padding: 0;
		overflow: auto;
	}
}
@media (min-width: 1605px) {

	.lc__menu {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.lc__menu li {
	margin-right: 1.5rem;
}
.lc__menu li:last-child {
	margin-left: auto;
	margin-right: 0px;
}
@media (min-width: 1605px) {

	.lc__menu li {
		margin-right: 2.5rem;
	}
}
.lc__menu li:first-child a:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
.lc__menu li:first-child a span {
	padding-left: 0px;
}
.lc__menu li a {
	display: flex;
	align-items: center;
}
.lc__menu li a span {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.lc__order-item {
	border: 1px solid #f2f2f2;
	border-radius: 26px;
	margin-bottom: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
}
.lc__order-item:last-child {
	margin-bottom: 0px;
}
@media (min-width: 1280px) {

	.lc__order-item {
		padding: 2.5rem;
	}
}
.first\:ml-0:first-child {
	margin-left: 0px;
}
.first\:mr-2:first-child {
	margin-right: 0.5rem;
}
.first\:mr-2\.5:first-child {
	margin-right: 0.625rem;
}
.first\:mr-3:first-child {
	margin-right: 0.75rem;
}
.first\:rotate-180:first-child {
	--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));
}
.first\:marker\:content-none *:first-child::marker {
	--tw-content: none;
	content: var(--tw-content);
}
.first\:marker\:content-none:first-child::marker {
	--tw-content: none;
	content: var(--tw-content);
}
.last\:static:last-child {
	position: static;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.last\:ml-3:last-child {
	margin-left: 0.75rem;
}
.last\:ml-auto:last-child {
	margin-left: auto;
}
.last\:mr-0:last-child {
	margin-right: 0px;
}
.last\:border-none:last-child {
	border-style: none;
}
.last\:text-\[\#b6b6b6\]:last-child {
	--tw-text-opacity: 1;
	color: rgb(182 182 182 / var(--tw-text-opacity));
}
.hover\:text-blue:hover {
	--tw-text-opacity: 1;
	color: rgb(25 146 204 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.sm\:inset-x-10 {
		left: 2.5rem;
		right: 2.5rem;
	}

	.sm\:top-10 {
		top: 2.5rem;
	}

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

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

	.sm\:p-10 {
		padding: 2.5rem;
	}
}
@media (min-width: 768px) {

	.md\:bottom-32 {
		bottom: 8rem;
	}

	.md\:bottom-8 {
		bottom: 2rem;
	}

	.md\:left-9 {
		left: 2.25rem;
	}

	.md\:order-1 {
		order: 1;
	}

	.md\:order-2 {
		order: 2;
	}

	.md\:order-3 {
		order: 3;
	}

	.md\:mb-12 {
		margin-bottom: 3rem;
	}

	.md\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.md\:mb-16 {
		margin-bottom: 4rem;
	}

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:mb-24 {
		margin-bottom: 6rem;
	}

	.md\:mb-28 {
		margin-bottom: 7rem;
	}

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

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

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

	.md\:ml-8 {
		margin-left: 2rem;
	}

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

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

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

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

	.md\:w-full {
		width: 100%;
	}

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

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

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

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

	.md\:items-baseline {
		align-items: baseline;
	}

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

	.md\:gap-2 {
		gap: 0.5rem;
	}

	.md\:gap-2\.5 {
		gap: 0.625rem;
	}

	.md\:border-b-0 {
		border-bottom-width: 0px;
	}

	.md\:p-10 {
		padding: 2.5rem;
	}

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

	.md\:text-\[35px\] {
		font-size: 35px;
	}
}
@media (min-width: 1024px) {

	.lg\:columns-2 {
		-moz-columns: 2;
		columns: 2;
	}
}
@media (min-width: 1280px) {

	.xl\:absolute {
		position: absolute;
	}

	.xl\:bottom-0 {
		bottom: 0px;
	}

	.xl\:left-auto {
		left: auto;
	}

	.xl\:right-8 {
		right: 2rem;
	}

	.xl\:top-0 {
		top: 0px;
	}

	.xl\:top-20 {
		top: 5rem;
	}

	.xl\:m-0 {
		margin: 0px;
	}

	.xl\:mx-2 {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

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

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

	.xl\:mb-0 {
		margin-bottom: 0px;
	}

	.xl\:ml-0 {
		margin-left: 0px;
	}

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

	.xl\:ml-5 {
		margin-left: 1.25rem;
	}

	.xl\:ml-8 {
		margin-left: 2rem;
	}

	.xl\:ml-9 {
		margin-left: 2.25rem;
	}

	.xl\:ml-auto {
		margin-left: auto;
	}

	.xl\:mt-0 {
		margin-top: 0px;
	}

	.xl\:mt-10 {
		margin-top: 2.5rem;
	}

	.xl\:mt-6 {
		margin-top: 1.5rem;
	}

	.xl\:mt-8 {
		margin-top: 2rem;
	}

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

	.xl\:block {
		display: block;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:grid {
		display: grid;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:h-0 {
		height: 0px;
	}

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

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

	.xl\:h-auto {
		height: auto;
	}

	.xl\:h-full {
		height: 100%;
	}

	.xl\:max-h-\[3000px\] {
		max-height: 3000px;
	}

	.xl\:min-h-\[396px\] {
		min-height: 396px;
	}

	.xl\:w-4\/5 {
		width: 80%;
	}

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

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

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

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

	.xl\:w-\[calc\(100\%_-_112px\)\] {
		width: calc(100% - 112px);
	}

	.xl\:w-auto {
		width: auto;
	}

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

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

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

	.xl\:max-w-\[40\%\] {
		max-width: 40%;
	}

	.xl\:max-w-\[calc\(100\%_-_100px\)\] {
		max-width: calc(100% - 100px);
	}

	.xl\:max-w-\[calc\(100\%_-_636px_-_50px\)\] {
		max-width: calc(100% - 636px - 50px);
	}

	.xl\:flex-\[0_0_112px\] {
		flex: 0 0 112px;
	}

	.xl\:flex-\[0_0_636px\] {
		flex: 0 0 636px;
	}

	.xl\:rotate-0 {
		--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));
	}

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

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

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

	.xl\:flex-row {
		flex-direction: row;
	}

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

	.xl\:items-end {
		align-items: flex-end;
	}

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

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

	.xl\:overflow-hidden {
		overflow: hidden;
	}

	.xl\:overflow-visible {
		overflow: visible;
	}

	.xl\:border-x {
		border-left-width: 1px;
		border-right-width: 1px;
	}

	.xl\:border-b-0 {
		border-bottom-width: 0px;
	}

	.xl\:border-t {
		border-top-width: 1px;
	}

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

	.xl\:p-0 {
		padding: 0px;
	}

	.xl\:p-10 {
		padding: 2.5rem;
	}

	.xl\:p-14 {
		padding: 3.5rem;
	}

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

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

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

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

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

	.xl\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.xl\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.xl\:pb-0 {
		padding-bottom: 0px;
	}

	.xl\:pl-0 {
		padding-left: 0px;
	}

	.xl\:pl-10 {
		padding-left: 2.5rem;
	}

	.xl\:pl-2 {
		padding-left: 0.5rem;
	}

	.xl\:pl-2\.5 {
		padding-left: 0.625rem;
	}

	.xl\:pl-5 {
		padding-left: 1.25rem;
	}

	.xl\:pr-2 {
		padding-right: 0.5rem;
	}

	.xl\:pr-2\.5 {
		padding-right: 0.625rem;
	}

	.xl\:pr-5 {
		padding-right: 1.25rem;
	}

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

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

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

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

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

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

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

	.xl\:opacity-0 {
		opacity: 0;
	}

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

	.xl\:first\:mr-5:first-child {
		margin-right: 1.25rem;
	}

	.xl\:last\:ml-5:last-child {
		margin-left: 1.25rem;
	}
}
@media (min-width: 1445px) {

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

	.\32xl\:ml-5 {
		margin-left: 1.25rem;
	}

	.\32xl\:ml-8 {
		margin-left: 2rem;
	}

	.\32xl\:mr-10 {
		margin-right: 2.5rem;
	}

	.\32xl\:mt-0 {
		margin-top: 0px;
	}

	.\32xl\:flex {
		display: flex;
	}

	.\32xl\:h-\[666px\] {
		height: 666px;
	}

	.\32xl\:min-h-\[681px\] {
		min-height: 681px;
	}

	.\32xl\:max-w-\[279px\] {
		max-width: 279px;
	}

	.\32xl\:max-w-\[286px\] {
		max-width: 286px;
	}

	.\32xl\:max-w-\[calc\(100\%_-_636px_-_140px\)\] {
		max-width: calc(100% - 636px - 140px);
	}

	.\32xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.\32xl\:flex-row {
		flex-direction: row;
	}

	.\32xl\:items-center {
		align-items: center;
	}

	.\32xl\:justify-between {
		justify-content: space-between;
	}

	.\32xl\:p-8 {
		padding: 2rem;
	}

	.\32xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.\32xl\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.\32xl\:pl-10 {
		padding-left: 2.5rem;
	}

	.\32xl\:pr-10 {
		padding-right: 2.5rem;
	}

	.\32xl\:pr-5 {
		padding-right: 1.25rem;
	}

	.\32xl\:pt-10 {
		padding-top: 2.5rem;
	}

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

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

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

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

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

	.\32xl\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 1605px) {

	.\33xl\:right-10 {
		right: 2.5rem;
	}

	.\33xl\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.\33xl\:ml-10 {
		margin-left: 2.5rem;
	}

	.\33xl\:mr-10 {
		margin-right: 2.5rem;
	}

	.\33xl\:h-\[84px\] {
		height: 84px;
	}

	.\33xl\:w-auto {
		width: auto;
	}

	.\33xl\:max-w-\[950px\] {
		max-width: 950px;
	}

	.\33xl\:max-w-none {
		max-width: none;
	}

	.\33xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

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

	.\33xl\:pl-14 {
		padding-left: 3.5rem;
	}

	.\33xl\:text-\[17px\] {
		font-size: 17px;
	}
}
