/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.0625rem, 0.96875rem + 0.3125vw, 1.25rem);
  line-height: clamp(1.5625rem, 1.46875rem + 0.3125vw, 1.75rem);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 58 120 / var(--tw-text-opacity));
}

h1,
	.h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.875rem, 1.1875rem + 2.2917vw, 3.25rem);
  line-height: clamp(2.5rem, 1.8125rem + 2.2917vw, 3.875rem);
  font-weight: 700;
}

h2,
	.h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 1.21875rem + 1.7708vw, 2.8125rem);
  line-height: clamp(2.375rem, 1.84375rem + 1.7708vw, 3.4375rem);
  font-weight: 600;
}

h3,
	.h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 1.53125rem + 0.7292vw, 2.1875rem);
  line-height: clamp(2.375rem, 2.15625rem + 0.7292vw, 2.8125rem);
  font-weight: 500;
}

h4,
	.h4 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.3125rem, 1.15625rem + 0.5208vw, 1.625rem);
  line-height: clamp(1.6875rem, 1.40625rem + 0.9375vw, 2.25rem);
  font-weight: 500;
}

h5,
	h6,
	.h5,
	.h6 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.0625rem, 0.96875rem + 0.3125vw, 1.25rem);
  line-height: clamp(1.5625rem, 1.46875rem + 0.3125vw, 1.75rem);
  font-weight: 500;
}

.site-footer {
  font-size: clamp(1.0625rem, 1.03125rem + 0.1042vw, 1.125rem);
  line-height: 1.5;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 44px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
}

@media (min-width: 782px) {
  .btn {
    min-height: 50px;
  }
}

.btn {
  border-radius: 10px;
  font-size: clamp(1.0625rem, 0.96875rem + 0.3125vw, 1.25rem);
  line-height: clamp(1.5625rem, 1.46875rem + 0.3125vw, 1.75rem);
  font-weight: 600;
  line-height: 1;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn:hover {
  text-decoration-line: none;
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #4f3a78;
}

/* Fills. Black label text throughout, per the accessibility note. */

.btn--coral {
  --tw-bg-opacity: 1;
  background-color: rgb(250 137 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--sunshine,
	.btn--donate {
  --tw-bg-opacity: 1;
  background-color: rgb(253 201 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 18 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--teal {
  --tw-bg-opacity: 1;
  background-color: rgb(24 202 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--mint {
  --tw-bg-opacity: 1;
  background-color: rgb(172 237 196 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(188 58 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--deep-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(79 58 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(79 58 120 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(79 58 120 / var(--tw-text-opacity));
}

.btn--outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 58 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Larger corner radius for the bigger buttons. */

.btn--round {
  border-radius: 20px;
}

/* Icon in a tinted circle, sitting 20px in from the right edge. */

.btn__icon {
  display: inline-flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.1);
  font-size: 0.75em;
}

/* Icon in a tinted block flush to the right edge — the donate button. */

.btn--split {
  gap: 0px;
  overflow: hidden;
  padding-right: 0px;
}

.btn--split .btn__icon {
  margin-left: 1.25rem;
  height: auto;
  width: auto;
  align-self: stretch;
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Vertical rhythm between full-width blocks. */

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 960px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* The short thick rule that sits under a heading. Colour comes from a
	   bg-* utility on the element itself. */

.accent-rule {
  display: block;
  height: 0.5rem;
  width: 72px;
  border-radius: 0.125rem;
}

/* The offset tab that sits above the top-left corner of a card. */

.card-tab {
  display: block;
  height: 0.625rem;
  width: 5rem;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

/* Square arrow button used on cards and panels. 44px keeps it inside the
	   client's minimum clickable area even though it looks smaller. */

.icon-btn {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.icon-btn:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Ringed circle holding an icon — the icon grid. */

.circle-icon {
  display: flex;
  aspect-ratio: 1 / 1;
  width: 7rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(188 58 255 / var(--tw-border-opacity));
}

@media (min-width: 960px) {
  .circle-icon {
    width: 8rem;
  }
}

/* Full screen overlay panels: mega menu, donate and search. */

.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.\!modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.modal.is-open {
  display: block;
}

.\!modal.is-open {
  display: block;
}

.modal__close {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.modal__close:hover {
  opacity: 0.8;
}

.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;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-0 {
  left: 0px;
}

.z-40 {
  z-index: 40;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-20 {
  z-index: 20;
}

.m-8 {
  margin: 2rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-36 {
  margin-top: 9rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-0 {
  margin-top: 0px;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-0 {
  margin-left: 0px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-1 {
  height: 0.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-4 {
  height: 1rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2 {
  height: 0.5rem;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.h-11 {
  height: 2.75rem;
}

.h-56 {
  height: 14rem;
}

.h-1\/2 {
  height: 50%;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-7 {
  height: 1.75rem;
}

.h-28 {
  height: 7rem;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-touch {
  min-height: 44px;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-auto {
  width: auto;
}

.w-6 {
  width: 1.5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-4 {
  width: 1rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-11 {
  width: 2.75rem;
}

.w-36 {
  width: 9rem;
}

.w-1\/2 {
  width: 50%;
}

.w-8 {
  width: 2rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[72px\] {
  width: 72px;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-10 {
  width: 2.5rem;
}

.min-w-touch {
  min-width: 44px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-\[16rem\] {
  max-width: 16rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-end {
  align-items: flex-end;
}

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-0 {
  gap: 0px;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-box-sm {
  border-radius: 10px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-box {
  border-radius: 20px;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-t-box-sm {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-b-box-sm {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

.border-8 {
  border-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-dashed {
  border-style: dashed;
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(188 58 255 / var(--tw-border-opacity));
}

.border-deep-purple {
  --tw-border-opacity: 1;
  border-color: rgb(79 58 120 / var(--tw-border-opacity));
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(24 202 208 / var(--tw-border-opacity));
}

.border-coral {
  --tw-border-opacity: 1;
  border-color: rgb(250 137 81 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 162 18 / var(--tw-border-opacity));
}

.border-mint {
  --tw-border-opacity: 1;
  border-color: rgb(172 237 196 / var(--tw-border-opacity));
}

.border-sunshine {
  --tw-border-opacity: 1;
  border-color: rgb(253 201 14 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(74 144 226 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-off-white {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 244 / var(--tw-border-opacity));
}

.border-charcoal {
  --tw-border-opacity: 1;
  border-color: rgb(46 46 52 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-charcoal\/10 {
  border-color: rgb(46 46 52 / 0.1);
}

.border-deep-purple\/30 {
  border-color: rgb(79 58 120 / 0.3);
}

.border-current {
  border-color: currentColor;
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(188 58 255 / var(--tw-bg-opacity));
}

.bg-deep-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(79 58 120 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(24 202 208 / var(--tw-bg-opacity));
}

.bg-coral {
  --tw-bg-opacity: 1;
  background-color: rgb(250 137 81 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 18 / var(--tw-bg-opacity));
}

.bg-mint {
  --tw-bg-opacity: 1;
  background-color: rgb(172 237 196 / var(--tw-bg-opacity));
}

.bg-sunshine {
  --tw-bg-opacity: 1;
  background-color: rgb(253 201 14 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(74 144 226 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 244 / var(--tw-bg-opacity));
}

.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 52 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-deep-purple\/70 {
  background-color: rgb(79 58 120 / 0.7);
}

.bg-purple\/20 {
  background-color: rgb(188 58 255 / 0.2);
}

.bg-transparent {
  background-color: transparent;
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-\[var\(--glue-edge\)\] {
  padding-left: var(--glue-edge);
  padding-right: var(--glue-edge);
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

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

.font-sans {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-h4 {
  font-size: clamp(1.3125rem, 1.15625rem + 0.5208vw, 1.625rem);
  line-height: clamp(1.6875rem, 1.40625rem + 0.9375vw, 2.25rem);
}

.text-body {
  font-size: clamp(1.0625rem, 0.96875rem + 0.3125vw, 1.25rem);
  line-height: clamp(1.5625rem, 1.46875rem + 0.3125vw, 1.75rem);
}

.text-footer {
  font-size: clamp(1.0625rem, 1.03125rem + 0.1042vw, 1.125rem);
  line-height: 1.5;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-h2 {
  font-size: clamp(1.75rem, 1.21875rem + 1.7708vw, 2.8125rem);
  line-height: clamp(2.375rem, 1.84375rem + 1.7708vw, 3.4375rem);
}

.text-h1 {
  font-size: clamp(1.875rem, 1.1875rem + 2.2917vw, 3.25rem);
  line-height: clamp(2.5rem, 1.8125rem + 2.2917vw, 3.875rem);
}

.text-h3 {
  font-size: clamp(1.75rem, 1.53125rem + 0.7292vw, 2.1875rem);
  line-height: clamp(2.375rem, 2.15625rem + 0.7292vw, 2.8125rem);
}

.text-\[0\.75em\] {
  font-size: 0.75em;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.leading-none {
  line-height: 1;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(188 58 255 / var(--tw-text-opacity));
}

.text-deep-purple {
  --tw-text-opacity: 1;
  color: rgb(79 58 120 / var(--tw-text-opacity));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(24 202 208 / var(--tw-text-opacity));
}

.text-coral {
  --tw-text-opacity: 1;
  color: rgb(250 137 81 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 162 18 / var(--tw-text-opacity));
}

.text-mint {
  --tw-text-opacity: 1;
  color: rgb(172 237 196 / var(--tw-text-opacity));
}

.text-sunshine {
  --tw-text-opacity: 1;
  color: rgb(253 201 14 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(74 144 226 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-off-white {
  --tw-text-opacity: 1;
  color: rgb(248 247 244 / var(--tw-text-opacity));
}

.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(46 46 52 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-deep-purple\/60 {
  color: rgb(79 58 120 / 0.6);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-charcoal\/50 {
  color: rgb(46 46 52 / 0.5);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-box {
  --tw-shadow: 0 4px 20px 0 rgba(46, 46, 52, 0.15);
  --tw-shadow-colored: 0 4px 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-2 {
  outline-width: 2px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

/**
 * Inter — variable font (weights 100–900, optical sizing 14–32).
 *
 * Paths are relative to the compiled stylesheet in /css, not to this file.
 */

@font-face {
  font-family: 'Inter';

  src: url('../fonts/Inter-Variable.woff2') format('woff2-variations'),
	     url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-stretch: 100%;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('../fonts/Inter-Variable-Italic.woff2') format('woff2-variations'),
	     url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-stretch: 100%;

  font-style: italic;

  font-display: swap;
}

/**
 * Base typography — Sepsis Research brand overview (1005-SRM v2).
 *
 * Sizes are fluid between a 480px and a 1440px viewport, so they land exactly
 * on the mobile values at 480px and on the desktop values at the 1440px artboard:
 *
 *              Mobile          Desktop
 *   H1         30 / 40         52 / 62      Bold
 *   H2         28 / 38         45 / 55      Semi Bold
 *   H3         28 / 38         35 / 45      Medium
 *   H4         21 / 27         26 / 36      Medium
 *   Body       17 / 25         20 / 28      Regular
 *   Footer     17 / varies     18 / varies  Regular
 *
 * The scale itself lives in theme.json and is mapped into Tailwind as
 * text-h1 … text-footer, so this file only sets the element defaults.
 */

/**
 * Buttons — Sepsis Research brand overview (1005-SRM v2).
 *
 * 20pt text / 50px high on desktop, 17pt / 44px on mobile. Width is dictated by
 * the copy. Text is black for contrast, except on the dark purple fill. Icons
 * sit 20px in from the right edge, or in a flush tinted block on split buttons.
 *
 *   <a href="#" class="btn btn--coral">
 *       Explore our research
 *       <span class="btn__icon"><i class="fa-solid fa-chevron-right"></i></span>
 *   </a>
 *
 *   <a href="#" class="btn btn--donate btn--split">
 *       Donate
 *       <span class="btn__icon"><i class="fa-solid fa-chevron-down"></i></span>
 *   </a>
 *
 * New variants belong in safelist.txt as well, so Tailwind keeps them.
 */

/* Full width blocks break out of .entry-content, so they end up as direct
   children of the article and must not be pulled back to reading width. */

article > *:not(.entry-content):not(section),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/**
 * Classic post content.
 *
 * Scoped to .entry-content rather than the whole of .site-content: the block
 * templates carry their own rich text styling through .prose-block, and a
 * blanket rule here puts bullets on the footer and menu lists and underlines
 * every card link.
 */

.entry-content p a, .entry-content ul a, .entry-content ol a {
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover {
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol {
  margin-bottom: 2rem;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol li {
  list-style-type: decimal;
}

/**
 * Shared component classes for the block templates.
 *
 * Anything used once lives as utilities in the template it belongs to. What is
 * here is either repeated across blocks (accent rules, cards, arrow buttons) or
 * needs a real selector because it is driven by JavaScript (modals, tabs).
 *
 * New variants need adding to safelist.txt, since Tailwind only sees classes it
 * can find as literal strings in a template.
 */

/**
 * Distance from the viewport edge to the content column, mirroring the padding
 * on .container at every breakpoint. Blocks whose image bleeds off the side use
 * it to keep their text aligned with everything else on the page.
 *
 * The brand overview puts content 80px either side of a 1440px artboard, which
 * is what the last step resolves to.
 */

:root {
  --glue-edge: 1rem;
}

@media (min-width: 600px) {
  :root {
    --glue-edge: 2rem;
  }
}

@media (min-width: 1280px) {
  :root {
    --glue-edge: 5rem;
  }
}

@media (min-width: 1440px) {
  :root {
    --glue-edge: calc((100vw - 1280px) / 2);
  }
}

/**
 * Rich text coming out of a WYSIWYG field.
 *
 * Deliberately outside @layer components: custom.css sets paragraph and list
 * styles on .site-content with plain selectors, which always beat a layered
 * rule regardless of source order.
 */

.prose-block p {
  margin-bottom: 1.5rem;
}

.prose-block ul,
.prose-block ol {
  margin-bottom: 1.5rem;
}

.prose-block ul > :not([hidden]) ~ :not([hidden]),
.prose-block ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.prose-block ul,
.prose-block ol {
  padding-left: 1.5rem;
}

.prose-block ul li {
  list-style-type: disc;
}

.prose-block ol li {
  list-style-type: decimal;
}

.prose-block a {
  text-decoration-line: underline;
}

.prose-block a:hover {
  text-decoration-line: none;
}

.prose-block > *:last-child {
  margin-bottom: 0px;
}

/**
 * Mega menu: the open section turns mint and its chevron points down.
 */

.mega-menu__toggle svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mega-menu__toggle.is-active {
  --tw-text-opacity: 1;
  color: rgb(172 237 196 / var(--tw-text-opacity));
}

.mega-menu__toggle.is-active svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/**
 * Search overlay type filters — radios drawn as pills.
 */

.search-filter span {
  display: inline-flex;
  min-height: 44px;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: clamp(1.0625rem, 1.03125rem + 0.1042vw, 1.125rem);
  line-height: 1.5;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 46 52 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.search-filter input:checked + span {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-filter input:focus-visible + span {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #ffffff;
}

/**
 * The Bold Text style of the text/image split block: no heading, copy set at
 * heading size instead.
 */

.text-image-split-block.is-style-bold-text .prose-block {
  font-size: clamp(1.75rem, 1.53125rem + 0.7292vw, 2.1875rem);
  line-height: clamp(2.375rem, 2.15625rem + 0.7292vw, 2.8125rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(79 58 120 / var(--tw-text-opacity));
}

/**
 * FAQ tabs.
 *
 * One flat list of question/answer pairs. On small screens the source order
 * already interleaves them into an accordion; from lg the questions stack in
 * the first column and whichever answer is open fills the second.
 */

.faq-list__question.is-active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 46 52 / var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .faq-list .faq-list__question {
    grid-column: 1;
  }

  .faq-list .faq-list__answer {
    grid-column: 2;
    grid-row: 1 / span var(--faq-rows, 12);
    align-self: start;
  }
}

/**
 * Hero carousel arrows — the coloured tabs against the left and right edges.
 *
 * Scoped to the block so these beat slick-theme.css, which is enqueued after
 * app.css and would otherwise win on equal specificity.
 */

.hero-block .slick-prev,
.hero-block .slick-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: flex;
  height: 7rem;
  width: 2.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 58 255 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hero-block .slick-prev:hover,
.hero-block .slick-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 58 255 / var(--tw-bg-opacity));
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* slick-theme draws its own arrow glyphs through a pseudo element. */

.hero-block .slick-prev:before,
.hero-block .slick-next:before {
  content: none;
}

.hero-block .slick-prev {
  left: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hero-block .slick-next {
  right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/**
 * Newsletter signup fields.
 *
 * The form comes from a shortcode, so these style whatever Contact Form 7
 * renders. The extra `form` in the selector lifts specificity above the plugin
 * stylesheet, which loads after app.css.
 */

.newsletter-form form label {
  display: block;
  font-size: clamp(1.3125rem, 1.15625rem + 0.5208vw, 1.625rem);
  line-height: clamp(1.6875rem, 1.40625rem + 0.9375vw, 2.25rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.newsletter-form form input[type="text"],
.newsletter-form form input[type="email"],
.newsletter-form form input[type="tel"],
.newsletter-form form textarea {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 10px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: clamp(1.0625rem, 0.96875rem + 0.3125vw, 1.25rem);
  line-height: clamp(1.5625rem, 1.46875rem + 0.3125vw, 1.75rem);
  --tw-text-opacity: 1;
  color: rgb(46 46 52 / var(--tw-text-opacity));
}

.newsletter-form form input[type="checkbox"] {
  margin-right: 0.75rem;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(188 58 255 / var(--tw-text-opacity));
}

.newsletter-form form .wpcf7-list-item {
  margin-left: 0px;
  display: flex;
  align-items: flex-start;
}

.newsletter-form form .wpcf7-list-item-label {
  font-size: clamp(1.0625rem, 1.03125rem + 0.1042vw, 1.125rem);
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.newsletter-form form input[type="submit"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 58 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.0625rem, 0.96875rem + 0.3125vw, 1.25rem);
  line-height: clamp(1.5625rem, 1.46875rem + 0.3125vw, 1.75rem);
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 782px) {
  .newsletter-form form input[type="submit"] {
    min-height: 50px;
  }
}

.newsletter-form form input[type="submit"] {
  cursor: pointer;
  border-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.newsletter-form form input[type="submit"]:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.newsletter-form form p {
  margin-bottom: 1.5rem;
}

.newsletter-form form p:last-child {
  margin-bottom: 0px;
}

.placeholder\:text-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder\:text-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-charcoal:hover {
  --tw-text-opacity: 1;
  color: rgb(46 46 52 / var(--tw-text-opacity));
}

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

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:border-deep-purple {
  --tw-border-opacity: 1;
  border-color: rgb(79 58 120 / var(--tw-border-opacity));
}

@media (min-width: 600px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }
}

@media (min-width: 782px) {
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 960px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-\[20rem_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 20rem minmax(0,1fr);
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_22rem\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 22rem;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_20rem\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 20rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-charcoal\/25 {
    border-color: rgb(46 46 52 / 0.25);
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
