*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 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;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

.-mt-\[7rem\] {
  margin-top: -7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

.mt-16 {
  margin-top: 4rem;
}

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

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

.mt-\[45rem\] {
  margin-top: 45rem;
}

.box-border {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.size-\[20rem\] {
  width: 20rem;
  height: 20rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-\[29rem\] {
  height: 29rem;
}

.h-\[5rem\] {
  height: 5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-32 {
  width: 8rem;
}

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

.w-\[23rem\] {
  width: 23rem;
}

.w-\[3rem\] {
  width: 3rem;
}

.w-\[4rem\] {
  width: 4rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border-4 {
  border-width: 4px;
}

.border-\[\#7832FE\] {
  --tw-border-opacity: 1;
  border-color: rgb(120 50 254 / var(--tw-border-opacity, 1));
}

.bg-\[\#021F3D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 31 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2A083C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 8 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7832FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 50 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7832fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 50 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4EFEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 239 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

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

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary {
  font-family: Lexend, sans-serif;
}

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

.leading-normal {
  line-height: 1.5;
}

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

.text-\[\#7832FE\] {
  --tw-text-opacity: 1;
  color: rgb(120 50 254 / var(--tw-text-opacity, 1));
}

.text-\[\#7832fe\] {
  --tw-text-opacity: 1;
  color: rgb(120 50 254 / var(--tw-text-opacity, 1));
}

.text-\[\#B893FF\] {
  --tw-text-opacity: 1;
  color: rgb(184 147 255 / var(--tw-text-opacity, 1));
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (min-width: 640px) {
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:h-\[35rem\] {
    height: 35rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:z-10 {
    z-index: 10;
  }

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

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

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

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

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

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

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

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

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

  .xl\:ml-24 {
    margin-left: 6rem;
  }

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

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

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-\[40rem\] {
    margin-top: 40rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:size-\[25rem\] {
    width: 25rem;
    height: 25rem;
  }

  .xl\:h-\[40rem\] {
    height: 40rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-\[15rem\] {
    width: 15rem;
  }

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

  .xl\:w-\[80rem\] {
    width: 80rem;
  }

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

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-\[16rem\] {
    width: 16rem;
  }

  .xl\:w-\[12rem\] {
    width: 12rem;
  }

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

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

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

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

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

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

  .xl\:justify-start {
    justify-content: flex-start;
  }

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

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

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

  .xl\:gap-\[18rem\] {
    gap: 18rem;
  }

  .xl\:gap-\[41rem\] {
    gap: 41rem;
  }

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

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

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

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

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:leading-\[2rem\] {
    line-height: 2rem;
  }

  .xl\:leading-\[5rem\] {
    line-height: 5rem;
  }

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

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mt-\[\] {
    margin-top: ;
  }

  .\32xl\:mt-\[42\] {
    margin-top: 42;
  }

  .\32xl\:mt-\[42r\] {
    margin-top: 42r;
  }

  .\32xl\:mt-\[42rem\] {
    margin-top: 42rem;
  }

  .\32xl\:mt-\[40rem\] {
    margin-top: 40rem;
  }

  .\32xl\:mt-\[41rem\] {
    margin-top: 41rem;
  }

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

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

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:size-\[32rem\] {
    width: 32rem;
    height: 32rem;
  }

  .\32xl\:gap-\[30rem\] {
    gap: 30rem;
  }

  .\32xl\:pt-\[8rem\] {
    padding-top: 8rem;
  }

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

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

@media (min-width: 1920px) {
  @media (min-width: 1280px) {
    .\33xl\:xl\:gap-14 {
      gap: 3.5rem;
    }
  }

  .\33xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\33xl\:mt-4 {
    margin-top: 1rem;
  }

  .\33xl\:mt-\[\] {
    margin-top: ;
  }

  .\33xl\:mt-\[4\] {
    margin-top: 4;
  }

  .\33xl\:mt-\[45rem\] {
    margin-top: 45rem;
  }

  .\33xl\:mt-\[47rem\] {
    margin-top: 47rem;
  }

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

  .\33xl\:mt-16 {
    margin-top: 4rem;
  }

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

  .\33xl\:size-\[35rem\] {
    width: 35rem;
    height: 35rem;
  }

  .\33xl\:size-\[37rem\] {
    width: 37rem;
    height: 37rem;
  }

  .\33xl\:h-\[42rem\] {
    height: 42rem;
  }

  .\33xl\:h-\[43rem\] {
    height: 43rem;
  }

  .\33xl\:h-\[44rem\] {
    height: 44rem;
  }

  .\33xl\:gap-24 {
    gap: 6rem;
  }

  .\33xl\:gap-\[45rem\] {
    gap: 45rem;
  }

  .\33xl\:gap-\[80rem\] {
    gap: 80rem;
  }

  .\33xl\:gap-\[rem\] {
    gap: rem;
  }

  .\33xl\:gap-\[79rem\] {
    gap: 79rem;
  }

  .\33xl\:pt-\[8rem\] {
    padding-top: 8rem;
  }

  .\33xl\:pt-2 {
    padding-top: 0.5rem;
  }

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

  .\33xl\:text-center {
    text-align: center;
  }

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

  .\33xl\:text-\[7rem\] {
    font-size: 7rem;
  }

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

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

  .\33xl\:font-light {
    font-weight: 300;
  }

  .\33xl\:leading-\[7rem\] {
    line-height: 7rem;
  }

  .\33xl\:leading-3 {
    line-height: .75rem;
  }

  .\33xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\33xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\33xl\:leading-tight {
    line-height: 1.25;
  }

  .\33xl\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  @media (min-width: 1280px) {
    .\34xl\:xl\:w-full {
      width: 100%;
    }
  }

  .\34xl\:mt-4 {
    margin-top: 1rem;
  }

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

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

  .\34xl\:mt-\[55rem\] {
    margin-top: 55rem;
  }

  .\34xl\:mt-\[60rem\] {
    margin-top: 60rem;
  }

  .\34xl\:mt-\[70rem\] {
    margin-top: 70rem;
  }

  .\34xl\:mt-\[69rem\] {
    margin-top: 69rem;
  }

  .\34xl\:mt-\[68rem\] {
    margin-top: 68rem;
  }

  .\34xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\34xl\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .\34xl\:hidden {
    display: none;
  }

  .\34xl\:size-\[40rem\] {
    width: 40rem;
    height: 40rem;
  }

  .\34xl\:size-\[45rem\] {
    width: 45rem;
    height: 45rem;
  }

  .\34xl\:size-\[50rem\] {
    width: 50rem;
    height: 50rem;
  }

  .\34xl\:h-\[50rem\] {
    height: 50rem;
  }

  .\34xl\:h-\[55rem\] {
    height: 55rem;
  }

  .\34xl\:h-\[60rem\] {
    height: 60rem;
  }

  .\34xl\:h-\[10rem\] {
    height: 10rem;
  }

  .\34xl\:w-14 {
    width: 3.5rem;
  }

  .\34xl\:w-16 {
    width: 4rem;
  }

  .\34xl\:w-\[30rem\] {
    width: 30rem;
  }

  .\34xl\:w-3 {
    width: 0.75rem;
  }

  .\34xl\:w-1 {
    width: 0.25rem;
  }

  .\34xl\:w-2 {
    width: 0.5rem;
  }

  .\34xl\:w-28 {
    width: 7rem;
  }

  .\34xl\:w-24 {
    width: 6rem;
  }

  .\34xl\:w-\[90rem\] {
    width: 90rem;
  }

  .\34xl\:w-\[99rem\] {
    width: 99rem;
  }

  .\34xl\:w-\[6rem\] {
    width: 6rem;
  }

  .\34xl\:w-\[5rem\] {
    width: 5rem;
  }

  .\34xl\:gap-\[5-\] {
    gap: 5-;
  }

  .\34xl\:gap-\[50rem\] {
    gap: 50rem;
  }

  .\34xl\:gap-\[60rem\] {
    gap: 60rem;
  }

  .\34xl\:gap-\[70rem\] {
    gap: 70rem;
  }

  .\34xl\:gap-\[80rem\] {
    gap: 80rem;
  }

  .\34xl\:gap-\[85rem\] {
    gap: 85rem;
  }

  .\34xl\:gap-10 {
    gap: 2.5rem;
  }

  .\34xl\:gap-16 {
    gap: 4rem;
  }

  .\34xl\:gap-20 {
    gap: 5rem;
  }

  .\34xl\:gap-6 {
    gap: 1.5rem;
  }

  .\34xl\:gap-12 {
    gap: 3rem;
  }

  .\34xl\:gap-\[\] {
    gap: ;
  }

  .\34xl\:gap-\[90rem\] {
    gap: 90rem;
  }

  .\34xl\:gap-\[99rem\] {
    gap: 99rem;
  }

  .\34xl\:gap-\[105rem\] {
    gap: 105rem;
  }

  .\34xl\:gap-\[115rem\] {
    gap: 115rem;
  }

  .\34xl\:gap-\[100rem\] {
    gap: 100rem;
  }

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

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

  .\34xl\:pt-\[10rem\] {
    padding-top: 10rem;
  }

  .\34xl\:pt-\[12rem\] {
    padding-top: 12rem;
  }

  .\34xl\:pt-\[11rem\] {
    padding-top: 11rem;
  }

  .\34xl\:pt-\[9rem\] {
    padding-top: 9rem;
  }

  .\34xl\:text-center {
    text-align: center;
  }

  .\34xl\:text-\[8rem\] {
    font-size: 8rem;
  }

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

  .\34xl\:text-\[9rem\] {
    font-size: 9rem;
  }

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

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

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

  .\34xl\:text-\[12rem\] {
    font-size: 12rem;
  }

  .\34xl\:text-\[11rem\] {
    font-size: 11rem;
  }

  .\34xl\:text-\[10rem\] {
    font-size: 10rem;
  }

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

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

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

  .\34xl\:font-bold {
    font-weight: 700;
  }

  .\34xl\:leading-8 {
    line-height: 2rem;
  }

  .\34xl\:leading-\[8rem\] {
    line-height: 8rem;
  }

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

  .\34xl\:leading-\[9rem\] {
    line-height: 9rem;
  }

  .\34xl\:leading-normal {
    line-height: 1.5;
  }

  .\34xl\:leading-tight {
    line-height: 1.25;
  }

  .\34xl\:leading-\[2rem\] {
    line-height: 2rem;
  }

  .\34xl\:leading-\[5rem\] {
    line-height: 5rem;
  }

  .\34xl\:leading-\[7rem\] {
    line-height: 7rem;
  }

  .\34xl\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .\34xl\:leading-\[10rem\] {
    line-height: 10rem;
  }

  .\34xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\34xl\:leading-\[6rem\] {
    line-height: 6rem;
  }
}