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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  .grid-left-right {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    grid-template-areas: "left . right";
  }
  /* Libre Franklin */

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 300;
    src: local(""),
      url(b670825346fee66d90c8.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 300;
    src: local(""),
      url(30917a57a94bc4d879f1.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    src: local(""),
      url(6d32d8fc01a8ac5c7d32.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 400;
    src: local(""),
      url(0b723c8d94ba4d4b4fe3.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 500;
    src: local(""),
      url(8f823cdbefacceaf7349.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 500;
    src: local(""),
      url(2766132c782eab8ac77b.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 600;
    src: local(""),
      url(839afc34e227e86031bc.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 600;
    src: local(""),
      url(94ef07af6c6223cc4000.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    src: local(""),
      url(71a94497145b899c864b.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 700;
    src: local(""),
      url(bce7b6cd02ce4a46bd78.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 800;
    src: local(""),
      url(c441a7cd97c2fa44af59.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 800;
    src: local(""),
      url(1e6c0edf7bb1f23bffbe.woff2)
        format("woff2");
  }

  /* End Libre Franklin */

  /* Source Serif */

  @font-face {
    font-family: "Source Serif Pro";
    src: url(f3dfc059a6a61b9bee97.woff2);
    font-weight: 400;
  }

  @font-face {
    font-family: "Source Serif Pro";
    src: url(94bfa474cf862f9c0077.woff2);
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: "Source Serif Pro";
    src: url(6678842686f1e5622572.woff2);
    font-weight: 700;
  }

  @font-face {
    font-family: "Source Serif Pro";
    src: url(1bfad7131b6aa06b702c.woff2);
    font-weight: 700;
    font-style: italic;
  }

  /* End Source Serif */

  /* Stag Serif */

  @font-face {
    font-family: "Stag Serif";
    src: url(c95b4992caab1a86e96f.woff2);
    font-weight: 100;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(02403c39395e53bb080a.woff2);
    font-weight: 100;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(777847e044588f04f3d1.woff2);
    font-weight: 300;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(b2a76172284b59877261.woff2);
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(352cc6bddc063bcf4fe3.woff2);
    font-weight: 400;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(e0011822d508910874be.woff2);
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(297d19b8474dedf32542.woff2);
    font-weight: 500;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(6cfd0224555fbd999e55.woff2);
    font-weight: 500;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(a7e904023bd81e90ef23.woff2);
    font-weight: 600;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(baa4a3fbb996ee748eda.woff2);
    font-weight: 600;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(9ce8c3cfed0d365b9743.woff2);
    font-weight: 900;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fe954c8b0d455c0c9ef3.woff2);
    font-weight: 900;
    font-style: italic;
  }

  /* End Stag Serif */

  /* Stag Stencil */
  @font-face {
    font-family: "Stag Stencil";
    src: url(d4184a53832eb91eafbb.woff2);
    font-weight: 300;
  }

  @font-face {
    font-family: "Stag Stencil";
    src: url(15b46858a0b7e2d40efd.woff2);
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Stencil";
    src: url(a7f84a67a2fa06f8c9fa.woff2);
    font-weight: 700;
  }

  @font-face {
    font-family: "Stag Stencil";
    src: url(99f95a1ab5e270ab7628.woff2);
    font-weight: 700;
    font-style: italic;
  }

  /* End Stag Stencil */

  @font-face {
    font-family: "Franklin Gothic";
    src: url(d3732c838877f7f48f42.woff2);
    font-stretch: extra-condensed;
  }
.container {
  width: 100%;
}
@media (min-width: 360px) {

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

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

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

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

  .container {
    max-width: 1100px;
  }
}
.prose {
  color: #000;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  color: #e30613;
  text-decoration: none;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #000;
  text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 300;
  font-style: normal;
  color: #e30613;
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border: none;
  padding-left: 0;
  padding-right: 2em;
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: Stag Serif;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  font-family: Source Serif Pro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
  padding-left: 0;
  margin: 1em 0;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.8666667em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.btn {
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (min-width: 850px) {

  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.article-guest-byline p:first-of-type {
  font-weight: 700;
}
.article-heading-opinion {
  font-family: Stag Serif;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.0667;
}
@media (min-width: 850px) {

  .article-heading-opinion {
    font-size: 2.5rem;
    line-height: 1.077;
  }
}
.prose-article {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-article :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-article :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-article :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
  padding-left: 0;
  margin: 1em 0;
}
.prose-article :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
.prose-article :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-article :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-article :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-article :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-article :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}
.prose-article :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-article :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-article :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-article :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}
.prose-article :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-article :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-article :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-article :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-article :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-article :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-article :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-article :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-article :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-article :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-article :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-article :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-article :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-article :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}
.prose-article :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-article :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-article :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-article :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-article :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-article :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-article :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-article :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-article :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-article :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-article :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-article {
  --tw-prose-links: #dc2626;
  --tw-prose-invert-links: #ef4444;
  font-family: Source Serif Pro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 850px) {

  .prose-article {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

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

  .prose-article :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
    padding-left: 0;
    margin: 1em 0;
  }

  .prose-article :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8rem;
    margin-top: 2em;
    margin-bottom: 0.4em;
    line-height: 1.375;
    font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
  }

  .prose-article :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1em;
    margin-top: 1.8666667em;
    margin-bottom: 0.4em;
    line-height: 1.375;
  }

  .prose-article :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1em;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    line-height: 1.375;
  }

  .prose-article :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

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

  .prose-article :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

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

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

  .prose-article :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

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

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

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

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

  .prose-article :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .prose-article :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

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

  .prose-article :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .prose-article :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

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

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

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

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

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

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

  .prose-article :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .prose-article :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .prose-article :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

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

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

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

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

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

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

  .prose-article :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

  .prose-article :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

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

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

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

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

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

  .prose-article {
    line-height: 1.4;
  }
}
.prose-article :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
@media (min-width: 850px) {

  .prose-article :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-top: 0px;
  }
}
.prose-article :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  margin-bottom: 0.25rem;
  display: block;
  height: 23px;
  width: 31px;
  background-image: url(4f0a284045f7d437a591.svg);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.prose-article blockquote u,.prose-article blockquote p u {
  display: block;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  text-decoration-line: none;
}
.prose-feature {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-feature :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-feature :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-feature :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
  padding-left: 0;
  margin: 1em 0;
}
.prose-feature :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
.prose-feature :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-feature :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-feature :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-feature :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-feature :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}
.prose-feature :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-feature :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-feature :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-feature :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}
.prose-feature :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-feature :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-feature :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-feature :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-feature :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-feature :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-feature :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-feature :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-feature :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-feature :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-feature :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-feature :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-feature :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-feature :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}
.prose-feature :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-feature :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-feature :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-feature :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-feature :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-feature :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-feature :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-feature :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-feature :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-feature :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-feature :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-feature {
  --tw-prose-links: #dc2626;
  --tw-prose-invert-links: #ef4444;
  font-family: Source Serif Pro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 850px) {

  .prose-feature {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

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

  .prose-feature :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
    padding-left: 0;
    margin: 1em 0;
  }

  .prose-feature :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8rem;
    margin-top: 2em;
    margin-bottom: 0.4em;
    line-height: 1.375;
    font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
  }

  .prose-feature :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1em;
    margin-top: 1.8666667em;
    margin-bottom: 0.4em;
    line-height: 1.375;
  }

  .prose-feature :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1em;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    line-height: 1.375;
  }

  .prose-feature :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

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

  .prose-feature :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

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

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

  .prose-feature :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

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

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

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

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

  .prose-feature :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .prose-feature :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

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

  .prose-feature :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .prose-feature :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

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

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

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

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

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

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

  .prose-feature :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .prose-feature :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .prose-feature :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

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

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

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

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

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

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

  .prose-feature :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

  .prose-feature :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

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

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

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

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

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

  .prose-feature {
    line-height: 1.4;
  }
}
.prose-feature :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
@media (min-width: 850px) {

  .prose-feature :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-top: 0px;
  }
}
.prose-feature :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 850px) {

  .prose-feature :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: 2rem;
    border-bottom-width: 2rem;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}
.prose-feature :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  max-width: 32rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.prose-feature {

    /** Quotation mark: **/
  }
.prose-feature :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  display: block;
  height: 2.5rem;
  width: 3rem;
  background-image: url(c1ef478ff30797b9c7d9.svg);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.prose-feature blockquote u,.prose-feature blockquote p u {
  display: block;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  text-decoration-line: none;
}
/* "Byline" for quotes, both for feature/story articles and news articles */
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-40 {
  bottom: -10rem;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-\[110px\] {
  top: -110px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3\/4 {
  left: 75%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\/3 {
  right: 66.666667%;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3\/4 {
  top: 75%;
}
.top-4 {
  top: 1rem;
}
.top-\[-44px\] {
  top: -44px;
}
.top-\[2\.176rem\] {
  top: 2.176rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[65\] {
  z-index: 65;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-start-1 {
  grid-row-start: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-44px\] {
  margin-top: -44px;
}
.mt-\[0\.66667rem\] {
  margin-top: 0.66667rem;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-landscape {
  aspect-ratio: 320/180;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-108 {
  height: 27rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\/5 {
  height: 40%;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3\/5 {
  height: 60%;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[2\.833333333rem\] {
  height: 2.833333333rem;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-\[20vh\] {
  max-height: 20vh;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.min-h-1\/4 {
  min-height: 25%;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[270px\] {
  width: 270px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-9 {
  min-width: 2.25rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-2xl {
  max-width: 39rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[45\%\] {
  max-width: 45%;
}
.max-w-\[48rem\] {
  max-width: 48rem;
}
.max-w-\[55ch\] {
  max-width: 55ch;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-etc-full {
  max-width: 1330px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-1\/2 {
  max-width: 50vw;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-64 {
  flex-basis: 16rem;
}
.origin-top-right {
  transform-origin: top right;
}
.-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-y-\[-102\%\] {
  --tw-translate-y: -102%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping-slow {
  animation: ping 1.5s infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-none {
  cursor: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}
.scroll-mt-32 {
  scroll-margin-top: 8rem;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-end {
  place-content: end;
}
.place-content-between {
  place-content: space-between;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.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-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.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));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-divide-opacity, 1));
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-divide-opacity, 1));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-divide-opacity, 1));
}
.divide-yellow-extra > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 223 0 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-5 {
  border-left-width: 5px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-t-\[44px\] {
  border-top-width: 44px;
}
.border-none {
  border-style: none;
}
.border-\[\#E3E3E1\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 225 / var(--tw-border-opacity, 1));
}
.border-\[rgb\(0\2c 101\2c 92\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 101 92 / var(--tw-border-opacity, 1));
}
.border-beige {
  --tw-border-opacity: 1;
  border-color: rgb(240 238 235 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-ekonomihandboken-blue {
  --tw-border-opacity: 1;
  border-color: rgb(37 71 140 / var(--tw-border-opacity, 1));
}
.border-ekonomihandboken-red {
  --tw-border-opacity: 1;
  border-color: rgb(215 53 64 / var(--tw-border-opacity, 1));
}
.border-etc-nyhetsmagasin {
  --tw-border-opacity: 1;
  border-color: rgb(0 101 92 / var(--tw-border-opacity, 1));
}
.border-etc-play {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-green-climate {
  --tw-border-opacity: 1;
  border-color: rgb(119 181 45 / var(--tw-border-opacity, 1));
}
.border-kloka-hem {
  --tw-border-opacity: 1;
  border-color: rgb(242 126 47 / var(--tw-border-opacity, 1));
}
.border-play-border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(152 152 148 / var(--tw-border-opacity, 1));
}
.border-play-red {
  --tw-border-opacity: 1;
  border-color: rgb(204 51 51 / var(--tw-border-opacity, 1));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(99 61 109 / var(--tw-border-opacity, 1));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity, 1));
}
.border-section-ekonomi {
  --tw-border-opacity: 1;
  border-color: rgb(40 161 186 / var(--tw-border-opacity, 1));
}
.border-section-klimat-miljo {
  --tw-border-opacity: 1;
  border-color: rgb(119 181 45 / var(--tw-border-opacity, 1));
}
.border-section-kultur-noje {
  --tw-border-opacity: 1;
  border-color: rgb(227 13 125 / var(--tw-border-opacity, 1));
}
.border-section-nyheter {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity, 1));
}
.border-skin-accent {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-accent), var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-extra {
  --tw-border-opacity: 1;
  border-color: rgb(254 223 0 / var(--tw-border-opacity, 1));
}
.border-b-\[\#E3E3E1\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 227 225 / var(--tw-border-opacity, 1));
}
.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-l-yellow-extra {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 223 0 / var(--tw-border-opacity, 1));
}
.border-r-\[\#989894\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(152 152 148 / var(--tw-border-opacity, 1));
}
.border-t-\[\#222\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#0085ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3B5998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6364ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 100 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CC3333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 51 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3E3E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 225 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F77737\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 119 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCF3C5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 243 197 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFD900\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 0 / var(--tw-bg-opacity, 1));
}
.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-ekonomihandboken-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 71 140 / var(--tw-bg-opacity, 1));
}
.bg-ekonomihandboken-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 19 / var(--tw-bg-opacity, 1));
}
.bg-ekonomihandboken-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(215 237 242 / var(--tw-bg-opacity, 1));
}
.bg-ekonomihandboken-red {
  --tw-bg-opacity: 1;
  background-color: rgb(215 53 64 / var(--tw-bg-opacity, 1));
}
.bg-etc-nyhetsmagasin {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 92 / var(--tw-bg-opacity, 1));
}
.bg-etc-play {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1));
}
.bg-gray-850 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(133 177 71 / var(--tw-bg-opacity, 1));
}
.bg-green-climate {
  --tw-bg-opacity: 1;
  background-color: rgb(119 181 45 / var(--tw-bg-opacity, 1));
}
.bg-kloka-hem {
  --tw-bg-opacity: 1;
  background-color: rgb(242 126 47 / var(--tw-bg-opacity, 1));
}
.bg-play-black {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}
.bg-section-ekonomi {
  --tw-bg-opacity: 1;
  background-color: rgb(40 161 186 / var(--tw-bg-opacity, 1));
}
.bg-section-klimat-miljo {
  --tw-bg-opacity: 1;
  background-color: rgb(119 181 45 / var(--tw-bg-opacity, 1));
}
.bg-section-kultur-noje {
  --tw-bg-opacity: 1;
  background-color: rgb(227 13 125 / var(--tw-bg-opacity, 1));
}
.bg-section-nyheter {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}
.bg-skin-accent {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-accent), var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 219 103 / var(--tw-bg-opacity, 1));
}
.bg-yellow-extra {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 0 / var(--tw-bg-opacity, 1));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#0C1E4300\] {
  --tw-gradient-from: #0C1E4300 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 30 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ekonomihandboken-dark-blue {
  --tw-gradient-from: #131313 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 19 19 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-play-dark-gradient-2 {
  --tw-gradient-from: #222222 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 34 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-play-red {
  --tw-gradient-from: #CC3333 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 51 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\% {
  --tw-gradient-from-position: 0%;
}
.from-20\% {
  --tw-gradient-from-position: 20%;
}
.from-50\% {
  --tw-gradient-from-position: 50%;
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0C1E43\] {
  --tw-gradient-to: #0C1E43 var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-ekonomihandboken-blue {
  --tw-gradient-to: #25478C var(--tw-gradient-to-position);
}
.to-ekonomihandboken-dark-blue {
  --tw-gradient-to: #131313 var(--tw-gradient-to-position);
}
.to-play-black {
  --tw-gradient-to: #232323 var(--tw-gradient-to-position);
}
.to-play-dark-gradient-1 {
  --tw-gradient-to: #101010 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.to-60\% {
  --tw-gradient-to-position: 60%;
}
.to-85\% {
  --tw-gradient-to-position: 85%;
}
.to-90\% {
  --tw-gradient-to-position: 90%;
}
.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.fill-black {
  fill: #000;
}
.fill-white {
  fill: #fff;
}
.stroke-black {
  stroke: #000;
}
.stroke-ekonomihandboken-light-blue {
  stroke: #D7EDF2;
}
.stroke-play-gray {
  stroke: #F4F4F2;
}
.stroke-white {
  stroke: #fff;
}
.stroke-\[1rem\] {
  stroke-width: 1rem;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[15\%\] {
  padding-left: 15%;
  padding-right: 15%;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-franklin-gothic {
  font-family: Franklin Gothic;
}
.font-sans {
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: Source Serif Pro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-stag-serif {
  font-family: Stag Serif;
}
.font-stag-stencil {
  font-family: Stag Stencil;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xs {
  font-size: .75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2rem;
}
.text-5xl {
  font-size: 2.25rem;
}
.text-7xl {
  font-size: 4rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.3125rem;
}
.text-xs {
  font-size: .8125rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.4;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.leading-tighter {
  line-height: 1.1667;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#339966\] {
  --tw-text-opacity: 1;
  color: rgb(51 153 102 / var(--tw-text-opacity, 1));
}
.text-\[\#989894\] {
  --tw-text-opacity: 1;
  color: rgb(152 152 148 / var(--tw-text-opacity, 1));
}
.text-\[\#CC3333\] {
  --tw-text-opacity: 1;
  color: rgb(204 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#EB7F0C\] {
  --tw-text-opacity: 1;
  color: rgb(235 127 12 / var(--tw-text-opacity, 1));
}
.text-\[rgb\(0\2c 101\2c 92\)\] {
  --tw-text-opacity: 1;
  color: rgb(0 101 92 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-ekonomihandboken-blue {
  --tw-text-opacity: 1;
  color: rgb(37 71 140 / var(--tw-text-opacity, 1));
}
.text-ekonomihandboken-light-blue {
  --tw-text-opacity: 1;
  color: rgb(215 237 242 / var(--tw-text-opacity, 1));
}
.text-ekonomihandboken-red {
  --tw-text-opacity: 1;
  color: rgb(215 53 64 / var(--tw-text-opacity, 1));
}
.text-etc-nyhetsmagasin {
  --tw-text-opacity: 1;
  color: rgb(0 101 92 / var(--tw-text-opacity, 1));
}
.text-etc-play {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.text-gray-850 {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(133 177 71 / var(--tw-text-opacity, 1));
}
.text-kloka-hem {
  --tw-text-opacity: 1;
  color: rgb(242 126 47 / var(--tw-text-opacity, 1));
}
.text-pink-culture {
  --tw-text-opacity: 1;
  color: rgb(227 13 125 / var(--tw-text-opacity, 1));
}
.text-play-border-gray {
  --tw-text-opacity: 1;
  color: rgb(152 152 148 / var(--tw-text-opacity, 1));
}
.text-play-dark-gradient-2 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-play-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(227 227 225 / var(--tw-text-opacity, 1));
}
.text-play-gray {
  --tw-text-opacity: 1;
  color: rgb(244 244 242 / var(--tw-text-opacity, 1));
}
.text-play-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 231 65 / var(--tw-text-opacity, 1));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(99 61 109 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
}
.text-red-news {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
}
.text-section-ekonomi {
  --tw-text-opacity: 1;
  color: rgb(40 161 186 / var(--tw-text-opacity, 1));
}
.text-section-klimat-miljo {
  --tw-text-opacity: 1;
  color: rgb(119 181 45 / var(--tw-text-opacity, 1));
}
.text-section-kultur-noje {
  --tw-text-opacity: 1;
  color: rgb(227 13 125 / var(--tw-text-opacity, 1));
}
.text-section-nyheter {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
}
.text-skin-accent {
  --tw-text-opacity: 1;
  color: rgba(var(--color-accent), var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(251 219 103 / var(--tw-text-opacity, 1));
}
.text-yellow-extra {
  --tw-text-opacity: 1;
  color: rgb(254 223 0 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-ekonomihandboken-light-blue {
  text-decoration-color: #D7EDF2;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 159 159 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 159 159 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-popup {
  --tw-drop-shadow: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
  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);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-2xs {
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xs {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-saturate-85 {
  --tw-backdrop-saturate: saturate(.85);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[bottom\] {
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[800ms\] {
  transition-duration: 800ms;
}
@layer icons.base {

  .ph {
    --ph-url: none;
    width: 1em;
    height: 1em;
    background-color: currentcolor;
    color: inherit;
    -webkit-mask-image: var(--ph-url);
            mask-image: var(--ph-url);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }

  .ph:is(span,i) {
    display: inline-block;
  }
}
@layer icons {

  .ph-\[corners-out--fill\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik05My42NiwyMDIuMzRBOCw4LDAsMCwxLDg4LDIxNkg0OGE4LDgsMCwwLDEtOC04VjE2OGE4LDgsMCwwLDEsMTMuNjYtNS42NlpNODgsNDBINDhhOCw4LDAsMCwwLTgsOFY4OGE4LDgsMCwwLDAsMTMuNjYsNS42Nmw0MC00MEE4LDgsMCwwLDAsODgsNDBaTTIxMS4wNiwxNjAuNjFhOCw4LDAsMCwwLTguNzIsMS43M2wtNDAsNDBBOCw4LDAsMCwwLDE2OCwyMTZoNDBhOCw4LDAsMCwwLDgtOFYxNjhBOCw4LDAsMCwwLDIxMS4wNiwxNjAuNjFaTTIwOCw0MEgxNjhhOCw4LDAsMCwwLTUuNjYsMTMuNjZsNDAsNDBBOCw4LDAsMCwwLDIxNiw4OFY0OEE4LDgsMCwwLDAsMjA4LDQwWiIvPjwvc3ZnPg==);
  }

  .ph-\[pause--fill\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yMTYsNDhWMjA4YTE2LDE2LDAsMCwxLTE2LDE2SDE2MGExNiwxNiwwLDAsMS0xNi0xNlY0OGExNiwxNiwwLDAsMSwxNi0xNmg0MEExNiwxNiwwLDAsMSwyMTYsNDhaTTk2LDMySDU2QTE2LDE2LDAsMCwwLDQwLDQ4VjIwOGExNiwxNiwwLDAsMCwxNiwxNkg5NmExNiwxNiwwLDAsMCwxNi0xNlY0OEExNiwxNiwwLDAsMCw5NiwzMloiLz48L3N2Zz4=);
  }

  .ph-\[play--fill\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yNDAsMTI4YTE1Ljc0LDE1Ljc0LDAsMCwxLTcuNiwxMy41MUw4OC4zMiwyMjkuNjVhMTYsMTYsMCwwLDEtMTYuMi4zQTE1Ljg2LDE1Ljg2LDAsMCwxLDY0LDIxNi4xM1YzOS44N2ExNS44NiwxNS44NiwwLDAsMSw4LjEyLTEzLjgyLDE2LDE2LDAsMCwxLDE2LjIuM0wyMzIuNCwxMTQuNDlBMTUuNzQsMTUuNzQsMCwwLDEsMjQwLDEyOFoiLz48L3N2Zz4=);
  }

  .ph-\[share-fat\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yMzcuNjYsMTA2LjM1bC04MC04MEE4LDgsMCwwLDAsMTQ0LDMyVjcyLjM1Yy0yNS45NCwyLjIyLTU0LjU5LDE0LjkyLTc4LjE2LDM0LjkxLTI4LjM4LDI0LjA4LTQ2LjA1LDU1LjExLTQ5Ljc2LDg3LjM3YTEyLDEyLDAsMCwwLDIwLjY4LDkuNThoMGMxMS0xMS43MSw1MC4xNC00OC43NCwxMDcuMjQtNTJWMTkyYTgsOCwwLDAsMCwxMy42Niw1LjY1bDgwLTgwQTgsOCwwLDAsMCwyMzcuNjYsMTA2LjM1Wk0xNjAsMTcyLjY5VjE0NGE4LDgsMCwwLDAtOC04Yy0yOC4wOCwwLTU1LjQzLDcuMzMtODEuMjksMjEuOGExOTYuMTcsMTk2LjE3LDAsMCwwLTM2LjU3LDI2LjUyYzUuOC0yMy44NCwyMC40Mi00Ni41MSw0Mi4wNS02NC44NkM5OS40MSw5OS43NywxMjcuNzUsODgsMTUyLDg4YTgsOCwwLDAsMCw4LThWNTEuMzJMMjIwLjY5LDExMloiLz48L3N2Zz4=);
  }

  .ph-\[speaker-simple-high--fill\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xNjgsMzJWMjI0YTgsOCwwLDAsMS0xMi45MSw2LjMxTDg1LjI1LDE3Nkg0MGExNiwxNiwwLDAsMS0xNi0xNlY5NkExNiwxNiwwLDAsMSw0MCw4MEg4NS4yNWw2OS44NC01NC4zMUE4LDgsMCwwLDEsMTY4LDMyWm0zMiw2NGE4LDgsMCwwLDAtOCw4djQ4YTgsOCwwLDAsMCwxNiwwVjEwNEE4LDgsMCwwLDAsMjAwLDk2Wm0zMi0xNmE4LDgsMCwwLDAtOCw4djgwYTgsOCwwLDAsMCwxNiwwVjg4QTgsOCwwLDAsMCwyMzIsODBaIi8+PC9zdmc+);
  }

  .ph-\[speaker-simple-x--fill\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xNjMuNTIsMjQuODFhOCw4LDAsMCwwLTguNDMuODhMODUuMjUsODBINDBBMTYsMTYsMCwwLDAsMjQsOTZ2NjRhMTYsMTYsMCwwLDAsMTYsMTZIODUuMjVsNjkuODQsNTQuMzFBNy45NCw3Ljk0LDAsMCwwLDE2MCwyMzJhOCw4LDAsMCwwLDgtOFYzMkE4LDgsMCwwLDAsMTYzLjUyLDI0LjgxWiIvPjxwYXRoIGQ9Ik0yMzUuMzEsMTI4bDE4LjM1LTE4LjM0YTgsOCwwLDAsMC0xMS4zMi0xMS4zMkwyMjQsMTE2LjY5LDIwNS42Niw5OC4zNGE4LDgsMCwwLDAtMTEuMzIsMTEuMzJMMjEyLjY5LDEyOGwtMTguMzUsMTguMzRhOCw4LDAsMCwwLDExLjMyLDExLjMyTDIyNCwxMzkuMzFsMTguMzQsMTguMzVhOCw4LDAsMCwwLDExLjMyLTExLjMyWiIvPjwvc3ZnPg==);
  }

  .ph-\[spotify-logo\] {
    --ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xMjgsMjRBMTA0LDEwNCwwLDEsMCwyMzIsMTI4LDEwNC4xMSwxMDQuMTEsMCwwLDAsMTI4LDI0Wm0wLDE5MmE4OCw4OCwwLDEsMSw4OC04OEE4OC4xLDg4LjEsMCwwLDEsMTI4LDIxNlptMzEuMDctNDYuMjZhOCw4LDAsMCwxLTEwLjgxLDMuMzMsNDIuNzksNDIuNzksMCwwLDAtNDAuNTIsMCw4LDgsMCwwLDEtNy40OC0xNC4xNCw1OS4zMyw1OS4zMywwLDAsMSw1NS40OCwwQTgsOCwwLDAsMSwxNTkuMDcsMTY5Ljc0Wm0zMi01NmE4LDgsMCwwLDEtMTAuODMsMy4yOSwxMTAuNjIsMTEwLjYyLDAsMCwwLTEwNC40NiwwLDgsOCwwLDAsMS03LjU0LTE0LjEyLDEyNi42NywxMjYuNjcsMCwwLDEsMTE5LjU0LDBBOCw4LDAsMCwxLDE5MS4wNiwxMTMuNzZabS0xNiwyOGE4LDgsMCwwLDEtMTAuODIsMy4zLDc3LDc3LDAsMCwwLTcyLjQ4LDAsOCw4LDAsMCwxLTcuNTItMTQuMTIsOTMsOTMsMCwwLDEsODcuNTIsMEE4LDgsMCwwLDEsMTc1LjA2LDE0MS43NloiLz48L3N2Zz4=);
  }
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.hyphens-manual {
    -webkit-hyphens: manual;
            hyphens: manual;
  }
/**
Hyphenate words that are 12 characters or longer and 
ensure that there are 5 characters on each side of the hyphenation.
**/
.hyphens-lg {
    -webkit-hyphenate-limit-before: 5;
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphenate-limit-chars: 12 5 5;
    -webkit-hyphenate-limit-lines: 1;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 15%;

    -moz-hyphenate-limit-chars: 12 5 5;
    -moz-hyphenate-limit-lines: 1;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 15%;

    -ms-hyphenate-limit-chars: 12 5 5;
    -ms-hyphenate-limit-lines: 1;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 15%;

    hyphenate-limit-chars: 12 5 5;
    hyphenate-limit-lines: 1;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 15%;
  }
.etc-shadow-lg {
    box-shadow: 0 4px 12px hsla(0, 0%, 0%, 0.12) /* Ambient light shadow */,
      0 14px 24px hsla(0, 0%, 0%, 0.16) /* Direct light shadow */;
  }
/* Determine over which columns the entry should span */
.entry-grid-main {
    grid-column: 1;
  }
.entry-grid-main-full {
    grid-column: 1 / -1;
  }
.font-condensed {
    font-stretch: extra-condensed;
  }
.turbo-progress-bar {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-accent), var(--tw-bg-opacity, 1));
}
.icon-angle-down {
  background-image: url(9e35832c063d093c3b6b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bg-gradient-dark {
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0, #000000 0%, #00000000 50%) 0% 0%;
}
.bg-gradient-white {
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.h-stretch {
  height: 100vh;
  max-height: -moz-available;
  max-height: -webkit-fill-available;
  max-height: stretch;
}
.hover-trigger .hover-target {
  display: none;
}
.hover-trigger:hover .hover-target {
  display: block;
}
.py-etc-main {
  padding-top: 0.66667rem;
}
.px-etc-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
main a:hover h1 {
  opacity: 0.7;
}
@media (min-width: 850px) {
  .py-etc-main {
    padding-top: 1.1765rem;
  }

  .px-etc-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Progress bar for video */
:root {
  --youtube-red: #e30613;
}
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  width: 100%;
  height: 8.4px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
progress::-webkit-progress-bar {
  background-color: #474545;
  border-radius: 2px;
}
progress::-webkit-progress-value {
  background: var(--youtube-red);
  border-radius: 2px;
}
progress::-moz-progress-bar {
  border: 1px solid var(--youtube-red);
  background: var(--youtube-red);
}
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8.4px;
  background: transparent;
  cursor: pointer;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: var(--youtube-red);
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
input[type=range].volume {
  height: 5px;
  background-color: #fff;
}
input[type=range].volume::-webkit-slider-runnable-track {
  background-color: transparent;
}
input[type=range].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 14px;
  width: 14px;
  background: #fff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 1.3px;
}
input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid var(--youtube-red);
  background: var(--youtube-red);
  cursor: pointer;
  margin-top: 5px;
}
input[type=range]:focus::-moz-range-track {
  outline: none;
}
input[type=range].volume::-moz-range-thumb {
  border: 1px solid #fff;
  background: #fff;
}
.fading {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.article-lead-wrapper p {
  margin-top: 1em;
}
.article-lead-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.article-lead-wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.article-lead-wrapper p:first-child {
  display: inline;
  margin-top: 0em;
}
.article-factbox .factbox-body {
  position: relative;
  overflow: hidden;
  max-height: 8rem;
}
.article-factbox .factbox-body::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(237, 237, 237);
  background: linear-gradient(
    0deg,
    rgba(237, 237, 237, 1) 15%,
    rgba(255, 255, 255, 0) 90%
  );
}
/* speech bubble "notch" black border */
.popup::before {
  position: absolute;
  bottom: -16px;
  right: 10px;
  display: block;
  width: 0px;
  border-width: 15px;
  border-bottom-width: 0px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 850px) {

  .popup::before {
    right: 18px;
  }
}
/* speech bubble "notch" */
.popup::after {
  position: absolute;
  bottom: -15px;
  right: 10px;
  display: block;
  width: 0px;
  border-width: 15px;
  border-bottom-width: 0px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 850px) {

  .popup::after {
    right: 18px;
  }
}
.article-factbox input#factbox-toggle:checked ~ .factbox-body {
  max-height: none;
  padding-bottom: 0;
}
.article-factbox input#factbox-toggle:checked ~ .factbox-body::after {
  content: none;
}
.article-factbox .icon-angle-down {
  transition: 0.3s transform ease-in-out;
}
.article-factbox input#factbox-toggle:checked ~ label .icon-angle-down {
  transform: rotate(180deg);
}
.article-factbox input#factbox-toggle:checked ~ .checked\:relative {
  position: relative !important;
}
/* Show faded info, e.g. for comments */
input.show-more-toggle:checked ~ .show-more-body {
  max-height: none;
}
input.show-more-toggle:checked ~ .show-more-body .body-fader {
  display: none;
}
input.show-more-toggle ~ label .icon-angle-down img {
  transition: 0.3s transform ease-in-out;
}
input.show-more-toggle:checked ~ label .icon-angle-down img {
  transform: rotate(180deg);
}
input.show-more-toggle:checked ~ label .hide-comments-text {
  display: inline-block;
}
input.show-more-toggle:checked ~ label .show-comments-text {
  display: none;
}
.article-factbox ul {
  list-style: none;
}
.article-factbox li {
  margin-bottom: 0.5rem;
}
.article-factbox li::before {
  content: "•";
  margin-right: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));

  width: 1em;
  margin-left: -0.7em;
}
/* Factbox for writeup articles which moves the image to the right*/
.writeup-factbox {
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* Make the implicit rows 0 or auto in height */
  grid-auto-rows: minmax(0, auto);
  padding-bottom: 1em;
}
.writeup-factbox * {
  grid-column-start: 1;
}
.writeup-factbox figure {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-self: end;
  align-self: start;
  max-width: 120px;
  max-height: 300px;
  /* max-height: 60px; */
  /* Here we would like "grid-row: 1 / -1" but that works only for explicit rows */
  grid-row: 1 / 100;
  grid-column: 2;
}
.writeup-factbox h2 {
  margin-bottom: 0;
  font-size: 1em;
}
.writeup-factbox p {
  margin-top: 0;
  margin-bottom: 0;
}
.writeup-factbox figure img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 1em;
}
.writeup-factbox figure figcaption {
  display: none;
}
/* Info box for recipie which moves the image to the right*/
.recipe-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* Make the implicit rows 0 or auto in height */
  grid-auto-rows: minmax(0, auto);
}
@media (min-width: 850px) {
  .recipe-info {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.recipe-info * {
  grid-column-start: 2;
}
.recipe-info figure {
  margin-right: 1rem;
  max-height: 20rem;
  margin-top: 0;
  /* Here we would like "grid-row: 1 / -1" but that works only for explicit rows */
  grid-row: 1 / 100;
  grid-column: 1;
}
.recipe-info figure figcaption {
  display: none;
}
.recipe-instruction figure {
  display: none;
}
.recipe-ingredients {
  --tw-prose-bullets: #e30613;
}
.etc-figcaption {
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  color: rgb(36 36 36 / var(--tw-text-opacity));
}
.etc-figcaption-credit {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.prose-feature figure img + figcaption,
.prose-feature figure video + figcaption,
.prose-article figure img + figcaption,
.prose-article figure video + figcaption {
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  color: rgb(36 36 36 / var(--tw-text-opacity));
}
figure img + figcaption span,
figure video + figcaption span {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.prose-article figure figcaption figure img + figcaption span,
.prose-feature figure figcaption figure img + figcaption span,
.prose-article div figcaption figure img + figcaption span,
.prose-feature div figcaption figure img + figcaption span,.prose-article figure figcaption 
figure video + figcaption span,
.prose-feature figure figcaption 
figure video + figcaption span,
.prose-article div figcaption 
figure video + figcaption span,
.prose-feature div figcaption 
figure video + figcaption span {
  margin-top: 0.25rem;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
/* Story Special Section! */
.prose.prose-special {
  max-width: unset;
}
.prose-special h4 {
  text-align: center;
}
.story-lead p {
  margin-bottom: 0.8rem;
}
/* Make embeds fill the width of the viewport */
.prose-special .embed-block {
  margin-left: -1rem;
  margin-right: -1rem;
}
/* Reset margins */
img.parallax-styling {
  margin: 0;
}
@media (min-width: 850px) {
  .article-with-sidebar-grid-template {
    grid-template-columns: 1fr;
  }

  .prose-special .embed-block {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1100px) {
  .article-with-sidebar-grid-template {
    grid-template-columns: 1fr 250px;
  }
}
/* targets the audio container when main article has div with feature or story class */
main:has(article):has(.etc-feature, .etc-story)
  ~ #sticky-audio-player
  .etc-main-audio-container,
main:has(.etc-theme-main .etc-theme-section, .etc-theme-part)
  ~ #sticky-audio-player
  .etc-main-audio-container {
  /* remove grid and do full width to let inner margin   centering */
}
@media (min-width: 850px) {

  main:has(article):has(.etc-feature, .etc-story)
  ~ #sticky-audio-player
  .etc-main-audio-container,
main:has(.etc-theme-main .etc-theme-section, .etc-theme-part)
  ~ #sticky-audio-player
  .etc-main-audio-container {
    display: flex;
    width: 100%;
  }
}
/* targets the audio component when main article has div with feature or story class */
main:has(article):has(.etc-feature, .etc-story)
  ~ #sticky-audio-player
  .etc-main-audio,
main:has(.etc-theme-main .etc-theme-section, .etc-theme-part)
  ~ #sticky-audio-player
  .etc-main-audio {
  /* center margins with same padding as story and feature text col and grow to cover full width */
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.prose-feature figure {
  margin-left: -1rem;
  margin-right: -1rem;
}
.prose-feature figure img,
.prose-feature figure video {
  width: 100%;
}
@media (min-width: 850px) {
  .prose-feature figure {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .prose-feature figure img,
  .prose-feature figure video {
    width: 100%;
  }
}
/* Common figcaption styling for all article types */
.prose-article figure figcaption,
.prose-feature figure figcaption,
.prose-article div figcaption,
.prose-feature div figcaption {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.prose-article figure figcaption .etc-figcaption-credit,
.prose-feature figure figcaption .etc-figcaption-credit,
.prose-article div figcaption .etc-figcaption-credit,
.prose-feature div figcaption .etc-figcaption-credit {
  margin-top: 0.25rem;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
/* Story Special Section specific styles */
.prose-special figure {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 850px) {
  .prose-special figure {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.rotate-270 {
  transform: rotate(270deg);
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.rotate-270 {
  transform: rotate(270deg);
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.teaser-section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.teaser-section::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, #ffffff 0%, #ffffff00 80%) 0% 0%;
}
.keyword-page-header p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.keyword-page-header h2 {
  font-family: Stag Serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.keyword-page-header a {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.keyword-page-header a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
/* Since we use postcss we use @import "tailwindcss/base"; instead of @tailwind base;
This is done in style.css and is not needed to do here

Read more:

https://tailwindcss.com/docs/installation
https://tailwindcss.com/docs/adding-new-utilities.

*/
@media (min-width: 850px) {
  .etc-outer-grid {
    grid-template-columns: 1fr;
  }
  .etc-inner-grid {
    grid-template-columns: 1fr 300px;
  }
}
@media (min-width: 1100px) {
  .etc-outer-grid {
    grid-template-columns: 1fr 250px;
  }
  .etc-inner-grid {
    grid-template-columns: 1fr 300px;
  }
}
.entry-opinion {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: min-content 1fr;
  grid-template-areas:
    "title title"
    "lead byline";
}
/* Override to single column when there is no author image */
.entry-opinion.no-author-picture {
  grid-template-columns: 1fr;
}
.px-entry {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-entry-vignette {
  padding-bottom: 0.667rem;
  padding-top: 1rem;
}
.entry-heading {
  line-height: 1.0667;
  font-size: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: Stag Serif;
  font-weight: 600;
    -webkit-hyphens: manual;
            hyphens: manual;
}
.entry-heading-extra {
  line-height: 0.93333;
  font-size: 3.3rem;
  letter-spacing: -0.3px;
  font-family: Franklin Gothic;
  text-transform: uppercase;
    font-stretch: extra-condensed;
}
.entry-heading-opinion {
  line-height: 1.0667;
  font-size: 2rem;
  font-family: Stag Serif;
  font-weight: 300;
  font-style: italic;
}
.entry-heading-related-opinion {
  line-height: 1.136;
  font-size: 1.4667rem;
  font-family: Stag Serif;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 850px) {
  .entry-opinion {
    grid-template-areas:
      "title byline"
      "lead byline";
  }

  .px-entry {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .py-entry-vignette {
    padding-top: 1.176rem;
    padding-bottom: 0.58rem;
  }

  .entry-heading {
    line-height: 1.077;
    font-size: 3.059rem;
    padding-right: 4rem;
  }

  .entry-heading-extra {
    line-height: 0.89;
    font-size: 4.82rem;
    letter-spacing: -0.41px;
  }

  .entry-heading-opinion {
    line-height: 1.125;
    font-size: 1.88rem;
  }

  .entry-heading-related-opinion {
    line-height: 1.125;
    font-size: 1.88rem;
    font-family: Stag Serif;
    font-weight: 300;
    font-style: italic;
  }
}
.premium-heading {
  font-family: Stag Serif;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.25;
}
.premium-heading-opinion {
  font-weight: 300;
  font-style: italic;
}
.shadow-when-stuck.stuck {
  box-shadow: 0 2px 3px hsla(0, 0%, 0%, 0.12), 0 3px 6px hsla(0, 0%, 0%, 0.14);
}
.hidden-when-stuck.stuck,
.stuck .hidden-when-stuck {
  display: none;
}
.block-when-stuck.stuck,
.stuck .block-when-stuck {
  display: block;
}
.header-navigation ul {
  display: flex;
  height: 100%;
}
.header-navigation ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.header-navigation ul li {
  height: 100%;
}
.header-navigation ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom-width: 4px;
  border-color: rgba(var(--color-accent), var(--tw-border-opacity, 1));
  --tw-border-opacity: 0;
}
.header-navigation ul li a[href="/ekonomi"] {
  border-color: rgb(40 161 186 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0;
}
.header-navigation ul li a[href="/klimat-miljo"] {
  border-color: rgb(119 181 45 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0;
}
.header-navigation ul li a[href="/kultur-noje"] {
  border-color: rgb(227 13 125 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0;
}
.header-navigation ul li a:hover,
.header-navigation ul li.current a {
  --tw-border-opacity: 1;
}
.logo img {
  transition: 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.header-mobile {
  display: grid;
  grid-template-columns: 90px minmax(0.667rem, 1fr) minmax(max-content, 25rem);
  grid-template-areas: "logo . content";
  transition: 0.2s ease-out;
}
.header-mobile .logo img {
  width: 90px;
}
.header-mobile.stuck .logo img {
  width: 60px;
}
.header-desktop {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 103px 1fr;
  grid-template-areas: "logo content";
  transition: 0.2s ease-out;
}
.header-desktop .logo img {
  width: 103px;
}
.header-desktop.stuck .logo img {
  width: 60px;
}
/* When the top banner ad is user, the ad_show_sometimes_controller will add the pushed-down class to these */
#header-mobile-logo.pushed-down, #header-tablet-logo.pushed-down, #header-mobile-menu.pushed-down, #header-tablet-menu.pushed-down {
  transition: top 0.8s;
}
/* Here we push down. It should actually be 60px but due to a rendering bug for chromium we get a gap */
#header-mobile-logo.pushed-down, #header-tablet-logo.pushed-down, #header-mobile-menu.pushed-down, #header-tablet-menu.pushed-down {
  top: 59px;
}
#top-banner {
  transition: height 0.8s;
}
#top-banner.show-me {
  height: 60px;
}
.header-desktop-subgrid {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-areas: "left . right";
}
.ethical-ad img {
  width: 100%;
}
.ethical-ad {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ethical-ad a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ethical-ad a figure {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ethical-ad a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ethical-ad a figure figcaption {
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: .6rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 850px) {

  .ethical-ad a figure figcaption {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.white-padded-ad-container div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.article-ad-container div {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.takeover-container img {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.etc-banner-top .ethical-ad a {
  text-decoration: none;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(227, 6, 19, 1);
  border-color: rgba(227, 6, 19, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  white-space: nowrap;
  display: block;
  margin-left: 1em;
}
.etc-banner-top .ethical-ad {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.popup-ad {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-ad > .popup-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (min-width: 850px) {

  .popup-ad > .popup-content {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.popup-ad > .popup-content > .popup-text {
  margin-bottom: 1rem;
}
@media (min-width: 850px) {

  .popup-ad > .popup-content > .popup-text {
    flex-shrink: 0;
    flex-basis: 24rem;
  }
}
.popup-ad > .popup-content > .popup-text > .popup-heading {
  margin-bottom: 1rem;
  font-family: Stag Serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph {
  color: #000;
  max-width: 65ch;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #e30613;
  text-decoration: none;
  font-weight: 500;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #000;
  text-decoration: underline;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 300;
  font-style: normal;
  color: #e30613;
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border: none;
  padding-left: 0;
  padding-right: 2em;
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: Stag Serif;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h1):not(:where([class~="not-prose"],[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;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2):not(:where([class~="not-prose"],[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;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  font-family: Source Serif Pro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(pre code):not(:where([class~="not-prose"],[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;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
  padding-left: 0;
  margin: 1em 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
  font-family: Libre Franklin, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.8666667em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1em;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.popup-ad > .popup-content > .popup-text > .popup-text-paragraph.prose-special {
  max-width: unset;
}
.popup-ad > .popup-content > .popup-image-container {
  flex-grow: 1;
  align-self: center;
}
.popup-ad > .popup-content > .popup-image-container img {
  width: 100%;
}
.popup-ad > .popup-buttons {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  align-items: stretch;
  gap: 0.5rem;
}
.popup-ad > .popup-buttons > .popup-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 850px) {

  .popup-ad > .popup-buttons > .popup-button {
    flex-grow: 0;
  }
}
.popup-ad > .popup-buttons > .popup-button {
  cursor: pointer;
}
.popup-ad > .popup-buttons > .popup-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.popup-ad > .popup-buttons > .popup-button:focus {
  outline-style: solid;
  outline-color: #000;
}
.popup-ad > .popup-buttons > .popup-button:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.popup-ad > .popup-buttons > .popup-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.popup-ad > .popup-buttons > .popup-accept {
  --tw-border-opacity: 1;
  border-color: rgb(133 177 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(133 177 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.popup-ad > .popup-buttons > .popup-accept:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(133 177 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(133 177 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.popup-ad > .popup-buttons > .popup-decline {
  --tw-border-opacity: 1;
  border-color: rgb(133 177 71 / var(--tw-border-opacity, 1));
}
.popup-ad > .popup-buttons > .popup-decline:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(133 177 71 / var(--tw-border-opacity, 1));
}
.pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: .8125rem;
}
.pagination .disabled {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}
.pagination a {
  box-sizing: content-box;
  display: block;
  border-bottom-width: 4px;
  border-color: rgb(227 6 19 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0;
}
.pagination a:hover {
  --tw-border-opacity: 1;
}
.pagination a.active {
  --tw-border-opacity: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 600;
}
.button-clicked {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
  opacity: 0.75;
}
.button-clicked:disabled {
  opacity: 0.75;
}
.hide {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
}
.pop {
  transition: opacity 2s;
}
/**

When we use the privacy_friendly_embeds extension it will transform an iframe tag to:

<div class="embed">
  <iframe class="embed__element" data-src="https://vimeo.com/123"></iframe>
  <form class="embed__notice">
    <div class="embed__notice__wrapper">
      <div class="embed-symbol"></div>
      <p>Info text</p>
      <button>Button text</button>
      <button>Button text</button>
    </div>
  </form>
</div>

*/
blockquote.twitter-tweet {
  display: none;
}
/* Either the iframe will show or the notice will show */
.embed__element:not([src]) {
  display: none;
}
.embed__element[src] + .embed__notice {
  display: none;
}
/* Little hack to be responsive. Only needed for iframes, not for scripts */
.embed-iframe::before {
  display: block;
  content: '';
  padding-bottom: 56.25%;
  width: 0;
  height: 0;
}
.embed {
  display: flex;
}
form.embed__notice {
  background-image: url(b07a9efb74c8a1219126.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  align-items: center;
}
.embed-vimeo form.embed__notice {
  background-image: url(bc8fa5cee67b721e71f6.jpg);
}
.embed-youtube form.embed__notice {
  background-image: url(d47bd7218f060eab4eef.jpg);
}
.embed-twitter form.embed__notice {
  background-image: url(f1574018657789e739c6.jpg);
}
.embed__notice__wrapper {
  font-family: Libre Franklin, 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: small;
  height: 100%;
  width: 80%;

  background-color: rgba(0, 0, 0, 0.6);
  padding: 2em;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .embed__notice__wrapper {
    width: 55%;
    font-size: medium;
  }
}
.embed-symbol {
  background-image: url(2e2eede71442428a2614.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 35px;
  width: 35px;
  margin-top: 1em;
}
.embed__notice button {
  width: inherit;
  font-size: small;
  padding: 0.5rem 1rem;
  margin-right: 1em;
  margin-bottom: 1em;
  background-color:#CC3129;
  
  border: none;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
}
/* For cookies page */
button.remove-domain {
  padding: 0.2rem 0.5rem;
  margin-left: 1em;
  background-color: rgb(119, 181, 45);

  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 9999px;
}
button.remove-domain:hover {
  background-color: black;
}
/* Landing page overrides */
.embed-block #puzzle-portal .portal-main .game-section {
  background-color: transparent;
}
.embed-block #puzzle-portal .portal-main .game-section .game-section-inner {
  padding: 1.5rem;
  margin: none;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}
#puzzle-portal .portal-main .game-section h2 {
  font-family: "Libre Franklin";
  font-weight: 700;
  font-size: 1.75rem;
  /* TODO would like to embed tailwind styles */
  color: rgb(97 97 97);
}
#puzzle-portal .portal-main .powered-section-inner {
  margin: 0;
  max-width: unset;
}
#puzzle-portal .powered-section .powered-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
}
#puzzle-portal .powered-section .powered-card .powered-card__more-puzzles {
  /* Magic number from third party */
  margin-left: 1.6em;
}
@media screen and (max-width: 750px) {
  #puzzle-portal .powered-section .powered-card .powered-card__more-puzzles {
    /* Magic number from third party */
    margin-left: 1.2em;
  }
}
#puzzle-portal .portal-main .card {
  box-shadow: none;
}
/* Game page overrides */
#puzzle-portal #puzzle-header .puzzle-header__title {
  font-family: "Libre Franklin";
  font-weight: 700;
  font-size: 1.25rem;
}
/* Hide the logo. Yes important is horrible but quite effective */
section.powered-section {
  display: none !important;
}
:root {
  --color-black: black;
  --color-white: white;
  --color-play-red: #cc3333;
  --color-buffer-gray: rgba(156, 163, 175, 0.5);
}
:fullscreen .fullscreen\:scale-150 {
  transform: scale(1.5);
}
::backdrop {
  background-color: var(--color-black);
}
.video-container:fullscreen video {
  height: 100vh;
  width: 100vw;
}
/* Video progress bar styles */
.video-progress,
.video-buffer-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 9999px;
}
/* Buffer progress styles */
.video-buffer-progress::-webkit-progress-bar {
  background-color: transparent;
  border: none;
}
.video-buffer-progress::-webkit-progress-value {
  background-color: var(--color-buffer-gray);
  border-radius: 9999px;
  border: none;
}
.video-buffer-progress::-moz-progress-bar {
  background-color: var(--color-buffer-gray);
  border-radius: 9999px;
  border: none;
}
.video-buffer-progress {
  border: none;
}
/* Playback progress styles */
.video-progress::-webkit-progress-bar {
  background-color: transparent;
}
.video-progress::-webkit-progress-value {
  background-color: var(--color-play-red);
  border-radius: 9999px;
}
.video-progress::-moz-progress-bar {
  background-color: var(--color-play-red);
  border-radius: 9999px;
}
.font-box {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  margin-left: 0.2em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
strong {
  font-weight: 600;
}
html {
  font-size: 15px;
  line-height: 1.47;
}
@media (min-width: 850px) {
  html {
    font-size: 17px;
  }
}
:root {
  --color-accent: 0, 0, 0;
}
.theme-etc {
  --color-accent: 227, 6, 19;
}
.theme-kloka-hem {
  --color-accent: 99, 61, 109;
}
@media (min-width: 850px) {

  .tablet\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

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

  .tablet\:prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .tablet\:prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.1111111em;
  }

  .tablet\:prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

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

  .tablet\:prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .tablet\:prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

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

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

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

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

  .tablet\:prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8571429em;
    border-radius: 0.3125rem;
    padding-top: 0.1428571em;
    padding-inline-end: 0.3571429em;
    padding-bottom: 0.1428571em;
    padding-inline-start: 0.3571429em;
  }

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

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

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

  .tablet\:prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }

  .tablet\:prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-inline-start: 1.5714286em;
  }

  .tablet\:prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-inline-start: 1.5714286em;
  }

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

  .tablet\:prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4285714em;
  }

  .tablet\:prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4285714em;
  }

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

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

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

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

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

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

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

  .tablet\:prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.1428571em;
  }

  .tablet\:prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.2857143em;
    padding-inline-start: 1.5714286em;
  }

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

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

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

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

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

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

  .tablet\:prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }

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

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

  .tablet\:prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.6666667em;
    padding-inline-end: 1em;
    padding-bottom: 0.6666667em;
    padding-inline-start: 1em;
  }

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

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

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

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

  .tablet\:prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

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

  .tablet\:prose-sm :where(.tablet\:prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {

  .desktop\:prose-base {
    font-size: 1rem;
    line-height: 1.75;
  }

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

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

  .desktop\:prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }

  .desktop\:prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .desktop\:prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .desktop\:prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .desktop\:prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

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

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

  .desktop\:prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .desktop\:prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }

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

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

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

  .desktop\:prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }

  .desktop\:prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

  .desktop\:prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }

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

  .desktop\:prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

  .desktop\:prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }

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

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

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

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

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

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

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

  .desktop\:prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .desktop\:prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }

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

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

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

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

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

  .desktop\:prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .desktop\:prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }

  .desktop\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .desktop\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .desktop\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }

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

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

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

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

  .desktop\:prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

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

  .desktop\:prose-base :where(.desktop\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.first\:pt-2:first-child {
  padding-top: 0.5rem;
}
.last\:pr-0:last-child {
  padding-right: 0px;
}
.checked\:relative:checked {
  position: relative;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:translate-y-0:focus {
  --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));
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline:focus {
  outline-style: solid;
}
.focus\:outline-black:focus {
  outline-color: #000;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f5f5f5;
}
.focus\:transition-transform:focus {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-black:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.disabled\:border-ekonomihandboken-blue:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(37 71 140 / var(--tw-border-opacity, 1));
}
.disabled\:border-ekonomihandboken-red:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(215 53 64 / var(--tw-border-opacity, 1));
}
.disabled\:border-gray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}
.disabled\:border-green-climate:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(119 181 45 / var(--tw-border-opacity, 1));
}
.disabled\:border-skin-accent:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-accent), var(--tw-border-opacity, 1));
}
.disabled\:border-white:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.disabled\:bg-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-ekonomihandboken-blue:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(37 71 140 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-ekonomihandboken-red:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(215 53 64 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-gray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-green-climate:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(119 181 45 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-skin-accent:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-accent), var(--tw-bg-opacity, 1));
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:text-black:disabled {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:outline-none:disabled {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:visited .group-visited\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:fill-white {
  fill: #fff;
}
.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}
.data-\[selected\=true\]\:border-black[data-selected="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.data-\[selected\=true\]\:bg-black[data-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.data-\[selected\=true\]\:text-white[data-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-ul\:list-inside :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-position: inside;
}
.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: disc;
}
.prose-ul\:p-0 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding: 0px;
}
html[data-turbo-native-app='true'] .turbo-native\:hidden {
  display: none;
}
html[data-logged-in='true'] .logged-in\:hidden {
  display: none;
}
html[data-logged-in='false'] .not-logged-in\:hidden {
  display: none;
}
.group[data-video-state-value='play'] .group-playing\:flex {
  display: flex;
}
.group[data-video-state-value='pause'] .group-paused\:pointer-events-auto {
  pointer-events: auto;
}
.group[data-video-state-value='pause'] .group-paused\:visible {
  visibility: visible;
}
.group[data-video-state-value='pause'] .group-paused\:flex {
  display: flex;
}
.group[data-video-state-value='pause'] .group-paused\:opacity-100 {
  opacity: 1;
}
.group[data-video-state-value='ended'] .group-ended\:flex {
  display: flex;
}
.group[data-video-state-value='ended'] .group-ended\:hidden {
  display: none;
}
.group[data-video-state-value='not-started'] .group-not-started\:pointer-events-auto {
  pointer-events: auto;
}
.group[data-video-state-value='not-started'] .group-not-started\:visible {
  visibility: visible;
}
.group[data-video-state-value='not-started'] .group-not-started\:flex {
  display: flex;
}
.group[data-video-state-value='not-started'] .group-not-started\:opacity-100 {
  opacity: 1;
}
.group[data-video-muted-value=true] .group-muted\:hidden {
  display: none;
}
.group[data-video-muted-value=false] .group-unmuted\:hidden {
  display: none;
}
.video-card-group:hover .video-card-group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.video-card-group:hover .video-card-group-hover\:underline {
  text-decoration-line: underline;
}
@media (min-width: 360px) {

  .mobile\:w-\[96\%\] {
    width: 96%;
  }

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

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

  .mobile\:p-4 {
    padding: 1rem;
  }

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

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

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

  html[data-logged-in='false'] .not-logged-in\:mobile\:block {
    display: block;
  }
}
@media (min-width: 640px) {

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

  .sm\:text-6xl {
    font-size: 3rem;
  }

  .sm\:text-7xl {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

  .md\:w-20 {
    width: 5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

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

  .md\:text-8xl {
    font-size: 5rem;
  }

  .md\:text-xl {
    font-size: 1.3125rem;
  }
}
@media (min-width: 850px) {

  .tablet\:relative {
    position: relative;
  }

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

  .tablet\:right-\[-3px\] {
    right: -3px;
  }

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

  .tablet\:top-\[-120px\] {
    top: -120px;
  }

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

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

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

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

  .tablet\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:mt-24 {
    margin-top: 6rem;
  }

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

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

  .tablet\:mt-\[1\.1765rem\] {
    margin-top: 1.1765rem;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

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

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

  .tablet\:min-h-\[30rem\] {
    min-height: 30rem;
  }

  .tablet\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

  .tablet\:w-52 {
    width: 13rem;
  }

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

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

  .tablet\:w-96 {
    width: 24rem;
  }

  .tablet\:w-\[48rem\] {
    width: 48rem;
  }

  .tablet\:w-\[70\%\] {
    width: 70%;
  }

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

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

  .tablet\:min-w-1\/3 {
    min-width: 33%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:gap-3\.5 {
    gap: 0.875rem;
  }

  .tablet\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

  .tablet\:border-l-2 {
    border-left-width: 2px;
  }

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

  .tablet\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  }

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

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

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

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

  .tablet\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:text-5xl {
    font-size: 2.25rem;
  }

  .tablet\:text-6xl {
    font-size: 3rem;
  }

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

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

  .tablet\:text-xs {
    font-size: .8125rem;
  }

  .tablet\:leading-\[3rem\] {
    line-height: 3rem;
  }

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

  .tablet\:opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1100px) {

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

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

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

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

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

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

  .desktop\:w-1\/3 {
    width: 33%;
  }

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

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

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

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

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

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

  .desktop\:pr-4 {
    padding-right: 1rem;
  }
  .desktop\:entry-grid-main-wide {
    grid-column: 1 / 3;
  }
}
@media (orientation: portrait) {

  .portrait\:block {
    display: block;
  }
}
@media (orientation: landscape) {

  .landscape\:block {
    display: block;
  }

  .landscape\:hidden {
    display: none;
  }

  .landscape\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}


/*# sourceMappingURL=index.accb83bca17a7776da80.css.map*/