*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.typography-h2 {
  font-family: "ABC Marist Variable", serif;
  font-size: 88px;
  line-height: 88px;
  letter-spacing: -1.5px;
  font-weight: 400;
}

.\!typography-h4 {
  font-family: "ABC Marist Variable", serif;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.typography-h4 {
  font-family: "ABC Marist Variable", serif;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.typography-h6 {
  font-family: "ABC Marist Variable", serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.\!typography-body-2 {
  font-family: "ABC Marist Variable", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.25px;
}

.typography-body-2 {
  font-family: "ABC Marist Variable", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.25px;
}

.typography-body-4 {
  font-family: "ABC Marist Variable", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.\!typography-body-5 {
  font-family: "ABC Marist Variable", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.typography-body-5 {
  font-family: "ABC Marist Variable", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.typography-body-6 {
  font-family: "ABC Marist Variable", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.typography-button-1 {
  font-family: "ABC Marist Variable", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.typography-button-2 {
  font-family: "ABC Whyte", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.typography-label-whyte-1 {
  font-family: "ABC Whyte", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.typography-label-whyte-2 {
  font-family: "ABC Whyte", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.typography-label-whyte-3 {
  font-family: "ABC Whyte", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.\!typography-label-mono-3 {
  font-family: "ABC Whyte Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.typography-label-mono-3 {
  font-family: "ABC Whyte Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

footer .column-header-label {
  color: #0b182b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

footer .column-child-label {
  color: #676c75;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: 0.16px;
}

.article-content .gh-content p {
  font-family: "ABC Whyte", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.article-content h2 {
  font-family: "ABC Marist Variable", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.article-content figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.nav-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  transition: all 0.5s ease-in-out, color 0s;
}

div.nav-button .label {
  transition: all 0.5s ease-in-out, color 0s;
}

div.nav-button.primary .icon,
  div.nav-button.primary .icon-payload {
  height: 10px;
  width: 0px;
  color: transparent;
}

@media (min-width: 1024px) {
  div.nav-button.primary .icon,
  div.nav-button.primary .icon-payload {
    height: 1rem;
    width: 1rem;
  }
}

/* --- */

div.nav-button.primary.white {
  border-width: 1px;
  border-color: transparent;
  color: var(--Secondary-Midnight-900);
}

div.nav-button.primary.white:hover {
  border-color: var(--Shade-Sky-200);
  background-color: var(--Shade-Sky-200);
}

div.nav-button.primary.white:focus {
  border-color: var(--Shade-Sky-400);
  background-color: var(--Shade-Sky-400);
}

div.nav-button.primary.white:hover .icon,
  div.nav-button.primary.white:focus .icon {
  color: var(--Primary-Ocean-Main);
}

/* --- */

div.nav-button.secondary.white {
  border-width: 1px;
  border-color: var(--Shade-Grey-200);
  color: var(--Secondary-Midnight-900);
}

div.nav-button.secondary.white:hover {
  border-color: var(--Shade-Sky-200);
  background-color: var(--Shade-Sky-200);
}

div.nav-button.secondary.white:focus {
  border-color: var(--Shade-Sky-400);
  background-color: var(--Shade-Sky-400);
}

/* --- */

div.nav-button.primary.blue {
  border-width: 1px;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

div.nav-button.primary.blue:hover {
  border-color: var(--Shade-Sky-500);
  background-color: var(--Shade-Sky-500);
}

div.nav-button.primary.blue:focus {
  border-color: var(--shade-Sky-600);
  background-color: var(--shade-Sky-600);
}

div.nav-button.primary.blue:hover .icon,
  div.nav-button.primary.blue:focus .icon {
  color: var(--Primary-Ocean-Main);
}

/* --- */

div.nav-button.secondary.blue {
  border-width: 1px;
  border-color: var(--shade-Sky-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

div.nav-button.secondary.blue:hover {
  border-color: var(--Shade-Sky-500);
  background-color: var(--Shade-Sky-500);
}

div.nav-button.secondary.blue:focus {
  border-color: var(--shade-Sky-600);
  background-color: var(--shade-Sky-600);
}

.animation-up {
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out opacity;
}

@media (min-width: 768px) {
  .animation-up:hover:not(.disabled) {
    transform: translate3d(0px, -5px, 0px);
    opacity: 0.8;
  }
}

.icon-button {
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--Shade-Sky-200);
  color: var(--Secondary-Midnight-900);
}

.icon-button:hover {
  border-color: var(--Secondary-Midnight-900);
}

.icon-button:active {
  border-color: var(--Primary-Ocean-Main);
  color: var(--Primary-Ocean-Main);
}

.icon-button {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.icon-button svg {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 1024px) {
  .icon-button svg {
    height: 1.75rem;
    width: 1.75rem;
  }
}

.icon-button svg {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.icon-button.disabled {
  cursor: not-allowed;
  border-width: 1px;
  border-style: solid;
  border-color: var(--Shade-Grey-200);
  color: var(--Shade-Grey-400);
}

.icon-button.disabled:hover {
  border-color: var(--Shade-Grey-200);
}

.\!invisible {
  visibility: hidden !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-spacing-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-spacing-5 {
  left: 24px;
}

.right-0 {
  right: 0px;
}

.right-spacing-5 {
  right: 24px;
}

.top-0 {
  top: 0px;
}

.top-32 {
  top: 8rem;
}

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

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

.z-\[1000\] {
  z-index: 1000;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

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

.-mt-spacing-6 {
  margin-top: -32px;
}

.mt-\[-20px\] {
  margin-top: -20px;
}

.mt-\[4px\] {
  margin-top: 4px;
}

.mt-spacing-7 {
  margin-top: 40px;
}

.box-border {
  box-sizing: border-box;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-1 {
  height: 0.25rem !important;
}

.\!h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem;
}

.h-\[135px\] {
  height: 135px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[370px\] {
  height: 370px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[420px\] {
  height: 420px;
}

.h-\[434px\] {
  height: 434px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[512px\] {
  height: 512px;
}

.h-\[550px\] {
  height: 550px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.\!min-h-4 {
  min-height: 1rem !important;
}

.min-h-\[72px\] {
  min-height: 72px;
}

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

.\!w-1 {
  width: 0.25rem !important;
}

.\!w-48 {
  width: 12rem !important;
}

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

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

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

.w-\[calc\(100vw-80px\)\] {
  width: calc(100vw - 80px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.\!min-w-4 {
  min-width: 1rem !important;
}

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

.flex-1 {
  flex: 1 1 0%;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -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));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.transform {
  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-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

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

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

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

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

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

.\!gap-spacing-2 {
  gap: 8px !important;
}

.gap-spacing-4 {
  gap: 16px;
}

.gap-spacing-5 {
  gap: 24px;
}

.gap-spacing-6 {
  gap: 32px;
}

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

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

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

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

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

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

.gap-x-spacing-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-y-spacing-3 {
  row-gap: 12px;
}

.gap-y-spacing-4 {
  row-gap: 16px;
}

.gap-y-spacing-5 {
  row-gap: 24px;
}

.gap-y-spacing-6 {
  row-gap: 32px;
}

.gap-y-spacing-7 {
  row-gap: 40px;
}

.gap-y-spacing-8 {
  row-gap: 48px;
}

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

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.\!whitespace-normal {
  white-space: normal !important;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

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

.rounded-radius-l {
  border-radius: 32px;
}

.rounded-radius-s {
  border-radius: 16px;
}

.rounded-radius-xs {
  border-radius: 4px;
}

.rounded-b-\[16px\] {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.border {
  border-width: 1px;
}

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

.border-shade-sky-200 {
  border-color: var(--Shade-Sky-200);
}

.border-shade-sky-300 {
  border-color: var(--Shade-Sky-300);
}

.bg-primary-ocean-main {
  background-color: var(--Primary-Ocean-Main);
}

.bg-shade-sky-100 {
  background-color: var(--Shade-Sky-100);
}

.bg-shade-sky-200 {
  background-color: var(--Shade-Sky-200);
}

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-spacing-10 {
  padding: 64px;
}

.p-spacing-4 {
  padding: 16px;
}

.p-spacing-5 {
  padding: 24px;
}

.\!px-spacing-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.\!px-spacing-5 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-spacing-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-spacing-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-spacing-5 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-spacing-7 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-spacing-9 {
  padding-left: 56px;
  padding-right: 56px;
}

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

.py-spacing-10 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-spacing-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.py-spacing-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-spacing-5 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pb-spacing-12 {
  padding-bottom: 80px;
}

.pb-spacing-5 {
  padding-bottom: 24px;
}

.pb-spacing-6 {
  padding-bottom: 32px;
}

.pb-spacing-7 {
  padding-bottom: 40px;
}

.pb-spacing-8 {
  padding-bottom: 48px;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pl-spacing-2 {
  padding-left: 8px;
}

.pl-spacing-4 {
  padding-left: 16px;
}

.pl-spacing-5 {
  padding-left: 24px;
}

.pr-spacing-0 {
  padding-right: 0px;
}

.pr-spacing-4 {
  padding-right: 16px;
}

.pr-spacing-5 {
  padding-right: 24px;
}

.pt-spacing-0 {
  padding-top: 0px;
}

.pt-spacing-10 {
  padding-top: 64px;
}

.pt-spacing-2 {
  padding-top: 8px;
}

.pt-spacing-4 {
  padding-top: 16px;
}

.pt-spacing-5 {
  padding-top: 24px;
}

.pt-spacing-7 {
  padding-top: 40px;
}

.font-\[\!56px\] {
  font-family: !56px;
}

.font-marist {
  font-family: "ABC Marist Variable", serif;
}

.font-whyte {
  font-family: "ABC Whyte", sans-serif;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-button-1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-button-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-h6 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.font-\[300\] {
  font-weight: 300;
}

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

.\!leading-\[\!64px\] {
  line-height: !64px !important;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[32px\] {
  line-height: 32px;
}

.\!text-transparent {
  color: transparent !important;
}

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

.text-inherit {
  color: inherit;
}

.text-primary-ocean-main {
  color: var(--Primary-Ocean-Main);
}

.text-secondary-midnight-900 {
  color: var(--Secondary-Midnight-900);
}

.text-shade-grey-700 {
  color: var(--Shade-Grey-700);
}

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

.placeholder-primary-ocean-main::-moz-placeholder {
  color: var(--Primary-Ocean-Main);
}

.placeholder-primary-ocean-main::placeholder {
  color: var(--Primary-Ocean-Main);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/screen.css

1.  Global Styles
2.  Layout
3.  Special Templates
4.  Site Header
5.  Site Navigation
6.  Post Feed
7.  Single Post
  7.1. Post Byline
  7.2. Members Subscribe Form
  7.4. Related Posts
  7.5. Koenig Styles
  7.6  Comments
8.  Author Template
9.  Error Template
11. Site Footer
12. Dark Mode

*/

/* 1. Global - Set up the things
/* ---------------------------------------------------------- */

/* Import CSS reset and base styles */

:root {
  font-size: 16px !important;
  /* Colours */
  --color-green: #a4d037;
  --color-yellow: #fecd35;
  --color-red: #f05230;
  /* --color-darkgrey: #15171A; */
  --color-darkgrey: #232325;
  --color-midgrey: #738a94;
  --color-lightgrey: #f1f1f1;
  /* --color-secondary-text: #979797; */
  --color-secondary-text: #232325;
  --color-border: #e1e1e1;
  --color-wash: #e5eff5;
  --color-darkmode: #151719;
  /*
    An accent color is also set by Ghost itself in
    Ghost Admin > Settings > Brand
*/
  /* --ghost-accent-color: #ECF3fB; */
  /*
    You can use this variable throughout your styles
     */
  /* Fonts */
  /* --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-serif: Georgia, Times, serif;
    --font-mono: Menlo, Courier, monospace; */
  --font-abc-marist-variable: "ABC Marist Variable";
}

/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */

.viewport {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

/* Full width page blocks */

.outer {
  position: relative;
  padding: 0 max(4vmin, 20px);
}

/* Centered content container blocks */

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* 4. Site Header
/* ---------------------------------------------------------- */

.site-header {
  position: relative;
  color: #fff;
  background: var(--ghost-accent-color);
}

.site-header-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-header-content {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-top: 6.4vmin;
  padding-bottom: 6.4vmin;
  text-align: center;
  color: var(--color-darkgrey);
}

.has-cover .site-header-content {
  min-height: 560px;
  /* background-color: var(--ghost-accent-color); */
  /* color: #fff; */
  color: var(--color-secondary-text);
}

body:not(.has-cover) .site-header-content:not(.left-aligned) {
  padding-bottom: max(4.8vmin, 24px);
}

.site-header-content.left-aligned {
  padding-bottom: 0;
  text-align: left;
}

.has-cover .site-header-content.left-aligned {
  align-items: flex-end;
  padding-bottom: 6.4vmin;
}

.site-header-content.no-content {
  padding-top: 0;
}

.site-header-inner {
  position: relative;
}

.site-header-content.left-aligned .site-header-inner {
  align-items: flex-start;
}

.site-logo {
  flex-shrink: 0;
  margin: 0 auto;
  max-height: 120px;
}

.site-header-content.left-aligned .site-logo {
  margin-right: auto;
  margin-left: 0;
  max-height: 96px;
}

.site-title {
  z-index: 10;
  margin: 0;
  padding: 0;
  font-size: 5rem;
  font-weight: 800;
}

.has-serif-title .site-title {
  font-family: var(--font-abc-marist-variable);
}

.has-cover .site-title {
  font-size: 6rem;
}

.site-header-content.left-aligned .site-title {
  font-size: 4.4rem;
}

.has-cover .site-header-content.left-aligned .site-title {
  font-size: 4.6rem;
}

.site-description {
  display: inline-block;
  z-index: 10;
  max-width: 560px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

:is(.site-logo, .site-title) + .site-description {
  margin-top: 8px;
  font-size: 2.1rem;
  font-weight: 400;
}

.site-logo + .site-description {
  margin-top: 20px;
}

.site-title + .site-description {
  color: var(--color-secondary-text);
}

.has-cover .site-description {
  font-size: 3.2rem;
  letter-spacing: -0.005em;
  /* color: #fff; */
  color: var(--color-secondary-text);
}

.has-cover :is(.site-logo, .site-title) + .site-description {
  font-size: 2.4rem;
}

.has-cover
  .site-header-content.left-aligned
  :is(.site-logo, .site-title)
  + .site-description {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .has-cover .site-header-content {
    min-height: 240px;
  }

  .site-header-inner {
    gap: 16px;
  }

  .site-logo {
    max-width: 60%;
  }

  .site-title {
    font-size: 3.4rem !important;
  }

  .site-description {
    font-size: 1.9rem !important;
  }

  .site-logo + .site-description {
    margin-top: 12px !important;
  }

  .site-title + .site-description {
    margin-top: 4px !important;
  }
}

/* 5. Site Navigation
/* ---------------------------------------------------------- */

.gh-head {
  padding-top: min(24px, 3.6vmin);
  padding-bottom: min(24px, 3.6vmin);
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #fff;
}

.has-cover:not(.home-template) .gh-head {
  background-color: var(--ghost-accent-color);
  color: #fff;
}

.home-template.has-cover .gh-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  background-color: transparent;
  color: #fff;
}

.gh-head a {
  text-decoration: none;
}

.gh-head-inner {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: auto auto 1fr;
  grid-auto-flow: row dense;
}

/* Brand
/* ---------------------------------------------------------- */

.gh-head-brand {
  display: flex;
  align-items: center;
  height: 40px;
  max-width: 400px;
  word-break: break-all;
}

.gh-head-logo {
  display: block;
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: -0.02em;
  color: inherit;
}

.gh-head-logo.no-image {
  margin-top: -2px;
}

.has-cover .gh-head-logo {
  color: #fff;
}

.no-logo .gh-head-logo {
  display: none;
}

.gh-head-logo img {
  max-height: 26px;
}

.gh-head-brand-wrapper {
  display: flex;
  align-items: center;
}

/* Primary Navigation
/* ---------------------------------------------------------- */

.gh-head-menu {
  display: flex;
  align-items: center;
  margin-top: 1px;
  font-weight: 500;
}

.no-logo .gh-head-menu {
  margin-left: -40px;
}

.gh-head-menu .nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gh-head-menu .nav li {
  margin: 0;
  padding: 0;
}

.gh-head-menu .nav a {
  display: inline-block;
  line-height: 1.7;
  color: inherit;
}

.gh-head-menu .nav a:hover {
  opacity: 0.9;
}

/* Secondary Navigation
/* ---------------------------------------------------------- */

.gh-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gh-social-link {
  line-height: 0;
  color: inherit;
}

.gh-social-link:hover {
  opacity: 0.9;
}

.gh-social-link svg {
  width: 18px;
  height: 18px;
}

.gh-head-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  list-style: none;
  text-align: right;
}

.gh-head-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  height: 40px;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-size: 1.5rem;
  border-radius: 6px;
  color: #fff;
  background: var(--ghost-accent-color);
}

.has-cover .gh-head-button {
  color: var(--color-darkgrey);
  background: #fff;
}

/* Search
/* ---------------------------------------------------------- */

.gh-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
}

.gh-search:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .gh-head-actions .gh-search {
    display: none;
  }
}

@media (min-width: 992px) {
  .gh-head-brand .gh-search {
    display: none;
  }
}

/* Search
/* ---------------------------------------------------------- */

.gh-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
}

.gh-search:hover {
  opacity: 0.9;
}

.gh-head-brand .gh-search {
  margin-right: 8px;
}

.gh-head-actions .gh-search {
  margin-right: -10px;
}

@media (max-width: 991px) {
  .gh-head-actions .gh-search {
    display: none;
  }
}

@media (min-width: 992px) {
  .gh-head-brand .gh-search {
    display: none;
  }
}

/* Mobile Menu Trigger
/* ---------------------------------------------------------- */

.gh-burger {
  position: relative;
  display: none;
  cursor: pointer;
}

.gh-burger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}

.has-cover .gh-burger-box {
  color: #fff;
}

.gh-burger-inner {
  width: 100%;
  height: 100%;
}

.gh-burger-box::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background: currentcolor;
  transition: transform 300ms cubic-bezier(0.2, 0.6, 0.3, 1),
    width 300ms cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, width;
}

.gh-burger-inner::before,
.gh-burger-inner::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background: currentcolor;
  transition: transform 250ms cubic-bezier(0.2, 0.7, 0.3, 1),
    width 250ms cubic-bezier(0.2, 0.7, 0.3, 1);
  will-change: transform, width;
}

.gh-burger-inner::before {
  transform: translatey(-6px);
}

.gh-burger-inner::after {
  transform: translatey(6px);
}

body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::before {
  transform: translatey(-8px);
}

body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
  transform: translatey(8px);
}

.gh-head-open .gh-burger-box::before {
  width: 0;
  transform: translatex(19px);
  transition: transform 200ms cubic-bezier(0.2, 0.7, 0.3, 1),
    width 200ms cubic-bezier(0.2, 0.7, 0.3, 1);
}

.gh-head-open .gh-burger-inner::before {
  width: 26px;
  transform: translatex(6px) rotate(135deg);
}

.gh-head-open .gh-burger-inner::after {
  width: 26px;
  transform: translatex(6px) rotate(-135deg);
}

/* Mobile Menu
/* ---------------------------------------------------------- */

/* IDs needed to ensure sufficient specificity */

@media (max-width: 991px) {
  .gh-burger {
    display: inline-block;
  }

  #gh-head {
    overflow: visible;
  }

  #gh-head .gh-head-inner {
    height: 100%;
    grid-template-columns: 1fr;
  }

  #gh-head .gh-head-brand {
    position: relative;
    z-index: 10;
    grid-column-start: auto;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .no-logo #gh-head .gh-head-brand {
    justify-content: flex-end;
  }

  #gh-head .gh-head-menu {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 10vh 0;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.1em;
  }

  #gh-head .gh-head-menu .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-weight: 500;
  }

  #gh-head .gh-head-actions {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 20px 0 32px;
    text-align: left;
  }

  /* Hide collapsed content */

  #gh-head .gh-head-actions,
  #gh-head .gh-head-menu {
    display: none;
  }

  /* Open the menu */

  .gh-head-open {
    overflow: hidden;
    height: 100vh;
  }

  .gh-head-open #gh-head {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3999999;
    overflow-y: scroll;
  }

  .gh-head-open #gh-head .gh-head-inner {
    grid-template-rows: auto 1fr auto;
  }

  .gh-head-open #gh-head .gh-head-actions,
  .gh-head-open #gh-head .gh-head-menu {
    display: flex;
  }
}

@media (max-width: 600px) {
  #gh-head .gh-head-menu {
    font-size: 6vmin;
  }
}

.has-cover.gh-head-open .gh-head {
  background: var(--ghost-accent-color);
}

/* 7. Single Post
/* ---------------------------------------------------------- */

.article {
  /* padding: max(8vmin, 40px) 0 max(8vmin, 64px); */
  word-break: break-word;
}

.page-template .article {
  /* padding-top: max(12vmin, 64px); */
}

.article-header {
  padding: 0 0 max(6.4vmin, 40px) 0;
}

.page-template .article-header {
  padding-bottom: max(3.2vmin, 28px);
}

.article-tag {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.article-tag a {
  color: var(--color-secondary-text);
}

.article-title {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5vw, 5.2rem);
  font-weight: 800;
  line-height: 1;
  color: var(--color-darkgrey);
}

.has-serif-title .article-title {
  font-family: var(--font-abc-marist-variable);
}

.article-excerpt {
  margin-top: 20px;
  max-width: 720px;
  font-size: 2rem;
  line-height: 1.45;
  color: var(--color-darkgrey);
}

.gh-canvas .article-image {
  grid-column: wide-start / wide-end;
  width: 100%;
  margin: max(6.4vmin, 40px) 0 0;
}

.image-full .article-image {
  grid-column: full-start / full-end;
}

.image-small .article-image {
  grid-column: main-start / main-end;
}

.gh-canvas .article-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .article-excerpt {
    margin-top: 14px;
    font-size: 1.7rem;
  }
}

/* -------- */

/* Content grid
/* ---------------------------------------------------------- */

/* Canvas creates a multi-column, centered grid which the post
is laid out on top of. Canvas just defines the grid, we don't
use it for applying any other styles. */

.gh-canvas {
  display: flex;
}

@media (min-width: 768px) {
  .gh-canvas {
    display: grid;
    grid-template-columns:
      [full-start]
      minmax(max(4vmin, 20px), auto)
      [wide-start]
      minmax(auto, 240px)
      [main-start]
      min(720px, calc(100% - max(8vmin, 40px)))
      [main-end]
      minmax(auto, 240px)
      [wide-end]
      minmax(max(4vmin, 20px), auto)
      [full-end];
  }
}

.gh-canvas > * {
  grid-column: main-start / main-end;
}

.kg-width-wide {
  grid-column: wide-start / wide-end;
}

.kg-width-full {
  grid-column: full-start / full-end;
}

.kg-width-full img {
  width: 100%;
}

/* Content
/* ---------------------------------------------------------- */

/* Content refers to styling all page and post content that is
created within the Ghost editor. The main content handles
headings, text, images and lists. We deal with cards lower down. */

/* Default vertical spacing */

.gh-content > * + * {
  margin-top: max(3.2vmin, 24px);
  margin-bottom: 0;
}

/* [id] represents all headings h1-h6, reset all margins */

.gh-content > [id] {
  margin: 0;
  color: var(--color-darkgrey);
}

.has-serif-title .gh-content > [id] {
  font-family: var(--font-abc-marist-variable);
}

/* Add back a top margin to all headings, unless a heading
is the very first element in the post content */

.gh-content > [id]:not(:first-child) {
  margin: 2em 0 0;
}

/* Add a small margin between a heading and anything after it */

.gh-content > [id] + * {
  margin-top: 1.5rem !important;
}

/* A larger margin before/after HRs and blockquotes */

.gh-content > hr,
.gh-content > blockquote {
  position: relative;
  margin-top: max(4.8vmin, 32px);
}

.gh-content > hr + *,
.gh-content > blockquote + * {
  margin-top: max(4.8vmin, 32px) !important;
}

/* Now the content typography styles */

.gh-content a {
  color: var(--ghost-accent-color);
  text-decoration: underline;
  word-break: break-word;
}

.gh-content > blockquote:not([class]),
.gh-content > ol,
.gh-content > ul,
.gh-content > dl,
.gh-content > p {
  font-family: var(--font-abc-marist-variable);
  /* font-weight: 400;
  font-size: 2rem;
  line-height: 1.6em; */
}

.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-toggle-card .kg-toggle-content > ol,
.gh-content .kg-toggle-card .kg-toggle-content > ul,
.gh-content .kg-toggle-card .kg-toggle-content > p {
  font-family: var(--font-abc-marist-variable);
  /* font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.6em; */
}

.gh-content .kg-product-card .kg-product-card-description > p,
.gh-content .kg-product-card .kg-product-card-description > ol,
.gh-content .kg-product-card .kg-product-card-description > ul {
  font-size: 1.7rem;
  line-height: 1.6em;
}

.gh-content .kg-callout-card .kg-callout-emoji {
  font-size: 2.1rem;
  line-height: 1.4em;
}

.gh-content .kg-toggle-card .kg-toggle-heading-text {
  font-size: 2rem;
}

.has-sans-body .gh-content > blockquote,
.has-sans-body .gh-content > ol,
.has-sans-body .gh-content > ul,
.has-sans-body .gh-content > dl,
.has-sans-body .gh-content > p,
.has-sans-body .gh-content .kg-callout-card .kg-callout-text,
.has-sans-body .gh-content .kg-toggle-card .kg-toggle-content > ol,
.has-sans-body .gh-content .kg-toggle-card .kg-toggle-content > ul,
.has-sans-body .gh-content .kg-toggle-card .kg-toggle-content > p {
  font-family: var(--font-abc-marist-variable);
}

.gh-content > ul,
.gh-content > ol,
.gh-content > dl,
.gh-content .kg-toggle-card .kg-toggle-content > ol,
.gh-content .kg-toggle-card .kg-toggle-content > ul,
.gh-content .kg-product-card .kg-product-card-description > ol,
.gh-content .kg-product-card .kg-product-card-description > ul {
  padding-left: 1.9em;
}

.gh-content > blockquote:not([class]) {
  position: relative;
  font-style: italic;
  padding: 0;
}

.gh-content > blockquote:not([class])::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background: var(--ghost-accent-color);
}

.gh-content :not(pre) > code {
  vertical-align: middle;
  padding: 0.15em 0.4em 0.15em;
  border: #e1eaef 1px solid;
  font-weight: 400 !important;
  font-size: 0.9em;
  line-height: 1em;
  color: #15171a;
  background: #f0f6f9;
  border-radius: 0.25em;
}

.gh-content pre {
  overflow: auto;
  padding: 16px 20px;
  color: var(--color-wash);
  font-size: 1.4rem;
  line-height: 1.5em;
  background: var(--color-darkgrey);
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
}

/* 
@media (max-width: 650px) {
  .gh-content > blockquote:not([class]),
  .gh-content > ol,
  .gh-content > ul,
  .gh-content > dl,
  .gh-content > p,
  .gh-content .kg-callout-card .kg-callout-text,
  .gh-content .kg-toggle-card .kg-toggle-content > ol,
  .gh-content .kg-toggle-card .kg-toggle-content > ul,
  .gh-content .kg-toggle-card .kg-toggle-content > p {
    font-size: 1.8rem;
  }

  .gh-content .kg-product-card .kg-product-card-description > p,
  .gh-content .kg-product-card .kg-product-card-description > ol,
  .gh-content .kg-product-card .kg-product-card-description > ul {
    font-size: 1.6rem;
  }

  .gh-content blockquote:not([class])::before {
    left: min(-4vmin, -20px);
  }
} */

/* Cards
/* ---------------------------------------------------------- */

/* Cards are dynamic blocks of content which appear within Ghost
posts, for example: embedded videos, tweets, galleries, or
specially styled bookmark links. We add extra styling here to
make sure they look good, and are given a bit of extra spacing. */

/* Add extra margin before/after any cards,
except for when immediately preceeded by a heading */

.gh-content :not(.kg-card):not([id]) + .kg-card {
  margin-top: 6vmin;
  margin-bottom: 0;
}

.gh-content .kg-card + :not(.kg-card) {
  margin-top: 6vmin;
  margin-bottom: 0;
}

/* This keeps small embeds centered */

.kg-embed-card {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  margin: auto;
  /* grid-column: 1; */
}

.twitter-tweet {
  margin: auto;
}

/* This keeps small iamges centered */

.kg-image-card img {
  margin: auto;
}

.has-serif-title .kg-toggle-card .kg-toggle-heading-text {
  font-family: var(--font-abc-marist-variable);
}

.gh-content .kg-callout-card-accent a {
  text-decoration: underline;
}

.kg-blockquote-alt {
  font-family: var(--font-abc-marist-variable);
  color: var(--color-midgrey);
}

.has-sans-body .kg-blockquote-alt {
  font-family: var(--font-abc-marist-variable);
}

.kg-card.kg-header-card.kg-style-dark {
  background: var(--color-darkgrey);
}

.kg-header-card.kg-style-light h2.kg-header-card-header {
  color: color-mod(var(--color-darkgrey) l(-5%));
}

.has-serif-title .kg-header-card h2.kg-header-card-header {
  font-family: var(--font-abc-marist-variable);
}

/* Captions */

figcaption {
  padding: 8px 1.5rem 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px !important;
  line-height: 16px !important;
}

figcaption strong {
  color: rgba(0, 0, 0, 0.8);
}

figcaption a {
  text-decoration: underline;
}

/* Highly specific styles for traditional Instagram embeds */

iframe.instagram-media {
  margin-top: 6vmin !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

iframe.instagram-media + script + :not([id]) {
  margin-top: 6vmin;
}

/* Card captions
/* ---------------------------------------------------------- */

.kg-width-full.kg-card-hascaption {
  display: grid;
  grid-template-columns: inherit;
}

.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start / wide-end;
}

.kg-width-full.kg-card-hascaption img {
  grid-column: 1 / -1;
}

.kg-width-full.kg-card-hascaption figcaption {
  grid-column: main-start / main-end;
}

.article-comments {
  margin: 6vmin 0 0 0;
}

/* -----old------ */

.footnotes-sep {
  margin-bottom: 30px;
}

.footnotes {
  font-size: 1.5rem;
}

.footnotes p {
  margin: 0;
}

.footnote-backref {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Tables */

.gh-content table:not(.gist table) {
  display: inline-block;
  overflow-x: auto;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: var(--font-abc-marist-variable);
  font-size: 1.6rem;
  white-space: nowrap;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(
        ellipse at left,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 75%
      )
      0 center,
    radial-gradient(
        ellipse at right,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 75%
      )
      100% center;
  background-attachment: scroll, scroll;
  background-size: 10px 100%, 10px 100%;
  background-repeat: no-repeat;
}

.gh-content table:not(.gist table) td:first-child {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 20px 100%;
  background-repeat: no-repeat;
}

.gh-content table:not(.gist table) td:last-child {
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-position: 100% 0;
  background-size: 20px 100%;
  background-repeat: no-repeat;
}

.gh-content table:not(.gist table) th {
  color: var(--color-darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: color-mod(var(--color-wash) l(+4%));
}

.gh-content table:not(.gist table) th,
.gh-content table:not(.gist table) td {
  padding: 6px 12px;
  border: color-mod(var(--color-wash) l(-1%) s(-5%)) 1px solid;
}

/* 7.1. Post Byline
/* ---------------------------------------------------------- */

.article-byline {
  display: flex;
  justify-content: space-between;
  margin: min(24px, 5.6vmin) 0 0;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 14px 0 0;
}

.article-byline-meta {
  color: var(--color-secondary-text);
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta .author-name {
  margin: 0 0 6px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
}

.article-byline-meta .bull {
  display: inline-block;
  margin: 0 2px;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -4px;
  width: min(56px, 13.6vmin);
  height: min(56px, 13.6vmin);
  border: #fff 2px solid;
  border-radius: 50%;
  background-color: var(--color-border);
}

.page-template .article-title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article-byline-content .author-list {
    padding-right: 12px;
  }

  .article-byline-meta .author-name {
    margin-bottom: 4px;
  }
}

/* 7.3. Subscribe
/* ---------------------------------------------------------- */

.footer-cta {
  position: relative;
  text-align: center;
}

.footer-cta-title {
  margin: 0 0 min(24px, 6.4vmin);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 800;
}

.has-serif-title .footer-cta-title {
  font-family: var(--font-abc-marist-variable);
}

.footer-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  padding: 5px 5px 5px 15px;
  font-size: 1.7rem;
  color: var(--color-secondary-text);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  transition: border-color 0.2s;
}

.footer-cta-button:hover {
  border-color: color-mod(var(--color-border) l(-12%));
}

.footer-cta-button span {
  display: inline-block;
  padding: 9px 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  background: var(--ghost-accent-color);
  border-radius: 6px;
}

/* 7.4. Read more
/* ---------------------------------------------------------- */

.read-more-wrap {
  margin-top: 2.4vmin;
}

.footer-cta + .read-more-wrap {
  margin-top: max(12vmin, 72px);
}

.read-more {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4vmin;
}

.read-more .post-card-tags {
  display: none;
}

@media (max-width: 1000px) {
  .read-more {
    grid-template-columns: repeat(4, 1fr);
  }

  .read-more .post-card:nth-child(3) {
    display: none;
  }
}

@media (max-width: 700px) {
  .read-more {
    grid-template-columns: repeat(2, 1fr);
  }

  .read-more .post-card:nth-child(2) {
    display: none;
  }
}

/* 7.6. Comments
/* ---------------------------------------------------------- */

.comments {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 44px;
}

.comments-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
  width: 100%;
  max-width: 720px;
}

.comments h2 {
  width: 100%;
  max-width: 720px;
  font-weight: 800;
  font-size: 3.4rem;
}

.comments .comment-count {
  color: var(--color-midgrey);
  font-weight: 600;
  white-space: nowrap;
}

.comments #ghost-comments-root {
  width: 100%;
  max-width: 720px;
}

/* 8. Author Template
/* ---------------------------------------------------------- */

.author-profile-pic {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 2rem;
  background: color-mod(var(--color-lightgrey) l(+10%));
  border-radius: 50%;
}

.author-profile-footer {
  margin-top: 16px;
}

.author-profile-location {
  font-weight: 700;
}

.author-profile-meta {
  display: flex;
  gap: 10px;
}

.author-profile-social-link {
  font-size: 1.3rem;
  color: var(--color-secondary-text);
}

.author-profile-social-link:hover {
  color: var(--color-darkgrey);
}

.author-profile-social-link svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 1001px) {
  .author-template .post-card-large .post-card-content {
    grid-column: span 2;
    max-width: 640px;
  }
}

/* 8. Tag Template
/* ---------------------------------------------------------- */

.tag-template .post-card-large .post-card-image-link {
  grid-column: 2 / span 2;
  order: 2;
}

.tag-template .post-card-large .post-card-content {
  order: 1;
}

@media (min-width: 1001px) {
  .tag-template .post-card-large .post-card-content {
    grid-column: span 2;
    max-width: 640px;
  }
}

/* 9. Error Template
/* ---------------------------------------------------------- */

.error-content {
  padding: 14vw 4vw 2vw;
}

.error-message {
  padding-bottom: 10vw;
  text-align: center;
}

.error-code {
  margin: 0;
  font-size: 12vw;
  line-height: 1em;
  letter-spacing: -5px;
}

.error-description {
  margin: 0;
  color: var(--color-secondary-text);
  font-size: 3.2rem;
  line-height: 1.3em;
  letter-spacing: -0.005em;
  font-weight: 400;
}

.error-link {
  display: inline-block;
  margin-top: 5px;
}

@media (min-width: 940px) {
  .error-content .post-card {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media (max-width: 800px) {
  .error-content {
    padding-top: 24vw;
  }

  .error-code {
    font-size: 11.2rem;
  }

  .error-message {
    padding-bottom: 16vw;
  }

  .error-description {
    margin: 5px 0 0 0;
    font-size: 1.8rem;
  }
}

@media (max-width: 500px) {
  .error-content {
    padding-top: 28vw;
  }

  .error-message {
    padding-bottom: 14vw;
  }
}

/* 11. Site Footer
/* ---------------------------------------------------------- */

.site-footer {
  position: relative;
  margin: max(12vmin, 64px) 0 0 0;
  padding-top: 48px;
  padding-bottom: 140px;
  color: #fff;
  background: color-mod(var(--color-darkgrey) l(-5%));
}

.site-footer .inner {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: auto 1fr auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
}

.site-footer .copyright a {
  color: #fff;
  letter-spacing: -0.015em;
  font-weight: 500;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.site-footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.site-footer-nav li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 2em;
}

.site-footer-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.site-footer-nav li:not(:first-child) a:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  margin: 0 10px 0 0;
  background: #fff;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .site-footer .inner {
    max-width: 500px;
    grid-template-columns: 1fr;
    grid-gap: 0;
    text-align: center;
  }

  .site-footer .copyright,
  .site-footer .copyright a {
    color: #fff;
    font-size: 1.5rem;
  }

  .site-footer .copyright {
    margin-bottom: 16px;
  }
}

/* 12. Dark Mode
/* ---------------------------------------------------------- */

html.dark-mode body {
  color: rgba(255, 255, 255, 0.75);
  background: var(--color-darkmode);
}

html.dark-mode img {
  opacity: 0.9;
}

html.dark-mode kbd {
  background: color-mod(var(--color-darkmode) l(+5%));
}

html.dark-mode figcaption a {
  color: #fff;
}

html.dark-mode .gh-head {
  background: var(--color-darkmode);
  color: #fff;
}

html.dark-mode .gh-burger-box {
  color: #fff;
}

html.dark-mode .site-header-content {
  color: #fff;
}

html.dark-mode .post-card-image {
  background: var(--color-darkmode);
}

html.dark-mode
  :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content) {
  color: color-mod(var(--color-secondary-text) l(-22%));
}

html.dark-mode .post-card-featured {
  color: #fff;
}

html.dark-mode .post-card-title {
  color: #fff;
}

html.dark-mode .post-card-excerpt {
  color: var(--color-secondary-text);
}

html.dark-mode .author-profile-location {
  color: #fff;
}

html.dark-mode .author-profile-social-link:hover {
  color: #fff;
}

html.dark-mode .article-title {
  color: #fff;
}

html.dark-mode .article-excerpt {
  color: var(--color-secondary-text);
}

html.dark-mode .post-full-image {
  background-color: color-mod(var(--color-darkmode) l(+8%));
}

html.dark-mode .author-avatar {
  border-color: var(--color-darkmode);
  background-color: color-mod(var(--color-darkmode) l(+8%));
}

html.dark-mode .author-profile-image {
  opacity: 1;
}

html.dark-mode .author-profile-image path {
  fill: var(--color-darkmode);
}

html.dark-mode .article-byline-meta .author-name a {
  color: #fff;
}

html.dark-mode .no-image .author-social-link a {
  color: rgba(255, 255, 255, 0.75);
}

html.dark-mode .gh-content > [id] {
  color: rgba(255, 255, 255, 0.9);
}

html.dark-mode .gh-content pre {
  background: color-mod(var(--color-darkgrey) l(-8%));
}

html.dark-mode .gh-content :not(pre) > code {
  background: color-mod(var(--color-darkgrey) l(+6%));
  border-color: color-mod(var(--color-darkmode) l(+8%));
  color: var(--color-wash);
}

:where(html.dark-mode) .gh-content a {
  color: #fff;
}

html.dark-mode .gh-content strong {
  color: #fff;
}

html.dark-mode .gh-content em {
  color: #fff;
}

html.dark-mode .gh-content code {
  color: #fff;
  background: #000;
}

html.dark-mode hr {
  border-top-color: color-mod(var(--color-darkmode) l(+8%));
}

html.dark-mode .gh-content hr:after {
  background: color-mod(var(--color-darkmode) l(+8%));
  box-shadow: var(--color-darkmode) 0 0 0 5px;
}

html.dark-mode figcaption {
  color: rgba(255, 255, 255, 0.6);
}

html.dark-mode .gh-content table:not(.gist table) td:first-child {
  background-image: linear-gradient(
    to right,
    var(--color-darkmode) 50%,
    color-mod(var(--color-darkmode) a(0%)) 100%
  );
}

html.dark-mode .gh-content table:not(.gist table) td:last-child {
  background-image: linear-gradient(
    to left,
    var(--color-darkmode) 50%,
    color-mod(var(--color-darkmode) a(0%)) 100%
  );
}

html.dark-mode .gh-content table:not(.gist table) th {
  color: rgba(255, 255, 255, 0.85);
  background-color: color-mod(var(--color-darkmode) l(+8%));
}

html.dark-mode .gh-content table:not(.gist table) th,
html.dark-mode .gh-content table:not(.gist table) td {
  border: color-mod(var(--color-darkmode) l(+8%)) 1px solid;
}

html.dark-mode .gh-content input {
  color: color-mod(var(--color-midgrey) l(-30%));
}

html.dark-mode .site-archive-header .no-image {
  color: rgba(255, 255, 255, 0.9);
  background: var(--color-darkmode);
}

html.dark-mode .kg-header-card.kg-style-dark {
  background: color-mod(var(--color-darkgrey) l(-5%));
}

html.dark-mode .kg-header-card.kg-style-light {
  background: color-mod(var(--color-darkgrey) l(+5%));
}

html.dark-mode .kg-header-card h2.kg-header-card-header,
html.dark-mode .kg-header-card h3.kg-header-card-subheader {
  color: #fff;
}

html.dark-mode .footer-cta-title {
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  html.auto-color body {
    color: rgba(255, 255, 255, 0.75);
    background: var(--color-darkmode);
  }

  html.auto-color img {
    opacity: 0.9;
  }

  html.auto-color kbd {
    background: color-mod(var(--color-darkmode) l(+5%));
  }

  html.auto-color figcaption a {
    color: #fff;
  }

  html.auto-color .gh-head {
    background: var(--color-darkmode);
    color: #fff;
  }

  html.auto-color .gh-burger-box {
    color: #fff;
  }

  html.auto-color .site-header-content {
    color: #fff;
  }

  html.auto-color .post-card-image {
    background: var(--color-darkmode);
  }

  html.auto-color
    :is(
      .post-card-tags,
      .post-card-meta,
      .article-tag a,
      .byline-meta-content
    ) {
    color: color-mod(var(--color-secondary-text) l(-22%));
  }

  html.auto-color .post-card-featured {
    color: #fff;
  }

  html.auto-color .post-card-title {
    color: #fff;
  }

  html.auto-color .post-card-excerpt {
    color: var(--color-secondary-text);
  }

  html.auto-color .author-profile-location {
    color: #fff;
  }

  html.auto-color .author-profile-social-link:hover {
    color: #fff;
  }

  html.auto-color .article-title {
    color: #fff;
  }

  html.auto-color .article-excerpt {
    color: var(--color-secondary-text);
  }

  html.auto-color .post-full-image {
    background-color: color-mod(var(--color-darkmode) l(+8%));
  }

  html.auto-color .author-avatar {
    border-color: var(--color-darkmode);
    background-color: color-mod(var(--color-darkmode) l(+8%));
  }

  html.auto-color .author-profile-image {
    opacity: 1;
  }

  html.auto-color .author-profile-image path {
    fill: var(--color-darkmode);
  }

  html.auto-color .article-byline-meta .author-name a {
    color: #fff;
  }

  html.auto-color .no-image .author-social-link a {
    color: rgba(255, 255, 255, 0.75);
  }

  html.auto-color .gh-content > [id] {
    color: rgba(255, 255, 255, 0.9);
  }

  html.auto-color .gh-content pre {
    background: color-mod(var(--color-darkgrey) l(-8%));
  }

  html.auto-color .gh-content :not(pre) > code {
    background: color-mod(var(--color-darkgrey) l(+6%));
    border-color: color-mod(var(--color-darkmode) l(+8%));
    color: var(--color-wash);
  }

  :where(html.auto-color) .gh-content a {
    color: #fff;
  }

  html.auto-color .gh-content strong {
    color: #fff;
  }

  html.auto-color .gh-content em {
    color: #fff;
  }

  html.auto-color .gh-content code {
    color: #fff;
    background: #000;
  }

  html.auto-color hr {
    border-top-color: color-mod(var(--color-darkmode) l(+8%));
  }

  html.auto-color .gh-content hr:after {
    background: color-mod(var(--color-darkmode) l(+8%));
    box-shadow: var(--color-darkmode) 0 0 0 5px;
  }

  html.auto-color figcaption {
    color: rgba(255, 255, 255, 0.6);
  }

  html.auto-color .gh-content table:not(.gist table) td:first-child {
    background-image: linear-gradient(
      to right,
      var(--color-darkmode) 50%,
      color-mod(var(--color-darkmode) a(0%)) 100%
    );
  }

  html.auto-color .gh-content table:not(.gist table) td:last-child {
    background-image: linear-gradient(
      to left,
      var(--color-darkmode) 50%,
      color-mod(var(--color-darkmode) a(0%)) 100%
    );
  }

  html.auto-color .gh-content table:not(.gist table) th {
    color: rgba(255, 255, 255, 0.85);
    background-color: color-mod(var(--color-darkmode) l(+8%));
  }

  html.auto-color .gh-content table:not(.gist table) th,
  html.auto-color .gh-content table:not(.gist table) td {
    border: color-mod(var(--color-darkmode) l(+8%)) 1px solid;
  }

  html.auto-color .gh-content input {
    color: color-mod(var(--color-midgrey) l(-30%));
  }

  html.auto-color .site-archive-header .no-image {
    color: rgba(255, 255, 255, 0.9);
    background: var(--color-darkmode);
  }

  html.auto-color .kg-header-card.kg-style-dark {
    background: color-mod(var(--color-darkgrey) l(-5%));
  }

  html.auto-color .kg-header-card.kg-style-light {
    background: color-mod(var(--color-darkgrey) l(+5%));
  }

  html.auto-color .kg-header-card h2.kg-header-card-header,
  html.auto-color .kg-header-card h3.kg-header-card-subheader {
    color: #fff;
  }

  html.auto-color .footer-cta-title {
    color: #fff;
  }
}

/* ============================================ */

.hero-bg {
  background-image: url("/assets/images/bg-header@1x.jpg");
  background-repeat: repeat;
  background-size: auto 800px;
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .hero-bg {
    background-image: url("/assets/images/bg-header@2x.jpg");
  }
}

/* .button {
  @apply flex flex-row w-fit rounded-[32px] cursor-pointer justify-center items-center;
  transition: all 0.5s ease-in-out, color 0s;
}

.button.primary.blue {
  @apply text-white border border-transparent hover:bg-shade-sky-500 hover:border-shade-sky-500 focus:bg-shade-sky-600 focus:border-shade-sky-600;
}

.button .icon {
  @apply w-0 h-[10px] lg:w-4 lg:h-4 text-transparent;
} */

/* Social icons hover styles */

.social-icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
}

/* Newsletter form styles */

.newsletter-form input:focus {
  border-color: transparent;
  --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);
}

/* Hover animation */

.group:hover .group-hover\:translate-y-\[-86px\] {
  transform: translateY(-86px);
}

/* Background colors */

/* .bg-shade-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 108 117 / var(--tw-bg-opacity));
}

.bg-shade-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
} */

.bg-lets-go {
  background-image: url(/assets/images/bg-lets-go@1x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .bg-lets-go {
    background-image: url(/assets/images/bg-lets-go@2x.jpg);
  }
}

.social-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.social-button:hover {
  --tw-bg-opacity: 0.2;
}

.social-button svg {
  height: 1.25rem;
  width: 1.25rem;
}

.lets-go-button {
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out opacity;
}

@media (min-width: 768px) {
  .lets-go-button:hover:not(.disabled) {
    transform: translate3d(0px, -5px, 0px);
    opacity: 0.8;
  }
}

.lets-go-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: #ffffff1a;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out opacity;
}

.lets-go-button:hover:not(.disabled) {
  transform: translate3d(0px, -5px, 0px);
  opacity: 0.8;
}

.lets-go-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: #ffffff66;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lets-go-button:focus {
  border-color: var(--Primary-Ocean-Main);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--Primary-Ocean-Main);
}

@media (min-width: 768px) {
  .lets-go-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.scroll-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.animation-up {
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out opacity;
}

.animation-up:hover:not(.disabled) {
  transform: translate3d(0px, -5px, 0px);
  opacity: 0.8;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: break-spaces;
}

.excerpt {
  white-space: pre-line;
  white-space: nowrap;
}

.tags .nav-current {
  border-radius: 50px;
  background-color: var(--Primary-Ocean-Main);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* TOC */

.gh-toc .is-active-link {
  color: #4d3dff !important;
}

.gh-toc .toc-link:hover {
  color: #4d3dff !important;
}

.gh-toc .is-active-link::before {
  background-color: #4d3dff !important;
}

.gh-toc li + li {
  margin-top: 0px !important;
}

/* color: var(--Colors-Primary-Ocean-Main, #4d3dff); */

.gh-toc .toc-link.node-name--H1,
.gh-toc .toc-link.node-name--H2,
.gh-toc .toc-link.node-name--H3 {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ABC Whyte";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 48px;
  display: flex;
  align-items: center;
}

.gh-toc .toc-link.node-name--H1::before {
  left: 0;
}

.gh-toc .toc-link.node-name--H2::before {
  left: 0;
}

.gh-toc .toc-link.node-name--H3::before {
  left: 16px;
}

.gh-toc .toc-list.is-collapsed a::before {
  /* background-color: #dbdde1; */
  background-color: transparent !important;
}

/* ----- */

.is-selectable.tag {
  display: none;
}

.is-selectable.tag.nav-current {
  display: flex;
}

.scroll-wrapper .tags .tag.nav-current {
  display: none !important;
}

.scroll-wrapper .tags .tag {
  display: flex !important;
}

/*  */

/*  */

#mobile-menu.is-open #navigation-mobile-cta .open-icon {
  display: none;
}

#mobile-menu.is-open .navbar {
  color: var(--Secondary-Midnight-900);
}

#mobile-menu.default:not(.is-open) .navbar {
  color: white;
}

#mobile-menu.is-open #navigation-mobile-cta .close-icon {
  display: block;
}

#mobile-menu:not(.is-open) #navigation-mobile-cta .open-icon {
  display: block;
}

#mobile-menu:not(.is-open) #navigation-mobile-cta .close-icon {
  display: none;
}

#footer .footer-column:not(.is-open) svg.anchor {
  transform: rotate(-0deg);
}

#footer .footer-column.is-open svg.anchor {
  transform: rotate(180deg);
}

#footer .footer-column:not(.is-open) .footer-column-content {
  display: none;
}

#footer .footer-column.is-open .footer-column-content {
  display: block;
}

/* 404 */

.bg-404 {
  background-image: url("/assets/images/404-mobile.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

@media (min-width: 768px) {
  .bg-404 {
    width: 770px;
    height: 700px;
    background-image: url("/assets/images/404.svg");
  }
}

.tag:not(.nav-current) a.tag-single-element:hover {
  color: #4d3dff !important;
}

.tag.nav-current a.tag-single-element:hover {
  color: white !important;
}

blockquote {
  font-size: 20px;
  line-height: 26px;
  color: var(--Primary-Ocean-Main, #4d3dff);
}

@media (min-width: 768px) {
  blockquote {
    font-size: 24px;
    line-height: 32px;
    color: var(--Primary-Ocean-Main, #4d3dff);
  }

  .md\:\!typography-h1 {
    font-family: "ABC Marist Variable", serif;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -2px;
    font-weight: 400;
  }

  .md\:typography-h1 {
    font-family: "ABC Marist Variable", serif;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -2px;
    font-weight: 400;
  }

  .md\:typography-h4 {
    font-family: "ABC Marist Variable", serif;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.5px;
    font-weight: 400;
  }

  .md\:typography-label-whyte-2 {
    font-family: "ABC Whyte", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}

.hover\:translate-y-\[-70px\]:hover {
  --tw-translate-y: -70px;
  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));
}

.hover\:rounded-\[50px\]:hover {
  border-radius: 50px;
}

.hover\:rounded-radius-l:hover {
  border-radius: 32px;
}

.hover\:border-secondary-midnight-900:hover {
  border-color: var(--Secondary-Midnight-900);
}

.hover\:border-tertiary-coral-main:hover {
  border-color: var(--Tertiary-Coral-Main);
}

.hover\:bg-shade-grey-300:hover {
  background-color: var(--Shade-Grey-300);
}

.hover\:bg-shade-sky-900:hover {
  background-color: var(--Shade-Sky-900);
}

.hover\:bg-tertiary-coral-main:hover {
  background-color: var(--Tertiary-Coral-Main);
}

.hover\:text-primary-ocean-main:hover {
  color: var(--Primary-Ocean-Main);
}

.hover\:text-secondary-midnight-900:hover {
  color: var(--Secondary-Midnight-900);
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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\:left-5 {
  left: 1.25rem;
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group:hover .group-hover\:translate-x-\[16px\] {
  --tw-translate-x: 16px;
  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));
}

.group:hover .group-hover\:border-brand-inj-aubergine {
  border-color: var(--Brand-INJ-Aubergine);
}

.group:hover .group-hover\:bg-brand-inj-aubergine {
  background-color: var(--Brand-INJ-Aubergine);
}

.group:hover .group-hover\:bg-shade-sky-100 {
  background-color: var(--Shade-Sky-100);
}

.group:hover .group-hover\:text-brand-inj-aubergine {
  color: var(--Brand-INJ-Aubergine);
}

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

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .md\:mt-spacing-10 {
    margin-top: 64px;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-2 {
    height: 0.5rem !important;
  }

  .md\:h-\[212px\] {
    height: 212px;
  }

  .md\:h-\[685px\] {
    height: 685px;
  }

  .md\:\!w-2 {
    width: 0.5rem !important;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

  .md\:gap-x-spacing-5 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-y-spacing-0 {
    row-gap: 0px;
  }

  .md\:gap-y-spacing-10 {
    row-gap: 64px;
  }

  .md\:gap-y-spacing-22 {
    row-gap: 160px;
  }

  .md\:p-spacing-0 {
    padding: 0px;
  }

  .md\:p-spacing-5 {
    padding: 24px;
  }

  .md\:\!px-spacing-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-spacing-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-spacing-11 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:px-spacing-8 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:px-spacing-9 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-spacing-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-spacing-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:py-spacing-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:py-spacing-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .md\:pb-spacing-10 {
    padding-bottom: 64px;
  }

  .md\:pb-spacing-5 {
    padding-bottom: 24px;
  }

  .md\:pb-spacing-8 {
    padding-bottom: 48px;
  }

  .md\:pl-spacing-0 {
    padding-left: 0px;
  }

  .md\:pl-spacing-5 {
    padding-left: 24px;
  }

  .md\:pr-spacing-0 {
    padding-right: 0px;
  }

  .md\:pt-spacing-10 {
    padding-top: 64px;
  }

  .md\:pt-spacing-18 {
    padding-top: 128px;
  }

  .md\:pt-spacing-22 {
    padding-top: 160px;
  }

  .md\:pt-spacing-6 {
    padding-top: 32px;
  }

  .md\:leading-\[100\%\] {
    line-height: 100%;
  }

  .group:hover .md\:group-hover\:translate-y-\[-86px\] {
    --tw-translate-y: -86px;
    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));
  }
}

@media (min-width: 1024px) {
  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

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

  .lg\:gap-y-spacing-0 {
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1440px) {
  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:text-h3 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.5px;
    font-weight: 400;
  }
}
