/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, 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-teal-700: oklch(51.1% 0.096 186.391);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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);
  }
}
@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: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-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: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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;
  }
  :-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 {
  .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;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-52 {
    top: calc(var(--spacing) * 52);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0\! {
    margin: calc(var(--spacing) * 0) !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .\!mt-\[20px\] {
    margin-top: 20px !important;
  }
  .\!mt-\[24px\] {
    margin-top: 24px !important;
  }
  .\!mt-\[40px\] {
    margin-top: 40px !important;
  }
  .mt-\[32px\]\! {
    margin-top: 32px !important;
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-\[24px\]\! {
    margin-bottom: 24px !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex\! {
    display: inline-flex !important;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none\! {
    list-style-type: none !important;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-4\! {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .\!space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0 !important;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse)) !important;
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))) !important;
    }
  }
  .space-x-2\! {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0 !important;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse)) !important;
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))) !important;
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-stretch {
    align-self: stretch;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[8px\]\! {
    border-radius: 8px !important;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[999px\]\! {
    border-radius: 999px !important;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full\! {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-2\! {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .\!border-t {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
  .border-solid\! {
    --tw-border-style: solid !important;
    border-style: solid !important;
  }
  .\!border-\[\#014C47\] {
    border-color: #014C47 !important;
  }
  .border-\[\#0E6B68\] {
    border-color: #0E6B68;
  }
  .border-\[\#E9EAEB\]\! {
    border-color: #E9EAEB !important;
  }
  .border-\[\#F2F3F4\]\! {
    border-color: #F2F3F4 !important;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[\#0e6b68\] {
    background-color: #0e6b68;
  }
  .bg-\[\#137873\] {
    background-color: #137873;
  }
  .bg-\[\#AFE1D2\] {
    background-color: #AFE1D2;
  }
  .bg-transparent\! {
    background-color: transparent !important;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\! {
    background-color: var(--color-white) !important;
  }
  .bg-\[right_15px_top_15px\]\! {
    background-position: right 15px top 15px !important;
  }
  .p-0\! {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-6\! {
    padding: calc(var(--spacing) * 6) !important;
  }
  .p-10\! {
    padding: calc(var(--spacing) * 10) !important;
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6\! {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-\[32px\]\! {
    padding-inline: 32px !important;
  }
  .\!py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-2\! {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-4\! {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-\[16px\]\! {
    padding-block: 16px !important;
  }
  .py-\[24px\]\! {
    padding-block: 24px !important;
  }
  .pt-6\! {
    padding-top: calc(var(--spacing) * 6) !important;
  }
  .pr-0\! {
    padding-right: calc(var(--spacing) * 0) !important;
  }
  .pb-0\! {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .text-center {
    text-align: center;
  }
  .\!font-\(family-name\:--hepta-slab\) {
    font-family: var(--hepta-slab) !important;
  }
  .font-\(family-name\:--hepta-slab\)\! {
    font-family: var(--hepta-slab) !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\]\! {
    font-size: 16px !important;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[18px\]\! {
    font-size: 18px !important;
  }
  .text-\[20px\]\! {
    font-size: 20px !important;
  }
  .text-\[28px\]\! {
    font-size: 28px !important;
  }
  .\!leading-\[24px\] {
    --tw-leading: 24px !important;
    line-height: 24px !important;
  }
  .leading-6\! {
    --tw-leading: calc(var(--spacing) * 6) !important;
    line-height: calc(var(--spacing) * 6) !important;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[28px\]\! {
    --tw-leading: 28px !important;
    line-height: 28px !important;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-medium\! {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .font-normal\! {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-semibold\! {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .\!text-\[\#0e6b68\] {
    color: #0e6b68 !important;
  }
  .\!text-\[\#fff\] {
    color: #fff !important;
  }
  .text-\[\#0E6B68\] {
    color: #0E6B68;
  }
  .text-\[\#0E6B68\]\! {
    color: #0E6B68 !important;
  }
  .text-\[\#0e6b68\] {
    color: #0e6b68;
  }
  .text-\[\#014C47\] {
    color: #014C47;
  }
  .text-\[\#137873\]\! {
    color: #137873 !important;
  }
  .text-\[16\]\! {
    color: 16 !important;
  }
  .text-\[hsl\(220\,24\%\,12\%\)\] {
    color: hsl(220,24%,12%);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .shadow-\[0px_4px_24px_0px_rgba\(0\,_0\,_0\,_0\.16\)\]\! {
    --tw-shadow: 0px 4px 24px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.16)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .text-shadow-\[0_1px_2px_rgba\(83_193_184_\/_0\.50\)\] {
    text-shadow: 0 1px 2px var(--tw-text-shadow-color, rgba(83 193 184 / 0.50));
  }
  .hover\:bg-\[\#014C47\] {
    &:hover {
      @media (hover: hover) {
        background-color: #014C47;
      }
    }
  }
  .hover\:bg-teal-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-teal-700);
      }
    }
  }
  .focus\:shadow-none\! {
    &:focus {
      --tw-shadow: 0 0 #0000 !important;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .\[\@media\(min-width\:1001px\)\]\:hidden {
    @media (min-width:1001px) {
      display: none;
    }
  }
}
html {
  scroll-behavior: smooth;
}
:root {
  --hepta-slab: "Hepta Slab", sans-serif;
  --sub-heading: 18px;
}
#primary {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1180px;
}
body {
  font-family: "Albert Sans", sans-serif;
  color: #545F5F;
}
h1 {
  font-size: 48px;
  line-height: 60px;
}
h2 {
  font-size: 36px;
  line-height: 44px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 28px;
  line-height: 36px;
}
h5 {
  font-size: 24px;
  line-height: 32px;
}
h6 {
  font-size: 20px;
  line-height: 28px;
}
#page {
  padding-top: 0%;
}
.site-content {
  padding: 0 0 0 0;
}
p.half-width {
  width: 50%;
}
.remove-padding ul {
  padding: 0 !important;
}
.wp-block-bbx-bento-card.height-250 {
  max-height: 250px;
}
label.radio-box:has(input[type="radio"]:checked) {
  box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05), 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #43D6B9 !important;
}
.chapters-row .gfield_checkbox {
  flex-direction: row !important;
  justify-content: space-between;
}
.grid-items {
  width: 32%;
}
.gutter-sizer {
  width: 2%;
}
.pick-grid {
  display: flex;
  flex-wrap: wrap;
}
.grid-items {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
.grid-items:hover {
  transform: translateY(-5px);
}
.grid-items img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: auto;
}
.grid-items h3 {
  font-size: 20px;
  line-height: 28px;
  color: #0E6B68;
  margin: 0;
  font-weight: 600;
}
.grid-items p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #545F5F;
  margin: 0 0 8px;
}
.grid-items a {
  color: #047857;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.grid-items a::after {
  content: "→";
  display: inline-block;
  margin-left: 4px;
}
figure.blog-images {
  z-index: 2;
}
.mc_input {
  padding: 12px 15px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  border-color: #a8b3b3 !important;
}
@media (max-width: 768px) {
  .grid-sizer,	.grid-items {
    width: 48%;
  }
  .gutter-sizer {
    width: 4%;
  }
}
@media (max-width: 500px) {
  .grid-sizer,	.grid-items {
    width: 100%;
  }
  .gutter-sizer {
    width: 0%;
  }
}
.site-title-wrap {
  max-width: 20%;
}
.site-header {
  background-color: #ffffff;
}
.main-navigation .current-menu-item a {
  font-weight: 700;
}
.top-navigation-right {
  float: none;
}
.home .site-header {
  background-color: #e6f8ff;
}
.main-navigation a {
  color: #0e6b68;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.main-navigation ul li {
  padding: 0 12px;
}
.start-a-chapter {
  background-image: url('../../images/Union.svg');
  background-size: contain;
  width: 145px !important;
  height: 80px;
  background-repeat: no-repeat;
  padding: 0px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .header-mobile {
    width: 100%;
    justify-content: space-between;
  }
}
.site-footer {
  background-color: #AFE1D2;
  padding-block: calc(var(--spacing) * 20);
}
.social-links a {
  border-radius: calc(infinity * 1px) !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: #014C47 !important;
}
.social-links a:hover {
  text-decoration: none;
  color: #fff !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  .is-mobile-fullwidth .stk-button {
    width: 100% !important;
  }
  .is-mobile-fullwidth .stk-block-button {
    flex: 1 0 var(--stk-button-group-flex-wrap, 0) !important;
  }
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-x-reverse: 0;
      --tw-border-style: solid;
      --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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
