*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Exo 2", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #2d2d2d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #181d2e var(--tw-gradient-to-position);
  font-family: "Exo 2", sans-serif;
}

[lang="en"] .main-descr_1 {
  display: block;
}

.cards-arrows {
  position: absolute;
  top: 50%;
  z-index: 30;
  height: 53px;
  width: 53px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.4);
}

.cards-arrows::before {
  position: absolute;
  display: block;
  height: 2rem;
  width: 1.5rem;
  background-image: url('/assets/images/slider-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.cards-arrow-prev {
  left: 0px;
}

.cards-arrow-prev::before {
  top: 6px;
  left: 13px;
  --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));
}

.cards-arrow-next {
  right: 0px;
}

.cards-arrow-next::before {
  top: 13px;
  right: 13px;
}

[lang="en"] .title-en-1::after {
  width: 305px;
  background-position: right;
}

@media (max-width: 650px) {
  [lang="en"] .title-en-1::after::after {
    content: var(--tw-content);
    width: 225px;
  }
}

@media not all and (min-width: 479.98px) {
  [lang="en"] .title-en-1::after {
    width: 175px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-16 {
  bottom: -4rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.top-0 {
  top: 0px;
}

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

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.h-20 {
  height: 5rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-\[684px\] {
  flex-basis: 684px;
}

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18px * var(--tw-space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[43px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(43px * var(--tw-space-x-reverse));
  margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-\[116px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(116px * var(--tw-space-y-reverse));
}

.space-y-\[25px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.space-y-\[35px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(35px * var(--tw-space-y-reverse));
}

.space-y-\[50px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50px * var(--tw-space-y-reverse));
}

.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

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

.rounded-bl-\[80px\] {
  border-bottom-left-radius: 80px;
}

.bg-\[\#419fd9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 159 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5662e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 98 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e12a2a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 42 42 / var(--tw-bg-opacity, 1));
}

.bg-mirage\/90 {
  background-color: rgb(26 31 46 / 0.9);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-\[url\(\'\/assets\/images\/bg-2\.jpg\'\)\] {
  background-image: url('/assets/images/bg-2.jpg');
}

.bg-\[url\(\'\/assets\/images\/hero-bg\.jpg\'\)\] {
  background-image: url('/assets/images/hero-bg.jpg');
}

.bg-\[url\(\'\/assets\/images\/wedding-bg\.jpg\'\)\] {
  background-image: url('/assets/images/wedding-bg.jpg');
}

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

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

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

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

.p-0 {
  padding: 0px;
}

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

.font-corsagrotesk {
  font-family: "Corsa Grotesk", sans-serif;
}

.font-milligramtrial {
  font-family: "Milligram Trial", sans-serif;
}

.font-sans {
  font-family: "Exo 2", sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[88\.2\%\] {
  line-height: 88.2%;
}

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

.blur-lg {
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_4px_72px_rgb\(30\2c 33\2c 45\)\] {
  --tw-drop-shadow: drop-shadow(0 4px 72px rgb(30,33,45));
  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);
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 400;

  src: url('../assets/fonts/exo-2_400.woff2'), format('woff2')
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 500;

  src: url('../assets/fonts/exo-2_500.woff2'), format('woff2')
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 700;

  src: url('../assets/fonts/exo-2_700.woff2'), format('woff2')
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 700;

  font-style: italic;

  src: url('../assets/fonts/exo-2_700-italic.woff2'), format('woff2')
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 800;

  font-style: italic;

  src: url('../assets/fonts/exo-2_800-italic.woff2'), format('woff2')
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 900;

  src: url('../assets/fonts/exo-2_900.woff2'), format('woff2')
}

@font-face {
  font-family: 'Exo 2';

  font-weight: 900;

  font-style: italic;

  src: url('../assets/fonts/exo-2_900-italic.woff2'), format('woff2')
}

@font-face {
  font-family: 'Corsa Grotesk';

  font-weight: 400;

  src: url('../assets/fonts/corsa-grotesk_400.woff2'), format('woff2');
}

@font-face {
  font-family: 'Milligram Trial';

  font-weight: 900;

  src: url('../assets/fonts/milligram-trial_900.ttf'), format('truetype');
}

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

.before\:-left-\[62px\]::before {
  content: var(--tw-content);
  left: -62px;
}

.before\:-right-\[280px\]::before {
  content: var(--tw-content);
  right: -280px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

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

.before\:top-\[30px\]::before {
  content: var(--tw-content);
  top: 30px;
}

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

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

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

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

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-10::before {
  content: var(--tw-content);
  width: 2.5rem;
}

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

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

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

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-bl-\[80px\]::before {
  content: var(--tw-content);
  border-bottom-left-radius: 80px;
}

.before\:bg-mirage\/90::before {
  content: var(--tw-content);
  background-color: rgb(26 31 46 / 0.9);
}

.before\:bg-\[url\(\'\/assets\/images\/arrow-top\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/assets/images/arrow-top.svg');
}

.before\:bg-\[url\(\'\/assets\/images\/social\/discord\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/assets/images/social/discord.svg');
}

.before\:bg-\[url\(\'\/assets\/images\/social\/mail\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/assets/images/social/mail.svg');
}

.before\:bg-\[url\(\'\/assets\/images\/social\/telegram\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/assets/images/social/telegram.svg');
}

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

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

.before\:from-\[\#1b2031\]::before {
  content: var(--tw-content);
  --tw-gradient-from: #1b2031 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 32 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-black::before {
  content: var(--tw-content);
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-mirage::before {
  content: var(--tw-content);
  --tw-gradient-from: #1a1f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 31 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-black\/0::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.before\:to-mirage\/0::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(26 31 46 / 0) var(--tw-gradient-to-position);
}

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

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

.after\:-right-7::after {
  content: var(--tw-content);
  right: -1.75rem;
}

.after\:-right-\[435px\]::after {
  content: var(--tw-content);
  right: -435px;
}

.after\:-right-\[45px\]::after {
  content: var(--tw-content);
  right: -45px;
}

.after\:-right-\[85px\]::after {
  content: var(--tw-content);
  right: -85px;
}

.after\:-top-\[140px\]::after {
  content: var(--tw-content);
  top: -140px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:bottom-\[24px\]::after {
  content: var(--tw-content);
  bottom: 24px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

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

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

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

.after\:top-\[56px\]::after {
  content: var(--tw-content);
  top: 56px;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}

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

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

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

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

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

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

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

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

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

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

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-white\/20::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}

.after\:bg-\[url\(\'\/assets\/images\/arrow-bottom\.svg\'\)\]::after {
  content: var(--tw-content);
  background-image: url('/assets/images/arrow-bottom.svg');
}

.after\:bg-\[url\(\'\/assets\/images\/arrow-white\.svg\'\)\]::after {
  content: var(--tw-content);
  background-image: url('/assets/images/arrow-white.svg');
}

.after\:bg-\[url\(\'\/assets\/images\/arrow\.svg\'\)\]::after {
  content: var(--tw-content);
  background-image: url('/assets/images/arrow.svg');
}

.after\:bg-\[url\(\'\/assets\/images\/fairy\.png\'\)\]::after {
  content: var(--tw-content);
  background-image: url('/assets/images/fairy.png');
}

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

.after\:from-\[\#1b1f2f\]::after {
  content: var(--tw-content);
  --tw-gradient-from: #1b1f2f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 31 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-mirage::after {
  content: var(--tw-content);
  --tw-gradient-from: #1a1f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 31 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-black\/0::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.after\:to-mirage\/0::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(26 31 46 / 0) var(--tw-gradient-to-position);
}

.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}

.after\:bg-right::after {
  content: var(--tw-content);
  background-position: right;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media not all and (min-width: 1690px) {
  .max-xl\:pl-0 {
    padding-left: 0px;
  }

  .max-xl\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .max-xl\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}

@media (max-width: 1550px) {
  .max-\[1550px\]\:-right-\[100px\] {
    right: -100px;
  }

  .max-\[1550px\]\:h-auto {
    height: auto;
  }

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

  .max-\[1550px\]\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-\[1550px\]\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .max-\[1550px\]\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .max-\[1550px\]\:after\:-bottom-\[60px\]::after {
    content: var(--tw-content);
    bottom: -60px;
  }

  .max-\[1550px\]\:after\:-right-7::after {
    content: var(--tw-content);
    right: -1.75rem;
  }

  .max-\[1550px\]\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .max-\[1550px\]\:after\:w-\[257px\]::after {
    content: var(--tw-content);
    width: 257px;
  }

  .max-\[1550px\]\:after\:bg-right::after {
    content: var(--tw-content);
    background-position: right;
  }
}

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

@media (max-width: 1320px) {
  .max-\[1320px\]\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-\[1320px\]\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media not all and (min-width: 1199.98px) {
  .max-lg\:inline {
    display: inline;
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-lg\:bg-right {
    background-position: right;
  }

  .max-lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .max-lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .max-lg\:pb-\[25px\] {
    padding-bottom: 25px;
  }

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

  .max-lg\:pt-12 {
    padding-top: 3rem;
  }

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

  .max-lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .max-lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .max-lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

  .max-lg\:before\:-bottom-\[30px\]::before {
    content: var(--tw-content);
    bottom: -30px;
  }

  .max-lg\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .max-lg\:before\:top-auto::before {
    content: var(--tw-content);
    top: auto;
  }

  .max-lg\:before\:block::before {
    content: var(--tw-content);
    display: block;
  }

  .max-lg\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

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

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

  .max-lg\:before\:bg-\[url\(\'\/assets\/images\/arrow-top\.svg\'\)\]::before {
    content: var(--tw-content);
    background-image: url('/assets/images/arrow-top.svg');
  }

  .max-lg\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .max-lg\:after\:-bottom-\[56px\]::after {
    content: var(--tw-content);
    bottom: -56px;
  }

  .max-lg\:after\:-bottom-\[70px\]::after {
    content: var(--tw-content);
    bottom: -70px;
  }

  .max-lg\:after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
  }

  .max-lg\:after\:right-4::after {
    content: var(--tw-content);
    right: 1rem;
  }

  .max-lg\:after\:top-auto::after {
    content: var(--tw-content);
    top: auto;
  }

  .max-lg\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .max-lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .max-lg\:after\:h-\[24px\]::after {
    content: var(--tw-content);
    height: 24px;
  }

  .max-lg\:after\:w-\[290px\]::after {
    content: var(--tw-content);
    width: 290px;
  }

  .max-lg\:after\:w-\[382px\]::after {
    content: var(--tw-content);
    width: 382px;
  }

  .max-lg\:after\:bg-\[url\(\'\/assets\/images\/arrow-bottom\.svg\'\)\]::after {
    content: var(--tw-content);
    background-image: url('/assets/images/arrow-bottom.svg');
  }

  .max-lg\:after\:bg-right::after {
    content: var(--tw-content);
    background-position: right;
  }

  .max-lg\:after\:bg-no-repeat::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }
}

@media not all and (min-width: 991.98px) {
  .max-md\:-right-1\/2 {
    right: -50%;
  }

  .max-md\:bottom-0 {
    bottom: 0px;
  }

  .max-md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .max-md\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .max-md\:mb-\[28px\] {
    margin-bottom: 28px;
  }

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

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

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

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

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

  .max-md\:basis-0 {
    flex-basis: 0px;
  }

  .max-md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-start {
    align-items: flex-start;
  }

  .max-md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .max-md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .max-md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .max-md\:space-y-\[80px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

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

  .max-md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .max-md\:pb-\[72px\] {
    padding-bottom: 72px;
  }

  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-md\:pt-8 {
    padding-top: 2rem;
  }

  .max-md\:pt-\[112px\] {
    padding-top: 112px;
  }

  .max-md\:pt-\[150px\] {
    padding-top: 150px;
  }

  .max-md\:pt-\[177px\] {
    padding-top: 177px;
  }

  .max-md\:pt-\[35px\] {
    padding-top: 35px;
  }

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

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

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

  .max-md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .max-md\:text-\[105px\] {
    font-size: 105px;
  }

  .max-md\:leading-\[90px\] {
    line-height: 90px;
  }

  .max-md\:after\:-bottom-24::after {
    content: var(--tw-content);
    bottom: -6rem;
  }

  .max-md\:after\:-top-\[200px\]::after {
    content: var(--tw-content);
    top: -200px;
  }

  .max-md\:after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }

  .max-md\:after\:right-\[100px\]::after {
    content: var(--tw-content);
    right: 100px;
  }

  .max-md\:after\:h-\[785px\]::after {
    content: var(--tw-content);
    height: 785px;
  }

  .max-md\:after\:w-\[386px\]::after {
    content: var(--tw-content);
    width: 386px;
  }

  .max-md\:after\:w-\[888px\]::after {
    content: var(--tw-content);
    width: 888px;
  }

  .max-md\:after\:opacity-50::after {
    content: var(--tw-content);
    opacity: 0.5;
  }
}

@media (max-width: 862px) {
  .max-\[862px\]\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

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

  .max-\[860px\]\:leading-\[80\%\] {
    line-height: 80%;
  }

  .max-\[860px\]\:after\:-bottom-16::after {
    content: var(--tw-content);
    bottom: -4rem;
  }

  .max-\[860px\]\:after\:w-\[310px\]::after {
    content: var(--tw-content);
    width: 310px;
  }
}

@media not all and (min-width: 767.98px) {
  .max-sm\:-bottom-4 {
    bottom: -1rem;
  }

  .max-sm\:right-0 {
    right: 0px;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:h-40 {
    height: 10rem;
  }

  .max-sm\:min-h-\[610px\] {
    min-height: 610px;
  }

  .max-sm\:min-h-\[917px\] {
    min-height: 917px;
  }

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

  .max-sm\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .max-sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .max-sm\:pt-\[127px\] {
    padding-top: 127px;
  }

  .max-sm\:text-left {
    text-align: left;
  }

  .max-sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .max-sm\:after\:-right-\[115px\]::after {
    content: var(--tw-content);
    right: -115px;
  }

  .max-sm\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }
}

@media (max-width: 700px) {
  .max-\[700px\]\:after\:right-3::after {
    content: var(--tw-content);
    right: 0.75rem;
  }

  .max-\[700px\]\:after\:w-\[275px\]::after {
    content: var(--tw-content);
    width: 275px;
  }
}

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

  .max-\[650px\]\:after\:-bottom-12::after {
    content: var(--tw-content);
    bottom: -3rem;
  }

  .max-\[650px\]\:after\:right-4::after {
    content: var(--tw-content);
    right: 1rem;
  }

  .max-\[650px\]\:after\:w-\[225px\]::after {
    content: var(--tw-content);
    width: 225px;
  }
}

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

@media not all and (min-width: 479.98px) {
  .max-xs\:-top-\[40px\] {
    top: -40px;
  }

  .max-xs\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .max-xs\:h-\[10px\] {
    height: 10px;
  }

  .max-xs\:h-\[400px\] {
    height: 400px;
  }

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

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

  .max-xs\:gap-y-\[25px\] {
    row-gap: 25px;
  }

  .max-xs\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .max-xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-xs\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

  .max-xs\:text-\[20px\] {
    font-size: 20px;
  }

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

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

  .max-xs\:leading-\[24px\] {
    line-height: 24px;
  }

  .max-xs\:after\:-bottom-12::after {
    content: var(--tw-content);
    bottom: -3rem;
  }

  .max-xs\:after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }

  .max-xs\:after\:w-\[200px\]::after {
    content: var(--tw-content);
    width: 200px;
  }

  .max-xs\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .max-\[479\.98px\]\:space-x-\[5px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }
}