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

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: Helvetica, sans-serif; /* 4 */
}

/*
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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-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;
}

/*
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;
}
    nav a {
  display: inline-block;
  color: currentColor;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
	dl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
	b, i, strong, em, a, code, span {
		-webkit-box-decoration-break: clone;
		        box-decoration-break: clone;
	}

*, ::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-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-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%;
}
@media (min-width: 640px) {

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

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

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

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

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

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

  .container {
    max-width: 2600px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-auto {
  top: auto;
}
.bottom-1\/4 {
  bottom: 25%;
}
.left-\[2vmin\] {
  left: 2vmin;
}
.right-\[2vmin\] {
  right: 2vmin;
}
.z-10 {
  z-index: 10;
}
.order-3 {
  order: 3;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-4 {
  order: 4;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.h-\[6vmin\] {
  height: 6vmin;
}
.h-full {
  height: 100%;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[1px\] {
  height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[6vmin\] {
  width: 6vmin;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.max-w-\[48ch\] {
  max-width: 48ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.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;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-\[4vw\] {
  gap: 4vw;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[4vmin\] {
  gap: 4vmin;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.bg-current {
  background-color: currentColor;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-\[4vw\] {
  padding: 4vw;
}
.p-\[4vmin\] {
  padding: 4vmin;
}
.py-\[2vmin\] {
  padding-top: 2vmin;
  padding-bottom: 2vmin;
}
.px-\[4vmin\] {
  padding-left: 4vmin;
  padding-right: 4vmin;
}
.pb-\[50vh\] {
  padding-bottom: 50vh;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-serif {
  font-family: Times New Roman, serif;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 1.125rem;
}
.text-\[2vw\] {
  font-size: 2vw;
}
.text-sm {
  font-size: .875rem;
}
.text-xs {
  font-size: 11px;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.pointer-events-fill {
		pointer-events: fill;
	}
.richtext > *:first-child {
  margin-top: 0px;
}
.richtext > *:last-child {
  margin-bottom: 0px;
}
.richtext .small, .richtext small {
  font-size: .875rem;
}
.richtext * + h2 {
  margin-top: 3rem;
}
.richtext * + h3 {
  margin-top: 1.5rem;
}
.richtext * + blockquote,
	.richtext * + dl,
	.richtext * + ul,
	.richtext * + ol,
	.richtext * + p {
  margin-top: .5em;
}
.richtext dd + dt {
  margin-top: .5em;
}
.richtext a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.icon {
  display: inline-block;
}
.icon svg {
  display: inline-block;
  height: 1rem;
  width: auto;
  fill: currentColor;
  vertical-align: middle;
}
body.theme-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body.theme-dark {
  --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));
}
main.project {
  display: grid;
  min-height: 100vh;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
main.project figure { grid-area: F; }
main.project header { grid-area: H; }
main.project section.text { grid-area: T; }
main.project section.agenda { grid-area: A; }
main.project figure, main.project header, main.project section.text, main.project section.agenda {
  padding: 1rem;
}
main.project figure {
  overflow: hidden;
}
main.project figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
main.layout-basic {
	grid-template-areas: 
		". F ."
		"H T A"
	;
}
main.layout-basic figure {
  height: 50vh;
  padding-top: 4vw;
}
main.layout-basic header {
  padding-bottom: 4vw;
  padding-left: 4vw;
}
main.layout-basic section.text {
  display: grid;
  align-content: flex-start;
  gap: 2rem;
  padding-bottom: 4vw;
}
main.layout-basic section.agenda {
  padding-bottom: 4vw;
  padding-right: 4vw;
}
main.layout-entangled {
  grid-template-rows: auto 1fr;
	grid-template-areas: 
		"H F F"
		"A T T"
	;
}
main.layout-entangled figure {
  padding: 0px;
  padding-bottom: 1rem;
}
main.layout-entangled header {
  padding-top: 4vw;
  padding-left: 4vw;
}
main.layout-entangled section.text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding-right: 4vw;
  padding-bottom: 4vw;
}
main.layout-entangled section.agenda {
  padding-bottom: 4vw;
  padding-left: 4vw;
}
main.layout-nadita {
  grid-template-rows: auto 1fr;
	grid-template-areas: 
		"H . T"
		". . A"
	;
}
main.layout-nadita figure {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  height: auto;
  padding: 0px;
}
main.layout-nadita header {
  padding-top: 4vw;
  padding-left: 4vw;
}
main.layout-nadita section.text {
  display: grid;
  align-content: flex-start;
  gap: 2rem;
  padding-right: 4vw;
  padding-top: 4vw;
}
main.layout-nadita section.agenda {
  padding-bottom: 4vw;
  padding-right: 4vw;
}
main.layout-nadita figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.layout-cosas {
	grid-template-areas: 
		". F A"
		"H F T"
	;
}
main.layout-cosas figure {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
main.layout-cosas header {
  padding-top: 4vw;
  padding-left: 4vw;
}
main.layout-cosas section.text {
  display: grid;
  align-content: flex-start;
  gap: 2rem;
  padding-right: 4vw;
  padding-bottom: 4vw;
}
main.layout-cosas section.agenda {
  padding-top: 4vw;
  padding-right: 4vw;
}
main.layout-cosas figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.layout-wowa,
main.layout-idioter {
  grid-template-rows: auto auto 1fr;
	grid-template-areas: 
		"F F H"
		"F F T"
		"F F A"
	;
}
main.layout-wowa figure, main.layout-idioter figure {
  display: grid;
  max-height: 100vh;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 4vw;
}
main.layout-wowa figure img, main.layout-idioter figure img {
  height: auto;
  width: 100%;
}
main.layout-wowa header, main.layout-idioter header {
  padding-top: 4vw;
  padding-right: 4vw;
}
main.layout-wowa section.text, main.layout-idioter section.text {
  display: grid;
  align-content: flex-start;
  gap: 2rem;
  padding-right: 4vw;
}
main.layout-wowa section.agenda, main.layout-idioter section.agenda {
  padding-bottom: 4vw;
  padding-right: 4vw;
}
main.layout-wowa figure {
  display: block;
  padding: 0px;
}
main.layout-wowa figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hover\:text-\[red\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

  .md\:grid-rows-\[50vh_auto\] {
    grid-template-rows: 50vh auto;
  }

  .md\:grid-rows-\[max\(min-content\2c 50vh\)_auto\] {
    grid-template-rows: max(min-content,50vh) auto;
  }

  .md\:grid-rows-\[minmax\(50vh\2c min-content\)\] {
    grid-template-rows: minmax(50vh,min-content);
  }

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

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

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

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

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

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

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

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

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

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

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

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .lg\:gap-\[4vmin\] {
    gap: 4vmin;
  }

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

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

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

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

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

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

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

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

  .lg\:text-2xl {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

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

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

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

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

  .xl\:max-w-\[48ch\] {
    max-width: 48ch;
  }

  .xl\:max-w-\[64ch\] {
    max-width: 64ch;
  }

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

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

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

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

  .xl\:text-sm {
    font-size: .875rem;
  }

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

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