/* Utilities for pages/Cookies.php, compiled with Tailwind v4.3.3
 * from that template only (assets/tailwind.css is a static build with no
 * compile step). Layers are unwrapped so these rules always win over the
 * identically named utilities in tailwind.css. Rebuild after editing the
 * template: see the note in functions.php. */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
:root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }




  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-\[3px\] {
    top: calc(3px * -1);
  }
  .-top-\[110px\] {
    top: calc(110px * -1);
  }
  .right-0 {
    right: 0px;
  }
  .-left-\[173px\] {
    left: calc(173px * -1);
  }
  .z-\[1\] {
    z-index: 1;
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0px;
  }
  .-mt-\[60px\] {
    margin-top: calc(60px * -1);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-\[26px\] {
    width: 26px;
    height: 26px;
  }
  .size-\[42px\] {
    width: 42px;
    height: 42px;
  }
  .size-\[499px\] {
    width: 499px;
    height: 499px;
  }
  .size-\[527px\] {
    width: 527px;
    height: 527px;
  }
  .h-px {
    height: 1px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[866px\] {
    max-width: 866px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[928px\] {
    max-width: 928px;
  }
  .max-w-\[1220px\] {
    max-width: 1220px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-x-\[43px\] {
    column-gap: 43px;
  }
  .gap-y-3\.5 {
    row-gap: calc(var(--spacing) * 3.5);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[rgba\(11\,123\,108\,0\.16\)\] {
    border-color: rgba(11,123,108,0.16);
  }
  .border-\[rgba\(16\,32\,28\,0\.1\)\] {
    border-color: rgba(16,32,28,0.1);
  }
  .border-\[rgba\(16\,32\,28\,0\.08\)\] {
    border-color: rgba(16,32,28,0.08);
  }
  .border-\[rgba\(16\,32\,28\,0\.12\)\] {
    border-color: rgba(16,32,28,0.12);
  }
  .bg-\[\#0b7b6c\] {
    background-color: #0b7b6c;
  }
  .bg-\[\#1a6b5d\] {
    background-color: #1a6b5d;
  }
  .bg-\[\#6b4fc8\] {
    background-color: #6b4fc8;
  }
  .bg-\[\#c6dc6b\] {
    background-color: #c6dc6b;
  }
  .bg-\[\#efe9fc\] {
    background-color: #efe9fc;
  }
  .bg-\[\#eff7f0\] {
    background-color: #eff7f0;
  }
  .bg-\[\#f4f1e8\] {
    background-color: #f4f1e8;
  }
  .bg-\[\#f7f6f1\] {
    background-color: #f7f6f1;
  }
  .bg-\[rgba\(11\,123\,108\,0\.1\)\] {
    background-color: rgba(11,123,108,0.1);
  }
  .bg-\[rgba\(11\,123\,108\,0\.11\)\] {
    background-color: rgba(11,123,108,0.11);
  }
  .bg-\[rgba\(155\,127\,232\,0\.14\)\] {
    background-color: rgba(155,127,232,0.14);
  }
  .bg-\[rgba\(198\,220\,107\,0\.34\)\] {
    background-color: rgba(198,220,107,0.34);
  }
  .bg-\[rgba\(244\,251\,246\,0\.16\)\] {
    background-color: rgba(244,251,246,0.16);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[radial-gradient\(circle_at_32\%_32\%\,rgba\(227\,215\,250\,1\)_0\%\,rgba\(205\,187\,247\,1\)_65\%\,rgba\(205\,187\,247\,0\)_72\%\)\] {
    background-image: radial-gradient(circle at 32% 32%,rgba(227,215,250,1) 0%,rgba(205,187,247,1) 65%,rgba(205,187,247,0) 72%);
  }
  .bg-\[radial-gradient\(circle_at_64\%_43\%\,rgba\(234\,244\,192\,1\)_0\%\,rgba\(221\,237\,158\,1\)_60\%\,rgba\(221\,237\,158\,0\)_72\%\)\] {
    background-image: radial-gradient(circle at 64% 43%,rgba(234,244,192,1) 0%,rgba(221,237,158,1) 60%,rgba(221,237,158,0) 72%);
  }
  .from-\[rgba\(198\,220\,107\,0\.3\)\] {
    --tw-gradient-from: rgba(198,220,107,0.3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[rgba\(198\,220\,107\,0\.26\)\] {
    --tw-gradient-from: rgba(198,220,107,0.26);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[rgba\(205\,187\,247\,0\.3\)\] {
    --tw-gradient-from: rgba(205,187,247,0.3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: 0px;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[22px\] {
    padding: 22px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-11 {
    padding-block: calc(var(--spacing) * 11);
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[19px\] {
    padding-block: 19px;
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-\[7px\] {
    padding-top: 7px;
  }
  .pt-\[9px\] {
    padding-top: 9px;
  }
  .pt-\[53px\] {
    padding-top: 53px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\[Gloock\,Georgia\,serif\] {
    font-family: Gloock,Georgia,serif;
  }
  .text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[16\.5px\] {
    font-size: 16.5px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.14\] {
    --tw-leading: 1.14;
    line-height: 1.14;
  }
  .leading-\[1\.16\] {
    --tw-leading: 1.16;
    line-height: 1.16;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[1\.495px\] {
    --tw-tracking: 1.495px;
    letter-spacing: 1.495px;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#0b6b5e\] {
    color: #0b6b5e;
  }
  .text-\[\#0b7b6c\] {
    color: #0b7b6c;
  }
  .text-\[\#0e1f1b\] {
    color: #0e1f1b;
  }
  .text-\[\#1c143a\] {
    color: #1c143a;
  }
  .text-\[\#4a4363\] {
    color: #4a4363;
  }
  .text-\[\#4e5c33\] {
    color: #4e5c33;
  }
  .text-\[\#5e6e65\] {
    color: #5e6e65;
  }
  .text-\[\#6b4fc8\] {
    color: #6b4fc8;
  }
  .text-\[\#9aa79e\] {
    color: #9aa79e;
  }
  .text-\[\#25352f\] {
    color: #25352f;
  }
  .text-\[\#43554d\] {
    color: #43554d;
  }
  .text-\[\#dded9e\] {
    color: #dded9e;
  }
  .text-\[\#eaf6ef\] {
    color: #eaf6ef;
  }
  .text-\[\#f4fbf6\] {
    color: #f4fbf6;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .shadow-\[0_26px_56px_-50px_rgba\(28\,20\,58\,0\.5\)\] {
    --tw-shadow: 0 26px 56px -50px var(--tw-shadow-color, rgba(28,20,58,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_26px_58px_-50px_rgba\(8\,76\,67\,0\.45\)\] {
    --tw-shadow: 0 26px 58px -50px var(--tw-shadow-color, rgba(8,76,67,0.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_32px_66px_-50px_rgba\(8\,76\,67\,0\.45\)\] {
    --tw-shadow: 0 32px 66px -50px var(--tw-shadow-color, rgba(8,76,67,0.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-\[50px\] {
    --tw-blur: blur(50px);
    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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .group-aria-expanded\:rotate-45:is(:where(.group)[aria-expanded="true"] *) {
    rotate: 45deg;
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:inset-x-0::before {
    content: var(--tw-content);
    inset-inline: 0px;
  }
  .before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }
  .before\:h-1::before {
    content: var(--tw-content);
    height: var(--spacing);
  }
  .before\:bg-\[\#0b7b6c\]::before {
    content: var(--tw-content);
    background-color: #0b7b6c;
  }
  .before\:bg-\[\#6b4fc8\]::before {
    content: var(--tw-content);
    background-color: #6b4fc8;
  }
  .before\:bg-\[\#c6dc6b\]::before {
    content: var(--tw-content);
    background-color: #c6dc6b;
  }
  .after\:pointer-events-none::after {
    content: var(--tw-content);
    pointer-events: none;
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:-top-\[70px\]::after {
    content: var(--tw-content);
    top: calc(70px * -1);
  }
  .after\:-top-\[111px\]::after {
    content: var(--tw-content);
    top: calc(111px * -1);
  }
  .after\:-right-\[60px\]::after {
    content: var(--tw-content);
    right: calc(60px * -1);
  }
  .after\:-right-\[70px\]::after {
    content: var(--tw-content);
    right: calc(70px * -1);
  }
  .after\:-right-\[73px\]::after {
    content: var(--tw-content);
    right: calc(73px * -1);
  }
  .after\:-bottom-\[110px\]::after {
    content: var(--tw-content);
    bottom: calc(110px * -1);
  }
  .after\:size-\[200px\]::after {
    content: var(--tw-content);
    width: 200px;
    height: 200px;
  }
  .after\:size-\[320px\]::after {
    content: var(--tw-content);
    width: 320px;
    height: 320px;
  }
  .after\:size-\[461px\]::after {
    content: var(--tw-content);
    width: 461px;
    height: 461px;
  }
  .after\:rounded-full::after {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  .after\:bg-radial::after {
    content: var(--tw-content);
    --tw-gradient-position: in oklab;
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
  .after\:bg-\[radial-gradient\(circle\,rgba\(198\,220\,107\,0\.15\)_0\%\,rgba\(198\,220\,107\,0\)_70\%\)\]::after {
    content: var(--tw-content);
    background-image: radial-gradient(circle,rgba(198,220,107,0.15) 0%,rgba(198,220,107,0) 70%);
  }
  .after\:bg-\[radial-gradient\(circle\,rgba\(198\,220\,107\,0\.28\)_0\%\,rgba\(198\,220\,107\,0\)_70\%\)\]::after {
    content: var(--tw-content);
    background-image: radial-gradient(circle,rgba(198,220,107,0.28) 0%,rgba(198,220,107,0) 70%);
  }
  .after\:to-transparent::after {
    content: var(--tw-content);
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .after\:to-70\%::after {
    content: var(--tw-content);
    --tw-gradient-to-position: 70%;
  }
  @media (hover: hover) {
    .hover\:text-\[\#0e1f1b\]:hover {
      color: #0e1f1b;
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 48rem) {
    .md\:-right-\[72px\] {
      right: calc(72px * -1);
    }
    .md\:-mt-\[140px\] {
      margin-top: calc(140px * -1);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:gap-\[22px\] {
      gap: 22px;
    }
    .md\:rounded-\[26px\] {
      border-radius: 26px;
    }
    .md\:rounded-\[28px\] {
      border-radius: 28px;
    }
    .md\:rounded-\[34px\] {
      border-radius: 34px;
    }
    .md\:rounded-\[40px\] {
      border-radius: 40px;
    }
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .md\:p-9 {
      padding: calc(var(--spacing) * 9);
    }
    .md\:p-\[30px\] {
      padding: 30px;
    }
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .md\:px-\[52px\] {
      padding-inline: 52px;
    }
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .md\:pt-\[51px\] {
      padding-top: 51px;
    }
    .md\:pt-\[80px\] {
      padding-top: 80px;
    }
    .md\:pt-\[162px\] {
      padding-top: 162px;
    }
    .md\:pb-\[52px\] {
      padding-bottom: 52px;
    }
    .md\:pb-\[54px\] {
      padding-bottom: 54px;
    }
    .md\:pb-\[124px\] {
      padding-bottom: 124px;
    }
    .md\:pl-\[70px\] {
      padding-left: 70px;
    }
    .md\:text-\[17\.5px\] {
      font-size: 17.5px;
    }
    .md\:text-\[17px\] {
      font-size: 17px;
    }
    .md\:text-\[18px\] {
      font-size: 18px;
    }
    .md\:text-\[20px\] {
      font-size: 20px;
    }
    .md\:text-\[24px\] {
      font-size: 24px;
    }
    .md\:text-\[25px\] {
      font-size: 25px;
    }
    .md\:text-\[27px\] {
      font-size: 27px;
    }
    .md\:text-\[42px\] {
      font-size: 42px;
    }
    .md\:text-\[56px\] {
      font-size: 56px;
    }
    .md\:leading-8 {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
    .md\:leading-\[27\.84px\] {
      --tw-leading: 27.84px;
      line-height: 27.84px;
    }
    .md\:leading-\[28\.9px\] {
      --tw-leading: 28.9px;
      line-height: 28.9px;
    }
    .md\:leading-\[28\.35px\] {
      --tw-leading: 28.35px;
      line-height: 28.35px;
    }
    .md\:leading-\[29px\] {
      --tw-leading: 29px;
      line-height: 29px;
    }
    .md\:leading-\[30\.1px\] {
      --tw-leading: 30.1px;
      line-height: 30.1px;
    }
    .md\:leading-\[30\.78px\] {
      --tw-leading: 30.78px;
      line-height: 30.78px;
    }
    .md\:leading-\[35\.6px\] {
      --tw-leading: 35.6px;
      line-height: 35.6px;
    }
    .md\:leading-\[45\.36px\] {
      --tw-leading: 45.36px;
      line-height: 45.36px;
    }
    .md\:leading-\[58\.8px\] {
      --tw-leading: 58.8px;
      line-height: 58.8px;
    }
    .md\:tracking-\[-0\.84px\] {
      --tw-tracking: -0.84px;
      letter-spacing: -0.84px;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[minmax\(0\,1\.02fr\)_minmax\(0\,0\.98fr\)\] {
      grid-template-columns: minmax(0,1.02fr) minmax(0,0.98fr);
    }
    .lg\:gap-\[64px\] {
      gap: 64px;
    }
    .lg\:pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80rem) {
    .xl\:rounded-\[48px\] {
      border-radius: 48px;
    }
    .xl\:px-\[110px\] {
      padding-inline: 110px;
    }
    .xl\:py-\[80px\] {
      padding-block: 80px;
    }
    .xl\:py-\[81px\] {
      padding-block: 81px;
    }
    .xl\:pb-\[81px\] {
      padding-bottom: 81px;
    }
  }
  .\[\&_a\]\:font-semibold a {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\[\&_a\]\:text-\[\#0b6b5e\] a {
    color: #0b6b5e;
  }
  .\[\&_a\]\:underline a {
    text-decoration-line: underline;
  }
  .\[\&_a\]\:decoration-\[rgba\(11\,123\,108\,0\.35\)\] a {
    text-decoration-color: rgba(11,123,108,0.35);
  }
  .\[\&_a\]\:decoration-2 a {
    text-decoration-thickness: 2px;
  }
  .\[\&_a\]\:underline-offset-4 a {
    text-underline-offset: 4px;
  }
  .\[\&_p\]\:m-0 p {
    margin: 0px;
  }
  .\[\&_p\]\:mb-3 p {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .\[\&_p\]\:text-\[17px\] p {
    font-size: 17px;
  }
  .\[\&_p\]\:leading-7 p {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .\[\&_p\]\:text-\[\#43554d\] p {
    color: #43554d;
  }
  .\[\&_p\:last-child\]\:mb-0 p:last-child {
    margin-bottom: 0px;
  }
  .\[\&\.is-open\]\:block.is-open {
    display: block;
  }
  .\[\&\>p\]\:m-0 > p {
    margin: 0px;
  }
  .\[\&\>p\]\:text-\[16\.5px\] > p {
    font-size: 16.5px;
  }
  .\[\&\>p\]\:text-\[17px\] > p {
    font-size: 17px;
  }
  .\[\&\>p\]\:leading-\[29px\] > p {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .\[\&\>p\]\:leading-\[30px\] > p {
    --tw-leading: 30px;
    line-height: 30px;
  }
  @media (width >= 48rem) {
    .md\:\[\&\>p\]\:text-\[17\.5px\] > p {
      font-size: 17.5px;
    }
    .md\:\[\&\>p\]\:text-\[18px\] > p {
      font-size: 18px;
    }
    .md\:\[\&\>p\]\:text-\[20px\] > p {
      font-size: 20px;
    }
    .md\:\[\&\>p\]\:leading-8 > p {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
    .md\:\[\&\>p\]\:leading-\[30\.1px\] > p {
      --tw-leading: 30.1px;
      line-height: 30.1px;
    }
    .md\:\[\&\>p\]\:leading-\[35\.6px\] > p {
      --tw-leading: 35.6px;
      line-height: 35.6px;
    }
  }
  .\[\&\>p\+p\]\:mt-4 > p + p {
    margin-top: calc(var(--spacing) * 4);
  }
  .\[\&\>p\+p\]\:mt-\[13px\] > p + p {
    margin-top: 13px;
  }
  .\[\&\>span\]\:font-\[Gloock\,Georgia\,serif\] > span {
    font-family: Gloock,Georgia,serif;
  }
  .\[\&\>span\]\:text-\[\#0b7b6c\] > span {
    color: #0b7b6c;
  }
  .\[\&\>svg\]\:size-5 > svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .\[\&\>svg\]\:size-\[13px\] > svg {
    width: 13px;
    height: 13px;
  }
  .\[\&\>svg\]\:size-\[19px\] > svg {
    width: 19px;
    height: 19px;
  }
  .\[\&\>svg\]\:size-\[21px\] > svg {
    width: 21px;
    height: 21px;
  }


@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}

  @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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-content: "";
    }
  }


