@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-SemiBoldLC.woff2") format("woff2");
  font-weight: 600;
  /* Adjust this based on the actual weight of the font */
  font-style: normal;
  /* Adjust this if needed */
}
*, ::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.14 | 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;
}
body {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(41 19 0 / var(--tw-text-opacity));
}
body {
    font-weight: 400;
  }
p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
p:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(41 19 0 / var(--tw-text-opacity));
}
p {
  font-family: "Space Mono", monospace;
}
h1 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: "Thunder", sans-serif;
}
h2 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-family: "Thunder", sans-serif;
}
h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  font-family: "Thunder", sans-serif;
}
h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "Thunder", sans-serif;
}
h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "Thunder", sans-serif;
}
h6 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: "Thunder", sans-serif;
}
.bottom-auto {
  bottom: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.m-auto {
  margin: auto;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-1\.5 {
  margin-bottom: -0.375rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-11 {
  margin-bottom: -2.75rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-14 {
  margin-bottom: -3.5rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-mb-44 {
  margin-bottom: -11rem;
}
.-mb-48 {
  margin-bottom: -12rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-60 {
  margin-bottom: -15rem;
}
.-mb-64 {
  margin-bottom: -16rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-80 {
  margin-bottom: -20rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.mb-64 {
  margin-bottom: 16rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.max-w-screen-desktop {
  max-width: 1280px;
}
.max-w-screen-laptop {
  max-width: 1024px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}
.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}
.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}
.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}
.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}
.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}
.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}
.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}
.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}
.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}
.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}
.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}
.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}
.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}
.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}
.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}
.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}
.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}
.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}
.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}
.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}
.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem;
}
.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}
.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}
.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}
.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}
.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}
.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}
.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}
.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}
.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}
.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}
.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}
.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}
.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}
.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}
.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}
.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}
.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}
.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}
.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}
.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.place-items-stretch {
  place-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-80 {
  gap: 20rem;
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
@media (min-width: 640px) {
  .tablet\:bottom-auto {
    bottom: auto;
  }
  .tablet\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .tablet\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .tablet\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .tablet\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .tablet\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .tablet\:m-auto {
    margin: auto;
  }
  .tablet\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .tablet\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .tablet\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .tablet\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .tablet\:-mb-12 {
    margin-bottom: -3rem;
  }
  .tablet\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .tablet\:-mb-16 {
    margin-bottom: -4rem;
  }
  .tablet\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .tablet\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .tablet\:-mb-20 {
    margin-bottom: -5rem;
  }
  .tablet\:-mb-24 {
    margin-bottom: -6rem;
  }
  .tablet\:-mb-28 {
    margin-bottom: -7rem;
  }
  .tablet\:-mb-4 {
    margin-bottom: -1rem;
  }
  .tablet\:-mb-40 {
    margin-bottom: -10rem;
  }
  .tablet\:-mb-44 {
    margin-bottom: -11rem;
  }
  .tablet\:-mb-48 {
    margin-bottom: -12rem;
  }
  .tablet\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .tablet\:-mb-60 {
    margin-bottom: -15rem;
  }
  .tablet\:-mb-64 {
    margin-bottom: -16rem;
  }
  .tablet\:-mb-8 {
    margin-bottom: -2rem;
  }
  .tablet\:-mb-80 {
    margin-bottom: -20rem;
  }
  .tablet\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .tablet\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .tablet\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .tablet\:mb-12 {
    margin-bottom: 3rem;
  }
  .tablet\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .tablet\:mb-16 {
    margin-bottom: 4rem;
  }
  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .tablet\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .tablet\:mb-20 {
    margin-bottom: 5rem;
  }
  .tablet\:mb-24 {
    margin-bottom: 6rem;
  }
  .tablet\:mb-28 {
    margin-bottom: 7rem;
  }
  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }
  .tablet\:mb-40 {
    margin-bottom: 10rem;
  }
  .tablet\:mb-44 {
    margin-bottom: 11rem;
  }
  .tablet\:mb-48 {
    margin-bottom: 12rem;
  }
  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .tablet\:mb-60 {
    margin-bottom: 15rem;
  }
  .tablet\:mb-64 {
    margin-bottom: 16rem;
  }
  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }
  .tablet\:mb-80 {
    margin-bottom: 20rem;
  }
  .tablet\:flex {
    display: flex;
  }
  .tablet\:inline-flex {
    display: inline-flex;
  }
  .tablet\:grid {
    display: grid;
  }
  .tablet\:inline-grid {
    display: inline-grid;
  }
  .tablet\:max-w-screen-desktop {
    max-width: 1280px;
  }
  .tablet\:max-w-screen-laptop {
    max-width: 1024px;
  }
  .tablet\:flex-1 {
    flex: 1 1 0%;
  }
  .tablet\:flex-auto {
    flex: 1 1 auto;
  }
  .tablet\:flex-initial {
    flex: 0 1 auto;
  }
  .tablet\:flex-none {
    flex: none;
  }
  .tablet\:flex-shrink {
    flex-shrink: 1;
  }
  .tablet\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .tablet\:flex-grow {
    flex-grow: 1;
  }
  .tablet\:flex-grow-0 {
    flex-grow: 0;
  }
  .tablet\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }
  .tablet\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }
  .tablet\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }
  .tablet\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }
  .tablet\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }
  .tablet\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }
  .tablet\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }
  .tablet\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }
  .tablet\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }
  .tablet\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }
  .tablet\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }
  .tablet\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }
  .tablet\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }
  .tablet\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }
  .tablet\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }
  .tablet\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }
  .tablet\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }
  .tablet\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }
  .tablet\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }
  .tablet\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }
  .tablet\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }
  .tablet\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }
  .tablet\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }
  .tablet\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }
  .tablet\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }
  .tablet\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }
  .tablet\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }
  .tablet\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }
  .tablet\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }
  .tablet\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }
  .tablet\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }
  .tablet\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }
  .tablet\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }
  .tablet\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }
  .tablet\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }
  .tablet\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }
  .tablet\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }
  .tablet\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }
  .tablet\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }
  .tablet\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }
  .tablet\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }
  .tablet\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }
  .tablet\:grid-flow-row {
    grid-auto-flow: row;
  }
  .tablet\:grid-flow-col {
    grid-auto-flow: column;
  }
  .tablet\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  .tablet\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .tablet\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .tablet\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet\:grid-cols-none {
    grid-template-columns: none;
  }
  .tablet\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .tablet\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .tablet\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .tablet\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .tablet\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .tablet\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .tablet\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .tablet\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .tablet\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .tablet\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .tablet\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .tablet\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .tablet\:grid-rows-none {
    grid-template-rows: none;
  }
  .tablet\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .tablet\:flex-row {
    flex-direction: row;
  }
  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .tablet\:flex-col {
    flex-direction: column;
  }
  .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }
  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .tablet\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .tablet\:place-items-start {
    place-items: start;
  }
  .tablet\:place-items-end {
    place-items: end;
  }
  .tablet\:place-items-center {
    place-items: center;
  }
  .tablet\:place-items-baseline {
    place-items: baseline;
  }
  .tablet\:place-items-stretch {
    place-items: stretch;
  }
  .tablet\:items-start {
    align-items: flex-start;
  }
  .tablet\:items-end {
    align-items: flex-end;
  }
  .tablet\:items-center {
    align-items: center;
  }
  .tablet\:items-baseline {
    align-items: baseline;
  }
  .tablet\:items-stretch {
    align-items: stretch;
  }
  .tablet\:justify-start {
    justify-content: flex-start;
  }
  .tablet\:justify-end {
    justify-content: flex-end;
  }
  .tablet\:justify-center {
    justify-content: center;
  }
  .tablet\:justify-between {
    justify-content: space-between;
  }
  .tablet\:justify-around {
    justify-content: space-around;
  }
  .tablet\:justify-evenly {
    justify-content: space-evenly;
  }
  .tablet\:justify-items-start {
    justify-items: start;
  }
  .tablet\:justify-items-end {
    justify-items: end;
  }
  .tablet\:justify-items-center {
    justify-items: center;
  }
  .tablet\:justify-items-stretch {
    justify-items: stretch;
  }
  .tablet\:gap-0 {
    gap: 0px;
  }
  .tablet\:gap-0\.5 {
    gap: 0.125rem;
  }
  .tablet\:gap-1 {
    gap: 0.25rem;
  }
  .tablet\:gap-1\.5 {
    gap: 0.375rem;
  }
  .tablet\:gap-10 {
    gap: 2.5rem;
  }
  .tablet\:gap-11 {
    gap: 2.75rem;
  }
  .tablet\:gap-12 {
    gap: 3rem;
  }
  .tablet\:gap-14 {
    gap: 3.5rem;
  }
  .tablet\:gap-16 {
    gap: 4rem;
  }
  .tablet\:gap-2 {
    gap: 0.5rem;
  }
  .tablet\:gap-2\.5 {
    gap: 0.625rem;
  }
  .tablet\:gap-20 {
    gap: 5rem;
  }
  .tablet\:gap-24 {
    gap: 6rem;
  }
  .tablet\:gap-28 {
    gap: 7rem;
  }
  .tablet\:gap-4 {
    gap: 1rem;
  }
  .tablet\:gap-40 {
    gap: 10rem;
  }
  .tablet\:gap-44 {
    gap: 11rem;
  }
  .tablet\:gap-48 {
    gap: 12rem;
  }
  .tablet\:gap-6 {
    gap: 1.5rem;
  }
  .tablet\:gap-60 {
    gap: 15rem;
  }
  .tablet\:gap-64 {
    gap: 16rem;
  }
  .tablet\:gap-8 {
    gap: 2rem;
  }
  .tablet\:gap-80 {
    gap: 20rem;
  }
  .tablet\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }
  .tablet\:bg-blue-100\/0 {
    background-color: rgb(219 234 254 / 0);
  }
  .tablet\:bg-blue-100\/10 {
    background-color: rgb(219 234 254 / 0.1);
  }
  .tablet\:bg-blue-100\/100 {
    background-color: rgb(219 234 254 / 1);
  }
  .tablet\:bg-blue-100\/15 {
    background-color: rgb(219 234 254 / 0.15);
  }
  .tablet\:bg-blue-100\/20 {
    background-color: rgb(219 234 254 / 0.2);
  }
  .tablet\:bg-blue-100\/25 {
    background-color: rgb(219 234 254 / 0.25);
  }
  .tablet\:bg-blue-100\/30 {
    background-color: rgb(219 234 254 / 0.3);
  }
  .tablet\:bg-blue-100\/35 {
    background-color: rgb(219 234 254 / 0.35);
  }
  .tablet\:bg-blue-100\/40 {
    background-color: rgb(219 234 254 / 0.4);
  }
  .tablet\:bg-blue-100\/45 {
    background-color: rgb(219 234 254 / 0.45);
  }
  .tablet\:bg-blue-100\/5 {
    background-color: rgb(219 234 254 / 0.05);
  }
  .tablet\:bg-blue-100\/50 {
    background-color: rgb(219 234 254 / 0.5);
  }
  .tablet\:bg-blue-100\/55 {
    background-color: rgb(219 234 254 / 0.55);
  }
  .tablet\:bg-blue-100\/60 {
    background-color: rgb(219 234 254 / 0.6);
  }
  .tablet\:bg-blue-100\/65 {
    background-color: rgb(219 234 254 / 0.65);
  }
  .tablet\:bg-blue-100\/70 {
    background-color: rgb(219 234 254 / 0.7);
  }
  .tablet\:bg-blue-100\/75 {
    background-color: rgb(219 234 254 / 0.75);
  }
  .tablet\:bg-blue-100\/80 {
    background-color: rgb(219 234 254 / 0.8);
  }
  .tablet\:bg-blue-100\/85 {
    background-color: rgb(219 234 254 / 0.85);
  }
  .tablet\:bg-blue-100\/90 {
    background-color: rgb(219 234 254 / 0.9);
  }
  .tablet\:bg-blue-100\/95 {
    background-color: rgb(219 234 254 / 0.95);
  }
  .tablet\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }
  .tablet\:bg-blue-200\/0 {
    background-color: rgb(191 219 254 / 0);
  }
  .tablet\:bg-blue-200\/10 {
    background-color: rgb(191 219 254 / 0.1);
  }
  .tablet\:bg-blue-200\/100 {
    background-color: rgb(191 219 254 / 1);
  }
  .tablet\:bg-blue-200\/15 {
    background-color: rgb(191 219 254 / 0.15);
  }
  .tablet\:bg-blue-200\/20 {
    background-color: rgb(191 219 254 / 0.2);
  }
  .tablet\:bg-blue-200\/25 {
    background-color: rgb(191 219 254 / 0.25);
  }
  .tablet\:bg-blue-200\/30 {
    background-color: rgb(191 219 254 / 0.3);
  }
  .tablet\:bg-blue-200\/35 {
    background-color: rgb(191 219 254 / 0.35);
  }
  .tablet\:bg-blue-200\/40 {
    background-color: rgb(191 219 254 / 0.4);
  }
  .tablet\:bg-blue-200\/45 {
    background-color: rgb(191 219 254 / 0.45);
  }
  .tablet\:bg-blue-200\/5 {
    background-color: rgb(191 219 254 / 0.05);
  }
  .tablet\:bg-blue-200\/50 {
    background-color: rgb(191 219 254 / 0.5);
  }
  .tablet\:bg-blue-200\/55 {
    background-color: rgb(191 219 254 / 0.55);
  }
  .tablet\:bg-blue-200\/60 {
    background-color: rgb(191 219 254 / 0.6);
  }
  .tablet\:bg-blue-200\/65 {
    background-color: rgb(191 219 254 / 0.65);
  }
  .tablet\:bg-blue-200\/70 {
    background-color: rgb(191 219 254 / 0.7);
  }
  .tablet\:bg-blue-200\/75 {
    background-color: rgb(191 219 254 / 0.75);
  }
  .tablet\:bg-blue-200\/80 {
    background-color: rgb(191 219 254 / 0.8);
  }
  .tablet\:bg-blue-200\/85 {
    background-color: rgb(191 219 254 / 0.85);
  }
  .tablet\:bg-blue-200\/90 {
    background-color: rgb(191 219 254 / 0.9);
  }
  .tablet\:bg-blue-200\/95 {
    background-color: rgb(191 219 254 / 0.95);
  }
  .tablet\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  }
  .tablet\:bg-blue-300\/0 {
    background-color: rgb(147 197 253 / 0);
  }
  .tablet\:bg-blue-300\/10 {
    background-color: rgb(147 197 253 / 0.1);
  }
  .tablet\:bg-blue-300\/100 {
    background-color: rgb(147 197 253 / 1);
  }
  .tablet\:bg-blue-300\/15 {
    background-color: rgb(147 197 253 / 0.15);
  }
  .tablet\:bg-blue-300\/20 {
    background-color: rgb(147 197 253 / 0.2);
  }
  .tablet\:bg-blue-300\/25 {
    background-color: rgb(147 197 253 / 0.25);
  }
  .tablet\:bg-blue-300\/30 {
    background-color: rgb(147 197 253 / 0.3);
  }
  .tablet\:bg-blue-300\/35 {
    background-color: rgb(147 197 253 / 0.35);
  }
  .tablet\:bg-blue-300\/40 {
    background-color: rgb(147 197 253 / 0.4);
  }
  .tablet\:bg-blue-300\/45 {
    background-color: rgb(147 197 253 / 0.45);
  }
  .tablet\:bg-blue-300\/5 {
    background-color: rgb(147 197 253 / 0.05);
  }
  .tablet\:bg-blue-300\/50 {
    background-color: rgb(147 197 253 / 0.5);
  }
  .tablet\:bg-blue-300\/55 {
    background-color: rgb(147 197 253 / 0.55);
  }
  .tablet\:bg-blue-300\/60 {
    background-color: rgb(147 197 253 / 0.6);
  }
  .tablet\:bg-blue-300\/65 {
    background-color: rgb(147 197 253 / 0.65);
  }
  .tablet\:bg-blue-300\/70 {
    background-color: rgb(147 197 253 / 0.7);
  }
  .tablet\:bg-blue-300\/75 {
    background-color: rgb(147 197 253 / 0.75);
  }
  .tablet\:bg-blue-300\/80 {
    background-color: rgb(147 197 253 / 0.8);
  }
  .tablet\:bg-blue-300\/85 {
    background-color: rgb(147 197 253 / 0.85);
  }
  .tablet\:bg-blue-300\/90 {
    background-color: rgb(147 197 253 / 0.9);
  }
  .tablet\:bg-blue-300\/95 {
    background-color: rgb(147 197 253 / 0.95);
  }
  .tablet\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }
  .tablet\:bg-green-100\/0 {
    background-color: rgb(220 252 231 / 0);
  }
  .tablet\:bg-green-100\/10 {
    background-color: rgb(220 252 231 / 0.1);
  }
  .tablet\:bg-green-100\/100 {
    background-color: rgb(220 252 231 / 1);
  }
  .tablet\:bg-green-100\/15 {
    background-color: rgb(220 252 231 / 0.15);
  }
  .tablet\:bg-green-100\/20 {
    background-color: rgb(220 252 231 / 0.2);
  }
  .tablet\:bg-green-100\/25 {
    background-color: rgb(220 252 231 / 0.25);
  }
  .tablet\:bg-green-100\/30 {
    background-color: rgb(220 252 231 / 0.3);
  }
  .tablet\:bg-green-100\/35 {
    background-color: rgb(220 252 231 / 0.35);
  }
  .tablet\:bg-green-100\/40 {
    background-color: rgb(220 252 231 / 0.4);
  }
  .tablet\:bg-green-100\/45 {
    background-color: rgb(220 252 231 / 0.45);
  }
  .tablet\:bg-green-100\/5 {
    background-color: rgb(220 252 231 / 0.05);
  }
  .tablet\:bg-green-100\/50 {
    background-color: rgb(220 252 231 / 0.5);
  }
  .tablet\:bg-green-100\/55 {
    background-color: rgb(220 252 231 / 0.55);
  }
  .tablet\:bg-green-100\/60 {
    background-color: rgb(220 252 231 / 0.6);
  }
  .tablet\:bg-green-100\/65 {
    background-color: rgb(220 252 231 / 0.65);
  }
  .tablet\:bg-green-100\/70 {
    background-color: rgb(220 252 231 / 0.7);
  }
  .tablet\:bg-green-100\/75 {
    background-color: rgb(220 252 231 / 0.75);
  }
  .tablet\:bg-green-100\/80 {
    background-color: rgb(220 252 231 / 0.8);
  }
  .tablet\:bg-green-100\/85 {
    background-color: rgb(220 252 231 / 0.85);
  }
  .tablet\:bg-green-100\/90 {
    background-color: rgb(220 252 231 / 0.9);
  }
  .tablet\:bg-green-100\/95 {
    background-color: rgb(220 252 231 / 0.95);
  }
  .tablet\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }
  .tablet\:bg-green-200\/0 {
    background-color: rgb(187 247 208 / 0);
  }
  .tablet\:bg-green-200\/10 {
    background-color: rgb(187 247 208 / 0.1);
  }
  .tablet\:bg-green-200\/100 {
    background-color: rgb(187 247 208 / 1);
  }
  .tablet\:bg-green-200\/15 {
    background-color: rgb(187 247 208 / 0.15);
  }
  .tablet\:bg-green-200\/20 {
    background-color: rgb(187 247 208 / 0.2);
  }
  .tablet\:bg-green-200\/25 {
    background-color: rgb(187 247 208 / 0.25);
  }
  .tablet\:bg-green-200\/30 {
    background-color: rgb(187 247 208 / 0.3);
  }
  .tablet\:bg-green-200\/35 {
    background-color: rgb(187 247 208 / 0.35);
  }
  .tablet\:bg-green-200\/40 {
    background-color: rgb(187 247 208 / 0.4);
  }
  .tablet\:bg-green-200\/45 {
    background-color: rgb(187 247 208 / 0.45);
  }
  .tablet\:bg-green-200\/5 {
    background-color: rgb(187 247 208 / 0.05);
  }
  .tablet\:bg-green-200\/50 {
    background-color: rgb(187 247 208 / 0.5);
  }
  .tablet\:bg-green-200\/55 {
    background-color: rgb(187 247 208 / 0.55);
  }
  .tablet\:bg-green-200\/60 {
    background-color: rgb(187 247 208 / 0.6);
  }
  .tablet\:bg-green-200\/65 {
    background-color: rgb(187 247 208 / 0.65);
  }
  .tablet\:bg-green-200\/70 {
    background-color: rgb(187 247 208 / 0.7);
  }
  .tablet\:bg-green-200\/75 {
    background-color: rgb(187 247 208 / 0.75);
  }
  .tablet\:bg-green-200\/80 {
    background-color: rgb(187 247 208 / 0.8);
  }
  .tablet\:bg-green-200\/85 {
    background-color: rgb(187 247 208 / 0.85);
  }
  .tablet\:bg-green-200\/90 {
    background-color: rgb(187 247 208 / 0.9);
  }
  .tablet\:bg-green-200\/95 {
    background-color: rgb(187 247 208 / 0.95);
  }
  .tablet\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity));
  }
  .tablet\:bg-green-300\/0 {
    background-color: rgb(134 239 172 / 0);
  }
  .tablet\:bg-green-300\/10 {
    background-color: rgb(134 239 172 / 0.1);
  }
  .tablet\:bg-green-300\/100 {
    background-color: rgb(134 239 172 / 1);
  }
  .tablet\:bg-green-300\/15 {
    background-color: rgb(134 239 172 / 0.15);
  }
  .tablet\:bg-green-300\/20 {
    background-color: rgb(134 239 172 / 0.2);
  }
  .tablet\:bg-green-300\/25 {
    background-color: rgb(134 239 172 / 0.25);
  }
  .tablet\:bg-green-300\/30 {
    background-color: rgb(134 239 172 / 0.3);
  }
  .tablet\:bg-green-300\/35 {
    background-color: rgb(134 239 172 / 0.35);
  }
  .tablet\:bg-green-300\/40 {
    background-color: rgb(134 239 172 / 0.4);
  }
  .tablet\:bg-green-300\/45 {
    background-color: rgb(134 239 172 / 0.45);
  }
  .tablet\:bg-green-300\/5 {
    background-color: rgb(134 239 172 / 0.05);
  }
  .tablet\:bg-green-300\/50 {
    background-color: rgb(134 239 172 / 0.5);
  }
  .tablet\:bg-green-300\/55 {
    background-color: rgb(134 239 172 / 0.55);
  }
  .tablet\:bg-green-300\/60 {
    background-color: rgb(134 239 172 / 0.6);
  }
  .tablet\:bg-green-300\/65 {
    background-color: rgb(134 239 172 / 0.65);
  }
  .tablet\:bg-green-300\/70 {
    background-color: rgb(134 239 172 / 0.7);
  }
  .tablet\:bg-green-300\/75 {
    background-color: rgb(134 239 172 / 0.75);
  }
  .tablet\:bg-green-300\/80 {
    background-color: rgb(134 239 172 / 0.8);
  }
  .tablet\:bg-green-300\/85 {
    background-color: rgb(134 239 172 / 0.85);
  }
  .tablet\:bg-green-300\/90 {
    background-color: rgb(134 239 172 / 0.9);
  }
  .tablet\:bg-green-300\/95 {
    background-color: rgb(134 239 172 / 0.95);
  }
  .tablet\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  .tablet\:bg-red-100\/0 {
    background-color: rgb(254 226 226 / 0);
  }
  .tablet\:bg-red-100\/10 {
    background-color: rgb(254 226 226 / 0.1);
  }
  .tablet\:bg-red-100\/100 {
    background-color: rgb(254 226 226 / 1);
  }
  .tablet\:bg-red-100\/15 {
    background-color: rgb(254 226 226 / 0.15);
  }
  .tablet\:bg-red-100\/20 {
    background-color: rgb(254 226 226 / 0.2);
  }
  .tablet\:bg-red-100\/25 {
    background-color: rgb(254 226 226 / 0.25);
  }
  .tablet\:bg-red-100\/30 {
    background-color: rgb(254 226 226 / 0.3);
  }
  .tablet\:bg-red-100\/35 {
    background-color: rgb(254 226 226 / 0.35);
  }
  .tablet\:bg-red-100\/40 {
    background-color: rgb(254 226 226 / 0.4);
  }
  .tablet\:bg-red-100\/45 {
    background-color: rgb(254 226 226 / 0.45);
  }
  .tablet\:bg-red-100\/5 {
    background-color: rgb(254 226 226 / 0.05);
  }
  .tablet\:bg-red-100\/50 {
    background-color: rgb(254 226 226 / 0.5);
  }
  .tablet\:bg-red-100\/55 {
    background-color: rgb(254 226 226 / 0.55);
  }
  .tablet\:bg-red-100\/60 {
    background-color: rgb(254 226 226 / 0.6);
  }
  .tablet\:bg-red-100\/65 {
    background-color: rgb(254 226 226 / 0.65);
  }
  .tablet\:bg-red-100\/70 {
    background-color: rgb(254 226 226 / 0.7);
  }
  .tablet\:bg-red-100\/75 {
    background-color: rgb(254 226 226 / 0.75);
  }
  .tablet\:bg-red-100\/80 {
    background-color: rgb(254 226 226 / 0.8);
  }
  .tablet\:bg-red-100\/85 {
    background-color: rgb(254 226 226 / 0.85);
  }
  .tablet\:bg-red-100\/90 {
    background-color: rgb(254 226 226 / 0.9);
  }
  .tablet\:bg-red-100\/95 {
    background-color: rgb(254 226 226 / 0.95);
  }
  .tablet\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }
  .tablet\:bg-red-200\/0 {
    background-color: rgb(254 202 202 / 0);
  }
  .tablet\:bg-red-200\/10 {
    background-color: rgb(254 202 202 / 0.1);
  }
  .tablet\:bg-red-200\/100 {
    background-color: rgb(254 202 202 / 1);
  }
  .tablet\:bg-red-200\/15 {
    background-color: rgb(254 202 202 / 0.15);
  }
  .tablet\:bg-red-200\/20 {
    background-color: rgb(254 202 202 / 0.2);
  }
  .tablet\:bg-red-200\/25 {
    background-color: rgb(254 202 202 / 0.25);
  }
  .tablet\:bg-red-200\/30 {
    background-color: rgb(254 202 202 / 0.3);
  }
  .tablet\:bg-red-200\/35 {
    background-color: rgb(254 202 202 / 0.35);
  }
  .tablet\:bg-red-200\/40 {
    background-color: rgb(254 202 202 / 0.4);
  }
  .tablet\:bg-red-200\/45 {
    background-color: rgb(254 202 202 / 0.45);
  }
  .tablet\:bg-red-200\/5 {
    background-color: rgb(254 202 202 / 0.05);
  }
  .tablet\:bg-red-200\/50 {
    background-color: rgb(254 202 202 / 0.5);
  }
  .tablet\:bg-red-200\/55 {
    background-color: rgb(254 202 202 / 0.55);
  }
  .tablet\:bg-red-200\/60 {
    background-color: rgb(254 202 202 / 0.6);
  }
  .tablet\:bg-red-200\/65 {
    background-color: rgb(254 202 202 / 0.65);
  }
  .tablet\:bg-red-200\/70 {
    background-color: rgb(254 202 202 / 0.7);
  }
  .tablet\:bg-red-200\/75 {
    background-color: rgb(254 202 202 / 0.75);
  }
  .tablet\:bg-red-200\/80 {
    background-color: rgb(254 202 202 / 0.8);
  }
  .tablet\:bg-red-200\/85 {
    background-color: rgb(254 202 202 / 0.85);
  }
  .tablet\:bg-red-200\/90 {
    background-color: rgb(254 202 202 / 0.9);
  }
  .tablet\:bg-red-200\/95 {
    background-color: rgb(254 202 202 / 0.95);
  }
  .tablet\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  }
  .tablet\:bg-red-300\/0 {
    background-color: rgb(252 165 165 / 0);
  }
  .tablet\:bg-red-300\/10 {
    background-color: rgb(252 165 165 / 0.1);
  }
  .tablet\:bg-red-300\/100 {
    background-color: rgb(252 165 165 / 1);
  }
  .tablet\:bg-red-300\/15 {
    background-color: rgb(252 165 165 / 0.15);
  }
  .tablet\:bg-red-300\/20 {
    background-color: rgb(252 165 165 / 0.2);
  }
  .tablet\:bg-red-300\/25 {
    background-color: rgb(252 165 165 / 0.25);
  }
  .tablet\:bg-red-300\/30 {
    background-color: rgb(252 165 165 / 0.3);
  }
  .tablet\:bg-red-300\/35 {
    background-color: rgb(252 165 165 / 0.35);
  }
  .tablet\:bg-red-300\/40 {
    background-color: rgb(252 165 165 / 0.4);
  }
  .tablet\:bg-red-300\/45 {
    background-color: rgb(252 165 165 / 0.45);
  }
  .tablet\:bg-red-300\/5 {
    background-color: rgb(252 165 165 / 0.05);
  }
  .tablet\:bg-red-300\/50 {
    background-color: rgb(252 165 165 / 0.5);
  }
  .tablet\:bg-red-300\/55 {
    background-color: rgb(252 165 165 / 0.55);
  }
  .tablet\:bg-red-300\/60 {
    background-color: rgb(252 165 165 / 0.6);
  }
  .tablet\:bg-red-300\/65 {
    background-color: rgb(252 165 165 / 0.65);
  }
  .tablet\:bg-red-300\/70 {
    background-color: rgb(252 165 165 / 0.7);
  }
  .tablet\:bg-red-300\/75 {
    background-color: rgb(252 165 165 / 0.75);
  }
  .tablet\:bg-red-300\/80 {
    background-color: rgb(252 165 165 / 0.8);
  }
  .tablet\:bg-red-300\/85 {
    background-color: rgb(252 165 165 / 0.85);
  }
  .tablet\:bg-red-300\/90 {
    background-color: rgb(252 165 165 / 0.9);
  }
  .tablet\:bg-red-300\/95 {
    background-color: rgb(252 165 165 / 0.95);
  }
}
@media (min-width: 1024px) {
  .laptop\:bottom-auto {
    bottom: auto;
  }
  .laptop\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .laptop\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .laptop\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .laptop\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .laptop\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .laptop\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .laptop\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .laptop\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .laptop\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .laptop\:m-auto {
    margin: auto;
  }
  .laptop\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .laptop\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .laptop\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .laptop\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .laptop\:-mb-12 {
    margin-bottom: -3rem;
  }
  .laptop\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .laptop\:-mb-16 {
    margin-bottom: -4rem;
  }
  .laptop\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .laptop\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .laptop\:-mb-20 {
    margin-bottom: -5rem;
  }
  .laptop\:-mb-24 {
    margin-bottom: -6rem;
  }
  .laptop\:-mb-28 {
    margin-bottom: -7rem;
  }
  .laptop\:-mb-4 {
    margin-bottom: -1rem;
  }
  .laptop\:-mb-40 {
    margin-bottom: -10rem;
  }
  .laptop\:-mb-44 {
    margin-bottom: -11rem;
  }
  .laptop\:-mb-48 {
    margin-bottom: -12rem;
  }
  .laptop\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .laptop\:-mb-60 {
    margin-bottom: -15rem;
  }
  .laptop\:-mb-64 {
    margin-bottom: -16rem;
  }
  .laptop\:-mb-8 {
    margin-bottom: -2rem;
  }
  .laptop\:-mb-80 {
    margin-bottom: -20rem;
  }
  .laptop\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .laptop\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .laptop\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .laptop\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .laptop\:mb-12 {
    margin-bottom: 3rem;
  }
  .laptop\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .laptop\:mb-16 {
    margin-bottom: 4rem;
  }
  .laptop\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .laptop\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .laptop\:mb-20 {
    margin-bottom: 5rem;
  }
  .laptop\:mb-24 {
    margin-bottom: 6rem;
  }
  .laptop\:mb-28 {
    margin-bottom: 7rem;
  }
  .laptop\:mb-4 {
    margin-bottom: 1rem;
  }
  .laptop\:mb-40 {
    margin-bottom: 10rem;
  }
  .laptop\:mb-44 {
    margin-bottom: 11rem;
  }
  .laptop\:mb-48 {
    margin-bottom: 12rem;
  }
  .laptop\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .laptop\:mb-60 {
    margin-bottom: 15rem;
  }
  .laptop\:mb-64 {
    margin-bottom: 16rem;
  }
  .laptop\:mb-8 {
    margin-bottom: 2rem;
  }
  .laptop\:mb-80 {
    margin-bottom: 20rem;
  }
  .laptop\:flex {
    display: flex;
  }
  .laptop\:inline-flex {
    display: inline-flex;
  }
  .laptop\:grid {
    display: grid;
  }
  .laptop\:inline-grid {
    display: inline-grid;
  }
  .laptop\:max-w-screen-desktop {
    max-width: 1280px;
  }
  .laptop\:max-w-screen-laptop {
    max-width: 1024px;
  }
  .laptop\:flex-1 {
    flex: 1 1 0%;
  }
  .laptop\:flex-auto {
    flex: 1 1 auto;
  }
  .laptop\:flex-initial {
    flex: 0 1 auto;
  }
  .laptop\:flex-none {
    flex: none;
  }
  .laptop\:flex-shrink {
    flex-shrink: 1;
  }
  .laptop\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .laptop\:flex-grow {
    flex-grow: 1;
  }
  .laptop\:flex-grow-0 {
    flex-grow: 0;
  }
  .laptop\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }
  .laptop\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }
  .laptop\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }
  .laptop\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }
  .laptop\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }
  .laptop\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }
  .laptop\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }
  .laptop\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }
  .laptop\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }
  .laptop\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }
  .laptop\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }
  .laptop\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }
  .laptop\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }
  .laptop\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }
  .laptop\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }
  .laptop\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }
  .laptop\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }
  .laptop\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }
  .laptop\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }
  .laptop\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }
  .laptop\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }
  .laptop\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }
  .laptop\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }
  .laptop\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }
  .laptop\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }
  .laptop\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }
  .laptop\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }
  .laptop\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }
  .laptop\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }
  .laptop\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }
  .laptop\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }
  .laptop\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }
  .laptop\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }
  .laptop\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }
  .laptop\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }
  .laptop\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }
  .laptop\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }
  .laptop\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }
  .laptop\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }
  .laptop\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }
  .laptop\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }
  .laptop\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }
  .laptop\:grid-flow-row {
    grid-auto-flow: row;
  }
  .laptop\:grid-flow-col {
    grid-auto-flow: column;
  }
  .laptop\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  .laptop\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .laptop\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .laptop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .laptop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .laptop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .laptop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .laptop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .laptop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .laptop\:grid-cols-none {
    grid-template-columns: none;
  }
  .laptop\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .laptop\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .laptop\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .laptop\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .laptop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .laptop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .laptop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .laptop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .laptop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .laptop\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .laptop\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .laptop\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .laptop\:grid-rows-none {
    grid-template-rows: none;
  }
  .laptop\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .laptop\:flex-row {
    flex-direction: row;
  }
  .laptop\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .laptop\:flex-col {
    flex-direction: column;
  }
  .laptop\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .laptop\:flex-wrap {
    flex-wrap: wrap;
  }
  .laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .laptop\:place-items-start {
    place-items: start;
  }
  .laptop\:place-items-end {
    place-items: end;
  }
  .laptop\:place-items-center {
    place-items: center;
  }
  .laptop\:place-items-baseline {
    place-items: baseline;
  }
  .laptop\:place-items-stretch {
    place-items: stretch;
  }
  .laptop\:items-start {
    align-items: flex-start;
  }
  .laptop\:items-end {
    align-items: flex-end;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:items-baseline {
    align-items: baseline;
  }
  .laptop\:items-stretch {
    align-items: stretch;
  }
  .laptop\:justify-start {
    justify-content: flex-start;
  }
  .laptop\:justify-end {
    justify-content: flex-end;
  }
  .laptop\:justify-center {
    justify-content: center;
  }
  .laptop\:justify-between {
    justify-content: space-between;
  }
  .laptop\:justify-around {
    justify-content: space-around;
  }
  .laptop\:justify-evenly {
    justify-content: space-evenly;
  }
  .laptop\:justify-items-start {
    justify-items: start;
  }
  .laptop\:justify-items-end {
    justify-items: end;
  }
  .laptop\:justify-items-center {
    justify-items: center;
  }
  .laptop\:justify-items-stretch {
    justify-items: stretch;
  }
  .laptop\:gap-0 {
    gap: 0px;
  }
  .laptop\:gap-0\.5 {
    gap: 0.125rem;
  }
  .laptop\:gap-1 {
    gap: 0.25rem;
  }
  .laptop\:gap-1\.5 {
    gap: 0.375rem;
  }
  .laptop\:gap-10 {
    gap: 2.5rem;
  }
  .laptop\:gap-11 {
    gap: 2.75rem;
  }
  .laptop\:gap-12 {
    gap: 3rem;
  }
  .laptop\:gap-14 {
    gap: 3.5rem;
  }
  .laptop\:gap-16 {
    gap: 4rem;
  }
  .laptop\:gap-2 {
    gap: 0.5rem;
  }
  .laptop\:gap-2\.5 {
    gap: 0.625rem;
  }
  .laptop\:gap-20 {
    gap: 5rem;
  }
  .laptop\:gap-24 {
    gap: 6rem;
  }
  .laptop\:gap-28 {
    gap: 7rem;
  }
  .laptop\:gap-4 {
    gap: 1rem;
  }
  .laptop\:gap-40 {
    gap: 10rem;
  }
  .laptop\:gap-44 {
    gap: 11rem;
  }
  .laptop\:gap-48 {
    gap: 12rem;
  }
  .laptop\:gap-6 {
    gap: 1.5rem;
  }
  .laptop\:gap-60 {
    gap: 15rem;
  }
  .laptop\:gap-64 {
    gap: 16rem;
  }
  .laptop\:gap-8 {
    gap: 2rem;
  }
  .laptop\:gap-80 {
    gap: 20rem;
  }
  .laptop\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }
  .laptop\:bg-blue-100\/0 {
    background-color: rgb(219 234 254 / 0);
  }
  .laptop\:bg-blue-100\/10 {
    background-color: rgb(219 234 254 / 0.1);
  }
  .laptop\:bg-blue-100\/100 {
    background-color: rgb(219 234 254 / 1);
  }
  .laptop\:bg-blue-100\/15 {
    background-color: rgb(219 234 254 / 0.15);
  }
  .laptop\:bg-blue-100\/20 {
    background-color: rgb(219 234 254 / 0.2);
  }
  .laptop\:bg-blue-100\/25 {
    background-color: rgb(219 234 254 / 0.25);
  }
  .laptop\:bg-blue-100\/30 {
    background-color: rgb(219 234 254 / 0.3);
  }
  .laptop\:bg-blue-100\/35 {
    background-color: rgb(219 234 254 / 0.35);
  }
  .laptop\:bg-blue-100\/40 {
    background-color: rgb(219 234 254 / 0.4);
  }
  .laptop\:bg-blue-100\/45 {
    background-color: rgb(219 234 254 / 0.45);
  }
  .laptop\:bg-blue-100\/5 {
    background-color: rgb(219 234 254 / 0.05);
  }
  .laptop\:bg-blue-100\/50 {
    background-color: rgb(219 234 254 / 0.5);
  }
  .laptop\:bg-blue-100\/55 {
    background-color: rgb(219 234 254 / 0.55);
  }
  .laptop\:bg-blue-100\/60 {
    background-color: rgb(219 234 254 / 0.6);
  }
  .laptop\:bg-blue-100\/65 {
    background-color: rgb(219 234 254 / 0.65);
  }
  .laptop\:bg-blue-100\/70 {
    background-color: rgb(219 234 254 / 0.7);
  }
  .laptop\:bg-blue-100\/75 {
    background-color: rgb(219 234 254 / 0.75);
  }
  .laptop\:bg-blue-100\/80 {
    background-color: rgb(219 234 254 / 0.8);
  }
  .laptop\:bg-blue-100\/85 {
    background-color: rgb(219 234 254 / 0.85);
  }
  .laptop\:bg-blue-100\/90 {
    background-color: rgb(219 234 254 / 0.9);
  }
  .laptop\:bg-blue-100\/95 {
    background-color: rgb(219 234 254 / 0.95);
  }
  .laptop\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }
  .laptop\:bg-blue-200\/0 {
    background-color: rgb(191 219 254 / 0);
  }
  .laptop\:bg-blue-200\/10 {
    background-color: rgb(191 219 254 / 0.1);
  }
  .laptop\:bg-blue-200\/100 {
    background-color: rgb(191 219 254 / 1);
  }
  .laptop\:bg-blue-200\/15 {
    background-color: rgb(191 219 254 / 0.15);
  }
  .laptop\:bg-blue-200\/20 {
    background-color: rgb(191 219 254 / 0.2);
  }
  .laptop\:bg-blue-200\/25 {
    background-color: rgb(191 219 254 / 0.25);
  }
  .laptop\:bg-blue-200\/30 {
    background-color: rgb(191 219 254 / 0.3);
  }
  .laptop\:bg-blue-200\/35 {
    background-color: rgb(191 219 254 / 0.35);
  }
  .laptop\:bg-blue-200\/40 {
    background-color: rgb(191 219 254 / 0.4);
  }
  .laptop\:bg-blue-200\/45 {
    background-color: rgb(191 219 254 / 0.45);
  }
  .laptop\:bg-blue-200\/5 {
    background-color: rgb(191 219 254 / 0.05);
  }
  .laptop\:bg-blue-200\/50 {
    background-color: rgb(191 219 254 / 0.5);
  }
  .laptop\:bg-blue-200\/55 {
    background-color: rgb(191 219 254 / 0.55);
  }
  .laptop\:bg-blue-200\/60 {
    background-color: rgb(191 219 254 / 0.6);
  }
  .laptop\:bg-blue-200\/65 {
    background-color: rgb(191 219 254 / 0.65);
  }
  .laptop\:bg-blue-200\/70 {
    background-color: rgb(191 219 254 / 0.7);
  }
  .laptop\:bg-blue-200\/75 {
    background-color: rgb(191 219 254 / 0.75);
  }
  .laptop\:bg-blue-200\/80 {
    background-color: rgb(191 219 254 / 0.8);
  }
  .laptop\:bg-blue-200\/85 {
    background-color: rgb(191 219 254 / 0.85);
  }
  .laptop\:bg-blue-200\/90 {
    background-color: rgb(191 219 254 / 0.9);
  }
  .laptop\:bg-blue-200\/95 {
    background-color: rgb(191 219 254 / 0.95);
  }
  .laptop\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  }
  .laptop\:bg-blue-300\/0 {
    background-color: rgb(147 197 253 / 0);
  }
  .laptop\:bg-blue-300\/10 {
    background-color: rgb(147 197 253 / 0.1);
  }
  .laptop\:bg-blue-300\/100 {
    background-color: rgb(147 197 253 / 1);
  }
  .laptop\:bg-blue-300\/15 {
    background-color: rgb(147 197 253 / 0.15);
  }
  .laptop\:bg-blue-300\/20 {
    background-color: rgb(147 197 253 / 0.2);
  }
  .laptop\:bg-blue-300\/25 {
    background-color: rgb(147 197 253 / 0.25);
  }
  .laptop\:bg-blue-300\/30 {
    background-color: rgb(147 197 253 / 0.3);
  }
  .laptop\:bg-blue-300\/35 {
    background-color: rgb(147 197 253 / 0.35);
  }
  .laptop\:bg-blue-300\/40 {
    background-color: rgb(147 197 253 / 0.4);
  }
  .laptop\:bg-blue-300\/45 {
    background-color: rgb(147 197 253 / 0.45);
  }
  .laptop\:bg-blue-300\/5 {
    background-color: rgb(147 197 253 / 0.05);
  }
  .laptop\:bg-blue-300\/50 {
    background-color: rgb(147 197 253 / 0.5);
  }
  .laptop\:bg-blue-300\/55 {
    background-color: rgb(147 197 253 / 0.55);
  }
  .laptop\:bg-blue-300\/60 {
    background-color: rgb(147 197 253 / 0.6);
  }
  .laptop\:bg-blue-300\/65 {
    background-color: rgb(147 197 253 / 0.65);
  }
  .laptop\:bg-blue-300\/70 {
    background-color: rgb(147 197 253 / 0.7);
  }
  .laptop\:bg-blue-300\/75 {
    background-color: rgb(147 197 253 / 0.75);
  }
  .laptop\:bg-blue-300\/80 {
    background-color: rgb(147 197 253 / 0.8);
  }
  .laptop\:bg-blue-300\/85 {
    background-color: rgb(147 197 253 / 0.85);
  }
  .laptop\:bg-blue-300\/90 {
    background-color: rgb(147 197 253 / 0.9);
  }
  .laptop\:bg-blue-300\/95 {
    background-color: rgb(147 197 253 / 0.95);
  }
  .laptop\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }
  .laptop\:bg-green-100\/0 {
    background-color: rgb(220 252 231 / 0);
  }
  .laptop\:bg-green-100\/10 {
    background-color: rgb(220 252 231 / 0.1);
  }
  .laptop\:bg-green-100\/100 {
    background-color: rgb(220 252 231 / 1);
  }
  .laptop\:bg-green-100\/15 {
    background-color: rgb(220 252 231 / 0.15);
  }
  .laptop\:bg-green-100\/20 {
    background-color: rgb(220 252 231 / 0.2);
  }
  .laptop\:bg-green-100\/25 {
    background-color: rgb(220 252 231 / 0.25);
  }
  .laptop\:bg-green-100\/30 {
    background-color: rgb(220 252 231 / 0.3);
  }
  .laptop\:bg-green-100\/35 {
    background-color: rgb(220 252 231 / 0.35);
  }
  .laptop\:bg-green-100\/40 {
    background-color: rgb(220 252 231 / 0.4);
  }
  .laptop\:bg-green-100\/45 {
    background-color: rgb(220 252 231 / 0.45);
  }
  .laptop\:bg-green-100\/5 {
    background-color: rgb(220 252 231 / 0.05);
  }
  .laptop\:bg-green-100\/50 {
    background-color: rgb(220 252 231 / 0.5);
  }
  .laptop\:bg-green-100\/55 {
    background-color: rgb(220 252 231 / 0.55);
  }
  .laptop\:bg-green-100\/60 {
    background-color: rgb(220 252 231 / 0.6);
  }
  .laptop\:bg-green-100\/65 {
    background-color: rgb(220 252 231 / 0.65);
  }
  .laptop\:bg-green-100\/70 {
    background-color: rgb(220 252 231 / 0.7);
  }
  .laptop\:bg-green-100\/75 {
    background-color: rgb(220 252 231 / 0.75);
  }
  .laptop\:bg-green-100\/80 {
    background-color: rgb(220 252 231 / 0.8);
  }
  .laptop\:bg-green-100\/85 {
    background-color: rgb(220 252 231 / 0.85);
  }
  .laptop\:bg-green-100\/90 {
    background-color: rgb(220 252 231 / 0.9);
  }
  .laptop\:bg-green-100\/95 {
    background-color: rgb(220 252 231 / 0.95);
  }
  .laptop\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }
  .laptop\:bg-green-200\/0 {
    background-color: rgb(187 247 208 / 0);
  }
  .laptop\:bg-green-200\/10 {
    background-color: rgb(187 247 208 / 0.1);
  }
  .laptop\:bg-green-200\/100 {
    background-color: rgb(187 247 208 / 1);
  }
  .laptop\:bg-green-200\/15 {
    background-color: rgb(187 247 208 / 0.15);
  }
  .laptop\:bg-green-200\/20 {
    background-color: rgb(187 247 208 / 0.2);
  }
  .laptop\:bg-green-200\/25 {
    background-color: rgb(187 247 208 / 0.25);
  }
  .laptop\:bg-green-200\/30 {
    background-color: rgb(187 247 208 / 0.3);
  }
  .laptop\:bg-green-200\/35 {
    background-color: rgb(187 247 208 / 0.35);
  }
  .laptop\:bg-green-200\/40 {
    background-color: rgb(187 247 208 / 0.4);
  }
  .laptop\:bg-green-200\/45 {
    background-color: rgb(187 247 208 / 0.45);
  }
  .laptop\:bg-green-200\/5 {
    background-color: rgb(187 247 208 / 0.05);
  }
  .laptop\:bg-green-200\/50 {
    background-color: rgb(187 247 208 / 0.5);
  }
  .laptop\:bg-green-200\/55 {
    background-color: rgb(187 247 208 / 0.55);
  }
  .laptop\:bg-green-200\/60 {
    background-color: rgb(187 247 208 / 0.6);
  }
  .laptop\:bg-green-200\/65 {
    background-color: rgb(187 247 208 / 0.65);
  }
  .laptop\:bg-green-200\/70 {
    background-color: rgb(187 247 208 / 0.7);
  }
  .laptop\:bg-green-200\/75 {
    background-color: rgb(187 247 208 / 0.75);
  }
  .laptop\:bg-green-200\/80 {
    background-color: rgb(187 247 208 / 0.8);
  }
  .laptop\:bg-green-200\/85 {
    background-color: rgb(187 247 208 / 0.85);
  }
  .laptop\:bg-green-200\/90 {
    background-color: rgb(187 247 208 / 0.9);
  }
  .laptop\:bg-green-200\/95 {
    background-color: rgb(187 247 208 / 0.95);
  }
  .laptop\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity));
  }
  .laptop\:bg-green-300\/0 {
    background-color: rgb(134 239 172 / 0);
  }
  .laptop\:bg-green-300\/10 {
    background-color: rgb(134 239 172 / 0.1);
  }
  .laptop\:bg-green-300\/100 {
    background-color: rgb(134 239 172 / 1);
  }
  .laptop\:bg-green-300\/15 {
    background-color: rgb(134 239 172 / 0.15);
  }
  .laptop\:bg-green-300\/20 {
    background-color: rgb(134 239 172 / 0.2);
  }
  .laptop\:bg-green-300\/25 {
    background-color: rgb(134 239 172 / 0.25);
  }
  .laptop\:bg-green-300\/30 {
    background-color: rgb(134 239 172 / 0.3);
  }
  .laptop\:bg-green-300\/35 {
    background-color: rgb(134 239 172 / 0.35);
  }
  .laptop\:bg-green-300\/40 {
    background-color: rgb(134 239 172 / 0.4);
  }
  .laptop\:bg-green-300\/45 {
    background-color: rgb(134 239 172 / 0.45);
  }
  .laptop\:bg-green-300\/5 {
    background-color: rgb(134 239 172 / 0.05);
  }
  .laptop\:bg-green-300\/50 {
    background-color: rgb(134 239 172 / 0.5);
  }
  .laptop\:bg-green-300\/55 {
    background-color: rgb(134 239 172 / 0.55);
  }
  .laptop\:bg-green-300\/60 {
    background-color: rgb(134 239 172 / 0.6);
  }
  .laptop\:bg-green-300\/65 {
    background-color: rgb(134 239 172 / 0.65);
  }
  .laptop\:bg-green-300\/70 {
    background-color: rgb(134 239 172 / 0.7);
  }
  .laptop\:bg-green-300\/75 {
    background-color: rgb(134 239 172 / 0.75);
  }
  .laptop\:bg-green-300\/80 {
    background-color: rgb(134 239 172 / 0.8);
  }
  .laptop\:bg-green-300\/85 {
    background-color: rgb(134 239 172 / 0.85);
  }
  .laptop\:bg-green-300\/90 {
    background-color: rgb(134 239 172 / 0.9);
  }
  .laptop\:bg-green-300\/95 {
    background-color: rgb(134 239 172 / 0.95);
  }
  .laptop\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  .laptop\:bg-red-100\/0 {
    background-color: rgb(254 226 226 / 0);
  }
  .laptop\:bg-red-100\/10 {
    background-color: rgb(254 226 226 / 0.1);
  }
  .laptop\:bg-red-100\/100 {
    background-color: rgb(254 226 226 / 1);
  }
  .laptop\:bg-red-100\/15 {
    background-color: rgb(254 226 226 / 0.15);
  }
  .laptop\:bg-red-100\/20 {
    background-color: rgb(254 226 226 / 0.2);
  }
  .laptop\:bg-red-100\/25 {
    background-color: rgb(254 226 226 / 0.25);
  }
  .laptop\:bg-red-100\/30 {
    background-color: rgb(254 226 226 / 0.3);
  }
  .laptop\:bg-red-100\/35 {
    background-color: rgb(254 226 226 / 0.35);
  }
  .laptop\:bg-red-100\/40 {
    background-color: rgb(254 226 226 / 0.4);
  }
  .laptop\:bg-red-100\/45 {
    background-color: rgb(254 226 226 / 0.45);
  }
  .laptop\:bg-red-100\/5 {
    background-color: rgb(254 226 226 / 0.05);
  }
  .laptop\:bg-red-100\/50 {
    background-color: rgb(254 226 226 / 0.5);
  }
  .laptop\:bg-red-100\/55 {
    background-color: rgb(254 226 226 / 0.55);
  }
  .laptop\:bg-red-100\/60 {
    background-color: rgb(254 226 226 / 0.6);
  }
  .laptop\:bg-red-100\/65 {
    background-color: rgb(254 226 226 / 0.65);
  }
  .laptop\:bg-red-100\/70 {
    background-color: rgb(254 226 226 / 0.7);
  }
  .laptop\:bg-red-100\/75 {
    background-color: rgb(254 226 226 / 0.75);
  }
  .laptop\:bg-red-100\/80 {
    background-color: rgb(254 226 226 / 0.8);
  }
  .laptop\:bg-red-100\/85 {
    background-color: rgb(254 226 226 / 0.85);
  }
  .laptop\:bg-red-100\/90 {
    background-color: rgb(254 226 226 / 0.9);
  }
  .laptop\:bg-red-100\/95 {
    background-color: rgb(254 226 226 / 0.95);
  }
  .laptop\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }
  .laptop\:bg-red-200\/0 {
    background-color: rgb(254 202 202 / 0);
  }
  .laptop\:bg-red-200\/10 {
    background-color: rgb(254 202 202 / 0.1);
  }
  .laptop\:bg-red-200\/100 {
    background-color: rgb(254 202 202 / 1);
  }
  .laptop\:bg-red-200\/15 {
    background-color: rgb(254 202 202 / 0.15);
  }
  .laptop\:bg-red-200\/20 {
    background-color: rgb(254 202 202 / 0.2);
  }
  .laptop\:bg-red-200\/25 {
    background-color: rgb(254 202 202 / 0.25);
  }
  .laptop\:bg-red-200\/30 {
    background-color: rgb(254 202 202 / 0.3);
  }
  .laptop\:bg-red-200\/35 {
    background-color: rgb(254 202 202 / 0.35);
  }
  .laptop\:bg-red-200\/40 {
    background-color: rgb(254 202 202 / 0.4);
  }
  .laptop\:bg-red-200\/45 {
    background-color: rgb(254 202 202 / 0.45);
  }
  .laptop\:bg-red-200\/5 {
    background-color: rgb(254 202 202 / 0.05);
  }
  .laptop\:bg-red-200\/50 {
    background-color: rgb(254 202 202 / 0.5);
  }
  .laptop\:bg-red-200\/55 {
    background-color: rgb(254 202 202 / 0.55);
  }
  .laptop\:bg-red-200\/60 {
    background-color: rgb(254 202 202 / 0.6);
  }
  .laptop\:bg-red-200\/65 {
    background-color: rgb(254 202 202 / 0.65);
  }
  .laptop\:bg-red-200\/70 {
    background-color: rgb(254 202 202 / 0.7);
  }
  .laptop\:bg-red-200\/75 {
    background-color: rgb(254 202 202 / 0.75);
  }
  .laptop\:bg-red-200\/80 {
    background-color: rgb(254 202 202 / 0.8);
  }
  .laptop\:bg-red-200\/85 {
    background-color: rgb(254 202 202 / 0.85);
  }
  .laptop\:bg-red-200\/90 {
    background-color: rgb(254 202 202 / 0.9);
  }
  .laptop\:bg-red-200\/95 {
    background-color: rgb(254 202 202 / 0.95);
  }
  .laptop\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  }
  .laptop\:bg-red-300\/0 {
    background-color: rgb(252 165 165 / 0);
  }
  .laptop\:bg-red-300\/10 {
    background-color: rgb(252 165 165 / 0.1);
  }
  .laptop\:bg-red-300\/100 {
    background-color: rgb(252 165 165 / 1);
  }
  .laptop\:bg-red-300\/15 {
    background-color: rgb(252 165 165 / 0.15);
  }
  .laptop\:bg-red-300\/20 {
    background-color: rgb(252 165 165 / 0.2);
  }
  .laptop\:bg-red-300\/25 {
    background-color: rgb(252 165 165 / 0.25);
  }
  .laptop\:bg-red-300\/30 {
    background-color: rgb(252 165 165 / 0.3);
  }
  .laptop\:bg-red-300\/35 {
    background-color: rgb(252 165 165 / 0.35);
  }
  .laptop\:bg-red-300\/40 {
    background-color: rgb(252 165 165 / 0.4);
  }
  .laptop\:bg-red-300\/45 {
    background-color: rgb(252 165 165 / 0.45);
  }
  .laptop\:bg-red-300\/5 {
    background-color: rgb(252 165 165 / 0.05);
  }
  .laptop\:bg-red-300\/50 {
    background-color: rgb(252 165 165 / 0.5);
  }
  .laptop\:bg-red-300\/55 {
    background-color: rgb(252 165 165 / 0.55);
  }
  .laptop\:bg-red-300\/60 {
    background-color: rgb(252 165 165 / 0.6);
  }
  .laptop\:bg-red-300\/65 {
    background-color: rgb(252 165 165 / 0.65);
  }
  .laptop\:bg-red-300\/70 {
    background-color: rgb(252 165 165 / 0.7);
  }
  .laptop\:bg-red-300\/75 {
    background-color: rgb(252 165 165 / 0.75);
  }
  .laptop\:bg-red-300\/80 {
    background-color: rgb(252 165 165 / 0.8);
  }
  .laptop\:bg-red-300\/85 {
    background-color: rgb(252 165 165 / 0.85);
  }
  .laptop\:bg-red-300\/90 {
    background-color: rgb(252 165 165 / 0.9);
  }
  .laptop\:bg-red-300\/95 {
    background-color: rgb(252 165 165 / 0.95);
  }
}
@media (min-width: 1280px) {
  .desktop\:bottom-auto {
    bottom: auto;
  }
  .desktop\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .desktop\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .desktop\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .desktop\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .desktop\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .desktop\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .desktop\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .desktop\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .desktop\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .desktop\:m-auto {
    margin: auto;
  }
  .desktop\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .desktop\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .desktop\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .desktop\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .desktop\:-mb-12 {
    margin-bottom: -3rem;
  }
  .desktop\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .desktop\:-mb-16 {
    margin-bottom: -4rem;
  }
  .desktop\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .desktop\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .desktop\:-mb-20 {
    margin-bottom: -5rem;
  }
  .desktop\:-mb-24 {
    margin-bottom: -6rem;
  }
  .desktop\:-mb-28 {
    margin-bottom: -7rem;
  }
  .desktop\:-mb-4 {
    margin-bottom: -1rem;
  }
  .desktop\:-mb-40 {
    margin-bottom: -10rem;
  }
  .desktop\:-mb-44 {
    margin-bottom: -11rem;
  }
  .desktop\:-mb-48 {
    margin-bottom: -12rem;
  }
  .desktop\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .desktop\:-mb-60 {
    margin-bottom: -15rem;
  }
  .desktop\:-mb-64 {
    margin-bottom: -16rem;
  }
  .desktop\:-mb-8 {
    margin-bottom: -2rem;
  }
  .desktop\:-mb-80 {
    margin-bottom: -20rem;
  }
  .desktop\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .desktop\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .desktop\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .desktop\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .desktop\:mb-12 {
    margin-bottom: 3rem;
  }
  .desktop\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .desktop\:mb-16 {
    margin-bottom: 4rem;
  }
  .desktop\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .desktop\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .desktop\:mb-20 {
    margin-bottom: 5rem;
  }
  .desktop\:mb-24 {
    margin-bottom: 6rem;
  }
  .desktop\:mb-28 {
    margin-bottom: 7rem;
  }
  .desktop\:mb-4 {
    margin-bottom: 1rem;
  }
  .desktop\:mb-40 {
    margin-bottom: 10rem;
  }
  .desktop\:mb-44 {
    margin-bottom: 11rem;
  }
  .desktop\:mb-48 {
    margin-bottom: 12rem;
  }
  .desktop\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .desktop\:mb-60 {
    margin-bottom: 15rem;
  }
  .desktop\:mb-64 {
    margin-bottom: 16rem;
  }
  .desktop\:mb-8 {
    margin-bottom: 2rem;
  }
  .desktop\:mb-80 {
    margin-bottom: 20rem;
  }
  .desktop\:flex {
    display: flex;
  }
  .desktop\:inline-flex {
    display: inline-flex;
  }
  .desktop\:grid {
    display: grid;
  }
  .desktop\:inline-grid {
    display: inline-grid;
  }
  .desktop\:max-w-screen-desktop {
    max-width: 1280px;
  }
  .desktop\:max-w-screen-laptop {
    max-width: 1024px;
  }
  .desktop\:flex-1 {
    flex: 1 1 0%;
  }
  .desktop\:flex-auto {
    flex: 1 1 auto;
  }
  .desktop\:flex-initial {
    flex: 0 1 auto;
  }
  .desktop\:flex-none {
    flex: none;
  }
  .desktop\:flex-shrink {
    flex-shrink: 1;
  }
  .desktop\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .desktop\:flex-grow {
    flex-grow: 1;
  }
  .desktop\:flex-grow-0 {
    flex-grow: 0;
  }
  .desktop\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }
  .desktop\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }
  .desktop\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }
  .desktop\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }
  .desktop\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }
  .desktop\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }
  .desktop\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }
  .desktop\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }
  .desktop\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }
  .desktop\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }
  .desktop\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }
  .desktop\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }
  .desktop\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }
  .desktop\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }
  .desktop\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }
  .desktop\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }
  .desktop\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }
  .desktop\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }
  .desktop\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }
  .desktop\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }
  .desktop\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }
  .desktop\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }
  .desktop\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }
  .desktop\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }
  .desktop\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }
  .desktop\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }
  .desktop\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }
  .desktop\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }
  .desktop\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }
  .desktop\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }
  .desktop\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }
  .desktop\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }
  .desktop\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }
  .desktop\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }
  .desktop\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }
  .desktop\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }
  .desktop\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }
  .desktop\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }
  .desktop\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }
  .desktop\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }
  .desktop\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }
  .desktop\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }
  .desktop\:grid-flow-row {
    grid-auto-flow: row;
  }
  .desktop\:grid-flow-col {
    grid-auto-flow: column;
  }
  .desktop\:grid-flow-dense {
    grid-auto-flow: dense;
  }
  .desktop\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .desktop\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .desktop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .desktop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .desktop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .desktop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .desktop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .desktop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .desktop\:grid-cols-none {
    grid-template-columns: none;
  }
  .desktop\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .desktop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .desktop\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .desktop\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .desktop\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .desktop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .desktop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .desktop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .desktop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .desktop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .desktop\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .desktop\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .desktop\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .desktop\:grid-rows-none {
    grid-template-rows: none;
  }
  .desktop\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .desktop\:flex-row {
    flex-direction: row;
  }
  .desktop\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .desktop\:flex-col {
    flex-direction: column;
  }
  .desktop\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .desktop\:flex-wrap {
    flex-wrap: wrap;
  }
  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .desktop\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .desktop\:place-items-start {
    place-items: start;
  }
  .desktop\:place-items-end {
    place-items: end;
  }
  .desktop\:place-items-center {
    place-items: center;
  }
  .desktop\:place-items-baseline {
    place-items: baseline;
  }
  .desktop\:place-items-stretch {
    place-items: stretch;
  }
  .desktop\:items-start {
    align-items: flex-start;
  }
  .desktop\:items-end {
    align-items: flex-end;
  }
  .desktop\:items-center {
    align-items: center;
  }
  .desktop\:items-baseline {
    align-items: baseline;
  }
  .desktop\:items-stretch {
    align-items: stretch;
  }
  .desktop\:justify-start {
    justify-content: flex-start;
  }
  .desktop\:justify-end {
    justify-content: flex-end;
  }
  .desktop\:justify-center {
    justify-content: center;
  }
  .desktop\:justify-between {
    justify-content: space-between;
  }
  .desktop\:justify-around {
    justify-content: space-around;
  }
  .desktop\:justify-evenly {
    justify-content: space-evenly;
  }
  .desktop\:justify-items-start {
    justify-items: start;
  }
  .desktop\:justify-items-end {
    justify-items: end;
  }
  .desktop\:justify-items-center {
    justify-items: center;
  }
  .desktop\:justify-items-stretch {
    justify-items: stretch;
  }
  .desktop\:gap-0 {
    gap: 0px;
  }
  .desktop\:gap-0\.5 {
    gap: 0.125rem;
  }
  .desktop\:gap-1 {
    gap: 0.25rem;
  }
  .desktop\:gap-1\.5 {
    gap: 0.375rem;
  }
  .desktop\:gap-10 {
    gap: 2.5rem;
  }
  .desktop\:gap-11 {
    gap: 2.75rem;
  }
  .desktop\:gap-12 {
    gap: 3rem;
  }
  .desktop\:gap-14 {
    gap: 3.5rem;
  }
  .desktop\:gap-16 {
    gap: 4rem;
  }
  .desktop\:gap-2 {
    gap: 0.5rem;
  }
  .desktop\:gap-2\.5 {
    gap: 0.625rem;
  }
  .desktop\:gap-20 {
    gap: 5rem;
  }
  .desktop\:gap-24 {
    gap: 6rem;
  }
  .desktop\:gap-28 {
    gap: 7rem;
  }
  .desktop\:gap-4 {
    gap: 1rem;
  }
  .desktop\:gap-40 {
    gap: 10rem;
  }
  .desktop\:gap-44 {
    gap: 11rem;
  }
  .desktop\:gap-48 {
    gap: 12rem;
  }
  .desktop\:gap-6 {
    gap: 1.5rem;
  }
  .desktop\:gap-60 {
    gap: 15rem;
  }
  .desktop\:gap-64 {
    gap: 16rem;
  }
  .desktop\:gap-8 {
    gap: 2rem;
  }
  .desktop\:gap-80 {
    gap: 20rem;
  }
  .desktop\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }
  .desktop\:bg-blue-100\/0 {
    background-color: rgb(219 234 254 / 0);
  }
  .desktop\:bg-blue-100\/10 {
    background-color: rgb(219 234 254 / 0.1);
  }
  .desktop\:bg-blue-100\/100 {
    background-color: rgb(219 234 254 / 1);
  }
  .desktop\:bg-blue-100\/15 {
    background-color: rgb(219 234 254 / 0.15);
  }
  .desktop\:bg-blue-100\/20 {
    background-color: rgb(219 234 254 / 0.2);
  }
  .desktop\:bg-blue-100\/25 {
    background-color: rgb(219 234 254 / 0.25);
  }
  .desktop\:bg-blue-100\/30 {
    background-color: rgb(219 234 254 / 0.3);
  }
  .desktop\:bg-blue-100\/35 {
    background-color: rgb(219 234 254 / 0.35);
  }
  .desktop\:bg-blue-100\/40 {
    background-color: rgb(219 234 254 / 0.4);
  }
  .desktop\:bg-blue-100\/45 {
    background-color: rgb(219 234 254 / 0.45);
  }
  .desktop\:bg-blue-100\/5 {
    background-color: rgb(219 234 254 / 0.05);
  }
  .desktop\:bg-blue-100\/50 {
    background-color: rgb(219 234 254 / 0.5);
  }
  .desktop\:bg-blue-100\/55 {
    background-color: rgb(219 234 254 / 0.55);
  }
  .desktop\:bg-blue-100\/60 {
    background-color: rgb(219 234 254 / 0.6);
  }
  .desktop\:bg-blue-100\/65 {
    background-color: rgb(219 234 254 / 0.65);
  }
  .desktop\:bg-blue-100\/70 {
    background-color: rgb(219 234 254 / 0.7);
  }
  .desktop\:bg-blue-100\/75 {
    background-color: rgb(219 234 254 / 0.75);
  }
  .desktop\:bg-blue-100\/80 {
    background-color: rgb(219 234 254 / 0.8);
  }
  .desktop\:bg-blue-100\/85 {
    background-color: rgb(219 234 254 / 0.85);
  }
  .desktop\:bg-blue-100\/90 {
    background-color: rgb(219 234 254 / 0.9);
  }
  .desktop\:bg-blue-100\/95 {
    background-color: rgb(219 234 254 / 0.95);
  }
  .desktop\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }
  .desktop\:bg-blue-200\/0 {
    background-color: rgb(191 219 254 / 0);
  }
  .desktop\:bg-blue-200\/10 {
    background-color: rgb(191 219 254 / 0.1);
  }
  .desktop\:bg-blue-200\/100 {
    background-color: rgb(191 219 254 / 1);
  }
  .desktop\:bg-blue-200\/15 {
    background-color: rgb(191 219 254 / 0.15);
  }
  .desktop\:bg-blue-200\/20 {
    background-color: rgb(191 219 254 / 0.2);
  }
  .desktop\:bg-blue-200\/25 {
    background-color: rgb(191 219 254 / 0.25);
  }
  .desktop\:bg-blue-200\/30 {
    background-color: rgb(191 219 254 / 0.3);
  }
  .desktop\:bg-blue-200\/35 {
    background-color: rgb(191 219 254 / 0.35);
  }
  .desktop\:bg-blue-200\/40 {
    background-color: rgb(191 219 254 / 0.4);
  }
  .desktop\:bg-blue-200\/45 {
    background-color: rgb(191 219 254 / 0.45);
  }
  .desktop\:bg-blue-200\/5 {
    background-color: rgb(191 219 254 / 0.05);
  }
  .desktop\:bg-blue-200\/50 {
    background-color: rgb(191 219 254 / 0.5);
  }
  .desktop\:bg-blue-200\/55 {
    background-color: rgb(191 219 254 / 0.55);
  }
  .desktop\:bg-blue-200\/60 {
    background-color: rgb(191 219 254 / 0.6);
  }
  .desktop\:bg-blue-200\/65 {
    background-color: rgb(191 219 254 / 0.65);
  }
  .desktop\:bg-blue-200\/70 {
    background-color: rgb(191 219 254 / 0.7);
  }
  .desktop\:bg-blue-200\/75 {
    background-color: rgb(191 219 254 / 0.75);
  }
  .desktop\:bg-blue-200\/80 {
    background-color: rgb(191 219 254 / 0.8);
  }
  .desktop\:bg-blue-200\/85 {
    background-color: rgb(191 219 254 / 0.85);
  }
  .desktop\:bg-blue-200\/90 {
    background-color: rgb(191 219 254 / 0.9);
  }
  .desktop\:bg-blue-200\/95 {
    background-color: rgb(191 219 254 / 0.95);
  }
  .desktop\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  }
  .desktop\:bg-blue-300\/0 {
    background-color: rgb(147 197 253 / 0);
  }
  .desktop\:bg-blue-300\/10 {
    background-color: rgb(147 197 253 / 0.1);
  }
  .desktop\:bg-blue-300\/100 {
    background-color: rgb(147 197 253 / 1);
  }
  .desktop\:bg-blue-300\/15 {
    background-color: rgb(147 197 253 / 0.15);
  }
  .desktop\:bg-blue-300\/20 {
    background-color: rgb(147 197 253 / 0.2);
  }
  .desktop\:bg-blue-300\/25 {
    background-color: rgb(147 197 253 / 0.25);
  }
  .desktop\:bg-blue-300\/30 {
    background-color: rgb(147 197 253 / 0.3);
  }
  .desktop\:bg-blue-300\/35 {
    background-color: rgb(147 197 253 / 0.35);
  }
  .desktop\:bg-blue-300\/40 {
    background-color: rgb(147 197 253 / 0.4);
  }
  .desktop\:bg-blue-300\/45 {
    background-color: rgb(147 197 253 / 0.45);
  }
  .desktop\:bg-blue-300\/5 {
    background-color: rgb(147 197 253 / 0.05);
  }
  .desktop\:bg-blue-300\/50 {
    background-color: rgb(147 197 253 / 0.5);
  }
  .desktop\:bg-blue-300\/55 {
    background-color: rgb(147 197 253 / 0.55);
  }
  .desktop\:bg-blue-300\/60 {
    background-color: rgb(147 197 253 / 0.6);
  }
  .desktop\:bg-blue-300\/65 {
    background-color: rgb(147 197 253 / 0.65);
  }
  .desktop\:bg-blue-300\/70 {
    background-color: rgb(147 197 253 / 0.7);
  }
  .desktop\:bg-blue-300\/75 {
    background-color: rgb(147 197 253 / 0.75);
  }
  .desktop\:bg-blue-300\/80 {
    background-color: rgb(147 197 253 / 0.8);
  }
  .desktop\:bg-blue-300\/85 {
    background-color: rgb(147 197 253 / 0.85);
  }
  .desktop\:bg-blue-300\/90 {
    background-color: rgb(147 197 253 / 0.9);
  }
  .desktop\:bg-blue-300\/95 {
    background-color: rgb(147 197 253 / 0.95);
  }
  .desktop\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }
  .desktop\:bg-green-100\/0 {
    background-color: rgb(220 252 231 / 0);
  }
  .desktop\:bg-green-100\/10 {
    background-color: rgb(220 252 231 / 0.1);
  }
  .desktop\:bg-green-100\/100 {
    background-color: rgb(220 252 231 / 1);
  }
  .desktop\:bg-green-100\/15 {
    background-color: rgb(220 252 231 / 0.15);
  }
  .desktop\:bg-green-100\/20 {
    background-color: rgb(220 252 231 / 0.2);
  }
  .desktop\:bg-green-100\/25 {
    background-color: rgb(220 252 231 / 0.25);
  }
  .desktop\:bg-green-100\/30 {
    background-color: rgb(220 252 231 / 0.3);
  }
  .desktop\:bg-green-100\/35 {
    background-color: rgb(220 252 231 / 0.35);
  }
  .desktop\:bg-green-100\/40 {
    background-color: rgb(220 252 231 / 0.4);
  }
  .desktop\:bg-green-100\/45 {
    background-color: rgb(220 252 231 / 0.45);
  }
  .desktop\:bg-green-100\/5 {
    background-color: rgb(220 252 231 / 0.05);
  }
  .desktop\:bg-green-100\/50 {
    background-color: rgb(220 252 231 / 0.5);
  }
  .desktop\:bg-green-100\/55 {
    background-color: rgb(220 252 231 / 0.55);
  }
  .desktop\:bg-green-100\/60 {
    background-color: rgb(220 252 231 / 0.6);
  }
  .desktop\:bg-green-100\/65 {
    background-color: rgb(220 252 231 / 0.65);
  }
  .desktop\:bg-green-100\/70 {
    background-color: rgb(220 252 231 / 0.7);
  }
  .desktop\:bg-green-100\/75 {
    background-color: rgb(220 252 231 / 0.75);
  }
  .desktop\:bg-green-100\/80 {
    background-color: rgb(220 252 231 / 0.8);
  }
  .desktop\:bg-green-100\/85 {
    background-color: rgb(220 252 231 / 0.85);
  }
  .desktop\:bg-green-100\/90 {
    background-color: rgb(220 252 231 / 0.9);
  }
  .desktop\:bg-green-100\/95 {
    background-color: rgb(220 252 231 / 0.95);
  }
  .desktop\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }
  .desktop\:bg-green-200\/0 {
    background-color: rgb(187 247 208 / 0);
  }
  .desktop\:bg-green-200\/10 {
    background-color: rgb(187 247 208 / 0.1);
  }
  .desktop\:bg-green-200\/100 {
    background-color: rgb(187 247 208 / 1);
  }
  .desktop\:bg-green-200\/15 {
    background-color: rgb(187 247 208 / 0.15);
  }
  .desktop\:bg-green-200\/20 {
    background-color: rgb(187 247 208 / 0.2);
  }
  .desktop\:bg-green-200\/25 {
    background-color: rgb(187 247 208 / 0.25);
  }
  .desktop\:bg-green-200\/30 {
    background-color: rgb(187 247 208 / 0.3);
  }
  .desktop\:bg-green-200\/35 {
    background-color: rgb(187 247 208 / 0.35);
  }
  .desktop\:bg-green-200\/40 {
    background-color: rgb(187 247 208 / 0.4);
  }
  .desktop\:bg-green-200\/45 {
    background-color: rgb(187 247 208 / 0.45);
  }
  .desktop\:bg-green-200\/5 {
    background-color: rgb(187 247 208 / 0.05);
  }
  .desktop\:bg-green-200\/50 {
    background-color: rgb(187 247 208 / 0.5);
  }
  .desktop\:bg-green-200\/55 {
    background-color: rgb(187 247 208 / 0.55);
  }
  .desktop\:bg-green-200\/60 {
    background-color: rgb(187 247 208 / 0.6);
  }
  .desktop\:bg-green-200\/65 {
    background-color: rgb(187 247 208 / 0.65);
  }
  .desktop\:bg-green-200\/70 {
    background-color: rgb(187 247 208 / 0.7);
  }
  .desktop\:bg-green-200\/75 {
    background-color: rgb(187 247 208 / 0.75);
  }
  .desktop\:bg-green-200\/80 {
    background-color: rgb(187 247 208 / 0.8);
  }
  .desktop\:bg-green-200\/85 {
    background-color: rgb(187 247 208 / 0.85);
  }
  .desktop\:bg-green-200\/90 {
    background-color: rgb(187 247 208 / 0.9);
  }
  .desktop\:bg-green-200\/95 {
    background-color: rgb(187 247 208 / 0.95);
  }
  .desktop\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity));
  }
  .desktop\:bg-green-300\/0 {
    background-color: rgb(134 239 172 / 0);
  }
  .desktop\:bg-green-300\/10 {
    background-color: rgb(134 239 172 / 0.1);
  }
  .desktop\:bg-green-300\/100 {
    background-color: rgb(134 239 172 / 1);
  }
  .desktop\:bg-green-300\/15 {
    background-color: rgb(134 239 172 / 0.15);
  }
  .desktop\:bg-green-300\/20 {
    background-color: rgb(134 239 172 / 0.2);
  }
  .desktop\:bg-green-300\/25 {
    background-color: rgb(134 239 172 / 0.25);
  }
  .desktop\:bg-green-300\/30 {
    background-color: rgb(134 239 172 / 0.3);
  }
  .desktop\:bg-green-300\/35 {
    background-color: rgb(134 239 172 / 0.35);
  }
  .desktop\:bg-green-300\/40 {
    background-color: rgb(134 239 172 / 0.4);
  }
  .desktop\:bg-green-300\/45 {
    background-color: rgb(134 239 172 / 0.45);
  }
  .desktop\:bg-green-300\/5 {
    background-color: rgb(134 239 172 / 0.05);
  }
  .desktop\:bg-green-300\/50 {
    background-color: rgb(134 239 172 / 0.5);
  }
  .desktop\:bg-green-300\/55 {
    background-color: rgb(134 239 172 / 0.55);
  }
  .desktop\:bg-green-300\/60 {
    background-color: rgb(134 239 172 / 0.6);
  }
  .desktop\:bg-green-300\/65 {
    background-color: rgb(134 239 172 / 0.65);
  }
  .desktop\:bg-green-300\/70 {
    background-color: rgb(134 239 172 / 0.7);
  }
  .desktop\:bg-green-300\/75 {
    background-color: rgb(134 239 172 / 0.75);
  }
  .desktop\:bg-green-300\/80 {
    background-color: rgb(134 239 172 / 0.8);
  }
  .desktop\:bg-green-300\/85 {
    background-color: rgb(134 239 172 / 0.85);
  }
  .desktop\:bg-green-300\/90 {
    background-color: rgb(134 239 172 / 0.9);
  }
  .desktop\:bg-green-300\/95 {
    background-color: rgb(134 239 172 / 0.95);
  }
  .desktop\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  .desktop\:bg-red-100\/0 {
    background-color: rgb(254 226 226 / 0);
  }
  .desktop\:bg-red-100\/10 {
    background-color: rgb(254 226 226 / 0.1);
  }
  .desktop\:bg-red-100\/100 {
    background-color: rgb(254 226 226 / 1);
  }
  .desktop\:bg-red-100\/15 {
    background-color: rgb(254 226 226 / 0.15);
  }
  .desktop\:bg-red-100\/20 {
    background-color: rgb(254 226 226 / 0.2);
  }
  .desktop\:bg-red-100\/25 {
    background-color: rgb(254 226 226 / 0.25);
  }
  .desktop\:bg-red-100\/30 {
    background-color: rgb(254 226 226 / 0.3);
  }
  .desktop\:bg-red-100\/35 {
    background-color: rgb(254 226 226 / 0.35);
  }
  .desktop\:bg-red-100\/40 {
    background-color: rgb(254 226 226 / 0.4);
  }
  .desktop\:bg-red-100\/45 {
    background-color: rgb(254 226 226 / 0.45);
  }
  .desktop\:bg-red-100\/5 {
    background-color: rgb(254 226 226 / 0.05);
  }
  .desktop\:bg-red-100\/50 {
    background-color: rgb(254 226 226 / 0.5);
  }
  .desktop\:bg-red-100\/55 {
    background-color: rgb(254 226 226 / 0.55);
  }
  .desktop\:bg-red-100\/60 {
    background-color: rgb(254 226 226 / 0.6);
  }
  .desktop\:bg-red-100\/65 {
    background-color: rgb(254 226 226 / 0.65);
  }
  .desktop\:bg-red-100\/70 {
    background-color: rgb(254 226 226 / 0.7);
  }
  .desktop\:bg-red-100\/75 {
    background-color: rgb(254 226 226 / 0.75);
  }
  .desktop\:bg-red-100\/80 {
    background-color: rgb(254 226 226 / 0.8);
  }
  .desktop\:bg-red-100\/85 {
    background-color: rgb(254 226 226 / 0.85);
  }
  .desktop\:bg-red-100\/90 {
    background-color: rgb(254 226 226 / 0.9);
  }
  .desktop\:bg-red-100\/95 {
    background-color: rgb(254 226 226 / 0.95);
  }
  .desktop\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }
  .desktop\:bg-red-200\/0 {
    background-color: rgb(254 202 202 / 0);
  }
  .desktop\:bg-red-200\/10 {
    background-color: rgb(254 202 202 / 0.1);
  }
  .desktop\:bg-red-200\/100 {
    background-color: rgb(254 202 202 / 1);
  }
  .desktop\:bg-red-200\/15 {
    background-color: rgb(254 202 202 / 0.15);
  }
  .desktop\:bg-red-200\/20 {
    background-color: rgb(254 202 202 / 0.2);
  }
  .desktop\:bg-red-200\/25 {
    background-color: rgb(254 202 202 / 0.25);
  }
  .desktop\:bg-red-200\/30 {
    background-color: rgb(254 202 202 / 0.3);
  }
  .desktop\:bg-red-200\/35 {
    background-color: rgb(254 202 202 / 0.35);
  }
  .desktop\:bg-red-200\/40 {
    background-color: rgb(254 202 202 / 0.4);
  }
  .desktop\:bg-red-200\/45 {
    background-color: rgb(254 202 202 / 0.45);
  }
  .desktop\:bg-red-200\/5 {
    background-color: rgb(254 202 202 / 0.05);
  }
  .desktop\:bg-red-200\/50 {
    background-color: rgb(254 202 202 / 0.5);
  }
  .desktop\:bg-red-200\/55 {
    background-color: rgb(254 202 202 / 0.55);
  }
  .desktop\:bg-red-200\/60 {
    background-color: rgb(254 202 202 / 0.6);
  }
  .desktop\:bg-red-200\/65 {
    background-color: rgb(254 202 202 / 0.65);
  }
  .desktop\:bg-red-200\/70 {
    background-color: rgb(254 202 202 / 0.7);
  }
  .desktop\:bg-red-200\/75 {
    background-color: rgb(254 202 202 / 0.75);
  }
  .desktop\:bg-red-200\/80 {
    background-color: rgb(254 202 202 / 0.8);
  }
  .desktop\:bg-red-200\/85 {
    background-color: rgb(254 202 202 / 0.85);
  }
  .desktop\:bg-red-200\/90 {
    background-color: rgb(254 202 202 / 0.9);
  }
  .desktop\:bg-red-200\/95 {
    background-color: rgb(254 202 202 / 0.95);
  }
  .desktop\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  }
  .desktop\:bg-red-300\/0 {
    background-color: rgb(252 165 165 / 0);
  }
  .desktop\:bg-red-300\/10 {
    background-color: rgb(252 165 165 / 0.1);
  }
  .desktop\:bg-red-300\/100 {
    background-color: rgb(252 165 165 / 1);
  }
  .desktop\:bg-red-300\/15 {
    background-color: rgb(252 165 165 / 0.15);
  }
  .desktop\:bg-red-300\/20 {
    background-color: rgb(252 165 165 / 0.2);
  }
  .desktop\:bg-red-300\/25 {
    background-color: rgb(252 165 165 / 0.25);
  }
  .desktop\:bg-red-300\/30 {
    background-color: rgb(252 165 165 / 0.3);
  }
  .desktop\:bg-red-300\/35 {
    background-color: rgb(252 165 165 / 0.35);
  }
  .desktop\:bg-red-300\/40 {
    background-color: rgb(252 165 165 / 0.4);
  }
  .desktop\:bg-red-300\/45 {
    background-color: rgb(252 165 165 / 0.45);
  }
  .desktop\:bg-red-300\/5 {
    background-color: rgb(252 165 165 / 0.05);
  }
  .desktop\:bg-red-300\/50 {
    background-color: rgb(252 165 165 / 0.5);
  }
  .desktop\:bg-red-300\/55 {
    background-color: rgb(252 165 165 / 0.55);
  }
  .desktop\:bg-red-300\/60 {
    background-color: rgb(252 165 165 / 0.6);
  }
  .desktop\:bg-red-300\/65 {
    background-color: rgb(252 165 165 / 0.65);
  }
  .desktop\:bg-red-300\/70 {
    background-color: rgb(252 165 165 / 0.7);
  }
  .desktop\:bg-red-300\/75 {
    background-color: rgb(252 165 165 / 0.75);
  }
  .desktop\:bg-red-300\/80 {
    background-color: rgb(252 165 165 / 0.8);
  }
  .desktop\:bg-red-300\/85 {
    background-color: rgb(252 165 165 / 0.85);
  }
  .desktop\:bg-red-300\/90 {
    background-color: rgb(252 165 165 / 0.9);
  }
  .desktop\:bg-red-300\/95 {
    background-color: rgb(252 165 165 / 0.95);
  }
}