/*!
Theme Name: dial_unfold
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dial_unfold
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dial_unfold is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

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

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

/* Extra light */

@font-face {
  font-family: "ES Klarheit Grotesk";

  src: url("/wp-content/themes/dial-unfold/theme/fonts/esklarheitgrotesk/woff2/ESKlarheitGrotesk-Extralight.woff2")
			format("woff2"),
		url("/wp-content/themes/dial-unfold/theme/fonts/esklarheitgrotesk/woff/ESKlarheitGrotesk-Extralight.woff")
			format("woff");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

/* Semi Bold */

@font-face {
  font-family: "ES Klarheit Grotesk";

  src: url("/wp-content/themes/dial-unfold/theme/fonts/esklarheitgrotesk/woff2/ESKlarheitGrotesk-Semibold.woff2")
			format("woff2"),
		url("/wp-content/themes/dial-unfold/theme/fonts/esklarheitgrotesk/woff/ESKlarheitGrotesk-Semibold.woff")
			format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

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

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  /* 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 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

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

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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;
          print-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;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 180%;
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  scroll-behavior: smooth;
}

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

.prose {
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose {
  --tw-prose-body: #000542;
  --tw-prose-headings: #000542;
  --tw-prose-lead: #000542;
  --tw-prose-links: #000542;
  --tw-prose-bold: #000542;
  --tw-prose-counters: #000542;
  --tw-prose-bullets: #000542;
  --tw-prose-hr: #000542;
  --tw-prose-quotes: #000542;
  --tw-prose-quote-borders: #000542;
  --tw-prose-captions: #000542;
  --tw-prose-code: #000542;
  --tw-prose-pre-code: #000542;
  --tw-prose-pre-bg: #000542;
  --tw-prose-th-borders: #000542;
  --tw-prose-td-borders: #000542;
  --tw-prose-invert-body: #000542;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #000542;
  --tw-prose-invert-hr: #000542;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #000542;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #000542;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #000542;
  --tw-prose-invert-td-borders: #000542;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-xl :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0rem;
  margin-bottom: 3.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-legal :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-legal {
  --tw-prose-headings: #000542;
}

.prose-page {
  --tw-prose-body: #2E3192;
  --tw-prose-headings: #2E3192;
  --tw-prose-lead: #2E3192;
  --tw-prose-links: #2E3192;
  --tw-prose-bold: #2E3192;
  --tw-prose-counters: #2E3192;
  --tw-prose-bullets: #2E3192;
  --tw-prose-hr: #2E3192;
  --tw-prose-quotes: #2E3192;
  --tw-prose-quote-borders: #2E3192;
  --tw-prose-captions: #2E3192;
  --tw-prose-code: #2E3192;
  --tw-prose-pre-code: #2E3192;
  --tw-prose-pre-bg: #2E3192;
  --tw-prose-th-borders: #2E3192;
  --tw-prose-td-borders: #2E3192;
  --tw-prose-invert-body: #2E3192;
}

.prose-white {
  --tw-prose-body: #fff;
  --tw-prose-headings: #fff;
  --tw-prose-lead: #fff;
  --tw-prose-links: #fff;
  --tw-prose-bold: #fff;
  --tw-prose-counters: #fff;
  --tw-prose-bullets: #fff;
  --tw-prose-hr: #fff;
  --tw-prose-quotes: #fff;
  --tw-prose-quote-borders: #fff;
  --tw-prose-captions: #fff;
  --tw-prose-code: #fff;
  --tw-prose-pre-code: #fff;
  --tw-prose-pre-bg: #fff;
  --tw-prose-th-borders: #fff;
  --tw-prose-td-borders: #fff;
  --tw-prose-invert-body: #fff;
}

/* uncss:ignore start */

.article-card,
.content-card {
  margin: -0.5rem;
}

.article-card:hover,
.content-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 244 239 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .article-card,
.content-card {
    margin: -1.25rem;
  }
}

.aspect-article-card img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-inner,
.content-card-inner {
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .card-inner,
.content-card-inner {
    padding: 1.25rem;
  }
}

.article-card--thumbnail:not(.content-card .article-card--thumbnail) {
  margin-bottom: 1.25rem;
}

.article-card--thumbnail.article-card-large .article-card--thumbnail {
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .article-card--thumbnail.article-card-large .article-card--thumbnail {
    margin-bottom: 0px;
  }
}

.article-card--thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card .category-pills {
  margin-bottom: 1rem;
}

.featured-grid__research .article-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 255 244 / var(--tw-bg-opacity));
}

/* over states */

.bg-iris article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 75 200 / var(--tw-bg-opacity));
}

.bg-ice article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 236 214 / var(--tw-bg-opacity));
}

.bg-sapphire article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 168 / var(--tw-bg-opacity));
}

.bg-angel article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 188 234 / var(--tw-bg-opacity));
}

.bg-beech article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 227 214 / var(--tw-bg-opacity));
}

.bg-chalk article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 219 244 / var(--tw-bg-opacity));
}

.bg-eggshell article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 229 204 / var(--tw-bg-opacity));
}

.location-type-wrapper > div:not(:last-of-type)::after {
  content: "|";
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-block;
}

.featured-grid__latest .title a,
.featured-grid__latest .title-sm a {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

.article-grid--scroll::-webkit-scrollbar {
  display: none;
}

.article-grid--scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow-x: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .article-grid--scroll {
    display: grid;
    scroll-snap-type: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    overflow: visible;
  }
}

@media (min-width: 1536px) {
  .article-grid--scroll {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
}

.article-grid--scroll > div {
  width: 75vw;
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media (min-width: 1024px) {
  .article-grid--scroll > div {
    width: auto;
  }
}

@media (min-width: 1536px) {
  .article-grid--scroll > div {
    grid-column: span 4 / span 4;
  }

  .article-grid--scroll > div:nth-child(3n) {
    grid-column-start: 11;
  }

  .article-grid--scroll > div:nth-child(3n-1) {
    grid-column-start: 6;
  }
}

.related-articles__latest .title,
.related-articles__latest .article-card--title {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

.related-articles__latest .location-type-wrapper,
.related-articles__latest .article-authors {
  --tw-text-opacity: 1;
  color: rgb(87 79 138 / var(--tw-text-opacity));
}

.no-results {
  grid-column: 1 / -1;
  text-align: center;
}

/* uncss:ignore end */

/* uncss:ignore start */

.category-pill {
  position: relative;
  display: block;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 213 / var(--tw-bg-opacity));
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 160%;
  letter-spacing: 0.1em;
}

.category-pill article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 75 200 / var(--tw-bg-opacity));
}

.prose.category-pill {
  --tw-prose-bullets: #fff;
}

.category-pill:hover {
  opacity: 0.75;
}

.category-pill::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 0.2;
  --tw-content: "";
  content: var(--tw-content);
}

.category-pill__acid {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #BEEB1A;
  --tw-gradient-to: rgb(190 235 26 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #90B40D;
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

.category-pill__amethyst {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #9996B8;
  --tw-gradient-to: rgb(153 150 184 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5D56A2;
}

.category-pill__blueberry {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #574F8A;
  --tw-gradient-to: rgb(87 79 138 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2B245C;
}

.category-pill__celery {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #C0F69A;
  --tw-gradient-to: rgb(192 246 154 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #7bba4e;
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

.category-pill__iris {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #485CD5;
  --tw-gradient-to: rgb(72 92 213 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #162897;
}

.category-pill__sapphire {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #2E3192;
  --tw-gradient-to: rgb(46 49 146 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0A0C44;
}

/* uncss:ignore end */

.content-builder.content-builder__research,
.content-builder.content-builder__work,
.content-builder.content-builder__page {
  /* @apply space-y-16 pt-16 pb-16 lg:space-y-32 lg:pb-32; */
}

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

.content-builder.content-builder__research,
.content-builder.content-builder__work,
.content-builder.content-builder__page {
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  .content-builder.content-builder__research > :not([hidden]) ~ :not([hidden]),
.content-builder.content-builder__work > :not([hidden]) ~ :not([hidden]),
.content-builder.content-builder__page > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }
}

.content-builder.content-builder__research {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .content-builder.content-builder__research {
    padding-bottom: 8rem;
  }
}

.content-builder.content-builder__work {
  /* @apply mt-16 lg:mt-32; */
}

/* .content-builder.content-builder__page .prose,
.content-builder.content-builder__page .prose strong {
	@apply text-sapphire;
} */

.bg-beech .prose h1,
.bg-beech .prose h2,
.bg-beech .prose h3,
.bg-beech .prose h4,
.bg-beech .prose h5,
.bg-beech .prose h6 {
  /* color: #2e3192; */
}

.prose blockquote {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 252 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

.prose blockquote article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 219 244 / var(--tw-bg-opacity));
}

.prose blockquote a {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

/* full image */

/* Page - Ice */

.content-builder.content-builder__page .full-image-background {
  background: linear-gradient(to bottom, #fff 104px, #d4ffef 104px, #d4ffef);
}

/* Work - Chalk */

.content-builder.content-builder__work .full-image-background {
  background: linear-gradient(to bottom, #fff 104px, #e6e9fc 104px, #e6e9fc);
}

/* Latest - Angel */

.content-builder.content-builder__latest .full-image-background {
  background: linear-gradient(to bottom, #fff 104px, #c7ccf4 104px, #c7ccf4);
  --tw-text-opacity: 1;
  color: rgb(87 79 138 / var(--tw-text-opacity));
}

.content-builder.content-builder__latest
	.full-image-background
	.app-grid__16_12--inner {
  background: linear-gradient(to bottom, #faf4ef 104px, #c7ccf4 104px, #c7ccf4);
}

/* latest jump menu */

.latest-content-has-jump-menu {
  background: linear-gradient(to bottom, #e6e9fc 104px, #fff 104px, #fff);
}

.latest-hero-has-jump-menu {
  background: linear-gradient(to bottom, #fff 104px, #e6e9fc 104px, #e6e9fc);
}

.bg-beech figcaption {
  --tw-text-opacity: 1;
  color: rgb(87 79 138 / var(--tw-text-opacity));
}

/* highlight block */

.content-builder__latest .highlight-block--background {
  --tw-bg-opacity: 1;
  background-color: rgb(252 238 220 / var(--tw-bg-opacity));
}

.content-builder__latest .highlight-block--background article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 229 204 / var(--tw-bg-opacity));
}

.content-builder__latest .highlight-block--background.even {
  --tw-bg-opacity: 1;
  background-color: rgb(46 49 146 / var(--tw-bg-opacity));
}

.content-builder__latest .highlight-block--background.even article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 168 / var(--tw-bg-opacity));
}

.content-builder__latest
	.highlight-block--background.even
	.highlight-block--title {
  --tw-text-opacity: 1;
  color: rgb(190 235 26 / var(--tw-text-opacity));
}

.prose.text-white,
.content-builder__latest .highlight-block--background.even li {
  --tw-prose-bullets: #fff;
}

.content-builder__latest
	.highlight-block--background.odd
	.highlight-block--title {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

.content-builder__latest
	.highlight-block--background.even
	.highlight-block--content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose.content-builder__latest
	.highlight-block--background.even
	.highlight-block--content {
  --tw-prose-bullets: #fff;
}

/* two image breakout */

/* .two-image-breakout-background {
	background: linear-gradient(
			to bottom,
			#e6e9fc 104px,
			transparent 104px,
			transparent
		),
		linear-gradient(to top, #e6e9fc 104px, transparent 104px, transparent);
} */

.content-builder.content-builder__latest
	.two-image-breakout-background
	figcaption {
  position: absolute;
}

.content-builder__latest
	.highlight-block--background.odd
	~ .two-image-breakout-background:has(+ .highlight-block--background.even)
	figcaption {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose.content-builder__latest
	.highlight-block--background.odd
	~ .two-image-breakout-background:has(+ .highlight-block--background.even)
	figcaption {
  --tw-prose-bullets: #fff;
}

.content-builder__latest
	.highlight-block--background.odd
	~ .two-image-breakout-background:has(+ .highlight-block--background.even) {
  background: linear-gradient(
			to bottom,
			#fceedc 104px,
			transparent 104px,
			transparent
		),
		linear-gradient(to top, #2e3192 104px, transparent 104px, transparent);
}

.content-builder__latest
	.highlight-block--background.even
	~ .two-image-breakout-background:has(+ .highlight-block--background.odd) {
  background: linear-gradient(
			to top,
			#fceedc 104px,
			transparent 104px,
			transparent
		),
		linear-gradient(to bottom, #2e3192 104px, transparent 104px, transparent);
}

/* .two-image-breakout-background .app-grid__16_14--inner {
	@apply after:col-span-12 after:col-start-2 after:block after:h-7 after:bg-iris-darker after:content-[""];
} */

/* put white gap after highlight block if its not followed by 2 col image break out */

@media (min-width: 1024px) {
  .content-builder__latest
	.highlight-block--background
	+ div:not(.two-image-breakout-background) {
    margin-top: 8rem;
  }
}

/* Two image offset */

.text-image-offset figcaption {
  position: absolute;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .text-image-offset figcaption {
    position: static;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
  }

  .text-image-offset.text-image figcaption {
    text-align: right;
  }
}

.custom-select-panel {
  scrollbar-width: thin;
  scrollbar-color: rgb(203, 213, 225) transparent;
}

/* Works on Chrome, Edge, and Safari */

.custom-select-panel::-webkit-scrollbar {
  width: 8px;
}

.custom-select-panel::-webkit-scrollbar-track {
  background: transparent;
}

.custom-select-panel::-webkit-scrollbar-thumb {
  background-color: rgb(203, 213, 225);
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .custom-select-container {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.02em;
  }
}

.custom-select-container {
  line-height: 145% !important;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-container.is-open .custom-select-opener:after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.custom-select-opener:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000542' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-select-opener {
  /* 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;
  position: relative;
  display: flex;
  height: 54px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

.custom-select-opener::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.custom-select-opener::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .custom-select-opener {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.02em;
  }
}

.custom-select-opener {
  /* focus:border-orange focus:ring-orange;*/
}

.custom-select-opener span {
  display: block;
  width: 98%;
  overflow: hidden;
}

.custom-select-container.is-open .custom-select-opener {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  /* transition: max-height 0.5s ease-out, overflow-y 0.1s 0.5s; */
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 300px;
  overflow-y: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.custom-select-option {
  display: flex;
  min-height: 54px;
  cursor: pointer;
  align-items: center;
  white-space: normal;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.custom-select-option:last-child {
  border-bottom-width: 0px;
}

.custom-select-option.has-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.footer-menu {
  margin-top: 4rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
}

@media (min-width: 1024px) {
  .footer-menu {
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
  }
}

.footer-menu a:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .footer-menu li:not(:last-of-type) {
    margin-right: 0.125rem;
    padding-right: 0.125rem;
  }

  .footer-menu li:not(:last-of-type)::after {
    display: inline-block;
    padding-left: 0.25rem;
    --tw-content: "|";
    content: var(--tw-content);
  }
}

[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 {
  height: 54px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

[type="text"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="week"]::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

[type="text"]::placeholder,
[type="email"]::placeholder,
[type="url"]::placeholder,
[type="password"]::placeholder,
[type="number"]::placeholder,
[type="date"]::placeholder,
[type="datetime-local"]::placeholder,
[type="month"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="time"]::placeholder,
[type="week"]::placeholder,
[multiple]::placeholder,
textarea::placeholder,
select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

[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 {
  --tw-border-opacity: 1;
  border-color: rgb(255 135 0 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 135 0 / var(--tw-ring-opacity));
}

@media (min-width: 1024px) {
  [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 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.02em;
  }
}

/* .bg-chalk select,
.research-sidebar select,
.bg-chalk [type="text"],
.bg-chalk [type="email"],
.bg-ice select,
.bg-ice [type="text"],
.bg-ice [type="email"],
.bg-ice [type="search"] {
	@apply border-slate-300;
} */

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"] {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1498 11.1918H11.3819L11.1098 10.9294C12.0623 9.82133 12.6358 8.38279 12.6358 6.8179C12.6358 3.32847 9.80732 0.5 6.3179 0.5C2.82847 0.5 0 3.32847 0 6.8179C0 10.3073 2.82847 13.1358 6.3179 13.1358C7.88279 13.1358 9.32133 12.5623 10.4294 11.6098L10.6918 11.8819V12.6498L15.5517 17.5L17 16.0517L12.1498 11.1918ZM6.3179 11.1918C3.89766 11.1918 1.94397 9.23814 1.94397 6.8179C1.94397 4.39766 3.89766 2.44397 6.3179 2.44397C8.73814 2.44397 10.6918 4.39766 10.6918 6.8179C10.6918 9.23814 8.73814 11.1918 6.3179 11.1918Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 25px;
}

#masthead::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 66 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

/** search **/

.search-panel {
  --tw-translate-y: -150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.search-open .search-panel {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/** burger **/

.opened,
.nav-open .closed {
  display: none;
}

.nav-open .opened,
.closed {
  display: block;
}

body.nav-open {
  overflow: hidden;
}

.main-navigation {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

@media (min-width: 1024px) {
  .main-navigation {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

body.nav-open .main-navigation {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Toggle */

.sub-menu-toggle {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12.0053 13.7589C12.0703 13.8354 12.1474 13.896 12.2322 13.9373C12.3171 13.9787 12.4081 14 12.5 14C12.5919 14 12.6829 13.9787 12.7678 13.9373C12.8526 13.896 12.9297 13.8354 12.9947 13.7589L23 2' stroke='%23FAF4EF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .sub-menu-toggle {
    pointer-events: none;
    height: 0.75rem;
    width: 0.75rem;
  }
}

.menu-item-has-children > div {
  display: flex;
  height: 100%;
  align-items: center;
}

.menu-item-has-children > div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
  .menu-item-has-children > div {
    justify-content: space-between;
  }
}

.menu-item-has-children.open .sub-menu {
  display: block;
}

.menu-item-has-children.open .sub-menu-toggle {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .menu-item-has-children.open .sub-menu-toggle {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

/* Main menu */

.main-menu {
  pointer-events: auto;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(46 49 146 / var(--tw-bg-opacity));
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.main-menu article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 168 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .main-menu {
    display: flex;
    height: 100%;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

@media (min-width: 1280px) {
  .menu-main-container > ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .menu-main-container {
    grid-column: span 14 / span 14;
    grid-column-start: 2;
    display: flex;
    justify-content: flex-end;
    padding-right: 4rem;
  }
}

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

.prose.main-menu a {
  --tw-prose-bullets: #fff;
}

.main-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(250 169 43 / var(--tw-text-opacity));
}

.main-menu li a {
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.featured-grid__latest .main-menu li a a {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

.related-articles__latest .main-menu li a {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .main-menu li a {
    font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 180%;
  }
}

header a[aria-current="page"],
header .current-menu-parent > a,
header .current-menu-parent > div > a {
  --tw-text-opacity: 1;
  color: rgb(250 169 43 / var(--tw-text-opacity));
}

/* Sub menu */

@media (min-width: 1024px) {
  .main-menu li:hover .sub-menu {
    display: block;
  }

  .main-menu li {
    display: flex;
    height: 100%;
    cursor: pointer;
    align-items: center;
  }

  .main-menu li li {
    display: block;
  }
}

.sub-menu {
  display: none;
}

@media (min-width: 1024px) {
  .sub-menu {
    position: absolute;
    top: 95px;
    max-width: 270px;
    --tw-bg-opacity: 1;
    background-color: rgb(46 49 146 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 2rem;
    --tw-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25), 0px 15px 60px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 5px 15px var(--tw-shadow-color), 0px 15px 60px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.sub-menu li a {
  padding-left: 4rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
}

@media (min-width: 1024px) {
  .sub-menu li a {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.02em;
  }

  .sub-menu li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(72 92 213 / var(--tw-bg-opacity));
  }
}

/* .legal-template h2 {
	@apply font-sans text-base font-bold leading-180 text-stratos;
} */

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .page-numbers {
    gap: 1rem;
  }
}

.page-numbers li,
.page-numbers li a,
.page-numbers li span {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
}

.page-numbers li a,
.page-numbers li span {
  border-radius: 5px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 15.5px;
  padding-right: 15.5px;
}

.page-numbers li span {
  --tw-border-opacity: 1;
  border-color: rgb(0 5 66 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

.page-numbers li span.dots {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.page-numbers li a {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.page-numbers li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.page-numbers svg {
  width: 8px;
}

.research-sidebar > div:not(:first-of-type) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(190 196 237 / var(--tw-border-opacity));
}

.research-sidebar > div:nth-child(2) {
  border-top-width: 0px;
}

@media (min-width: 1024px) {
  .research-sidebar > div:nth-child(2) {
    border-top-width: 1px;
  }
}

.share-button {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 49 146 / var(--tw-bg-opacity));
}

.share-button article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 168 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .share-button {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.share-button-large .share-button {
  height: 3.5rem;
  width: 3.5rem;
}

@media (min-width: 1024px) {
  .share-button-large .share-button {
    height: 4.375rem;
    width: 4.375rem;
  }
}

.share-button svg {
  fill: white;
  display: block;
  width: 50%;
}

.share-button.facebook svg,
.share-button.tumblr svg {
  width: 33.333333%;
}

/* uncss:ignore start */

.video-player video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.video-player.playing video {
  opacity: 1;
}

.play-video-button {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.video-player.playing .play-video-button {
  opacity: 0;
}

/* uncss:ignore end */

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

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
  /*@apply mx-auto mb-6 max-w-content text-3xl font-extrabold text-neutral-900;*/
}

.thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.thumbnail img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.button {
  display: inline-flex;
  min-height: 53px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 169 43 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 169 43 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
  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: 0.875rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.02em;
}

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

.button.button__secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 5 66 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose.button.button__secondary {
  --tw-prose-bullets: #fff;
}

.button.button__secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

a:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 169 43 / var(--tw-ring-opacity));
}

/* Focusing the button with a keyboard will show a dashed black line. */

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: #000542;
}

#masthead button:focus-visible,
#masthead a:focus-visible {
  outline-color: #FAA92B;
}

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */

button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: none;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.top-0 {
  top: 0px;
}

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

.top-\[95px\] {
  top: 95px;
}

.top-20 {
  top: 5rem;
}

.top-17 {
  top: 4.375rem;
}

.top-24 {
  top: 6rem;
}

.top-32 {
  top: 8rem;
}

.top-px {
  top: 1px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-24 {
  bottom: 6rem;
}

.left-0 {
  left: 0px;
}

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

.right-3 {
  right: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.-top-52 {
  top: -13rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-4 {
  grid-column-start: 4;
}

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-9 {
  grid-column-start: 9;
}

.row-start-1 {
  grid-row-start: 1;
}

.-m-4 {
  margin: -1rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-5 {
  margin: -1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-0 {
  margin-right: -0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-article-card {
  aspect-ratio: 55/34;
}

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

.aspect-partner-logo {
  aspect-ratio: 27/16;
}

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

.h-screen {
  height: 100vh;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-7 {
  height: 1.75rem;
}

.h-13 {
  height: 3.125rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-5 {
  height: 1.25rem;
}

.max-h-background {
  max-height: 1280px;
}

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

.min-h-hero-sm {
  min-height: 18.75rem;
}

.w-14 {
  width: 3.5rem;
}

.w-\[75vw\] {
  width: 75vw;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-7 {
  width: 1.75rem;
}

.w-13 {
  width: 3.125rem;
}

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

.w-26 {
  width: 6.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[35vw\] {
  width: 35vw;
}

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

.max-w-10 {
  max-width: 2.5rem;
}

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

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

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

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

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

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

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

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

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

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

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

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded {
  border-radius: 5px;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-chalk {
  --tw-border-opacity: 1;
  border-color: rgb(230 233 252 / var(--tw-border-opacity));
}

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

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-beech {
  --tw-bg-opacity: 1;
  background-color: rgb(250 244 239 / var(--tw-bg-opacity));
}

.bg-chalk {
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 252 / var(--tw-bg-opacity));
}

.bg-blueberry {
  --tw-bg-opacity: 1;
  background-color: rgb(87 79 138 / var(--tw-bg-opacity));
}

.bg-\[red\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

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

.bg-iris {
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 213 / var(--tw-bg-opacity));
}

.bg-sapphire {
  --tw-bg-opacity: 1;
  background-color: rgb(46 49 146 / var(--tw-bg-opacity));
}

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

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

.bg-eggshell {
  --tw-bg-opacity: 1;
  background-color: rgb(252 238 220 / var(--tw-bg-opacity));
}

.bg-sunshine {
  --tw-bg-opacity: 1;
  background-color: rgb(250 169 43 / var(--tw-bg-opacity));
}

.bg-beech-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(243 227 214 / var(--tw-bg-opacity));
}

.bg-angel {
  --tw-bg-opacity: 1;
  background-color: rgb(199 204 244 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-home-quote-mobile {
  background-image: url('/wp-content/themes/dial-unfold/theme/images/backgrounds/patterns/home-work-mobile.jpg');
}

.bg-team-profile {
  background-image: url('/wp-content/themes/dial-unfold/theme/images/team-gfx-elements.png');
}

.bg-cover {
  background-size: cover;
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[5px\] {
  padding-top: 5px;
}

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

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

.pt-13 {
  padding-top: 3.125rem;
}

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

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

.pt-\[5\%\] {
  padding-top: 5%;
}

.pb-\[10\%\] {
  padding-bottom: 10%;
}

.pb-\[0\%\] {
  padding-bottom: 0%;
}

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

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

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

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

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

.text- {
  font-size: 2,5rem;
}

.text-base {
  font-size: 1.25rem;
}

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

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

.text-iris {
  --tw-text-opacity: 1;
  color: rgb(72 92 213 / var(--tw-text-opacity));
}

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

.text-blueberry {
  --tw-text-opacity: 1;
  color: rgb(87 79 138 / var(--tw-text-opacity));
}

.text-sunshine {
  --tw-text-opacity: 1;
  color: rgb(250 169 43 / var(--tw-text-opacity));
}

.text-acid {
  --tw-text-opacity: 1;
  color: rgb(190 235 26 / var(--tw-text-opacity));
}

.text-chalk {
  --tw-text-opacity: 1;
  color: rgb(230 233 252 / var(--tw-text-opacity));
}

.text-angel {
  --tw-text-opacity: 1;
  color: rgb(199 204 244 / var(--tw-text-opacity));
}

.text-lavender {
  --tw-text-opacity: 1;
  color: rgb(150 162 239 / var(--tw-text-opacity));
}

.text-sapphire {
  --tw-text-opacity: 1;
  color: rgb(46 49 146 / var(--tw-text-opacity));
}

.text-amethyst {
  --tw-text-opacity: 1;
  color: rgb(153 150 184 / var(--tw-text-opacity));
}

.text-beech {
  --tw-text-opacity: 1;
  color: rgb(250 244 239 / var(--tw-text-opacity));
}

.text-eggshell {
  --tw-text-opacity: 1;
  color: rgb(252 238 220 / var(--tw-text-opacity));
}

.text-biscotti {
  --tw-text-opacity: 1;
  color: rgb(250 211 162 / var(--tw-text-opacity));
}

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

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

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

.text-mint {
  --tw-text-opacity: 1;
  color: rgb(192 254 215 / var(--tw-text-opacity));
}

.text-celery {
  --tw-text-opacity: 1;
  color: rgb(192 246 154 / var(--tw-text-opacity));
}

.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

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

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

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

.opacity-10 {
  opacity: 0.1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

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

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

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

.body {
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
}

.mobile-header-2 {
  font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.mobile-quote {
  font-size: 1.125rem;
  font-weight: 600;
  font-style: italic;
  line-height: 180%;
  letter-spacing: 0;
}

.header-1 {
  font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .header-1 {
    font-size: 4.5rem;
  }
}

.header-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.title {
  font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.title-sm {
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

.small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
}

.small-bold {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.02em;
}

.small-quote {
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  line-height: 200%;
  letter-spacing: 0.02em;
}

.micro {
  font-size: 0.75rem;
  line-height: 200%;
  letter-spacing: 0.02em;
}

.descriptor {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 155%;
  letter-spacing: 0.08em;
}

p a {
  text-decoration-line: underline;
}

p a:hover {
  text-decoration-line: none;
}

p.reverse-underline a {
  text-decoration-line: none;
}

p.reverse-underline a:hover {
  text-decoration-line: underline;
}

a {
  text-underline-offset: 2px;
}

.app-grid {
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .app-grid {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1719px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrapper-no-px {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1719px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

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

/* body::before {
	@apply fixed top-0 left-0 z-[5999] block bg-[hotpink] px-3 text-xs font-bold text-white content-['<sm'] sm:content-['sm'] md:content-['md'] lg:content-['lg'] xl:content-['xl'] 2xl:content-['2xl'] wrapper:content-['wrapper'];
} */

.grid-3-col {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

@media (min-width: 768px) {
  .grid-3-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .grid-3-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .grid-3-col {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

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

  .grid-3-col .col:nth-child(3n) {
    grid-column-start: 11;
  }

  .grid-3-col .col:nth-child(3n-1) {
    grid-column-start: 6;
  }
}

.small-articles-col {
  grid-column: 1 / -1;
}

@media (min-width: 1024px) {
  .small-articles-col {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 1536px) {
  .small-articles-col {
    grid-column: span 5 / span 5;
    grid-column-start: 10;
  }
}

.small-articles-col > div {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .small-articles-col > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .small-articles-col > div {
    margin-top: 0px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .small-articles-col article {
    grid-column: span 4 / span 4;
    grid-column-start: 2;
    margin-left: -3.5rem;
  }
}

/* 14 col nested in 16 */

.app-grid__16 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .app-grid__16 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
}

.app-grid__16_14--inner {
  grid-column: 1 / -1;
}

@media (min-width: 1024px) {
  .app-grid__16_14--inner {
    grid-column: span 14 / span 14;
    grid-column-start: 2;
  }
}

/* 12 col 10 col */

.app-grid__16_12--inner {
  grid-column: 1 / -1;
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .app-grid__16_12--inner {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    grid-column: span 14 / span 14;
    grid-column-start: 2;
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .app-grid__16_12--inner {
    grid-column: span 12 / span 12;
    grid-column-start: 3;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.app-grid__12_10--inner {
  grid-column: 1 / -1;
}

@media (min-width: 1024px) {
  .app-grid__12_10--inner {
    grid-column: span 12 / span 12;
    grid-column-start: 2;
  }
}

@media (min-width: 1280px) {
  .app-grid__12_10--inner {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}

/* 10 col nested in 16 */

.app-grid__16_10--inner {
  grid-column: 1 / -1;
}

@media (min-width: 1024px) {
  .app-grid__16_10--inner {
    grid-column: span 12 / span 12;
    grid-column-start: 2;
  }
}

@media (min-width: 1280px) {
  .app-grid__16_10--inner {
    grid-column: span 10 / span 10;
    grid-column-start: 4;
  }
}

/* content card */

.content-card-grid {
  display: grid;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .content-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .content-card-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 4rem;
  }

  .content-card-grid article {
    grid-column: span 3 / span 3;
  }

  .content-card-grid article:nth-child(2n) {
    grid-column-start: 5;
  }
}

aside.research::before {
  content: " ";
  display: block;
  /* background: linear-gradient(to right, #fff 50%, #e6e9fc 50%); */
}

.excerpt_part strong {
  font-weight: 700;
  font-style: italic;
}

.font--awesome-icon svg path {
  fill: currentColor;
}

svg {
  width: 100%;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:right-\[5\%\]::before {
  content: var(--tw-content);
  right: 5%;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:aspect-square::before {
  content: var(--tw-content);
  aspect-ratio: 1 / 1;
}

.before\:w-1\/2::before {
  content: var(--tw-content);
  width: 50%;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-acid::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(190 235 26 / var(--tw-bg-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:aspect-square::after {
  content: var(--tw-content);
  aspect-ratio: 1 / 1;
}

.after\:w-\[60\%\]::after {
  content: var(--tw-content);
  width: 60%;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-orange::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 135 0 / var(--tw-bg-opacity));
}

.hover\:bg-beech-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 227 214 / var(--tw-bg-opacity));
}

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

.hover\:bg-angel-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 188 234 / var(--tw-bg-opacity));
}

.hover\:text-sapphire:hover {
  --tw-text-opacity: 1;
  color: rgb(46 49 146 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:text-stratos {
  --tw-text-opacity: 1;
  color: rgb(0 5 66 / var(--tw-text-opacity));
}

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

.prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
}

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

.prose-a\:hover\:underline:hover :is(:where(a):not(:where([class~="not-prose"] *))) {
  text-decoration-line: underline;
}

.prose-li\:italic :is(:where(li):not(:where([class~="not-prose"] *))) {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

  .md\:italic {
    font-style: italic;
  }

  .md\:body {
    font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 180%;
  }

  .md\:title {
    font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

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

  .lg\:left-auto {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

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

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

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

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-32 {
    margin-top: 8rem;
  }

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

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

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

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

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

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

  .lg\:mb-26 {
    margin-bottom: 6.5rem;
  }

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

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-hero {
    min-height: 29.375rem;
  }

  .lg\:w-17 {
    width: 4.375rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

  .lg\:w-13 {
    width: 3.125rem;
  }

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

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

  .lg\:max-w-\[18\.125rem\] {
    max-width: 18.125rem;
  }

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

  .lg\:max-w-17 {
    max-width: 4.375rem;
  }

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

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:snap-none {
    scroll-snap-type: none;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[38px\] {
    gap: 38px;
  }

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

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

  .lg\:border-\[\#C7CEFA\] {
    --tw-border-opacity: 1;
    border-color: rgb(199 206 250 / var(--tw-border-opacity));
  }

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

  .lg\:bg-research-layout {
    background-image: linear-gradient(to right,#fff 65.988372093%,#e6e9fc 65.988372093%);
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .lg\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .lg\:pt-26 {
    padding-top: 6.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-right {
    text-align: right;
  }

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

  .lg\:italic {
    font-style: italic;
  }

  .lg\:text-iris {
    --tw-text-opacity: 1;
    color: rgb(72 92 213 / var(--tw-text-opacity));
  }

  .lg\:body {
    font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 180%;
  }

  .lg\:header-1 {
    font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  @media (min-width: 1024px) {
    .lg\:header-1 {
      font-size: 4.5rem;
    }
  }

  .lg\:header-2 {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.01em;
  }

  .lg\:title {
    font-family: ES Klarheit Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
  }

  .lg\:small-bold {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 0.02em;
  }

  .lg\:app-grid {
    display: grid;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  @media (min-width: 1024px) {
    .lg\:app-grid {
      -moz-column-gap: 2.5rem;
           column-gap: 2.5rem;
    }
  }

  .lg\:wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1719px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 1024px) {
    .lg\:wrapper {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:mt-28 {
    margin-top: 7rem;
  }

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

@media (min-width: 1719px) {
  .wrapper\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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