*, ::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.16 | 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: inline-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;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1922px) {
  .container {
    max-width: 1922px;
  }
}

.container {
  max-width: 1620px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.transnitone-anim {
  transition: 0.4s all ease-in-out;
}

.transnitone-anim-fast {
  transition: 0.1s all ease-in-out;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-\[130px\] {
  bottom: -130px;
}

.-left-\[40px\] {
  left: -40px;
}

.-right-\[40px\] {
  right: -40px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-70px\] {
  bottom: -70px;
}

.bottom-\[-80px\] {
  bottom: -80px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-\[22px\] {
  right: 22px;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[5px\] {
  top: 5px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[9\] {
  z-index: 9;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[290px\] {
  height: 290px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[355px\] {
  height: 355px;
}

.h-\[410px\] {
  height: 410px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[496px\] {
  height: 496px;
}

.h-\[57px\] {
  height: 57px;
}

.h-\[800px\] {
  height: 800px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[460px\] {
  max-height: 460px;
}

.max-h-\[480px\] {
  max-height: 480px;
}

.max-h-\[539px\] {
  max-height: 539px;
}

.max-h-\[578px\] {
  max-height: 578px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[57px\] {
  width: 57px;
}

.w-full {
  width: 100%;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[187px\] {
  min-width: 187px;
}

.min-w-\[190px\] {
  min-width: 190px;
}

.min-w-\[209px\] {
  min-width: 209px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.max-w-28 {
  max-width: 7rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[1080px\] {
  max-width: 1080px;
}

.max-w-\[1236px\] {
  max-width: 1236px;
}

.max-w-\[1273px\] {
  max-width: 1273px;
}

.max-w-\[1313px\] {
  max-width: 1313px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[222px\] {
  max-width: 222px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[451px\] {
  max-width: 451px;
}

.max-w-\[483px\] {
  max-width: 483px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[77px\] {
  max-width: 77px;
}

.max-w-\[930px\] {
  max-width: 930px;
}

.max-w-\[946px\] {
  max-width: 946px;
}

.max-w-\[96px\] {
  max-width: 96px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[30\%\] {
  --tw-translate-y: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 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-\[100px\2c 1fr\] {
  grid-template-columns: 100px 1fr;
}

.grid-cols-\[1fr\2c 25px\] {
  grid-template-columns: 1fr 25px;
}

.grid-cols-\[1fr\2c 435px\] {
  grid-template-columns: 1fr 435px;
}

.grid-cols-\[1fr\2c 500px\] {
  grid-template-columns: 1fr 500px;
}

.grid-cols-\[1fr\2c 587px\] {
  grid-template-columns: 1fr 587px;
}

.grid-cols-\[30px\2c 1fr\] {
  grid-template-columns: 30px 1fr;
}

.grid-cols-\[600px\2c 1fr\] {
  grid-template-columns: 600px 1fr;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-\[60px\] {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[9px\] {
  border-radius: 9px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-tl-\[140px\] {
  border-top-left-radius: 140px;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-\[140px\] {
  border-top-right-radius: 140px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#5e5e5e\] {
  --tw-border-opacity: 1;
  border-color: rgb(94 94 94 / var(--tw-border-opacity, 1));
}

.border-\[\#cbcbcb\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity, 1));
}

.border-\[\#dfdfdf\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#05bd68\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 189 104 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3f87c0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 135 192 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d5f1d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 241 216 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1d5d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 213 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff3131\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 49 49 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-primarybtn {
  --tw-bg-opacity: 1;
  background-color: rgb(62 136 193 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[95px\] {
  padding-bottom: 95px;
}

.pl-\[42px\] {
  padding-left: 42px;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[43px\] {
  font-size: 43px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[52px\] {
  font-size: 52px;
}

.text-\[55px\] {
  font-size: 55px;
}

.text-\[66px\] {
  font-size: 66px;
}

.text-\[68px\] {
  font-size: 68px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-\[90px\] {
  font-size: 90px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-\[50px\] {
  line-height: 50px !important;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[65px\] {
  line-height: 65px;
}

.leading-\[80px\] {
  line-height: 80px;
}

.text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.text-\[\#ffedd6\] {
  --tw-text-opacity: 1;
  color: rgb(255 237 214 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-primarytext {
  --tw-text-opacity: 1;
  color: rgb(63 135 192 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.placeholder-\[\#000\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#000\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[\.5s\] {
  transition-duration: .5s;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.after\:transnitone-anim::after {
  content: var(--tw-content);
  transition: 0.4s all ease-in-out;
}

@media (max-width: 767px) {
  .ssm\:position-inherit {
    position: inherit;
  }

  .ssm\:top-post {
    top: inherit !important;
  }

  .ssm\:left-in {
    left: inherit;
  }

  .ssm\:\!right-in {
    right: inherit !important;
  }

  .ssm\:right-in {
    right: inherit;
  }

  .ssm\:bottom-in {
    bottom: inherit;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-full::before {
  content: var(--tw-content);
  top: 100%;
}

.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:w-1\/4::before {
  content: var(--tw-content);
  width: 25%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:overflow-hidden::before {
  content: var(--tw-content);
  overflow: hidden;
}

.before\:rounded-xl::before {
  content: var(--tw-content);
  border-radius: 0.75rem;
}

.before\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]::before {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0.4);
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.before\:bg-primarybtn::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(62 136 193 / var(--tw-bg-opacity, 1));
}

.before\:duration-\[\.5s\]::before {
  content: var(--tw-content);
  transition-duration: .5s;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:h-\[60px\]::after {
  content: var(--tw-content);
  height: 60px;
}

.after\:h-\[71px\]::after {
  content: var(--tw-content);
  height: 71px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:max-w-\[60px\]::after {
  content: var(--tw-content);
  max-width: 60px;
}

.after\:max-w-\[71px\]::after {
  content: var(--tw-content);
  max-width: 71px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.0\)\]::after {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0.0);
}

.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.after\:bg-primarybtn::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(62 136 193 / var(--tw-bg-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:bg-play-zigzgag::after {
  content: var(--tw-content);
  background-image: url("../img/play-zigzgag.png");
}

.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.first-of-type\:border-t-0:first-of-type {
  border-top-width: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-primarybtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 136 193 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:before\:top-0:hover::before {
  content: var(--tw-content);
  top: 0px;
}

.hover\:after\:translate-x-0:hover::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-\[360deg\] {
  --tw-rotate: 360deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-primarytext {
  --tw-text-opacity: 1;
  color: rgb(63 135 192 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:shadow-imagehoversd {
  --tw-shadow: 3px 8px 12px 1px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 3px 8px 12px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .md\:flex {
    display: flex;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }
}

@media (max-width: 1700px) {
  .\34xl\:-left-\[5px\] {
    left: -5px;
  }

  .\34xl\:-right-\[5px\] {
    right: -5px;
  }
}

@media (max-width: 1632px) {
  .\33xls\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}

@media (max-width: 1600px) {
  .\33xl\:pr-8 {
    padding-right: 2rem;
  }

  .\33xl\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (max-width: 1510px) {
  .\32xxl\:text-\[30px\] {
    font-size: 30px;
  }

  .\32xxl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1500px) {
  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:max-w-56 {
    max-width: 14rem;
  }

  .\32xl\:max-w-\[380px\] {
    max-width: 380px;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-\[50px\] {
    font-size: 50px;
  }

  .\32xl\:text-\[80px\] {
    font-size: 80px;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (max-width: 1420px) {
  .xxxl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xxxl\:h-10 {
    height: 2.5rem;
  }

  .xxxl\:h-20 {
    height: 5rem;
  }

  .xxxl\:h-\[300px\] {
    height: 300px;
  }

  .xxxl\:h-\[380px\] {
    height: 380px;
  }

  .xxxl\:h-\[700px\] {
    height: 700px;
  }

  .xxxl\:w-10 {
    width: 2.5rem;
  }

  .xxxl\:w-20 {
    width: 5rem;
  }

  .xxxl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xxxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxxl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xxxl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xxxl\:text-center {
    text-align: center;
  }

  .xxxl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xxxl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xxxl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xxxl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xxxl\:leading-\[40px\] {
    line-height: 40px;
  }

  .xxxl\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (max-width: 1400px) {
  .xxl\:gap-20 {
    gap: 5rem;
  }

  .xxl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xxl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .sxl\:right-1 {
    right: 0.25rem;
  }

  .sxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .sxl\:ml-auto {
    margin-left: auto;
  }

  .sxl\:h-\[250px\] {
    height: 250px;
  }

  .sxl\:max-h-20 {
    max-height: 5rem;
  }

  .sxl\:min-w-\[140px\] {
    min-width: 140px;
  }

  .sxl\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .sxl\:max-w-28 {
    max-width: 7rem;
  }

  .sxl\:max-w-\[240px\] {
    max-width: 240px;
  }

  .sxl\:max-w-\[400px\] {
    max-width: 400px;
  }

  .sxl\:max-w-full {
    max-width: 100%;
  }

  .sxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sxl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sxl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sxl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sxl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sxl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sxl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sxl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sxl\:leading-\[50px\] {
    line-height: 50px;
  }

  .sxl\:leading-\[55px\] {
    line-height: 55px;
  }

  .sxl\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (max-width: 1100px) {
  .sxx\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .mmmd\:order-2 {
    order: 2;
  }

  .mmmd\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mmmd\:ml-auto {
    margin-left: auto;
  }

  .mmmd\:mr-auto {
    margin-right: auto;
  }

  .mmmd\:mt-14 {
    margin-top: 3.5rem;
  }

  .mmmd\:mt-3 {
    margin-top: 0.75rem;
  }

  .mmmd\:block {
    display: block;
  }

  .mmmd\:max-w-\[250px\] {
    max-width: 250px;
  }

  .mmmd\:max-w-\[75px\] {
    max-width: 75px;
  }

  .mmmd\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mmmd\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmmd\:items-center {
    align-items: center;
  }

  .mmmd\:justify-center {
    justify-content: center;
  }

  .mmmd\:gap-y-16 {
    row-gap: 4rem;
  }

  .mmmd\:border-l-0 {
    border-left-width: 0px;
  }

  .mmmd\:border-t-2 {
    border-top-width: 2px;
  }

  .mmmd\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mmmd\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mmmd\:pb-0 {
    padding-bottom: 0px;
  }

  .mmmd\:pr-0 {
    padding-right: 0px;
  }

  .mmmd\:pt-3 {
    padding-top: 0.75rem;
  }

  .mmmd\:pt-8 {
    padding-top: 2rem;
  }

  .mmmd\:text-center {
    text-align: center;
  }

  .mmmd\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mmmd\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mmmd\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .mmmd\:before\:h-1\/4::before {
    content: var(--tw-content);
    height: 25%;
  }

  .mmmd\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }

  .mmmd\:after\:max-h-10::after {
    content: var(--tw-content);
    max-height: 2.5rem;
  }

  .mmmd\:after\:max-w-10::after {
    content: var(--tw-content);
    max-width: 2.5rem;
  }
}

@media (max-width: 991px) {
  .mmd\:fixed {
    position: fixed;
  }

  .mmd\:bottom-0 {
    bottom: 0px;
  }

  .mmd\:left-0 {
    left: 0px;
  }

  .mmd\:right-0 {
    right: 0px;
  }

  .mmd\:top-0 {
    top: 0px;
  }

  .mmd\:block {
    display: block;
  }

  .mmd\:flex {
    display: flex;
  }

  .mmd\:h-\[300px\] {
    height: 300px;
  }

  .mmd\:h-full {
    height: 100%;
  }

  .mmd\:w-full {
    width: 100%;
  }

  .mmd\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mmd\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mmd\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmd\:flex-col {
    flex-direction: column;
  }

  .mmd\:items-start {
    align-items: flex-start;
  }

  .mmd\:justify-start {
    justify-content: flex-start;
  }

  .mmd\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .mmd\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .mmd\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .mmd\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mmd\:opacity-0 {
    opacity: 0;
  }

  .mmd\:opacity-100 {
    opacity: 1;
  }

  .mmd\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .mmd\:duration-500 {
    transition-duration: 500ms;
  }

  .mmd\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 767px) {
  .ssm\:relative {
    position: relative;
  }

  .ssm\:-bottom-\[10px\] {
    bottom: -10px;
  }

  .ssm\:-bottom-\[70px\] {
    bottom: -70px;
  }

  .ssm\:bottom-\[-55px\] {
    bottom: -55px;
  }

  .ssm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .ssm\:mb-4 {
    margin-bottom: 1rem;
  }

  .ssm\:mt-12 {
    margin-top: 3rem;
  }

  .ssm\:mt-3 {
    margin-top: 0.75rem;
  }

  .ssm\:mt-5 {
    margin-top: 1.25rem;
  }

  .ssm\:mt-7 {
    margin-top: 1.75rem;
  }

  .ssm\:flex {
    display: flex;
  }

  .ssm\:grid {
    display: grid;
  }

  .ssm\:hidden {
    display: none;
  }

  .ssm\:h-12 {
    height: 3rem;
  }

  .ssm\:h-28 {
    height: 7rem;
  }

  .ssm\:h-\[170px\] {
    height: 170px;
  }

  .ssm\:h-\[340px\] {
    height: 340px;
  }

  .ssm\:h-\[500px\] {
    height: 500px;
  }

  .ssm\:max-h-20 {
    max-height: 5rem;
  }

  .ssm\:min-h-\[290px\] {
    min-height: 290px;
  }

  .ssm\:min-h-full {
    min-height: 100%;
  }

  .ssm\:w-12 {
    width: 3rem;
  }

  .ssm\:w-44 {
    width: 11rem;
  }

  .ssm\:w-full {
    width: 100%;
  }

  .ssm\:min-w-\[126px\] {
    min-width: 126px;
  }

  .ssm\:max-w-40 {
    max-width: 10rem;
  }

  .ssm\:max-w-48 {
    max-width: 12rem;
  }

  .ssm\:max-w-\[140px\] {
    max-width: 140px;
  }

  .ssm\:table-fixed {
    table-layout: fixed;
  }

  .ssm\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .ssm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ssm\:grid-cols-\[25px\2c 1fr\] {
    grid-template-columns: 25px 1fr;
  }

  .ssm\:flex-col {
    flex-direction: column;
  }

  .ssm\:justify-center {
    justify-content: center;
  }

  .ssm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .ssm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .ssm\:overflow-hidden {
    overflow: hidden;
  }

  .ssm\:rounded-\[9px\] {
    border-radius: 9px;
  }

  .ssm\:rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }

  .ssm\:rounded-tr-\[100px\] {
    border-top-right-radius: 100px;
  }

  .ssm\:bg-primarybtn {
    --tw-bg-opacity: 1;
    background-color: rgb(62 136 193 / var(--tw-bg-opacity, 1));
  }

  .ssm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .ssm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ssm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ssm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ssm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ssm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .ssm\:\!pb-36 {
    padding-bottom: 9rem !important;
  }

  .ssm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .ssm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .ssm\:pt-12 {
    padding-top: 3rem;
  }

  .ssm\:pt-3 {
    padding-top: 0.75rem;
  }

  .ssm\:pt-7 {
    padding-top: 1.75rem;
  }

  .ssm\:text-left {
    text-align: left;
  }

  .ssm\:text-center {
    text-align: center;
  }

  .ssm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .ssm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .ssm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .ssm\:text-\[13px\] {
    font-size: 13px;
  }

  .ssm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ssm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .ssm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .ssm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
