@import url("https://use.typekit.net/vfs1xrj.css");

/*
! tailwindcss v3.4.3 | 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: currentColor;
  /* 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: neue-haas-grotesk-display, 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] {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: neue-haas-grotesk-display, sans-serif;
}

*, ::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:  ;
}

.prose{
  color: inherit;
  font-size: 0.775rem;
  line-height: 0.96;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.775rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin-bottom: calc(0.5 * 0.775rem);
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.25rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: 0.775rem;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: 0.775rem;
}

.prose :where(strong, b):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
  margin-bottom: calc(0.5 * 0.775rem);
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding: 0;
  margin: 0;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #000000;
  transition: color 0.3s;
  font-family: inherit;
  text-decoration: underline;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #AAAAAA;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border: none;
  margin-top: 0.775rem;
}

.prose-xl{
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 0.98;
}

.prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: clamp(1.65rem, 4vw, 30px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: clamp(1rem, 3vw, 20px);
}

.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: clamp(1.5rem, 2.8vw, 28px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: clamp(1rem, 3vw, 20px);
}

.prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  max-width: 80%;
  font-size: clamp(1rem, 0.8vw, 24px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: calc(0.5 * 0.775rem);
}

.prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border: none;
  margin-top: clamp(1rem, 3vw, 20px);
}

.ga-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
}

@media (min-width: 672px){
  .ga-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}

@media (min-width: 1008px){
  .ga-grid{
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}

@media (min-width: 1344px){
  .ga-grid{
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}

.ga-grid-item-sm{
  height: calc(0.5 * (100vw / 2) * (5 / 3));
}

@media (min-width: 672px){
  .ga-grid-item-sm{
    height: calc(0.5 * (100vw / 4) * (5 / 3));
  }
}

@media (min-width: 1008px){
  .ga-grid-item-sm{
    height: calc(0.5 * (100vw / 6) * (5 / 3));
  }
}

@media (min-width: 1344px){
  .ga-grid-item-sm{
    height: calc(0.5 * (100vw / 8) * (5 / 3));
  }
}

.ga-grid-item{
  height: calc((100vw / 2) * (5 / 3));
}

@media (min-width: 672px){
  .ga-grid-item{
    height: calc((100vw / 4) * (5 / 3));
  }
}

@media (min-width: 1008px){
  .ga-grid-item{
    height: calc((100vw / 6) * (5 / 3));
  }
}

@media (min-width: 1344px){
  .ga-grid-item{
    height: calc((100vw / 8) * (5 / 3));
  }
}

.ga-grid-item-lg{
  height: calc(2 * (100vw / 2) * (5 / 3));
}

@media (min-width: 672px){
  .ga-grid-item-lg{
    height: calc(2 * (100vw / 4) * (5 / 3));
  }
}

@media (min-width: 1008px){
  .ga-grid-item-lg{
    height: calc(2 * (100vw / 6) * (5 / 3));
  }
}

@media (min-width: 1344px){
  .ga-grid-item-lg{
    height: calc(2 * (100vw / 8) * (5 / 3));
  }
}

.ga-block{
  z-index: 10;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  container-type: inline-size;
}

.ga-block-column{
  z-index: 10;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ga-block.ga-invert{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ga-block.ga-invert .ga-prose a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media screen and (min-width: 672px) {
  .ga-invert-pattern:nth-child(6n+2),
    .ga-invert-pattern:nth-child(6n+4),
    .ga-invert-pattern:nth-child(6n+6){
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media screen and (max-width: 672px) {
  .ga-invert-pattern:nth-child(4n+2),
    .ga-invert-pattern:nth-child(4n+3){
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.ga-prose{
  color: inherit;
  font-size: 0.775rem;
  line-height: 0.96;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ga-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.775rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin-bottom: calc(0.5 * 0.775rem);
}

.ga-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.25rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: 0.775rem;
}

.ga-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: 0.775rem;
}

.ga-prose :where(strong, b):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
}

.ga-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
  margin-bottom: calc(0.5 * 0.775rem);
}

.ga-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding: 0;
  margin: 0;
}

.ga-prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #000000;
  transition: color 0.3s;
  font-family: inherit;
  text-decoration: underline;
}

.ga-prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #AAAAAA;
}

.ga-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.ga-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border: none;
  margin-top: 0.775rem;
}

@container (min-width: 18rem){
  .ga-prose{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.775rem;
    line-height: 0.96;
  }

  .ga-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .ga-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.25rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .ga-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 90%;
    font-size: 0.775rem;
    line-height: 0.96;
    letter-spacing: -0.02em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .ga-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: 0.775rem;
  }
}

@container (min-width: 24rem){
  .ga-prose{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 0.98;
  }

  .ga-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.9rem;
  }

  .ga-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.5rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .ga-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 90%;
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .ga-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: 0.9rem;
  }
}

@container (min-width: 30rem){
  .ga-prose{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 0.98;
  }

  .ga-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: clamp(1.65rem, 4vw, 30px);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: clamp(1rem, 3vw, 20px);
  }

  .ga-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: clamp(1.5rem, 2.8vw, 28px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: clamp(1rem, 3vw, 20px);
  }

  .ga-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 80%;
    font-size: clamp(1rem, 0.8vw, 24px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .ga-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: clamp(1rem, 3vw, 20px);
  }
}

.furniture:nth-child(odd){
  grid-column-start: 1;
}

.furniture:nth-child(even){
  grid-column-start: 7;
  display: none;
}

@media (min-width: 1344px){
  .furniture:nth-child(even){
    display: block;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-4{
  top: 1rem;
}

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

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

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

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

.col-\[1\/auto\]{
  grid-column: 1/auto;
}

.col-\[1\/span_2\]{
  grid-column: 1/span 2;
}

.col-\[2\/span_1\]{
  grid-column: 2/span 1;
}

.col-\[2\/span_3\]{
  grid-column: 2/span 3;
}

.col-\[auto\/span_2\]{
  grid-column: auto/span 2;
}

.col-auto{
  grid-column: auto;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

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

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

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

.col-end-\[-1\]{
  grid-column-end: -1;
}

.row-\[1\/span_2\]{
  grid-row: 1/span 2;
}

.row-\[2\/span_1\]{
  grid-row: 2/span 1;
}

.row-\[auto\/span_2\]{
  grid-row: auto/span 2;
}

.row-\[auto\/span_4\]{
  grid-row: auto/span 4;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-auto{
  grid-row-start: auto;
}

.row-end-3{
  grid-row-end: 3;
}

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

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

.ml-\[-60\%\]{
  margin-left: -60%;
}

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-\[160\%\]{
  height: 160%;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-g-2{
  height: calc((100vw / 2) * (5 / 3));
}

.h-g-2-lg{
  height: calc(2 * (100vw / 2) * (5 / 3));
}

.h-g-2-sm{
  height: calc(0.5 * (100vw / 2) * (5 / 3));
}

.h-screen{
  height: 100vh;
}

.min-h-12{
  min-height: 3rem;
}

.min-h-14{
  min-height: 3.5rem;
}

.w-10{
  width: 2.5rem;
}

.w-10\/12{
  width: 83.333333%;
}

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.flex-grow{
  flex-grow: 1;
}

.-rotate-90{
  --tw-rotate: -90deg;
  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;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

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

.grid-cols-subgrid{
  grid-template-columns: subgrid;
}

.grid-rows-g-2{
  grid-template-rows: auto;
}

.grid-rows-subgrid{
  grid-template-rows: subgrid;
}

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

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

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

.font-sans{
  font-family: neue-haas-grotesk-display, sans-serif;
}

.text-2xl{
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.text-lg{
  font-size: 1.25rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.text-xl{
  font-size: 1.5rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.text-xs{
  font-size: 0.775rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 600;
}

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline-cyan{
  outline-color: #00F0FF;
}

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

.\@container{
  container-type: inline-size;
}

.ga-text-sm{
  font-size: 1.25rem;
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 600;
}

@media (min-width: 672px){
  .ga-text-sm{
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
}

@media (min-width: 1344px){
  .ga-text-sm{
    font-size: 0.775rem;
    line-height: 0.96;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
}

@media (min-width: 1680px){
  .ga-text-sm{
    font-size: 0.925vw;
  }
}

.ga-text-xs{
  font-size: 0.775rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 600;
}

@media (min-width: 672px){
  .ga-text-xs{
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
}

@media (min-width: 1344px){
  .ga-text-xs{
    font-size: 0.775rem;
    line-height: 0.96;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
}

@media (min-width: 1680px){
  .ga-text-xs{
    font-size: 0.925vw;
  }
}

.column-fill {
  -moz-column-fill: auto;
       column-fill: auto;
}

@container (min-width: 18rem){
  .\@md\:prose-md{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.775rem;
    line-height: 0.96;
  }

  .\@md\:prose-md :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .\@md\:prose-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.25rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .\@md\:prose-md :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 90%;
    font-size: 0.775rem;
    line-height: 0.96;
    letter-spacing: -0.02em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .\@md\:prose-md :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: 0.775rem;
  }
}

@container (min-width: 24rem){
  .\@lg\:prose-lg{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 0.98;
  }

  .\@lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.9rem;
  }

  .\@lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.5rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .\@lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 90%;
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .\@lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: 0.9rem;
  }
}

@container (min-width: 30rem){
  .\@xl\:prose-xl{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 0.98;
  }

  .\@xl\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: clamp(1.65rem, 4vw, 30px);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: clamp(1rem, 3vw, 20px);
  }

  .\@xl\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: clamp(1.5rem, 2.8vw, 28px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: clamp(1rem, 3vw, 20px);
  }

  .\@xl\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 80%;
    font-size: clamp(1rem, 0.8vw, 24px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .\@xl\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: clamp(1rem, 3vw, 20px);
  }
}

@media (min-width: 672px){
  .sm\:prose-lg{
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 0.98;
  }

  .sm\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.9rem;
  }

  .sm\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.5rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 0.775rem;
  }

  .sm\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    max-width: 90%;
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: calc(0.5 * 0.775rem);
  }

  .sm\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border: none;
    margin-top: 0.9rem;
  }
}

.placeholder\:text-xs::-moz-placeholder{
  font-size: 0.775rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.placeholder\:text-xs::placeholder{
  font-size: 0.775rem;
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 600;
}

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

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

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

@keyframes cycle{
  0%{
    background: #000000;
    color: #FFFFFF;
  }

  5%{
    background: #000000;
    color: #FFFFFF;
  }

  45%{
    background: #AAAAAA;
    color: #000000;
  }

  55%{
    background: #AAAAAA;
    color: #000000;
  }

  95%{
    background: #000000;
    color: #FFFFFF;
  }

  100%{
    background: #000000;
    color: #FFFFFF;
  }
}

.hover\:animate-cycle:hover{
  animation: cycle 2s ease-in-out infinite;
}

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

@keyframes cycle{
  0%{
    background: #000000;
    color: #FFFFFF;
  }

  5%{
    background: #000000;
    color: #FFFFFF;
  }

  45%{
    background: #AAAAAA;
    color: #000000;
  }

  55%{
    background: #AAAAAA;
    color: #000000;
  }

  95%{
    background: #000000;
    color: #FFFFFF;
  }

  100%{
    background: #000000;
    color: #FFFFFF;
  }
}

.focus\:animate-cycle:focus{
  animation: cycle 2s ease-in-out infinite;
}

.focus\:outline:focus{
  outline-style: solid;
}

.focus\:outline-2:focus{
  outline-width: 2px;
}

.prose-h1\:mb-0 :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0px;
}

.prose-img\:rounded-none :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0px;
}

@container (min-width: 18rem){
  .\@md\:text-sm{
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
}

@container (min-width: 24rem){
  .\@lg\:text-base{
    font-size: 1rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
}

@container (min-width: 30rem){
  .\@xl\:text-\[2vw\]{
    font-size: 2vw;
  }
}

@media (min-width: 672px){
  .sm\:sticky{
    position: sticky;
  }

  .sm\:col-\[2\/auto\]{
    grid-column: 2/auto;
  }

  .sm\:col-\[2\/span_2\]{
    grid-column: 2/span 2;
  }

  .sm\:col-\[2\/span_3\]{
    grid-column: 2/span 3;
  }

  .sm\:col-\[3\/span_2\]{
    grid-column: 3/span 2;
  }

  .sm\:col-\[auto\/span_2\]{
    grid-column: auto/span 2;
  }

  .sm\:col-auto{
    grid-column: auto;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .sm\:col-start-3{
    grid-column-start: 3;
  }

  .sm\:col-start-4{
    grid-column-start: 4;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-start-3{
    grid-row-start: 3;
  }

  .sm\:row-start-auto{
    grid-row-start: auto;
  }

  .sm\:block{
    display: block;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-g-4{
    height: calc((100vw / 4) * (5 / 3));
  }

  .sm\:h-g-4-lg{
    height: calc(2 * (100vw / 4) * (5 / 3));
  }

  .sm\:h-g-4-sm{
    height: calc(0.5 * (100vw / 4) * (5 / 3));
  }

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

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

  .sm\:grid-rows-g-4{
    grid-template-rows: auto;
  }

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

  .sm\:text-sm{
    font-size: 0.9rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    font-weight: 600;
  }

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

@media (min-width: 1008px){
  .md\:sticky{
    position: sticky;
  }

  .md\:col-\[3\/auto\]{
    grid-column: 3/auto;
  }

  .md\:col-\[3\/span_2\]{
    grid-column: 3/span 2;
  }

  .md\:col-\[3\/span_4\]{
    grid-column: 3/span 4;
  }

  .md\:col-\[4\/span_3\]{
    grid-column: 4/span 3;
  }

  .md\:col-\[5\/span_2\]{
    grid-column: 5/span 2;
  }

  .md\:col-\[auto\/span_2\]{
    grid-column: auto/span 2;
  }

  .md\:col-auto{
    grid-column: auto;
  }

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-g-6{
    height: calc((100vw / 6) * (5 / 3));
  }

  .md\:h-g-6-lg{
    height: calc(2 * (100vw / 6) * (5 / 3));
  }

  .md\:h-g-6-sm{
    height: calc(0.5 * (100vw / 6) * (5 / 3));
  }

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

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

  .md\:grid-rows-g-6{
    grid-template-rows: auto;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 0.98;
    letter-spacing: -0.01em;
    font-weight: 600;
  }
}

@media (min-width: 1344px){
  .lg\:col-start-5{
    grid-column-start: 5;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-g-8{
    height: calc((100vw / 8) * (5 / 3));
  }

  .lg\:h-g-8-lg{
    height: calc(2 * (100vw / 8) * (5 / 3));
  }

  .lg\:h-g-8-sm{
    height: calc(0.5 * (100vw / 8) * (5 / 3));
  }

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

  .lg\:grid-rows-g-8{
    grid-template-rows: auto;
  }

  .lg\:text-xs{
    font-size: 0.775rem;
    line-height: 0.96;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
}

@media (min-width: 1680px){
  .xl\:text-\[0\.925vw\]{
    font-size: 0.925vw;
  }
}