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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

@font-face {
  font-family: 'EO';

  src: url('/fonts/PPEditorialOld-Ultralight.woff2') format('woff2'),
         url('/fonts/PPEditorialOld-Ultralight.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'EOI';

  src: url('/fonts/PPEditorialOld-UltralightItalic.otf') format('otf');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Xanh';

  src: url('/fonts/xanhmono-regular-webfont.woff2') format('woff2'),
         url('/fonts/xanhmono-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  color:var(--accent);
  background-color: var(--light);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

@media (min-width: 1536px) {
  section {
    width: 100%;
  }

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

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

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

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

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

  section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

[id] {
  scroll-margin-top: 80px;
  /* adjust to match your header height */
}

h1, h2, h3, h4, h5, h6 {
  font-family: EO, serif;
  font-weight: 400;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p:last-child {
  margin-bottom: 0px;
}

p a {
  text-decoration-line: underline;
}

/* Base list styling */

ul,
    ol {
  padding-left: 1.25rem;
}

/* Only add bottom margin when followed by a paragraph or link */

ul:has(+ p),
    ul:has(+ a),
    ol:has(+ p),
    ol:has(+ a) {
  margin-bottom: 1.7rem;
}

/* No margin when last element */

ul:last-child,
    ol:last-child {
  margin-bottom: 0px;
}

/* List markers */

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/* List items */

ul li,
    ol li {
  margin-bottom: 0.75rem;
}

/* Remove margin from final list item */

ul li:last-child,
    ol li:last-child {
  margin-bottom: 0px;
}

blockquote {
  font-family: 'EO', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  /* margin-top: 1.6em; */
  /* margin-bottom: 1.6em; */
  padding-inline-start: 1em;
}

/* Form styles */

input, select, textarea {
  width: 100%;
  background-color: var(--light)!important;
  color: var(--dark)!important;
  border: 1px solid var(--dark);
  box-sizing: border-box;
  padding: 0.3rem 0.6rem;
  vertical-align: middle;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

::-moz-placeholder {
  color: var(--dark)!important;
}

::placeholder {
  color: var(--dark)!important;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/images/select-down-arrow.svg') no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
}

input[type=radio],
    input[type=checkbox] {
  width: auto;
  height: 1rem;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border: 1px solid dark;
}

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

.svh {
  height: 100vh;
  height: 100svh;
}

.img-absolute {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

/* Brand styles includes colours */

.text-light {
  color:var(--light);
}

.text-medium {
  color:var(--medium);
}

.text-dark {
  color:var(--dark);
}

.text-featured {
  color:var(--featured);
}

.text-accent {
  color:var(--accent);
}

.bg-light {
  background-color: var(--light);
}

.bg-medium {
  background-color: var(--medium);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-featured {
  background-color: var(--featured);
}

.border-dark {
  border-color: var(--dark);
}

.icon-filter-dark {
  filter: invert(13%) sepia(26%) saturate(3828%) hue-rotate(338deg) brightness(94%) contrast(125%);
}

.icon-filter-light {
  filter: invert(95%) sepia(100%) saturate(57%) hue-rotate(39deg) brightness(112%) contrast(95%);
}

/* padding */

.padding-rounded {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .padding-rounded {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .padding-rounded {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.padding-lg {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .padding-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .padding-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.padding-lg-x {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .padding-lg-x {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .padding-lg-x {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.padding-lg-y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .padding-lg-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .padding-lg-y {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.banner-pt {
  padding-top: 67px;
}

@media (min-width: 768px) {
  .banner-pt {
    padding-top: 65px;
  }
}

@media (min-width: 1280px) {
  .banner-pt {
    padding-top: 85px;
  }
}

.banner-margin {
  margin: 0.5rem;
  margin-top: 0px;
}

@media (min-width: 1280px) {
  .banner-margin {
    margin: 1.25rem;
    margin-top: 0px;
  }
}

.hero-stack {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 67px);
}

@media (min-width: 768px) {
  .hero-stack {
    height: calc(100vh - 65px);
  }
}

@media (min-width: 1280px) {
  .hero-stack {
    height: calc(100vh - 85px);
  }
}

.hero-image {
  flex: 1 1 auto;
  /* takes whatever space is left */
  min-height: 0;
  /* prevents flex overflow with bg-cover content */
}

.hero-bottom-panel {
  flex: 0 0 auto;
  /* sized by its own content/padding, not stretched */
}

/* Flex positions */

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex-center-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* Gridlex style grid */

/* Heading fonts */

.heading-lg {
  margin-bottom: 1.5rem;
  font-family: EO, serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 1024px) {
  .heading-lg {
    font-size: 2.9rem;
  }
}

.heading-about {
  margin-bottom: 1.5rem;
  font-family: EO, serif;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 1024px) {
  .heading-about {
    font-size: 2.5rem;
  }
}

.heading-md {
  margin-bottom: 1.5rem;
  font-family: EO, serif;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 1024px) {
  .heading-md {
    font-size: 2.2rem;
  }
}

.heading-sm {
  font-family: EO, serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .heading-sm {
    font-size: 1.575rem;
  }
}

.eyebrow {
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
}

.eyebrow-sm {
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* Links, navigation and buttons */

.button-light {
  color:var(--light);
  border-color: var(--light);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  text-align: center;
}

.button-light:hover {
  color:var(--medium);
  border-color: var(--medium);
}

.button-border-dark {
  color:var(--dark);
  border-color: var(--dark);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.button-border-dark:hover {
  color:var(--light);
  background-color: var(--dark);
}

.button-dark {
  color:var(--dark);
  border-color: var(--dark);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  text-align: center;
}

.button-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button-black {
  color:var(--accent);
  border-color: var(--dark);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  text-align: center;
}

.button-black:hover {
  color:var(--dark);
  border-color: var(--dark);
}

.submit-button {
  color:var(--light);
  background-color: var(--dark);
  border-color: var(--dark);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.submit-button:hover {
  color:var(--dark);
  background-color: var(--light);
}

.submit-button-light {
  color:var(--light);
  border-color: var(--light);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.submit-button-light:hover {
  color:var(--dark);
  background-color: var(--light);
}

.tag-dark {
  color:var(--light);
  background-color: var(--dark);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tag-light {
  color:var(--dark);
  background-color: var(--light);
  margin-bottom: 2rem;
  font-family: Xanh, monospace;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-links {
  display: flex;
  align-items: flex-end;
}

.menu-links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.menu-links {
  font-family: Xanh, monospace;
  text-transform: uppercase;
}

/* Badge or tag */

.columns-2 p {
  display: inline-block;
}

/* Background image overlays */

.swiper-wrapper {
  transition-timing-function: linear!important;
}

/* portfolio */

.portfolio-tabs {
  display: flex;
  gap: 1.5rem;
}

.portfolio-tab {
  background: none;
  border-bottom: 1px solid #9a8a78;
  margin-bottom: -1px;
  color: #9a8a78;
  cursor: pointer;
}

.portfolio-tab.is-active {
  color: var(--dark);
  border-bottom-color: var(--dark);
}

.portfolio-panels {
  display: grid;
}

.portfolio-panel {
  grid-column: 1;
  grid-row: 1;
  visibility: hidden;
  pointer-events: none;
}

.portfolio-panel.is-active {
  visibility: visible;
  pointer-events: auto;
}

/* Static page policy styles for adding in via CloudCannon - delete if not required */

.terms p {
  margin-bottom: 1.5rem;
}

.terms ul {
  margin-bottom: 1.5rem;
}

.terms li {
  display: flex;
}

.terms li p {
  margin-bottom: 0.5rem;
}

.terms h2 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.terms p a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.terms tr {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.terms td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

.terms table {
  margin-bottom: 2rem;
}

.terms ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}

.terms ul li::before {
  content: '•';
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 0.2rem;
}

/* Burger styling */

.menu-container {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.navbar {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  background-color: var(--light);
  border: 1px solid var(--dark);
  border-radius: 0.5rem;
}

.site-logo {
  font-family: 'EO', serif;
  font-size: 18px;
  color: #fff;
}

#menu-toggle-btn {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10000;
}

.menu-container span {
  height: 2px;
  background: var(--dark);
  width: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}

.menu-container span::before {
  content: " ";
  position: absolute;
  display: inline-block;
  height: 2px;
  background: var(--dark);
  transform: translateY(-4px);
  width: 24px;
  transition: all 0.3s;
}

span::before {
  top: -2px;
}

.active span {
  transform: rotate(45deg);
  background: var(--dark);
  margin-top: -4px;
}

.active span::before {
  top: unset;
  transform: rotate(-90deg);
  background: var(--dark);
}

.active:hover span::before {
  top: unset;
}

#nav-container {
  padding: 1.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--medium);
  transition: all 0.3s;
  /* display: flex; */
  justify-content: start;
  align-items: center;
  display: none;
  visibility: hidden;
  z-index: 40;
}

.nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.menu-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-socials {
  display: flex;
  flex-direction: column;
}

.nav-socials a {
  font-weight: 400;
  text-decoration: none;
  color: var(--dark);
  font-size: 12px;
}

.nav-link {
  position: relative;
}

.nav-link a {
  font-family: 'EO', serif;
  line-height: 1.2;
  position: relative;
  top: 60px;
  text-decoration: none;
  color: var(--dark);
  font-size: 2.5rem;
}

.nav-link a:hover {
  color: var(--medium);
}

.nav-item-wrapper:after {
  content: "";
  position: absolute;
  top: 60px;
  left: -2rem;
  width: 550px;
  height: 3.3rem;
  background: var(--medium);
  margin: 0 auto;
  transition: 1s;
}

.nav-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 2em 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-footer a {
  text-decoration: none;
  color: var(--dark);
  font-size: 12px;
  padding: 0 1em;
}

@media (max-width: 900px) {
  .nav {
    flex-direction: column-reverse;
  }

  .nav-logo {
    display: none;
  }

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

  .nav-socials a {
    padding: 0 1em 0 0;
  }

  .nav-footer {
    padding: 2em 0;
    flex-direction: column;
  }

  .nav-footer a {
    padding: 0 1em 0 0;
  }
}

@media(min-width: 1280px) {
  .menu-container {
    display: none;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.-left-1 {
  left: -0.25rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-\[42\%\] {
  top: 42%;
}

.top-\[45\%\] {
  top: 45%;
}

.top-\[52\%\] {
  top: 52%;
}

.top-\[70\%\] {
  top: 70%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-4 {
  grid-row-start: 4;
}

.float-right {
  float: right;
}

.m-2 {
  margin: 0.5rem;
}

.m-5 {
  margin: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[0\.75rem\] {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-landscape {
  aspect-ratio: 16/9;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.h-24 {
  height: 6rem;
}

.h-30 {
  height: 30vh;
}

.h-40 {
  height: 40vh;
}

.h-5 {
  height: 1.25rem;
}

.h-50 {
  height: 50vh;
}

.h-6 {
  height: 1.5rem;
}

.h-70 {
  height: 70vh;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 80vh;
}

.h-\[1\.8rem\] {
  height: 1.8rem;
}

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

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

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

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

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

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

.h-\[calc\(100svh-75px\)\] {
  height: calc(100svh - 75px);
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-60 {
  min-height: 60vh;
}

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

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1\.8rem\] {
  width: 1.8rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.grow {
  flex-grow: 1;
}

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

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

.columns-2xl {
  -moz-columns: 42rem;
       columns: 42rem;
}

.columns-2xs {
  -moz-columns: 18rem;
       columns: 18rem;
}

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

.columns-3xl {
  -moz-columns: 48rem;
       columns: 48rem;
}

.columns-3xs {
  -moz-columns: 16rem;
       columns: 16rem;
}

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

.columns-4xl {
  -moz-columns: 56rem;
       columns: 56rem;
}

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

.columns-5xl {
  -moz-columns: 64rem;
       columns: 64rem;
}

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

.columns-6xl {
  -moz-columns: 72rem;
       columns: 72rem;
}

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

.columns-7xl {
  -moz-columns: 80rem;
       columns: 80rem;
}

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

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

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

.columns-lg {
  -moz-columns: 32rem;
       columns: 32rem;
}

.columns-md {
  -moz-columns: 28rem;
       columns: 28rem;
}

.columns-sm {
  -moz-columns: 24rem;
       columns: 24rem;
}

.columns-xl {
  -moz-columns: 36rem;
       columns: 36rem;
}

.columns-xs {
  -moz-columns: 20rem;
       columns: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded-\[0_2rem_2rem_0\] {
  border-radius: 0 2rem 2rem 0;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.bg-\[\#F7E7E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 231 227 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.bg-\[20\%_50\%\] {
  background-position: 20% 50%;
}

.bg-\[50\%_20\%\] {
  background-position: 50% 20%;
}

.bg-\[50\%_40\%\] {
  background-position: 50% 40%;
}

.bg-\[80\%_50\%\] {
  background-position: 80% 50%;
}

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

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

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

.object-\[50\%_20\%\] {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.object-\[50\%_70\%\] {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

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

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

.pt-32 {
  padding-top: 8rem;
}

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

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

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

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

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

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

.font-eyebrow {
  font-family: Xanh, monospace;
}

.font-heading {
  font-family: EO, serif;
}

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.5\] {
  line-height: 0.5;
}

.leading-\[0\.8\] {
  line-height: 0.8;
}

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

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

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

.-tracking-\[0\.05em\] {
  letter-spacing: -0.05em;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-70 {
  opacity: 0.7;
}

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .sm\:columns-2 p {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .md\:\!padding-lg-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  @media (min-width: 768px) {
    .md\:\!padding-lg-y {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }

  @media (min-width: 1280px) {
    .md\:\!padding-lg-y {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

  .md\:heading-lg {
    margin-bottom: 1.5rem;
    font-family: EO, serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -0.05em;
  }

  @media (min-width: 1024px) {
    .md\:heading-lg {
      font-size: 2.9rem;
    }
  }

  .md\:columns-2 p {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .lg\:img-absolute {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
  }

  .lg\:columns-2 p {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

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

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

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

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

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

@media (min-width: 768px) {
  @media (orientation: landscape) {
    .md\:landscape\:text-light {
      color:var(--light);
    }

    .md\:landscape\:text-dark {
      color:var(--dark);
    }

    .md\:landscape\:bg-light {
      background-color: var(--light);
    }

    .md\:landscape\:bg-dark {
      background-color: var(--dark);
    }

    .md\:landscape\:padding-lg-y {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    @media (min-width: 768px) {
      .md\:landscape\:padding-lg-y {
        padding-top: 3rem;
        padding-bottom: 3rem;
      }
    }

    @media (min-width: 1280px) {
      .md\:landscape\:padding-lg-y {
        padding-top: 5rem;
        padding-bottom: 5rem;
      }
    }

    .md\:landscape\:button-light {
      color:var(--light);
      border-color: var(--light);
      margin-bottom: 2rem;
      font-family: Xanh, monospace;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 0px;
      border-bottom-width: 1px;
      text-align: center;
    }

    .md\:landscape\:button-light:hover {
      color:var(--medium);
      border-color: var(--medium);
    }

    .md\:landscape\:button-dark {
      color:var(--dark);
      border-color: var(--dark);
      margin-bottom: 2rem;
      font-family: Xanh, monospace;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 0px;
      border-bottom-width: 1px;
      text-align: center;
    }

    .md\:landscape\:button-dark:hover {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }

    .md\:landscape\:tag-dark {
      color:var(--light);
      background-color: var(--dark);
      margin-bottom: 2rem;
      font-family: Xanh, monospace;
      font-weight: 400;
      text-transform: uppercase;
      border-radius: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .md\:landscape\:tag-light {
      color:var(--dark);
      background-color: var(--light);
      margin-bottom: 2rem;
      font-family: Xanh, monospace;
      font-weight: 400;
      text-transform: uppercase;
      border-radius: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
}

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .sm\:columns-10 {
    -moz-columns: 10;
         columns: 10;
  }

  .sm\:columns-11 {
    -moz-columns: 11;
         columns: 11;
  }

  .sm\:columns-12 {
    -moz-columns: 12;
         columns: 12;
  }

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

  .sm\:columns-2xl {
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .sm\:columns-2xs {
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .sm\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .sm\:columns-3xl {
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .sm\:columns-3xs {
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .sm\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

  .sm\:columns-4xl {
    -moz-columns: 56rem;
         columns: 56rem;
  }

  .sm\:columns-5 {
    -moz-columns: 5;
         columns: 5;
  }

  .sm\:columns-5xl {
    -moz-columns: 64rem;
         columns: 64rem;
  }

  .sm\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }

  .sm\:columns-6xl {
    -moz-columns: 72rem;
         columns: 72rem;
  }

  .sm\:columns-7 {
    -moz-columns: 7;
         columns: 7;
  }

  .sm\:columns-7xl {
    -moz-columns: 80rem;
         columns: 80rem;
  }

  .sm\:columns-8 {
    -moz-columns: 8;
         columns: 8;
  }

  .sm\:columns-9 {
    -moz-columns: 9;
         columns: 9;
  }

  .sm\:columns-auto {
    -moz-columns: auto;
         columns: auto;
  }

  .sm\:columns-lg {
    -moz-columns: 32rem;
         columns: 32rem;
  }

  .sm\:columns-md {
    -moz-columns: 28rem;
         columns: 28rem;
  }

  .sm\:columns-sm {
    -moz-columns: 24rem;
         columns: 24rem;
  }

  .sm\:columns-xl {
    -moz-columns: 36rem;
         columns: 36rem;
  }

  .sm\:columns-xs {
    -moz-columns: 20rem;
         columns: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

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

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

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:top-\[50\%\] {
    top: 50%;
  }

  .md\:top-\[65\%\] {
    top: 65%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:m-2 {
    margin: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-80 {
    height: 80vh;
  }

  .md\:h-90 {
    height: 90vh;
  }

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

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

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

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

  .md\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .md\:columns-10 {
    -moz-columns: 10;
         columns: 10;
  }

  .md\:columns-11 {
    -moz-columns: 11;
         columns: 11;
  }

  .md\:columns-12 {
    -moz-columns: 12;
         columns: 12;
  }

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

  .md\:columns-2xl {
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .md\:columns-2xs {
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .md\:columns-3xl {
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .md\:columns-3xs {
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .md\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

  .md\:columns-4xl {
    -moz-columns: 56rem;
         columns: 56rem;
  }

  .md\:columns-5 {
    -moz-columns: 5;
         columns: 5;
  }

  .md\:columns-5xl {
    -moz-columns: 64rem;
         columns: 64rem;
  }

  .md\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }

  .md\:columns-6xl {
    -moz-columns: 72rem;
         columns: 72rem;
  }

  .md\:columns-7 {
    -moz-columns: 7;
         columns: 7;
  }

  .md\:columns-7xl {
    -moz-columns: 80rem;
         columns: 80rem;
  }

  .md\:columns-8 {
    -moz-columns: 8;
         columns: 8;
  }

  .md\:columns-9 {
    -moz-columns: 9;
         columns: 9;
  }

  .md\:columns-auto {
    -moz-columns: auto;
         columns: auto;
  }

  .md\:columns-lg {
    -moz-columns: 32rem;
         columns: 32rem;
  }

  .md\:columns-md {
    -moz-columns: 28rem;
         columns: 28rem;
  }

  .md\:columns-sm {
    -moz-columns: 24rem;
         columns: 24rem;
  }

  .md\:columns-xl {
    -moz-columns: 36rem;
         columns: 36rem;
  }

  .md\:columns-xs {
    -moz-columns: 20rem;
         columns: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

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

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

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

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

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

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

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

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:m-5 {
    margin: 1.25rem;
  }

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-portrait {
    aspect-ratio: 3/4;
  }

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

  .lg\:min-h-70 {
    min-height: 70vh;
  }

  .lg\:min-h-\[85vh\] {
    min-height: 85vh;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

  .lg\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .lg\:columns-10 {
    -moz-columns: 10;
         columns: 10;
  }

  .lg\:columns-11 {
    -moz-columns: 11;
         columns: 11;
  }

  .lg\:columns-12 {
    -moz-columns: 12;
         columns: 12;
  }

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

  .lg\:columns-2xl {
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .lg\:columns-2xs {
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:columns-3xl {
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .lg\:columns-3xs {
    -moz-columns: 16rem;
         columns: 16rem;
  }

  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

  .lg\:columns-4xl {
    -moz-columns: 56rem;
         columns: 56rem;
  }

  .lg\:columns-5 {
    -moz-columns: 5;
         columns: 5;
  }

  .lg\:columns-5xl {
    -moz-columns: 64rem;
         columns: 64rem;
  }

  .lg\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }

  .lg\:columns-6xl {
    -moz-columns: 72rem;
         columns: 72rem;
  }

  .lg\:columns-7 {
    -moz-columns: 7;
         columns: 7;
  }

  .lg\:columns-7xl {
    -moz-columns: 80rem;
         columns: 80rem;
  }

  .lg\:columns-8 {
    -moz-columns: 8;
         columns: 8;
  }

  .lg\:columns-9 {
    -moz-columns: 9;
         columns: 9;
  }

  .lg\:columns-auto {
    -moz-columns: auto;
         columns: auto;
  }

  .lg\:columns-lg {
    -moz-columns: 32rem;
         columns: 32rem;
  }

  .lg\:columns-md {
    -moz-columns: 28rem;
         columns: 28rem;
  }

  .lg\:columns-sm {
    -moz-columns: 24rem;
         columns: 24rem;
  }

  .lg\:columns-xl {
    -moz-columns: 36rem;
         columns: 36rem;
  }

  .lg\:columns-xs {
    -moz-columns: 20rem;
         columns: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:m-5 {
    margin: 1.25rem;
  }

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

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

  .xl\:grid {
    display: grid;
  }

  .xl\:aspect-square {
    aspect-ratio: 1/1;
  }

  .xl\:h-90 {
    height: 90vh;
  }

  .xl\:min-h-\[85vh\] {
    min-height: 85vh;
  }

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

  .xl\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .xl\:w-\[905\] {
    width: 905;
  }

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

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  @media (orientation: portrait) {
    .md\:portrait\:col-span-6 {
      grid-column: span 6 / span 6;
    }

    .md\:portrait\:block {
      display: block;
    }

    .md\:portrait\:hidden {
      display: none;
    }

    .md\:portrait\:h-60 {
      height: 60vh;
    }

    .md\:portrait\:h-80 {
      height: 80vh;
    }

    .md\:portrait\:min-h-50 {
      min-height: 50vh;
    }

    .md\:portrait\:w-3\/4 {
      width: 75%;
    }

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

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

    .md\:portrait\:w-\[75vw\] {
      width: 75vw;
    }

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

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

    .md\:portrait\:justify-between {
      justify-content: space-between;
    }

    .md\:portrait\:gap-12 {
      gap: 3rem;
    }

    .md\:portrait\:gap-8 {
      gap: 2rem;
    }

    .md\:portrait\:px-12 {
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .md\:portrait\:pb-12 {
      padding-bottom: 3rem;
    }
  }
}

@media (min-width: 1024px) {
  @media (orientation: portrait) {
    .lg\:portrait\:col-span-3 {
      grid-column: span 3 / span 3;
    }

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

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

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

    .lg\:portrait\:-ml-\[25\%\] {
      margin-left: -25%;
    }

    .lg\:portrait\:h-40 {
      height: 40vh;
    }

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

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

    .lg\:portrait\:gap-8 {
      gap: 2rem;
    }

    .lg\:portrait\:pl-20 {
      padding-left: 5rem;
    }

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

@media (min-width: 768px) {
  @media (orientation: landscape) {
    .md\:landscape\:absolute {
      position: absolute;
    }

    .md\:landscape\:inset-0 {
      inset: 0px;
    }

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

    .md\:landscape\:row-start-auto {
      grid-row-start: auto;
    }

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

    .md\:landscape\:-ml-\[25\%\] {
      margin-left: -25%;
    }

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

    .md\:landscape\:mb-\[1\.75rem\] {
      margin-bottom: 1.75rem;
    }

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

    .md\:landscape\:block {
      display: block;
    }

    .md\:landscape\:hidden {
      display: none;
    }

    .md\:landscape\:h-80 {
      height: 80vh;
    }

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

    .md\:landscape\:min-h-60 {
      min-height: 60vh;
    }

    .md\:landscape\:w-3\/4 {
      width: 75%;
    }

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

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

    .md\:landscape\:w-\[55vw\] {
      width: 55vw;
    }

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

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

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

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

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

    .md\:landscape\:justify-end {
      justify-content: flex-end;
    }

    .md\:landscape\:gap-12 {
      gap: 3rem;
    }

    .md\:landscape\:gap-20 {
      gap: 5rem;
    }

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

    .md\:landscape\:rounded-bl-2xl {
      border-bottom-left-radius: 1rem;
    }

    .md\:landscape\:rounded-br-none {
      border-bottom-right-radius: 0px;
    }

    .md\:landscape\:rounded-tl-2xl {
      border-top-left-radius: 1rem;
    }

    .md\:landscape\:rounded-tr-none {
      border-top-right-radius: 0px;
    }

    .md\:landscape\:p-0 {
      padding: 0px;
    }

    .md\:landscape\:p-10 {
      padding: 2.5rem;
    }

    .md\:landscape\:p-12 {
      padding: 3rem;
    }

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

@media (min-width: 1024px) {
  @media (orientation: landscape) {
    .lg\:landscape\:absolute {
      position: absolute;
    }

    .lg\:landscape\:inset-0 {
      inset: 0px;
    }

    .lg\:landscape\:top-\[78\%\] {
      top: 78%;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:landscape\:row-start-4 {
      grid-row-start: 4;
    }

    .lg\:landscape\:row-start-5 {
      grid-row-start: 5;
    }

    .lg\:landscape\:h-60 {
      height: 60vh;
    }

    .lg\:landscape\:h-70 {
      height: 70vh;
    }

    .lg\:landscape\:h-90 {
      height: 90vh;
    }

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

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

    .lg\:landscape\:w-3\/4 {
      width: 75%;
    }

    .lg\:landscape\:w-\[60\%\] {
      width: 60%;
    }

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

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

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

    .lg\:landscape\:grid-rows-7 {
      grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .lg\:landscape\:gap-12 {
      gap: 3rem;
    }

    .lg\:landscape\:gap-20 {
      gap: 5rem;
    }

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

    .lg\:landscape\:pl-20 {
      padding-left: 5rem;
    }

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

@media (min-width: 1280px) {
  @media (orientation: landscape) {
    .xl\:landscape\:col-span-2 {
      grid-column: span 2 / span 2;
    }

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

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

    .xl\:landscape\:row-start-1 {
      grid-row-start: 1;
    }

    .xl\:landscape\:mb-0 {
      margin-bottom: 0px;
    }

    .xl\:landscape\:h-40 {
      height: 40vh;
    }

    .xl\:landscape\:h-70 {
      height: 70vh;
    }

    .xl\:landscape\:h-\[85vh\] {
      height: 85vh;
    }

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

    .xl\:landscape\:w-3\/4 {
      width: 75%;
    }

    .xl\:landscape\:w-\[30\%\] {
      width: 30%;
    }

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

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

    .xl\:landscape\:w-\[60\%\] {
      width: 60%;
    }

    .xl\:landscape\:w-\[65\%\] {
      width: 65%;
    }

    .xl\:landscape\:w-\[85\%\] {
      width: 85%;
    }

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

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

    .xl\:landscape\:flex-row {
      flex-direction: row;
    }

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

    .xl\:landscape\:justify-between {
      justify-content: space-between;
    }

    .xl\:landscape\:gap-12 {
      gap: 3rem;
    }

    .xl\:landscape\:gap-20 {
      gap: 5rem;
    }

    .xl\:landscape\:p-12 {
      padding: 3rem;
    }

    .xl\:landscape\:p-20 {
      padding: 5rem;
    }

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

@media (min-width: 1536px) {
  @media (orientation: landscape) {
    .\32xl\:landscape\:h-60 {
      height: 60vh;
    }

    .\32xl\:landscape\:h-70 {
      height: 70vh;
    }
  }
}