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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

/* @import "./custom-base-styles.css"; */

:root {
  --color-bg-surface-default: #fff;
  --color-bg-surface-neutral: #eff1f2;
  --color-bg-surface-primary: #e7f4f6;
  --color-bg-surface-secondary: #02eaa4;
  --color-bg-surface-terciary: #09677b;
  --color-bg-action-hover: #60f5c2;
  --color-text-default: #1c363b;
  --color-text-action: #005338;
  --color-text-neutral: #6a6a6a;
  --color-text-primary: #09677b;
  --color-text-secondary: #01c78b;
  --color-text-inverse: rgb(95% 95% 95%);
  --color-text-inverse-soft: rgb(90.6% 95.7% 96.5% / 75%);
  --color-border-action: #02eaa4;
  --color-border-action-hover: #60f5c2;
  --font-display: os-tisa--regular, 'Hoefler Text', times, 'Times New Roman', serif;
  --font-display-strong: os-tisa--medium, 'Hoefler Text', times, 'Times New Roman', serif;
  --font-body: os-apercu--regular, arial, sans-serif;
  --font-body-strong: os-apercu--bold, arial, sans-serif;
  --font-action: os-apercu--mono-bold, 'Courier New', mono;
  --font-weight-normal: 400;
  --font-weight-display-default: 600;
  --font-weight-btn: 500;
  --font-size-sm: clamp(0.83rem, 0.49vw + 0.74rem, 1.13rem);
  --font-size-base: clamp(1rem, 0.83vw + 0.83rem, 1.5rem);
  --font-size-md: clamp(1.2rem, 1.33vw + 0.93rem, 2rem);
  --font-size-lg: clamp(1.44rem, 2.04vw + 1.03rem, 2.67rem);
  --font-size-xl: clamp(1.73rem, 3.04vw + 1.12rem, 3.55rem);
  --font-size-xxl: clamp(2.07rem, 4.44vw + 1.19rem, 4.74rem);
  --font-size-xxxl: clamp(2.49rem, 6.37vw + 1.21rem, 6.31rem);
  --line-height-sm: 14px;
  --line-height-sm: 0.875rem;
  --line-height-base: 16px;
  --line-height-base: 1rem;
  --line-height-md: 32px;
  --line-height-md: 2rem;
  --line-height-lg: 1.5;
  --line-height-xl: 1.4;
  --line-height-2xl: 64px;
  --line-height-2xl: 4rem;
  --line-height-3xl: 72px;
  --line-height-3xl: 4.5rem;
  --line-height-4xl: 84px;
  --line-height-4xl: 5.25rem;
  --spacing-00: 0;
  --spacing-00: 0;
  --spacing-01: 4px;
  --spacing-01: 0.25rem;
  --spacing-02: 8px;
  --spacing-02: 0.5rem;
  --spacing-03: 12px;
  --spacing-03: 0.75rem;
  --spacing-04: 16px;
  --spacing-04: 1rem;
  --spacing-05: 20px;
  --spacing-05: 1.25rem;
  --spacing-06: 24px;
  --spacing-06: 1.5rem;
  --spacing-07: 32px;
  --spacing-07: 2rem;
  --spacing-08: 48px;
  --spacing-08: 3rem;
  --spacing-09: 64px;
  --spacing-09: 4rem;
  --spacing-10: 96px;
  --spacing-10: 6rem;
  --spacing-11: 144px;
  --spacing-11: 9rem;
  --spacing-12: 196px;
  --spacing-12: 12.25rem;
  --rounded-btn: 999px;
  --rounded-btn: 62.4375rem;
}

/* .theme-brand {
     --color-bg-surface-default: #fff;
  --color-bg-surface-neutral: #eff1f2;
  --color-bg-surface-primary: #e7f4f6;
  --color-bg-surface-secondary: #02eaa4;
  --color-bg-action-hover: #60f5c2;
  --color-text-default: #1c363b;
  --color-text-action: #003a25;
  --color-text-neutral: #6a6a6a;
  --color-text-primary: #09677b;
  --color-text-secondary: #01c78b;
  --color-border-action: #02eaa4;
  --color-border-action-hover: #60f5c2;
  --font-display: os-tisa--regular, 'Hoefler Text', times, 'Times New Roman', serif;
  --font-display-strong: os-tisa--medium, 'Hoefler Text', times, 'Times New Roman', serif;
  --font-body: arial, sans-serif;
  --font-action: os-apercu--mono-bold, 'Courier New', mono;
  --font-weight-normal: 400;
  --font-weight-display-default: 600;
  --font-weight-btn: 500;
  --font-size-sm: clamp(0.83rem, 0.49vw + 0.74rem, 1.13rem);
  --font-size-base: clamp(1rem, 0.83vw + 0.83rem, 1.5rem);
  --font-size-md: clamp(1.2rem, 1.33vw + 0.93rem, 2rem);
  --font-size-lg: clamp(1.44rem, 2.04vw + 1.03rem, 2.67rem);
  --font-size-xl: clamp(1.73rem, 3.04vw + 1.12rem, 3.55rem);
  --font-size-xxl: clamp(2.07rem, 4.44vw + 1.19rem, 4.74rem);
  --font-size-xxxl: clamp(2.49rem, 6.37vw + 1.21rem, 6.31rem);
  --line-height-sm: rem(14px);
  --line-height-base: rem(16px);
  --line-height-md: rem(32px);
  --line-height-lg: 1.5;
  --line-height-xl: 1.4;
  --line-height-2xl: rem(64px);
  --line-height-3xl: rem(72px);
  --line-height-4xl: rem(84px);
  --spacing-00: rem(0);
  --spacing-01: rem(4px);
  --spacing-02: rem(8px);
  --spacing-03: rem(12px);
  --spacing-04: rem(16px);
  --spacing-05: rem(20px);
  --spacing-06: rem(24px);
  --spacing-07: rem(32px);
  --spacing-08: rem(48px);
  --spacing-09: rem(64px);
  --spacing-10: rem(96px);
  --spacing-11: rem(144px);
  --spacing-12: rem(196px);
  --rounded-btn: rem(999px);
  } */

/* @import "./custom-components.css"; */

.button {
  border-radius: rem(999px);
  border-radius: var(--rounded-btn);
  background-color: #fff;
  background-color: var(--color-bg-surface-default);
  padding-top: rem(16px);
  padding-top: var(--spacing-04);
  padding-bottom: rem(16px);
  padding-bottom: var(--spacing-04);
  padding-left: rem(16px);
  padding-left: var(--spacing-04);
  padding-right: rem(16px);
  padding-right: var(--spacing-04);
  font-family: os-apercu--mono-bold, 'Courier New', mono;
  font-family: var(--font-action);
  font-size: 1rem;
  font-weight: 500;
  font-weight: var(--font-weight-btn);
  color: #005338;
  color: var(--color-text-action);
  transition-property: none;
}

.button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  background-color: #60f5c2;
  background-color: var(--color-bg-action-hover);
}

@media (min-width: 48em) {

  .button {
    padding-top: rem(12px);
    padding-top: var(--spacing-03);
    padding-bottom: rem(12px);
    padding-bottom: var(--spacing-03);
    padding-left: rem(32px);
    padding-left: var(--spacing-07);
    padding-right: rem(32px);
    padding-right: var(--spacing-07);
    font-size: 1.05rem;
  }
}

.button {

  /* &--destructive {
    @apply hover:bg-secondary bg hover:border-primary;
  }

  &--success {
    @apply bg-primary;
  }


  &--warning {
    @apply bg-inverse;
  } */
}

.button--primary {
  background-color: #02eaa4;
  background-color: var(--color-bg-surface-secondary);
}

.button--primary:hover {
  background-color: #60f5c2;
  background-color: var(--color-bg-action-hover);
}

.header {
  display: flex;
  justify-content: center;
  background-image: none;
  padding-left: rem(32px);
  padding-left: var(--spacing-07);
  padding-right: rem(32px);
  padding-right: var(--spacing-07);
  padding-top: rem(32px);
  padding-top: var(--spacing-07);
  padding-bottom: rem(32px);
  padding-bottom: var(--spacing-07);
}

.header .header__logo {
    width: clamp(8rem, 40vw, 12.5rem);
  }

.footer {
  background-color: #e7f4f6;
  background-color: var(--color-bg-surface-primary);
  padding-top: rem(32px);
  padding-top: var(--spacing-07);
  padding-bottom: rem(32px);
  padding-bottom: var(--spacing-07);
  padding-left: rem(20px);
  padding-left: var(--spacing-05);
  padding-right: rem(20px);
  padding-right: var(--spacing-05);
}

@media (min-width: 40em) {

  .footer {
    padding-left: rem(24px);
    padding-left: var(--spacing-06);
    padding-right: rem(24px);
    padding-right: var(--spacing-06);
  }
}

@media (min-width: 48em) {

  .footer {
    gap: rem(20px);
    gap: var(--spacing-05);
    padding-left: rem(32px);
    padding-left: var(--spacing-07);
    padding-right: rem(32px);
    padding-right: var(--spacing-07);
  }
}

.sticky-cta {
  position: fixed;
  left: rem(0);
  left: var(--spacing-00);
  right: rem(0);
  right: var(--spacing-00);
  bottom: rem(0);
  bottom: var(--spacing-00);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: rem(16px);
  gap: var(--spacing-04);
  padding-top: rem(24px);
  padding-top: var(--spacing-06);
  padding-bottom: rem(24px);
  padding-bottom: var(--spacing-06);
}

@media (min-width: 48em) {

  .sticky-cta {
    gap: rem(16px);
    gap: var(--spacing-04);
    background-color: rgba(255,255,255,.85);
    --tw-backdrop-blur: blur(16px);
    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);
  }
}

@media (min-width: 64em) {

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

.sticky-cta {

  padding-right: clamp(0.5rem, 5vw, 6rem);
  padding-left: clamp(0.5rem, 5vw, 6rem);
}

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

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

.mb-7 {
  margin-bottom: rem(32px);
  margin-bottom: var(--spacing-07);
}

.mb-4 {
  margin-bottom: rem(16px);
  margin-bottom: var(--spacing-04);
}

.mb-2 {
  margin-bottom: rem(8px);
  margin-bottom: var(--spacing-02);
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: rem(24px);
  height: var(--spacing-06);
}

.w-6 {
  width: rem(24px);
  width: var(--spacing-06);
}

.max-w-xs {
  max-width: 20rem;
}

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

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

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

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

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

.gap-6 {
  gap: rem(24px);
  gap: var(--spacing-06);
}

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

.bg-surfacePrimary {
  background-color: #e7f4f6;
  background-color: var(--color-bg-surface-primary);
}

.bg-surfaceTerciary {
  background-color: #09677b;
  background-color: var(--color-bg-surface-terciary);
}

.fill-current {
  fill: currentColor;
}

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

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

.font-body {
  font-family: os-apercu--regular, arial, sans-serif;
  font-family: var(--font-body);
}

.text-base {
  font-size: clamp(1rem, 0.83vw + 0.83rem, 1.5rem);
  font-size: var(--font-size-base);
}

.text-\[0\.975rem\] {
  font-size: 0.975rem;
}

.font-normal {
  font-weight: 400;
  font-weight: var(--font-weight-normal);
}

.text-primary {
  color: #09677b;
  color: var(--color-text-primary);
}

.text-inverseSoft {
  color: rgb(90.6% 95.7% 96.5% / 75%);
  color: var(--color-text-inverse-soft);
}

.text-inverse {
  color: rgb(95% 95% 95%);
  color: var(--color-text-inverse);
}

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

/* @import "./custom-utilities.css"; */

@font-face {
  font-family: os-tisa--regular;
  src: url('../fonts/os-tisa--regular.woff2') format('woff2'), url('../fonts/os-tisa--regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: os-tisa--medium;
  src: url('../fonts/os-tisa--medium.woff2') format('woff2'), url('../fonts/os-tisa--medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: os-apercu--mono-bold;
  src: url('../fonts/os-apercu--mono-bold.woff2') format('woff2'),
    url('../fonts/os-apercu--mono-bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: os-apercu--regular;
  src: url('../fonts/os-apercu--regular.woff2') format('woff2'), url('../fonts/os-apercu--regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: os-apercu--bold;
  src: url('../fonts/os-apercu--bold.woff2') format('woff2'), url('../fonts/os-apercu--bold.woff') format('woff');
  font-display: swap;
}

/* 
@font-face {
  font-family: Fibra-Thin;
  src: url('../fonts/FibraOneAlt-Thin/font.woff2') format('woff2'),
    url('../fonts/FibraOneAlt-Thin/font.woff') format('woff');
  font-display: swap;
} */

html {
  /* Smoothing */
  text-rendering: optimizelegibility;
  text-shadow: rgb(0 0 0 / 1%) 0 0 1px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

svg.icon {
  fill: currentcolor;
  stroke: green !important;
  stroke-width: 2px !important;
}

svg.icon .menu-outline__rectangle {
    stroke: rgb(0% 50.2% 0%);
  }

a {
  text-decoration: underline;
  font-family: Fibra-Thin, sans-serif;
}

a, button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: os-apercu--regular, arial, sans-serif;
  font-family: var(--font-body);
  font-weight: 400;
  font-weight: var(--font-weight-normal);
}

body strong {
  font-family: os-apercu--bold, arial, sans-serif;
  font-family: var(--font-body-strong);
  font-weight: 400;
  font-weight: var(--font-weight-normal);
}

.ztest {
  /* color: var(--cssvar); */
  font-family: Fibra, sans-serif;
  font-size: 196px;
  font-size: 12.25rem;
}

.ztest.ztestdemo {
    background: blue;
  }

.ztest.ztestdemo:hover {
      background: red;
    }

.ztest.ztestdemo .item {
      background: none;
    }

.ztest.ztestdemo > article {
      outline: 1px;
    }

.ztest__demo {
  /* Multiple values */
  margin: 10px 8px;
  margin: 0.625rem 0.5rem;

  /* Existing rem */
  border-bottom: 1px solid black;
  border-bottom: 0.0625rem solid black;

  /* Multiple mixed values */
  box-shadow: 0 0 2px #ccc, inset 0 0 5px #eee;
  box-shadow: 0 0 0.125rem #ccc, inset 0 0 0.3125rem #eee;

  /* Simple */
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;

  /* Comma-separated values */
  text-shadow: 1px 1px #eee, -1px 0 #eee;
  text-shadow: 0.0625rem 0.0625rem #eee, -0.0625rem 0 #eee;
  font-size: 24px;
  font-size: 1.5rem;

  /* Alternate use */
}

.heading-01, .heading-02 {
  margin-bottom: 10%;
  font-family: os-tisa--regular, 'Hoefler Text', times, 'Times New Roman', serif;
  font-family: var(--font-display);
  font-size: clamp(1.44rem, 2.04vw + 1.03rem, 2.67rem);
  font-size: var(--font-size-lg);
  font-weight: 400;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  line-height: var(--line-height-lg);
  letter-spacing: 0em;
  color: #09677b;
  color: var(--color-text-primary);
}

@media (min-width: 48em) {

  .heading-01, .heading-02 {
    line-height: 1.4;
    line-height: var(--line-height-xl);
  }
}

@media (min-width: 64em) {

  .heading-01, .heading-02 {
    letter-spacing: -0.025em;
  }
}

.heading-01 strong, .heading-02 strong {
  font-family: os-tisa--medium, 'Hoefler Text', times, 'Times New Roman', serif;
  font-family: var(--font-display-strong);
  font-weight: 400;
  font-weight: var(--font-weight-normal);
  color: #01c78b;
  color: var(--color-text-secondary);
}

.heading-02 {
  font-family: os-apercu--bold, arial, sans-serif;
  font-family: var(--font-body-strong);
  font-size: clamp(1.2rem, 1.33vw + 0.93rem, 2rem);
  font-size: var(--font-size-md);
  color: rgb(95% 95% 95%);
  color: var(--color-text-inverse);
}

.grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: rem(64px);
  padding-top: var(--spacing-09);
  padding-bottom: rem(64px);
  padding-bottom: var(--spacing-09);
}

@media (min-width: 48em) {

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

.grid {

  padding-right: clamp(0.5rem, 5vw, 6rem);
  padding-left: clamp(0.5rem, 5vw, 6rem);
}

main,
footer {
  min-height: 75vh;
}

main {
  padding-bottom: rem(144px) !important;
  padding-bottom: var(--spacing-11) !important;
}

@media (min-width: 48em) {

  main {
    padding-bottom: rem(96px) !important;
    padding-bottom: var(--spacing-10) !important;
  }
}

footer {
  padding-bottom: rem(96px) !important;
  padding-bottom: var(--spacing-10) !important;
}

@media (min-width: 48em) {

  footer {
    padding-bottom: rem(196px) !important;
    padding-bottom: var(--spacing-12) !important;
  }
}

svg path {
  fill: inherit;
}

.hover\:drop-shadow-xl:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

@media (min-width: 48em) {

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

  .md\:mr-3 {
    margin-right: rem(12px);
    margin-right: var(--spacing-03);
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:h-5 {
    height: rem(20px);
    height: var(--spacing-05);
  }

  .md\:w-5 {
    width: rem(20px);
    width: var(--spacing-05);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    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);
  }

  .md\:hover\:drop-shadow-md:hover {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
  }
}

@media (min-width: 64em) {

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

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

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

  .lg\:inline {
    display: inline;
  }
}

@media (min-width: 80em) {

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

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

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:max-w-max {
    max-width: max-content;
  }
}
