/*
! tailwindcss v3.4.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.
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] {
  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:  ;
  --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:  ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-left-\[80px\] {
  left: -80px;
}

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

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

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

.bottom-16 {
  bottom: 4rem;
}

.left-0 {
  left: 0px;
}

.left-12 {
  left: 3rem;
}

.left-\[5\.5rem\] {
  left: 5.5rem;
}

.right-0 {
  right: 0px;
}

.top-20 {
  top: 5rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[14rem\] {
  top: 14rem;
}

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

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

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

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

.mb-\[7\.5rem\] {
  margin-bottom: 7.5rem;
}

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

.ml-\[3rem\] {
  margin-left: 3rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

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

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

.mt-\[4\.125rem\] {
  margin-top: 4.125rem;
}

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

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

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

.max-w-\[12\.25rem\] {
  max-width: 12.25rem;
}

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

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

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

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

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

.max-w-\[25\.5rem\] {
  max-width: 25.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
  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));
}

.translate-x-\[22rem\] {
  --tw-translate-x: 22rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6 {
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-clip {
  overflow-y: clip;
}

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

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

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

.from-dark-gray {
  --tw-gradient-from: #040404 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 4 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-dark-gray {
  --tw-gradient-to: rgb(4 4 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #040404 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-forest-green {
  --tw-gradient-to: #0f4011 var(--tw-gradient-to-position);
}

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

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

.py-\[37px\] {
  padding-top: 37px;
  padding-bottom: 37px;
}

.py-\[39px\] {
  padding-top: 39px;
  padding-bottom: 39px;
}

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

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.text-\[0\.8125rem\]\/\[140\%\] {
  font-size: 0.8125rem;
  line-height: 140%;
}

.text-\[0\.815rem\]\/\[140\%\] {
  font-size: 0.815rem;
  line-height: 140%;
}

.text-\[1\.25rem\]\/\[100\%\] {
  font-size: 1.25rem;
  line-height: 100%;
}

.text-\[1\.75rem\]\/\[100\%\] {
  font-size: 1.75rem;
  line-height: 100%;
}

.text-\[1\.875rem\]\/\[100\%\] {
  font-size: 1.875rem;
  line-height: 100%;
}

.text-\[1\.875rem\]\/\[130\%\] {
  font-size: 1.875rem;
  line-height: 130%;
}

.text-\[12px\]\/\[100\%\] {
  font-size: 12px;
  line-height: 100%;
}

.text-\[13px\]\/\[140\%\] {
  font-size: 13px;
  line-height: 140%;
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(30 198 66 / var(--tw-text-opacity));
}

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

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

li {
  list-style-type: disc;
}

@media (min-width: 640px) {
  .sm\:-left-\[70px\] {
    left: -70px;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:left-\[17rem\] {
    left: 17rem;
  }

  .sm\:left-\[250px\] {
    left: 250px;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-\[3\.5rem\] {
    top: 3.5rem;
  }

  .sm\:top-\[40px\] {
    top: 40px;
  }

  .sm\:top-\[7\.5rem\] {
    top: 7.5rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

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

  .sm\:my-\[104px\] {
    margin-top: 104px;
    margin-bottom: 104px;
  }

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

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

  .sm\:mb-\[12\.75rem\] {
    margin-bottom: 12.75rem;
  }

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

  .sm\:ml-\[6rem\] {
    margin-left: 6rem;
  }

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

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

  .sm\:mt-\[1\.625rem\] {
    margin-top: 1.625rem;
  }

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

  .sm\:mt-\[6\.25rem\] {
    margin-top: 6.25rem;
  }

  .sm\:ml-\[2rem\] {
    margin-left: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:max-w-\[28\.125rem\] {
    max-width: 28.125rem;
  }

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

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

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

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

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

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

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

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

  .sm\:max-w-\[53\.813rem\] {
    max-width: 53.813rem;
  }

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

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

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

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

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

  .sm\:max-w-\[18\.125rem\] {
    max-width: 18.125rem;
  }

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

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: -0px;
    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));
  }

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

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

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

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

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

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

  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-\[1\.125rem\]\/\[140\%\] {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .sm\:text-\[18px\]\/\[100\%\] {
    font-size: 18px;
    line-height: 100%;
  }

  .sm\:text-\[19px\]\/\[140\%\] {
    font-size: 19px;
    line-height: 140%;
  }

  .sm\:text-\[2\.5rem\]\/\[100\%\] {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .sm\:text-\[2\.5rem\]\/\[120\%\] {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .sm\:text-\[2\.5rem\]\/\[130\%\] {
    font-size: 2.5rem;
    line-height: 130%;
  }

  .sm\:text-\[2rem\]\/\[100\%\] {
    font-size: 2rem;
    line-height: 100%;
  }

  .sm\:text-\[3\.875rem\]\/\[100\%\] {
    font-size: 3.875rem;
    line-height: 100%;
  }

  .sm\:text-\[2\.25rem\]\/\[100\%\] {
    font-size: 2.25rem;
    line-height: 100%;
  }

  .sm\:text-\[1\.75rem\]\/\[100\%\] {
    font-size: 1.75rem;
    line-height: 100%;
  }

  .sm\:text-\[16px\]\/\[140\%\] {
    font-size: 16px;
    line-height: 140%;
  }

  .sm\:text-\[13px\]\/\[140\%\] {
    font-size: 13px;
    line-height: 140%;
  }

  .sm\:text-\[10px\]\/\[140\%\] {
    font-size: 10px;
    line-height: 140%;
  }

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

@media (min-width: 768px) {
  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-\[24rem\] {
    left: 24rem;
  }

  .md\:left-\[350px\] {
    left: 350px;
  }

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

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

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

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

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

  .md\:max-w-96 {
    max-width: 24rem;
  }

  .md\:max-w-\[28\.125rem\] {
    max-width: 28.125rem;
  }

  .md\:max-w-\[53\.813rem\] {
    max-width: 53.813rem;
  }

  .md\:max-w-\[30rem\] {
    max-width: 30rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
    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));
  }

  .md\:text-\[1\.125rem\]\/\[140\%\] {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .md\:text-\[2\.5rem\]\/\[100\%\] {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .md\:text-\[3\.875rem\]\/\[100\%\] {
    font-size: 3.875rem;
    line-height: 100%;
  }

  .md\:text-\[2rem\]\/\[100\%\] {
    font-size: 2rem;
    line-height: 100%;
  }

  .md\:text-\[19px\]\/\[140\%\] {
    font-size: 19px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .lg\:-top-28 {
    top: -7rem;
  }

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

  .lg\:left-\[15\.5rem\] {
    left: 15.5rem;
  }

  .lg\:left-\[30\.5rem\] {
    left: 30.5rem;
  }

  .lg\:left-\[500px\] {
    left: 500px;
  }

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

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:ml-\[18rem\] {
    margin-left: 18rem;
  }

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

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

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

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

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

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

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

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

  .lg\:max-w-\[53\.813rem\] {
    max-width: 53.813rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
    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));
  }

  .lg\:-rotate-\[35deg\] {
    --tw-rotate: -35deg;
    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));
  }

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

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

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-\[2\.065rem\]\/\[100\%\] {
    font-size: 2.065rem;
    line-height: 100%;
  }

  .lg\:text-\[2\.3125rem\]\/\[100\%\] {
    font-size: 2.3125rem;
    line-height: 100%;
  }

  .lg\:text-\[2\.5rem\]\/\[100\%\] {
    font-size: 2.5rem;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:left-\[38\.5rem\] {
    left: 38.5rem;
  }

  .xl\:left-\[650px\] {
    left: 650px;
  }

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

  .xl\:left-\[15\.5rem\] {
    left: 15.5rem;
  }

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

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

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

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

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-\[17rem\] {
    left: 17rem;
  }

  .\32xl\:left-\[52\.5rem\] {
    left: 52.5rem;
  }

  .\32xl\:left-\[880px\] {
    left: 880px;
  }

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

  .\32xl\:left-\[15\.5rem\] {
    left: 15.5rem;
  }

  .\32xl\:ml-\[27\.813rem\] {
    margin-left: 27.813rem;
  }

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

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

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

  .\32xl\:-translate-x-0 {
    --tw-translate-x: -0px;
    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));
  }

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

  .\32xl\:pl-\[250px\] {
    padding-left: 250px;
  }
}

@media(min-width:1800px) {
  .\[\@media\(min-width\:1800px\)\]\:right-96 {
    right: 24rem;
  }
}
