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

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

/*
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] {
  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-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: ;
}

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

.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: 1360px) {
  .container {
    max-width: 1360px;
  }
}

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

.static {
  position: static !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.bottom-\[-250px\] {
  bottom: -250px !important;
}

.bottom-\[-330px\] {
  bottom: -330px !important;
}

.left-0 {
  left: 0px !important;
}

.left-\[-112px\] {
  left: -112px !important;
}

.left-\[100\%\] {
  left: 100% !important;
}

.left-\[50\%\] {
  left: 50% !important;
}

.right-0 {
  right: 0px !important;
}

.right-10 {
  right: 2.5rem !important;
}

.right-\[-306px\] {
  right: -306px !important;
}

.top-0 {
  top: 0px !important;
}

.top-10 {
  top: 2.5rem !important;
}

.top-5 {
  top: 1.25rem !important;
}

.top-\[20px\] {
  top: 20px !important;
}

.top-\[75px\] {
  top: 75px !important;
}

.z-0 {
  z-index: 0 !important;
}

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

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

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

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

.z-\[0\] {
  z-index: 0 !important;
}

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

.order-last {
  order: 9999 !important;
}

.m-0 {
  margin: 0px !important;
}

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

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

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

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-\[13px\] {
  margin-bottom: 13px !important;
}

.mb-\[30px\] {
  margin-bottom: 30px !important;
}

.ml-\[-15px\] {
  margin-left: -15px !important;
}

.ml-\[10px\] {
  margin-left: 10px !important;
}

.ml-\[20px\] {
  margin-left: 20px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-\[-15px\] {
  margin-right: -15px !important;
}

.mr-\[10px\] {
  margin-right: 10px !important;
}

.mr-\[21px\] {
  margin-right: 21px !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

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

.mt-\[-100px\] {
  margin-top: -100px !important;
}

.mt-\[10px\] {
  margin-top: 10px !important;
}

.mt-\[19px\] {
  margin-top: 19px !important;
}

.mt-\[21px\] {
  margin-top: 21px !important;
}

.mt-\[24px\] {
  margin-top: 24px !important;
}

.mt-\[45px\] {
  margin-top: 45px !important;
}

.mt-\[46px\] {
  margin-top: 46px !important;
}

.mt-\[48px\] {
  margin-top: 48px !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

.mt-\[61px\] {
  margin-top: 61px !important;
}

.mt-\[69px\] {
  margin-top: 69px !important;
}

.mt-\[88px\] {
  margin-top: 88px !important;
}

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

.mt-3 {
  margin-top: 0.75rem !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

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

.h-\[250px\] {
  height: 220px !important;
}

.h-\[400px\] {
  height: 400px !important;
}

.h-auto {
  height: auto !important;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-full {
  height: 100% !important;
}

.max-h-\[1012px\] {
  max-height: 1012px !important;
}

.max-h-\[472px\] {
  max-height: 472px !important;
}

.min-h-\[299px\] {
  min-height: 299px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-\[100\%\] {
  width: 100% !important;
}

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

.w-\[47\%\] {
  width: 47% !important;
}

.w-\[60\%\] {
  width: 60% !important;
}

.w-\[65\%\] {
  width: 65% !important;
}

.w-\[95\%\] {
  width: 95% !important;
}

.w-auto {
  width: auto !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-full {
  width: 100% !important;
}

.min-w-\[250px\] {
  min-width: 220px !important;
}

.max-w-\[170px\] {
  max-width: 170px !important;
}

.max-w-\[210\%\] {
  max-width: 210% !important;
}

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

.max-w-\[45px\] {
  max-width: 45px !important;
}

.max-w-\[833px\] {
  max-width: 833px !important;
}

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

.grow-0 {
  flex-grow: 0 !important;
}

.translate-x-\[-26\%\] {
  --tw-translate-x: -26% !important;
  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)) !important;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}

.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)) !important;
}

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

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

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

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

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

.items-end {
  align-items: flex-end !important;
}

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

.justify-start {
  justify-content: flex-start !important;
}

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

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

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

.gap-0 {
  gap: 0px !important;
}

.gap-\[10px\] {
  gap: 10px !important;
}

.gap-\[20px\] {
  gap: 20px !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-\[12px\] {
  gap: 12px !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.gap-x-\[50px\] {
  -moz-column-gap: 50px !important;
  column-gap: 50px !important;
}

.gap-x-\[60px\] {
  -moz-column-gap: 60px !important;
  column-gap: 60px !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-32 {
  row-gap: 8rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-\[20px\] {
  row-gap: 20px !important;
}

.gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gap-y-\[44px\] {
  row-gap: 44px !important;
}

.gap-y-\[83px\] {
  row-gap: 83px !important;
}

.justify-self-end {
  justify-self: end !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

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

.border {
  border-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-t-\[1px\] {
  border-top-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-\[\#858E8E\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(133 142 142 / var(--tw-border-opacity)) !important;
}

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

.bg-\[\#C9FC00\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 252 0 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.stroke-\[\#858E8E\] {
  stroke: #858e8e !important;
}

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

.p-0 {
  padding: 0px !important;
}

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.pb-\[0\.8rem\] {
  padding-bottom: 0.8rem !important;
}

.pb-\[0\] {
  padding-bottom: 0 !important;
}

.pb-\[10px\] {
  padding-bottom: 10px !important;
}

.pb-\[20px\] {
  padding-bottom: 20px !important;
}

.pb-\[32px\] {
  padding-bottom: 32px !important;
}

.pb-\[60px\] {
  padding-bottom: 60px !important;
}

.pb-\[70px\] {
  padding-bottom: 70px !important;
}

.pl-\[10px\] {
  padding-left: 10px !important;
}

.pl-\[15px\] {
  padding-left: 15px !important;
}

.pl-\[51px\] {
  padding-left: 51px !important;
}

.pr-\[10px\] {
  padding-right: 10px !important;
}

.pr-\[15px\] {
  padding-right: 15px !important;
}

.pt-\[0\] {
  padding-top: 0 !important;
}

.pt-\[24px\] {
  padding-top: 24px !important;
}

.pt-\[32px\] {
  padding-top: 32px !important;
}

.pt-\[5px\] {
  padding-top: 5px !important;
}

.pt-\[80px\] {
  padding-top: 80px !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

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

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

.text-\[14vw\] {
  font-size: 14vw !important;
}

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

.text-\[15vw\] {
  font-size: 15vw !important;
}

.text-\[16px\] {
  font-size: 16px !important;
}

.text-\[17\.5px\] {
  font-size: 17.5px !important;
}

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

.text-\[20px\] {
  font-size: 20px !important;
}

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

.text-\[33vw\] {
  font-size: 33vw !important;
}

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

.text-\[47px\] {
  font-size: 47px !important;
}

.text-\[61px\] {
  font-size: 61px !important;
}

.text-\[6vw\] {
  font-size: 6vw !important;
}

.text-\[7vw\] {
  font-size: 7vw !important;
}

.text-\[8vw\] {
  font-size: 8vw !important;
}

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

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

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

.font-extralight {
  font-weight: 200 !important;
}

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

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

.uppercase {
  text-transform: uppercase !important;
}

.leading-\[19px\] {
  line-height: 19px !important;
}

.leading-\[24px\] {
  line-height: 24px !important;
}

.leading-\[25px\] {
  line-height: 25px !important;
}

.leading-\[35px\] {
  line-height: 35px !important;
}

.leading-\[40px\] {
  line-height: 40px !important;
}

.leading-\[50px\] {
  line-height: 50px !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.tracking-\[-1\.2px\] {
  letter-spacing: -1.2px !important;
}

.tracking-\[-1px\] {
  letter-spacing: -1px !important;
}

.tracking-\[-2\.4px\] {
  letter-spacing: -2.4px !important;
}

.tracking-\[-3px\] {
  letter-spacing: -3px !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.text-\[\#000AFF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 10 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#858E8E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(133 142 142 / var(--tw-text-opacity)) !important;
}

.text-\[\#C9FC00\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 252 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

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

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

.opacity-50 {
  opacity: 0.5 !important;
}

.shadow-\[0_0_0_transparent\] {
  --tw-shadow: 0 0 0 transparent !important;
  --tw-shadow-colored: 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline {
  outline-style: solid !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}

.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) !important;
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.hover\:text-\[\#000AFF\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 10 255 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.hover\:decoration-\[\#000AFF\]:hover {
  text-decoration-color: #000aff !important;
}

.group:hover .group-hover\:stroke-\[\#000AFF\] {
  stroke: #000aff !important;
}

.group:hover .group-hover\:transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.group:hover .group-hover\:duration-500 {
  transition-duration: 500ms !important;
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:text-\[20vw\] {
    font-size: 20vw !important;
  }

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

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

  .sm\:text-\[8vw\] {
    font-size: 8vw !important;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:bottom-\[-277px\] {
    bottom: -277px !important;
  }

  .md\:left-\[-172px\] {
    left: -172px !important;
  }

  .md\:top-10 {
    top: 2.5rem !important;
  }

  .md\:top-\[75px\] {
    top: 75px !important;
  }

  .md\:order-none {
    order: 0 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

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

  .md\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .md\:mb-\[276px\] {
    margin-bottom: 276px !important;
  }

  .md\:ml-\[0\] {
    margin-left: 0 !important;
  }

  .md\:ml-\[190px\] {
    margin-left: 190px !important;
  }

  .md\:ml-\[260px\] {
    margin-left: 260px !important;
  }

  .md\:ml-\[30px\] {
    margin-left: 30px !important;
  }

  .md\:ml-\[40px\] {
    margin-left: 40px !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mr-\[0\] {
    margin-right: 0 !important;
  }

  .md\:mr-\[106px\] {
    margin-right: 106px !important;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px !important;
  }

  .md\:mr-\[40px\] {
    margin-right: 40px !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mt-\[0\] {
    margin-top: 0 !important;
  }

  .md\:mt-\[10px\] {
    margin-top: 10px !important;
  }

  .md\:mt-\[148px\] {
    margin-top: 148px !important;
  }

  .md\:mt-\[170px\] {
    margin-top: 170px !important;
  }

  .md\:mt-\[182px\] {
    margin-top: 182px !important;
  }

  .md\:mt-\[190px\] {
    margin-top: 190px !important;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px !important;
  }

  .md\:mt-\[47px\] {
    margin-top: 47px !important;
  }

  .md\:mt-\[5px\] {
    margin-top: 5px !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-\[1080px\] {
    height: 1080px !important;
  }

  .md\:h-\[300px\] {
    height: 300px !important;
  }

  .md\:h-\[373px\] {
    height: 373px !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-\[10vw\] {
    width: 10vw !important;
  }

  .md\:w-\[180px\] {
    width: 180px !important;
  }

  .md\:w-\[375px\] {
    width: 375px !important;
  }

  .md\:w-\[50\%\] {
    width: 50% !important;
  }

  .md\:w-\[60\%\] {
    width: 60% !important;
  }

  .md\:w-\[69\%\] {
    width: 69% !important;
  }

  .md\:w-\[71\%\] {
    width: 71% !important;
  }

  .md\:w-\[min-content\] {
    width: -moz-min-content !important;
    width: min-content !important;
  }

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

  .md\:min-w-\[100px\] {
    min-width: 100px !important;
  }

  .md\:min-w-\[66\%\] {
    min-width: 66% !important;
  }

  .md\:max-w-\[100\%\] {
    max-width: 100% !important;
  }

  .md\:max-w-\[373px\] {
    max-width: 373px !important;
  }

  .md\:max-w-\[765px\] {
    max-width: 765px !important;
  }

  .md\:max-w-\[81\%\] {
    max-width: 81% !important;
  }

  .md\:translate-x-\[0\] {
    --tw-translate-x: 0 !important;
    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)) !important;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:justify-normal {
    justify-content: normal !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

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

  .md\:gap-\[15px\] {
    gap: 15px !important;
  }

  .md\:gap-\[20px\] {
    gap: 20px !important;
  }

  .md\:gap-\[5vw\] {
    gap: 5vw !important;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .md\:gap-x-\[80px\] {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-\[181px\] {
    row-gap: 181px !important;
  }

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

  .md\:pb-\[160px\] {
    padding-bottom: 160px !important;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px !important;
  }

  .md\:pl-\[0\] {
    padding-left: 0 !important;
  }

  .md\:pl-\[23px\] {
    padding-left: 23px !important;
  }

  .md\:pl-\[30px\] {
    padding-left: 30px !important;
  }

  .md\:pl-\[60px\] {
    padding-left: 60px !important;
  }

  .md\:pr-\[60px\] {
    padding-right: 60px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

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

  .md\:pt-\[130px\] {
    padding-top: 130px !important;
  }

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

  .md\:pt-\[15px\] {
    padding-top: 15px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-\[120px\] {
    font-size: 120px !important;
  }

  .md\:text-\[130px\] {
    font-size: 130px !important;
  }

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

  .md\:text-\[4\.3em\] {
    font-size: 4.3em !important;
  }

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

  .md\:text-\[50px\] {
    font-size: 50px !important;
  }

  .md\:text-\[54px\] {
    font-size: 54px !important;
  }

  .md\:text-\[5vw\] {
    font-size: 5vw !important;
  }

  .md\:text-\[90px\] {
    font-size: 90px !important;
  }

  .md\:leading-\[33px\] {
    line-height: 33px !important;
  }

  .md\:leading-\[74px\] {
    line-height: 74px !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  @media not all and (min-width: 1024px) {
    .md\:max-lg\:flex-row {
      flex-direction: row !important;
    }

    .md\:max-lg\:justify-between {
      justify-content: space-between !important;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:ml-\[auto\] {
    margin-left: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-\[1300px\] {
    width: 1300px !important;
  }

  .lg\:w-\[161px\] {
    width: 161px !important;
  }

  .lg\:w-\[372px\] {
    width: 372px !important;
  }

  .lg\:w-\[373px\] {
    width: 373px !important;
  }

  .lg\:w-\[71\%\] {
    width: 71% !important;
  }

  .lg\:max-w-\[71\%\] {
    max-width: 71% !important;
  }

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

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:gap-\[45px\] {
    gap: 45px !important;
  }

  .lg\:gap-x-\[74px\] {
    -moz-column-gap: 74px !important;
    column-gap: 74px !important;
  }

  .lg\:text-\[120px\] {
    font-size: 120px !important;
  }

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

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:right-\[-60\%\] {
    right: -60% !important;
  }

  .xl\:top-10 {
    top: 2.5rem !important;
  }

  .xl\:ml-\[239px\] {
    margin-left: 239px !important;
  }

  .xl\:mr-60 {
    margin-right: 15rem !important;
  }

  .xl\:mr-\[8rem\] {
    margin-right: 8rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:h-\[1170px\] {
    height: 1170px !important;
  }

  .xl\:w-\[220px\] {
    width: 220px !important;
  }

  .xl\:w-\[440px\] {
    width: 440px !important;
  }

  .xl\:w-\[65\%\] {
    width: 65% !important;
  }

  .xl\:w-\[80\%\] {
    width: 80% !important;
  }

  .xl\:max-w-\[373px\] {
    max-width: 373px !important;
  }

  .xl\:translate-y-\[0\] {
    --tw-translate-y: 0 !important;
    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)) !important;
  }

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

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

  .xl\:pb-\[221px\] {
    padding-bottom: 221px !important;
  }

  .xl\:pl-\[42px\] {
    padding-left: 42px !important;
  }

  .xl\:pr-\[42px\] {
    padding-right: 42px !important;
  }

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

  .xl\:leading-\[80px\] {
    line-height: 80px !important;
  }

  .xl\:text-\[\#858E8E\] {
    --tw-text-opacity: 1 !important;
    color: rgb(133 142 142 / var(--tw-text-opacity)) !important;
  }
}

@media (min-width: 1360px) {
  .xm\:bottom-\[-296px\] {
    bottom: -296px !important;
  }

  .xm\:left-\[-223px\] {
    left: -223px !important;
  }

  .xm\:right-\[-254px\] {
    right: -254px !important;
  }

  .xm\:mb-\[183px\] {
    margin-bottom: 183px !important;
  }

  .xm\:ml-\[8\.35\%\] {
    margin-left: 8.35% !important;
  }

  .xm\:ml-auto {
    margin-left: auto !important;
  }

  .xm\:mr-0 {
    margin-right: 0px !important;
  }

  .xm\:mr-\[6rem\] {
    margin-right: 6rem !important;
  }

  .xm\:mt-\[0px\] {
    margin-top: 0px !important;
  }

  .xm\:mt-\[10px\] {
    margin-top: 10px !important;
  }

  .xm\:mt-\[177px\] {
    margin-top: 177px !important;
  }

  .xm\:mt-\[227px\] {
    margin-top: 227px !important;
  }

  .xm\:mt-\[236px\] {
    margin-top: 236px !important;
  }

  .xm\:mt-\[48px\] {
    margin-top: 48px !important;
  }

  .xm\:h-\[1100px\] {
    height: 1100px !important;
  }

  .xm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xm\:w-\[412px\] {
    width: 412px !important;
  }

  .xm\:w-\[65\%\] {
    width: 65% !important;
  }

  .xm\:w-\[89\%\] {
    width: 89% !important;
  }

  .xm\:min-w-\[58\%\] {
    min-width: 58% !important;
  }

  .xm\:max-w-\[65\%\] {
    max-width: 65% !important;
  }

  .xm\:translate-y-\[-35\%\] {
    --tw-translate-y: -35% !important;
    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)) !important;
  }

  .xm\:justify-start {
    justify-content: flex-start !important;
  }

  .xm\:gap-\[0\] {
    gap: 0 !important;
  }

  .xm\:gap-x-\[90px\] {
    -moz-column-gap: 90px !important;
    column-gap: 90px !important;
  }

  .xm\:pb-\[250px\] {
    padding-bottom: 250px !important;
  }

  .xm\:pl-\[0\] {
    padding-left: 0 !important;
  }

  .xm\:pb-\[150px\] {
    padding-bottom: 150px !important;
  }

  .xm\:text-center {
    text-align: center !important;
  }

  .xm\:text-\[11\.1vw\] {
    font-size: 11.1vw !important;
  }

  .xm\:text-\[120px\] {
    font-size: 120px !important;
  }

  .xm\:text-\[130px\] {
    font-size: 130px !important;
  }

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

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

  .xm\:leading-none {
    line-height: 1 !important;
  }

  .xm\:leading-normal {
    line-height: 1.5 !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-\[-300px\] {
    bottom: -300px !important;
  }

  .\32xl\:right-\[-94\%\] {
    right: -94% !important;
  }

  .\32xl\:ml-\[16\.5\%\] {
    margin-left: 16.5% !important;
  }

  .\32xl\:ml-\[190px\] {
    margin-left: 190px !important;
  }

  .\32xl\:mr-\[8rem\] {
    margin-right: 8rem !important;
  }

  .\32xl\:mt-\[-50\%\] {
    margin-top: -50% !important;
  }

  .\32xl\:mt-\[160px\] {
    margin-top: 160px !important;
  }

  .\32xl\:mt-\[19px\] {
    margin-top: 19px !important;
  }

  .\32xl\:mt-\[221px\] {
    margin-top: 221px !important;
  }

  .\32xl\:mt-\[337px\] {
    margin-top: 337px !important;
  }

  .\32xl\:mt-\[47px\] {
    margin-top: 47px !important;
  }

  .\32xl\:mt-\[67px\] {
    margin-top: 67px !important;
  }

  .\32xl\:mt-\[95px\] {
    margin-top: 95px !important;
  }

  .\32xl\:max-h-\[600px\] {
    max-height: 600px !important;
  }

  .\32xl\:w-\[47\%\] {
    width: 47% !important;
  }

  .\32xl\:w-\[512px\] {
    width: 512px !important;
  }

  .\32xl\:w-\[60\%\] {
    width: 60% !important;
  }

  .\32xl\:w-\[600px\] {
    width: 600px !important;
  }

  .\32xl\:w-\[70\%\] {
    width: 70% !important;
  }

  .\32xl\:w-\[72\%\] {
    width: 72% !important;
  }

  .\32xl\:w-\[82\%\] {
    width: 82% !important;
  }

  .\32xl\:max-w-\[100\%\] {
    max-width: 100% !important;
  }

  .\32xl\:max-w-\[72\%\] {
    max-width: 72% !important;
  }

  .\32xl\:translate-y-\[-54px\] {
    --tw-translate-y: -54px !important;
    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)) !important;
  }

  .\32xl\:gap-x-\[110px\] {
    -moz-column-gap: 110px !important;
    column-gap: 110px !important;
  }

  .\32xl\:gap-x-\[78px\] {
    -moz-column-gap: 78px !important;
    column-gap: 78px !important;
  }

  .\32xl\:pl-\[56px\] {
    padding-left: 56px !important;
  }

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

  .\32xl\:pt-\[100px\] {
    padding-top: 100px !important;
  }

  .\32xl\:pt-\[139px\] {
    padding-top: 139px !important;
  }

  .\32xl\:text-\[135px\] {
    font-size: 135px !important;
  }

  .\32xl\:text-\[196px\] {
    font-size: 196px !important;
  }

  .\32xl\:text-\[80px\] {
    font-size: 80px !important;
  }
}
