/*
! tailwindcss v3.3.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.
*/

html {
  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: "Silka", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "Silka Mono", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-4 {
  top: 1rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-12 {
  height: 3rem;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[66\%\] {
  max-width: 66%;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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;
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.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-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.self-start {
  align-self: flex-start;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 235 / var(--tw-bg-opacity));
}
.bg-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(0 239 210 / var(--tw-bg-opacity));
}
.bg-grape {
  --tw-bg-opacity: 1;
  background-color: rgb(65 0 186 / var(--tw-bg-opacity));
}
.bg-plum {
  --tw-bg-opacity: 1;
  background-color: rgb(16 0 84 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-cream {
  --tw-gradient-from: #f7f5eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 245 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-cream {
  --tw-gradient-to: rgb(247 245 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7f5eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-50\% {
  --tw-gradient-via-position: 50%;
}
.to-grape {
  --tw-gradient-to: #4100BA var(--tw-gradient-to-position);
}
.to-50\% {
  --tw-gradient-to-position: 50%;
}
.p-0 {
  padding: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: "Silka Mono", monospace;
}
.font-sans {
  font-family: "Silka", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-cream {
  --tw-text-opacity: 1;
  color: rgb(247 245 235 / var(--tw-text-opacity));
}
.text-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 239 210 / var(--tw-text-opacity));
}
.text-grape {
  --tw-text-opacity: 1;
  color: rgb(65 0 186 / var(--tw-text-opacity));
}
.text-plum {
  --tw-text-opacity: 1;
  color: rgb(16 0 84 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.outline {
  outline-style: solid;
}
.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);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
/* 100 SilkaMono-Thin.otf, SilkaMono-ThinItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 100;
  src: url('/fonts/otf/SilkaMono-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 100;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-ThinItalic.otf') format('opentype');
}
/* 200 SilkaMono-ExtraLight.otf, SilkaMono-ExtraLightItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 200;
  src: url('/fonts/otf/SilkaMono-ExtraLight.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 200;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-ExtraLightItalic.otf') format('opentype');
}
/* 300 SilkaMono-Light.otf, SilkaMono-LightItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 300;
  src: url('/fonts/otf/SilkaMono-Light.otf') format('opentype');
}
/* duplicate for svg font name handling */
@font-face {
  font-family: 'SilkaMono-LightItalic';
  src: url('/fonts/SilkaMono-LightItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 300;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-LightItalic.otf') format('opentype');
}
/* 400 SilkaMono-Regular.otf, SilkaMono-RegularItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 400;
  src: url('/fonts/otf/SilkaMono-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 400;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-RegularItalic.otf') format('opentype');
}
/* 500 SilkaMono-Medium.otf, SilkaMono-MediumItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 500;
  src: url('/fonts/otf/SilkaMono-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 500;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-MediumItalic.otf') format('opentype');
}
/* 600 SilkaMono-SemiBold.otf, SilkaMono-SemiBoldItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 600;
  src: url('/fonts/otf/SilkaMono-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 600;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-SemiBoldItalic.otf') format('opentype');
}
/* 700 SilkaMono-Bold.otf, SilkaMono-BoldItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 700;
  src: url('/fonts/otf/SilkaMono-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 700;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-BoldItalic.otf') format('opentype');
}
/* 800 SilkaMono-Black.otf, SilkaMono-BlackItalic.otf */
@font-face {
  font-family: 'Silka Mono';
  font-weight: 800;
  src: url('/fonts/otf/SilkaMono-Black.otf') format('opentype');
}
@font-face {
  font-family: 'Silka Mono';
  font-weight: 800;
  font-style: italic;
  src: url('/fonts/otf/SilkaMono-BlackItalic.otf') format('opentype');
}
/* ----------- FONTS --------------- */
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-Regular.woff2') format('woff2'),
    url('/fonts/SilkaMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* duplicate for svg font name handling */
@font-face {
  font-family: 'SilkaMono-Regular';
  src: url('/fonts/SilkaMono-Regular.woff2') format('woff2'),
    url('/fonts/SilkaMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* duplicate for svg font name handling */
@font-face {
  font-family: 'SilkaMono-LightItalic';
  src: url('/fonts/SilkaMono-LightItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* duplicate for svg font name handling */
@font-face {
  font-family: 'SilkaMono-Bold';
  src: url('/fonts/SilkaMono-Bold.woff2') format('woff2'),
    url('/fonts/SilkaMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-Thin.woff2') format('woff2'),
    url('/fonts/SilkaMono-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-ExtraLight.woff2') format('woff2'),
    url('/fonts/SilkaMono-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-LightItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-ExtraLightItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-Medium.woff2') format('woff2'),
    url('/fonts/SilkaMono-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-BoldItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-MediumItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-RegularItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-SemiBold.woff2') format('woff2'),
    url('/fonts/SilkaMono-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-BlackItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-Bold.woff2') format('woff2'),
    url('/fonts/SilkaMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-SemiBoldItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-Light.woff2') format('woff2'),
    url('/fonts/SilkaMono-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-Black.woff2') format('woff2'),
    url('/fonts/SilkaMono-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Mono';
  src: url('/fonts/SilkaMono-ThinItalic.woff2') format('woff2'),
    url('/fonts/SilkaMono-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('/fonts/Silka-Regular.woff2') format('woff2'),
    url('/fonts/Silka-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('/fonts/Silka-RegularItalic.woff2') format('woff2'),
    url('/fonts/Silka-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('/fonts/Silka-Bold.woff2') format('woff2'),
    url('/fonts/Silka-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.prose h1 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.prose h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.prose h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.prose a {
  --tw-text-opacity: 1;
  color: rgb(65 0 186 / var(--tw-text-opacity));
}
.prose a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 239 210 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.prose blockquote {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(65 0 186 / var(--tw-border-opacity));
  padding-left: 1rem;
}
.prose code {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 235 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 0 84 / var(--tw-text-opacity));
}
.prose pre {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(65 0 186 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 235 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.prose pre code {
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
}
.prose table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
}
.prose thead {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(65 0 186 / var(--tw-border-opacity));
}
.prose thead th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.prose thead th:first-child,
  .prose tbody td:first-child {
  padding-left: 0px;
}
.prose thead th:last-child,
  .prose tbody td:last-child {
  padding-right: 0px;
}
.prose tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 0 84 / var(--tw-border-opacity));
}
.prose tbody tr:last-child {
  border-style: none;
}
.prose tbody td {
  padding: 0.5rem;
}
.prose hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 0 84 / var(--tw-text-opacity));
}
.prose ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.prose ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  padding-left: 1.5rem;
}
.prose ul>li::marker,
  .prose ol>li::marker {
  --tw-text-opacity: 1;
  color: rgb(65 0 186 / var(--tw-text-opacity));
}
a {
  text-decoration-line: underline;
}
p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
[x-ref="details"] {
  transition-property: all !important;
  transition-duration: 1000ms;
}
[x-cloak] {
  display: none !important;
}
@media max-width(1280px) {
  [x-cloak-small] {
    display: none !important;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
}
.centered-column {
  width: 50%;
  /* background-color: #f5f5f5; */
  padding: 1rem;
}
/* for animations recording only */
.anim-fullpage {
  width: 100%;
  height: 100%;
}
/* ------ */
.content {
  width: 100%;
  background-color: #e0e0e0;
  /* padding: 1rem; */
  margin-bottom: 1rem;
  height: auto;
}
canvas.content {
  background-color: rgba(0, 0, 0, 0);
  /* background-color: #F7F5EB; */
  -webkit-user-drag: none;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10+ */
  -moz-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
}
.content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .centered-column {
    width: 100%;
    padding: 0px;
  }

  .container {
    padding: 0px;
  }
}
#tweakpane-container {
  position: fixed;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
#PangeaCanvas {
  cursor: grab;
}
/* .bg-grape-top {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1 2"><rect y="1" fill="#4100BA" width="1" height="1" /></svg>');
}

.bg-grape-bottom {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1 2" height="1px" width="1px"><rect y="0" fill="#4100BA" width="1" height="1" /></svg>');
}
*/
.menu li:hover svg {
    display: block;
    animation: dash 100s linear infinite;
  }
@keyframes dash {
  to {
    stroke-dashoffset: 500;
  }
}
a:hover {
  text-decoration-style: dashed;
}
.hover\:bg-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 235 / var(--tw-bg-opacity));
}
.hover\:decoration-cream:hover {
  text-decoration-color: #f7f5eb;
}
.hover\:decoration-cyan:hover {
  text-decoration-color: #00efd2;
}
@media (min-width: 768px) {

  .tablet\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .tablet\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .tablet\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .tablet\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

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

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

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

  .tablet\:col-start-8 {
    grid-column-start: 8;
  }

  .tablet\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:-ml-8 {
    margin-left: -2rem;
  }

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

  .tablet\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .tablet\:-mt-16 {
    margin-top: -4rem;
  }

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

  .tablet\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .tablet\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

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

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:max-h-48 {
    max-height: 12rem;
  }

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

  .tablet\:w-7 {
    width: 1.75rem;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

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

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

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

  .tablet\:gap-5 {
    gap: 1.25rem;
  }

  .tablet\:p-0 {
    padding: 0px;
  }

  .tablet\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

  .tablet\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .tablet\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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

  .tablet\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .tablet\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .tablet\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tablet\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .tablet\:leading-6 {
    line-height: 1.5rem;
  }

  .tablet\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:relative {
    position: relative;
  }

  .desktop\:bottom-48 {
    bottom: 12rem;
  }

  .desktop\:right-48 {
    right: 12rem;
  }

  .desktop\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .desktop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .desktop\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .desktop\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .desktop\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .desktop\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

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

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

  .desktop\:col-start-8 {
    grid-column-start: 8;
  }

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

  .desktop\:row-span-3 {
    grid-row: span 3 / span 3;
  }

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

  .desktop\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .desktop\:-mt-14 {
    margin-top: -3.5rem;
  }

  .desktop\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .desktop\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .desktop\:block {
    display: block;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:\!h-full {
    height: 100% !important;
  }

  .desktop\:max-h-64 {
    max-height: 16rem;
  }

  .desktop\:max-w-5xl {
    max-width: 64rem;
  }

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

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

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

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

  .desktop\:self-start {
    align-self: flex-start;
  }

  .desktop\:self-end {
    align-self: flex-end;
  }

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

  .desktop\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

  .desktop\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .desktop\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

  .desktop\:leading-6 {
    line-height: 1.5rem;
  }

  .desktop\:opacity-100 {
    opacity: 1;
  }

  .desktop\:transition-none {
    transition-property: none;
  }

  .desktop\:duration-0 {
    transition-duration: 0s;
  }
}
