*, ::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.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

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

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

.right-\[24px\] {
  right: 24px;
}

.right-\[32px\] {
  right: 32px;
}

.right-\[5\%\] {
  right: 5%;
}

.right-\[8px\] {
  right: 8px;
}

.top-0 {
  top: 0px;
}

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

.top-\[1\.5rem\] {
  top: 1.5rem;
}

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

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

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

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

.top-\[calc\(1\.5rem_\+_36px\)\] {
  top: calc(1.5rem + 36px);
}

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

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

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

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-8 {
  grid-column-end: 8;
}

.float-left {
  float: left;
}

.m-\[0_0_0_8px\] {
  margin: 0 0 0 8px;
}

.m-\[7px_0_0_4px\] {
  margin: 7px 0 0 4px;
}

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

.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-24 {
  margin-bottom: 6rem !important;
}

.\!mb-4 {
  margin-bottom: 1rem !important;
}

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

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

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[2\.5\%\] {
  margin-right: 2.5%;
}

.mr-\[30\%\] {
  margin-right: 30%;
}

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

.h-16 {
  height: 4rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[70vh\] {
  height: 70vh;
}

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-\[calc\(100dvh_-_36px_-_64px_-_159px\)\] {
  height: calc(100dvh - 36px - 64px - 159px);
}

.h-\[calc\(100svh_-_36px_-_64px_-_164px\)\] {
  height: calc(100svh - 36px - 64px - 164px);
}

.h-\[calc\(100vh_-_32px_-_36px_-_3rem\)\] {
  height: calc(100vh - 32px - 36px - 3rem);
}

.h-\[calc\(100vh_-_36px\)\] {
  height: calc(100vh - 36px);
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

.min-h-full {
  min-height: 100%;
}

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

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

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

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

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

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

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

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

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

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

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

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

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

.w-\[70\%\] {
  width: 70%;
}

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.rotate-180 {
  --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));
}

.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-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-\[repeat\(2\2c _252px\)\] {
  grid-template-columns: repeat(2, 252px);
}

.grid-cols-\[repeat\(5\2c _216px\)\] {
  grid-template-columns: repeat(5, 216px);
}

.grid-cols-\[repeat\(5\2c _260px\)\] {
  grid-template-columns: repeat(5, 260px);
}

.grid-rows-\[auto\] {
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-around {
  justify-content: space-around;
}

.gap-0 {
  gap: 0px;
}

.gap-24 {
  gap: 6rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

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

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

.gap-\[48px_1\.5rem\] {
  gap: 48px 1.5rem;
}

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

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

.gap-y-16 {
  row-gap: 4rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-\[2px\] {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

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

.border-\[\#00000033\] {
  border-color: #00000033;
}

.border-\[\#777777\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}

.border-\[\#bbbbbb\] {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-\[\#e8e8e8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}

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

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

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

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#0064E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 224 / var(--tw-bg-opacity));
}

.bg-\[\#0276FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 118 255 / var(--tw-bg-opacity));
}

.bg-\[\#028D4B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 141 75 / var(--tw-bg-opacity));
}

.bg-\[\#43B1EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 177 235 / var(--tw-bg-opacity));
}

.bg-\[\#6AC3EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(106 195 234 / var(--tw-bg-opacity));
}

.bg-\[\#81C6FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 198 252 / var(--tw-bg-opacity));
}

.bg-\[\#AECAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 202 234 / var(--tw-bg-opacity));
}

.bg-\[\#B8D8EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 216 236 / var(--tw-bg-opacity));
}

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

.bg-\[\#C7DEDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 222 222 / var(--tw-bg-opacity));
}

.bg-\[\#DE564D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 86 77 / var(--tw-bg-opacity));
}

.bg-\[\#E34E45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 78 69 / var(--tw-bg-opacity));
}

.bg-\[\#E4F3FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 243 250 / var(--tw-bg-opacity));
}

.bg-\[\#E6007E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 126 / var(--tw-bg-opacity));
}

.bg-\[\#EBC0D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 192 215 / var(--tw-bg-opacity));
}

.bg-\[\#F9ACA7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 172 167 / var(--tw-bg-opacity));
}

.bg-\[\#FBD5B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 185 / var(--tw-bg-opacity));
}

.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\] {
  background-color: rgba(0,0,0,.5);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  background-color: rgba(0,0,0,0.7);
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

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

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

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

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.\!pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

.\!font-\[\'EloquiaDisplay-Medium\'\] {
  font-family: 'EloquiaDisplay-Medium' !important;
}

.\!font-\[EloquiaDisplay-Medium\] {
  font-family: EloquiaDisplay-Medium !important;
}

.\!font-\[EloquiaDisplay-SemiBold\] {
  font-family: EloquiaDisplay-SemiBold !important;
}

.font-\[\'EloquiaDisplay-Medium\'\] {
  font-family: 'EloquiaDisplay-Medium';
}

.font-\[\'EloquiaDisplay-Regular\'\] {
  font-family: 'EloquiaDisplay-Regular';
}

.font-\[\'EloquiaDisplay-SemiBold\'\] {
  font-family: 'EloquiaDisplay-SemiBold';
}

.font-\[\'EloquiaDisplay-Semibold\'\] {
  font-family: 'EloquiaDisplay-Semibold';
}

.font-\[\'Eloquia_Display\'\] {
  font-family: 'Eloquia Display';
}

.font-\[\'ocr-b-std\'\] {
  font-family: 'ocr-b-std';
}

.font-\[EloquiaDisplay-Medium\] {
  font-family: EloquiaDisplay-Medium;
}

.font-\[EloquiaDisplay-Regular\] {
  font-family: EloquiaDisplay-Regular;
}

.font-\[EloquiaDisplay-SemiBold\] {
  font-family: EloquiaDisplay-SemiBold;
}

.font-\[EloquiaDisplay-Semibold\] {
  font-family: EloquiaDisplay-Semibold;
}

.font-\[EloquiaText-Regular\] {
  font-family: EloquiaText-Regular;
}

.font-\[ocr-b-std\2c _monospace\] {
  font-family: ocr-b-std, monospace;
}

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

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

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

.\!text-\[1rem\] {
  font-size: 1rem !important;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

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

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

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

.text-\[1rem\] {
  font-size: 1rem;
}

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

.text-\[21px\] {
  font-size: 21px;
}

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

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

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

.text-\[31px\] {
  font-size: 31px;
}

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

.text-\[45px\] {
  font-size: 45px;
}

.text-\[5rem\] {
  font-size: 5rem;
}

.text-\[7rem\] {
  font-size: 7rem;
}

.text-\[86px\] {
  font-size: 86px;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-\[500\] {
  font-weight: 500 !important;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[700\] {
  font-weight: 700;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-\[100\%\] {
  line-height: 100%;
}

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

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

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

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

.leading-\[31\.5px\] {
  line-height: 31.5px;
}

.leading-\[33\.8px\] {
  line-height: 33.8px;
}

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

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

.leading-\[58\.5px\] {
  line-height: 58.5px;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-2px\] {
  letter-spacing: -2px;
}

.tracking-\[0\.15px\] {
  letter-spacing: 0.15px;
}

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

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

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

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

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

.text-\[\#00000055\] {
  color: #00000055;
}

.text-\[\#00000080\] {
  color: #00000080;
}

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

.text-\[\#0276FF\] {
  --tw-text-opacity: 1;
  color: rgb(2 118 255 / var(--tw-text-opacity));
}

.text-\[\#0C548C\] {
  --tw-text-opacity: 1;
  color: rgb(12 84 140 / var(--tw-text-opacity));
}

.text-\[\#0E6C95\] {
  --tw-text-opacity: 1;
  color: rgb(14 108 149 / var(--tw-text-opacity));
}

.text-\[\#0F587E\] {
  --tw-text-opacity: 1;
  color: rgb(15 88 126 / var(--tw-text-opacity));
}

.text-\[\#265A97\] {
  --tw-text-opacity: 1;
  color: rgb(38 90 151 / var(--tw-text-opacity));
}

.text-\[\#277EB3\] {
  --tw-text-opacity: 1;
  color: rgb(39 126 179 / var(--tw-text-opacity));
}

.text-\[\#419999\] {
  --tw-text-opacity: 1;
  color: rgb(65 153 153 / var(--tw-text-opacity));
}

.text-\[\#50C1E1\] {
  --tw-text-opacity: 1;
  color: rgb(80 193 225 / var(--tw-text-opacity));
}

.text-\[\#596AE1\] {
  --tw-text-opacity: 1;
  color: rgb(89 106 225 / var(--tw-text-opacity));
}

.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-\[\#838383\] {
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}

.text-\[\#85171D\] {
  --tw-text-opacity: 1;
  color: rgb(133 23 29 / var(--tw-text-opacity));
}

.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[\#901F25\] {
  --tw-text-opacity: 1;
  color: rgb(144 31 37 / var(--tw-text-opacity));
}

.text-\[\#B6161F\] {
  --tw-text-opacity: 1;
  color: rgb(182 22 31 / var(--tw-text-opacity));
}

.text-\[\#DC1582\] {
  --tw-text-opacity: 1;
  color: rgb(220 21 130 / var(--tw-text-opacity));
}

.text-\[\#FF7A1A\] {
  --tw-text-opacity: 1;
  color: rgb(255 122 26 / var(--tw-text-opacity));
}

.text-\[\#bbbbbb\] {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

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

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

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:px-0:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

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

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-\[\#0050B3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 179 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0276FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 118 255 / var(--tw-bg-opacity));
}

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

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.hover\:\!text-\[\#0276FF\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(2 118 255 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-\[\#777777\]:hover {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.hover\:text-\[\#B2B2B2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}

.hover\:text-\[\#B2D8E4\]:hover {
  --tw-text-opacity: 1;
  color: rgb(178 216 228 / var(--tw-text-opacity));
}

.hover\:text-\[\#B3DDC9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(179 221 201 / var(--tw-text-opacity));
}

.hover\:text-\[\#BBBBBB\]:hover {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.hover\:text-\[\#F7B2D8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(247 178 216 / var(--tw-text-opacity));
}

.hover\:text-\[\#FFD3B2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 211 178 / var(--tw-text-opacity));
}

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

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

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

@media not all and (min-width: 1536px) {
  .max-2xl\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .max-2xl\:pt-\[56px\] {
    padding-top: 56px;
  }

  .max-2xl\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:pointer-events-none {
    pointer-events: none;
  }

  .max-xl\:fixed {
    position: fixed;
  }

  .max-xl\:bottom-0 {
    bottom: 0px;
  }

  .max-xl\:left-0 {
    left: 0px;
  }

  .max-xl\:left-\[30\%\] {
    left: 30%;
  }

  .max-xl\:z-10 {
    z-index: 10;
  }

  .max-xl\:z-40 {
    z-index: 40;
  }

  .max-xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .max-xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .max-xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .max-xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-xl\:mr-4 {
    margin-right: 1rem;
  }

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

  .max-xl\:mt-4 {
    margin-top: 1rem;
  }

  .max-xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-xl\:block {
    display: block;
  }

  .max-xl\:flex {
    display: flex;
  }

  .max-xl\:hidden {
    display: none;
  }

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

  .max-xl\:max-h-0 {
    max-height: 0px;
  }

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

  .max-xl\:w-\[40\%\] {
    width: 40%;
  }

  .max-xl\:w-\[90\%\] {
    width: 90%;
  }

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

  .max-xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:items-start {
    align-items: flex-start;
  }

  .max-xl\:items-center {
    align-items: center;
  }

  .max-xl\:justify-start {
    justify-content: flex-start;
  }

  .max-xl\:justify-center {
    justify-content: center;
  }

  .max-xl\:justify-around {
    justify-content: space-around;
  }

  .max-xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .max-xl\:overflow-hidden {
    overflow: hidden;
  }

  .max-xl\:rounded-\[2px\] {
    border-radius: 2px;
  }

  .max-xl\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .max-xl\:border-b {
    border-bottom-width: 1px;
  }

  .max-xl\:border-\[\#777777\] {
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity));
  }

  .max-xl\:bg-\[\#eeeeee\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  }

  .max-xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .max-xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-xl\:pb-0 {
    padding-bottom: 0px;
  }

  .max-xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .max-xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .max-xl\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .max-xl\:pt-12 {
    padding-top: 3rem;
  }

  .max-xl\:pt-4 {
    padding-top: 1rem;
  }

  .max-xl\:text-\[\#aaaaaa\] {
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));
  }

  .max-xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:relative {
    position: relative;
  }

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

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

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

  .max-lg\:col-start-1 {
    grid-column-start: 1;
  }

  .max-lg\:col-end-3 {
    grid-column-end: 3;
  }

  .max-lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .max-lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

  .max-lg\:mt-4 {
    margin-top: 1rem;
  }

  .max-lg\:mt-44 {
    margin-top: 11rem;
  }

  .max-lg\:mt-\[-5rem\] {
    margin-top: -5rem;
  }

  .max-lg\:mt-\[5rem\] {
    margin-top: 5rem;
  }

  .max-lg\:hidden {
    display: none;
  }

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

  .max-lg\:h-\[calc\(100svh_-_36px_-_32px_-_2rem\)\] {
    height: calc(100svh - 36px - 32px - 2rem);
  }

  .max-lg\:h-\[calc\(100vh_-_36px_-_32px_-_3rem\)\] {
    height: calc(100vh - 36px - 32px - 3rem);
  }

  .max-lg\:h-\[calc\(100vh_-_36px_-_64px\)\] {
    height: calc(100vh - 36px - 64px);
  }

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

  .max-lg\:h-auto {
    height: auto;
  }

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

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

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

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

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

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

  .max-lg\:items-center {
    align-items: center;
  }

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

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

  .max-lg\:border-b {
    border-bottom-width: 1px;
  }

  .max-lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .max-lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .max-lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .max-lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .max-lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

  .max-lg\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .max-lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .max-lg\:pt-20 {
    padding-top: 5rem;
  }

  .max-lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .max-lg\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .max-lg\:top-0 {
    top: 0;
  }

  .max-lg\:\!m-0 {
    margin: 0!important;
  }

  .max-lg\:\!p-0 {
    padding: 0!important;
  }

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

  .max-lg\:text-left {
    text-align: left;
  }

  .max-lg\:text-center {
    text-align: center;
  }

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

  .max-lg\:text-\[12px\] {
    font-size: 12px;
  }

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

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

  .max-lg\:text-\[26px\] {
    font-size: 26px;
  }

  .max-lg\:\!leading-\[29px\] {
    line-height: 29px !important;
  }

  .max-lg\:leading-\[100\%\] {
    line-height: 100%;
  }

  .max-lg\:leading-\[120\%\] {
    line-height: 120%;
  }

  .max-lg\:leading-\[19px\] {
    line-height: 19px;
  }

  .max-lg\:leading-\[23\.4px\] {
    line-height: 23.4px;
  }

  .max-lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .max-lg\:leading-\[26px\] {
    line-height: 26px;
  }

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

  .max-lg\:leading-\[46\.2px\] {
    line-height: 46.2px;
  }

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

  .max-lg\:ml-5 {
    margin-left: 1.25rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:relative {
    position: relative;
  }

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

  .max-md\:left-\[5\%\] {
    left: 5%;
  }

  .max-md\:right-\[8px\] {
    right: 8px;
  }

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

  .max-md\:top-\[8px\] {
    top: 8px;
  }

  .max-md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-md\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-md\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

  .max-md\:mr-3 {
    margin-right: 0.75rem;
  }

  .max-md\:mr-\[4\.5\%\] {
    margin-right: 4.5%;
  }

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

  .max-md\:mt-4 {
    margin-top: 1rem;
  }

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

  .max-md\:mt-44 {
    margin-top: 11rem;
  }

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

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

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

  .max-md\:mt-\[5rem\] {
    margin-top: 5rem;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-auto {
    height: auto;
  }

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

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

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

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

  .max-md\:flex-col {
    flex-direction: column;
  }

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

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:gap-0 {
    gap: 0px;
  }

  .max-md\:gap-5 {
    gap: 1.25rem;
  }

  .max-md\:gap-6 {
    gap: 1.5rem;
  }

  .max-md\:overflow-x-scroll {
    overflow-x: scroll;
  }

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

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

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

  .max-md\:border-b {
    border-bottom-width: 1px;
  }

  .max-md\:bg-\[\#f5f5f5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

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

  .max-md\:p-5 {
    padding: 1.25rem;
  }

  .max-md\:p-8 {
    padding: 2rem;
  }

  .max-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .max-md\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .max-md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .max-md\:\!m-0 {
    margin: 0!important;
  }

  .max-md\:\!p-0 {
    padding: 0!important;
  }

  .max-md\:pb-24 {
    padding-bottom: 6rem;
  }

  .max-md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

  .max-md\:pl-2 {
    padding-left: 0.5rem;
  }

  .max-md\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .max-md\:pr-2 {
    padding-right: 0.5rem;
  }

  .max-md\:pr-\[5\%\] {
    padding-right: 5%;
  }

  .max-md\:pt-14 {
    padding-top: 3.5rem;
  }

  .max-md\:pt-4 {
    padding-top: 1rem;
  }

  .max-md\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:text-\[\.8rem\] {
    font-size: .8rem;
  }

  .max-md\:text-\[10px\] {
    font-size: 10px;
  }

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

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

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

  .max-md\:text-\[26px\] {
    font-size: 26px;
  }

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

  .max-md\:leading-\[26px\] {
    line-height: 26px;
  }

  .max-md\:leading-\[33\.8px\] {
    line-height: 33.8px;
  }

  .max-md\:leading-\[46px\] {
    line-height: 46px;
  }

  .max-md\:text-\[\#bbbbbb\] {
    --tw-text-opacity: 1;
    color: rgb(187 187 187 / var(--tw-text-opacity));
  }

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

@media not all and (min-width: 640px) {
  .max-sm\:mr-\[22\%\] {
    margin-right: 22%;
  }

  .max-sm\:hidden {
    display: none;
  }

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

  .max-sm\:text-\[42px\] {
    font-size: 42px;
  }
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-\[17\%\] {
    margin-right: 17%;
  }

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[64px\] {
    font-size: 64px;
  }
}

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

  .md\:left-\[calc\(50\%_-_\(750px_\/_2\)\)\] {
    left: calc(50% - (750px / 2));
  }

  .md\:left-\[calc\(50\%_-_\(90\%_\/_2\)\)\] {
    left: calc(50% - (90% / 2));
  }

  .md\:left-\[calc\(50\%_-_45\%\)\] {
    left: calc(50% - 45%);
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

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

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[repeat\(5\2c _350px\)\] {
    grid-template-columns: repeat(5, 350px);
  }

  .md\:grid-cols-\[repeat\(5\2c _369px\)\] {
    grid-template-columns: repeat(5, 369px);
  }

  .md\:grid-rows-\[713px\] {
    grid-template-rows: 713px;
  }

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

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

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-\[calc\(100vw_-_90\%\)\] {
    padding-right: calc(100vw - 90%);
  }

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

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

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

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

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

  @media not all and (min-width: 1280px) {
    .md\:max-xl\:my-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }

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

  @media not all and (min-width: 1024px) {
    .md\:max-lg\:w-max {
      width: -moz-max-content;
      width: max-content;
    }
  }
}

@media (min-width: 1024px) {
    .lg\:h-\[30px\] {
        height: 30px;
    }

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

  .lg\:relative {
    position: relative;
  }

  .lg\:left-\[calc\(50\%_-_\(1000px_\/_2\)\)\] {
    left: calc(50% - (1000px / 2));
  }

  .lg\:left-\[calc\(50\%_-_\(90\%_\/_2\)\)\] {
    left: calc(50% - (90% / 2));
  }

  .lg\:left-\[calc\(50\%_-_\(992px_\/_2\)\)\] {
    left: calc(50% - (992px / 2));
  }

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

  .lg\:order-first {
    order: -9999;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:\!mb-0 {
    margin-bottom: 0!important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

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

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

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

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

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

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

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:h-\[calc\(100vh_-_36px\)\] {
    height: calc(100vh - 36px);
  }

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

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

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[0\.3fr_1fr\] {
    grid-template-columns: 0.3fr 1fr;
  }

  .lg\:grid-cols-\[1\.3fr_2fr\] {
    grid-template-columns: 1.3fr 2fr;
  }

  .lg\:grid-cols-\[repeat\(2\2c _370px\)\] {
    grid-template-columns: repeat(2, 370px);
  }

  .lg\:grid-cols-\[repeat\(5\2c _370px\)\] {
    grid-template-columns: repeat(5, 370px);
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

  .lg\:gap-\[72px_20px\] {
    gap: 72px 20px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-\[linear-gradient\(to_bottom\2c _rgba\(0\2c 0\2c 0\2c 0\)\2c _40\%\2c _rgba\(0\2c 0\2c 0\2c \.5\)\)\] {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), 40%, rgba(0,0,0,.5));
  }

  .lg\:\!p-0 {
    padding: 0!important;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-\[calc\(100vw_-_90\%\)\] {
    padding-right: calc(100vw - 90%);
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

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

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

  .lg\:\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

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

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

  .lg\:text-\[21px\] {
    font-size: 21px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

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

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:leading-\[26px\] {
    line-height: 26px;
  }

  .lg\:leading-\[27\.3px\] {
    line-height: 27.3px;
  }

  .lg\:leading-\[33\.8px\] {
    line-height: 33.8px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[58\.5px\] {
    line-height: 58.5px;
  }

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

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

  .lg\:underline {
    text-decoration-line: underline;
  }

  .lg\:underline-offset-\[10px\] {
    text-underline-offset: 10px;
  }

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

  .last\:lg\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .last\:lg\:border-\[\#00000033\]:last-child {
    border-color: #00000033;
  }

  @media not all and (min-width: 1280px) {
    .lg\:max-xl\:order-1 {
      order: 1;
    }

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

    .lg\:max-xl\:bg-white {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
  }
}

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

  .xl\:relative {
    position: relative;
  }

  .xl\:bottom-\[44px\] {
    bottom: 44px;
  }

  .xl\:left-\[calc\(50\%_-_\(1140px_\/_2\)\)\] {
    left: calc(50% - (1140px / 2));
  }

  .xl\:left-\[calc\(50\%_-_\(1200px_\/_2\)\)\] {
    left: calc(50% - (1200px / 2));
  }

  .xl\:left-\[calc\(50\%_-_480px\)\] {
    left: calc(50% - 480px);
  }

  .xl\:right-\[44px\] {
    right: 44px;
  }

  .xl\:z-10 {
    z-index: 10;
  }

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

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

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

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

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

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

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

  .xl\:my-\[56px\] {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xl\:\!mt-0 {
    margin-top: 0px !important;
  }

  .xl\:\!mb-0 {
    margin-bottom: 0!important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-\[100\%\] {
    margin-right: 100%;
  }

  .xl\:mr-\[calc\(100vw_-_1140px_-_16px\)\] {
    margin-right: calc(100vw - 1140px - 16px);
  }

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

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

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

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

  .xl\:mt-\[8rem\] {
    margin-top: 8rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:h-\[80vh\] {
    height: 80vh;
  }

  .xl\:h-\[calc\(100vh_-_36px_-_112px\)\] {
    height: calc(100vh - 36px - 112px);
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:grid-cols-\[repeat\(5\2c _377px\)\] {
    grid-template-columns: repeat(5, 377px);
  }

  .xl\:grid-cols-\[repeat\(5\2c _400px\)\] {
    grid-template-columns: repeat(5, 400px);
  }

  .xl\:grid-rows-\[100\%\] {
    grid-template-rows: 100%;
  }

  .xl\:grid-rows-\[auto\] {
    grid-template-rows: auto;
  }

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

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

  .xl\:rounded-b-\[2px\] {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-\[\#7f7f7f\] {
    --tw-border-opacity: 1;
    border-color: rgb(127 127 127 / var(--tw-border-opacity));
  }

  .xl\:bg-\[\#007DA5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 125 165 / var(--tw-bg-opacity));
  }

  .xl\:bg-\[\#028D4B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 141 75 / var(--tw-bg-opacity));
  }

  .xl\:bg-\[\#171717\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  }

  .xl\:bg-\[\#E6007E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 0 126 / var(--tw-bg-opacity));
  }

  .xl\:bg-\[\#FF6B00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 107 0 / var(--tw-bg-opacity));
  }

  .xl\:bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

  .xl\:\!p-0 {
    padding: 0!important;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

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

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-\[calc\(100vw_-_1140px_-_16px\)\] {
    padding-right: calc(100vw - 1140px - 16px);
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .xl\:\!text-\[1\.125rem\] {
    font-size: 1.125rem !important;
  }

  .xl\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .xl\:text-\[2rem\] {
    font-size: 2rem;
  }

  .xl\:text-\[86px\] {
    font-size: 86px;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

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

  .\32xl\:left-\[calc\(50\%_-_\(1500px_\/_2\)\)\] {
    left: calc(50% - (1500px / 2));
  }

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

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mr-\[calc\(100vw_-_1500px_-_16px\)\] {
    margin-right: calc(100vw - 1500px - 16px);
  }

  .\32xl\:mr-\[calc\(50\%_\+_\(1536px_\/_2\)\)\] {
    margin-right: calc(50% + (1536px / 2));
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

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

  .\32xl\:grid {
    display: grid;
  }

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

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

  .\32xl\:h-\[calc\(722px_-_14px\)\] {
    height: calc(722px - 14px);
  }

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

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

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

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

  .\32xl\:w-\[85\%\] {
    width: 85%;
  }

  .\32xl\:w-auto {
    width: auto;
  }

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

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

  .\32xl\:grid-cols-\[repeat\(5\2c _498px\)\] {
    grid-template-columns: repeat(5, 498px);
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

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

  .\32xl\:gap-\[100px\] {
    gap: 100px;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pr-\[calc\(100vw_-_1500px_-_16px\)\] {
    padding-right: calc(100vw - 1500px - 16px);
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

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

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

  .\32xl\:text-\[64px\] {
    font-size: 64px;
  }

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

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

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

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

  .\32xl\:\!mb-0 {
    margin-bottom: 0!important;
  }

  .\32xl\:\!p-0 {
    padding: 0!important;
  }
}

.\[\&\:not\(\:last-child\)\]\:mb-3:not(:last-child) {
  margin-bottom: 0.75rem;
}

.\[\&\:not\(\:last-child\)\]\:mb-\[48px\]:not(:last-child) {
  margin-bottom: 48px;
}

.text-\[\#0064E0\] {
  color: #0064E0;
}

.underline-offset-\[7px\] {
  text-underline-offset: 7px;
}