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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
  .grid-left-right {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    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(fonts/libre-franklin-v7-latin-300.b670825346fee66d90c8cfc401cb1553.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 300;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-300italic.30917a57a94bc4d879f1de05d032b9e8.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-regular.6d32d8fc01a8ac5c7d323ca943df53ed.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 400;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-italic.0b723c8d94ba4d4b4fe3d8e325879525.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 500;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-500.8f823cdbefacceaf7349ac3ac6fd61ad.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 500;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-500italic.2766132c782eab8ac77b04d50551d7b8.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 600;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-600.839afc34e227e86031bc094707d9b469.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 600;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-600italic.94ef07af6c6223cc40002e49ac161087.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-700.71a94497145b899c864b93b737f677cc.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 700;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-700italic.bce7b6cd02ce4a46bd78161c94f34249.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 800;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-800.c441a7cd97c2fa44af591ae5ee855b1d.woff2)
        format("woff2");
  }

  @font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 800;
    src: local(""),
      url(fonts/libre-franklin-v7-latin-800italic.1e6c0edf7bb1f23bffbeaa7447160436.woff2)
        format("woff2");
  }

  /* End Libre Franklin */

  /* Source Serif */

  @font-face {
    font-family: "Source Serif Pro";
    src: url(fonts/source-serif-pro-v11-latin-regular.f3dfc059a6a61b9bee977063b66584a1.woff2);
    font-weight: 400;
  }

  @font-face {
    font-family: "Source Serif Pro";
    src: url(fonts/source-serif-pro-v11-latin-italic.94bfa474cf862f9c0077593c2f4c6c9f.woff2);
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: "Source Serif Pro";
    src: url(fonts/source-serif-pro-v11-latin-700.6678842686f1e56225724e86f9034f84.woff2);
    font-weight: 700;
  }

  @font-face {
    font-family: "Source Serif Pro";
    src: url(fonts/source-serif-pro-v11-latin-700italic.1bfad7131b6aa06b702c57ad4fe9e196.woff2);
    font-weight: 700;
    font-style: italic;
  }

  /* End Source Serif */

  /* Stag Serif */

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-thin.c95b4992caab1a86e96fdf152d3c7ceb.woff2);
    font-weight: 100;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-thin-italic.02403c39395e53bb080a89c61be3877b.woff2);
    font-weight: 100;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-light.777847e044588f04f3d19c9fe3aff57c.woff2);
    font-weight: 300;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-light-italic.b2a76172284b59877261ecadc46ec229.woff2);
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-regular.352cc6bddc063bcf4fe329f67e213dbc.woff2);
    font-weight: 400;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-regular-italic.e0011822d508910874beb11cad53cb10.woff2);
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-medium.297d19b8474dedf32542c750a0f63df5.woff2);
    font-weight: 500;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-medium-italic.6cfd0224555fbd999e557a0e9bfd1eaa.woff2);
    font-weight: 500;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-semibold.a7e904023bd81e90ef235f37e63f1780.woff2);
    font-weight: 600;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-semibold-italic.baa4a3fbb996ee748eda82a40259fa01.woff2);
    font-weight: 600;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-black.9ce8c3cfed0d365b9743ad6664d29c2a.woff2);
    font-weight: 900;
  }

  @font-face {
    font-family: "Stag Serif";
    src: url(fonts/stag-black-italic.fe954c8b0d455c0c9ef304fc106430fb.woff2);
    font-weight: 900;
    font-style: italic;
  }

  /* End Stag Serif */

  /* Stag Stencil */
  @font-face {
    font-family: "Stag Stencil";
    src: url(fonts/stag-stencil-light.d4184a53832eb91eafbb25514350b1e7.woff2);
    font-weight: 300;
  }

  @font-face {
    font-family: "Stag Stencil";
    src: url(fonts/stag-stencil-light-italic.15b46858a0b7e2d40efd88c25a807094.woff2);
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: "Stag Stencil";
    src: url(fonts/stag-stencil-bold.a7f84a67a2fa06f8c9fa6fd5d28182f6.woff2);
    font-weight: 700;
  }

  @font-face {
    font-family: "Stag Stencil";
    src: url(fonts/stag-stencil-bold-italic.99f95a1ab5e270ab7628e70483ab6bb8.woff2);
    font-weight: 700;
    font-style: italic;
  }

  /* End Stag Stencil */

  @font-face {
    font-family: "Franklin Gothic";
    src: url(fonts/franklin-gothic-std-extra-cond.d3732c838877f7f48f427e9e19536f48.woff2);
    font-stretch: extra-condensed;
  }
.container {
  width: 100%;
}
@media (min-width: 370px) {

  .container {
    max-width: 370px;
  }
}
@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([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose a {
  color: #e30613;
  text-decoration: none;
  font-weight: 500;
}
:where(.prose a:hover):not(:where([class~="not-prose"] *)) {
  color: #000;
  text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 300;
  font-style: normal;
  color: #e30613;
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 0;
  border: none;
  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"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
  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";
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  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";
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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));
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity));
  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));
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@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;
  }

  .article-heading-opinion {
    line-height: 1.077;
  }
}
.prose-article {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-article :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-article :where([class~="lead"]):not(:where([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"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 0;
  margin: 1em 0;
}
.prose-article :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-article :where(h2):not(:where([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"] *)) {
  font-size: 1em;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-article :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-article :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-article :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-article :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-article :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-article :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-article :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-article :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}
.prose-article :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.6em;
}
.prose-article :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.6em;
}
.prose-article :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-article :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-article :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-article > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-article > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-article > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-article > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-article > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-article :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-article :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-article :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-article :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-article :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-article :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-article :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-article :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-article :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-article > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-article > :where(:last-child):not(:where([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"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

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

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

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

  .prose-article :where(h2):not(:where([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"] *)) {
    font-size: 1em;
    margin-top: 1.6666667em;
    margin-bottom: 0.4em;
    line-height: 1.375;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .prose-article {
    line-height: 1.4;
  }
}
.prose-article :is(:where(figcaption):not(:where([class~="not-prose"] *))) {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  padding: 1rem;
  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: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
@media (min-width: 850px) {

  .prose-article :is(:where(figcaption):not(:where([class~="not-prose"] *))) {
    margin-top: 0px;
  }
}
.prose-article :is(:where(blockquote):not(:where([class~="not-prose"] *)))::before {
  margin-bottom: 0.25rem;
  display: block;
  height: 23px;
  width: 31px;
  background-image: url(/public/images/ic_blockquote.svg);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.prose-feature {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-feature :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-feature :where([class~="lead"]):not(:where([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"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 0;
  margin: 1em 0;
}
.prose-feature :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-feature :where(h2):not(:where([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"] *)) {
  font-size: 1em;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  line-height: 1.375;
}
.prose-feature :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-feature :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-feature :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-feature :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-feature :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-feature :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-feature :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-feature :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}
.prose-feature :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.6em;
}
.prose-feature :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.6em;
}
.prose-feature :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-feature :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-feature :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}
.prose-feature > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-feature > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-feature > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-feature > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-feature > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-feature :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-feature :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-feature :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-feature :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-feature :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-feature :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-feature :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}
.prose-feature :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-feature :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-feature > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-feature > :where(:last-child):not(:where([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"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

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

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

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

  .prose-feature :where(h2):not(:where([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"] *)) {
    font-size: 1em;
    margin-top: 1.6666667em;
    margin-bottom: 0.4em;
    line-height: 1.375;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .prose-feature {
    line-height: 1.4;
  }
}
.prose-feature :is(:where(figcaption):not(:where([class~="not-prose"] *))) {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  padding: 1rem;
  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: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
@media (min-width: 850px) {

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

  .prose-feature :is(:where(figure):not(:where([class~="not-prose"] *))) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .prose-feature :is(:where(figure):not(:where([class~="not-prose"] *))) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

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

  .prose-feature :is(:where(figure):not(:where([class~="not-prose"] *))) {
    border-top-width: 2rem;
    border-bottom-width: 2rem;
  }

  .prose-feature :is(:where(figure):not(:where([class~="not-prose"] *))) {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}
.prose-feature {

    /** Quotation mark: **/
  }
.prose-feature :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  max-width: 32rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.prose-feature :is(:where(blockquote):not(:where([class~="not-prose"] *)))::before {
  display: block;
  height: 2.5rem;
  width: 3rem;
  background-image: url(/public/images/ic_blockquote_feature.svg);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-14 {
  top: 3.5rem;
}
.top-\[2\.176rem\] {
  top: 2.176rem;
}
.right-0 {
  right: 0px;
}
.top-4 {
  top: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.-top-4 {
  top: -1rem;
}
.-right-2 {
  right: -0.5rem;
}
.left-0 {
  left: 0px;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-left-0 {
  left: -0px;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-20 {
  z-index: 20;
}
.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;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[0\.66667rem\] {
  margin-top: 0.66667rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mr-0 {
  margin-right: 0px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-landscape {
  aspect-ratio: 320/180;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-screen {
  height: 100vh;
}
.h-14 {
  height: 3.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-0 {
  height: 0px;
}
.h-8 {
  height: 2rem;
}
.h-4 {
  height: 1rem;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-12 {
  height: 3rem;
}
.h-7 {
  height: 1.75rem;
}
.h-16 {
  height: 4rem;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-56 {
  height: 14rem;
}
.h-48 {
  height: 12rem;
}
.h-108 {
  height: 27rem;
}
.h-80 {
  height: 20rem;
}
.h-2\/5 {
  height: 40%;
}
.h-3\/5 {
  height: 60%;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.min-h-1\/4 {
  min-height: 25%;
}
.w-full {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-1\/3 {
  width: 33%;
}
.w-3\/5 {
  width: 60%;
}
.w-2\/5 {
  width: 40%;
}
.w-32 {
  width: 8rem;
}
.w-14 {
  width: 3.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-4 {
  width: 1rem;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-screen {
  width: 100vw;
}
.w-7 {
  width: 1.75rem;
}
.w-56 {
  width: 14rem;
}
.w-24 {
  width: 6rem;
}
.w-80 {
  width: 20rem;
}
.w-6 {
  width: 1.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-16 {
  width: 4rem;
}
.w-48 {
  width: 12rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-72 {
  width: 18rem;
}
.w-3\/4 {
  width: 75%;
}
.w-12 {
  width: 3rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-etc-full {
  max-width: 1330px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-2xl {
  max-width: 39rem;
}
.max-w-screen-1\/2 {
  max-width: 50vw;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}
.translate-y-\[-102\%\] {
  --tw-translate-y: -102%;
  transform: var(--tw-transform);
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
@-webkit-keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping-slow {
  -webkit-animation: ping 1.5s infinite;
          animation: ping 1.5s infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.cursor-default {
  cursor: default;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.resize {
  resize: both;
}
.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-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.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-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.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-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-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-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-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-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-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-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-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));
}
.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-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-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-l-5 {
  border-left-width: 5px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity));
}
.border-skin-accent {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-accent), var(--tw-border-opacity));
}
.border-etc-nyhetsmagasin {
  --tw-border-opacity: 1;
  border-color: rgb(0 101 92 / var(--tw-border-opacity));
}
.border-kloka-hem {
  --tw-border-opacity: 1;
  border-color: rgb(242 126 47 / var(--tw-border-opacity));
}
.border-etc-play {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity));
}
.border-section-klimat-miljo {
  --tw-border-opacity: 1;
  border-color: rgb(119 181 45 / var(--tw-border-opacity));
}
.border-section-kultur-noje {
  --tw-border-opacity: 1;
  border-color: rgb(227 13 125 / var(--tw-border-opacity));
}
.border-section-ekonomi {
  --tw-border-opacity: 1;
  border-color: rgb(40 161 186 / var(--tw-border-opacity));
}
.border-section-nyheter {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(99 61 109 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-skin-accent {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-accent), var(--tw-bg-opacity));
}
.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 235 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 219 103 / var(--tw-bg-opacity));
}
.bg-yellow-extra {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 0 / var(--tw-bg-opacity));
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(133 177 71 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.bg-gray-850 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.to-black {
  --tw-gradient-to: #000;
}
.fill-current {
  fill: currentColor;
}
.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-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-stag-serif {
  font-family: Stag Serif;
}
.font-sans {
  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-franklin-gothic {
  font-family: Franklin Gothic;
}
.font-stag-stencil {
  font-family: Stag Stencil;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs {
  font-size: .8125rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl {
  font-size: 1.3125rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xs {
  font-size: .75rem;
}
.text-5xl {
  font-size: 2.25rem;
}
.text-4xl {
  font-size: 2rem;
}
.text-6xl {
  font-size: 3rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-extralight {
  font-weight: 200;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.4;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tighter {
  line-height: 1.1667;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-etc-nyhetsmagasin {
  --tw-text-opacity: 1;
  color: rgb(0 101 92 / var(--tw-text-opacity));
}
.text-kloka-hem {
  --tw-text-opacity: 1;
  color: rgb(242 126 47 / var(--tw-text-opacity));
}
.text-etc-play {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}
.text-section-klimat-miljo {
  --tw-text-opacity: 1;
  color: rgb(119 181 45 / var(--tw-text-opacity));
}
.text-section-kultur-noje {
  --tw-text-opacity: 1;
  color: rgb(227 13 125 / var(--tw-text-opacity));
}
.text-section-ekonomi {
  --tw-text-opacity: 1;
  color: rgb(40 161 186 / var(--tw-text-opacity));
}
.text-section-nyheter {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(251 219 103 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(99 61 109 / var(--tw-text-opacity));
}
.text-skin-accent {
  --tw-text-opacity: 1;
  color: rgba(var(--color-accent), var(--tw-text-opacity));
}
.text-yellow-extra {
  --tw-text-opacity: 1;
  color: rgb(254 223 0 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}
.underline {
  text-decoration: underline;
}
.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));
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 159 159 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 159 159 / var(--tw-placeholder-opacity));
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-0 {
  opacity: 0;
}
.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);
}
.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);
}
.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));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.filter {
  filter: var(--tw-filter);
}
.backdrop-blur-xs {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-2xs {
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-saturate-85 {
  --tw-backdrop-saturate: saturate(.85);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.scrollbar-hide {
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
/**
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));
}
.icon-angle-down {
  background-image: url(/public/images/angle-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bg-gradient-dark {
  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: -webkit-fill-available;
  max-height: -moz-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;
  }
}
.article-lead-wrapper p {
  margin-top: 1em;
}
.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: linear-gradient(
    0deg,
    rgba(237, 237, 237, 1) 15%,
    rgba(255, 255, 255, 0) 90%
  );
}
.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;
}
.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));
}
figure img + figcaption span {
  display: block;
}
.article-with-sidebar-grid {
}
@media (min-width: 850px) {
  .article-with-sidebar-grid-template {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1100px) {
  .article-with-sidebar-grid-template {
    grid-template-columns: 1fr 250px;
  }
}
/* 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: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-template-areas:
    "title title"
    "lead byline";
}
.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;
        -ms-hyphens: manual;
            hyphens: manual;
}
.entry-heading-extra {
  line-height: 0.93333;
  font-size: 4rem;
  letter-spacing: -0.3px;
  padding-top: 0.5rem;
  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;
  }

  .entry-heading {
    padding-right: 4rem;
  }

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

  .entry-heading-extra {
    padding-top: 0.75rem;
  }

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

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

  .entry-heading-related-opinion {
    font-family: Stag Serif;
  }

  .entry-heading-related-opinion {
    font-weight: 300;
  }

  .entry-heading-related-opinion {
    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));
  --tw-border-opacity: 0;
}
.header-navigation ul li a[href="/ekonomi"] {
  border-color: rgb(40 161 186 / var(--tw-border-opacity));
  --tw-border-opacity: 0;
}
.header-navigation ul li a[href="/klimat-miljo"] {
  border-color: rgb(119 181 45 / var(--tw-border-opacity));
  --tw-border-opacity: 0;
}
.header-navigation ul li a[href="/kultur-noje"] {
  border-color: rgb(227 13 125 / var(--tw-border-opacity));
  --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(-webkit-max-content, 25rem);
  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: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-template-areas: "left . right";
}
.ethical-ad img {
  width: 100%;
}
.ethical-ad figure figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .6rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 850px) {

  .ethical-ad figure figcaption {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.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;
}
.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));
}
.pagination a {
  box-sizing: content-box;
  display: block;
  border-bottom-width: 4px;
  border-color: rgb(227 6 19 / var(--tw-border-opacity));
  --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;
}
/**

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('/public/images/blurred-subway.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('/public/images/blurred-vimeo.jpg');
}
.embed-youtube form.embed__notice {
  background-image: url('/public/images/blurred-youtube.jpg');
}
.embed-twitter form.embed__notice {
  background-image: url('/public/images/blurred-twitter.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('/public/images/info-symbol.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;
}
.font-box {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --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;
}
.first\:pt-2:first-child {
  padding-top: 0.5rem;
}
.last\:pr-0:last-child {
  padding-right: 0px;
}
.checked\:relative:checked {
  position: relative;
}
.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));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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));
}
.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;
}
@media (min-width: 370px) {

  .mobile\:block {
    display: block;
  }

  .mobile\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 640px) {

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:border-b-16 {
    border-bottom-width: 16px;
  }

  .sm\:border-t-32 {
    border-top-width: 32px;
  }

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

  .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\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

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

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

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

  .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\:pl-4 {
    padding-left: 1rem;
  }

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

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

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

  .tablet\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .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\: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\:border-t {
    border-top-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:leading-none {
    line-height: 1;
  }

  .tablet\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1100px) {

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:p-0 {
    padding: 0px;
  }
  .desktop\:entry-grid-main-wide {
    grid-column: 1 / 3;
  }
}
@media (orientation: portrait) {

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

  .landscape\:block {
    display: block;
  }
}

