/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.1 | 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: currentColor;
  /* 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 */
  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;
}

/*
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] {
  display: none;
}

html {
  color: #26397D;
}

body {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

.h0 {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 1.16;
  text-transform: none;
}

@media (min-width: 768px) {
  .h0 {
    font-size: 6.5rem;
  }
}

h1, .h1 {
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h2, .h2 {
  margin-top: 0 !important;
}

h3, .h3 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

.intro, .intro p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
}

@media (min-width: 768px) {
  .intro, .intro p {
    font-size: 1.375rem;
  }
}

.super, .micro {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.0875rem;
}

@media (min-width: 768px) {
  .super, .micro {
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}

.form {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .form {
    font-size: 1rem;
  }
}

.link, .btn {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: none;
}

@media (min-width: 768px) {
  .link, .btn {
    font-size: 1.125rem;
  }
}

.subheader {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .subheader {
    font-size: 1.25rem;
  }
}

*, ::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:  ;
}

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

[x-cloak] {
  display: none !important;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

.prose {
  color: #26397D;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.125rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .prose :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 3.25rem;
  }
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .prose :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 2.75rem;
  }
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.3125rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .prose :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 2rem;
  }
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 1.375rem;
  text-transform: none;
}

@media (min-width: 768px) {
  .prose :where(h4):not(:where([class~="not-prose"] *)) {
    font-size: 1.75rem;
  }
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #26397D;
  --tw-prose-lead: #26397D;
  --tw-prose-links: #26397D;
  --tw-prose-bold: #26397D;
  --tw-prose-counters: #26397D;
  --tw-prose-bullets: #26397D;
  --tw-prose-hr: #26397D;
  --tw-prose-quotes: #26397D;
  --tw-prose-quote-borders: #26397D;
  --tw-prose-captions: #26397D;
  --tw-prose-code: #26397D;
  --tw-prose-pre-code: #26397D;
  --tw-prose-pre-bg: #26397D;
  --tw-prose-th-borders: #26397D;
  --tw-prose-td-borders: #26397D;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.5;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *))::before {
  content: "\2014";
}

.prose {
  --tw-proses-body: #26397D;
  font-family: "tt-commons-pro";
  font-family: sans-serif;
  font-weight: 300;
  text-transform: none;
}

.prose :where(@screen md):not(:where([class~="not-prose"] *)) {
  font-size: 1.125rem;
}

.prose :where(h5):not(:where([class~="not-prose"] *)) {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .prose :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
  }
}

.prose :where(h6):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
}

@media (min-width: 768px) {
  .prose :where(h6):not(:where([class~="not-prose"] *)) {
    font-size: 1.375rem;
  }
}

.cluster-copy > p:not(:first-child)::before {
  /* adds linebreak to <p> sections */
  content: "\a";
  white-space: pre;
}

/* animations on load and scroll */

.pre-animated.step, .prose img.pre-animated {
  opacity: 0;
  transform: translateY(2rem);
}

.step, .prose img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease-in-out, transform 1s ease-in-out;
}

.pre-animated.fade-step {
  /* Special cases that only use opacity fade in */
  opacity: 0;
}

.rise-step {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.42, 0, 0.3, 1.1);
}

.fade-step {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

/* Animation delays */

@media (min-width: 900px) {
  .animation__delay-short {
    transition-delay: 0.2s;
  }

  .animation__delay-medium {
    transition-delay: 0.4s;
  }

  .animation__delay-long {
    transition-delay: 0.6s;
  }
}

/** 
* Animation that trigger on load; not triggered by the intersection observer (use on heroes).
* Reason: The animation driver JS will leverages a '.pre-animated' class on elements that contain '.step', 
* but no animation occurs if the page loads with that element already inside the observer. These will always animate on load
*/

.auto-step-first {
  opacity: 0;
  animation: enterContent 1s forwards;
}

.auto-step-second {
  /* will appear second, in sequence, etc */
  opacity: 0;
  animation: enterContent 1s 0.25s forwards;
}

.auto-step-third {
  opacity: 0;
  animation: enterContent 1s 0.5s forwards;
}

.auto-step-fourth {
  opacity: 0;
  animation: enterContent 1s 0.75s forwards;
}

@keyframes enterContent {
  from {
    opacity: 0;
    transform: translate(0%, 2rem);
  }

  to {
    opacity: 1;
    transform: translate(0%, 0rem);
  }
}

/* Fade-in only version */

.auto-step-fade {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 * WYSIWYG Editor Button Styles
 */

.nwccu-button-blue,
.nwccu-button-blue-tab,
.nwccu-button-blue-download,
.nwccu-button-yellow,
.nwccu-button-yellow-tab,
.nwccu-button-yellow-download {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: none;
}

@media (min-width: 768px) {
  .nwccu-button-blue,
.nwccu-button-blue-tab,
.nwccu-button-blue-download,
.nwccu-button-yellow,
.nwccu-button-yellow-tab,
.nwccu-button-yellow-download {
    font-size: 1.125rem;
  }
}

.nwccu-button-blue,
.nwccu-button-blue-tab,
.nwccu-button-blue-download,
.nwccu-button-yellow,
.nwccu-button-yellow-tab,
.nwccu-button-yellow-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 499px) {
  .nwccu-button-blue,
.nwccu-button-blue-tab,
.nwccu-button-blue-download,
.nwccu-button-yellow,
.nwccu-button-yellow-tab,
.nwccu-button-yellow-download {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.nwccu-button-blue,
.nwccu-button-blue-tab,
.nwccu-button-blue-download,
.nwccu-button-yellow,
.nwccu-button-yellow-tab,
.nwccu-button-yellow-download {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-decoration: none !important;
}

.nwccu-button-blue,
.nwccu-button-blue-tab,
.nwccu-button-blue-download {
  --tw-bg-opacity: 1;
  background-color: rgb(38 57 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nwccu-button-blue:hover,
.nwccu-button-blue-tab:hover,
.nwccu-button-blue-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 225 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 57 125 / var(--tw-text-opacity));
}

.nwccu-button-blue-tab::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'><path fill='%23fff' fill-rule='evenodd' d='M5.077 1H0v11h11V6.923H9.5V10.5h-8v-8h3.577V1Z' clip-rule='evenodd'/><path stroke='%23fff' stroke-width='1.5' d='M6.7692 1.423h3.8077v3.8078M10.5769 1.423l-5.5 5.5'/></svg>");
}

.nwccu-button-blue-tab:hover::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'><path fill='%2326397D' fill-rule='evenodd' d='M5.077 1H0v11h11V6.923H9.5V10.5h-8v-8h3.577V1Z' clip-rule='evenodd'/><path stroke='%2326397D' stroke-width='1.5' d='M6.7692 1.423h3.8077v3.8078M10.5769 1.423l-5.5 5.5'/></svg>");
}

.nwccu-button-blue-download::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'><path stroke='%23fff' stroke-width='1.2' d='m12.6917 8.9228-4.4308 4.4308m0 0L3.83 8.9228m4.4308 4.4308V1.5381M2.3535 14.8306v2.9538H14.169v-2.9538'/></svg>");
}

.nwccu-button-blue-download:hover::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'><path stroke='%2326397D' stroke-width='1.2' d='m12.6917 8.9228-4.4308 4.4308m0 0L3.83 8.9228m4.4308 4.4308V1.5381M2.3535 14.8306v2.9538H14.169v-2.9538'/></svg>");
}

.nwccu-button-yellow,
.nwccu-button-yellow-tab,
.nwccu-button-yellow-download {
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 168 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 57 125 / var(--tw-text-opacity));
}

.nwccu-button-yellow:hover,
.nwccu-button-yellow-tab:hover,
.nwccu-button-yellow-download:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 230 248 / var(--tw-bg-opacity));
}

.nwccu-button-yellow-tab::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'><path fill='%2326397D' fill-rule='evenodd' d='M5.077 1H0v11h11V6.923H9.5V10.5h-8v-8h3.577V1Z' clip-rule='evenodd'/><path stroke='%2326397D' stroke-width='1.5' d='M6.7692 1.423h3.8077v3.8078M10.5769 1.423l-5.5 5.5'/></svg>");
}

.nwccu-button-yellow-download::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'><path stroke='%2326397D' stroke-width='1.2' d='m12.6917 8.9228-4.4308 4.4308m0 0L3.83 8.9228m4.4308 4.4308V1.5381M2.3535 14.8306v2.9538H14.169v-2.9538'/></svg>");
}

.nwccu-checkbox {
  opacity: 0;
}

.nwccu-checkbox + div {
  transform: translateY(7px);
}

.nwccu-checkbox + div span {
  opacity: 0;
}

.nwccu-checkbox:checked + div span {
  opacity: 1;
}

.page-pw label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .page-pw label {
    font-size: 1rem;
  }
}

.page-pw label {
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

[id^="pwbox"] {
  margin-right: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  padding: 0.5rem;
}

[id^="pwbox"] + input[type="submit"] {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: none;
}

@media (min-width: 768px) {
  [id^="pwbox"] + input[type="submit"] {
    font-size: 1.125rem;
  }
}

[id^="pwbox"] + input[type="submit"] {
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 168 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[id^="pwbox"] + input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 230 248 / var(--tw-bg-opacity));
}

.navigation.pagination {
  margin: 48px 0;
}

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 30px;
}

.navigation.pagination .nav-links .page-numbers {
  margin-right: 12px;
  border-radius: 9999px;
  height: 32px;
  width: 32px;
}

@media (max-width: 899px) {
  .navigation.pagination .nav-links .page-numbers {
    margin-right: 4px
  }
}

.navigation.pagination .nav-links .page-numbers:hover {
  transition: background-color 300ms linear;
  background-color: #E9F2FB;
}

.navigation.pagination .nav-links .current {
  border: solid 1px #26397D;
}

.navigation.pagination .nav-links .current.page-numbers:hover {
  background-color: transparent;
}

.component-wrap {
  display: flex;
  flex-direction: column;
}

.component-wrap > section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .component-wrap > section {
    margin-top: 2rem;
    margin-bottom: 2rem
  }
}

/* class to group componenets together (like story flow) */

.component-wrap > section.component-cluster + section.component-cluster {
  margin-top: -1rem;
}

@media (min-width: 768px) {
  .component-wrap > section.component-cluster + section.component-cluster {
    margin-top: -2rem
  }
}

/* Global image/copy flow control for desktop layouts*/

.component-wrap
	> section:nth-child(even)
	> .component-element-toggle:first-child {
  order: 2;
}

/* Removes spacing from top and bottom of component block */

.component-wrap > section:first-child {
  margin-top: 0;
}

.component-wrap > section.section-hugs-bottom:last-child {
  margin-bottom: 0;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Layout styles for left/right align
 */

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.entry-content > .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.headroom {
  will-change: transform;
  transition: transform 500ms linear;
}

.headroom .header-space {
  will-change: padding;
  transition: padding 500ms linear;
}

.headroom .header-nav {
  will-change: max-height;
  transition: max-height 500ms linear;
}

.headroom .header-logo {
  will-change: transform;
  transition: all 500ms linear;
}

.headroom .header-logo svg {
  will-change: height, width;
  transition:
				height 500ms linear,
				width 500ms linear;
}

.headroom .header-logo svg .logo-text {
  will-change: width, opacity;
  transition:
					width 500ms linear,
					opacity 500ms linear;
  transform-origin: left;
}

.headroom .header-logo svg .logo-initials {
  will-change: transform, opacity;
  transition:
					transform 500ms linear,
					opacity 500ms linear;
}

.headroom .main-nav {
  will-change: transform;
  transition:
			transform 500ms linear,
			margin-bottom 500ms linear;
}

.headroom .submenu-drawer {
  will-change: opacity, transform, margin-top, max-height, padding;
  transition:opacity 490ms ease-in-out, transform 490ms ease-in-out, margin-top 490ms ease-in-out, max-height 490ms ease-in-out, padding 490ms ease-in-out;
}

.headroom .directory-nav {
  will-change: transform;
  transition: transform 500ms linear;
}

.headroom .secondary-nav {
  will-change: transform;
  transition: transform 500ms linear;
}

.headroom--unpinned {
  transform: translateY(-100%);
}

@media (min-width: 900px) {
  .headroom--unpinned .submenu-drawer.submenu-drawer-open {
    transform: translateY(-150%);
    opacity: 0;
  }

  .header-space {
    padding-bottom: 48px;
  }

  .header-logo svg {
    height: 93px;
    width: 253px;
  }

  .submenu-drawer {
    margin-top: 3rem;
  }
}

@media (max-width: 899px) {
  .header-space {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-logo svg {
    height: 68px;
    width: 185px;
  }
}

@media (min-width: 900px) {
  .headroom--not-top .header-space {
    padding-bottom: 18px;
  }

  .headroom--not-top .header-logo svg {
    height: 65px;
    width: 177px;
  }

  .headroom--not-top .header-logo svg .logo-text {
    opacity: 0;
  }

  .headroom--not-top .submenu-drawer {
    margin-top: 5rem;
  }

  .headroom--not-top .main-nav {
    margin-bottom: 18px;
  }

  .headroom--not-top .directory-nav {
    transform: translateY(-16px);
  }

  .headroom--not-top .secondary-nav {
    transform: translateY(-60px);
  }
}

@media (max-width: 899px) {
  .headroom--not-top .header-space {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .headroom--not-top .header-logo svg {
    height: 52px;
    width: 151px;
  }

  .headroom--not-top .header-logo .logo-text {
    opacity: 0;
  }

  .headroom--not-top .header-logo .logo-initials {
    opacity: 1 !important;
    transform: translateY(16px);
  }
}

.chevron {
  d: path("M11 7L6.5 10L2 7");
  transition: d 500ms ease-in-out;
}

.chevron.invert-chevron {
  d: path("M11 10L6.5 7L2 10");
  transition: d 500ms ease-in-out;
}

/* Crowded main nav on ~tablet widths, edge case handling */

@media (min-width: 900px) and (max-width: 1024px) {
  .header-logo svg {
    height: 65px;
    width: 177px;
  }

  .header-logo svg .logo-text {
    opacity: 0;
  }

  /* .headroom--pinned.headroom--not-top .directory-nav {
		transform: translateY(0px, 0px);
	} */
}

@media (min-width: 900px) {
  .submenu-drawer {
    opacity: 0;
    transform: translate(0%, -20%);
  }

  .submenu-drawer.submenu-animate {
    opacity: 1;
    transform: translate(0%, 0%);
  }

  /* Menu Shadow - just on Desktop */

  .menu-shadow {
    box-shadow:
			0px 3px 8px 0px rgba(0, 0, 0, 0.05),
			0px 14px 14px 0px rgba(0, 0, 0, 0.04),
			0px 31px 19px 0px rgba(0, 0, 0, 0.03),
			0px 56px 22px 0px rgba(0, 0, 0, 0.01),
			0px 87px 24px 0px rgba(0, 0, 0, 0);
  }
}

/* Mobile Menu */

/* prevent background scroll behavior when nav is open */

body.main-menu__scroll-prevent {
  overflow-y: hidden;
}

@media (max-width: 899px) {
  .submenu-drawer {
    max-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }

  .submenu-drawer.submenu-animate {
    max-height: 500px;
    padding-top: 16px;
    padding-bottom: 12px;
  }

  /* Mobile Menu - when exceeds height of screen - scroll behavior */

  #masthead.headroom--top .header-nav {
    height: calc(100vh - 92px);
  }

  #masthead.headroom--not-top .header-nav {
    height: calc(100vh - 52px);
  }

  #masthead.headroom--top .header-nav.main-menu-open {
    max-height: calc(100vh - 92px);
  }

  #masthead.headroom--not-top .header-nav.main-menu-open {
    max-height: calc(100vh - 52px);
  }

  .header-nav {
    max-height: 0px;
    overflow: hidden;
  }

  .header-nav.main-menu-open {
    overflow-y: auto;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-0\.5 {
  inset: 0.125rem;
}

.-right-8 {
  right: -2rem;
}

.-right-full {
  right: -100%;
}

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

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

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

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

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

.order-first {
  order: -9999;
}

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

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

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

.float-right {
  float: right;
}

.\!m-0 {
  margin: 0px !important;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

.mb-40 {
  margin-bottom: 10rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-80 {
  margin-bottom: 20rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

.aspect-headshot {
  aspect-ratio: 2/3;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-200 {
  max-height: 50rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-96 {
  max-height: 24rem;
}

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

.min-h-hero-image-full {
  min-height: calc(100vh - 135px);
}

.w-10 {
  width: 2.5rem;
}

.w-100 {
  width: 25rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.min-w-8 {
  min-width: 2rem;
}

.max-w-129 {
  max-width: 32.25rem;
}

.max-w-204 {
  max-width: 51rem;
}

.max-w-220 {
  max-width: 55rem;
}

.max-w-275 {
  max-width: 68.75rem;
}

.max-w-345 {
  max-width: 86.25rem;
}

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

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

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

.max-w-520 {
  max-width: 130rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-61 {
  max-width: 15.25rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-80 {
  max-width: 20rem;
}

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.-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-x-24 {
  --tw-translate-x: -6rem;
  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-x-px {
  --tw-translate-x: -1px;
  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-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));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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-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));
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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-x-1\.5 {
  --tw-translate-x: 0.375rem;
  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-x-full {
  --tw-translate-x: 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-1 {
  --tw-translate-y: 0.25rem;
  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-1\.5 {
  --tw-translate-y: 0.375rem;
  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-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-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));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(38 57 125 / var(--tw-border-opacity));
}

.border-grey-medium {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

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

.border-t-transparent {
  border-top-color: transparent;
}

.bg-august-skies {
  --tw-bg-opacity: 1;
  background-color: rgb(233 242 251 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 57 125 / var(--tw-bg-opacity));
}

.bg-blue-l {
  --tw-bg-opacity: 1;
  background-color: rgb(210 230 248 / var(--tw-bg-opacity));
}

.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 242 / var(--tw-bg-opacity));
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-pine {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 233 / var(--tw-bg-opacity));
}

.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 168 / var(--tw-bg-opacity));
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

.align-top {
  vertical-align: top;
}

.text-base-sm {
  font-size: 0.875rem;
}

.text-h5 {
  font-size: 1.5rem;
}

.text-h6-sm {
  font-size: 0.875rem;
}

.text-micro {
  font-size: 0.85rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(38 57 125 / var(--tw-text-opacity));
}

.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(102 154 212 / var(--tw-text-opacity));
}

.text-blue-4 {
  --tw-text-opacity: 1;
  color: rgb(127 172 213 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.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 {
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

  .md\:h4 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.2;
    text-transform: none;
  }

  @media (min-width: 768px) {
    .md\:h4 {
      font-size: 1.75rem;
    }
  }
}

@media (max-width: 767px) {
  .-md\:link {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    text-transform: none;
  }

  @media (min-width: 768px) {
    .-md\:link {
      font-size: 1.125rem;
    }
  }
}

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

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

.hover\:bg-august-skies:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 242 251 / var(--tw-bg-opacity));
}

.hover\:bg-blue-l:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 230 248 / var(--tw-bg-opacity));
}

.hover\:bg-blue-m:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 225 251 / var(--tw-bg-opacity));
}

.hover\:bg-grey-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-pine:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 233 / var(--tw-bg-opacity));
}

.hover\:bg-sand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 168 / var(--tw-bg-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(38 57 125 / var(--tw-text-opacity));
}

.group:hover .group-hover\:z-0 {
  z-index: 0;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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-2 {
  --tw-translate-x: 0.5rem;
  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\:bg-blue-l {
  --tw-bg-opacity: 1;
  background-color: rgb(210 230 248 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 242 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pine {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 233 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(38 57 125 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 500px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

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

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

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

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

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .md\:-ml-4 {
    margin-left: -1rem;
  }

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .md\:mr-auto {
    margin-right: auto;
  }

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:min-h-hero-image-full-lg {
    min-height: calc(100vh - 162px);
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

  .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\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-15 {
    row-gap: 3.75rem;
  }

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

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

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

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

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-404 {
    font-size: clamp(2.75rem, 6.5rem, 10vw);
  }

  .md\:text-home {
    font-size: clamp(2.75rem, 6.5rem, 7.5vw);
  }
}

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

  .tablet\:relative {
    position: relative;
  }

  .tablet\:bottom-6 {
    bottom: 1.5rem;
  }

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

  .tablet\:right-8 {
    right: 2rem;
  }

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

  .tablet\:top-5 {
    top: 1.25rem;
  }

  .tablet\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:mb-20 {
    margin-bottom: 5rem;
  }

  .tablet\:ml-4 {
    margin-left: 1rem;
  }

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

  .tablet\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .tablet\:hidden {
    display: none;
  }

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

  .tablet\:w-2\/5 {
    width: 40%;
  }

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

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

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

  .tablet\:max-w-40 {
    max-width: 10rem;
  }

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

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

  .tablet\:-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));
  }

  .tablet\:-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));
  }

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

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

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

  .tablet\:justify-around {
    justify-content: space-around;
  }

  .tablet\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:overflow-x-clip {
    overflow-x: clip;
  }

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

  .tablet\:border-transparent {
    border-color: transparent;
  }

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

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

  .tablet\:pt-4 {
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:top-1\/2 {
    top: 50%;
  }

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

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

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

  .lg\:max-w-63 {
    max-width: 15.75rem;
  }

  .lg\:-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));
  }

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

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

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

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-\[4vw\] {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pt-\[4vw\] {
    padding-top: 4vw;
  }

  .lg\:text-h0 {
    font-size: 6.5rem;
  }
}

@media (min-width: 1220px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:max-w-100 {
    max-width: 25rem;
  }

  .\32xl\:max-w-\[300px\] {
    max-width: 300px;
  }

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

  .\32xl\:text-h0 {
    font-size: 6.5rem;
  }
}

@media (max-width: 1439px) {
  .\-2xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\-2xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\-2xl\:hidden {
    display: none;
  }

  .\-2xl\:grow {
    flex-grow: 1;
  }

  .\-2xl\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 1219px) {
  .-xl\:-ml-12 {
    margin-left: -3rem;
  }

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

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

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

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

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

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

  .-lg\:order-1 {
    order: 1;
  }

  .-lg\:order-2 {
    order: 2;
  }

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

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

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

  .-lg\:-ml-4 {
    margin-left: -1rem;
  }

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

  .-lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .-lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

  .-lg\:hidden {
    display: none;
  }

  .-lg\:w-80 {
    width: 20rem;
  }

  .-lg\:w-full {
    width: 100%;
  }

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

  .-lg\: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));
  }

  .-lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
    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));
  }

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

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

  .-lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .-lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

@media (max-width: 899px) {
  .-tablet\:absolute {
    position: absolute;
  }

  .-tablet\:relative {
    position: relative;
  }

  .-tablet\:bottom-0 {
    bottom: 0px;
  }

  .-tablet\:left-0 {
    left: 0px;
  }

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

  .-tablet\:order-last {
    order: 9999;
  }

  .-tablet\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .-tablet\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .-tablet\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .-tablet\:mr-8 {
    margin-right: 2rem;
  }

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

  .-tablet\:flex {
    display: flex;
  }

  .-tablet\:hidden {
    display: none;
  }

  .-tablet\:max-h-screen {
    max-height: 100vh;
  }

  .-tablet\:w-full {
    width: 100%;
  }

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

  .-tablet\: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));
  }

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

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

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

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

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

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

  .-tablet\:gap-6 {
    gap: 1.5rem;
  }

  .-tablet\:overflow-hidden {
    overflow: hidden;
  }

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

  .-tablet\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgb(244 242 242 / var(--tw-border-opacity));
  }

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

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

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

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

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

  .-tablet\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .-tablet\:pt-3 {
    padding-top: 0.75rem;
  }
}

@media (max-width: 767px) {
  .-md\:order-first {
    order: -9999;
  }

  .-md\:order-last {
    order: 9999;
  }

  .-md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .-md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .-md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .-md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

  .-md\:mt-48 {
    margin-top: 12rem;
  }

  .-md\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .-md\:flex {
    display: flex;
  }

  .-md\:hidden {
    display: none;
  }

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

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

  .-md\:h-10 {
    height: 2.5rem;
  }

  .-md\:w-10 {
    width: 2.5rem;
  }

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

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

  .-md\:gap-6 {
    gap: 1.5rem;
  }

  .-md\:gap-y-8 {
    row-gap: 2rem;
  }

  .-md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .-md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .-md\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .-md\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

  .-md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .-md\:pb-12 {
    padding-bottom: 3rem;
  }

  .-md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .-md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .-md\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

  .-md\:pb-8 {
    padding-bottom: 2rem;
  }

  .-md\:pl-3 {
    padding-left: 0.75rem;
  }

  .-md\:pt-12 {
    padding-top: 3rem;
  }

  .-md\:pt-3 {
    padding-top: 0.75rem;
  }

  .-md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .-md\:pt-7 {
    padding-top: 1.75rem;
  }

  .-md\:text-base-sm {
    font-size: 0.875rem;
  }

  .-md\:text-h6-sm {
    font-size: 0.875rem;
  }

  .-md\:text-subheader {
    font-size: 1.25rem;
  }
}

@media (max-width: 499px) {
  .-sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .-sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

  .-sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

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

  .-sm\:w-full {
    width: 100%;
  }

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

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

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

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

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

  .-sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .-sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .-sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .-sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
