/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0;
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @media (width >= 50rem) {
      max-width: 50rem;
    }
    @media (width >= 70rem) {
      max-width: 70rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-xs {
    margin-inline: calc(8 / var(--space-base) * var(--space-unit));
  }
  .mt-xs {
    margin-top: calc(8 / var(--space-base) * var(--space-unit));
  }
  .mb-lg {
    margin-bottom: calc(24 / var(--space-base) * var(--space-unit));
  }
  .mb-xs {
    margin-bottom: calc(8 / var(--space-base) * var(--space-unit));
  }
  .box-content {
    box-sizing: content-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-full {
    height: 100%;
  }
  .h-xl {
    height: calc(32 / var(--space-base) * var(--space-unit));
  }
  .max-h-4xl {
    max-height: calc(96 / var(--space-base) * var(--space-unit));
  }
  .max-h-\[84px\] {
    max-height: 84px;
  }
  .min-h-lvh {
    min-height: 100lvh;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-full {
    width: 100%;
  }
  .w-xl {
    width: calc(32 / var(--space-base) * var(--space-unit));
  }
  .max-w-6xl {
    max-width: calc(256 / var(--space-base) * var(--space-unit));
  }
  .max-w-\[32ch\] {
    max-width: 32ch;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[372px\] {
    max-width: 372px;
  }
  .max-w-container-lg {
    max-width: 74rem;
  }
  .max-w-container-md {
    max-width: 60rem;
  }
  .max-w-container-sm {
    max-width: 42rem;
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3xl {
    gap: calc(64 / var(--space-base) * var(--space-unit));
  }
  .gap-lg {
    gap: calc(24 / var(--space-base) * var(--space-unit));
  }
  .gap-md {
    gap: calc(16 / var(--space-base) * var(--space-unit));
  }
  .gap-sm {
    gap: calc(12 / var(--space-base) * var(--space-unit));
  }
  .gap-xl {
    gap: calc(32 / var(--space-base) * var(--space-unit));
  }
  .gap-xs {
    gap: calc(8 / var(--space-base) * var(--space-unit));
  }
  .space-y-2xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(48 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(48 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-lg {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(24 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(24 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-md {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(16 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(16 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xl {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(32 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(32 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-xs {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(8 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(8 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: 99rem;
  }
  .rounded-lg {
    border-radius: 3rem;
  }
  .rounded-sm {
    border-radius: 1rem;
  }
  .rounded-t-sm {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-12 {
    border-style: var(--tw-border-style);
    border-width: 12px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border-accent {
    border-color: var(--wave);
  }
  .border-border-inverted {
    border-color: var(--white);
  }
  .border-border-primary {
    border-color: var(--anchor);
  }
  .border-surface-primary {
    border-color: var(--white);
  }
  .bg-surface-accent-primary {
    background-color: var(--reef);
  }
  .bg-surface-accent-secondary {
    background-color: var(--wave);
  }
  .bg-surface-accent-tertiary {
    background-color: var(--abyss);
  }
  .bg-surface-accent-tertiary\/80 {
    background-color: var(--abyss);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--abyss) 80%, transparent);
    }
  }
  .bg-surface-inverted {
    background-color: var(--anchor);
  }
  .bg-surface-primary {
    background-color: var(--white);
  }
  .bg-surface-secondary {
    background-color: var(--sand);
  }
  .bg-surface-tertiary {
    background-color: var(--mist);
  }
  .bg-\[url\(\/assets\/images\/bg\.svg\)\] {
    background-image: url(/assets/images/bg.svg);
  }
  .bg-\[url\(\/assets\/images\/footer-circles\.svg\)\] {
    background-image: url(/assets/images/footer-circles.svg);
  }
  .bg-\[url\(\/assets\/images\/sea\.jpg\)\] {
    background-image: url(/assets/images/sea.jpg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom-left {
    background-position: left bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-xl {
    padding: calc(32 / var(--space-base) * var(--space-unit));
  }
  .p-xs {
    padding: calc(8 / var(--space-base) * var(--space-unit));
  }
  .px-lg {
    padding-inline: calc(24 / var(--space-base) * var(--space-unit));
  }
  .px-md {
    padding-inline: calc(16 / var(--space-base) * var(--space-unit));
  }
  .px-sm {
    padding-inline: calc(12 / var(--space-base) * var(--space-unit));
  }
  .py-3xl {
    padding-block: calc(64 / var(--space-base) * var(--space-unit));
  }
  .py-4xl {
    padding-block: calc(96 / var(--space-base) * var(--space-unit));
  }
  .py-5xl {
    padding-block: calc(128 / var(--space-base) * var(--space-unit));
  }
  .py-md {
    padding-block: calc(16 / var(--space-base) * var(--space-unit));
  }
  .py-xl {
    padding-block: calc(32 / var(--space-base) * var(--space-unit));
  }
  .py-xs {
    padding-block: calc(8 / var(--space-base) * var(--space-unit));
  }
  .pt-2xl {
    padding-top: calc(48 / var(--space-base) * var(--space-unit));
  }
  .pt-3xl {
    padding-top: calc(64 / var(--space-base) * var(--space-unit));
  }
  .pb-4xl {
    padding-bottom: calc(96 / var(--space-base) * var(--space-unit));
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: "Geist", sans-serif;
  }
  .text-lg {
    font-size: calc(24 / var(--text-base) * var(--text-unit));
    line-height: var(--tw-leading, calc(32 / 24));
  }
  .text-md {
    font-size: calc(18 / var(--text-base) * var(--text-unit));
    line-height: var(--tw-leading, calc(26 / 18));
  }
  .text-sm {
    font-size: calc(16 / var(--text-base) * var(--text-unit));
    line-height: var(--tw-leading, calc(24 / 16));
  }
  .text-xl {
    font-size: calc(36 / var(--text-base) * var(--text-unit));
    line-height: var(--tw-leading, calc(44 / 36));
  }
  .text-xs {
    font-size: calc(14 / var(--text-base) * var(--text-unit));
    line-height: var(--tw-leading, calc(24 / 14));
  }
  .font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-extrabold {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .font-medium {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-text-accent-primary {
    color: var(--reef);
  }
  .text-text-accent-secondary {
    color: var(--wave);
  }
  .text-text-inverted {
    color: var(--white);
  }
  .text-text-primary {
    color: var(--anchor);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .shadow-primary {
    --tw-shadow: 0 4px 30px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .hover\:bg-surface-accent-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--reef);
      }
    }
  }
  .hover\:bg-surface-accent-primary-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--reef-dark);
      }
    }
  }
  .hover\:bg-surface-accent-secondary-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--wave-dark);
      }
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-offset-2 {
    &:focus {
      outline-offset: 2px;
    }
  }
  .focus\:outline-border-accent {
    &:focus {
      outline-color: var(--wave);
    }
  }
  .focus-visible\:bg-surface-accent-primary {
    &:focus-visible {
      background-color: var(--reef);
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-border-accent {
    &:focus-visible {
      outline-color: var(--wave);
    }
  }
  .sm\:col-span-2 {
    @media (width >= 30rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:inline {
    @media (width >= 30rem) {
      display: inline;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 30rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 30rem) {
      flex-direction: row;
    }
  }
  .md\:mb-sm {
    @media (width >= 50rem) {
      margin-bottom: calc(12 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:mb-xl {
    @media (width >= 50rem) {
      margin-bottom: calc(32 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:h-2xl {
    @media (width >= 50rem) {
      height: calc(48 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:w-2xl {
    @media (width >= 50rem) {
      width: calc(48 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 50rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 50rem) {
      flex-direction: row;
    }
  }
  .md\:gap-2xl {
    @media (width >= 50rem) {
      gap: calc(48 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:gap-4xl {
    @media (width >= 50rem) {
      gap: calc(96 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:gap-lg {
    @media (width >= 50rem) {
      gap: calc(24 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:gap-md {
    @media (width >= 50rem) {
      gap: calc(16 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:gap-sm {
    @media (width >= 50rem) {
      gap: calc(12 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:gap-xl {
    @media (width >= 50rem) {
      gap: calc(32 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:space-y-2xl {
    @media (width >= 50rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(48 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(48 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-3xl {
    @media (width >= 50rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(64 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(64 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-lg {
    @media (width >= 50rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(24 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(24 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-sm {
    @media (width >= 50rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(12 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(12 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-xl {
    @media (width >= 50rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(32 / var(--space-base) * var(--space-unit)) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(32 / var(--space-base) * var(--space-unit)) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:rounded-lg {
    @media (width >= 50rem) {
      border-radius: 3rem;
    }
  }
  .md\:p-2xl {
    @media (width >= 50rem) {
      padding: calc(48 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:px-md {
    @media (width >= 50rem) {
      padding-inline: calc(16 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:py-2xl {
    @media (width >= 50rem) {
      padding-block: calc(48 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:py-4xl {
    @media (width >= 50rem) {
      padding-block: calc(96 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:py-5xl {
    @media (width >= 50rem) {
      padding-block: calc(128 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:py-6xl {
    @media (width >= 50rem) {
      padding-block: calc(256 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:py-lg {
    @media (width >= 50rem) {
      padding-block: calc(24 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:py-sm {
    @media (width >= 50rem) {
      padding-block: calc(12 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:pt-3xl {
    @media (width >= 50rem) {
      padding-top: calc(64 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:pt-4xl {
    @media (width >= 50rem) {
      padding-top: calc(96 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:pb-5xl {
    @media (width >= 50rem) {
      padding-bottom: calc(128 / var(--space-base) * var(--space-unit));
    }
  }
  .md\:text-right {
    @media (width >= 50rem) {
      text-align: right;
    }
  }
  .md\:text-lg {
    @media (width >= 50rem) {
      font-size: calc(24 / var(--text-base) * var(--text-unit));
      line-height: var(--tw-leading, calc(32 / 24));
    }
  }
  .md\:text-md {
    @media (width >= 50rem) {
      font-size: calc(18 / var(--text-base) * var(--text-unit));
      line-height: var(--tw-leading, calc(26 / 18));
    }
  }
  .md\:text-sm {
    @media (width >= 50rem) {
      font-size: calc(16 / var(--text-base) * var(--text-unit));
      line-height: var(--tw-leading, calc(24 / 16));
    }
  }
  .md\:text-xl {
    @media (width >= 50rem) {
      font-size: calc(36 / var(--text-base) * var(--text-unit));
      line-height: var(--tw-leading, calc(44 / 36));
    }
  }
  .md\:text-xxl {
    @media (width >= 50rem) {
      font-size: calc(80 / var(--text-base) * var(--text-unit));
      line-height: var(--tw-leading, calc(82 / 80));
    }
  }
  .lg\:col-span-1 {
    @media (width >= 70rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 70rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 70rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
:root {
  --white: #ffffff;
  --sand: #f8f4f1;
  --anchor: #231f20;
  --wave: #00abc5;
  --reef: #00a99d;
  --mist: #f7faf9;
  --abyss: #21184c;
  --wave-dark: #00899e;
  --reef-dark: #00877e;
  --text-base: 16;
  --text-unit: 1rem;
  --space-base: 16;
  --space-unit: 1rem;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
