@font-face {
  font-family: "Graphik Web";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2"),
    url("../fonts/Graphik-Regular-Web.woff") format("woff");
}

@font-face {
  font-family: "GT Super Text";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GT-Super-Text-Book.woff2") format("woff2"),
    url("../fonts/GT-Super-Text-Book.woff") format("woff");
}

#cc-main {
  /* Default light color scheme */
  --cc-modal-margin: 1.25rem;
  --cc-primary-color: #333;
  --cc-secondary-color: #333;
  --cc-bg: rgba(247, 248, 245, 0.67);
  --cc-modal-border-radius: 0.625rem;
  font-family: "Graphik Web", sans-serif;
  font-family: var(--font-family-sans);
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  font-weight: 400;
  line-height: 1.5;
  /* letter-spacing: 0.0375em; */
  letter-spacing: 0.05em;
}

#cc-main .pm {
  --cc-bg: #fff;
}

#cc-main .cm {
  max-width: 28rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background: none;
}

#cc-main .cm__btn {
  --cc-btn-primary-hover-color: #333;
  --cc-btn-primary-hover-bg: transparent;
}

#cc-main .cm__btn--secondary {
  --cc-btn-secondary-hover-bg: transparent;
}

#cc-main .cm__btns,
#cc-main .cm__links,
#cc-main .cm__texts {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding: 1.25rem;
}

#cc-main .cm__texts {
  padding-bottom: 0;
}

#cc-main .cm {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#cc-main .pm__section-desc-wrapper {
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
}

#cc-main .cm__desc {
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  padding-bottom: 0;
}

#cc-main a {
  font-weight: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#cc-main .cm__btns {
  flex-direction: row !important;
  justify-content: space-between;
  border-top: none !important;
  padding-top: 1.25rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#cc-main .cm__btn-group,
#cc-main .pm__btn-group {
  display: flex !important;
  flex-direction: row !important;
  gap: 1.25rem;
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin: 0 !important;
}

#cc-main .cm__btn,
#cc-main .pm__btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --cc-btn-primary-hover-color: #333;
  --cc-btn-primary-bg: transparent;
  --cc-btn-secondary-bg: transparent;
  --cc-btn-primary-hover-bg: transparent;
  --cc-btn-secondary-hover-bg: transparent;
  --cc-btn-primary-color: #333;
  --cc-btn-border-radius: 0;
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  font-weight: 400;
  text-align: left;
  border: none;
  padding: 0;
  min-width: auto;
  min-height: auto;
}

#cc-main .toggle__icon {
  --cc-toggle-on-bg: #333;
  --cc-toggle-off-bg: #ccc;
  --cc-toggle-readonly-bg: #737373;
  --cc-toggle-readonly-knob-icon-color: #737373;
}

#cc-main .pm__btn-group,
#cc-main .pm__footer {
  display: flex;
  flex-direction: row !important;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin: 0 !important;
}

#cc-main .pm__section {
  padding: 0;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  --cc-toggle-readonly-bg: #fff;
  left: -2px;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: none;
}

#cc-main .pm__section--toggle .pm__section-desc {
  padding: 1em 0;
  color: rgba(51, 51, 51, 0.67);
}

#cc-main .pm__section--toggle {
  --cc-cookie-category-block-bg: transparent;
}

#cc-main .pm__section--toggle .pm__section-title {
  --cc-cookie-category-block-bg: transparent;
  --cc-cookie-category-block-hover-bg: transparent;
  --cc-cookie-category-block-hover-border: transparent;
  border: none;
  padding-left: 2em;
}

#cc-main .pm__section {
  border: none;
}

#cc-main .pm__section-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  font-weight: 400;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0;
}

#cc-main .pm__section:not(:first-child):hover {
  --cc-cookie-category-block-bg: transparent;
  --cc-cookie-category-block-border: transparent;
}

#cc-main .pm__close-btn {
  --cc-btn-secondary-bg: transparent;
  --cc-btn-secondary-hover-bg: #fff;
  border: none;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1.25rem;
}

#cc-main .pm__header {
  border-bottom: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#cc-main .pm__footer {
  flex-direction: row !important;
  border-top: none;
}

#cc-main .pm__title {
  /* font-size: var(--text-size-base); */
  font-size: 14px;
  font-weight: 400;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1.25rem !important;
}

#cc-main .pm__body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#cc-main .pm__footer .pm__btn {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.site-header {
  color: #cccccc;
  color: var(--color-gray);
  left: 0;
  mix-blend-mode: difference;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.home .site-header,
  .home .site-header.is-open {
    mix-blend-mode: normal !important;
  }

.home .site-logo.is-hidden {
    visibility: hidden;
    opacity: 0;
  }

.home .site-header:not(.is-open) .site-logo.is-hidden {
      visibility: hidden;
      opacity: 0;
    }

.home .site-header.is-open .site-logo.is-hidden {
      visibility: visible;
      opacity: 1;
    }

.site-header.is-open {
  mix-blend-mode: normal;
}

@media screen and (min-width: 580px) {
  .site-header.is-open {
    color: #cccccc;
    color: var(--color-gray);
    background-color: transparent;
    mix-blend-mode: difference;
  }
}

.site-header.under-construction {
  mix-blend-mode: normal;
  color: #fff;
}

.site-header-inner {
  align-items: flex-start;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-bottom: calc(1.25rem - 10px);
  transition: background-color 0.3s, color 0.3s, padding 0.3s, margin 0.3s;
}

@media screen and (min-width: 580px) {
  .site-header-inner {
    flex-direction: row;
    align-items: center;
  }
}

.site-header-inner.is-open {
  background-color: #f7f8f5;
  color: #000;
}

@media screen and (min-width: 580px) {
  .site-header-inner.is-open {
    background-color: transparent;
    color: inherit;
  }
}

.site-header-inner nav {
  margin-top: 15px;
  opacity: 0;
  pointer-events: none;
  transition: margin 0.3s, opacity 0.3s;
  visibility: hidden;
  width: 100%;
}

@media screen and (min-width: 580px) {
  .site-header-inner nav {
    display: block;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 0;
    opacity: 1;
    pointer-events: inherit;
    visibility: visible;
    width: auto;
  }
}

.site-header-inner nav a {
  display: block;
  font-family: "Graphik Web", sans-serif;
  font-family: var(--font-family-sans);
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  letter-spacing: 0.0375rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.site-header-inner.is-open nav {
  display: block;
  flex-direction: column;
  margin-top: 100px;
  opacity: 1;
  pointer-events: inherit;
  visibility: visible;
}

@media screen and (min-width: 580px) {
  .site-header-inner.is-open nav {
    margin-top: 0;
  }
}

.site-header-inner nav ul {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 580px) {
  .site-header-inner nav ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}

.site-header-inner nav li {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
}

@media screen and (min-width: 580px) {
  .site-header-inner nav li {
    border-top: none;
    padding: 0;
  }
}

.site-logo {
  display: block;
  transition: opacity 0.3s ease 0.1s;
}

.site-logo svg {
  width: auto;
  height: 11px;
}

.toggle-nav {
  height: 40px;
  position: absolute;
  right: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  right: var(--wrapper-inline);
  top: 5px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 580px) {
  .toggle-nav {
    display: none;
  }
}

.toggle-nav span {
  height: 1px;
  width: 25px;
  background-color: #cccccc;
  background-color: var(--color-gray);
  transition: margin 0.3s 0.3s, transform 0.3s;
  position: absolute;
  pointer-events: none;
}

.toggle-nav span:nth-child(1) {
  margin-top: -8px;
}

.toggle-nav span:nth-child(2) {
  margin-top: 8px;
}

.toggle-nav.is-active span {
  background-color: #000;
  transition: background-color 0.3s, margin 0.3s, transform 0.3s 0.3s !important;
}

.toggle-nav.is-active span:nth-child(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}

.toggle-nav.is-active span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}

/* ! tailwindcss v3.4.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.
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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 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]) {
  text-decoration: underline;
  -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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-\[40px\] {
  margin: 40px;
}

.mx-\[40px\] {
  margin-left: 40px;
  margin-right: 40px;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/11\] {
  aspect-ratio: 16/11;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.w-full {
  width: 100%;
}

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

.resize {
  resize: both;
}

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

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

.place-content-center {
  align-content: center;
  justify-content: center;
  place-content: center;
}

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

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

.gap-\[40px\] {
  gap: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

:root {
  --font-family-sans: "Graphik Web", sans-serif;
  --font-family-serif: "GT Super Text", serif;
  /* --text-size-sm: clamp(0.75rem, calc(0.71rem + 0.21vw), 0.88rem); */
  --text-size-sm: 0.75rem;
  --text-size-base: max(0.88rem, min(calc(0.83rem + 0.21vw), 1rem));
  --text-size-lg: max(1rem, min(calc(0.92rem + 0.42vw), 1.25rem));
  --color-black: #333333;
  --color-gray: #cccccc;
  --wrapper-inline: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f8f5;
  color: #333333;
  color: var(--color-black);
  font-family: "GT Super Text", serif;
  font-family: var(--font-family-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* min-height: 100vh; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background: #333333;
  background: var(--color-black);
}

::selection {
  color: #fff;
  background: #333333;
  background: var(--color-black);
}

h1 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.0125rem;
}

h2, h3, h4 {
  font-size: max(0.88rem, min(calc(0.83rem + 0.21vw), 1rem));
  font-size: var(--text-size-base);
  letter-spacing: 0.01em;
}

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

figcaption {
  color: #999;
  font-family: "Graphik Web", sans-serif;
  font-family: var(--font-family-sans);
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  letter-spacing: 0.0375em;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Utility */

.wrapper {
  padding-left: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-right: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-left: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-left: var(--wrapper-inline);
  padding-right: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-right: var(--wrapper-inline);
}

@media screen and (max-width: 809px) {
  .only-desktop {
    display: none;
  }
}

@media screen and (min-width: 810px) {
  .only-mobile {
    display: none;
  }
}

/* Footer */

footer {
  font-family: "Graphik Web", sans-serif;
  font-family: var(--font-family-sans);
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  letter-spacing: 0.0375em;
}

.site-footer button[data-cc="show-preferencesModal"] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.home .site-footer {
  display: none;
}

.site-footer-inner {
  padding-top: max(2.5rem, min(calc(0.33rem + 10.83vw), 9rem));
  padding-bottom: 2.5rem;
}

/* Pages */

.page-header {
  padding-bottom: max(5rem, min(calc(3.33rem + 8.33vw), 10rem));
}

.page-header figcaption {
  padding-left: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-right: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-left: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-left: var(--wrapper-inline);
  padding-right: max(1.25rem, min(calc(0.83rem + 2.08vw), 2.5rem));
  padding-right: var(--wrapper-inline);
}

.page-header video, .page-header img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.page-content h2:not(.clean) {
  font-family: "Graphik Web", sans-serif;
  font-family: var(--font-family-sans);
  font-size: 0.75rem;
  font-size: var(--text-size-sm);
  letter-spacing: 0.0375em;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
}

.page-content figure {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

body #cc-main .cm__desc {
  padding: 0;
}

@media (min-width: 768px) {

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-\[160px\] {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:mx-\[40px\] {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .md\:ml-\[140px\] {
    margin-left: 140px;
  }

  .md\:ml-\[160px\] {
    margin-left: 160px;
  }

  .md\:mr-\[140px\] {
    margin-right: 140px;
  }

  .md\:mr-\[160px\] {
    margin-right: 160px;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:translate-x-\[-160px\] {
    --tw-translate-x: -160px;
    transform: translate(-160px, 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: 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));
  }

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

  .md\:gap-\[140px\] {
    gap: 140px;
  }
}

