/*
! tailwindcss v3.4.0 | 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1800px;
  }
}
.container {
  max-width: 390px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {

  .container {
    max-width: 390px;
    width: auto;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 718px;
    width: 718px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1110px;
    width: 1110px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1352px) {

  .container {
    max-width: 1280px;
    width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[117px\] {
  bottom: 117px;
}
.bottom-\[14px\] {
  bottom: 14px;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.left-0 {
  left: 0;
}
.left-\[0px\] {
  left: 0px;
}
.right-0 {
  right: 0;
}
.right-\[-20px\] {
  right: -20px;
}
.right-\[-7px\] {
  right: -7px;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[8px\] {
  right: 8px;
}
.top-0 {
  top: 0;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-80px\] {
  top: -80px;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[111px\] {
  top: 111px;
}
.top-\[168px\] {
  top: 168px;
}
.top-\[80px\] {
  top: 80px;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[99999999\] {
  z-index: 99999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[35px\] {
  margin-top: 35px;
  margin-bottom: 35px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-\[-10px\] {
  margin-bottom: -10px;
}
.mb-\[-20px\] {
  margin-bottom: -20px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-\[0px\] {
  margin-left: 0px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.ml-\[calc\(50vw-180px\)\] {
  margin-left: calc(50vw - 180px);
}
.mr-2 {
  margin-right: 20px;
}
.mr-\[-10px\] {
  margin-right: -10px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-\[calc\(50vw\+380px\)\] {
  margin-right: calc(50vw + 380px);
}
.mr-\[unset\] {
  margin-right: unset;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-25px\] {
  margin-top: -25px;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[16\/12\] {
  aspect-ratio: 16/12;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-3 {
  height: 30px;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[11\.5px\] {
  height: 11.5px;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[183px\] {
  height: 183px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[219px\] {
  height: 219px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[325px\] {
  height: 325px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[343px\] {
  height: 343px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vw\] {
  height: 50vw;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[77px\] {
  height: 77px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[81px\] {
  height: 81px;
}
.h-\[calc\(100dvh-111px\)\] {
  height: calc(100dvh - 111px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[113px\] {
  max-height: 113px;
}
.max-h-\[495px\] {
  max-height: 495px;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.max-h-\[calc\(100\%\)\] {
  max-height: calc(100%);
}
.max-h-\[calc\(100\%-30px\)\] {
  max-height: calc(100% - 30px);
}
.max-h-\[calc\(113px\+30px\)\] {
  max-height: calc(113px + 30px);
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[650px\] {
  min-height: 650px;
}
.min-h-\[calc\(100dvh-111px\)\] {
  min-height: calc(100dvh - 111px);
}
.min-h-full {
  min-height: 100%;
}
.w-3 {
  width: 30px;
}
.w-\[101px\] {
  width: 101px;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[120vw\] {
  width: 120vw;
}
.w-\[13\.697px\] {
  width: 13.697px;
}
.w-\[137px\] {
  width: 137px;
}
.w-\[143\.448px\] {
  width: 143.448px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[183px\] {
  width: 183px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[283px\] {
  width: 283px;
}
.w-\[297px\] {
  width: 297px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[322px\] {
  width: 322px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36\.64px\] {
  width: 36.64px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[74\.45px\] {
  width: 74.45px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}
.w-\[calc\(100\%-52px\)\] {
  width: calc(100% - 52px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1012px\] {
  max-width: 1012px;
}
.max-w-\[113px\] {
  max-width: 113px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[292px\] {
  max-width: 292px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[304px\] {
  max-width: 304px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[354px\] {
  max-width: 354px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[523px\] {
  max-width: 523px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-full {
  max-width: 100%;
}
.origin-left {
  transform-origin: left;
}
.origin-right {
  transform-origin: right;
}
.rotate-\[-180deg\] {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[15deg\] {
  --tw-rotate: 15deg;
  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));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.scale-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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));
}
.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
.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));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 30px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[29px\] {
  border-radius: 29px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-l-\[99px\] {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}
.rounded-r-\[99px\] {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#2B2828\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 40 40 / var(--tw-border-opacity));
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-\[\#dddd\] {
  border-color: #dddd;
}
.bg-\[\#0a1f1654\] {
  background-color: #0a1f1654;
}
.bg-\[\#2A813B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 129 59 / var(--tw-bg-opacity));
}
.bg-\[\#57dd04\] {
  --tw-bg-opacity: 1;
  background-color: rgb(87 221 4 / var(--tw-bg-opacity));
}
.bg-\[\#C2EAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 234 255 / var(--tw-bg-opacity));
}
.bg-\[\#C2F0A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 240 160 / var(--tw-bg-opacity));
}
.bg-\[\#CDEEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 238 255 / var(--tw-bg-opacity));
}
.bg-\[\#F2FBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 251 255 / var(--tw-bg-opacity));
}
.bg-\[\#F6FAFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#FDF3E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 228 / var(--tw-bg-opacity));
}
.bg-\[\#FF91C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 145 200 / var(--tw-bg-opacity));
}
.bg-\[\#FFC3DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 223 / var(--tw-bg-opacity));
}
.bg-\[\#FFC9B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 181 / var(--tw-bg-opacity));
}
.bg-\[\#dddd\] {
  background-color: #dddd;
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(10 31 22 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0;
}
.p-\[0px\] {
  padding: 0px;
}
.p-\[15px\] {
  padding: 15px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-\[111px\] {
  padding-bottom: 111px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[4\] {
  padding-bottom: 4;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-4 {
  padding-left: 40px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[calc\(50vw-180px\)\] {
  padding-left: calc(50vw - 180px);
}
.pl-\[unset\] {
  padding-left: unset;
}
.pr-1 {
  padding-right: 10px;
}
.pr-3 {
  padding-right: 30px;
}
.pr-4 {
  padding-right: 40px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-grotesk {
  font-family: Grotesk, sans-serif;
}
.font-jakarta {
  font-family: Plus Jakarta Sans, sans-serif;
}
.font-wedges {
  font-family: Wedges, sans-serif;
}
.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-21 {
  font-size: 21px;
}
.text-22 {
  font-size: 22px;
}
.text-25 {
  font-size: 25px;
}
.text-26 {
  font-size: 26px;
}
.text-28 {
  font-size: 28px;
}
.text-29 {
  font-size: 29px;
}
.text-31 {
  font-size: 31px;
}
.text-32 {
  font-size: 32px;
}
.text-33 {
  font-size: 33px;
}
.text-36 {
  font-size: 36px;
}
.text-8 {
  font-size: 8px;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-12 {
  line-height: 12px;
}
.leading-14 {
  line-height: 14px;
}
.leading-15 {
  line-height: 15px;
}
.leading-16 {
  line-height: 16px;
}
.leading-17 {
  line-height: 17px;
}
.leading-19 {
  line-height: 19px;
}
.leading-20 {
  line-height: 20px;
}
.leading-21 {
  line-height: 21px;
}
.leading-22 {
  line-height: 22px;
}
.leading-24 {
  line-height: 24px;
}
.leading-25 {
  line-height: 25px;
}
.leading-26 {
  line-height: 26px;
}
.leading-28 {
  line-height: 28px;
}
.leading-29 {
  line-height: 29px;
}
.leading-30 {
  line-height: 30px;
}
.leading-31 {
  line-height: 31px;
}
.leading-32 {
  line-height: 32px;
}
.leading-33 {
  line-height: 33px;
}
.leading-40 {
  line-height: 40px;
}
.leading-42 {
  line-height: 42px;
}
.leading-48 {
  line-height: 48px;
}
.leading-50 {
  line-height: 50px;
}
.tracking-\[0\.025em\] {
  letter-spacing: 0.025em;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#019C46\] {
  --tw-text-opacity: 1;
  color: rgb(1 156 70 / var(--tw-text-opacity));
}
.text-\[\#039C47\] {
  --tw-text-opacity: 1;
  color: rgb(3 156 71 / var(--tw-text-opacity));
}
.text-\[\#039c47\] {
  --tw-text-opacity: 1;
  color: rgb(3 156 71 / var(--tw-text-opacity));
}
.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}
.text-\[\#275E47\] {
  --tw-text-opacity: 1;
  color: rgb(39 94 71 / var(--tw-text-opacity));
}
.text-\[\#2A813B\] {
  --tw-text-opacity: 1;
  color: rgb(42 129 59 / var(--tw-text-opacity));
}
.text-\[\#2B2828\] {
  --tw-text-opacity: 1;
  color: rgb(43 40 40 / var(--tw-text-opacity));
}
.text-\[\#3A4069\] {
  --tw-text-opacity: 1;
  color: rgb(58 64 105 / var(--tw-text-opacity));
}
.text-\[\#525252\] {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-\[\#57DD04\] {
  --tw-text-opacity: 1;
  color: rgb(87 221 4 / var(--tw-text-opacity));
}
.text-\[\#626262\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}
.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-\[\#8CC63F\] {
  --tw-text-opacity: 1;
  color: rgb(140 198 63 / var(--tw-text-opacity));
}
.text-\[\#8D8D8D\] {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-\[\#C2EAFF\] {
  --tw-text-opacity: 1;
  color: rgb(194 234 255 / var(--tw-text-opacity));
}
.text-\[\#FF6248\] {
  --tw-text-opacity: 1;
  color: rgb(255 98 72 / var(--tw-text-opacity));
}
.text-\[\#FF91C8\] {
  --tw-text-opacity: 1;
  color: rgb(255 145 200 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(10 31 22 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.drop-shadow-\[0px_0px_15px_\#8CC63F\] {
  --tw-drop-shadow: drop-shadow(0px 0px 15px #8CC63F);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[unset\] {
    bottom: unset;
  }

  .md\:left-0 {
    left: 0;
  }

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

  .md\:left-\[unset\] {
    left: unset;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:right-\[unset\] {
    right: unset;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:top-\[unset\] {
    top: unset;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .md\:mb-\[-25px\] {
    margin-bottom: -25px;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .md\:mr-\[25px\] {
    margin-right: 25px;
  }

  .md\:mr-\[unset\] {
    margin-right: unset;
  }

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

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

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

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

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

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

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

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

  .md\:mt-\[unset\] {
    margin-top: unset;
  }

  .md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[10\.5px\] {
    height: 10.5px;
  }

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

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

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

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

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

  .md\:h-full {
    height: 100%;
  }

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

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

  .md\:max-h-\[calc\(175px\+30px\)\] {
    max-height: calc(175px + 30px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(100\%-120px\)\] {
    width: calc(100% - 120px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 20px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-\[2px\] {
    gap: 2px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:bg-\[\#C2EAFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(194 234 255 / var(--tw-bg-opacity));
  }

  .md\:bg-\[\#F6FAFC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity));
  }

  .md\:p-\[0px\] {
    padding: 0px;
  }

  .md\:p-\[27px\] {
    padding: 27px;
  }

  .md\:px-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

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

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

  .md\:pb-4 {
    padding-bottom: 40px;
  }

  .md\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pb-\[unset\] {
    padding-bottom: unset;
  }

  .md\:pl-\[calc\(50vw-359px\)\] {
    padding-left: calc(50vw - 359px);
  }

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

  .md\:pt-\[10px\] {
    padding-top: 10px;
  }

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

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[35px\] {
    padding-top: 35px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

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

  .md\:pt-\[unset\] {
    padding-top: unset;
  }

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

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-15 {
    font-size: 15px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-20 {
    font-size: 20px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-30 {
    font-size: 30px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

  .md\:text-37 {
    font-size: 37px;
  }

  .md\:text-42 {
    font-size: 42px;
  }

  .md\:leading-19 {
    line-height: 19px;
  }

  .md\:leading-20 {
    line-height: 20px;
  }

  .md\:leading-22 {
    line-height: 22px;
  }

  .md\:leading-24 {
    line-height: 24px;
  }

  .md\:leading-25 {
    line-height: 25px;
  }

  .md\:leading-27 {
    line-height: 27px;
  }

  .md\:leading-28 {
    line-height: 28px;
  }

  .md\:leading-30 {
    line-height: 30px;
  }

  .md\:leading-37 {
    line-height: 37px;
  }

  .md\:leading-40 {
    line-height: 40px;
  }

  .md\:leading-42 {
    line-height: 42px;
  }

  .md\:leading-60 {
    line-height: 60px;
  }
}
@media (min-width: 1200px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

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

  .lg\:right-\[calc\(50\%-345px\)\] {
    right: calc(50% - 345px);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:mb-\[-35px\] {
    margin-bottom: -35px;
  }

  .lg\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .lg\:mb-\[unset\] {
    margin-bottom: unset;
  }

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

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

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

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

  .lg\:mr-3 {
    margin-right: 30px;
  }

  .lg\:mr-\[20px\] {
    margin-right: 20px;
  }

  .lg\:mr-\[50px\] {
    margin-right: 50px;
  }

  .lg\:mr-\[65px\] {
    margin-right: 65px;
  }

  .lg\:mr-\[unset\] {
    margin-right: unset;
  }

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

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

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

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

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

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

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

  .lg\:mt-\[unset\] {
    margin-top: unset;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[11\.8px\] {
    height: 11.8px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-\[calc\(100\%\)\] {
    max-height: calc(100%);
  }

  .lg\:max-h-\[calc\(100\%-100px\)\] {
    max-height: calc(100% - 100px);
  }

  .lg\:max-h-\[calc\(104px\+30px\)\] {
    max-height: calc(104px + 30px);
  }

  .lg\:max-h-\[unset\] {
    max-height: unset;
  }

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

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

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

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

  .lg\:w-\[100vw\] {
    width: 100vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(50\%-345px\)\] {
    width: calc(50% - 345px);
  }

  .lg\:w-\[calc\(50vw\+281px\)\] {
    width: calc(50vw + 281px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:p-\[45px\] {
    padding: 45px;
  }

  .lg\:px-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

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

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

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

  .lg\:pb-4 {
    padding-bottom: 40px;
  }

  .lg\:pb-\[200px\] {
    padding-bottom: 200px;
  }

  .lg\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:pl-\[calc\(50vw-555px\)\] {
    padding-left: calc(50vw - 555px);
  }

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

  .lg\:pr-\[unset\] {
    padding-right: unset;
  }

  .lg\:pt-2 {
    padding-top: 20px;
  }

  .lg\:pt-\[45px\] {
    padding-top: 45px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:pt-\[90px\] {
    padding-top: 90px;
  }

  .lg\:pt-\[unset\] {
    padding-top: unset;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-20 {
    font-size: 20px;
  }

  .lg\:text-30 {
    font-size: 30px;
  }

  .lg\:text-36 {
    font-size: 36px;
  }

  .lg\:text-40 {
    font-size: 40px;
  }

  .lg\:text-50 {
    font-size: 50px;
  }

  .lg\:text-51 {
    font-size: 51px;
  }

  .lg\:text-52 {
    font-size: 52px;
  }

  .lg\:text-58 {
    font-size: 58px;
  }

  .lg\:leading-18 {
    line-height: 18px;
  }

  .lg\:leading-25 {
    line-height: 25px;
  }

  .lg\:leading-28 {
    line-height: 28px;
  }

  .lg\:leading-30 {
    line-height: 30px;
  }

  .lg\:leading-34 {
    line-height: 34px;
  }

  .lg\:leading-36 {
    line-height: 36px;
  }

  .lg\:leading-40 {
    line-height: 40px;
  }

  .lg\:leading-42 {
    line-height: 42px;
  }

  .lg\:leading-50 {
    line-height: 50px;
  }

  .lg\:leading-51 {
    line-height: 51px;
  }

  .lg\:leading-58 {
    line-height: 58px;
  }
}
@media (min-width: 1352px) {

  .xl\:right-\[calc\(50\%-390px\)\] {
    right: calc(50% - 390px);
  }

  .xl\:top-\[183px\] {
    top: 183px;
  }

  .xl\:mb-\[-40px\] {
    margin-bottom: -40px;
  }

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

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

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

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

  .xl\:mr-\[35px\] {
    margin-right: 35px;
  }

  .xl\:mr-\[60px\] {
    margin-right: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-h-\[calc\(113px\+30px\)\] {
    max-height: calc(113px + 30px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-\[calc\(100\%-120px\)\] {
    width: calc(100% - 120px);
  }

  .xl\:w-\[calc\(50\%-390px\)\] {
    width: calc(50% - 390px);
  }

  .xl\:w-\[calc\(50vw\+281px\)\] {
    width: calc(50vw + 281px);
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[398\.91px\] {
    max-width: 398.91px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .xl\:pb-\[132px\] {
    padding-bottom: 132px;
  }

  .xl\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .xl\:pl-\[calc\(50vw-600px\)\] {
    padding-left: calc(50vw - 600px);
  }

  .xl\:pr-\[40px\] {
    padding-right: 40px;
  }

  .xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .xl\:pt-\[70px\] {
    padding-top: 70px;
  }

  .xl\:pt-\[90px\] {
    padding-top: 90px;
  }

  .xl\:text-15 {
    font-size: 15px;
  }

  .xl\:text-16 {
    font-size: 16px;
  }

  .xl\:text-17 {
    font-size: 17px;
  }

  .xl\:text-22 {
    font-size: 22px;
  }

  .xl\:text-26 {
    font-size: 26px;
  }

  .xl\:leading-19 {
    line-height: 19px;
  }

  .xl\:leading-20 {
    line-height: 20px;
  }

  .xl\:leading-25 {
    line-height: 25px;
  }

  .xl\:leading-26 {
    line-height: 26px;
  }

  .xl\:leading-30 {
    line-height: 30px;
  }

  .xl\:leading-\[20px\] {
    line-height: 20px;
  }
}