/*! tailwindcss v4.1.17 | 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-slate-100: oklch(96.8% 0.007 247.896);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .-my-2 {
    margin-block: calc(var(--spacing) * -2);
  }
  .-my-3 {
    margin-block: calc(var(--spacing) * -3);
  }
  .-my-4 {
    margin-block: calc(var(--spacing) * -4);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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, backdrop-filter, display, 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));
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .group-hover\:scale-\[1\.03\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 80rem) {
      width: calc(1/4 * 100%);
    }
  }
}
:root {
  --page-top-height: 6rem;
  --external-container-width: 2100px;
  --blue-dark: #435563;
  --blue-light: #468799;
  --blue-lighter: #6cc3cf;
  --blue-darker: #1d455b;
  --gray-light: #f1f3f3;
  --gray-dark: #dce1e1;
  --green-dark: #315150;
  --green-light: #3e5250;
  --colour-indigo: #153C4F;
  --colour-green: #254845;
  --colour-off-white: #F0F0F0;
  --colour-blue-one: #53BAC7;
  --colour-blue-two: #3489A4;
  --colour-grey-one: #435561;
  --colour-grey-two: #F5F5F5;
  --colour-ocean: #002432;
  --colour-cloud: #dfe4e5;
  --colour-teal: #27c7b8;
  --colour-tangerine: #F78837;
  --font-barlow: "Barlow Condensed", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --container-sm: 720px;
  --container-w: 1024px;
  --container-xl: 100%;
}
@media (max-width: 768px) {
  :root {
    --container-sm: 84%;
    --container-w: 94%;
    --container-xl: 94%;
  }
}
@import url('_variables.css');
html, body {
  font-family: var(--font-manrope);
}
body {
  padding: 0;
  margin: 0;
  color: var(--colour-indigo);
  background: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.4em;
  }
}
.l-external-container, .l-main {
  min-height: 100vh;
}
.l-main {
  display: flex;
  flex-direction: column;
}
p {
  font-family: var(--font-manrope);
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  color: var(--colour-indigo);
  margin-bottom: 0.5em;
}
p a {
  color: var(--colour-blue-one);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
p a:hover {
  color: var(--colour-blue-two);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-barlow);
  font-weight: 600;
}
h1 {
  font-size: var(--text-4xl);
  line-height: calc(var(--spacing) * 5);
}
h2 {
  font-size: var(--text-3xl);
  line-height: calc(var(--spacing) * 5);
}
h3 {
  font-size: var(--text-2xl);
  line-height: calc(var(--spacing) * 6);
}
h4, h5, h6 {
  font-size: var(--text-xl);
  line-height: calc(var(--spacing) * 8);
}
b, strong {
  font-weight: 600;
}
.block-richText ul {
  list-style: none;
  padding-left: 1.25rem;
  margin: 1rem 0;
}
.block-richText ul li {
  position: relative;
  padding-left: 0;
}
.block-richText ul li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.75em;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  background-color: currentColor;
  -webkit-mask: url("/uploads/seaweed-icon-eucheumatoids.svg") no-repeat center / contain;
  mask: url("/uploads/seaweed-icon-eucheumatoids.svg") no-repeat center / contain;
}
.block-richText ul ul {
  padding-left: 1.5rem;
  margin-top: 0.35rem;
}
.block-richText ul ul li::before {
  left: -1.5rem;
  width: 0.5em;
  height: 0.5em;
  opacity: 0.8;
}
.bg-indigo {
  background-color: var(--colour-indigo);
}
.bg-green {
  background-color: var(--colour-green);
}
.bg-blue-one {
  background-color: var(--colour-blue-one);
}
.bg-blue-two {
  background-color: var(--colour-blue-two);
}
.bg-grey-one {
  background-color: var(--colour-grey-one);
}
.bg-grey-two {
  background-color: var(--colour-grey-two);
}
.button-link__link {
  display: inline-block;
  min-width: 60%;
  border-radius: var(--radius-md);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 4);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  @media (width >= 48rem) {
    width: auto;
  }
  background-color: var(--colour-blue-one);
  text-transform: uppercase;
}
.button-link__link:hover {
  opacity: 85%;
  --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);
  background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 65%);
  background-blend-mode: overlay;
}
.button-link__link.default {
  background-color: var(--colour-blue-one);
}
.button-link__link.dark {
  background-color: var(--colour-green);
}
.button-link__link.light {
  background-color: var(--colour-cloud);
  color: var(--colour-indigo);
}
.button-link__link.orange {
  background-color: var(--colour-tangerine);
}
.button-link__link.teal {
  background-color: var(--colour-teal);
}
.button-link {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.sidebar-layout .button-link {
  text-align: left;
}
.button-link__list-single {
  margin-block: calc(var(--spacing) * 1);
  display: inline-block;
  @media (width >= 48rem) {
    margin-block: calc(var(--spacing) * 2);
  }
}
.button-link__list {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  gap: calc(var(--spacing) * 1);
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    align-content: center;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.sidebar-layout .button-link__list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-mobile {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: calc(var(--spacing) * 4);
  background-color: var(--colour-indigo);
  height: 80px;
}
.mobile-nav__logo {
  align-content: center;
  height: 48px;
}
.mobile-nav__logo-image {
  height: 48px;
}
.nav-mobile__trigger {
  display: flex;
  align-content: center;
  height: 48px;
}
.nav-mobile__trigger .hamburger {
  padding: 12px !important;
}
.nav-mobile__trigger .hamburger-inner, .nav-mobile__trigger .hamburger-inner:after, .nav-mobile__trigger .hamburger-inner:before {
  width: 30px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
}
.l-footer-fixed {
  margin: auto 0 0;
}
footer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: calc(var(--spacing) * 8);
  background-color: var(--blue-dark);
}
footer p {
  text-align: center;
  @media (width >= 48rem) {
    text-align: left;
  }
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
footer .container {
  flex-direction: column;
  padding: 0;
}
footer .footer-top {
  display: flex;
  justify-content: center;
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
footer .footer-bottom {
  display: flex;
  -moz-columns: 1;
       columns: 1;
  flex-direction: column-reverse;
  gap: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    -moz-columns: 2;
         columns: 2;
  }
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
footer .footer__logo {
  margin-block: calc(var(--spacing) * 4);
  display: block;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
footer .footer__logo-image {
  display: block;
  height: calc(var(--spacing) * 10);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 12);
  }
}
footer .footer__logo:hover .footer__logo-image {
  transform: scale(1.1);
}
footer .footer-col-1 {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: center;
  gap: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
}
footer .footer-col-2 {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: center;
}
footer .footer-contact, footer .footer-terms {
  width: 100%;
  text-align: center;
  @media (width >= 48rem) {
    text-align: left;
  }
}
footer .footer-link {
  color: var(--colour-blue-one);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  font-size: 0.8em;
  font-weight: 400;
}
footer .footer-link:hover {
  color: var(--colour-blue-two);
}
footer .footer-link-active {
  color: var(--colour-grey-two);
}
footer ul li {
  display: inline;
}
footer ul li:not(:first-child)::before {
  content: "|";
  margin: 0 3px;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (min-width: 1200px) {
  footer .container {
    max-width: 1000px;
  }
  footer h4 {
    color: #fff;
    font-size: 0.7em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1199px) {
  footer .container {
    width: 90%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    width: 90%;
  }
}
.nav-top-desktop {
  position: sticky;
  top: calc(var(--spacing) * 0);
  z-index: 99;
  background-color: var(--colour-indigo);
}
.nav-top-desktop__main {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--colour-indigo);
}
.nav-top-desktop__main > .container {
  width: 80vw;
  max-width: 1200px;
  align-content: center;
  height: 110px;
}
.nav-top-desktop__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 8);
}
.page-top__logo {
  display: flex;
  align-items: center;
}
.page-top__logo-image {
  display: block;
  height: calc(var(--spacing) * 13);
  width: auto;
}
.nav-top-desktop__right {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 12);
}
.nav-top-desktop__links {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: calc(var(--spacing) * 8);
  padding: calc(var(--spacing) * 0);
}
.nav-top-desktop__single {
  list-style-type: none;
}
.nav-top-desktop__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  color: #fff;
  text-transform: uppercase;
}
.nav-top-desktop__link:hover {
  color: var(--colour-tangerine);
}
.nav-top-desktop__link-down {
  font-size: 10px;
  --tw-leading: 1;
  line-height: 1;
}
.nav-top-desktop__link--active {
  color: var(--colour-blue-one);
}
.nav-top-desktop__sub {
  display: flex;
  height: calc(var(--spacing) * 40);
  width: 100%;
  align-items: center;
  background-color: var(--color-white);
  --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);
}
.nav-top-desktop__sub-list {
  margin-inline: auto;
  display: grid;
  list-style-type: none;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 900px;
}
.nav-top-desktop__sub-item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.nav-top-desktop__sub-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  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, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
  color: var(--colour-green);
}
.nav-top-desktop__sub-item-link:hover {
  color: var(--colour-tangerine);
}
.nav-top-desktop__sub-item-image {
  height: calc(var(--spacing) * 14);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.nav-top-desktop__sub-item-link:hover .nav-top-desktop__sub-item-image, .nav-top-desktop__sub-item--active .nav-top-desktop__sub-item-image {
  transform: scale(1.15);
}
.nav-top-desktop__sub-item-text {
  margin-top: calc(var(--spacing) * 2);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  line-height: 1.2em;
  min-height: 2.4em;
}
.nav-top-desktop__sub-item--active .nav-top-desktop__sub-item-link {
  color: var(--colour-blue-one);
}
[data-species-menu], [data-region-menu] {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  opacity: 0;
  transform: translateY(-50px);
  pointer-events: none;
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}
[data-species-menu][data-species-menu-visible], [data-region-menu][data-region-menu-visible] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.page-content {
  width: 100%;
}
.page-builder {
  background-color: #fff;
  margin: 0px auto;
  padding: 0;
  width: 100%;
}
.page-content .container {
  width: var(--container-w);
}
.content-block > .container {
  padding-block: calc(var(--spacing) * 8);
}
.block-header {
  display: flex;
  justify-content: center;
}
.sidebar-layout .container {
  padding: 0 !important;
}
.sidebar-layout section {
  padding-top: 0;
}
.sidebar-layout section section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sidebar-layout section:last-of-type {
  padding-bottom: 0;
}
.sidebar-layout section + p {
  padding-top: 2rem;
}
.sidebar-layout {
  margin-bottom: 4rem;
}
.subtopic__lvl1:not(:first-of-type) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #00000030;
}
.subtopic__lvl1-header {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: calc(var(--spacing) * 4);
  line-height: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  @media (width >= 48rem) {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  margin-bottom: 1.5rem;
  color: var(--blue-darker);
  font-weight: 300;
}
.subtopic__lvl2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.subtopic__lv2-header {
  margin-bottom: 1.5rem;
  color: var(--blue-darker);
}
.subtopic__right {
  max-width: 1100px;
  background-color: #fff;
  padding: 4rem 0;
}
.sectionHeader__main, .header-small.subtopic__lvl2-header {
  text-align: center;
  @media (width >= 48rem) {
    text-align: left;
  }
}
.sectionHeader__main {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  color: var(--colour-ocean);
  font-weight: 400;
  margin: 0 0 0.33em;
}
.sectionHeader__main p {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  color: var(--colour-ocean);
  font-weight: 400;
  margin: 0 0 0.33em;
}
.subtopic__lvl2 h2.header-small.subtopic__lv2-header, .subtopic__lvl2 h5.header-small.subtopic__lv2-header {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  color: var(--colour-blue-two);
  font-weight: 500;
  margin: 0 0 0.5em;
}
.subtopic__lvl2 h2.header-small.subtopic__lvl2-header, .subtopic__lvl2 h5.header-small.subtopic__lvl2-header {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  color: var(--colour-blue-two);
  font-weight: 500;
  margin: 0 0 0.5em;
}
.subtopic__right-nav-bottom {
  display: flex;
  justify-content: center;
  gap: calc(var(--spacing) * 8);
}
.subtopic__right-nav-bottom-prev, .subtopic__right-nav-bottom-next {
  display: inline-block;
  border-radius: var(--radius-md);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  @media (width >= 48rem) {
    width: auto;
  }
  background-color: white;
  text-transform: uppercase;
  border: 2px solid;
  border-color: var(--colour-blue-two);
  color: var(--colour-blue-two);
}
.subtopic__right-nav-bottom-prev:hover, .subtopic__right-nav-bottom-next:hover {
  opacity: 85%;
  --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);
  background-color: var(--colour-cloud);
}
.topic-nav {
  position: static;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-block: calc(var(--spacing) * 4);
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  @media (width >= 48rem) {
    position: sticky;
  }
  background-color: var(--gray-light);
  top: 0;
  z-index: 20;
}
.topic-nav .container {
  width: 100%;
  max-width: 1400px;
  align-content: center;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    width: 90vw;
  }
}
.topic-nav__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--spacing) * 2);
  @media (width >= 48rem) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  @media (width >= 48rem) {
    justify-content: center;
  }
}
.topic-nav__list-single-link {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  @media (width >= 48rem) {
    flex-direction: column;
  }
}
.topic-nav__list-single {
  display: flex;
  height: calc(var(--spacing) * 10);
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: calc(var(--spacing) * 2);
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 32);
  }
  @media (width >= 48rem) {
    align-content: flex-start;
  }
  border-radius: 9px;
  background-color: rgba(255,255,255,0.25);
}
.topic-nav__list-single-text {
  margin: calc(var(--spacing) * 0);
  width: 100%;
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 12);
  }
  @media (width >= 48rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  align-content: center;
}
.topic-nav__list-single-image-wrapper {
  display: none;
  width: calc(1/3 * 100%);
  justify-content: center;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  @media (width >= 48rem) {
    display: flex;
  }
  @media (width >= 48rem) {
    width: 100%;
  }
}
.topic-nav__list-single--active {
  display: none;
  @media (width >= 48rem) {
    display: flex;
  }
  color: var(--colour-tangerine);
  background-color: rgba(255,255,255,0.5);
}
.topic-nav__list-single:hover .topic-nav__list-single-text {
  color: var(--colour-blue-one);
}
.topic-nav__list-single:hover .topic-nav__list-single-image-wrapper {
  transform: scale(1.1);
}
.sidebar-layout {
  display: flex;
  width: 100%;
  justify-content: center;
}
.sidebar-layout .grid {
  display: flex;
  width: 90vw;
  max-width: 1440px;
  flex-direction: column;
  gap: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    display: grid;
  }
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sidebar-layout .container {
  width: 100%;
}
.sidebar-layout .grid .gridCol_1 {
  @media (width >= 48rem) {
    grid-column: span 1 / span 1;
  }
}
.sidebar-layout .grid .gridCol_2 {
  @media (width >= 48rem) {
    grid-column: span 3 / span 3;
  }
}
.sidebar-layout__sidebar {
  margin-top: calc(var(--spacing) * -8);
  --tw-gradient-position: to top right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--colour-ocean);
  --tw-gradient-to: var(--colour-green);
  --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));
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 8);
  }
  position: sticky;
  top: 12rem;
  color: white;
  background-color: #284c60;
  padding: 1.5rem;
  border-radius: 6px;
  overflow: scroll;
}
.sidebar-layout__sidebar .side-menu__sub-item .side-menu__sub-link, .sidebar-layout__sidebar .side-menu__sub-item .side-menu__sub-link p, .sidebar-layout__sidebar .side-menu__sub-item .side-menu__sub-link a {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--colour-cloud);
  margin: 0 0 3px;
}
.sidebar-layout__sidebar .side-menu__item-link:hover, .sidebar-layout__sidebar .side-menu__sub-item .side-menu__sub-link:hover, .sidebar-layout__sidebar .side-menu__sub-item .side-menu__sub-link:hover p {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  color: var(--colour-tangerine);
}
* {
  scroll-margin-block-start: 13rem;
}
html {
  scroll-behavior: smooth;
}
.sidebar-layout__sidebar ul ol {
  padding-left: 0.5rem;
}
.sidebar-layout__sidebar ul ol a {
  font-weight: 400;
}
.embed-block {
  margin-bottom: 2em;
}
.embed-block__wrapper {
  min-height: 24rem;
  padding: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    min-height: 30rem;
  }
  border: 1px solid;
  border-radius: 12px;
  border-color: var(--colour-cloud);
}
.embed-block__wrapper iframe {
  display: block;
  min-height: 24rem;
  padding: calc(var(--spacing) * 2);
  @media (width >= 48rem) {
    min-height: 30rem;
  }
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 8);
  }
  width: 100%;
  background-color: white;
}
.embed-block__wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.embed__vid .embed-block__wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
.embed__vid .embed-block__wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.embed__sm .embed-block__wrapper {
  min-height: 15rem;
  @media (width >= 48rem) {
    min-height: 20rem;
  }
}
.embed__sm .embed-block__wrapper iframe {
  min-height: 15rem;
  @media (width >= 48rem) {
    min-height: 18rem;
  }
}
.embed__lg .embed-block__wrapper {
  min-height: 35rem;
  @media (width >= 48rem) {
    min-height: 50rem;
  }
}
.embed__lg .embed-block__wrapper iframe {
  min-height: 35rem;
  @media (width >= 48rem) {
    min-height: 46rem;
  }
}
.sidebar-layout .embed__sm .embed-block__wrapper {
  min-height: 15rem;
  @media (width >= 48rem) {
    min-height: 20rem;
  }
}
.sidebar-layout .embed__md .embed-block__wrapper {
  min-height: 22rem;
  @media (width >= 48rem) {
    min-height: 30rem;
  }
}
.sidebar-layout .embed__lg .embed-block__wrapper {
  min-height: 30rem;
  @media (width >= 48rem) {
    min-height: 40rem;
  }
}
.reveal-wipe :is(h2) {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  --reveal-color: currentColor;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(var(--reveal-color), var(--reveal-color));
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 2s cubic-bezier(.22,.61,.36,1);
}
.reveal-wipe.is-visible :is(h2) {
  background-size: 100% 100%;
}
.reveal-wipe.is-visible :is(h2)::after {
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-wipe :is(h2), .reveal-wipe :is(h2)::after {
    transition: none !important;
    background-size: 100% 100% !important;
    width: 100% !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
  }
}
.reveal-words :is(h2) {
  display: inline-block;
}
.reveal-words .rw-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(.6em);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-words.is-visible .rw-word {
  opacity: 1;
  transform: none;
}
.reveal-words .rw-word + .rw-word {
  margin-left: .25ch;
}
.reveal-letters :is(h2) {
  position: relative;
  display: inline-block;
}
.reveal-letters .rl {
  color: transparent;
  -webkit-text-fill-color: transparent;
  --c: currentColor;
  background-image: linear-gradient(var(--c),var(--c));
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .6s cubic-bezier(.2,.8,.2,1);
}
.reveal-letters.is-visible .rl {
  background-size: 100% 100%;
}
.reveal-letters.is-visible :is(h2)::after {
  transform: scaleX(1);
}
.reveal-clip :is(h2) {
  position: relative;
  display: inline-block;
}
.reveal-clip .rc {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .7s cubic-bezier(.2,.8,.2,1);
}
.reveal-clip.is-visible .rc {
  clip-path: inset(0 0 0 0);
}
.reveal-clip[data-direction="up"] .rc {
  clip-path: inset(100% 0 0 0);
}
.reveal-clip[data-direction="down"] .rc {
  clip-path: inset(0 0 100% 0);
}
.reveal-clip[data-direction="left"] .rc {
  clip-path: inset(0 0 0 100%);
}
.reveal-soft :is(h2) {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1), filter .7s cubic-bezier(.2,.8,.2,1);
}
.reveal-soft.is-visible :is(h2) {
  opacity: 1;
  filter: blur(0);
  transform: none;
}
@import url('_variables.css');
.container {
  width: var(--container-w);
}
section.page-title {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  min-height: 320px;
  width: 100%;
  background-color: var(--colour-blue-two);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.page-title .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  max-width: 100%;
}
section.page-title .container {
  background: linear-gradient(to bottom, rgba(0, 36, 50, 0.33), rgba(39, 199, 184, 0.5));
}
section.page-title.overlay1 .container {
  background: linear-gradient(to bottom, rgba(0, 36, 50, 0.66), rgba(39, 199, 184, 0.5));
}
section.page-title.overlay2 .container {
  background: linear-gradient(to top, rgba(0, 36, 50, 0.80), rgba(39, 199, 184, 0.5));
}
section.page-title h1 {
  padding-inline: calc(var(--spacing) * 8);
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.hero-block {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: calc(var(--spacing) * 8);
  background: linear-gradient(to bottom, rgba(0, 36, 50, 0.507), rgba(39, 199, 184, 0.557));
  position: relative;
  min-height: 500px;
  height: 70vh;
}
.hero-block__bg {
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block__container {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.hero-block__header {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  color: white;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.hero-block__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.hero-block__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 6);
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 12);
  }
  color: white;
  order: 3;
}
.hero-block__link {
  display: block;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 4);
  text-align: center;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.hero-block__link:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.greenBG, .greenBG_lg {
  background: var(--colour-green);
}
.orangeBG, .orangeBG_lg {
  background: var(--colour-tangerine);
}
.tealBG, .tealBG_lg {
  background: var(--colour-teal);
}
.blueBG, .blueBG_lg {
  background: var(--colour-blue-one);
}
.greyBG, .greyBG_lg {
  background: var(--colour-cloud);
}
:is(.greenBG, .orangeBG, .tealBG, .blueBG, .greyBG, .greenBG_lg, .orangeBG_lg, .tealBG_lg, .blueBG_lg, .greyBG_lg) .rich-text {
  text-align: center;
  padding: 2em;
}
:is(.greenBG, .orangeBG, .tealBG, .blueBG, .greyBG, .greenBG_lg, .orangeBG_lg, .tealBG_lg, .blueBG_lg, .greyBG_lg) .block-richText {
  margin-bottom: 0;
}
:is(.greenBG, .orangeBG, .tealBG, .blueBG, .greyBG) .rich-text p {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  color: #fff;
  letter-spacing: 1px;
}
:is(.greenBG_lg, .orangeBG_lg, .tealBG_lg, .blueBG_lg, .greyBG_lg) .rich-text p {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  color: #fff;
  line-height: 1.5em;
}
:is(.greyBG, .greyBG_lg) .rich-text p {
  color: var(--colour-indigo);
}
.block-richText {
  margin-bottom: calc(var(--spacing) * 4);
  width: 100%;
}
.page-builder > .content-block:last-child {
  margin-bottom: 0;
}
.sectionHeader.block-richText__header {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 8);
}
.block-richText .block-richText__content .rich-text h1 {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  color: #000000;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.75em;
}
.block-richText .block-richText__content .rich-text h2 {
  font-size: 200%;
  color: var(--colour-blue-one);
  font-weight: 400;
  line-height: 1em;
  margin: 1em 0 0.75em;
}
.block-richText .block-richText__content .rich-text h3 {
  font-size: 175%;
  color: var(--colour-blue-two);
  font-weight: 400;
  line-height: 1em;
  margin: 1em 0 0.75em;
}
.block-richText .block-richText__content .rich-text h4 {
  font-size: 150%;
  color: var(--colour-indigo);
  font-weight: 400;
  line-height: 1em;
  margin: 1em 0 0.75em;
}
h2.block-heading__header {
  text-align: center;
  color: var(--colour-blue-one);
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 1em 0 0.75em;
}
.block-heading__wrapper .block-heading__kicker {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  text-align: center;
  color: var(--colour-indigo);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 10px;
}
.block-heading__wrapper .block-heading__header {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  text-align: center;
  color: var(--colour-blue-one);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
.sidebar-layout .block-heading__wrapper .block-heading__kicker, .sidebar-layout .block-heading__wrapper .block-heading__header {
  text-align: left;
}
.richImg .rich-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.richImg .rich-text p {
  padding: 1em;
}
.richImg .block-image {
  padding: 1em;
}
.alignImgLeft .rich-text {
  flex-direction: row;
}
.sizeImgSml .block-image {
  max-width: 20%;
}
.block-pullquote {
  background-color: #fff;
}
.content-block.block-pullquote .container {
  width: 100%;
  max-width: 900px;
  background-image: url("/uploads/quote-open.webp"),url("/uploads/quote-close.webp");
  background-position: 5% 0%, 95% 95%;
  background-size: 80px 70px, 40px 35px;
  background-repeat: no-repeat, no-repeat;
}
.block-pullquote .block-pullquote__wrapper {
  padding: 2em 10%;
}
.block-pullquote .block-pullquote__wrapper p {
  color: var(--colour-blue-two);
  font-family: var(--font-barlow);
  font-size: 1.40em;
  line-height: 1.2em;
}
.subtopic__lvl2-content .block-pullquote {
  margin: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    margin: calc(var(--spacing) * 12);
  }
}
.subtopic__lvl2-content .block-pullquote .container {
  width: 100%;
}
.subtopic__lvl2-content .block-pullquote .block-pullquote__wrapper p {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.heroSlide {
  margin-bottom: calc(var(--spacing) * 0);
  min-height: 30vh;
  @media (width >= 48rem) {
    min-height: 70vh;
  }
}
.block-richText.heroSlide .container {
  display: flex;
  width: 90vw;
  max-width: 1200px;
  align-content: center;
  @media (width >= 48rem) {
    width: 80vw;
  }
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
.heroSlide.block-richText .block-richText__content {
  display: flex;
  width: 100%;
  align-content: center;
  padding: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    width: var(--container-4xl);
  }
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 8);
  }
}
.heroSlide.block-richText .block-richText__content .rich-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.heroSlide.block-richText .block-richText__content .rich-text h2 {
  margin-block: calc(var(--spacing) * 6);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  color: var(--colour-cloud);
  font-weight: 500;
  line-height: 1em;
}
.species-list-block {
  margin-top: calc(var(--spacing) * 3);
  margin-bottom: calc(var(--spacing) * 8);
  display: flex;
  width: 100%;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 4);
}
.species-list-block .container {
  display: flex;
  width: 100%;
}
.species-list-block .species-list-block__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: calc(var(--spacing) * 2);
}
.species-list-block .species-list-block__list .species-list-block__item {
  border-radius: var(--radius-2xl);
  padding-inline: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 4);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  border: 1px solid;
  border-color: var(--colour-cloud);
}
.species-list-block .species-list-block__list .species-list-block__item:hover {
  border-color: var(--colour-tangerine);
}
.species-list-block .species-list-block__list .species-list-block__item picture img {
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  margin: 0 auto;
}
.species-list-block .species-list-block__list .species-list-block__item:hover picture img {
  transform: scale(1.1);
}
.species-list-block .species-list-block__list .species-list-block__item .species-list-block__item-text {
  margin-top: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  text-transform: uppercase;
  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));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  letter-spacing: -0.5px;
  font-weight: 600;
}
.species-list-block .species-list-block__list .species-list-block__item:hover .species-list-block__item-text {
  color: var(--colour-tangerine);
}
.species-list-block__text {
  padding: calc(var(--spacing) * 4);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
  color: var(--colour-green);
  font-style: italic;
}
.block-figure {
  display: flex;
  justify-content: center;
}
.content-block.block-figure .container {
  width: 100%;
  padding: calc(var(--spacing) * 0);
}
.block-figure__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.block-figure__image {
  width: 100%;
  border-radius: var(--radius-lg);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
}
.block-figure__caption {
  z-index: 3;
  margin-inline: auto;
  margin-top: calc(var(--spacing) * -6);
  width: calc(9/10 * 100%);
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: calc(var(--spacing) * 6);
  text-align: center;
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  background-color: #f8fafb;
}
.media-split--1third .rich-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.media-split--1third .rich-text section, .media-split--1third .rich-text p {
  padding-top: 0;
}
@media (min-width: 768px) {
  .media-split--1third .rich-text {
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0;
    grid-auto-rows: auto;
    align-items: center;
  }
  .media-split--1third .rich-text > .block-figure {
    grid-column: 1;
    grid-row: 1 / span 999;
    align-self: center;
  }
  .media-split--1third .rich-text > :not(.block-figure) {
    grid-column: 2;
    align-self: center;
  }
}
.media-split--half .rich-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.media-split--half .rich-text section, .media-split--half .rich-text p {
  padding-top: 0;
}
@media (min-width: 768px) {
  .media-split--half .rich-text {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0;
    grid-auto-rows: auto;
    align-items: center;
  }
  .media-split--half .rich-text > .block-figure {
    grid-column: 1;
    grid-row: 1 / span 999;
    align-self: center;
  }
  .media-split--half .rich-text > :not(.block-figure) {
    grid-column: 2;
    align-self: center;
  }
}
.media-split--quarter .rich-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.media-split--quarter .rich-text section, .media-split--quarter .rich-text p {
  padding-top: 0;
}
@media (min-width: 768px) {
  .media-split--quarter .rich-text {
    grid-template-columns: 1fr 3fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0;
    grid-auto-rows: auto;
    align-items: center;
  }
  .media-split--quarter .rich-text > .block-figure {
    grid-column: 1;
    grid-row: 1 / span 999;
    align-self: center;
  }
  .media-split--quarter .rich-text > :not(.block-figure) {
    grid-column: 2;
    align-self: center;
  }
  :is(.media-split--1third, .media-split--half, .media-split--quarter) :where(.block-figure__image) {
    box-shadow: none;
  }
  :is(.media-split--1third, .media-split--half, .media-split--quarter) :where(.block-figure__caption) {
    padding: 1em;
    font-size: 75%;
    background-color: #efefef;
  }
}
.block-cardsGrid {
  display: flex;
  justify-content: center;
  padding: calc(var(--spacing) * 8);
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 0);
  }
}
.content-block.block-cardsGrid .container {
  width: var(--container-xl);
  max-width: 1200px;
}
.block-cardsGrid__grid {
  display: flex;
}
.block-cardsGrid__card {
  border-radius: var(--radius-lg);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 700ms;
  transition-duration: 700ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  background-color: var(--colour-indigo);
  border: 10px solid;
  border-color: var(--colour-indigo);
}
.block-cardsGrid__card:hover {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 700ms;
  transition-duration: 700ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  background-color: var(--colour-tangerine);
  border-color: var(--colour-tangerine);
  transform: scale(1.02);
}
.block-cardsGrid__media {
  overflow: hidden;
  border-radius: var(--radius-md);
}
.block-cardsGrid__card:hover .block-cardsGrid__image {
  transform: scale(1.03);
}
.block-cardsGrid__title {
  padding-block: calc(var(--spacing) * 3);
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.image-and-text-tiles {
  margin-block: calc(var(--spacing) * 4);
  display: flex;
  justify-content: center;
}
.content-block.image-and-text-tiles .container {
  padding-inline: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 0);
  }
  width: var(--container-xl);
  max-width: 1200px;
}
.image-and-text-tiles__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 6);
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.image-and-text-tiles__item {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  @media (width >= 48rem) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 64rem) {
    width: calc(1/3 * 100%);
  }
  background-color: #f8fafb;
}
.image-and-text-tiles__item-img {
  aspect-ratio: 3/2;
  width: 100%;
}
.image-and-text-tiles__item-text {
  padding: calc(var(--spacing) * 4);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
}
.image-and-text-tiles__item-text .rich-text h2 {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: var(--text-2xl);
  line-height: calc(var(--spacing) * 4);
}
.image-and-text-tiles__item-text .rich-text h3 {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: var(--text-xl);
  line-height: calc(var(--spacing) * 4);
}
.image-and-text-tiles__item-text .rich-text h4 {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: var(--text-xl);
  line-height: calc(var(--spacing) * 4);
}
.block-gallery {
  display: flex;
  justify-content: center;
}
.content-block.block-gallery .container {
  width: var(--container-xl);
  max-width: 1200px;
}
.block-gallery__item {
  background: none;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-gallery__item-image {
  width: 100%;
  border-radius: var(--radius-lg);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
}
.block-gallery__item-caption {
  z-index: 10;
  margin-inline: auto;
  margin-top: calc(var(--spacing) * -6);
  width: calc(9/10 * 100%);
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  background-color: #f8fafb;
}
.block-gallery .swiper-pagination-bullets {
  position: static;
  margin-top: 1.5rem;
}
.block-gallery .swiper-pagination-bullet {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  background-color: var(--colour-blue-one);
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.block-gallery .swiper-pagination-bullet-active {
  width: 3em;
  border-radius: 2em;
  background-color: var(--blue-darker);
}
.block-gallery__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block-gallery__grid-item {
  display: flex;
}
.block-gallery__figure {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  overflow: hidden;
  border-radius: 0.25rem;
}
.block-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-gallery__grid-item[data-wall-slot="1"] {
  justify-self: end;
  align-self: flex-end;
}
.block-gallery__grid-item[data-wall-slot="1"] .block-gallery__img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.block-gallery__grid-item[data-wall-slot="2"] {
  justify-self: start;
  align-self: flex-end;
}
.block-gallery__grid-item[data-wall-slot="2"] .block-gallery__img {
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}
.block-gallery__grid-item[data-wall-slot="3"] {
  justify-self: end;
  align-self: flex-start;
}
.block-gallery__grid-item[data-wall-slot="3"] .block-gallery__img {
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}
.block-gallery__grid-item[data-wall-slot="4"] {
  justify-self: start;
  align-self: flex-start;
}
.block-gallery__grid-item[data-wall-slot="4"] .block-gallery__img {
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
.block-gallery--wall-v1 .block-gallery__grid-item[data-wall-slot="1"] {
  width: 80%;
}
.block-gallery--wall-v1 .block-gallery__grid-item[data-wall-slot="2"] {
  width: 100%;
}
.block-gallery--wall-v1 .block-gallery__grid-item[data-wall-slot="3"] {
  width: 100%;
}
.block-gallery--wall-v1 .block-gallery__grid-item[data-wall-slot="4"] {
  width: 90%;
}
.block-gallery--wall-v2 .block-gallery__grid-item[data-wall-slot="3"] {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-self: center;
  justify-self: center;
  margin-top: 5em;
}
.block-gallery--wall-v2 .block-gallery__grid-item[data-wall-slot="1"] {
  width: 80%;
}
.block-gallery--wall-v2 .block-gallery__grid-item[data-wall-slot="2"] {
  margin-bottom: 2em;
}
.block-gallery--wall-v2 .block-gallery__grid-item[data-wall-slot="3"] .block-gallery__figure {
  height: 100%;
}
.block-gallery--wall-v2 .block-gallery__grid-item[data-wall-slot="3"] .block-gallery__img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block-gallery--wall-v3 .block-gallery__grid-item[data-wall-slot="1"] {
  grid-row: 1 / span 2;
  display: flex;
  align-self: center;
  justify-self: center;
  margin-top: 4em;
}
.block-gallery--wall-v3 .block-gallery__grid-item[data-wall-slot="3"] {
  align-self: start;
  justify-self: start;
  margin-bottom: 6em;
  width: 90%;
}
.block-gallery--wall-v3 .block-gallery__grid-item[data-wall-slot="1"] .block-gallery__figure {
  height: 100%;
}
.block-gallery--wall-v3 .block-gallery__grid-item[data-wall-slot="1"] .block-gallery__img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child), .content blockquote:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup, .content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td, .content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #363636;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td, .content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td, .content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content table tbody tr:last-child td, .content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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%;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: 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-ease: initial;
      --tw-leading: initial;
      --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%;
    }
  }
}
