/*
Theme Name: Tidningen Brand
Theme URI: https://tidningenbrand.se
Author: popvänster
Author URI: https://www.popvanster.se
Description: Tema för Tidningen Brand
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: brand
*/

:root {
  --color-primary: rgb(236, 72, 153);
  --color-secondary: rgb(253, 242, 248);
}

/*
! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container {
  width: 100%;
}

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-2 {
  right: 0.5rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.-top-36 {
  top: -9rem;
}

.bottom-8 {
  bottom: 2rem;
}

.right-8 {
  right: 2rem;
}

.left-6 {
  left: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.left-0 {
  left: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-\[4rem\] {
  top: 4rem;
}

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

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

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.mb-\[-40rem\] {
  margin-bottom: -40rem;
}

.mb-\[30rem\] {
  margin-bottom: 30rem;
}

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

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

.-mb-60 {
  margin-bottom: -15rem;
}

.-mt-60 {
  margin-top: -15rem;
}

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

.-mb-36 {
  margin-bottom: -9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-full {
  height: 100%;
}

.h-9 {
  height: 2.25rem;
}

.max-h-\[45vh\] {
  max-height: 45vh;
}

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

.w-36 {
  width: 9rem;
}

.w-6\/12 {
  width: 50%;
}

.w-6 {
  width: 1.5rem;
}

.w-20 {
  width: 5rem;
}

.w-full {
  width: 100%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-auto {
  width: auto;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

.rotate-1 {
  --tw-rotate: 1deg;
  transform: var(--tw-transform);
}

.rotate-12 {
  --tw-rotate: 12deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.border {
  border-width: 1px;
}

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

.border-r-0 {
  border-right-width: 0px;
}

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-primary {
  border-color: var(--color-primary);
}

.bg-primary {
  background-color: var(--color-primary);
}

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

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

.bg-secondary {
  background-color: var(--color-secondary);
}

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

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

.to-transparent {
  --tw-gradient-to: transparent;
}

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

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

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

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

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

.px-\[calc\(100\%\/6\)\] {
  padding-left: calc(100% / 6);
  padding-right: calc(100% / 6);
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-20 {
  padding-right: 5rem;
}

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

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

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

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

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

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

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

.font-display {
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
}

.font-sans {
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
}

.font-meta {
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.text-primary {
  color: var(--color-primary);
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.opacity-30 {
  opacity: 0.3;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

@font-face {
  font-family: "Vremena Grotesk";

  src: url("../fonts/VremenaGroteskBoldItalic.woff2") format("woff2"),
		url("../fonts/VremenaGroteskBoldItalic.woff") format("woff");

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk";

  src: url("../fonts/VremenaGrotesk.woff2") format("woff2"),
		url("../fonts/VremenaGrotesk.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Book";

  src: url("../fonts/VremenaBookItalic.woff2") format("woff2"),
		url("../fonts/VremenaBookItalic.woff") format("woff");

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena";

  src: url("../fonts/VremenaBold.woff2") format("woff2"),
		url("../fonts/VremenaBold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk Book";

  src: url("../fonts/VremenaGroteskBookItalic.woff2") format("woff2"),
		url("../fonts/VremenaGroteskBookItalic.woff") format("woff");

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Book";

  src: url("../fonts/VremenaBook.woff2") format("woff2"),
		url("../fonts/VremenaBook.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk";

  src: url("../fonts/VremenaGroteskBold.woff2") format("woff2"),
		url("../fonts/VremenaGroteskBold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena";

  src: url("../fonts/VremenaBoldItalic.woff2") format("woff2"),
		url("../fonts/VremenaBoldItalic.woff") format("woff");

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk Book";

  src: url("../fonts/VremenaGroteskBook.woff2") format("woff2"),
		url("../fonts/VremenaGroteskBook.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk";

  src: url("../fonts/VremenaGroteskMedium.woff2") format("woff2"),
		url("../fonts/VremenaGroteskMedium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk";

  src: url("../fonts/VremenaGroteskItalic.woff2") format("woff2"),
		url("../fonts/VremenaGroteskItalic.woff") format("woff");

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena";

  src: url("../fonts/VremenaMedium.woff2") format("woff2"),
		url("../fonts/VremenaMedium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Vremena";

  src: url("../fonts/VremenaMediumItalic.woff2") format("woff2"),
		url("../fonts/VremenaMediumItalic.woff") format("woff");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena Grotesk";

  src: url("../fonts/VremenaGroteskMediumItalic.woff2") format("woff2"),
		url("../fonts/VremenaGroteskMediumItalic.woff") format("woff");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena";

  src: url("../fonts/VremenaItalic.woff2") format("woff2"),
		url("../fonts/VremenaItalic.woff") format("woff");

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Vremena";

  src: url("../fonts/Vremena.woff2") format("woff2"),
		url("../fonts/Vremena.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

.btn {
  display: inline-block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn-primary:hover {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

p:first-of-type {
  margin-top: 0px;
}

.ginput_container {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 3rem !important;
}

.ginput_container span, div.ginput_complex.ginput_container.gf_name_has_2 span {
  margin: 0px !important;
  width: 100% !important;
  padding: 0px !important;
}

.ginput_container input[type="text"], .ginput_container input[type="email"] {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.ginput_container input[type="text"]::-moz-placeholder, .ginput_container input[type="email"]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.ginput_container input[type="text"]::placeholder, .ginput_container input[type="email"]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

select {
  width: 100% !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

select::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

select::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .faded:before {
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
			270deg,
			rgba(236, 72, 153, 1),
			rgba(236, 72, 153, 0)
		);
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .alignwide {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .alignwide {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  blockquote, aside {
    float: right;
  }

  blockquote, aside {
    margin-right: -20rem;
  }

  blockquote, aside {
    width: 15rem;
  }
}

blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: Vremena grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--color-primary);
}

aside {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.alignfull {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}

/** Basic Styling **/

.admin-bar nav#nav {
  margin-top: 32px !important;
}

.meta {
  opacity: 0.65;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .meta {
    font-size: 0.75rem;
  }
}

p a {
  text-decoration: underline;
}

article:hover a {
}

article:hover h1,
article:hover h2,
article:hover h3,
article:hover h4 {
  color: var(--color-primary);
}

article:hover a img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 5px solid var(--color-primary);
  margin-bottom: -5px;
}

article:hover .thumbnail-brand {
  border-bottom: 5px solid var(--color-primary);
  margin-bottom: -5px;
}

article:hover .thumbnail-brand img {
  box-sizing: content-box;
  border-bottom: none;
  margin-bottom: 0;
}

article:hover a .svg-placeholder {
  filter: brightness(0%) contrast(97%);
}

article:hover a .text-primary h1 {
  color: black;
}

.content .wp-block-quote {
  margin-top: 0;
}

.wp-block-quote:before {
  content: '"';
  float: left;
}

.wp-block-quote:after {
  content: '"';
  display: inline;
  margin-left:-.3em;
}

.wp-block-quote p {
  display: inline;
}

.wp-block-quote,
.wp-block-arbetaren-aside {
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .wp-block-quote,
	.wp-block-arbetaren-aside {
    position: relative;
    z-index: 10;
    padding-left: 2rem;
    margin-right: -20vw;
  }
}

/*
@media (max-width: 1280px) {
	.wp-block-quote {
		padding-left: 0;
		margin-right: -25vw;
	}
}
@media (max-width: 1024px) {
	.wp-block-quote {
		padding-left: 2rem;
		margin-right: -0;
	}
}

@media (max-width: 1280px) {
	.wp-block-arbetaren-aside {
		padding-left: 0;
		margin-right: -25vw;
	}
}
@media (max-width: 1024px) {
	.wp-block-arbetaren-aside {
		padding-left: 2rem;
		margin-right: -20vw;
	}
}
@media (max-width: 768px) {
	.wp-block-arbetaren-aside {
		padding: 0 0 2rem 0;
		margin-right: 0;
	}
}
*/

/** Text Styling **/

.content {
  font-family: "Vremena book", "Times New Roman", "Times";
  font-size: 1.1rem;
}

@media (min-width: 1024px) {
  .content {
    font-size: 1.2rem;
  }
}

.content strong {
  font-family: Vremena Grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-size: 0.9em;
}

.content .font-sans {
  font-size: 0.9em;
}

.content ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
}

.content ul li {
  margin-bottom: 1rem;
}

.content ul li::before {
  content: "•";
  color: var(--color-primary);
  display: inline-block;
  width: 1em;
  font-size: 2rem;
  position: relative;
  top: 0.35rem;
  line-height: 0;
  margin-left: -1em;
}

.content h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: Vremena Grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-weight: bold;
  background: var(--color-secondary);
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
  color: var(--color-primary);
  left: 0px;
}

h2 {
  font-size: 2rem;
  line-height: 1.1;
  font-family: Vremena Grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-weight: bold;
  margin: 2rem 0;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.1;
  font-family: Vremena Grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-weight: bold;
  margin: 1.7rem 0;
}

h4 {
  font-size: 1rem;
  line-height: 1.1;
  font-family: Vremena Grotesk, system-ui, -apple-system, Helvetica Neue, Arial;
  font-weight: bold;
  margin: 1.5rem 0;
}

.content aside {
  font-family: Vremena Grotesk Book, system-ui, -apple-system, Helvetica Neue,
		Arial;
}

/** Front page radio **/

@media (max-width: 1024px) {
  .radio-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .radio-container article:last-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .radio-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /** Navigation **/

  @media (max-width: 768px) {
    .nav-group {
      display: none;
    }

    .nav-item {
      padding: 1rem;
    }

    .nav-group.active {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: fixed;
      top: 2.25rem;
      left: -1.5rem;
      right: 0;
      bottom: 0;
      background: var(--color-primary);
      color: black;
    }

    .hamburger {
      margin: 0;
      margin-left: 15px;
      padding: 0;
      float: left;
      transition: opacity 0.3s;
      position: relative;
      top: -1px;
    }

    .hamburger:hover {
      cursor: pointer;
      opacity: 0.5;
    }

    .hamburger .line {
      width: 1.8rem;
      height: 3px;
      background: rgb(236, 66, 66);
      margin: 4px 0;
      transition: all 0.3s ease-in-out;
      border-radius: 0;
    }

    .hamburger .line {
      background-color: black;
    }

    nav.isactive .hamburger .line:nth-child(2) {
      opacity: 0;
    }

    nav.isactive .hamburger .line:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    nav.isactive .hamburger .line:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    nav.isactive {
      position: fixed;
      top: 0;
    }
  }
}

.footer-nummer img,
.footer-nummer h2 {
  transition: 0.3s;
}

.footer-nummer:hover img {
  transform: translate(0, -3px) rotate(0.5deg);
}

.footer-nummer:hover h2 {
}

.header-issue-container img {
  transition: 0.3s;
}

.header-issue-container:hover img {
  transform: translate(0, -3px) rotate(0.5deg);
}

.index-nummer {
  transition: box-shadow 0.3s;
}

.index-nummer:hover img {
  box-shadow: var(--color-primary) 0px 7px 50px 0px;
}

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

.last\:text-primary:last-child {
  color: var(--color-primary);
}

.hover\:bg-primary:hover {
  background-color: var(--color-primary);
}

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

@media (min-width: 640px) {
  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

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

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

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

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

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

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:-mt-72 {
    margin-top: -18rem;
  }

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

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

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

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

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

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

  .md\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

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

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

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

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

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

  .md\:border-none {
    border-style: none;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-secondary {
    background-color: var(--color-secondary);
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

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

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(100vh-5rem\)\] {
    height: calc(100vh - 5rem);
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:max-w-\[61\%\] {
    max-width: 61%;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

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

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

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

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

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:-top-80 {
    top: -20rem;
  }

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

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

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

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
