*, ::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.17 | 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: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.bottom-\[5rem\] {
  bottom: 5rem;
}

.bottom-\[6\.2rem\] {
  bottom: 6.2rem;
}

.left-0 {
  left: 0px;
}

.left-\[4rem\] {
  left: 4rem;
}

.right-\[3rem\] {
  right: 3rem;
}

.right-\[4rem\] {
  right: 4rem;
}

.top-0 {
  top: 0px;
}

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

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

.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}

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

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

.my-\[10rem\] {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-\[15rem\] {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

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

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

.mb-\[14\.7rem\] {
  margin-bottom: 14.7rem;
}

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

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

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

.mb-\[3\.743rem\] {
  margin-bottom: 3.743rem;
}

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

.mb-\[4\.011rem\] {
  margin-bottom: 4.011rem;
}

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

.mb-\[5\.004rem\] {
  margin-bottom: 5.004rem;
}

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

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

.mb-\[6\.5rem\] {
  margin-bottom: 6.5rem;
}

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

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

.mb-\[9\.6rem\] {
  margin-bottom: 9.6rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

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

.mt-\[13\.6rem\] {
  margin-top: 13.6rem;
}

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

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

.mt-\[2\.2rem\] {
  margin-top: 2.2rem;
}

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

.mt-\[3\.4rem\] {
  margin-top: 3.4rem;
}

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

.mt-\[4\.9rem\] {
  margin-top: 4.9rem;
}

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

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

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

.mt-\[6\.3rem\] {
  margin-top: 6.3rem;
}

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-\[10rem\] {
  width: 10rem;
  height: 10rem;
}

.size-\[12\.8rem\] {
  width: 12.8rem;
  height: 12.8rem;
}

.size-\[3rem\] {
  width: 3rem;
  height: 3rem;
}

.size-\[5rem\] {
  width: 5rem;
  height: 5rem;
}

.size-\[6rem\] {
  width: 6rem;
  height: 6rem;
}

.size-\[8rem\] {
  width: 8rem;
  height: 8rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-\[\.2rem\] {
  height: .2rem;
}

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

.h-\[12rem\] {
  height: 12rem;
}

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

.h-\[64rem\] {
  height: 64rem;
}

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

.h-\[calc\(100dvh-6rem-var\(--header-height\)\)\] {
  height: calc(100dvh - 6rem - var(--header-height));
}

.h-\[calc\(100vh-6rem-var\(--header-height\)\)\] {
  height: calc(100vh - 6rem - var(--header-height));
}

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

.h-\[var\(--header-height\)\] {
  height: var(--header-height);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0px;
}

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

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

.w-\[2\.4rem\] {
  width: 2.4rem;
}

.w-\[2rem\] {
  width: 2rem;
}

.w-\[4rem\] {
  width: 4rem;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-\[10\.6rem\] {
  max-width: 10.6rem;
}

.max-w-\[11\.7rem\] {
  max-width: 11.7rem;
}

.max-w-\[17\.3rem\] {
  max-width: 17.3rem;
}

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

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

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

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

.max-w-\[58\.6rem\] {
  max-width: 58.6rem;
}

.max-w-\[64\.1rem\] {
  max-width: 64.1rem;
}

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

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

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

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

.flex-\[1\.2\] {
  flex: 1.2;
}

.flex-\[1\] {
  flex: 1;
}

.flex-\[3\.4\] {
  flex: 3.4;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

.gap-\[\.5rem\] {
  gap: .5rem;
}

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

.gap-\[0\.35rem\] {
  gap: 0.35rem;
}

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

.gap-\[1\.999rem\] {
  gap: 1.999rem;
}

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

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

.gap-\[16\.8rem\] {
  gap: 16.8rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-\[2\.3rem\] {
  gap: 2.3rem;
}

.gap-\[2rem\] {
  gap: 2rem;
}

.gap-\[3rem\] {
  gap: 3rem;
}

.gap-\[4rem\] {
  gap: 4rem;
}

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

.gap-\[5\.6rem\] {
  gap: 5.6rem;
}

.gap-\[5rem\] {
  gap: 5rem;
}

.gap-\[7rem\] {
  gap: 7rem;
}

.gap-x-\[2rem\] {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-\[11rem\] {
  row-gap: 11rem;
}

.gap-y-\[2\.1rem\] {
  row-gap: 2.1rem;
}

.gap-y-\[2\.4rem\] {
  row-gap: 2.4rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

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

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

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

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

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

.border-\[var\(--main-blue\)\] {
  border-color: var(--main-blue);
}

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

.bg-\[\#00000070\] {
  background-color: #00000070;
}

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

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

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

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

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

.bg-\[\#ffffff20\] {
  background-color: #ffffff20;
}

.bg-\[var\(--main-blue\)\] {
  background-color: var(--main-blue);
}

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

.bg-transparent {
  background-color: transparent;
}

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

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-\[4rem\] {
  padding: 4rem;
}

.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.px-\[3\.034rem\] {
  padding-left: 3.034rem;
  padding-right: 3.034rem;
}

.px-\[3\.1rem\] {
  padding-left: 3.1rem;
  padding-right: 3.1rem;
}

.px-\[3\.25rem\] {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-\[3\.7rem\] {
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}

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

.px-\[5\.05rem\] {
  padding-left: 5.05rem;
  padding-right: 5.05rem;
}

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

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

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

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

.px-\[9\.7rem\] {
  padding-left: 9.7rem;
  padding-right: 9.7rem;
}

.px-\[9\.95rem\] {
  padding-left: 9.95rem;
  padding-right: 9.95rem;
}

.py-\[\.8rem\] {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.py-\[0\.25rem\] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-\[1\.55rem\] {
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
}

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

.py-\[1\.75rem\] {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[1\.7rem\] {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

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

.py-\[15rem\] {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-\[2\.8rem\] {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.py-\[4rem\] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-\[6\.6rem\] {
  padding-top: 6.6rem;
  padding-bottom: 6.6rem;
}

.py-\[6\.9rem\] {
  padding-top: 6.9rem;
  padding-bottom: 6.9rem;
}

.pb-\[10rem\] {
  padding-bottom: 10rem;
}

.pb-\[12rem\] {
  padding-bottom: 12rem;
}

.pb-\[15rem\] {
  padding-bottom: 15rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

.pb-\[20rem\] {
  padding-bottom: 20rem;
}

.pb-\[3\.3rem\] {
  padding-bottom: 3.3rem;
}

.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}

.pb-\[3\.694rem\] {
  padding-bottom: 3.694rem;
}

.pb-\[3\.801rem\] {
  padding-bottom: 3.801rem;
}

.pb-\[3\.9rem\] {
  padding-bottom: 3.9rem;
}

.pb-\[32rem\] {
  padding-bottom: 32rem;
}

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pb-\[4\.1rem\] {
  padding-bottom: 4.1rem;
}

.pb-\[4rem\] {
  padding-bottom: 4rem;
}

.pb-\[5\.2rem\] {
  padding-bottom: 5.2rem;
}

.pb-\[6\.1rem\] {
  padding-bottom: 6.1rem;
}

.pb-\[6rem\] {
  padding-bottom: 6rem;
}

.pb-\[7\.8rem\] {
  padding-bottom: 7.8rem;
}

.pb-\[9rem\] {
  padding-bottom: 9rem;
}

.pl-\[10rem\] {
  padding-left: 10rem;
}

.pl-\[3rem\] {
  padding-left: 3rem;
}

.pl-\[6rem\] {
  padding-left: 6rem;
}

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

.pr-\[13\.5rem\] {
  padding-right: 13.5rem;
}

.pr-\[6rem\] {
  padding-right: 6rem;
}

.pt-\[1\.3rem\] {
  padding-top: 1.3rem;
}

.pt-\[1\.6rem\] {
  padding-top: 1.6rem;
}

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

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

.pt-\[21\.1rem\] {
  padding-top: 21.1rem;
}

.pt-\[27\.5rem\] {
  padding-top: 27.5rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[34\.3rem\] {
  padding-top: 34.3rem;
}

.pt-\[3rem\] {
  padding-top: 3rem;
}

.pt-\[4\.7rem\] {
  padding-top: 4.7rem;
}

.pt-\[5rem\] {
  padding-top: 5rem;
}

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

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

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

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

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

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

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

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

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

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

.text-\[26\.238rem\] {
  font-size: 26.238rem;
}

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

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

.text-\[3\.2rem\] {
  font-size: 3.2rem;
}

.text-\[3\.4rem\] {
  font-size: 3.4rem;
}

.text-\[3\.6rem\] {
  font-size: 3.6rem;
}

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

.text-\[4\.8rem\] {
  font-size: 4.8rem;
}

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

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

.text-\[6\.4rem\]\/\[1\] {
  font-size: 6.4rem;
  line-height: 1;
}

.text-\[6\.8rem\] {
  font-size: 6.8rem;
}

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

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

.font-extrabold {
  font-weight: 800;
}

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

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

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

.leading-\[112\.99\%\] {
  line-height: 112.99%;
}

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

.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}

.leading-\[3\.4rem\] {
  line-height: 3.4rem;
}

.leading-\[3\.9rem\] {
  line-height: 3.9rem;
}

.leading-\[4\.2rem\] {
  line-height: 4.2rem;
}

.leading-\[6\.8rem\] {
  line-height: 6.8rem;
}

.leading-none {
  line-height: 1;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

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

.tracking-\[-3\%\] {
  letter-spacing: -3%;
}

.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}

.tracking-\[3\%\] {
  letter-spacing: 3%;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

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

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

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

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

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

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

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

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

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

.text-\[var\(--main-blue\)\] {
  color: var(--main-blue);
}

.text-\[var\(--main-grey\)\] {
  color: var(--main-grey);
}

.text-\[var\(--menu-grey\)\] {
  color: var(--menu-grey);
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[\.5\] {
  opacity: .5;
}

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

.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-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  -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;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[7\.5rem\]::before {
  content: var(--tw-content);
  top: 7.5rem;
}

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:z-\[3\]::before {
  content: var(--tw-content);
  z-index: 3;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:size-full::before {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}

.before\:h-\[\.1rem\]::before {
  content: var(--tw-content);
  height: .1rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

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

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

.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}

.before\:bg-\[\#ffffff20\]::before {
  content: var(--tw-content);
  background-color: #ffffff20;
}

.before\:bg-\[var\(--main-grey\)\]::before {
  content: var(--tw-content);
  background-color: var(--main-grey);
}

.hover\:bg-\[var\(--hover-main-blue\)\]:hover {
  background-color: var(--hover-main-blue);
}

.hover\:bg-\[var\(--main-blue\)\]:hover {
  background-color: var(--main-blue);
}

.hover\:text-\[var\(--main-blue\)\]:hover {
  color: var(--main-blue);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .mob\:relative {
    position: relative;
  }

  .mob\:left-\[4rem\] {
    left: 4rem;
  }

  .mob\:right-0 {
    right: 0px;
  }

  .mob\:top-\[7\.9rem\] {
    top: 7.9rem;
  }

  .mob\:my-\[0rem\] {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

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

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

  .mob\:mb-\[2\.084rem\] {
    margin-bottom: 2.084rem;
  }

  .mob\:mb-\[2\.135rem\] {
    margin-bottom: 2.135rem;
  }

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

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

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

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

  .mob\:mb-\[8\.035rem\] {
    margin-bottom: 8.035rem;
  }

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

  .mob\:mb-\[9\.737rem\] {
    margin-bottom: 9.737rem;
  }

  .mob\:mb-auto {
    margin-bottom: auto;
  }

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

  .mob\:ml-\[var\(--gutter-value\)\] {
    margin-left: var(--gutter-value);
  }

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

  .mob\:mt-\[1\.067rem\] {
    margin-top: 1.067rem;
  }

  .mob\:mt-\[10rem\] {
    margin-top: 10rem;
  }

  .mob\:mt-\[2rem\] {
    margin-top: 2rem;
  }

  .mob\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .mob\:hidden {
    display: none;
  }

  .mob\:size-\[3\.865rem\] {
    width: 3.865rem;
    height: 3.865rem;
  }

  .mob\:h-\[68\.3rem\] {
    height: 68.3rem;
  }

  .mob\:h-\[75rem\] {
    height: 75rem;
  }

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

  .mob\:w-\[1\.95rem\] {
    width: 1.95rem;
  }

  .mob\:w-\[2\.25rem\] {
    width: 2.25rem;
  }

  .mob\:w-\[2\.9rem\] {
    width: 2.9rem;
  }

  .mob\:w-\[3\.6rem\] {
    width: 3.6rem;
  }

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

  .mob\:max-w-\[1\.915rem\] {
    max-width: 1.915rem;
  }

  .mob\:max-w-\[2\.25rem\] {
    max-width: 2.25rem;
  }

  .mob\:max-w-\[2\.289rem\] {
    max-width: 2.289rem;
  }

  .mob\:max-w-\[34\.638rem\] {
    max-width: 34.638rem;
  }

  .mob\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .mob\:max-w-\[98\%\] {
    max-width: 98%;
  }

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

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

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

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

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

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

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

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

  .mob\:gap-\[\.65rem\] {
    gap: .65rem;
  }

  .mob\:gap-\[\.763rem\] {
    gap: .763rem;
  }

  .mob\:gap-\[\.7rem\] {
    gap: .7rem;
  }

  .mob\:gap-\[0\] {
    gap: 0;
  }

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

  .mob\:gap-\[10\.1rem\] {
    gap: 10.1rem;
  }

  .mob\:gap-\[1rem\] {
    gap: 1rem;
  }

  .mob\:gap-\[2rem\] {
    gap: 2rem;
  }

  .mob\:gap-\[3\.1rem\] {
    gap: 3.1rem;
  }

  .mob\:gap-\[3rem\] {
    gap: 3rem;
  }

  .mob\:gap-\[5rem\] {
    gap: 5rem;
  }

  .mob\:gap-\[6rem\] {
    gap: 6rem;
  }

  .mob\:gap-y-\[12rem\] {
    row-gap: 12rem;
  }

  .mob\:gap-y-\[2rem\] {
    row-gap: 2rem;
  }

  .mob\:gap-y-\[5rem\] {
    row-gap: 5rem;
  }

  .mob\:gap-y-\[6\.035rem\] {
    row-gap: 6.035rem;
  }

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

  .mob\:bg-\[\#f0f0f0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  }

  .mob\:bg-\[var\(--main-blue\)\] {
    background-color: var(--main-blue);
  }

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

  .mob\:p-\[5rem\] {
    padding: 5rem;
  }

  .mob\:px-\[2\.8rem\] {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .mob\:px-\[3\.142rem\] {
    padding-left: 3.142rem;
    padding-right: 3.142rem;
  }

  .mob\:px-\[3\.221rem\] {
    padding-left: 3.221rem;
    padding-right: 3.221rem;
  }

  .mob\:px-\[3\.815rem\] {
    padding-left: 3.815rem;
    padding-right: 3.815rem;
  }

  .mob\:px-\[4\.8rem\] {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

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

  .mob\:px-\[5\.875rem\] {
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .mob\:px-\[7\.275rem\] {
    padding-left: 7.275rem;
    padding-right: 7.275rem;
  }

  .mob\:px-\[var\(--gutter-value\)\] {
    padding-left: var(--gutter-value);
    padding-right: var(--gutter-value);
  }

  .mob\:py-\[1\.25rem\] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mob\:py-\[1\.75rem\] {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .mob\:py-\[2\.55rem\] {
    padding-top: 2.55rem;
    padding-bottom: 2.55rem;
  }

  .mob\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mob\:pb-\[1\.6rem\] {
    padding-bottom: 1.6rem;
  }

  .mob\:pb-\[15\.2rem\] {
    padding-bottom: 15.2rem;
  }

  .mob\:pb-\[2\.9rem\] {
    padding-bottom: 2.9rem;
  }

  .mob\:pb-\[20rem\] {
    padding-bottom: 20rem;
  }

  .mob\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }

  .mob\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }

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

  .mob\:pt-\[1\.7rem\] {
    padding-top: 1.7rem;
  }

  .mob\:pt-\[10rem\] {
    padding-top: 10rem;
  }

  .mob\:pt-\[13\.6rem\] {
    padding-top: 13.6rem;
  }

  .mob\:pt-\[2\.8rem\] {
    padding-top: 2.8rem;
  }

  .mob\:pt-\[24\.9rem\] {
    padding-top: 24.9rem;
  }

  .mob\:pt-\[4\.035rem\] {
    padding-top: 4.035rem;
  }

  .mob\:pt-\[6rem\] {
    padding-top: 6rem;
  }

  .mob\:pt-\[7\.9rem\] {
    padding-top: 7.9rem;
  }

  .mob\:pt-\[8rem\] {
    padding-top: 8rem;
  }

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

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

  .mob\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

  .mob\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .mob\:text-\[25\.769rem\] {
    font-size: 25.769rem;
  }

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

  .mob\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .mob\:text-\[3\.6rem\] {
    font-size: 3.6rem;
  }

  .mob\:text-\[4\.8rem\] {
    font-size: 4.8rem;
  }

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

  .mob\:text-\[9\.6rem\] {
    font-size: 9.6rem;
  }

  .mob\:font-semibold {
    font-weight: 600;
  }

  .mob\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .mob\:leading-\[1\.875rem\] {
    line-height: 1.875rem;
  }

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

  .mob\:leading-\[3\.092rem\] {
    line-height: 3.092rem;
  }

  .mob\:leading-\[3\.4rem\] {
    line-height: 3.4rem;
  }

  .mob\:leading-\[4\.2rem\] {
    line-height: 4.2rem;
  }

  .mob\:leading-none {
    line-height: 1;
  }

  .mob\:tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
  }

  .mob\:tracking-\[-0\.03em\] {
    letter-spacing: -0.03em;
  }

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

  .mob\:tracking-\[-3\%\] {
    letter-spacing: -3%;
  }

  .mob\:tracking-normal {
    letter-spacing: 0em;
  }

  .mob\:tracking-tighter {
    letter-spacing: -0.05em;
  }

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

  .mob\:text-\[var\(--main-blue\)\] {
    color: var(--main-blue);
  }
}

@media (min-width: 768px) {
  .pc\:left-\[48\%\] {
    left: 48%;
  }

  .pc\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

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

  .pc\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .pc\:max-w-\[37\.5rem\] {
    max-width: 37.5rem;
  }

  .pc\:max-w-\[51\.8rem\] {
    max-width: 51.8rem;
  }

  .pc\:max-w-\[52rem\] {
    max-width: 52rem;
  }

  .pc\:max-w-\[69\.1rem\] {
    max-width: 69.1rem;
  }

  .pc\:max-w-\[71\.1rem\] {
    max-width: 71.1rem;
  }

  .pc\:max-w-\[75rem\] {
    max-width: 75rem;
  }

  .pc\:max-w-\[78\.5rem\] {
    max-width: 78.5rem;
  }

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

  .pc\:flex-\[3\] {
    flex: 3;
  }

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

  .pc\:gap-\[15\.5rem\] {
    gap: 15.5rem;
  }

  .pc\:gap-\[15\.7rem\] {
    gap: 15.7rem;
  }

  .pc\:gap-\[2rem\] {
    gap: 2rem;
  }

  .pc\:gap-\[6rem\] {
    gap: 6rem;
  }

  .pc\:gap-x-\[10rem\] {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .pc\:gap-x-\[2rem\] {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .pc\:px-\[var\(--gutter-value\)\] {
    padding-left: var(--gutter-value);
    padding-right: var(--gutter-value);
  }

  .pc\:py-\[3rem\] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pc\:pt-\[4\.6rem\] {
    padding-top: 4.6rem;
  }

  .pc\:leading-\[1\.2\] {
    line-height: 1.2;
  }
}