/*
! tailwindcss v3.0.11 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Graphik Web", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@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: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-12 {
  --tw-aspect-h: 12;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.prose {
  color: #000;
  max-width: 45rem;
}
.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 a {
  color: #01325b;
  text-decoration: underline;
  font-weight: 500;
}
:where(.prose a:hover):not(:where([class~="not-prose"] *)) {
  color: #01325b;
}
:where(.prose a.no-underline):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  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;
  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: #01325b;
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.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;
}
.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: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.125rem;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.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: var(--tw-prose-links);
}
.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;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --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: 1.125rem;
  line-height: 1.625rem;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.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(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.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(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(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:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(b):not(:where([class~="not-prose"] *)) {
  font-weight: 600;
}
.prose :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.prose :where(h6):not(:where([class~="not-prose"] *)) {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.prose :where(h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 600;
}
.prose-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1rem;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-position: outside;
}
.prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: #01325b;
}
.prose-lg {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3333333;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5555556;
  font-size: 1.5rem;
  font-weight: 600;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  max-width: 62.5rem;
}
.prose-lg :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prose-lg :where(h6):not(:where([class~="not-prose"] *)) {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prose-primary {
  color: #01325b;
}
.prose-primary :where(a):not(:where([class~="not-prose"] *)) {
  color: #01325b;
}
.prose-inverse {
  color: #fff;
}
.prose-inverse :where(a):not(:where([class~="not-prose"] *)) {
  color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-px {
  top: -1px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.-left-2 {
  left: -0.5rem;
}
.left-8 {
  left: 2rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-px {
  top: 1px;
}
.top-1 {
  top: 0.25rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.z-20 {
  z-index: 20;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.ml-8 {
  margin-left: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-80 {
  height: 20rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-16 {
  height: 4rem;
}
.h-px {
  height: 1px;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.w-full {
  width: 100%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-20 {
  width: 5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-40 {
  width: 10rem;
}
.w-screen {
  width: 100vw;
}
.w-8 {
  width: 2rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-3xl {
  max-width: 48rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: var(--tw-transform);
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-8 {
  gap: 2rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(1 50 91 / var(--tw-border-opacity));
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 91 / var(--tw-bg-opacity));
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-mint {
  --tw-bg-opacity: 1;
  background-color: rgb(146 221 200 / var(--tw-bg-opacity));
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 213 121 / var(--tw-bg-opacity));
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(203 236 233 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-serif-bold {
  font-family: "GT Alpina Bold", Georgia, Times, "Times New Roman", serif;
}
.font-serif-thin {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl {
  font-size: 1.625rem;
  line-height: 2.125rem;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-none {
  line-height: 1;
}
.leading-off {
  line-height: 0;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(1 213 121 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-secondary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 213 121 / var(--tw-ring-opacity));
}
.filter {
  filter: var(--tw-filter);
}
.transition-opacity {
  transition-property: opacity;
  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-transform {
  transition-property: transform;
  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;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.bodyText {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .bodyText {
    font-size: 18px;
  }
}

.button {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 2.75em;
  border: none;
  border-radius: 3rem;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2em;
  height: 3em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  border: 2px solid transparent;
  appearance: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, background 0.3s ease, border 0.3s ease, text 0.3s ease;
  min-width: 10em;
}
.button:focus {
  outline: none;
}
.button i.material-icons {
  margin-right: 0.25rem;
  display: inline-block;
}
.button[data-style=solid-blue] {
  --tw-border-opacity: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button[data-style=solid-blue]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 91 / var(--tw-bg-opacity));
  border-radius: 25px;
  z-index: -2;
}
.button[data-style=solid-blue]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to left, #01325b, #01d579, #01d579);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: inherit;
  /* This ensures the gradient follows the button's border radius */
}
.button[data-style=solid-blue]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style=solid-blue]:hover::before {
  left: 0;
}
.button[data-style=outline-blue] {
  --tw-border-opacity: 1;
  border-color: rgb(1 50 91 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=outline-blue]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=solid-smoke] {
  --tw-border-opacity: 0;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=solid-smoke]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 50 91 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=outline-smoke] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=outline-smoke]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=solid-black] {
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style=solid-black]:hover {
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style=outline-black] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=outline-black]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=solid-white] {
  --tw-border-opacity: 0;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button[data-style=solid-white]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #ffffff;
  border-radius: 25px;
  z-index: -2;
}
.button[data-style=solid-white]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to left, #ffffff, #30dd8a, #01d579);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: inherit;
  /* This ensures the gradient follows the button's border radius */
}
.button[data-style=solid-white]:hover {
  --tw-border-opacity: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button[data-style=solid-white]:hover::before {
  left: 0;
}
.button[data-style=outline-white] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.button[data-style=outline-white]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(146 221 200 / var(--tw-text-opacity));
}

@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik/Graphik-RegularItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GT Alpina Bold";
  src: url("../fonts/GT-Alpina/GT-Alpina-Standard-Bold.woff2") format("woff2"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Bold.woff") format("woff"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Alp-Sta-Thin;
  src: url("../fonts/GT-Alpina/GT-Alpina-Standard-Thin.woff2") format("woff2"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Thin.woff") format("woff"), url("../fonts/GT-Alpina/GT-Alpina-Standard-Thin.ttf") format("truetype");
}
@font-face {
  font-family: Alp-Tpwr-Regular;
  src: url("../fonts/GT-Alpina/GT-Alpina-Typewriter-Regular.woff2") format("woff2"), url("../fonts/GT-Alpina/GT-Alpina-Typewriter-Regular.woff") format("woff"), url("../fonts/GT-Alpina/GT-Alpina-Typewriter-Regular.ttf") format("truetype");
}
.article-side__date {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .article-side__date {
    font-size: 18px;
  }
}
.article-side__details {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .article-side__details {
    font-size: 18px;
  }
}
.article-side__meta {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 80 54 / var(--tw-text-opacity));
}
.article-side__author {
  margin-top: 2rem;
}

.article-related__intro {
  margin-bottom: 3rem;
  max-width: 48rem;
  display: flex;
  align-items: center;
}
.article-related__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .article-related__title {
    font-size: 54px;
  }
}
.article-related__link {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
  margin-left: 1rem;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 50 91 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .article-related__link {
    font-size: 18px;
  }
  .article-related__link {
    margin-left: 2rem;
  }
  .article-related__link {
    margin-top: 0.75rem;
  }
}
.article-related__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .article-related__grid {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .article-related__grid {
    display: flex;
  }
  .article-related__grid {
    overflow-x: auto;
  }
  .article-related__grid {
    white-space: nowrap;
  }
  .article-related__grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .article-related__grid {
    -webkit-overflow-scrolling: touch;
  }
  .article-related__grid > * {
    width: 35vw;
    min-width: 35vw;
  }
}
@media (min-width: 640px) {
  .article-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .article-related__grid {
    column-gap: 3rem;
  }
  .article-related__grid {
    row-gap: 4rem;
  }
}

.contact-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .contact-card[data-layout=single-post] {
    flex-direction: column;
  }
  .contact-card[data-layout=single-post] .contact-card__media {
    margin-right: 0px;
  }
  .contact-card[data-layout=single-post] .contact-card__media {
    margin-bottom: 1.25rem;
  }
  .contact-card[data-layout=single-post] .contact-card__media {
    width: 100%;
  }
}
.contact-card__media {
  margin-right: 1.25rem;
  width: 9rem;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .contact-card__media {
    margin-right: 2rem;
  }
  .contact-card__media {
    width: 13rem;
  }
}
.contact-card__label {
  margin-bottom: 0.5rem;
  font-family: "GT Alpina Bold", Georgia, Times, "Times New Roman", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {

  .contact-card__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .contact-card__label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-card__title {
  font-family: "GT Alpina Bold", Georgia, Times, "Times New Roman", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {

  .contact-card__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .contact-card__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

  .contact-card__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.contact-card__title {
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.contact-card__meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {

  .contact-card__meta {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .contact-card__meta {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-card__link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 640px) {

  .contact-card__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .contact-card__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-card__link {
  color: currentColor;
}
.contact-card__link--underline {
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.coworker-card {
  position: relative;
  display: block;
}

.footer .footer-nav .coworker-card {
    position: static;
  }
.coworker-card__media {
  position: relative;
  margin-bottom: 1.5rem;
}
.footer .footer-nav .coworker-card__media {
    position: static;
  }
@media (min-width: 640px) {

  .coworker-card__media {
    max-width: none;
  }
}
.coworker-card__media {
  max-width: 26rem;
  border-radius: 50%;
  overflow: hidden;
}
.coworker-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

  .coworker-card__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.coworker-card__title {
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.coworker-card__byline {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .coworker-card__byline {
    font-size: 18px;
  }
}
.coworker-card__phone {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .coworker-card__phone {
    font-size: 18px;
  }
}
.coworker-card__email {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .coworker-card__email {
    font-size: 18px;
  }
}
.coworker-card__link {
  color: currentColor;
}
.coworker-card__link--underline {
  border-bottom-width: 1px;
  padding-bottom: 1px;
}

.document-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.document-row__subtype {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1280px) {

  .document-row__subtype {
    margin-right: 1.25rem;
  }
}
.document-row__subtype {
  margin-right: 1rem;
}
.document-row__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .document-row__title {
    font-size: 18px;
  }
}
.document-row__text {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.footer__logo {
  display: block;
  width: 8rem;
}
@media (min-width: 640px) {
  .footer__logo {
    width: 16rem;
  }
}
.footer__title {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .footer__title {
    font-size: 32px;
  }
}
.footer__button {
  margin-top: 2rem;
}
.footer__nav {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .footer__nav {
    font-size: 18px;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0px;
}
@media (min-width: 640px) {
  .footer__nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .footer__nav-list {
    display: flex;
  }
  .footer__nav-list {
    align-items: center;
  }
  .footer__nav-list {
    gap: 0px;
  }
  .footer__nav-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.footer__nav-list a {
  font-weight: 600;
}
@media (min-width: 640px) {
  .footer__disclaimer {
    display: flex;
  }
  .footer__disclaimer {
    align-items: center;
  }
}
.footer__disclaimer p, .footer__disclaimer a {
  margin-right: 1.5rem;
}
.footer__disclaimer a {
  text-decoration-line: underline;
}
.footer__disclaimer nav {
  display: flex;
  align-items: center;
}
.footer__symbol {
  display: none;
}
@media (min-width: 1280px) {
  .footer__symbol {
    position: absolute;
  }
  .footer__symbol {
    right: 0px;
  }
  .footer__symbol {
    bottom: 0px;
  }
  .footer__symbol {
    display: block;
  }
  .footer__symbol {
    width: auto;
  }
  .footer__symbol {
    height: 133.5%;
  }
}
.footer .bg-secondary {
  background: #f2fdf8;
}
.footer .prose-primary {
  max-width: 800px;
}

.job-card {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer .footer-nav .job-card {
    position: static;
  }

.job-card {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.job-card:first-child {
  border-top-width: 1px;
}
.job-card__info {
  margin-right: 1rem;
  flex: 1 1 0%;
}
@media (min-width: 1024px) {
  .job-card__info {
    display: flex;
  }
  .job-card__info {
    align-items: center;
  }
}
.job-card__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-right: 1rem;
  flex: 1 1 0%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .job-card__title {
    font-size: 18px;
  }
}
.job-card__location {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  flex: 1 1 0%;
}
@media (min-width: 1024px) {
  .job-card__location {
    font-size: 18px;
  }
}
.job-card__button {
  min-width: 10em;
}
@media (min-width: 1024px) {
  .job-card__button {
    min-width: 11em;
  }
}
.job-card__button > * {
  width: 100%;
}

.meta-table {
  display: grid;
  gap: 0.25rem;
}
.meta-table__row {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.meta-table__label {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.meta-table__line {
  position: relative;
  top: -0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  flex: 1 1 0%;
}
.footer .footer-nav .meta-table__line {
    position: static;
  }
.meta-table__line {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.news-row {
  position: relative;
  display: flex;
  align-items: center;
}
.footer .footer-nav .news-row {
    position: static;
  }
.news-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news-row:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
.news-row:first-child {
  padding-top: 0px;
}
.news-row__info {
  flex: 1 1 0%;
}
.news-row__label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 80 54 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230 80 54 / var(--tw-text-opacity));
}
.news-row__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.group:hover .news-row__title {
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .news-row__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.news-row__media {
  margin-left: 1.25rem;
  align-self: flex-start;
  min-width: 8rem;
  width: 8rem;
  height: 8rem;
}
@media (min-width: 640px) {
  .news-row__media {
    min-width: 12rem;
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1024px) {
  .news-row__media {
    margin-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .news-row__media {
    margin-left: 3rem;
  }
}

.news-card {
  position: relative;
  display: block;
  white-space: normal;
  padding-bottom: 2.5rem;
}

.footer .footer-nav .news-card {
    position: static;
  }
.news-card__media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.news-card__media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-card__media {
  --tw-aspect-h: 1;
  z-index: 0;
}
.news-card__info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}
.news-card__label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 80 54 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230 80 54 / var(--tw-text-opacity));
}
.news-card__title {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 1024px) {}
@media (min-width: 640px) and (max-width: 1023px) {
  .news-card__title {
    font-size: 20px;
  }
}
.news-card__date {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .news-card__date {
    font-size: 18px;
  }
}

.news-card {
  position: relative;
  display: block;
  white-space: normal;
  padding-bottom: 2.5rem;
}

.footer .footer-nav .news-card {
    position: static;
  }
.news-card__media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.news-card__media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-card__media {
  --tw-aspect-h: 1;
  z-index: 0;
}
.news-card__info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}
.news-card__label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 80 54 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230 80 54 / var(--tw-text-opacity));
}
.news-card__title {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 1024px) {}
@media (min-width: 640px) and (max-width: 1023px) {
  .news-card__title {
    font-size: 20px;
  }
}
.news-card__date {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .news-card__date {
    font-size: 18px;
  }
}

.office-card {
  display: block;
}
.office-card__media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.office-card__media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.office-card__media {
  --tw-aspect-h: 9;
  z-index: 0;
  margin-bottom: 1.5rem;
}
.office-card__image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.office-card__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .office-card__title {
    font-size: 18px;
  }
}
.office-card__address {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .office-card__address {
    font-size: 18px;
  }
}
.office-card__details {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.page-card {
  display: block;
}
.page-card__media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.page-card__media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-card__media {
  --tw-aspect-h: 9;
  z-index: 0;
  margin-bottom: 2rem;
}
.page-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

  .page-card__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.page-card__title {
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.page-card__excerpt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .page-card__excerpt {
    font-size: 18px;
  }
}
.page-card__link {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .page-card__link {
    font-size: 18px;
  }
}

.project-block__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

@media (min-width: 1024px) {

  .project-block__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.project-block__title {
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.project-block__info {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .project-block__info {
    font-size: 18px;
  }
}
.project-block__content {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}
.project-block__content p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .project-block__content p {
    font-size: 18px;
  }
}
.project-block__contact {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) {
  .project-block__contact {
    row-gap: 3rem;
  }
}
.project-block__documents {
  margin-top: 2.5rem;
  display: grid;
  gap: 1rem;
}
@media (max-width: 767px) {
  .project-block__documents {
    margin-top: 1.25rem;
  }
}
.project-block__images {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {
  .project-block__images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.project-block__news {
  margin-top: 2rem;
}
.project-block__status {
  margin-top: 2rem;
}
.project-block__embedded-image {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.project-block__embedded-image > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project-block__embedded-image {
  --tw-aspect-h: 9;
  position: relative;
  z-index: 0;
  margin-top: 2rem;
}
.footer .footer-nav .project-block__embedded-image {
    position: static;
  }

.project-card {
  position: relative;
  display: block;
}

.footer .footer-nav .project-card {
    position: static;
  }
.project-card__media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.project-card__media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project-card__media {
  --tw-aspect-h: 9;
  z-index: 0;
  margin-bottom: 1.5rem;
}
.project-card__image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.project-card__label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 91 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .project-card__label {
    font-size: 18px;
  }
}
.project-card .project-card__media + .project-card__label {
  position: absolute;
  top: 1rem;
  right: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.project-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

  .project-card__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.project-card__title {
  line-height: 1.2;
}
.project-card__location {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .project-card__location {
    font-size: 18px;
  }
}
.project-card__location svg {
  margin-right: 0.5rem;
  height: auto;
  width: 1rem;
  fill: #01d579;
}
.project-card__meta {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media (min-width: 1024px) {

  .project-card__meta {
    margin-top: 1.25rem;
  }
  .project-card__meta {
    font-size: 18px;
  }
}

.project-facts__info {
  margin-bottom: 2.5rem;
}
.project-facts__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .project-facts__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.project-facts__title svg {
  margin-right: 0.75rem;
  height: auto;
  width: 1.5rem;
  fill: #01d579;
}
.project-facts__location {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .project-facts__location {
    font-size: 18px;
  }
}
.project-facts__link {
  position: relative;
  margin-top: 0.5rem;
  display: inline-block;
}
.footer .footer-nav .project-facts__link {
    position: static;
  }
.project-facts__link a {
  color: currentColor;
  text-decoration-line: underline;
}
.project-facts__link a svg {
  margin-left: 0.75rem;
  width: 1rem;
}
.project-facts__meta {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .project-facts__meta {
    font-size: 18px;
  }
}

.project-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 91 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .project-hero {
    padding-top: 8rem;
  }
  .project-hero {
    padding-bottom: 3rem;
  }
}
.project-hero__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 3.25rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .project-hero__title {
    font-size: 82px;
  }
}
@media (min-width: 1024px) {
  .project-hero__title {
    font-size: 110px;
  }
}
.project-hero__description {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .project-hero__description {
    font-size: 26px;
  }
}
.project-hero__meta {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 2rem;
  display: grid;
  gap: 1.25rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .project-hero__meta {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .project-hero__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .project-hero__meta {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .project-hero__meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.project-hero__meta-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.project-hero__meta-icon {
  margin-right: 1rem;
  flex-shrink: 0;
}
.project-hero__meta-icon svg {
  display: block;
  height: 2.5rem;
  width: auto;
}
@media (min-width: 1024px) {
  .project-hero__meta-icon svg {
    height: 3rem;
  }
}
@media (min-width: 1280px) {
  .project-hero__meta-icon svg {
    height: 4rem;
  }
}
.project-hero__meta-value {
  font-weight: 600;
}

.project-layout {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .project-layout {
    padding-bottom: 8rem;
  }
}
.project-layout__nav {
  position: absolute;
  top: 0px;
  z-index: 20;
  height: 4rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .project-layout__nav {
    margin-right: 3rem;
  }
  .project-layout__nav {
    height: auto;
  }
  .project-layout__nav {
    width: 16rem;
  }
  .project-layout__nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .project-layout__nav {
    width: 20rem;
  }
}
.project-layout__nav[data-sticky=true] {
  position: fixed;
}
.project-layout__button {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .project-layout__button {
    font-size: 18px;
  }
}
.project-layout__button > * {
  width: 100%;
}

.project-nav {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.project-nav__list > :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)));
}
.project-nav__list {
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {

  .project-nav__list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.project-nav__list {
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .project-nav__list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .project-nav__list {
    padding-left: 0px;
    padding-right: 0px;
  }
  .project-nav__list {
    border-width: 0px;
  }
  .project-nav__list {
    border-left-width: 2px;
  }
  .project-nav__list {
    --tw-border-opacity: 1;
    border-color: rgb(1 213 121 / var(--tw-border-opacity));
  }
  .project-nav__list {
    --tw-border-opacity: 1;
  }
}
.project-nav__link {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: inline-block;
  border-bottom-width: 4px;
  border-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {
  .project-nav__link {
    font-size: 18px;
  }
}
.project-nav__link[data-active="1"] {
  --tw-border-opacity: 1;
  border-color: rgb(1 213 121 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .project-nav__link {
    display: block;
  }
  .project-nav__link {
    border-bottom-width: 1px;
  }
  .project-nav__link {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity));
  }
  .project-nav__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .project-nav__link {
    padding-left: 1rem;
  }
  .project-nav__link:first-child {
    border-top-width: 1px;
  }
  .project-nav__link:hover, .project-nav__link[data-active="1"] {
    --tw-bg-opacity: 1;
    background-color: rgb(187 187 187 / var(--tw-bg-opacity));
  }
  .project-nav__link:hover, .project-nav__link[data-active="1"] {
    --tw-bg-opacity: 0.2;
  }
}

.progress-card {
  position: relative;
  width: 100%;
  flex: 1 1 0%;
}

.footer .footer-nav .progress-card {
    position: static;
  }
.progress-card__icon {
  margin-bottom: 1.5rem;
  display: flex;
  height: 6rem;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1280px) {

  .progress-card__icon {
    justify-content: flex-start;
  }
}
@media (min-width: 1536px) {

  .progress-card__icon {
    height: 7rem;
  }
}
.progress-card__icon svg {
  height: 100%;
  width: auto;
  max-width: 20rem;
}
.progress-card__info {
  text-align: center;
}
@media (min-width: 1280px) {
  .progress-card__info {
    text-align: left;
  }
}
.progress-card__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .progress-card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.progress-card__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .progress-card__description {
    font-size: 18px;
  }
}

.stats-card__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 3.25rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 640px) {
  .stats-card__title {
    font-size: 82px;
  }
}
@media (min-width: 1024px) {
  .stats-card__title {
    font-size: 110px;
  }
  .stats-card__title {
    font-size: 100px;
  }
}
.stats-card__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .stats-card__description {
    font-size: 18px;
  }
}

.status-card {
  position: relative;
}

.footer .footer-nav .status-card {
    position: static;
  }

.status-card {
  margin-left: 0.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-bottom: 3rem;
}
.status-card:last-child {
  border-width: 0px;
  padding-bottom: 0px;
}
.status-card__bullet {
  position: absolute;
  top: 0px;
  left: -0.75rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.status-card__bullet[data-active="1"] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 213 121 / var(--tw-bg-opacity));
}
.footer .status-card__bullet[data-active="1"] {
  background: #f2fdf8;
}
.status-card__info {
  padding-left: 3rem;
}
.status-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

  .status-card__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.status-card__title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: -0.25rem;
  margin-bottom: 0.5rem;
}
.footer .footer-nav .status-card__title {
    position: static;
  }
.status-card__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .status-card__description {
    font-size: 18px;
  }
}
.status-card__description ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.teaser-card {
  display: block;
  flex: 1 1 0%;
}
.teaser-card__media {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.teaser-card__media > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.teaser-card__media {
  --tw-aspect-h: 9;
  z-index: 0;
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .teaser-card__media {
    margin-bottom: 2.5rem;
  }
}
.teaser-card__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .teaser-card__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .teaser-card__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}

.acf-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(1 213 121 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.footer .acf-cta {
  background: #f2fdf8;
}
.acf-cta[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-cta[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-cta[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-cta[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-cta[data-mt=sm] {
  margin-top: 2rem;
}
.acf-cta[data-mt=md] {
  margin-top: 4rem;
}
.acf-cta[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-cta[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-cta[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-cta[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-cta[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-cta[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .acf-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.acf-cta__description {
  font-family: "GT Alpina Bold", Georgia, Times, "Times New Roman", serif;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .acf-cta__description {
    font-size: 26px;
  }
}
.acf-cta__button {
  margin-top: 2rem;
}
@media (min-width: 1280px) {
  .acf-cta__button {
    margin-top: 3rem;
  }
}

.acf-news[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-news[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-news[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-news[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-news[data-mt=sm] {
  margin-top: 2rem;
}
.acf-news[data-mt=md] {
  margin-top: 4rem;
}
.acf-news[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-news[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-news[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-news[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-news[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-news[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-news[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-news[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-news[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-news[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-news[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-news[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-news[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-news[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-news[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-news[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-news[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-news[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-news[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-news[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-news[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-news[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-news[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-news__intro {
  margin-bottom: 3rem;
}
.acf-news__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .acf-news__title {
    font-size: 54px;
  }
}
.acf-news__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .acf-news__grid {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .acf-news__grid {
    display: flex;
  }
  .acf-news__grid {
    overflow-x: auto;
  }
  .acf-news__grid {
    white-space: nowrap;
  }
  .acf-news__grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .acf-news__grid {
    -webkit-overflow-scrolling: touch;
  }
  .acf-news__grid > * {
    width: 35vw;
    min-width: 35vw;
  }
}
@media (min-width: 640px) {
  .acf-news__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .acf-news__grid {
    column-gap: 3rem;
  }
  .acf-news__grid {
    row-gap: 4rem;
  }
}

.acf-projects[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-projects[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-projects[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-projects[data-mt=sm] {
  margin-top: 2rem;
}
.acf-projects[data-mt=md] {
  margin-top: 4rem;
}
.acf-projects[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-projects[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-projects[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-projects[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-projects[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-projects[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-projects[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-projects[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-projects[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-projects[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-projects[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-projects[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-projects[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-projects[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-projects[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-projects[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-projects[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-projects__intro {
  margin-bottom: 3rem;
}
.acf-projects__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .acf-projects__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .acf-projects__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.acf-projects__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .acf-projects__grid {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .acf-projects__grid {
    display: flex;
  }
  .acf-projects__grid {
    overflow-x: auto;
  }
  .acf-projects__grid {
    white-space: nowrap;
  }
  .acf-projects__grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .acf-projects__grid {
    -webkit-overflow-scrolling: touch;
  }
  .acf-projects__grid > * {
    width: 35vw;
    min-width: 35vw;
  }
}
@media (min-width: 640px) {
  .acf-projects__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .acf-projects__grid {
    column-gap: 3rem;
  }
  .acf-projects__grid {
    row-gap: 4rem;
  }
}
.acf-projects__pagination {
  margin-top: 5rem;
}
.acf-projects__pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.acf-projects__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-projects__pagination .nav-links ul {
  display: flex;
  align-items: center;
}
.acf-projects__pagination .nav-links ul > :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)));
}
.acf-projects__pagination .nav-links li {
  display: inline-block;
}
.acf-projects__pagination .nav-links a, .acf-projects__pagination .nav-links span {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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: 200ms;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .acf-projects__pagination .nav-links a,
.acf-projects__pagination .nav-links span {
    font-size: 18px;
  }
}
.acf-projects__pagination .nav-links a {
  color: #00000066;
}
.acf-projects__pagination .nav-links a:hover {
  color: #01D579;
}
.acf-projects__pagination .nav-links span.current {
  color: #01D579;
  font-weight: 600;
}
.acf-projects__pagination .nav-links .prev, .acf-projects__pagination .nav-links .next {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.footer .footer-nav .acf-projects__pagination .nav-links .prev, .footer .footer-nav .acf-projects__pagination .nav-links .next {
    position: static;
  }
.acf-projects__pagination .nav-links .prev::before, .acf-projects__pagination .nav-links .next::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  font-family: "Material Icons";
}
.acf-projects__pagination .nav-links .prev::before {
  content: "arrow_back_ios_new";
}
.acf-projects__pagination .nav-links .next::before {
  content: "arrow_forward_ios";
}
.acf-projects__pagination .nav-links .dots {
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.acf-text-image[data-bg=tertiary] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 236 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.acf-text-image[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-text-image[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-text-image[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-text-image[data-mt=sm] {
  margin-top: 2rem;
}
.acf-text-image[data-mt=md] {
  margin-top: 4rem;
}
.acf-text-image[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-text-image[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-text-image[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-text-image[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-text-image[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-text-image[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-text-image[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-text-image[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-text-image[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-text-image[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-text-image[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-text-image[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-text-image[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-text-image[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-text-image[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-text-image[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-text-image[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-text-image.style-contact .acf-text-image__media {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  height: max-content;
  width: 100%;
  max-width: none;
}
@media (min-width: 1024px) {
  .acf-text-image.style-contact .acf-text-image__media {
    width: 32.6%;
    padding-top: 30.6%;
  }
}
.acf-text-image.style-contact .acf-text-image__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-text-image.style-contact .acf-text-image__info {
  width: 100%;
}
@media (min-width: 1024px) {
  .acf-text-image.style-contact .acf-text-image__info {
    width: 67.4%;
  }
  .acf-text-image.style-contact .acf-text-image__info > * {
    max-width: 666px;
  }
}
.acf-text-image__main {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .acf-text-image__main {
    display: flex;
    gap: 40px !important;
  }
}
@media (min-width: 1280px) {
  .acf-text-image__main {
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .acf-text-image__main[data-image-position=left] .acf-text-image__media {
    order: 1;
  }
  .acf-text-image__main[data-image-position=left] .acf-text-image__info {
    order: 2;
  }
}
.acf-text-image__media {
  max-width: 26rem;
}
@media (min-width: 1280px) {
  .acf-text-image__media {
    max-width: none;
  }
}
.acf-text-image__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .acf-text-image__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .acf-text-image__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.acf-text-image__content {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {

  .acf-text-image__content {
    margin-top: 2rem;
  }
}

.acf-simple-content[data-bg=tertiary] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 236 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.acf-simple-content[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-simple-content[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-simple-content[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-simple-content[data-mt=sm] {
  margin-top: 2rem;
}
.acf-simple-content[data-mt=md] {
  margin-top: 4rem;
}
.acf-simple-content[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-simple-content[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-simple-content[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-simple-content[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-simple-content[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-simple-content[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-simple-content[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-simple-content[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-simple-content[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-simple-content[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-simple-content[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-simple-content[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-simple-content[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-simple-content[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-simple-content[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-simple-content[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-simple-content[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-simple-content__excerpt {
  font-family: "GT Alpina Bold", Georgia, Times, "Times New Roman", serif;
  letter-spacing: -0.025em;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .acf-simple-content__excerpt {
    font-size: 30px;
  }
}

.acf-progress[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-progress[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-progress[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-progress[data-mt=sm] {
  margin-top: 2rem;
}
.acf-progress[data-mt=md] {
  margin-top: 4rem;
}
.acf-progress[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-progress[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-progress[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-progress[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-progress[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-progress[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-progress[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-progress[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-progress[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-progress[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-progress[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-progress[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-progress[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-progress[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-progress[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-progress[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-progress[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-progress__intro {
  margin-bottom: 3rem;
  text-align: center;
}
.acf-progress__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .acf-progress__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .acf-progress__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.acf-progress__grid {
  margin-top: 3rem;
  display: grid;
  gap: 4rem;
}
@media (min-width: 1280px) {
  .acf-progress__grid {
    display: flex;
  }
  .acf-progress__grid {
    gap: 0px;
  }
  .acf-progress__grid > :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)));
  }
  .acf-progress__grid--arrows {
    display: grid;
  }
  .acf-progress__grid--arrows {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .acf-progress__grid--arrows {
    gap: 4rem;
  }
  .acf-progress__grid--arrows > .progress-card {
    grid-column: span 10 / span 10;
  }
  .acf-progress__grid--arrows > .progress-card {
    grid-column-start: 2;
  }
}

.acf-related-pages[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-related-pages[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-related-pages[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-related-pages[data-mt=sm] {
  margin-top: 2rem;
}
.acf-related-pages[data-mt=md] {
  margin-top: 4rem;
}
.acf-related-pages[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-related-pages[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-related-pages[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-related-pages[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-related-pages[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-related-pages[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-related-pages[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-related-pages[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-related-pages[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-related-pages[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-related-pages[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-related-pages[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-related-pages[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-related-pages[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-related-pages[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-related-pages[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-related-pages[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-related-pages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 640px) {
  .acf-related-pages__grid {
    gap: 2rem;
  }
  .acf-related-pages__grid {
    row-gap: 3rem;
  }
}

.acf-page-hero {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 91 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-nav .acf-page-hero {
    position: static;
  }

@media (min-width: 1024px) {

  .acf-page-hero {
    padding-bottom: 4rem;
  }
}
.acf-page-hero__main {
  position: relative;
  z-index: 20;
}
.footer .footer-nav .acf-page-hero__main {
    position: static;
  }
.acf-page-hero__info {
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 16rem;
}
@media (min-width: 1024px) {
  .acf-page-hero__info {
    min-height: 24rem;
  }
}
.acf-page-hero__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 3.25rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 640px) {
  .acf-page-hero__title {
    font-size: 82px;
  }
}
@media (min-width: 1024px) {
  .acf-page-hero__title {
    font-size: 110px;
  }
  .acf-page-hero__title {
    position: relative;
  }
  .acf-page-hero__title {
    left: -0.5rem;
  }
  .footer .footer-nav .acf-page-hero__title {
    position: static;
  }
}
.acf-page-hero__media {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.footer .footer-nav .acf-page-hero__media {
    position: static;
  }
.acf-page-hero__media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {

  .acf-page-hero[data-layout=lg] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .acf-page-hero[data-layout=lg] .acf-page-hero__info {
    justify-content: flex-end;
  }
  .acf-page-hero[data-layout=lg] .acf-page-hero__info {
    min-height: 770px;
  }
}
.acf-page-hero[data-layout=lg] .acf-page-hero__title {
  font-size: 3rem;
  line-height: 3.25rem;
}
@media (min-width: 640px) {
  .acf-page-hero[data-layout=lg] .acf-page-hero__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .acf-page-hero[data-layout=lg] .acf-page-hero__title {
    font-size: 110px;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .acf-page-hero[data-layout=lg] .acf-page-hero__title {
    font-size: 124px;
    line-height: 1;
  }
  .acf-page-hero[data-layout=lg] .acf-page-hero__description {
    font-size: 30px;
  }
}
.acf-page-hero[data-layout=lg] .acf-page-hero__description {
  max-width: 800px;
}
.acf-page-hero--has-image {
  padding-top: 0px;
}
@media (min-width: 640px) {
  .acf-page-hero--has-image .acf-page-hero__info {
    min-height: 20rem;
  }
}
@media (min-width: 1024px) {
  .acf-page-hero--has-image .acf-page-hero__info {
    min-height: 32rem;
  }
}
@media (min-width: 1280px) {
  .acf-page-hero--has-image .acf-page-hero__info {
    min-height: 36rem;
  }
}
.acf-page-hero--has-image .acf-page-hero__media {
  position: absolute;
}
@media (min-width: 1024px) {

  .acf-page-hero--has-image + .acf-symbol {
    margin-top: -7rem;
  }
}
.acf-page-hero--has-image + .acf-symbol .acf-symbol__media {
  position: relative;
  z-index: 20;
}
.footer .footer-nav .acf-page-hero--has-image + .acf-symbol .acf-symbol__media {
    position: static;
  }
.acf-page-hero--has-image[data-layout=lg] .acf-page-hero__info {
  display: block;
  min-height: 0px;
}
@media (min-width: 1024px) {
  .acf-page-hero--has-image[data-layout=lg] .acf-page-hero__info {
    display: flex;
  }
  .acf-page-hero--has-image[data-layout=lg] .acf-page-hero__info {
    min-height: 40rem;
  }
}
.acf-page-hero--has-image[data-layout=lg] .acf-page-hero__media {
  position: relative;
}
.footer .footer-nav .acf-page-hero--has-image[data-layout=lg] .acf-page-hero__media {
    position: static;
  }
@media (min-width: 1024px) {
  .acf-page-hero--has-image[data-layout=lg] .acf-page-hero__media {
    position: absolute;
  }
  .acf-page-hero--has-image[data-layout=lg] .acf-page-hero__media {
    display: flex;
  }
}
.acf-page-hero .acf-page-hero__info {
  max-width: 800px;
}

.acf-sticky-nav {
  top: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(1 50 91 / var(--tw-bg-opacity));
}
.acf-sticky-nav[data-sticky=true] {
  position: fixed;
}
.acf-sticky-nav__list {
  height: 5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .acf-sticky-nav__list {
    overflow: auto;
  }
}
.acf-sticky-nav__link {
  margin-right: 2rem;
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding-top: 0.25rem;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-bottom-width: 0.375rem;
}
.acf-sticky-nav__link[data-active="1"] {
  --tw-border-opacity: 1;
  border-color: rgb(1 213 121 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .acf-sticky-nav__link:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.acf-coworkers[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-coworkers[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-coworkers[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-coworkers[data-mt=sm] {
  margin-top: 2rem;
}
.acf-coworkers[data-mt=md] {
  margin-top: 4rem;
}
.acf-coworkers[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-coworkers[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-coworkers[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-coworkers[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-coworkers[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-coworkers[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-coworkers[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-coworkers[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-coworkers[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-coworkers[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-coworkers[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-coworkers[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-coworkers[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-coworkers[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-coworkers[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-coworkers[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-coworkers[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-coworkers__intro {
  margin-bottom: 3rem;
  text-align: center;
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .acf-coworkers__intro {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .acf-coworkers__intro {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media (min-width: 920px) {
  .acf-coworkers__intro {
    margin-bottom: 100px;
  }
}
.acf-coworkers__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .acf-coworkers__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .acf-coworkers__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.acf-coworkers__excerpt {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .acf-coworkers__excerpt {
    font-size: 26px;
  }
}
.acf-coworkers__grid {
  display: grid;
  column-gap: 1rem;
  row-gap: 3rem;
}
@media (min-width: 640px) {

  .acf-coworkers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .acf-coworkers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .acf-coworkers__grid {
    column-gap: 3rem;
  }
  .acf-coworkers__grid {
    row-gap: 4rem;
  }
}
@media (min-width: 640px) {

  .acf-coworkers__grid[data-layout=contact] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .acf-coworkers__grid[data-layout=contact] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .acf-coworkers__grid[data-layout=contact] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .acf-coworkers__grid[data-layout=contact] {
    column-gap: 6rem;
  }
}

.acf-jobs[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-jobs[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-jobs[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-jobs[data-mt=sm] {
  margin-top: 2rem;
}
.acf-jobs[data-mt=md] {
  margin-top: 4rem;
}
.acf-jobs[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-jobs[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-jobs[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-jobs[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-jobs[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-jobs[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-jobs[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-jobs[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-jobs[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-jobs[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-jobs[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-jobs[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-jobs[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-jobs[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-jobs[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-jobs[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-jobs[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-jobs__intro {
  margin-bottom: 3rem;
  max-width: 48rem;
}
.acf-jobs__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .acf-jobs__title {
    font-size: 54px;
  }
}
.acf-jobs__excerpt {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .acf-jobs__excerpt {
    font-size: 26px;
  }
}
.acf-jobs__grid {
  display: grid;
}
.acf-jobs__details {
  margin-top: 3rem;
  height: 20rem;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .acf-jobs__details {
    height: 24rem;
  }
}
.acf-jobs__message {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .acf-jobs__message {
    font-size: 26px;
  }
}
.acf-jobs__button {
  margin-top: 2rem;
}

.acf-faq[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-faq[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-faq[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-faq[data-mt=sm] {
  margin-top: 2rem;
}
.acf-faq[data-mt=md] {
  margin-top: 4rem;
}
.acf-faq[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-faq[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-faq[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-faq[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-faq[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-faq[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-faq[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-faq[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-faq[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-faq[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-faq[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-faq[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-faq[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-faq[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-faq[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-faq[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-faq[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-faq__intro {
  margin-bottom: 3rem;
  max-width: 48rem;
}
.acf-faq__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .acf-faq__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .acf-faq__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.acf-faq__excerpt {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .acf-faq__excerpt {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .acf-faq__excerpt {
    max-width: 36rem;
  }
}
.acf-faq__content {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

.acf-teasers[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-teasers[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-teasers[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-teasers[data-mt=sm] {
  margin-top: 2rem;
}
.acf-teasers[data-mt=md] {
  margin-top: 4rem;
}
.acf-teasers[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-teasers[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-teasers[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-teasers[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-teasers[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-teasers[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-teasers[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-teasers[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-teasers[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-teasers[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-teasers[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-teasers[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-teasers[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-teasers[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-teasers[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-teasers[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-teasers[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-teasers__intro {
  margin-bottom: 3rem;
}
.acf-teasers__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .acf-teasers__title {
    font-size: 54px;
  }
}
.acf-teasers__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .acf-teasers__grid {
    gap: 3rem;
  }
  .acf-teasers__grid[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .acf-teasers__grid[data-count="2"] {
    gap: 6rem;
  }
  .acf-teasers__grid[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.acf-contact[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-contact[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-contact[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-contact[data-mt=sm] {
  margin-top: 2rem;
}
.acf-contact[data-mt=md] {
  margin-top: 4rem;
}
.acf-contact[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-contact[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-contact[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-contact[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-contact[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-contact[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-contact[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-contact[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-contact[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-contact[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-contact[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-contact[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-contact[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-contact[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-contact[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-contact[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-contact[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-contact__intro {
  margin-bottom: 3rem;
  max-width: 48rem;
}
.acf-contact__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .acf-contact__title {
    font-size: 54px;
  }
}
.acf-contact__excerpt {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .acf-contact__excerpt {
    font-size: 26px;
  }
}
.acf-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 640px) {
  .acf-contact__grid {
    column-gap: 3rem;
  }
  .acf-contact__grid {
    row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .acf-contact__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.acf-contact__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 2rem;
  grid-column: span 2 / span 2;
}
@media (min-width: 640px) {
  .acf-contact__info {
    column-gap: 3rem;
  }
  .acf-contact__info {
    row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .acf-contact__info {
    grid-column: span 1 / span 1;
  }
  .acf-contact__info {
    display: block;
  }
}
.acf-contact__details p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .acf-contact__details p {
    font-size: 18px;
  }
}
.acf-contact__social-media p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .acf-contact__social-media p {
    font-size: 18px;
  }
}

.acf-stats[data-bg=tertiary] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 236 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
.acf-stats[data-my=sm] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.acf-stats[data-my=md] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.acf-stats[data-my=lg] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-my=lg] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.acf-stats[data-mt=sm] {
  margin-top: 2rem;
}
.acf-stats[data-mt=md] {
  margin-top: 4rem;
}
.acf-stats[data-mt=lg] {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-mt=lg] {
    margin-top: 6rem;
  }
}
.acf-stats[data-mb=sm] {
  margin-bottom: 2rem;
}
.acf-stats[data-mb=md] {
  margin-bottom: 4rem;
}
.acf-stats[data-mb=lg] {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-mb=lg] {
    margin-bottom: 6rem;
  }
}
.acf-stats[data-py=sm] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-py=sm] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.acf-stats[data-py=md] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-py=md] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.acf-stats[data-py=lg] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-py=lg] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.acf-stats[data-py=xl] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-py=xl] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.acf-stats[data-pt=sm] {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pt=sm] {
    padding-top: 3rem;
  }
}
.acf-stats[data-pt=md] {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pt=md] {
    padding-top: 5rem;
  }
}
.acf-stats[data-pt=lg] {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pt=lg] {
    padding-top: 8rem;
  }
}
.acf-stats[data-pt=xl] {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pt=xl] {
    padding-top: 10rem;
  }
}
.acf-stats[data-pb=sm] {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pb=sm] {
    padding-bottom: 3rem;
  }
}
.acf-stats[data-pb=md] {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pb=md] {
    padding-bottom: 5rem;
  }
}
.acf-stats[data-pb=lg] {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pb=lg] {
    padding-bottom: 8rem;
  }
}
.acf-stats[data-pb=xl] {
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .acf-stats[data-pb=xl] {
    padding-bottom: 10rem;
  }
}
.acf-stats__intro {
  margin-bottom: 3rem;
  max-width: 48rem;
}
.acf-stats__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .acf-stats__title {
    font-size: 54px;
  }
}
.acf-stats__excerpt {
  letter-spacing: -0.025em;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .acf-stats__excerpt {
    font-size: 26px;
  }
}
.acf-stats__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) {
  .acf-stats__grid {
    gap: 3rem;
  }
}

.feature-list__top {
  display: flex;
  gap: var(--gap);
}
.feature-list__top > * {
  flex: 1;
}
.feature-list__title {
  font-family: Alp-Sta-Thin, Georgia, Times, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {

  .feature-list__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 1280px) {

  .feature-list__title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.feature-list__title {
  color: #01325b;
}
.feature-list__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .feature-list__description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .feature-list__description {
    margin-bottom: 40px;
  }
}
.feature-list__items {
  display: flex;
  gap: var(--gap);
}
.feature-list__items > * {
  flex: 1;
}
.feature-list__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-list__item > * {
  margin: 0 !important;
}
.feature-list__item-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

  .feature-list__item-title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.feature-list__item-title {
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #01325b;
}
.feature-list__item-description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .feature-list__item-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .feature-list__top {
    flex-direction: column;
    gap: 28px;
  }

  .feature-list__items {
    flex-direction: column;
    gap: 28px;
  }

  .feature-list__item {
    gap: 14px;
  }
}
.list-logo {
  background: #f8f8f8;
}
.list-logo__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.list-logo__item {
  height: 100px;
}
@media (max-width: 768px) {
  .list-logo__item {
    width: calc(50% - 10px);
    height: auto;
  }
  .list-logo__item img {
    max-height: 50px;
  }
}
.list-logo__link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-logo__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
  opacity: 0.6;
}
.list-logo__image:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .list-logo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .list-logo__grid {
    grid-template-columns: 1fr;
  }
}

.acf-timeline__border-left {
  border: none;
  position: relative;
}
.acf-timeline__border-left::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: calc(100% - 15px);
  background-color: #c2c2c2;
}

.from-white-custom {
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

@media (max-width: 1279px) {
  .footer .footer-nav {
    position: relative;
  }
  .footer .footer-nav .relative {
    position: static;
  }
  .footer .footer__symbol {
    position: absolute;
    right: 20px;
    top: -5.5vw;
    display: block;
    width: 22vw;
  }
}
@media (max-width: 639px) {
  .footer .footer__symbol {
    position: absolute;
    right: 20px;
    top: -6.3vw;
    display: block;
    width: 25vw;
  }
}
@media (max-width: 390px) {
  .footer .footer__symbol {
    position: absolute;
    right: 0;
    top: -15.78vw;
    display: block;
    width: 31vw;
  }
}
.wp-block-separator {
  display: block;
  border-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #92ddc8;
  --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(2px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 221 200 / var(--tw-ring-opacity));
}

.scroll-touch {
  -webkit-overflow-scrolling: touch;
}

.gradient-primary-to-secondary {
  background-image: linear-gradient(to bottom, #01325b 0%, #01325b 50%, #01d579 50%, #01d579 100%);
}

.gradient-primary-to-white {
  background-image: linear-gradient(to bottom, #01325b 0%, #01325b 50%, #fff 50%, #fff 100%);
}

.js-show-on-scroll {
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.js-show-on-scroll:not(.no-js .js-show-on-scroll) {
  opacity: 0;
}

.mapboxgl-popup {
  max-width: 28rem;
  font-family: "Graphik Web", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.mapboxgl-popup-content {
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 2rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mapboxgl-popup-close-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

[x-cloak]:not(.no-js [x-cloak]) {
  display: none !important;
}

select {
  background-position: right 1rem center;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 42px white inset !important;
  -webkit-text-fill-color: white !important;
}

.search-form input:-webkit-autofill,
.search-form input:-webkit-autofill:hover,
.search-form input:-webkit-autofill:focus,
.search-form input:-webkit-autofill:active {
  box-shadow: 0 0 0 42px #01325b inset !important;
  -webkit-text-fill-color: white !important;
}

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

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

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}

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

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(1 213 121 / var(--tw-text-opacity));
}

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

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

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 213 121 / var(--tw-border-opacity));
}

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

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:outline-primary:focus {
  outline-color: #01325b;
}

.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\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: var(--tw-transform);
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 50 91 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

@media (prefers-reduced-motion: no-preference) {

  @keyframes fadeInNorth {

    0% {
      opacity: 0;
      transform: translateY(2rem);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .motion-safe\:animate-fadeInNorth {
    animation: fadeInNorth 1s ease-out forwards;
  }

  @keyframes fadeIn {

    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .motion-safe\:animate-fadeIn {
    animation: fadeIn 1s ease-in forwards;
  }
}

@media (min-width: 640px) {

  .tablet\:prose {
    color: #000;
    max-width: 45rem;
  }

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

  .tablet\:prose a {
    color: #01325b;
    text-decoration: underline;
    font-weight: 500;
  }

  :where(.tablet\:prose a:hover):not(:where([class~="not-prose"] *)) {
    color: #01325b;
  }

  :where(.tablet\:prose a.no-underline):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: #01325b;
  }

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

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

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

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

  .tablet\:prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.1111111;
  }

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

  .tablet\:prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.3333333;
  }

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

  .tablet\:prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }

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

  .tablet\:prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .tablet\:prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
  }

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

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

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

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

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

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

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

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

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

  .tablet\:prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .tablet\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --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: 1.125rem;
    line-height: 1.625rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:prose :where(b):not(:where([class~="not-prose"] *)) {
    font-weight: 600;
  }

  .tablet\:prose :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:prose :where(h6):not(:where([class~="not-prose"] *)) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:prose :where(h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 600;
  }

  .tablet\:prose-primary {
    color: #01325b;
  }

  .tablet\:prose-primary :where(a):not(:where([class~="not-prose"] *)) {
    color: #01325b;
  }

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

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

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

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

  .tablet\:text-2xl {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1024px) {

  .laptop\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .laptop\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .laptop\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .laptop\:prose {
    color: #000;
    max-width: 45rem;
  }

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

  .laptop\:prose a {
    color: #01325b;
    text-decoration: underline;
    font-weight: 500;
  }

  :where(.laptop\:prose a:hover):not(:where([class~="not-prose"] *)) {
    color: #01325b;
  }

  :where(.laptop\:prose a.no-underline):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .laptop\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: #01325b;
  }

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

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

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

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

  .laptop\:prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.1111111;
  }

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

  .laptop\:prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.3333333;
  }

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

  .laptop\:prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }

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

  .laptop\:prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .laptop\:prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
  }

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

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

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

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

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

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

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

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

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

  .laptop\:prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .laptop\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --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: 1.125rem;
    line-height: 1.625rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .laptop\:prose :where(b):not(:where([class~="not-prose"] *)) {
    font-weight: 600;
  }

  .laptop\:prose :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .laptop\:prose :where(h6):not(:where([class~="not-prose"] *)) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .laptop\:prose :where(h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 600;
  }

  .laptop\:prose-xl {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }

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

  .laptop\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .laptop\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .laptop\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .laptop\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .laptop\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .laptop\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

  .laptop\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .laptop\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .laptop\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

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

  .laptop\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .laptop\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }

  .laptop\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }

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

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

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

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

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

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

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

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

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

  .laptop\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

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

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

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

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

  .laptop\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .laptop\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

  .laptop\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

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

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

  .laptop\:prose-xl {
    max-width: 62.5rem;
    letter-spacing: -0.025em;
  }

  .laptop\:top-8 {
    top: 2rem;
  }

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

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

  .laptop\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .laptop\:col-start-10 {
    grid-column-start: 10;
  }

  .laptop\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

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

  .laptop\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .laptop\:-mr-16 {
    margin-right: -4rem;
  }

  .laptop\:ml-8 {
    margin-left: 2rem;
  }

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

  .laptop\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

  .laptop\:flex {
    display: flex;
  }

  .laptop\:grid {
    display: grid;
  }

  .laptop\:h-96 {
    height: 24rem;
  }

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

  .laptop\:w-56 {
    width: 14rem;
  }

  .laptop\:w-5 {
    width: 1.25rem;
  }

  .laptop\:w-64 {
    width: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .laptop\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .laptop\:first\:mt-16:first-child {
    margin-top: 4rem;
  }
}

@media (min-width: 1280px) {

  .desktop\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .desktop\:-left-3 {
    left: -0.75rem;
  }

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

  .desktop\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

  .desktop\:col-start-10 {
    grid-column-start: 10;
  }

  .desktop\:col-start-5 {
    grid-column-start: 5;
  }

  .desktop\:col-start-2 {
    grid-column-start: 2;
  }

  .desktop\:col-start-11 {
    grid-column-start: 11;
  }

  .desktop\:col-start-6 {
    grid-column-start: 6;
  }

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

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

  .desktop\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

  .desktop\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .desktop\:ml-0\.5 {
    margin-left: 0.125rem;
  }

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

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

  .desktop\:flex {
    display: flex;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:h-5 {
    height: 1.25rem;
  }

  .desktop\:w-5 {
    width: 1.25rem;
  }

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

  .desktop\:max-w-screen-md {
    max-width: 768px;
  }

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

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

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

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

  .desktop\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

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

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

  .desktop\:text-6xl {
    font-size: 3.75rem;
    line-height: 4rem;
  }

  .desktop\:text-2xl {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }

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

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

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

@media (min-width: 768px) {

  .md\:prose-lg {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

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

  .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .md\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.3333333;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .md\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 600;
  }

  .md\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5555556;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .md\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

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

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

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

  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .md\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5555556em;
  }

  .md\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5555556em;
  }

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

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

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

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

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

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

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

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

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

  .md\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

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

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

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

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

  .md\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

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

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

  .md\:prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

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

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

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

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

  .md\:prose-lg {
    max-width: 62.5rem;
  }

  .md\:prose-lg :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:prose-lg :where(h6):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:prose-body-text {
    line-height: 1.5;
  }

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

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

@media (min-width: 1024px) {

  .lg\:prose-lg {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

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

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.3333333;
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 600;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5555556;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

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

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

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

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5555556em;
  }

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

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

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

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

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

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

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

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

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

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

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

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

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

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

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

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

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

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

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

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

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

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

  .lg\:prose-lg {
    max-width: 62.5rem;
  }

  .lg\:prose-lg :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:prose-lg :where(h6):not(:where([class~="not-prose"] *)) {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:prose-xl {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }

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

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

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

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

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

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

  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

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

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }

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

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

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

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

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

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

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

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

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

  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

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

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

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

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

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

  .lg\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

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

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

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

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

  .lg\:prose-xl {
    max-width: 62.5rem;
    letter-spacing: -0.025em;
  }

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

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

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

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

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

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

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

@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

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

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:z-30 {
    z-index: 30;
  }

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

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-64 {
    width: 16rem;
  }

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

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

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity));
  }

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

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

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

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 4rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(1 50 91 / var(--tw-text-opacity));
  }

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

  .xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(1 213 121 / var(--tw-text-opacity));
  }

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

@media (min-width: 1536px) {

  .\32xl\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .\32xl\:prose {
    color: #000;
    max-width: 45rem;
  }

  .\32xl\: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;
  }

  .\32xl\:prose a {
    color: #01325b;
    text-decoration: underline;
    font-weight: 500;
  }

  :where(.\32xl\:prose a:hover):not(:where([class~="not-prose"] *)) {
    color: #01325b;
  }

  :where(.\32xl\:prose a.no-underline):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }

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

  .\32xl\:prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    padding-left: 1.625em;
  }

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

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

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

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

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

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

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

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

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

  .\32xl\:prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    padding-left: 1.625em;
  }

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

  .\32xl\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: #01325b;
  }

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

  .\32xl\: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;
  }

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

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

  .\32xl\:prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.1111111;
  }

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

  .\32xl\:prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.3333333;
  }

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

  .\32xl\:prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }

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

  .\32xl\:prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1.125rem;
  }

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

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

  .\32xl\: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;
  }

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

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

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

  .\32xl\:prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
  }

  .\32xl\: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;
  }

  .\32xl\: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;
  }

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

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

  .\32xl\: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;
  }

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

  .\32xl\: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;
  }

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

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

  .\32xl\:prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --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: 1.125rem;
    line-height: 1.625rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:prose :where(b):not(:where([class~="not-prose"] *)) {
    font-weight: 600;
  }

  .\32xl\:prose :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:prose :where(h6):not(:where([class~="not-prose"] *)) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:prose :where(h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 600;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
