/*
@tailwind base;

@layer base {
    html,
    body{
        font-family: "Lyon Text OSF Web", Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        background: #fff;
    }
}

@tailwind components;
@tailwind utilities;
*/

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

/*! modern-normalize v1.0.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).
*/

:root {
  -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='submit'] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: 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"; /* 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: #e5e7eb; /* 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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

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

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

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

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

/* custom tailwind base css */

html,
body {
  font-family: "Lyon Text OSF Web", Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: unset;
}

a,
a:hover,
a:active,
a:visited {
  color: inherit;
}

html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video
{
  border-style: solid;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.125rem;
}

@media (min-width: 960px) {
  h1 {
    font-size: 2.8125rem;
    line-height: 3.0625rem;
  }
}

h1 {
  font-weight: 900;
}

h2 {
  font-size: 2.375rem;    /* 38px */
  line-height: 2.625rem;  /* 42px */
}

h3 {
  font-size: 1.875rem;    /* 30px */
  line-height: 2.125rem;  /* 34px */
}

h4 {
  font-size: 1.625rem;    /* 26px */
  line-height: 1.875rem;  /* 30px */
}

h5 {
  font-size: 1.375rem;    /* 22px */
  line-height: 1.625rem;  /* 26px */
}

h6 {
  font-size: 1.1875rem;   /* 19px */
  line-height: 1.375rem;  /* 22px */
}

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

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

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

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

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

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

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 126, 124, var(--tw-border-opacity));
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

.justify-self-end {
  justify-self: end;
}

.clear-both {
  clear: both;
}

.font-lyon {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
}

.font-stencil {
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
}

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

.h-3 {
  height: 0.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-md-b {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static {
  position: static;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

* {
  --tw-shadow: 0 0 #0000;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.visible {
  visibility: visible;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.w-3 {
  width: 0.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.col-end-5 {
  grid-column-end: 5;
}

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

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

.origin-bottom-left {
  transform-origin: bottom left;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* custom css */

.hentryfeed__container{
  float: none;
  width: auto;
  /* display: grid !important; */
  margin-left: initial;
  border: none;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

figure img {
  margin: 0;
  padding: 0;
}

/* navbar */

.navbar_home.magazine-article  .container--banner__inner, .navbar_home.magazine-container  .container--banner__inner, .navbar_home.sommario  .container--banner__inner, .navbar_home.essenziale  .container--banner__inner {
  max-width: 1440px;
  width: 100%;
  /* border: 1px solid red; */
}

.navbar_home.magazine-article  .container--banner__inner .hentry--item.hentry--abstract .hentry--item__content, .navbar_home.magazine-container  .container--banner__inner .hentry--item.hentry--abstract .hentry--item__content, .navbar_home.sommario  .container--banner__inner .hentry--item.hentry--abstract .hentry--item__content, .navbar_home.essenziale  .container--banner__inner .hentry--item.hentry--abstract .hentry--item__content {
  float: none;
  margin: 0px;
  padding: 0px;
}

.hentryfeed__container:not(.container_full) .navbar_home.magazine-article  .container--banner__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container  .container--banner__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.sommario  .container--banner__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.essenziale  .container--banner__inner .hentry--item.hentry--abstract .content_data {
  display: grid;
  padding-left: 0px;
  padding-right: 0px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .navbar_home.magazine-article  .container--banner__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container  .container--banner__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.sommario  .container--banner__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.essenziale  .container--banner__inner .hentry--item.hentry--abstract .content_data {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.hentryfeed__container:not(.container_full) .navbar_home.magazine-article  .container--banner__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container  .container--banner__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.sommario  .container--banner__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.essenziale  .container--banner__inner .hentry--item.hentry--abstract {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .navbar_home.magazine-article  .container--banner__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container  .container--banner__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.sommario  .container--banner__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.essenziale  .container--banner__inner .hentry--item.hentry--abstract {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.kids-opening .navbar_home.magazine-article  .container--banner__inner::before, .kids-opening .navbar_home.magazine-container  .container--banner__inner::before, .kids-opening .navbar_home.sommario  .container--banner__inner::before, .kids-opening .navbar_home.essenziale  .container--banner__inner::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 450px;
  right: -40px;
  bottom: -15%;
  background: #F5F3ED url('../img/kids/opening_mobileA.png') no-repeat bottom right;
  background-size: contain;
  transform: rotate(335deg);
}

@media (min-width: 960px) {
  .kids-opening .navbar_home.magazine-article  .container--banner__inner,
    .kids-opening .navbar_home.magazine-container  .container--banner__inner,
    .kids-opening .navbar_home.sommario  .container--banner__inner,
    .kids-opening .navbar_home.essenziale  .container--banner__inner,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .main-container,
    .kids-opening .main-container,
    .kids-opening .main-container,
    .kids-opening .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .navbar_home.magazine-article  .container--banner__inner::before, .kids-opening .navbar_home.magazine-container  .container--banner__inner::before, .kids-opening .navbar_home.sommario  .container--banner__inner::before, .kids-opening .navbar_home.essenziale  .container--banner__inner::before {
    display: none;
  }
}

.kids-home-block .navbar_home.magazine-article  .container--banner__inner, .kids-home-block .navbar_home.magazine-container  .container--banner__inner, .kids-home-block .navbar_home.sommario  .container--banner__inner, .kids-home-block .navbar_home.essenziale  .container--banner__inner {
  padding: 1rem;
}

@media (min-width: 960px) {
  .kids-home-block .navbar_home.magazine-article  .container--banner__inner, .kids-home-block .navbar_home.magazine-container  .container--banner__inner, .kids-home-block .navbar_home.sommario  .container--banner__inner, .kids-home-block .navbar_home.essenziale  .container--banner__inner {
    padding: 2rem;
  }
}

.navbar_home.magazine-article  .container--banner__inner, .navbar_home.magazine-container  .container--banner__inner, .navbar_home.sommario  .container--banner__inner, .navbar_home.essenziale  .container--banner__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .navbar_home.magazine-article  .container--banner__inner, .navbar_home.magazine-container  .container--banner__inner, .navbar_home.sommario  .container--banner__inner, .navbar_home.essenziale  .container--banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.navbar_home.magazine-article .nav .nav__inner, .navbar_home.magazine-container .nav .nav__inner, .navbar_home.sommario .nav .nav__inner, .navbar_home.essenziale .nav .nav__inner {
  max-width: 1440px;
  width: 100%;
  /* border: 1px solid red; */
}

.navbar_home.magazine-article .nav .nav__inner .hentry--item.hentry--abstract .hentry--item__content, .navbar_home.magazine-container .nav .nav__inner .hentry--item.hentry--abstract .hentry--item__content, .navbar_home.sommario .nav .nav__inner .hentry--item.hentry--abstract .hentry--item__content, .navbar_home.essenziale .nav .nav__inner .hentry--item.hentry--abstract .hentry--item__content {
  float: none;
  margin: 0px;
  padding: 0px;
}

.hentryfeed__container:not(.container_full) .navbar_home.magazine-article .nav .nav__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container .nav .nav__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.sommario .nav .nav__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.essenziale .nav .nav__inner .hentry--item.hentry--abstract .content_data {
  display: grid;
  padding-left: 0px;
  padding-right: 0px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .navbar_home.magazine-article .nav .nav__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container .nav .nav__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.sommario .nav .nav__inner .hentry--item.hentry--abstract .content_data, .hentryfeed__container:not(.container_full) .navbar_home.essenziale .nav .nav__inner .hentry--item.hentry--abstract .content_data {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.hentryfeed__container:not(.container_full) .navbar_home.magazine-article .nav .nav__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container .nav .nav__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.sommario .nav .nav__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.essenziale .nav .nav__inner .hentry--item.hentry--abstract {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .navbar_home.magazine-article .nav .nav__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.magazine-container .nav .nav__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.sommario .nav .nav__inner .hentry--item.hentry--abstract, .hentryfeed__container:not(.container_full) .navbar_home.essenziale .nav .nav__inner .hentry--item.hentry--abstract {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.kids-opening .navbar_home.magazine-article .nav .nav__inner::before, .kids-opening .navbar_home.magazine-container .nav .nav__inner::before, .kids-opening .navbar_home.sommario .nav .nav__inner::before, .kids-opening .navbar_home.essenziale .nav .nav__inner::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 450px;
  right: -40px;
  bottom: -15%;
  background: #F5F3ED url('../img/kids/opening_mobileA.png') no-repeat bottom right;
  background-size: contain;
  transform: rotate(335deg);
}

@media (min-width: 960px) {
  .kids-opening .navbar_home.magazine-article .nav .nav__inner,
    .kids-opening .navbar_home.magazine-container .nav .nav__inner,
    .kids-opening .navbar_home.sommario .nav .nav__inner,
    .kids-opening .navbar_home.essenziale .nav .nav__inner,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .main-container,
    .kids-opening .main-container,
    .kids-opening .main-container,
    .kids-opening .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .navbar_home.magazine-article .nav .nav__inner::before, .kids-opening .navbar_home.magazine-container .nav .nav__inner::before, .kids-opening .navbar_home.sommario .nav .nav__inner::before, .kids-opening .navbar_home.essenziale .nav .nav__inner::before {
    display: none;
  }
}

.kids-home-block .navbar_home.magazine-article .nav .nav__inner, .kids-home-block .navbar_home.magazine-container .nav .nav__inner, .kids-home-block .navbar_home.sommario .nav .nav__inner, .kids-home-block .navbar_home.essenziale .nav .nav__inner {
  padding: 1rem;
}

@media (min-width: 960px) {
  .kids-home-block .navbar_home.magazine-article .nav .nav__inner, .kids-home-block .navbar_home.magazine-container .nav .nav__inner, .kids-home-block .navbar_home.sommario .nav .nav__inner, .kids-home-block .navbar_home.essenziale .nav .nav__inner {
    padding: 2rem;
  }
}

.navbar_home.magazine-article .nav .nav__inner, .navbar_home.magazine-container .nav .nav__inner, .navbar_home.sommario .nav .nav__inner, .navbar_home.essenziale .nav .nav__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .navbar_home.magazine-article .nav .nav__inner, .navbar_home.magazine-container .nav .nav__inner, .navbar_home.sommario .nav .nav__inner, .navbar_home.essenziale .nav .nav__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media(min-width: 980px) {
  .navbar_home.magazine-article .container--banner__inner .logo,
    .navbar_home.magazine-container .container--banner__inner .logo,
    .navbar_home.sommario .container--banner__inner .logo,
    .navbar_home.essenziale .container--banner__inner .logo
    {
    margin-right: 0px;
  }

  .navbar_home.magazine-article .container--banner__inner ul li,
    .navbar_home.magazine-container .container--banner__inner ul li,
    .navbar_home.sommario .container--banner__inner ul li,
    .navbar_home.essenziale .container--banner__inner ul li
    {
    padding: 0 9px;
  }

  .navbar_home.magazine-article .container--banner__inner .nav-search a,
    .navbar_home.magazine-container .container--banner__inner .nav-search a,
    .navbar_home.sommario .container--banner__inner .nav-search a,
    .navbar_home.essenziale .container--banner__inner .nav-search a
    {
    vertical-align: middle;
  }

  .navbar_home.magazine-article .container--banner__inner ul li.nav__login,
    .navbar_home.magazine-container .container--banner__inner ul li.nav__login,
    .navbar_home.sommario .container--banner__inner ul li.nav__login,
    .navbar_home.essenziale .container--banner__inner ul li.nav__login
    {
    padding-right: 0;
  }
}

/* footer */

/* footer.magazine-article .contentinfo__inner,
footer.magazine-container .contentinfo__inner,
footer.sommario .contentinfo__inner
{
    @apply main-container;
    @apply px-4 lg:px-8;
}

@media (min-width: 800px) {
    .footer--home.magazine-article .footer_section_1,
    .footer--home.magazine-container .footer_section_1,
    .footer--home.sommario .footer_section_1
    {
        width: 66%;
    }
    .footer--home.magazine-article .footer_section_2,
    .footer--home.magazine-container .footer_section_2,
    .footer--home.sommario .footer_section_2
    {
        width: 33%;
    }
} */

.footer--home.footer--magazine .contentinfo__inner {
  max-width: 1440px;
  width: 100%;
  /* border: 1px solid red; */
}

.footer--home.footer--magazine .contentinfo__inner .hentry--item.hentry--abstract .hentry--item__content {
  float: none;
  margin: 0px;
  padding: 0px;
}

.hentryfeed__container:not(.container_full) .footer--home.footer--magazine .contentinfo__inner .hentry--item.hentry--abstract .content_data {
  display: grid;
  padding-left: 0px;
  padding-right: 0px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .footer--home.footer--magazine .contentinfo__inner .hentry--item.hentry--abstract .content_data {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.hentryfeed__container:not(.container_full) .footer--home.footer--magazine .contentinfo__inner .hentry--item.hentry--abstract {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .footer--home.footer--magazine .contentinfo__inner .hentry--item.hentry--abstract {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.kids-opening .footer--home.footer--magazine .contentinfo__inner::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 450px;
  right: -40px;
  bottom: -15%;
  background: #F5F3ED url('../img/kids/opening_mobileA.png') no-repeat bottom right;
  background-size: contain;
  transform: rotate(335deg);
}

@media (min-width: 960px) {
  .kids-opening .footer--home.footer--magazine .contentinfo__inner,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .main-container,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .footer--home.footer--magazine .contentinfo__inner::before {
    display: none;
  }
}

.kids-home-block .footer--home.footer--magazine .contentinfo__inner {
  padding: 1rem;
}

@media (min-width: 960px) {
  .kids-home-block .footer--home.footer--magazine .contentinfo__inner {
    padding: 2rem;
  }
}

.footer--home.footer--magazine .contentinfo__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .footer--home.footer--magazine .contentinfo__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .footer--home.footer--magazine .footer_section_1 {
    width: 66%;
  }

  .footer--home.footer--magazine .footer_section_2 {
    width: 33%;
  }
}

.main-container {
  max-width: 1440px;
  width: 100%;
  /* border: 1px solid red; */
}

.main-container-grid {
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .main-container-grid {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.sub-container-grid {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: grid;
  margin-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .sub-container-grid {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.sub-container-grid:last-of-type {
  border-width: 0px;
}

.sub-container-grid .article-body>div:last-of-type, .sub-container-grid .article-body>div:last-of-type p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sub-container-grid-full {
  display: grid;
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .sub-container-grid-full {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.paper_fotobig .sub-container-grid-full {
  --tw-border-opacity: 1;
  border-color: rgba(126, 126, 124, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

@media (min-width: 960px) {
  .paper_fotobig .sub-container-grid-full {
    border-width: 0px;
  }
}

.paper_fotobig .sub-container-grid-full:last-of-type {
  border-width: 0px;
}

.paper_confronti .sub-container-grid {
  border-style: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.article-body a, .article-body a:hover, .article-body a:active, .article-body a:visited {
  --tw-text-opacity: 1;
  color: rgba(35, 105, 170, var(--tw-text-opacity));
}

.article-body::after {
  content: '';
  display: block;
  clear: both;
}

/* top band styles */

.magazine-top-band .magazine-edition {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
}

@media (min-width: 960px) {
  .magazine-top-band .magazine-edition {
    border-width: 0px;
  }
}

.magazine-top-band .magazine-section-title, .magazine-top-band .magazine-edition {
  --tw-text-opacity: 1;
  color: rgba(0, 80, 93, var(--tw-text-opacity));
}

.magazine-top-band.paper_168 .magazine-section-title, .magazine-top-band.paper_168 .magazine-edition, .magazine-top-band.paper_editoriale .magazine-section-title, .magazine-top-band.paper_editoriale .magazine-edition, .magazine-top-band.paper_opinione .magazine-section-title, .magazine-top-band.paper_opinione .magazine-edition, .magazine-top-band.paper_briefing .magazine-section-title, .magazine-top-band.paper_briefing .magazine-edition, .magazine-top-band.paper_posta .magazine-section-title, .magazine-top-band.paper_posta .magazine-edition, .magazine-top-band.paper_featured_orizzontale_titolofuori .magazine-section-title, .magazine-top-band.paper_featured_orizzontale_titolofuori .magazine-edition, .magazine-top-band.paper_featured_orizzontale_titolodentro .magazine-section-title, .magazine-top-band.paper_featured_orizzontale_titolodentro .magazine-edition, .magazine-top-band.paper_featured_verticale .magazine-section-title, .magazine-top-band.paper_featured_verticale .magazine-edition, .magazine-top-band.paper_featured_solotesto .magazine-section-title, .magazine-top-band.paper_featured_solotesto .magazine-edition {
  --tw-text-opacity: 1;
  color: rgba(0, 80, 93, var(--tw-text-opacity));
}

.magazine-top-band.paper_terra .magazine-section-title, .magazine-top-band.paper_terra .magazine-edition, .magazine-top-band.paper_regole .magazine-section-title, .magazine-top-band.paper_regole .magazine-edition, .magazine-top-band.paper_vignette .magazine-section-title, .magazine-top-band.paper_vignette .magazine-edition, .magazine-top-band.paper_strisce .magazine-section-title, .magazine-top-band.paper_strisce .magazine-edition, .magazine-top-band.review_musica .magazine-section-title, .magazine-top-band.review_musica .magazine-edition, .magazine-top-band.review_libri .magazine-section-title, .magazine-top-band.review_libri .magazine-edition, .magazine-top-band.review_schermi .magazine-section-title, .magazine-top-band.review_schermi .magazine-edition, .magazine-top-band.review_cinema .magazine-section-title, .magazine-top-band.review_cinema .magazine-edition, .magazine-top-band.review_arte .magazine-section-title, .magazine-top-band.review_arte .magazine-edition, .magazine-top-band.review_musica_opinione .magazine-section-title, .magazine-top-band.review_musica_opinione .magazine-edition, .magazine-top-band.review_libri_opinione .magazine-section-title, .magazine-top-band.review_libri_opinione .magazine-edition, .magazine-top-band.review_schermi_opinione .magazine-section-title, .magazine-top-band.review_schermi_opinione .magazine-edition, .magazine-top-band.review_cinema_opinione .magazine-section-title, .magazine-top-band.review_cinema_opinione .magazine-edition, .magazine-top-band.review_arte_opinione .magazine-section-title, .magazine-top-band.review_arte_opinione .magazine-edition, .magazine-top-band.paper_schermi  .magazine-section-title, .magazine-top-band.paper_schermi  .magazine-edition, .magazine-top-band.paper_musica  .magazine-section-title, .magazine-top-band.paper_musica  .magazine-edition, .magazine-top-band.paper_cinema  .magazine-section-title, .magazine-top-band.paper_cinema  .magazine-edition, .magazine-top-band.paper_libri  .magazine-section-title, .magazine-top-band.paper_libri  .magazine-edition, .magazine-top-band.paper_arte  .magazine-section-title, .magazine-top-band.paper_arte  .magazine-edition, .magazine-top-band.paper_schermi_opinione  .magazine-section-title, .magazine-top-band.paper_schermi_opinione  .magazine-edition, .magazine-top-band.paper_musica_opinione  .magazine-section-title, .magazine-top-band.paper_musica_opinione  .magazine-edition, .magazine-top-band.paper_cinema_opinione  .magazine-section-title, .magazine-top-band.paper_cinema_opinione  .magazine-edition, .magazine-top-band.paper_libri_opinione  .magazine-section-title, .magazine-top-band.paper_libri_opinione  .magazine-edition, .magazine-top-band.paper_arte_opinione  .magazine-section-title, .magazine-top-band.paper_arte_opinione  .magazine-edition, .magazine-top-band.paper_168_cultura  .magazine-section-title, .magazine-top-band.paper_168_cultura  .magazine-edition, .magazine-top-band.paper_pop  .magazine-section-title, .magazine-top-band.paper_pop  .magazine-edition {
  --tw-text-opacity: 1;
  color: rgba(98, 28, 58, var(--tw-text-opacity));
}

.magazine-top-band.review_musica .magazine-section-subtitle, .magazine-top-band.review_libri .magazine-section-subtitle, .magazine-top-band.review_schermi .magazine-section-subtitle, .magazine-top-band.review_cinema .magazine-section-subtitle, .magazine-top-band.review_arte .magazine-section-subtitle, .magazine-top-band.review_musica_opinione .magazine-section-subtitle, .magazine-top-band.review_libri_opinione .magazine-section-subtitle, .magazine-top-band.review_schermi_opinione .magazine-section-subtitle, .magazine-top-band.review_cinema_opinione .magazine-section-subtitle, .magazine-top-band.review_arte_opinione .magazine-section-subtitle, .magazine-top-band.paper_musica .magazine-section-subtitle, .magazine-top-band.paper_libri .magazine-section-subtitle, .magazine-top-band.paper_schermi .magazine-section-subtitle, .magazine-top-band.paper_cinema .magazine-section-subtitle, .magazine-top-band.paper_arte .magazine-section-subtitle, .magazine-top-band.paper_musica_opinione .magazine-section-subtitle, .magazine-top-band.paper_libri_opinione .magazine-section-subtitle, .magazine-top-band.paper_schermi_opinione .magazine-section-subtitle, .magazine-top-band.paper_cinema_opinione .magazine-section-subtitle, .magazine-top-band.paper_arte_opinione .magazine-section-subtitle, .magazine-top-band.paper_168_cultura .magazine-section-subtitle {
  --tw-text-opacity: 1;
  color: rgba(185, 56, 103, var(--tw-text-opacity));
}

.magazine-top-band.paper_graphic_journalism .magazine-section-title, .magazine-top-band.paper_graphic_journalism .magazine-edition {
  --tw-text-opacity: 1;
  color: rgba(200, 60, 0, var(--tw-text-opacity));
}

.magazine-top-band.paper_fotobig {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 69, 69, var(--tw-bg-opacity));
}

.magazine-top-band.paper_fotobig .magazine-edition {
  --tw-border-opacity: 1;
  border-color: rgba(126, 126, 124, var(--tw-border-opacity));
  border-top-width: 1px;
}

@media (min-width: 960px) {
  .magazine-top-band.paper_fotobig .magazine-edition {
    border-width: 0px;
  }
}

.magazine-top-band.paper_fotobig .magazine-section-title, .magazine-top-band.paper_fotobig .magazine-edition {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* sommario */

.magazine-top-band.sommario .magazine-section-title {
  font-size: 1.875rem;
  line-height: 2.125rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .magazine-top-band.sommario .magazine-section-title {
    font-size: 2.375rem;
    line-height: 2.675rem;
  }
}

.magazine-top-band.sommario {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 110, 175, var(--tw-bg-opacity));
}

/* title */

.magazine-article-title {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  .magazine-article-title {
    padding-top: 1rem;
    padding-bottom: 3.25;
  }
}

.paper_editoriale .magazine-article-title, .paper_terra .magazine-article-title, .paper_regole .magazine-article-title, .paper_vignette .magazine-article-title, .paper_strisce .magazine-article-title, .review_musica .magazine-article-title, .review_schermi .magazine-article-title, .review_libri .magazine-article-title, .review_cinema .magazine-article-title, .review_arte .magazine-article-title, .paper_musica .magazine-article-title, .paper_schermi .magazine-article-title, .paper_libri .magazine-article-title, .paper_cinema .magazine-article-title, .paper_arte .magazine-article-title {
  font-size: 1.875rem;
  line-height: 2.125rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 960px) {
  .paper_editoriale .magazine-article-title, .paper_terra .magazine-article-title, .paper_regole .magazine-article-title, .paper_vignette .magazine-article-title, .paper_strisce .magazine-article-title, .review_musica .magazine-article-title, .review_schermi .magazine-article-title, .review_libri .magazine-article-title, .review_cinema .magazine-article-title, .review_arte .magazine-article-title, .paper_musica .magazine-article-title, .paper_schermi .magazine-article-title, .paper_libri .magazine-article-title, .paper_cinema .magazine-article-title, .paper_arte .magazine-article-title {
    font-size: 2.375rem;
    line-height: 2.675rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.paper_briefing .magazine-article-title {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
  .paper_briefing .magazine-article-title {
    border-width: 0px;
    margin-bottom: 0.5rem;
  }
}

.paper_graphic_journalism .magazine-article-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.paper_fotobig .magazine-article-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0.25rem;
}

.paper_featured_orizzontale_titolofuori .magazine-article-title {
  font-size: 2.375rem;
  line-height: 2.675rem;
  padding-top: 1rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolofuori .magazine-article-title {
    font-size: 4rem;
    line-height: 4.375rem;
    padding-bottom: 3rem;
  }
}

.paper_featured_orizzontale_titolodentro .magazine-article-title {
  font-size: 2.375rem;
  line-height: 2.675rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolodentro .magazine-article-title {
    font-size: 4rem;
    line-height: 4.375rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

.paper_featured_verticale .magazine-article-title {
  font-size: 2.375rem;
  line-height: 2.675rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .paper_featured_verticale .magazine-article-title {
    font-size: 4rem;
    line-height: 3.75rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
}

.paper_featured_solotesto .magazine-article-title {
  font-size: 2.8125rem;
  line-height: 3.0625rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 960px) {
  .paper_featured_solotesto .magazine-article-title {
    font-size: 6.25rem;
    line-height: 6.25rem;
    padding-bottom: 3.5rem;
  }
}

.paper_pop .magazine-article-title {
  font-size: 2.8125rem;
  line-height: 3.0625rem;
  padding-bottom: 1.75rem;
  padding-top: 2.5rem;
  text-align: center;
}

@media (min-width: 960px) {
  .paper_pop .magazine-article-title {
    padding-top: 5rem;
  }
}

/* authors */

.magazine-article-author {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0.75rem 0 1.5rem 0;
}

.magazine-article-author a, .magazine-article-author a:hover, .magazine-article-author a:visited, .magazine-article-author a:active {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.magazine-article-author .authors_comma:last-child {
  display: none;
}

.paper_opinione .magazine-article-author, .paper_musica_opinione .magazine-article-author, .paper_libri_opinione .magazine-article-author, .paper_schermi_opinione .magazine-article-author, .paper_cinema_opinione .magazine-article-author, .paper_arte_opinione .magazine-article-author, .review_musica_opinione .magazine-article-author, .review_libri_opinione .magazine-article-author, .review_schermi_opinione .magazine-article-author, .review_cinema_opinione .magazine-article-author, .review_arte_opinione .magazine-article-author {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(200, 60, 0, var(--tw-text-opacity));
}

.paper_opinione .magazine-article-author,
.paper_musica_opinione .magazine-article-author,
.paper_libri_opinione .magazine-article-author,
.paper_schermi_opinione .magazine-article-author,
.paper_cinema_opinione .magazine-article-author,
.paper_arte_opinione .magazine-article-author, 
.review_musica_opinione .magazine-article-author, 
.review_libri_opinione .magazine-article-author, 
.review_schermi_opinione .magazine-article-author, 
.review_cinema_opinione .magazine-article-author, 
.review_arte_opinione .magazine-article-author {
  padding: 0.75rem 1rem 1rem 0;
}

.paper_opinione .magazine-article-author a, .paper_opinione .magazine-article-author a:hover, .paper_opinione .magazine-article-author a:visited, .paper_opinione .magazine-article-author a:active, .paper_musica_opinione .magazine-article-author a, .paper_musica_opinione .magazine-article-author a:hover, .paper_musica_opinione .magazine-article-author a:visited, .paper_musica_opinione .magazine-article-author a:active, .paper_libri_opinione .magazine-article-author a, .paper_libri_opinione .magazine-article-author a:hover, .paper_libri_opinione .magazine-article-author a:visited, .paper_libri_opinione .magazine-article-author a:active, .paper_schermi_opinione .magazine-article-author a, .paper_schermi_opinione .magazine-article-author a:hover, .paper_schermi_opinione .magazine-article-author a:visited, .paper_schermi_opinione .magazine-article-author a:active, .paper_cinema_opinione .magazine-article-author a, .paper_cinema_opinione .magazine-article-author a:hover, .paper_cinema_opinione .magazine-article-author a:visited, .paper_cinema_opinione .magazine-article-author a:active, .paper_arte_opinione .magazine-article-author a, .paper_arte_opinione .magazine-article-author a:hover, .paper_arte_opinione .magazine-article-author a:visited, .paper_arte_opinione .magazine-article-author a:active, .review_musica_opinione .magazine-article-author a, .review_musica_opinione .magazine-article-author a:hover, .review_musica_opinione .magazine-article-author a:visited, .review_musica_opinione .magazine-article-author a:active, .review_libri_opinione .magazine-article-author a, .review_libri_opinione .magazine-article-author a:hover, .review_libri_opinione .magazine-article-author a:visited, .review_libri_opinione .magazine-article-author a:active, .review_schermi_opinione .magazine-article-author a, .review_schermi_opinione .magazine-article-author a:hover, .review_schermi_opinione .magazine-article-author a:visited, .review_schermi_opinione .magazine-article-author a:active, .review_cinema_opinione .magazine-article-author a, .review_cinema_opinione .magazine-article-author a:hover, .review_cinema_opinione .magazine-article-author a:visited, .review_cinema_opinione .magazine-article-author a:active, .review_arte_opinione .magazine-article-author a, .review_arte_opinione .magazine-article-author a:hover, .review_arte_opinione .magazine-article-author a:visited, .review_arte_opinione .magazine-article-author a:active {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(200, 60, 0, var(--tw-text-opacity));
}

.paper_featured_solotesto .magazine-article-author {
  text-align: center;
}

.paper_pop .magazine-article-author {
  text-align: center;
}

/* author image */

.magazine-article-author-img img {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast; /* Webkit */
}

.magazine-article-author-img {
  margin-left: -40%;
}

@media (min-width: 480px) {
  .magazine-article-author-img img {
    max-height: 6.25rem;
  }

  .magazine-article-author-img {
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .magazine-article-author-img img {
    max-height: 6.25rem;
  }
}

/* tag single */

.item_tag_single a, .item_tag_single a:hover, .item_tag_single a:active, .item_tag_single a:visited {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(200, 60, 0, var(--tw-text-opacity));
  text-decoration: none;
}

.item_tag_single a,
.item_tag_single a:hover,
.item_tag_single a:active,
.item_tag_single a:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* tag title */

.item_tag_title_single a, .item_tag_title_single a:hover, .item_tag_title_single a:active, .item_tag_title_single a:visited {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: none;
}

.item_tag_title_single a:first-letter {
  text-transform: capitalize;
}

.review_musica .item_tag_title_single a, .review_musica .item_tag_title_single a:hover, .review_musica .item_tag_title_single a:active, .review_musica .item_tag_title_single a:visited, .review_schermi .item_tag_title_single a, .review_schermi .item_tag_title_single a:hover, .review_schermi .item_tag_title_single a:active, .review_schermi .item_tag_title_single a:visited, .review_libri .item_tag_title_single a, .review_libri .item_tag_title_single a:hover, .review_libri .item_tag_title_single a:active, .review_libri .item_tag_title_single a:visited, .review_cinema .item_tag_title_single a, .review_cinema .item_tag_title_single a:hover, .review_cinema .item_tag_title_single a:active, .review_cinema .item_tag_title_single a:visited, .review_arte .item_tag_title_single a, .review_arte .item_tag_title_single a:hover, .review_arte .item_tag_title_single a:active, .review_arte .item_tag_title_single a:visited {
  font-size: 1.875rem;
  line-height: 2.125rem;
}

@media (min-width: 960px) {
  .review_musica .item_tag_title_single a, .review_musica .item_tag_title_single a:hover, .review_musica .item_tag_title_single a:active, .review_musica .item_tag_title_single a:visited, .review_schermi .item_tag_title_single a, .review_schermi .item_tag_title_single a:hover, .review_schermi .item_tag_title_single a:active, .review_schermi .item_tag_title_single a:visited, .review_libri .item_tag_title_single a, .review_libri .item_tag_title_single a:hover, .review_libri .item_tag_title_single a:active, .review_libri .item_tag_title_single a:visited, .review_cinema .item_tag_title_single a, .review_cinema .item_tag_title_single a:hover, .review_cinema .item_tag_title_single a:active, .review_cinema .item_tag_title_single a:visited, .review_arte .item_tag_title_single a, .review_arte .item_tag_title_single a:hover, .review_arte .item_tag_title_single a:active, .review_arte .item_tag_title_single a:visited {
    padding-bottom: 2.5rem;
  }
}

/* main image */

.magazine-article-main-image figure {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin: 0px;
}

.magazine-article-main-image figcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: black;
  font-style: normal;
  margin: 0;
  padding: 0.75rem 0;
}

.magazine-article-main-image figcaption .credit {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: black;
  font-style: normal;
}

.paper_fotobig .magazine-article-main-image figcaption {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 960px) {
  .paper_fotobig .magazine-article-main-image figcaption {
    text-align: right;
  }
}

/* internal images */

.article-body .item_image {
  margin: 0 0 1.25rem 0;
}

.article-body .item_image:not(:first-child) {
  margin-top: 1.25rem;
}

.article-body .item_image.item_image--pull-left figure {
  margin-left: -1rem;
  margin-right: -1rem;
}

.article-body .item_image.item_image--pull-left figcaption {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 960px) {
  .article-body .item_image.item_image--pull-left figure {
    margin-left: 0;
    margin-right: 0;
  }

  .article-body .item_image.item_image--pull-left figcaption {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .article-body .item_image.item_image--pull-left {
    margin-left: -34%;
    margin-right: 0;
  }
}

/* image full-width */

.paper_featured_orizzontale_titolofuori .article-body .item_image.item_image--full-width figure,
.paper_featured_orizzontale_titolodentro .article-body .item_image.item_image--full-width figure,
.paper_featured_verticale .article-body .item_image.item_image--full-width figure,
.paper_featured_solotesto .article-body .item_image.item_image--full-width figure
{
  margin-left: -1rem;
  margin-right: -1rem;
}

.paper_featured_orizzontale_titolofuori .article-body .item_image.item_image--full-width figcaption,
.paper_featured_orizzontale_titolodentro .article-body .item_image.item_image--full-width figcaption,
.paper_featured_verticale .article-body .item_image.item_image--full-width figcaption,
.paper_featured_solotesto .article-body .item_image.item_image--full-width figcaption
{
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolofuori .article-body .item_image.item_image--full-width figure,
    .paper_featured_orizzontale_titolodentro .article-body .item_image.item_image--full-width figure,
    .paper_featured_verticale .article-body .item_image.item_image--full-width figure,
    .paper_featured_solotesto .article-body .item_image.item_image--full-width figure
    {
    margin-left: 0;
    margin-right: 0;
  }

  .paper_featured_orizzontale_titolofuori .article-body .item_image.item_image--full-width figcaption,
    .paper_featured_orizzontale_titolodentro .article-body .item_image.item_image--full-width figcaption,
    .paper_featured_verticale .article-body .item_image.item_image--full-width figcaption,
    .paper_featured_solotesto .article-body .item_image.item_image--full-width figcaption
    {
    margin-left: 0;
    margin-right: 0;
  }

  .paper_featured_orizzontale_titolofuori .article-body .item_image.item_image--full-width,
    .paper_featured_orizzontale_titolodentro .article-body .item_image.item_image--full-width,
    .paper_featured_verticale .article-body .item_image.item_image--full-width,
    .paper_featured_solotesto .article-body .item_image.item_image--full-width
    {
    margin: 4rem calc(-50% - 1rem);
  }

  .paper_featured_verticale .article-body .item_image.item_image--full-width {
    margin: 4rem calc(-100% - 1.5rem) 4rem 0;
  }
}

@media (min-width: 1280px) {
  .paper_featured_orizzontale_titolofuori .article-body .item_image.item_image--full-width,
    .paper_featured_orizzontale_titolodentro .article-body .item_image.item_image--full-width,
    .paper_featured_solotesto .article-body .item_image.item_image--full-width
    {
    margin: 4rem calc(-50% - 1rem);
  }
}

/* 

.item_image.item_image--float.item_image--fixedheight img,
.item_image.item_image--float.item_image--fixedheight img{
        margin-bottom: 0;
        padding-bottom: 0;
        height: 295px;
        width: auto;
    }
 */

@media (min-width: 960px) {
  .article-body .item_image.item_image--float {
    float: left;
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .article-body .item_image.item_image--float {
    width: 50%;
  }
}

.article-body .item_image.item_image--float {
  margin-left: 0px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0px;
}

@media (min-width: 960px) {
  .article-body .item_image.item_image--float {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .paper_briefing .article-body .item_image.item_image--float {
    display: none;
  }
}

.article-body .item_image.item_type--disegno {
  width: 50%;
}

@media (min-width: 480px) {
  .article-body .item_image.item_type--disegno {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .article-body .item_image.item_type--disegno {
    float: left;
  }
}

.article-body .item_image.item_type--disegno {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0px;
}

.article-body .item_image.item_type--disegno img {
  image-rendering: -webkit-optimize-contrast;
}

.article-body .item_image.item_type--disegno .img_overlay {
  display: none;
}

@media (min-width: 1280px) {
  .article-body .item_image.item_type--disegno {
    margin: 0 0 0 -30%;
    width: 25%;
  }

  .paper_regole .article-body .item_image.item_type--disegno {
    margin: 1rem auto 2rem;
  }
}

.paper_regole .article-body .item_image.item_type--disegno {
  width: 33.333333%;
}

@media (min-width: 960px) {
  .paper_regole .article-body .item_image.item_type--disegno {
    float: none;
  }
}

.article-body .item_image.item_image--figcaption {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

.article-body .item_image.item_image--figcaption:last-of-type {
  border-width: 0px;
}

.article-body .item_image figcaption, .paper_briefing .magazine-article-briefing-left-image figcaption {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-style: normal;
}

.article-body .item_image.item_image--figcaption:last-of-type figcaption {
  padding-bottom: 0px;
}

.article-body .item_image figcaption .credit, .paper_briefing .magazine-article-briefing-left-image figcaption .credit {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-style: normal;
}

.article-body .item_image figcaption .note, .paper_briefing .magazine-article-briefing-left-image figcaption .note {
  font-weight: 400;
  font-style: italic;
}

/* content */

.article_summary, .article_summary p {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.paper_featured_orizzontale_titolofuori .article_summary, .paper_featured_orizzontale_titolofuori .article_summary p, .paper_featured_orizzontale_titolodentro .article_summary, .paper_featured_orizzontale_titolodentro .article_summary p {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

@media (min-width: 1280px) {
  @media (min-width: 960px) {
    .paper_featured_verticale .article_summary, .paper_featured_verticale .article_summary p {
      font-size: 4rem;
      line-height: 3.75rem;
    }
  }
}

.item_text.dropcap::first-letter {
  float: left;
  font-size: 5.875rem;
  line-height: 1.625rem;
  text-align: center;
  text-decoration: none;
  margin: 1.75rem 0.5rem 0.5rem -0.125rem;
  padding: 0;
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  --tw-text-opacity: 1;
  color: rgba(212, 209, 209, var(--tw-text-opacity));
}

@-moz-document url-prefix() {
  .item_text.dropcap p::first-letter {
    float: left;
    font-size: 5.875rem;
    line-height: 1.625rem;
    text-align: center;
    text-decoration: none;
    margin: 0.5rem 0.5rem 0rem -0.125rem;
    padding: 0;
    font-family: Stencil, Georgia, Times New Roman, Times, serif;
    --tw-text-opacity: 1;
    color: rgba(212, 209, 209, var(--tw-text-opacity));
  }
}

@media (min-width: 960px) {
  .item_text.dropcap::first-letter {
    margin: 1.75rem 1.5rem 1.5rem -0.125rem;
  }

  @-moz-document url-prefix() {
    .item_text.dropcap p::first-letter {
      margin: 0.5rem 1.5rem 0rem -0.125rem;
    }
  }
}

.item_text {
  padding: 0;
  margin: 0px 0px 1.125rem 0px;
}

.item_text, .item_text p, .item_verbatim p, .item_list ul, .item_list ol, .item_note, .item_note p, .item_note2, .item_note2 p {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  padding: 0px;
}

.item_text, 
.item_text p, 
.item_verbatim p, 
.item_list ul, 
.item_list ol, 
.item_note, 
.item_note p,
.item_note2,
.item_note2 p {
  margin: 0px 0px 1.125rem 0px;
}

.item_list ul, 
.item_list ol {
  list-style: auto;
}

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

.item_list ul li, .item_list ol li {
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
}

.item_note, .item_note2 {
  margin-top: 1rem;
}

.item_note2,
.item_note2 p {
  font-size: 1.127rem;
  font-style: normal;
  /* color: #BCBCB9; */
  color: #8c8c87;
  clear: both;
}

.item_innerheading {
  padding: 0;
  margin: 0.5rem 0;
}

.item_innerheading, .item_innerheading p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.item_innerheading,
.item_innerheading p {
  font-weight: 900;
}

.item_quote {
  background: none;
  margin: 0px 0px 1.125rem 0px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.item_quote p {
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
}

.item_verbatim {
  background: none;
  margin: 0px 0px 1.125rem 0px;
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 1.5rem;
  padding-top: 5rem;
}

.item_verbatim p {
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
}

.item_verbatim p:before{
  content: ' “ ';
  font-size: 130px;
  position: absolute;
  top: 65px;
  left: -6px;
  --tw-text-opacity: 1;
  color: rgba(98, 28, 58, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .item_verbatim {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 5rem;
  }
}

/* infobox */

.item_infobox_container {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  clear: both;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}

@media (min-width: 960px) {
  .item_infobox_container.item_infobox--left {
    width: 70%;
  }
}

@media (min-width: 1280px) {
  .item_infobox_container.item_infobox--left {
    width: 50%;
  }
}

.item_infobox_container.item_infobox--left img {
  image-rendering: -webkit-optimize-contrast;
}

.item_infobox {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 1px;
  margin: 0px;
  margin-bottom: 1rem;
  padding: 0px;
  padding-bottom: 1rem;
}

.item_infobox .infobox_heading {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(200, 60, 0, var(--tw-text-opacity));
}

.item_infobox .infobox_title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding: 0px;
}

.item_infoboxend{
  clear: both;
  margin: 0px;
  padding: 0px;
}

.item_infoboxend hr{
  display: none;
}

.item_infobox_container .item_text, .item_infobox_container .item_text p, .item_infobox_container .item_verbatim p, .item_infobox_container .item_list ul, .item_infobox_container .item_list ol, .item_infobox_container .item_note, .item_infobox_container .item_note p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

@media (min-width: 960px) {
  .item_infobox_container .item_image.item_image--float {
    float: none;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .item_infobox_container .item_image.item_image--float {
    float: left;
    width: 50%;
  }
}

.item_infobox_container .item_image.item_image--float {
  margin-left: 0px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0px;
}

@media (min-width: 960px) {
  .item_infobox_container .item_image.item_image--float {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 2rem;
  }
}

.item_infobox_container .item_image.item_image--figcaption:nth-last-child(2) {
  border-width: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* minireview */

.item_minireview {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  margin-bottom: 0.5rem;
  padding-bottom: 3rem;
}

.item_minireview .minireview-title, .item_minireview .minireview-author, .item_minireview .minireview-italic, .item_minireview .minireview-producer, .item_minireview .minireview-text, .item_minireview .minireview-text p {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.item_minireview .minireview-author {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 80, 93, var(--tw-text-opacity));
}

.item_minireview .minireview-title {
  font-weight: 700;
}

.item_minireview .minireview-italic, .item_minireview .minireview-producer {
  font-style: italic;
}

/* ads */

.banner_top_container.active  {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .banner_top_container.active {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.banner_top_container.active  .ads_title_top {
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  letter-spacing: initial;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
  margin-top: 0.5rem;
}

.adv-mpu-container {
  width: 300px;
}

.adv-mpu-container .hentry--banner {
  background: #fff;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
}

.adv-mpu-container .hentry--banner .article_mpu {
  padding: 0;
  height: auto;
}

.adv-mpu-container .hentry--banner .ads_title {
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  letter-spacing: initial;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
  margin-top: 0.5rem;
}

.adv-mpu-container .hentry--banner .wrapAd, 
.adv-mpu-container .hentry--banner img {
  height: auto;
  max-height: none;
  background: #ddd;
}

.adv-stream-container {
  background: #fff;
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.adv-stream-container .hentry--banner {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.adv-stream-container .hentry--banner img{
  display: inline-block;
}

.adv-stream-container .hentry--banner .ads_title {
  text-transform: capitalize;
  text-align: center;
  float: none;
  display: inline-block;
  letter-spacing: initial;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
  margin-top: 0.5rem;
}

.adv-stream-container .hentry--banner .lazyload_ad {
  padding: 0.5rem 0 2rem 0;
}

.adv-stream-container .lazyload_ad iframe {
  background: #ddd;
}

@media (min-width: 960px) {
  .adv-stream-container {
    margin-right: -72%;
  }

  .paper_featured_orizzontale_titolofuori .adv-stream-container,
    .paper_featured_orizzontale_titolodentro .adv-stream-container,    
    .paper_featured_solotesto .adv-stream-container, 
    .paper_pop .adv-stream-container
    {
    margin-left: -50%;
    margin-right: -50%;
  }

  .paper_featured_verticale .adv-stream-container {
    margin-left: 0;
    margin-right: calc(-100% - 1.5rem);
  }
}

@media (min-width: 1280px) {
  .adv-stream-container {
    margin-left: -34%;
    margin-right: -68%;
  }
}

/* review attributes */

.content_review_attributes {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  margin: 0px;
  padding: 0px;
}

.content_review_attributes .review-author {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 80, 93, var(--tw-text-opacity));
}

.content_review_attributes .review-title {
  font-weight: 700;
}

.content_review_attributes .review-label, .content_review_attributes .review-info {
  font-style: italic;
}

.content_review_attributes .review-label,
.content_review_attributes .review-info {
  word-break: break-word;
}

.content_review_attributes .review-score {
  margin-top: 0.75rem;
}

.score_1{
  --tw-text-opacity: 1;
  color: rgba(98, 28, 58, var(--tw-text-opacity));
}

.score_0{
  --tw-text-opacity: 1;
  color: rgba(212, 209, 209, var(--tw-text-opacity));
}

/* posta */

.paper_posta .item_posta_divider {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  clear: both;
  margin-bottom: 0.75rem;
  padding-top: 0.5rem;
}

@media (min-width: 960px) {
  .paper_posta .item_posta_divider {
    margin-bottom: 1.25rem;
    padding-top: 2rem;
  }
}

.paper_posta .item_innerheading {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-top: 0px;
  padding-bottom: 1.25rem;
}

@media (min-width: 960px) {
  .paper_posta .item_innerheading {
    border-width: 0px;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 25%;
  }

  .paper_posta .item_text {
    float: right;
    margin-bottom: 0px;
    width: 70%;
  }
}

/* graphic journalism */

@media (min-width: 960px) {
  .paper_graphic_journalism .article-body {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paper_graphic_journalism .article-body .item_image {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 48%;
  }

  .paper_graphic_journalism .article-body .item_image:nth-of-type(2n+1)::after, 
    .paper_graphic_journalism .article-body .item_image:last-of-type::after
    {
    clear: both;
    content: ' ';
    display: block;
    margin: 2rem 0;
  }

  .paper_graphic_journalism .article-body .item_image.item_image--full-width {
    float: none;
    width: 100%;
  }
}

/* fotobig */

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

article.paper_fotobig, article.paper_fotobig p, article.paper_fotobig div, article.paper_fotobig .magazine-article-main-image figcaption, article.paper_fotobig .magazine-article-main-image figcaption .credit {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

/* strisce */

article.paper_strisce .article-body {
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  article.paper_strisce .article-body {
    margin-bottom: 2rem;
  }
}

/* featured */

.paper_featured_orizzontale_titolodentro .magazine-article-main-image figure {
  min-height: 400px;
}

.paper_featured_orizzontale_titolodentro .magazine-article-main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 500px;
  width: 100%;
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolodentro .magazine-article-main-image img {
    -o-object-fit: initial;
       object-fit: initial;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolodentro .magazine-article-main-image figure {
    width: 100%;
    /* padding-bottom: 56.25%; */
    padding-bottom: 54.25%;     /* updated for low height images */
    height: 0px;
    overflow: hidden;
  }
}

.paper_featured_orizzontale_titolodentro .magazine-article-main-image figcaption {
  display: none;
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolodentro .magazine-article-main-image-figcaption {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.paper_featured_orizzontale_titolodentro .magazine-article-main-image-figcaption figcaption {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-style: normal;
}

.paper_featured_orizzontale_titolodentro .magazine-article-main-image-figcaption figcaption .credit {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-style: normal;
}

.paper_featured_orizzontale_titolodentro .magazine-article-author {
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .paper_featured_orizzontale_titolodentro .magazine-article-author {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.paper_featured_orizzontale_titolodentro .magazine-article-author a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* featured verticale */

.paper_featured_verticale .magazine-article-author {
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .paper_featured_verticale .magazine-article-author {
    padding-left: 0px;
    padding-right: 0px;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
}

.paper_featured_verticale .magazine-article-author a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .paper_featured_verticale .magazine-article-author a {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
}

.paper_featured_verticale .magazine-article-main-image {
  min-height: 400px;
}

.paper_featured_verticale .magazine-article-main-image figcaption {
  display: none;
}

@media (min-width: 960px) {
  .paper_featured_verticale .magazine-article-main-image figcaption {
    display: block;
  }
}

.paper_featured_verticale .magazine-article-main-image-figcaption figcaption {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-style: normal;
}

.paper_featured_verticale .magazine-article-main-image-figcaption figcaption .credit {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-style: normal;
}

@media (min-width: 960px) {
  .paper_featured_verticale .article-body > .item_image:not(.item_type--disegno) {
    float: right;
    margin-top: 0px;
    width: 100%;
    margin-right: calc(-100% - 1.5rem);
  }

  .paper_featured_verticale .article-body > .item_image.item_image--figcaption {
    border: none;
  }
}

@media (min-width: 1280px) {
  .paper_featured_verticale .article-body > .item_image.item_type--disegno {
    float: none;
    width: 25%;
    margin: 1rem auto 2rem;
  }
}

.paper_featured_verticale .magazine-article-featured-title-container,
.paper_featured_orizzontale_titolodentro .magazine-article-featured-title-container {
  background: rgba(0, 0, 0, 0.85);
  background: -owg-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
  background: linear-gradient(transparent,rgba(0, 0, 0, 0.85));
}

@media (min-width: 960px) {
  .paper_featured_verticale .magazine-article-featured-title-container {
    background: transparent;
  }
}

/* featured solo testo */

.paper_featured_solotesto .magazine-article-featured-title-container {
  min-height: 60vh;
}

@media (min-width: 960px) {
  .paper_featured_solotesto .magazine-article-featured-title-container {
    min-height: 680px; /* 630*/
  }
}

@media (min-width: 1280px) {
  .paper_featured_solotesto .magazine-article-featured-title-container {
    min-height: 740px; /* 690 */
  }
}

/* pop */

.paper_pop .magazine-article-main-image {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 2.5rem;
}

@media (min-width: 960px) {
  .paper_pop .magazine-article-main-image {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.paper_pop .magazine-article-main-image figure {
  border-width: 0px;
}

.paper_pop .magazine-article-main-image figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .paper_pop .magazine-article-main-image figcaption {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* article tools share */

.magazine-article-share-tools a {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 22px 22px;
  margin-right: 0.25rem;
}

.tools-share {
  background: transparent url('../img/icons/tools/share_black.svg') no-repeat;
}

.tools-print {
  background: transparent url('../img/icons/tools/print_black.svg') no-repeat;
}

.tools-save {
  background: transparent url('../img/icons/tools/bookmark_black.svg') no-repeat;
}

.magazine-article-share-popup {
  margin-left: -1rem;
  padding: 1rem;
  padding-top: 2rem;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

@media (min-width: 960px) {
  .magazine-article-share-popup {
    margin-left: -1rem;
    padding: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: absolute;
    bottom: auto;
    width: auto;
  }
}

.magazine-article-share-popup a, .magazine-article-share-popup a:hover, .magazine-article-share-popup a:active, .magazine-article-share-popup a:visited {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.magazine-article-share-close {
  background: transparent url('../img/icons/close_black.svg') no-repeat center;
  float: right;
  height: 1rem;
  margin-top: -1rem;
  width: 1rem;
}

@media (min-width: 960px) {
  .magazine-article-share-close {
    display: none;
  }
}

.share-icon {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 1rem;
}

.share-icon--facebook {
  background: transparent url('../img/icons/tools/social/facebook_black.svg') no-repeat;
  background-size: 26px 26px;
}

.share-icon--twitter {
  background: transparent url('../img/icons/tools/social/twitter_black.svg') no-repeat;
  background-size: 24px 24px;
}

.share-icon--email {
  background: transparent url('../img/icons/tools/email_black.svg') no-repeat;
  background-size: 24px 24px;
}

.share-icon--whatsapp {
  background: transparent url('../img/icons/tools/social/whatsapp_black.svg') no-repeat;
  background-size: 24px 24px;
}

/* article tools share darkmode (fotobig) */

.darkmode .magazine-article-share-tools a {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.darkmode .magazine-article-share-popup, .darkmode .magazine-article-share-popup li {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(126, 126, 124, var(--tw-border-opacity));
}

.darkmode .magazine-article-share-close {
  background: transparent url('../img/icons/close.svg') no-repeat center;
}

.darkmode .tools-share {
  background: transparent url('../img/icons/tools/share_white.svg') no-repeat;
  background-size: 22px 22px;
}

.darkmode .tools-print {
  background: transparent url('../img/icons/tools/print_white.svg') no-repeat;
  background-size: 22px 22px;
}

.darkmode .tools-save {
  background: transparent url('../img/icons/tools/bookmark_white.svg') no-repeat;
  background-size: 22px 22px;
}

.darkmode .share-icon--facebook {
  background: transparent url('../img/icons/tools/social/facebook_white.svg') no-repeat;
  background-size: 26px 26px;
}

.darkmode .share-icon--twitter {
  background: transparent url('../img/icons/tools/social/twitter_white.svg') no-repeat;
  background-size: 24px 24px;
}

.darkmode .share-icon--email {
  background: transparent url('../img/icons/tools/email_white.svg') no-repeat;
  background-size: 24px 24px;
}

.darkmode .share-icon--whatsapp {
  background: transparent url('../img/icons/tools/social/whatsapp_white.svg') no-repeat;
  background-size: 24px 24px;
}

.darkmode .magazine-article-share-triangle {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(126, 126, 124, var(--tw-border-opacity));
}

/* related */

.article_related {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  clear: both;
  margin-top: 4rem;
}

@media (min-width: 960px) {
  .article_related {
    margin-top: 0px;
  }
}

.article_related #ed_Related_Box {
  display: block;
}

.article_related #ed_Related_Box {
  width: auto;
  float: none;
}

.article_related #ed_Related_Box .title{
  border: inherit;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-width: 0px;
  border-top-width: 1px;
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.article_related #ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img,
.article_related #ed_Related_Sp_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img {
  display: none;
}

.article_related #ed_Related_Box .ed_Related_Record_Div_First .ed_Related_Record_Div_Img, .article_related #ed_Related_Sp_Box .ed_Related_Record_Div_First .ed_Related_Record_Div_Img {
  display: block;
  padding-bottom: 0.5rem;
}

.article_related #ed_Related_Box .ed_Related_Record_Div .ed_Related_Record_Div_Img.ed_Related_Record_Div_Img__logo_hidden,
.article_related #ed_Related_Box .ed_Related_Record_Div_First .ed_Related_Record_Div_Img.ed_Related_Record_Div_Img__logo_hidden {
  display: none !important;
}

.article_related #ed_Related_Box .ed_Related_Record_Div.ed_Related_Record_Div_First {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  padding-top: 0.75rem;
}

.article_related #ed_Related_Box .ed_Related_Record_Div,
.article_related #ed_Related_Box .ed_Related_Record_Div:nth-child(odd)
{
  border: 0;
  border-top: 1px solid;
}

.article_related #ed_Related_Box .ed_Related_Record_Div, .article_related #ed_Related_Box .ed_Related_Record_Div:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  margin: 0px;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.article_related #ed_Related_Box .ed_Related_Record_Content {
  margin: 0px;
  padding: 0px;
}

.article_related #ed_Related_Box .ed_Related_Record_Content .ed_Related_Record_Date {
  display: none;
}

.article_related #ed_Related_Box .ed_Related_Record_Content a.ed_Related_Link_Text, .article_related #ed_Related_Box .ed_Related_Record_Content a.ed_Related_Link_Text:hover, .article_related #ed_Related_Box .ed_Related_Record_Content a.ed_Related_Link_Text:visited, .article_related #ed_Related_Box .ed_Related_Record_Content a.ed_Related_Link_Text:active {
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.article_related #ed_Related_Box .ed_Related_Author, 
.article_related #ed_Related_Box .ed_Related_Author:active, 
.article_related #ed_Related_Box .ed_Related_Author:visited, 
.article_related #ed_Related_Box .ed_Related_Author:hover {
  /*@apply text-md-b font-black m-0 mt-2 text-neutral-700;*/
}

.article_related #ed_Related_Box .ed_Related_Author, .article_related #ed_Related_Box .ed_Related_Author:active, .article_related #ed_Related_Box .ed_Related_Author:visited, .article_related #ed_Related_Box .ed_Related_Author:hover {
  display: none;
}

/* next article */

.article_next{
  display: block;
  float: none;
  margin-top: 4rem;
  width: auto;
}

.article_next h3{
  border: inherit;
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-width: 0px;
  border-top-width: 1px;
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin: 0px;
  padding-top: 0.5rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 960px) {
  .article_next h3 {
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .article_next h3 {
    padding-right: 0px;
  }
}

.article_next .article_next__content {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  padding-top: 0.5rem;
  min-height: 100px;
}

.article_next .article_next__title {
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.article_next .article_next__title a, .article_next .article_next__title a:hover
.article_next .article_next__title a:visited, .article_next .article_next__title a:active {
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.article_next .article_next__tag a, .article_next .article_next__tag a:hover
.article_next .article_next__tag a:visited, .article_next .article_next__tag a:active {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
}

.article_next .article_next__tag a,
.article_next .article_next__tag a:hover
.article_next .article_next__tag a:visited,
.article_next .article_next__tag a:active {
  letter-spacing: 1px;
}

.article_next .article_next__author {
  display: none;
}

.article_next .article_next__author a, .article_next .article_next__author a:hover
.article_next .article_next__author a:visited, .article_next .article_next__author a:active {
  display: none;
}

/* darkmode */

.darkmode .article_next, .darkmode .article_next a, .darkmode .article_next a:hover, .darkmode .article_next a:visited, .darkmode .article_next a:active, .darkmode .article_next h3 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.darkmode .article_next h3 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.darkmode .article_next .article_next__content {
  --tw-border-opacity: 1;
  border-color: rgba(126, 126, 124, var(--tw-border-opacity));
}

/* box others articles from issue */

.article_others_articles {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  clear: both;
  margin-top: 4rem;
}

@media (min-width: 960px) {
  .article_others_articles {
    margin-top: 0px;
    margin-bottom: 8rem;
  }
}

.others_header .title{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-width: 0px;
  border-top-width: 1px;
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-bottom: 0px;
  padding-top: 0.5rem;
}

.others_header .issue{
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.article_others_articles .others__item:first-of-type {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  padding-top: 0.75rem;
}

.article_others_articles .others__item
{
  border: 0;
  border-top: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  margin: 0px;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.article_others_articles .others__item_title a, .article_others_articles .others__item_title a:hover, .article_others_articles .others__item_title a:visited, .article_others_articles .others__item_title a:active {
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.article_others_articles .others__item_tag a, .article_others_articles .others__item_tag a:hover
.article_others_articles .others__item_tag a:visited, .article_others_articles .others__item_tag a:active {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.article_others_articles .others__item_tag a,
.article_others_articles .others__item_tag a:hover
.article_others_articles .others__item_tag a:visited,
.article_others_articles .others__item_tag a:active {
  letter-spacing: 1px;
}

/* box others authors post-type opinioni */

.article_others_authors .others_header .title{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-width: 0px;
  border-top-width: 1px;
  font-family: Lyon Text OSF Web, Georgia, Times New Roman, Times, serif;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.article_others_authors .others__item {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 193, var(--tw-border-opacity));
  border-top-width: 1px;
  clear: both;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 960px) {
  .article_others_authors .others__item {
    border-top-width: 0px;
    border-right-width: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 16.666667%;
  }
}

.article_others_authors .others__item:first-child {
  padding-left: 0px;
}

.article_others_authors .others__item:last-child {
  border-right-width: 0px;
}

.article_others_authors .others__item_tag {
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.375rem;
}

.article_others_authors .others__item_title {
  font-size: 1.1875rem;
  line-height: 1.375rem;
}

.article_others_authors .others__item_img {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .article_others_authors .others__item_img {
    float: none;
    margin-right: 0px;
  }
}

.article_others_authors .others__item_img {
  height: 64px;
  width: 64px;
}

@media (min-width: 960px) {
  .article_others_authors .others__item_img {
    height: 86px;
    width: 86px;
  }
}

.article_others_authors .others__item_img img {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 219, 217, var(--tw-bg-opacity));
  border-radius: 9999px;
  width: 64px;
  height: 64px;
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 960px) {
  .article_others_authors .others__item_img img {
    width: 86px;
    height: 86px;
  }
}

/* paywall box */

.paywall-subscribe-box {
  padding: 16px !important;
  background-color: #F5F3ED;
}

.paywall-subscribe-box.active{
  display: block;
  position: relative;
  clear: both;
  top: -40px;
}

.paywall-box-title {
  border-width: 0px;
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: normal;
  display: block;
  font-family: "Stencil",Georgia,"Times New Roman",Times,serif;
  padding: 0px;
  padding-bottom: 20px;
}

@media (min-width: 960px) {
  .paywall-box-title {
    font-size: 36px;
    line-height: 40px;
  }
}

.paywall-box-body {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 193, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

@media (min-width: 960px) {
  .paywall-box-body {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.paywall-box-body {
  padding: 0 0 70px;
  margin-bottom: 20px;
}

.paywall-box__login {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 193, var(--tw-border-opacity));
  border-right-width: 1px;
  margin: 0;
  padding: 0;
}

.paywall-box-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  float: none;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paywall-box__login,
.paywall-box__subscribe {
  width: 48%;
  height: 150px;
}

.paywall-box__login, .paywall-box__subscribe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.paywall-box__login p, .paywall-box__subscribe p {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

@media (min-width: 960px) {
  .paywall-box__login p, .paywall-box__subscribe p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.paywall-subscribe-box .btn {
  border-radius: 0.25rem;
  width: 90% !important;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 13px 0;
}

@media (min-width: 480px) {
  .paywall-subscribe-box .btn {
    width: 190px !important;
    margin-bottom: 0;
  }
}

article.paper_fotobig .paywall-subscribe-box.active .paywall-box-fade { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

article.paper_fotobig .paywall-subscribe-box,
article.paper_fotobig .paywall-subscribe-box div,
article.paper_fotobig .paywall-subscribe-box p {
  color: black !important;
}

.page_context.sommario .page_context__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  padding-bottom: 1rem;
}

@media (min-width: 960px) {
  .page_context.sommario .page_context__title {
    font-size: 2.375rem;
    line-height: 2.675rem;
  }
}

.page_context.sommario .page_context__content {
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-bottom: 1rem;
}

.page_context.sommario .page_context__brief {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(70, 69, 69, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .page_context.sommario .page_context__brief {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page_context__img img {
  width: auto;
}

/* abstract blocks */

.abstract-testatina {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-top: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
  grid-column: 1 / -1;
}

@media (min-width: 960px) {
  .abstract-testatina {
    font-size: 2.375rem;
    line-height: 2.675rem;
    margin-top: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.abstract-testatina-cultura {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(212, 209, 209, var(--tw-text-opacity));
  grid-column: 1 / -1;
}

@media (min-width: 960px) {
  .abstract-testatina-cultura {
    font-size: 2.375rem;
    line-height: 2.675rem;
    margin-top: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.abstract-testatina + .abstract-testatina-cultura {
  margin-top: 0px;
}

.abstract-article__img {
  margin-bottom: 0.5rem;
}

.abstract-article .abstract-article__img {
  height: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 65%;
}

.abstract-article .abstract-article__img img {
  margin: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (min-width: 960px) {
  .abstract-article.abstract-article--big .abstract-article__img,
    .abstract-article.abstract-article--photo .abstract-article__img {
    width: calc(33% - 0.75rem);
    height: 0;
    padding-bottom: calc((33% - 0.75rem) * 0.65);
    overflow: hidden;
  }

  .abstract-article.abstract-article--big .abstract-article__img, .abstract-article.abstract-article--photo .abstract-article__img {
    float: left;
    margin-right: 1.5rem;
    position: relative;
  }

  .abstract-article .abstract-article__img img {
    bottom: auto;
  }
}

@media (min-width: 1280px) {
  .abstract-article.abstract-article--photo .abstract-article__img {
    float: none;
    margin-right: 0px;
    width: 100%;
    padding-bottom: 65%;
  }
}

.abstract-article__tag {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0px;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

.abstract-article .abstract-article__title {
  display: block;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.875rem;
  padding: 0px;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.abstract-article .abstract-article__title a, .abstract-article .abstract-article__title a:hover, .abstract-article .abstract-article__title a:active, .abstract-article .abstract-article__title a:visited {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.abstract-article.abstract-article--big .abstract-article__title {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

@media (min-width: 960px) {
  .abstract-article.abstract-article--big .abstract-article__title {
    font-size: 2.375rem;
    line-height: 2.675rem;
  }
}

.abstract-article.abstract-article--small .abstract-article__title, .abstract-article.abstract-article--photo .abstract-article__title {
  padding-bottom: 0.5rem;
}

.abstract-article .abstract-article__author {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
}

.abstract-article .abstract-article__author a, .abstract-article .abstract-article__author a:hover, .abstract-article .abstract-article__author a:active, .abstract-article .abstract-article__author a:visited {
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
}

.abstract-article .abstract-article__title a:hover, .abstract-article .abstract-article__author a:hover {
  text-decoration: none;
}

.abstract-article .abstract-article__author .authors-comma:last-child {
  display: none;
}

.abstract-article__content, .abstract-article__content p {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}

.abstract-article {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  grid-column: 1 / -1;
}

.abstract-article.abstract-article--big:before,
.abstract-article.abstract-article--big:after,
.abstract-article.abstract-article--photo:before,
.abstract-article.abstract-article--photo:after,
.abstract-testatina:before,
.abstract-testatina-cultura:before {
  content: '';
  display: block;
  clear: both;
}

.abstract-article.abstract-article--photo {
  grid-column: 1 / -1;
}

@media (min-width: 1280px) {
  .abstract-article.abstract-article--photo {
    grid-column: span 4 / span 4;
  }
}

.abstract-article--photo div:last-child {
  padding-bottom: 0px;
}

/* masonry small articles style */

/* .masonry-items {
    max-width: 100% !important;
} */

@media (min-width: 960px) {
  .masonry-items {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .masonry-items {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.masonry-items .abstract-article--small {
  display: block;
  width: 100%;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@-moz-document url-prefix(){
  .masonry-items .abstract-article--small {
    display: inline-block;
  }
}

/* navigation bar */

.magazine-sommario-navigator {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .magazine-sommario-navigator {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.magazine-sommario-navigator .navigator_prev {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-bottom-width: 1px;
  line-height: 2.25rem;
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .magazine-sommario-navigator .navigator_prev {
    border-width: 0px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    width: 33.333333%;
  }
}

.magazine-sommario-navigator .navigator_center {
  --tw-border-opacity: 1;
  border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  border-width: 0px;
  border-bottom-width: 1px;
  line-height: 2.25rem;
  padding: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 960px) {
  .magazine-sommario-navigator .navigator_center {
    border-width: 0px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 33.333333%;
  }
}

.magazine-sommario-navigator .navigator_next {
  border-width: 0px;
  line-height: 2.25rem;
  padding: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 960px) {
  .magazine-sommario-navigator .navigator_next {
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
    width: 33.333333%;
  }
}

.magazine-sommario-navigator:after {
  content: '';
  display: block;
  clear: both;
}

.magazine-sommario-navigator .navigator_prev a, .magazine-sommario-navigator .navigator_center a, .magazine-sommario-navigator .navigator_next a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 110, 175, var(--tw-text-opacity));
  text-transform: uppercase;
}

.magazine-sommario-navigator .navigator_prev span, .magazine-sommario-navigator .navigator_next span {
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
}

.magazine-sommario-navigator .navigator_prev .arrow_prev {
  background: url('../img/icons/diz_arrow_prev.svg');
  background-repeat: no-repeat;
  background-position: -12px -8px;
  padding-left: 20px;
}

.magazine-sommario-navigator .navigator_next .arrow_next {
  background: url('../img/icons/diz_arrow_next.svg');
  background-repeat: no-repeat;
  background-position: 84px -8px;
  padding-right: 20px;
}

/* abstract post-type revision */

.main-container .hentry--item.hentry--abstract .hentry--item__content {
  float: none;
  margin: 0px;
  padding: 0px;
}

.hentryfeed__container:not(.container_full) .main-container .hentry--item.hentry--abstract .content_data {
  display: grid;
  padding-left: 0px;
  padding-right: 0px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .main-container .hentry--item.hentry--abstract .content_data {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.hentryfeed__container:not(.container_full) .main-container .hentry--item.hentry--abstract {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .hentryfeed__container:not(.container_full) .main-container .hentry--item.hentry--abstract {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* abstract old template for old issues */

.hentryfeed__container.container_full .hentry--item.hentry--abstract {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  width: auto;
}

@media (min-width: 1280px) {
  .hentryfeed__container.container_full .hentry--item.hentry--abstract {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 2rem;
  }
}

.hentryfeed__container.container_full .hentry--item.hentry--abstract .hentry__category_abstract {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hentryfeed__container.container_full .hentry--abstract .hentry__title {
  font-weight: 700;
}

/* essenziale subscribe box */

.essenziale-subscribe-box {
  margin-top: 4rem;
  padding: 1rem;
  background-color: #F5F3ED;
}

.essenziale-subscribe-box-title {
  border-width: 0px;
  display: block;
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 2.675rem;
  padding: 0px;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .essenziale-subscribe-box-title {
    font-size: 36px;
    line-height: 40px;
  }
}

.essenziale-subscribe-box-body {
  font-family: Guardian Text Egyptian Web, Verdana, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 0px;
  padding-bottom: 1.75rem;
}

@media (min-width: 960px) {
  .essenziale-subscribe-box-body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.essenziale-subscribe-box-body {
  margin-bottom: 0px;
}

.essenziale-subscribe-box-buttons {
  float: left;
  font-family: Graphik Web, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-bottom: 1rem;
  text-align: center;
}

.essenziale-subscribe-box .btn {
  border-radius: 0.25rem;
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  width: 190px !important;
  margin-bottom: 10px;
  padding: 18px 0;
}

@media (min-width: 480px) {
  .essenziale-subscribe-box .btn {
    margin-bottom: 0;
  }
}

.essenziale-subscribe-box .btn-primary,
.essenziale-subscribe-box .btn-primary:hover,
.essenziale-subscribe-box .btn-primary:visited,
.essenziale-subscribe-box .btn-primary:active{
  background-color: #007bb5;
  border-color: #007bb5;
  box-shadow: none;
  color: #fff;
}

.item-article{
  position: relative;
}

.item-article__title a {
  text-decoration: none;
}

@media (min-width: 960px) {
  .item-article.item-article--border::after {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    height: 100%;
    position: absolute;
    top: 0px;
    right: -0.5rem;
  }

  @media (min-width: 960px) {
    .item-article.item-article--border::after {
      right: -0.75rem;
    }
  }

  .item-article.item-article--border::after {
    content: '';
    width: 0.5px;
  }
}

/* opening */

.block-articles-opening {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 960px) {
  .block-articles-opening {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.item-article.item-article--titlein .item-article__title {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .item-article.item-article--titlein .item-article__title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}

@media (min-width: 960px) {
  .item-article.item-article--titlein .item-article__title {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .item-article.item-article--titlein .item-article__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.item-article.item-article--titlein .item-article__text {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .item-article.item-article--titlein .item-article__text {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .item-article.item-article--titlein .item-article__text {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.item-article .item-article__tag {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: 1px;
}

.item-article.item-article--titlein .item-article__tag {
  padding-top: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.item-article.item-article--titlein {
  overflow: hidden;
  position: relative;
}

.item-article .item-article__authors .authors_comma:last-child {
  display: none;
}

.item-article .item-article__authors {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.item-article.item-article--titlein .item-article__authors {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.item-article.item-article--titlein .item-article__contents {
  padding: 1rem;
  padding-bottom: 6rem;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.65);
  background: -owg-linear-gradient(rgba(0, 0, 0, 0.65), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.65), transparent);
}

.item-article.item-article--titlein .item-article__image-cropped-16-9 {
  height: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 133%;
}

.item-article.item-article--titlein .item-article__image-cropped-16-9 img {
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 960px) {
  .item-article.item-article--titlein .item-article__image-cropped-16-9 {
    height: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }

  .item-article.item-article--titlein .item-article__image-cropped-16-9 img {
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}

/* image cropped */

.item-article__image-cropped-16-9 {
  height: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.item-article__image-cropped-4-3 {
  height: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

.item-article__image-cropped-3-2 {
  height: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
}

.item-article__image-cropped-16-9 img, .item-article__image-cropped-4-3 img, .item-article__image-cropped-3-2 img {
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/* article round */

.item-article--circle {
  display: flex;
  flex-direction: column;
}

.item-article--circle .item-article__title{
  width: 50%;
}

@media (min-width: 960px) {
  .item-article--circle .item-article__title {
    width: 80%;
  }
}

.item-article__image-cropped-round {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  max-width: 100%;
  width: 75%;
  height: auto;
  padding-bottom: 75%;
}

@media (min-width: 960px) {
  .item-article__image-cropped-round {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin-top: auto;
  }
}

.item-article__image-cropped-round img {
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.block-articles-tpl1 .item-article .item-article__title, .block-articles-tpl2 .item-article .item-article__title {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .block-articles-tpl1 .item-article .item-article__title, .block-articles-tpl2 .item-article .item-article__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.item-article--photo figure {
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .item-article--photo .item-article__title {
    width: 50%;
  }
}

.block-articles-tpl1 .item-article--circle, .block-articles-tpl2 .item-article--circle, .block-articles-tpl1 .item-article--photo, .block-articles-tpl2 .item-article--photo {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-bottom: 1rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 960px) {
  .block-articles-tpl1 .item-article--circle, .block-articles-tpl2 .item-article--circle, .block-articles-tpl1 .item-article--photo, .block-articles-tpl2 .item-article--photo {
    border-width: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.block-articles-tpl1 .side-articles .item-article .item-article__title, .block-articles-tpl2 .side-articles .item-article .item-article__title {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.block-articles-tpl1 .side-articles .item-article:not(:last-child), .block-articles-tpl2 .side-articles .item-article:not(:last-child) {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.block-articles-tpl1 .side-articles .item-article .item-article__authors, .block-articles-tpl2 .side-articles .item-article .item-article__authors {
  padding-top: 0px;
  padding-bottom: 1rem;
}

.block-articles-tpl1 .item-article--circle .item-article__authors, .block-articles-tpl2 .item-article--circle .item-article__authors, .block-articles-tpl1 .item-article--photo .item-article__authors, .block-articles-tpl2 .item-article--photo .item-article__authors {
  padding-top: 0px;
}

/* favourites */

.block-articles-fav {
  margin-top: 6rem;
}

.block-articles-fav .item-article:nth-child(2)::after, .block-articles-fav .item-article:nth-child(5)::after {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  height: 100%;
  position: absolute;
  top: 0px;
  right: -0.5rem;
}

@media (min-width: 960px) {
  .block-articles-fav .item-article:nth-child(2)::after, .block-articles-fav .item-article:nth-child(5)::after {
    right: -0.75rem;
  }
}

.block-articles-fav .item-article:nth-child(2)::after,
.block-articles-fav .item-article:nth-child(5)::after {
  content: '';
  width: 0.5px;
}

@media (min-width: 960px) {
  .block-articles-fav .item-article:not(:last-child)::after {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    height: 100%;
    position: absolute;
    top: 0px;
    right: -0.5rem;
  }

  @media (min-width: 960px) {
    .block-articles-fav .item-article:not(:last-child)::after {
      right: -0.75rem;
    }
  }

  .block-articles-fav .item-article:not(:last-child)::after {
    content: '';
    width: 0.5px;
  }
}

.block-articles__title {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  /* text-decoration: underline;
    text-decoration-color: #94888E;
    text-decoration-thickness: 10px;
    text-underline-offset: 0.05rem; */
}

.block-articles__title span{
  padding-bottom: 0px;
  border-bottom: 10px solid #94888E;
}

.block-articles-fav .item-article {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.block-articles-fav .item-article .item-article__title {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .block-articles-fav .item-article .item-article__title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 960px) {
  .block-articles-fav .item-article .item-article__title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

.block-articles-fav .item-article .item-article__tag {
  padding-bottom: 0px;
  padding-top: 1rem;
}

.block-articles-fav .item-article .item-article__authors {
  padding-top: 1rem;
}

@media (min-width: 960px) {
  .block-articles-fav .item-article .item-article__authors {
    margin-top: auto;
    padding-bottom: 0px;
  }
}

/* middle article */

.block-articles-single {
  margin-top: 6rem;
}

.block-articles-single .item-article__title {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .block-articles-single .item-article__title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}

@media (min-width: 1280px) {
  .block-articles-single .item-article__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.block-articles-single .item-article__text.text--columns {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .block-articles-single .item-article__text.text--columns {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.block-articles-single .item-article__authors {
  padding-top: 0px;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .block-articles-single .item-article__text.text--columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    -moz-column-rule: 1px solid black;
         column-rule: 1px solid black;
  }
}

.block-articles-single .item-article__tag {
  padding-bottom: 0px;
  padding-top: 1rem;
}

/* cultura */

.block-articles-tpl2 {
  margin-top: 6rem;
}

.block-articles-tpl2 .block-articles__title {
  margin-bottom: 1.5rem;
}

/* footer */

.footer--home.footer--essenziale .contentinfo__inner {
  max-width: 1440px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .footer--home.footer--essenziale .contentinfo__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .footer--home.footer--essenziale .footer_section_1 {
    width: 66%;
  }

  .footer--home.footer--essenziale .footer_section_2 {
    width: 33%;
  }
}

.block-newsletter {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 237, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
}

.block-newsletter .block-articles__title {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  padding-top: 1rem;
  border-top-width: 0;
  border-bottom-width: 0;
  padding-bottom: 1.5rem;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.block-newsletter .block-articles__title span {
  border-bottom: none;
}

.block-newsletter button {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 18px;
  padding: 0.7rem 3rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.block-newsletter button:focus,
.block-newsletter button:focus-visible {
  outline: none;
}

/* essenziale articles */

.essenziale_article .magazine-article-title {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  .essenziale_article .magazine-article-title {
    font-size: 2.8125rem;
    line-height: 3.0625rem;
    padding-top: 1rem;
    padding-bottom: 3.25;
  }
}

.essenziale_article.essenziale_articolo_lungo .magazine-article-title {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

@media (min-width: 960px) {
  .essenziale_article.essenziale_articolo_lungo .magazine-article-title {
    font-size: 5rem;
    line-height: 5rem;
    padding-top: 1rem;
    padding-bottom: 3.25;
  }
}

/* author tag */

.essenziale_article .magazine-article-author {
  padding-bottom: 1rem;
}

.essenziale_article .magazine-article-author a, .essenziale_article .magazine-article-author a:hover, .essenziale_article .magazine-article-author a:visited, .essenziale_article .magazine-article-author a:active {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* publish date */

.essenziale_article .magazine-article-author .meta-time-comma {
  margin-left: -0.2rem;
}

.essenziale_article .magazine-article-author .content_date{
  display: inline;
}

.essenziale_article .magazine-article-author .content_date, .essenziale_article .magazine-article-author .content_date .meta-time, .essenziale_article .magazine-article-author .content_date .meta-period {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.essenziale_article .magazine-article-author .authors_comma:last-of-type {
  display: none;
}

.essenziale_article .magazine-article-author .authors_comma {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* tag single */

.essenziale_article .item_tag_title_single a
{
  font-family: Graphik Web, Verdana, sans-serif;
}

.essenziale_article .item_tag_title_single a, .essenziale_article .item_tag_title_single a:hover, .essenziale_article .item_tag_title_single a:active, .essenziale_article .item_tag_title_single a:visited {
  border-width: 0px;
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
  text-decoration: none;
}

.essenziale_article .item_tag_title_single a,
.essenziale_article .item_tag_title_single a:hover,
.essenziale_article .item_tag_title_single a:active,
.essenziale_article .item_tag_title_single a:visited {
  letter-spacing: 1px;
}

/* main image */

.essenziale_article .magazine-article-main-image figure {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin: 0px;
  padding-bottom: 1.5rem;
}

.essenziale_article .magazine-article-main-image figcaption, .essenziale_article .magazine-article-main-image figcaption .credit {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* images */

.essenziale_article .article-body .item_image figcaption, .essenziale_article .article-body .item_image figcaption .credit {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.essenziale_article .article-body .item_image.item_image--figcaption {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

/* summary */

.essenziale_article .article_summary, .essenziale_article .article_summary p {
  font-family: Guardian Text Egyptian Web, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.essenziale_article.essenziale_articolo_lungo .article_summary, .essenziale_article.essenziale_articolo_lungo .article_summary p {
  font-family: Guardian Text Egyptian Web, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 3rem;
}

/* .essenziale_article.essenziale_articolo_lungo .article_summary {
    @apply  inline border-b border-neutral-700 pb-4;
} */

.essenziale_article.essenziale_articolo_lungo .article_summary {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 47.5px, #000000 0px, #000000 0px);
  background-repeat: repeat-y;
  background-size: 100% 48px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific */

  .essenziale_article.essenziale_articolo_lungo .article_summary {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 47px, #000000 0px, #000000 0px);
    background-repeat: repeat-y;
    background-size: 100% 48px;
  }
}

/* text */

.essenziale_article .item_text, .essenziale_article .item_text p, .essenziale_article .item_verbatim p, .essenziale_article .item_list ul, .essenziale_article .item_list ol, .essenziale_article .item_note, .essenziale_article .item_note p, .essenziale_article .item_note2, .essenziale_article .item_note2 p {
  font-family: Guardian Text Egyptian Web, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0px;
}

.essenziale_article .item_text, 
.essenziale_article .item_text p, 
.essenziale_article .item_verbatim p, 
.essenziale_article .item_list ul, 
.essenziale_article .item_list ol, 
.essenziale_article .item_note, 
.essenziale_article .item_note p,
.essenziale_article .item_note2,
.essenziale_article .item_note2 p {
  margin: 0px 0px 1.125rem 0px;
}

.essenziale-bullet {
  height:28px;
  display:inline-block;
  vertical-align:top;
  font-family:monospace;
}

/* verbatim */

.essenziale_article .item_verbatim p:before {
  font-family: Tiempos Web, Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  content: ' “ ';
  font-size: 160px;
  position: absolute;
  top: 70px;
  left: -6px;
  color: #94888E;
}

.essenziale_article  .item_verbatim {
  background: none;
  margin: 0px 0px 1.125rem 0px;
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 1rem;
  padding-top: 5rem;
}

.essenziale_article  .item_verbatim p, .essenziale_article  .item_quote p {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
}

.essenziale_article  .item_verbatim p,
.essenziale_article  .item_quote p {
  color: #94888E;
}

/* intertitolo - hinnerheading */

.essenziale_article .item_innerheading, .essenziale_article .item_innerheading p, .essenziale_article .item_heading, .essenziale_article .item_heading p {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0px;
}

.essenziale_article.essenziale_articolo_lungo .item_innerheading, .essenziale_article.essenziale_articolo_lungo .item_innerheading p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

/* dropcap */

.essenziale_article .item_text.dropcap::first-letter {
  float: left;
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 7.75rem;
  line-height: 5.875rem;
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: -0.5rem;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@-moz-document url-prefix() {
  .essenziale_article .item_text.dropcap p::first-letter {
    float: left;
    font-family: Graphik Web, Verdana, sans-serif;
    font-weight: 700;
    font-size: 7.75rem;
    line-height: 5.875rem;
    margin-bottom: 0px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
}

/* da sapere - infobox */

.essenziale_article .item_infobox_container {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.essenziale_article .item_infobox_container p {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.essenziale_article .item_infobox {
  border-width: 0px;
  margin-bottom: 0px;
}

.essenziale_article .infobox_heading::before {
  content: ' ';
  background: #94888E;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 60%;
}

@media (min-width: 480px) {
  .essenziale_article .infobox_heading::before {
    width: 33.333333%;
  }
}

.essenziale_article .infobox_heading::before {
  height: 22px;
}

.essenziale_article .infobox_heading {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.essenziale_article .infobox_title {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #94888E;
  margin-top: -4px;
}

.essenziale_article .article-body .item_infobox_container a, .essenziale_article .article-body .item_infobox_container a:hover, .essenziale_article .article-body .item_infobox_container a:active, .essenziale_article .article-body .item_infobox_container a:visited {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: underline;
}

/* adv */

@media (min-width: 1280px) {
  .essenziale_article.essenziale_articolo_lungo .adv-stream-container
    {
    margin-left: -50%;
    margin-right: -50%;
  }
}

/* main nav */

.main-navbar {
  /* @apply fixed left-0 right-0 top-0; */
  position: relative;
  z-index: 1000;
}

@media (min-width: 960px) {
  .main-navbar {
    position: relative;
  }
}

.navbar-bottom.main-navbar--rid {
  padding-top: 54px;
}

.main-navbar__top {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 960px) {
  .main-navbar__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.main-navbar__top .logo-internaz {
  width: 198px;
  height: 24px;
  background: transparent url('../img/internazionale-logo-print.png') no-repeat;
  background-size: contain;
  margin: 14px 0px;
}

ul.main-navbar__list {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
  line-height: 23px;
}

ul.main-navbar__list li {
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 23px;
}

ul.main-navbar__list li:last-of-type {
  margin-right: 0px;
}

ul.main-navbar__list li.main-navbar__search a {
  background: transparent url('../img/icons/nav_search_black.svg') right no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

ul.main-navbar__list li.main-navbar__login, ul.main-navbar__list li.main-navbar__user, ul.main-navbar__list li.main-navbar__subscribe, ul.main-navbar__list li.main-navbar__search {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-left-width: 1px;
  margin-left: 0px;
  padding-left: 1rem;
  position: relative;
}

ul.main-navbar__list li.main-navbar__login,
ul.main-navbar__list li.main-navbar__user {
  background: transparent url('../img/icons/nav_user_black.svg') no-repeat;
  background-size: 20px;
  background-position: 0.75rem center;
}

ul.main-navbar__list li.main-navbar__login, ul.main-navbar__list li.main-navbar__user {
  padding-left: 2.5rem;
}

ul.main-navbar__list li.main-navbar__user {
  max-width: 140px;
}

ul.main-navbar__list li.main-navbar__user .username {
  max-width: 84px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-navbar__top .main-navbar__user .nav_triangle, .main-navbar__top .main-navbar__search .nav_triangle, .main-navbar__title .nav-title__subnav-user .nav_triangle, .main-navbar__title .nav-title__subnav-btn .nav_triangle, .main-navbar__title .nav-title__subnav-search .nav_triangle {
  display: none;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  z-index: 30;
}

.main-navbar__top .main-navbar__user .nav_triangle.active, .main-navbar__top .main-navbar__search .nav_triangle.active, .main-navbar__title .nav-title__subnav-user .nav_triangle.active, .main-navbar__title .nav-title__subnav-btn .nav_triangle.active, .main-navbar__title .nav-title__subnav-search .nav_triangle.active {
  display: block;
}

.main-navbar__top .main-navbar__user .nav_triangle .tab_mobile_arrow div,
.main-navbar__top .main-navbar__search .nav_triangle .tab_mobile_arrow div {
  width: 0;
  height: 0;
  margin-left: -10px;
  margin-top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #FFCC00;
}

.main-navbar__title .nav-title__subnav-user .nav_triangle .tab_mobile_arrow div,
.main-navbar__title .nav-title__subnav-btn .nav_triangle .tab_mobile_arrow div,
.main-navbar__title .nav-title__subnav-search .nav_triangle .tab_mobile_arrow div {
  width: 0;
  height: 0;
  margin-left: -10px;
  margin-top: -10px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #FFCC00;
}

.main-navbar__user.n_visible, .main-navbar__login.n_visible, .main-navbar .nav-title__subnav-user.n_visible, .main-navbar .nav-title__subnav-user--not-logged.n_visible {
  display: none;
}

.main-navbar__profile, .main-navbar__searchform {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 36, 64, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-navbar__profile, .main-navbar__searchform {
  position: absolute;
  width: 100%;
}

.main-navbar__profile,
.main-navbar__searchform {
  top: 52px;
}

.main-navbar__profile ul {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 960px) {
  .main-navbar__profile ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .main-navbar__profile ul {
    display: grid;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.main-navbar__profile ul li {
  --tw-border-opacity: 1;
  border-color: rgba(147, 170, 214, var(--tw-border-opacity));
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 960px) {
  .main-navbar__profile ul li:nth-child(2), .main-navbar__profile ul li:nth-child(3), .main-navbar__profile ul li:nth-child(4), .main-navbar__profile ul li:nth-child(5) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 170, 214, var(--tw-border-opacity));
    border-top-width: 1px;
  }
}

.nav-profile__username {
  text-transform: capitalize;
}

@media (min-width: 960px) {
  .nav-profile__username {
    display: none;
  }
}

.main-navbar__searchform form {
  position: relative;
}

.main-navbar__searchform form input.search-query {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 192, 1, var(--tw-bg-opacity));
  border-width: 0px;
  margin: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.main-navbar__searchform form input.search-query::-moz-placeholder {
  color: black;
  opacity: 1;
}

.main-navbar__searchform form input.search-query:-ms-input-placeholder {
  color: black;
  opacity: 1;
}

.main-navbar__searchform form input.search-query::placeholder {
  color: black;
  opacity: 1;
}

.main-navbar__searchform form input.search-query:-ms-input-placeholder {
  color: black;
}

.main-navbar__searchform form input.search-query::-ms-input-placeholder {
  color: black;
}

.main-navbar__searchform form button {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0.5rem;
  background: transparent url('../img/icons/nav_search_black.svg') right no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
}

.main-navbar__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 960px) {
  .main-navbar__title {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.main-navbar__subnav {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 237, var(--tw-bg-opacity));
}

.main-navbar__subnav,
.main-navbar__profile,
.main-navbar__searchform {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.main-navbar__subnav.active,
.main-navbar__profile.active,
.main-navbar__searchform.active {
  max-height: 1000px;
  height: auto;
  transition: max-height 1s ease-in-out;
}

.main-navbar__subnav {
  z-index: 11;
  position: absolute;
  right: 0px;
  left: 0px;
}

.main-navbar__profile,
.main-navbar__searchform {
  z-index: 12;
}

.main-navbar__subnav > div {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 960px) {
  .main-navbar__subnav > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 960px) {
  .main-navbar__subnav .subnav-list {
    display: grid;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 49%;
  }

  .main-navbar__subnav ul.subnav-list:first-of-type {
    float: left;
  }

  .main-navbar__subnav ul.subnav-list:last-of-type {
    float: right;
  }

  .main-navbar--essenziale > .main-navbar__subnav ul.subnav-list:first-of-type {
    grid-template-columns: initial;
  }

  .main-navbar--essenziale > .main-navbar__subnav .subnav-list:first-of-type li:nth-child(3) {
    border-top-width: inherit;
  }
}

.main-navbar__subnav .subnav-list li.list-title {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.main-navbar__subnav .subnav-list li {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.main-navbar__subnav .subnav-list li:nth-child(2) {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-top-width: 1px;
}

.main-navbar__subnav .subnav-list li.list-title {
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  grid-column: 1 / -1;
}

@media (min-width: 960px) {
  .main-navbar__subnav .subnav-list li:nth-child(3) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-top-width: 1px;
  }
}

.main-navbar__subnav .subnav-list li:not(.list-title) {
  height: 40px;
}

@media (max-width: 959px){
  .main-navbar__subnav,
    .main-navbar__profile {
    overflow-y: auto;
    height: auto;
    /* max-height: calc(100vh - 80px); */
    max-height: 0px;
  }

  .main-navbar__subnav.active,
    .main-navbar__profile.active  {
    max-height: calc(100vh - 54px);
  }
}

.subnav-list--internazionale {
  margin-top: 3.5rem;
}

@media (min-width: 960px) {
  .subnav-list--internazionale {
    margin-top: 0px;
  }
}

.subnav-list--internazionale li:not(.list-title) {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-transform: uppercase;
}

.main-navbar.main-navbar--rid {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
}

@media (min-width: 960px) {
  .main-navbar.main-navbar--rid .main-navbar__title {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.main-navbar.main-navbar--rid .main-navbar__top, .main-navbar.main-navbar--rid hr {
  display: none;
}

.main-navbar ul.nav-title__mobile li{
  float: left;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}

.main-navbar ul.nav-title__mobile li.nav-title__subnav-btn {
  margin-right: 0px;
}

.main-navbar .nav-title__subnav-btn,
.main-navbar .nav-title__subnav-user a,
.main-navbar .nav-title__subnav-search a {
  line-height: 28px;
}

.main-navbar .nav-title__subnav-btn a,
.main-navbar.main-navbar--rid .nav-title__subnav-btn a {
  background:transparent url('../img/icons/nav_menu_small_black.svg') no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}

.main-navbar .nav-title__subnav-btn a, .main-navbar.main-navbar--rid .nav-title__subnav-btn a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.main-navbar .nav-title__subnav-btn.close a,
.main-navbar.main-navbar--rid .nav-title__subnav-btn.close a {
  background:transparent url('../img/icons/nav_close_large_black.svg') no-repeat;
  background-size: 30px 30px;
  background-position: -5px -5px;
  width: 20px;
  height: 20px;
}

.main-navbar .nav-title__subnav-btn.close a, .main-navbar.main-navbar--rid .nav-title__subnav-btn.close a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.main-navbar .nav-title__subnav-search a {
  background:transparent url('../img/icons/nav_search_black.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.main-navbar .nav-title__subnav-user a,
.main-navbar .nav-title__subnav-user--not-logged a {
  background:transparent url('../img/icons/nav_user_black.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.main-navbar .nav-title__subnav-user a, .main-navbar .nav-title__subnav-user--not-logged a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .main-navbar .nav-title__subnav-btn {
    line-height: 62px;
  }

  .main-navbar:not(.main-navbar--rid) .nav-title__subnav-user,
    .main-navbar:not(.main-navbar--rid) .nav-title__subnav-user--not-logged,
    .main-navbar:not(.main-navbar--rid) .nav-title__subnav-search {
    display: none;
  }

  .main-navbar .nav-title__subnav-btn a {
    background:transparent url('../img/icons/nav_menu_large_black.svg') no-repeat;
    width: 33px;
    height: 33px;
  }

  .main-navbar .nav-title__subnav-btn.close a {
    width: 33px;
    height: 33px;
    background:transparent url('../img/icons/nav_close_large_black.svg') no-repeat;
    background-size: 54px 54px;
    background-position: -12px -12px;
  }

  .essenziale-home .main-navbar.nav-title__subnav-btn {
    line-height: 92px;
  }

  .main-navbar.main-navbar--rid .nav-title__subnav-btn,
    .main-navbar.main-navbar--rid .nav-title__subnav-user a,
    .main-navbar.main-navbar--rid .nav-title__subnav-search a {
    line-height: 28px;
  }
}

/* essenziale nav */

.main-navbar.main-navbar--essenziale {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.main-navbar.main-navbar--essenziale .nav-title__logo {
  background:transparent url('../img/essenziale_underline_white.svg') no-repeat;
  width: 155px;
  height: 30px;
}

@media (min-width: 960px) {
  .main-navbar.main-navbar--essenziale .nav-title__logo {
    width: 325px;
    height: 62px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .essenziale-home .main-navbar.main-navbar--essenziale .nav-title__logo {
    width: 476px;
    height: 92px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .main-navbar.main-navbar--essenziale.main-navbar--rid .nav-title__logo {
    background:transparent url('../img/essenziale_underline_white.svg') no-repeat;
    width: 155px;
    height: 30px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .essenziale-home .main-navbar:not(.main-navbar--rid) .nav-title__subnav-btn {
    line-height: 92px;
  }
}

.main-navbar.main-navbar--essenziale .main-navbar__subnav .subnav-list:not(.subnav-list--internazionale) li:not(.list-title) {
  font-family: Graphik Web, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* kids nav */

.main-navbar.main-navbar--kids {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 105, 170, var(--tw-bg-opacity));
}

.main-navbar.main-navbar--kids .main-navbar__subnav {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 64, 116, var(--tw-bg-opacity));
}

.main-navbar.main-navbar--kids .main-navbar__top .logo-internaz {
  width: 198px;
  height: 24px;
  background: transparent url('../img/internazionale-logo-white.png') no-repeat;
  background-size: contain;
  margin: 14px 0px;
}

.main-navbar.main-navbar--kids .nav-title__logo,
.main-navbar.main-navbar--kids.main-navbar--rid .nav-title__logo {
  background:transparent url('../img/kids-white.svg') no-repeat;
  width: 155px;
  height: 30px;
}

.main-navbar.main-navbar--kids .nav-title__logo, .main-navbar.main-navbar--kids.main-navbar--rid .nav-title__logo {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.main-navbar.main-navbar--kids .nav-title__logo,
.main-navbar.main-navbar--kids.main-navbar--rid .nav-title__logo {
  background-size: contain;
}

@media (min-width: 960px) {
  .main-navbar.main-navbar--kids .nav-title__logo {
    width: 325px;
    height: 62px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    background-size: contain;
  }

  /* .kids-home .main-navbar.main-navbar--kids .nav-title__logo {    
        width: 476px;
        height: 92px;
        @apply transition-all duration-200 ease-in-out;
        background-size: contain;
    } */

  /* .kids-home .main-navbar:not(.main-navbar--rid) .nav-title__subnav-btn {
        line-height: 92px;
    } */
}

.main-navbar--kids .main-navbar__top .main-navbar__user .nav_triangle .tab_mobile_arrow div, 
.main-navbar--kids .main-navbar__top .main-navbar__search .nav_triangle .tab_mobile_arrow div
{
  border-top: 18px solid #2369AA;
}

.main-navbar--kids .main-navbar__title .nav-title__subnav-user .nav_triangle .tab_mobile_arrow div, 
.main-navbar--kids .main-navbar__title .nav-title__subnav-btn .nav_triangle .tab_mobile_arrow div, 
.main-navbar--kids .main-navbar__title .nav-title__subnav-search .nav_triangle .tab_mobile_arrow div
{
  border-top: 11px solid #2369AA;
}

.main-navbar--kids ul.main-navbar__list {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-navbar--kids ul.main-navbar__list li.main-navbar__login, .main-navbar--kids ul.main-navbar__list li.main-navbar__user, .main-navbar--kids ul.main-navbar__list li.main-navbar__subscribe, .main-navbar--kids ul.main-navbar__list li.main-navbar__search {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.main-navbar--kids ul.main-navbar__list li.main-navbar__search a {
  background: transparent url('../img/icons/nav_search_white.svg') right no-repeat;
  background-size: 20px;
}

.main-navbar--kids ul.main-navbar__list li.main-navbar__login,
.main-navbar--kids ul.main-navbar__list li.main-navbar__user {
  background: transparent url('../img/icons/nav_user_white.svg') no-repeat;
  background-size: 20px;
  background-position: 0.75rem center;
}

.main-navbar.main-navbar--kids .nav-title__subnav-btn a,
.main-navbar.main-navbar--kids.main-navbar--rid .nav-title__subnav-btn a {
  background:transparent url('../img/icons/nav_menu_small_white.svg') no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}

.main-navbar.main-navbar--kids .nav-title__subnav-btn.close a,
.main-navbar.main-navbar--kids.main-navbar--rid .nav-title__subnav-btn.close a {
  background:transparent url('../img/icons/nav_close_large_white.svg') no-repeat;
  background-size: 30px 30px;
  background-position: -5px -5px;
  width: 20px;
  height: 20px;
}

.main-navbar.main-navbar--kids .nav-title__subnav-search a {
  background:transparent url('../img/icons/nav_search_white.svg') no-repeat;
  background-size: contain;
}

.main-navbar.main-navbar--kids .nav-title__subnav-user a,
.main-navbar.main-navbar--kids .nav-title__subnav-user--not-logged a {
  background:transparent url('../img/icons/nav_user_white.svg') no-repeat;
  background-size: contain;
}

@media (min-width: 960px) {
  .main-navbar.main-navbar--kids .nav-title__subnav-btn a {
    background:transparent url('../img/icons/nav_menu_large_white.svg') no-repeat;
    width: 33px;
    height: 33px
  }

  .main-navbar.main-navbar--kids .nav-title__subnav-btn.close a {
    background:transparent url('../img/icons/nav_close_large_white.svg') no-repeat;
    background-size: 54px 54px;
    background-position: -12px -12px;
    width: 33px;
    height: 33px;
  }
}

.main-navbar.main-navbar--kids .main-navbar__subnav .subnav-list li.list-title {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
}

.main-navbar.main-navbar--kids ul.subnav-list li {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-navbar.main-navbar--kids .main-navbar__subnav .subnav-list li {
  border-color: #fff;
}

.main-navbar.main-navbar--kids > hr {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

/* kids nav B */

.main-navbar.main-navbar--kids-b {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 127, 73, var(--tw-bg-opacity));
}

.main-navbar.main-navbar--kids-b .main-navbar__subnav {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 0, 18, var(--tw-bg-opacity));
}

.main-navbar.main-navbar--kids-b .main-navbar__top .logo-internaz {
  width: 198px;
  height: 24px;
  background: transparent url('../img/internazionale-logo-print.png') no-repeat;
  background-size: contain;
  margin: 14px 0px;
}

.main-navbar--kids-b .main-navbar__top .main-navbar__user .nav_triangle .tab_mobile_arrow div, 
.main-navbar--kids-b .main-navbar__top .main-navbar__search .nav_triangle .tab_mobile_arrow div
{
  border-top: 18px solid #FF7F49;
}

.main-navbar--kids-b .main-navbar__title .nav-title__subnav-user .nav_triangle .tab_mobile_arrow div, 
.main-navbar--kids-b .main-navbar__title .nav-title__subnav-btn .nav_triangle .tab_mobile_arrow div, 
.main-navbar--kids-b .main-navbar__title .nav-title__subnav-search .nav_triangle .tab_mobile_arrow div
{
  border-top: 11px solid #FF7F49;
}

.main-navbar--kids-b ul.main-navbar__list {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.main-navbar--kids-b ul.main-navbar__list li.main-navbar__login, .main-navbar--kids-b ul.main-navbar__list li.main-navbar__user, .main-navbar--kids-b ul.main-navbar__list li.main-navbar__subscribe, .main-navbar--kids-b ul.main-navbar__list li.main-navbar__search {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.main-navbar--kids-b ul.main-navbar__list li.main-navbar__search a {
  background: transparent url('../img/icons/nav_search_black.svg') right no-repeat;
  background-size: 20px;
}

.main-navbar--kids-b ul.main-navbar__list li.main-navbar__login,
.main-navbar--kids-b ul.main-navbar__list li.main-navbar__user {
  background: transparent url('../img/icons/nav_user_black.svg') no-repeat;
  background-size: 20px;
  background-position: 0.75rem center;
}

.main-navbar.main-navbar--kids-b .nav-title__subnav-btn a,
.main-navbar.main-navbar--kids-b.main-navbar--rid .nav-title__subnav-btn a {
  background:transparent url('../img/icons/nav_menu_small_black.svg') no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}

.main-navbar.main-navbar--kids-b .nav-title__subnav-btn.close a,
.main-navbar.main-navbar--kids-b.main-navbar--rid .nav-title__subnav-btn.close a {
  background:transparent url('../img/icons/nav_close_large_black.svg') no-repeat;
  background-size: 30px 30px;
  background-position: -5px -5px;
  width: 20px;
  height: 20px;
}

.main-navbar.main-navbar--kids-b .nav-title__subnav-search a {
  background:transparent url('../img/icons/nav_search_black.svg') no-repeat;
  background-size: contain;
}

.main-navbar.main-navbar--kids-b .nav-title__subnav-user a,
.main-navbar.main-navbar--kids-b .nav-title__subnav-user--not-logged a {
  background:transparent url('../img/icons/nav_user_black.svg') no-repeat;
  background-size: contain;
}

@media (min-width: 960px) {
  .main-navbar.main-navbar--kids-b .nav-title__subnav-btn a {
    background:transparent url('../img/icons/nav_menu_large_black.svg') no-repeat;
    width: 33px;
    height: 33px
  }

  .main-navbar.main-navbar--kids-b .nav-title__subnav-btn.close a {
    background:transparent url('../img/icons/nav_close_large_black.svg') no-repeat;
    background-size: 54px 54px;
    background-position: -12px -12px;
    width: 33px;
    height: 33px;
  }
}

.main-navbar.main-navbar--kids-b > hr {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

/* main container */

body.promo_landing {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}

body.promo_landing footer {
  margin-top: auto;
}

.main-container-promo {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

/* navbar */

.navbar_home.navbar_promo_landing_v1 .container--banner__inner {
  height: 64px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}

@media (min-width: 480px) {
  .navbar_home.navbar_promo_landing_v1 .container--banner__inner {
    /* @apply main-container;
        @apply px-4 lg:px-8; */
    height: 84px;
  }
}

.navbar_home.navbar_promo_landing_v1 .logo {
  display: block;
  float: none;
}

/* content */

.promo-top-band-orange {
  background: #FDEADC;
}

.promo-title {
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .promo-title {
    text-align: left;
  }
}

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

@media (min-width: 960px) {
  .promo-text {
    text-align: left;
    width: 80%;
  }
}

/* blocks */

.main-container-promo .promo_rows_blocks {
  margin-top: -9rem;
  padding-top: 1rem;
}

@media (min-width: 960px) {
  .main-container-promo .promo_rows_blocks {
    padding-top: 2rem;
  }
}

.main-container-promo .promo_rows_blocks .subscription{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.main-container-promo .promo_landing.promo_rows_blocks .subscription__box-container {
  margin-top: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-container-promo .promo_landing.promo_rows_blocks .subscription .subscription__title {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

@media (min-width: 480px) {
  .main-container-promo .promo_landing.promo_rows_blocks .subscription .subscription__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.main-container-promo .promo_landing.promo_rows_blocks .subscription .subscription__title {
  height: 90px;
}

@media (min-width: 960px) {
  .main-container-promo .promo_landing.promo_rows_blocks .subscription .subscription__title {
    height: 100px;
  }
}

.main-container-promo .promo_landing.promo_rows_blocks .subscription .subscription__description {
  height: auto;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(126, 126, 124, var(--tw-text-opacity));
}

.main-container-promo .promo_landing.promo_rows_blocks .subscription .subscription__buttons {
  margin-top: 30px;
}

.main-container-promo .promo_landing.promo_rows_blocks .subscription .strike {
  padding-bottom: 0.5rem;
}

/* kids homepage */

.kids-opening {
  background: #F5F3ED;
  position: relative;
  overflow: hidden;
}

.kids-opening .main-container::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 450px;
  right: -40px;
  bottom: -15%;
  background: #F5F3ED url('../img/kids/opening_mobileA.png') no-repeat bottom right;
  background-size: contain;
  transform: rotate(335deg);
}

/* .kids-opening .main-container {
    background: #F5F3ED url('../img/kids/opening_mobileA.png') no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_mobileB.png') no-repeat;
    background-position: center;
    background-size: cover;
} */

@media (min-width: 960px) {
  .kids-opening .main-container,
    .kids-opening.kids-opening--b .main-container {
    background: #F5F3ED url('../img/kids/opening_desktop.png') no-repeat;
    background-position: center;
    background-size: cover;
  }

  .kids-opening .main-container::before {
    display: none;
  }
}

.kids-opening__headline {
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 2.25rem;
  line-height: 2.375rem;
  padding: 1rem;
  padding-bottom: 24rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .kids-opening__headline {
    width: 66.666667%;
  }
}

@media (min-width: 960px) {
  .kids-opening__headline {
    font-size: 2.75rem;
    line-height: 3rem;
    padding: 2rem;
    padding-bottom: 16rem;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .kids-opening__headline {
    padding-bottom: 18rem;
    width: 33.333333%;
  }
}

.kids-opening__headline .color {
  --tw-text-opacity: 1;
  color: rgba(35, 105, 170, var(--tw-text-opacity));
}

.kids-home-block .main-container {
  padding: 1rem;
}

@media (min-width: 960px) {
  .kids-home-block .main-container {
    padding: 2rem;
  }
}

.kids-home-block h2 {
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 2.25rem;
  line-height: 2.375rem;
}

@media (min-width: 960px) {
  .kids-home-block h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media (min-width: 1280px) {
  .kids-home-block h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 960px) {
  .kids-home-block h2, .kids-home-block p {
    width: 80%;
  }
}

.kids-home-block hr {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.kids-home-block p {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .kids-home-block p {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 2rem;
  }
}

/* .kids-home-block.block--subscribe .main-container {
    background: transparent url('../img/kids/kids-home_bg1.PNG') no-repeat;
    background-position: bottom right;
    background-size: 371px 296px;
} */

.kids-home-block .kids-home-block__image {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 960px) {
  .kids-home-block .kids-home-block__image {
    margin-top: 10rem;
  }
}

@media (min-width: 960px) {
  .kids-home-block.block--faq .kids-home-block__image {
    margin-top: 24rem;
  }
}

.kids-home-block .kids-home-block__image img {
  width: 370px;
  height: auto;
}

.kids-home-block.block--subscribe h2 {
  --tw-text-opacity: 1;
  color: rgba(144, 15, 59, var(--tw-text-opacity));
}

.kids-home-block.block--subscribe a.kids-pdf-link, .kids-home-block.block--subscribe a.kids-pdf-link:active, .kids-home-block.block--subscribe a.kids-pdf-link:hover, .kids-home-block.block--subscribe a.kids-pdf-link:visited {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(35, 105, 170, var(--tw-text-opacity));
}

.kids-home-block.block--newsletter h2 {
  --tw-text-opacity: 1;
  color: rgba(255, 76, 1, var(--tw-text-opacity));
}

.kids-home-block.block--faq h2 {
  --tw-text-opacity: 1;
  color: rgba(47, 140, 159, var(--tw-text-opacity));
}

.kids-home-block.block--festival h2 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.kids-home-block.block--instagram h2 {
  --tw-text-opacity: 1;
  color: rgba(158, 99, 165, var(--tw-text-opacity));
}

.kids-home-block.block--festival {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 192, 32, var(--tw-bg-opacity));
}

.kids-button, .kids-button:hover, .kids-button:visited, .kids-button:active {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 105, 170, var(--tw-bg-opacity));
  border-radius: 0.125rem;
  display: inline-block;
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 960px) {
  .kids-button, .kids-button:hover, .kids-button:visited, .kids-button:active {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.kids-button,
.kids-button:hover,
.kids-button:visited,
.kids-button:active {
  outline: none;
}

.kids-faq__item h3 {
  font-family: Stencil, Georgia, Times New Roman, Times, serif;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .kids-faq__item h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

.kids-faq__item p {
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 960px) {
  .kids-faq__item p {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.kids-faq__item p a, .kids-faq__item p a:hover, .kids-faq__item p a:active, .kids-faq__item p a:visited {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(35, 105, 170, var(--tw-text-opacity));
}

.kids-opening--b .kids-opening__headline p {
  font-family: Lyon Text Web, Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.headline-title a, .headline-title a:hover, .headline-title a:visited, .headline-title a:active {
  --tw-text-opacity: 1;
  color: rgba(35, 105, 170, var(--tw-text-opacity));
}

@media all {
  #afp_container {
    -webkit-tap-highlight-color: transparent;
  }

  .afp_box {
    overflow-y: hidden;
    white-space: nowrap;
    border-right-width: 10px;
  }

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

  .afp_box_table {
    height: 100%;
    border-top-width: 10px;
    border-bottom-width: 10px;
    position: relative;
  }

  .afp_box,
    .afp_box_table,
    .afp_footer_table,
    .afp_footer,
    .afp_header,
    .afp_header_table {
    background-color: #F5F3ED;
    border-color: #F5F3ED;
    border-style: solid;
  }

  .afp_news_cell {
    vertical-align: top;
  }

  .box-articlez.afp_news {
    margin: 0px;
    border-left: 1px solid #ccc;
    white-space: normal;
  }

  .afp_header_table {
    border-bottom: 1px solid #ccc !important;
    height: 58px !important;
  }

  .afp_footer,
    .afp_header {
    text-align: center;
  }

  .box-articlez a.box-article-title.afp_news,
    .box-article-title.afp_news:hover {
    font-family: "Lyon Text OSF Web", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 22px;
  }

  .box-articlez a.box-article-title.afp_news {
    margin-bottom: 0px !important;
    margin-top: 2px !important;
  }

  .box-article-title.afp_news:hover {
    color: #006a9c;
  }

  .afp_header_box_cell {
    vertical-align: top !important;
  }

  .content_date.afp_news {
    line-height: normal;
  }

  .content_date.afp_news .meta-time {
    color: black;
    line-height: 20px;
    font-size: 16px;
  }

  .afp_more_news {
    vertical-align: bottom;
  }

  .box-articlez.afp_news.afp_more_news a {
    font-weight: bold;
    position: absolute;
    white-space: nowrap;
    font-family: "Lyon Text OSF Web", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 22px;
  }

  .afp_broadcast {
    font-family: "Lyon Text OSF Web";
    font-size: 19px;
    text-align: right;
  }

  input.afp_locality,
    input.afp_locality_mobile {
    text-align: right;
    background: none;
    border-width: 0px;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-right: 6px !important;
    margin-left: 0px !important;
    outline: none;
  }

  .afp_footer input.afp_locality {
    width: 200px !important;
  }

  .afp_header input.afp_locality,
    .afp_header input.afp_locality_mobile{
    width: 160px !important;
  }

  .afp_date_place,
    #afp_container .hentry__title {
    white-space: nowrap;
  }

  ul.ui-autocomplete,
    .ui-menu-item {
    background-color: #F5F3ED;
    font-family: "Lyon Text OSF Web", Georgia, "Times New Roman", Times, serif;
    border-width: 0px;
  }

  ul.ui-autocomplete {
    width: 200px !important;
    left: 65vw !important;
    border: 1px solid #ccc;
  }

  .afp_broadcast {
    display:none;
  }

  .afp_locality_mobile_cell {
    text-align: right;
    padding-right: 10px;
  }

  .afp_locality_mobile {
    min-width: 10px;
    min-width: 60px !important;
  }

  .afp_header_box_cell_small_screen h2.hentry__title a:hover,
    .afp_header_box_cell h2.hentry__title a:hover {
    text-decoration: none;
    color: #006a9c;
  }
}

@media (max-width: 308px) {
  #afp_container {
    padding-top: 30px;
  }
}

@media (max-width: 380px) {
  .box-articlez.afp_news {
    height: 147px !important;
  }

  .afp_box {
    height: 177px !important;
  }
}

@media (max-width: 480px) {
  .afp_header_box_cell_small_screen h2 {
    font-size: 27px !important;
  }

  .afp_header_table .afp_date_place {
    vertical-align: top;
    padding-top: 3px;
    height: 41px;
  }

  .afp_header {
    padding-top: 3px;
  }

  .afp_box {
    padding-top: 4px;
  }

  .afp_footer {
    height: 40px;
  }

  .box-articlez.afp_news {
    padding: 0px 12px
  }

  .afp_footer_table_small_screen {
    height: 40px !important;
  }

  .afp_scroller_small_screen div {
    height: 40px !important;
  }

  .afp_temperature, .afp_locality {
    display: none !important;
  }

  .afp_date_place,
    ul.ui-autocomplete,
    .ui-menu-item,
    .afp_locality_mobile {
    font-size: 17px !important;
  }
}

@media (min-width: 480px) {
  .afp_locality_mobile {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 660px) {
  .afp_header_box_cell_small_screen h2 {
    font-size: 32px !important;
  }

  .afp_header_table .afp_date_place {
    vertical-align: top;
    padding-top: 3px;
    height: 40px;
  }

  .afp_header {
    padding-top: 4px;
  }

  .box-articlez.afp_news {
    padding: 0px 12px
  }
}

@media (min-width: 480px) and (max-width: 980px) {
  .afp_temperature,
    .afp_date_place,
    .afp_locality,
    ul.ui-autocomplete,
    .ui-menu-item {
    font-size: 18px;
  }
}

@media (max-width: 660px) {
  .afp_header_box_cell_small_screen,
    .afp_header_table .afp_date_place,
    .afp_more_news_small_screen{
    padding-left: 12px;
  }

  #afp_container {
    margin-bottom: 24px;
  }

  .afp_box .box-articlez__data {
    margin-top: 0px;
  }

  .box-articlez.afp_news {
    width: 49.5vw;
  }

  .afp_box,
    .afp_header,
    .afp_footer,
    .afp_header_table,
    .afp_footer_table_small_screen {
    width: 100vw;
  }

  .box-articlez.afp_news.afp_more_news {
    width: 48vw;
  }

  .box-articlez.afp_news.afp_more_news a {
    right: 30px;
  }
}

@media (min-width: 661px) {
  .box-articlez.afp_news.afp_more_news a {
    right: 20px;
  }
}

@media (min-width: 661px) and (max-width: 980px) {
  .afp_header {
    padding-top: 4px;
  }

  .afp_box {
    width: 636px;
    border-left-width: 6px !important;
  }

  .afp_more_news_small_screen {
    padding-left: 20px;
  }

  .afp_header_box_cell_small_screen,
    .afp_header_table .afp_date_place {
    padding-left: 17px;
  }

  .afp_header_box_cell_small_screen h2 {
    font-size: 34px !important;
  }

  .box-articlez.afp_news {
    width: 210px;
    padding: 0px 7px 0px 15px;
  }

  .afp_header,
    .afp_footer,
    .afp_header_table,
    .afp_footer_table_small_screen {
    width: 636px;
  }

  .afp_header_table .afp_date_place {
    vertical-align: top;
    padding-top: 5px;
    height: 40px;
  }
}

@media (max-width: 980px) {
  .box-articlez.afp_news {
    height: 125px;
  }

  input.afp_locality {
    margin-bottom: 0px !important;
  }

  .afp_scroller,
    .box-articlez.afp_news.afp_header_box,
    .afp_footer_table {
    display: none;
  }

  .afp_box {
    height: 155px;
  }

  .afp_news_cell:nth-of-type(2) .box-articlez {
    border-left: 0px;
  }

  .afp_footer_table_small_screen {
    border-top: 1px solid #ccc;
    height: 43px;
  }

  .afp_scroller_small_screen div {
    width: 100%;
    height: 43px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/icons/right_arrow_black.svg') !important;
    background-size: 70%;
    cursor: pointer;
  }

  .afp_header_box_cell_small_screen,
    .afp_header_table .afp_date_place {
    text-align: left;
  }

  .afp_header_box_cell_small_screen,
    .afp_header_table .afp_broadcast {
    padding-top: 8px;
  }

  .afp_header_box_cell_small_screen {
    vertical-align: bottom;
  }

  .afp_header_table .afp_broadcast {
    padding-right: 15px;
  }

  .afp_header_table .afp_broadcast .afp_broadcast_icon {
    width:23px;
    max-height: 24px !important;
  }

  .afp_header_box_cell_small_screen h2 {
    line-height: 1 !important;
    font-family: "Stencil", Georgia, "Times New Roman", Times, serif !important;
    margin-bottom: 0px !important;
  }

  .afp_scroller_small_screen {
    width: 43px;
    text-align: right;
  }

  .afp_more_news_small_screen,
    .afp_scroller_small_screen {
    vertical-align: middle;
  }

  .afp_more_news_small_screen {
    font-family: "Lyon Text OSF Web";
    font-size: 18px;
    text-align: left;
  }

  .afp_scroller_small_screen div.left {
    transform: scaleX(-1);
    display: none;
  }

  .box-articlez.afp_news.afp_more_news {
    padding-left: 10px;
  }

  .box-articlez.afp_news.afp_more_news a {
    bottom: 15px;
  }
}

@media (min-width: 980px) {
  .box-articlez.afp_news {
    height: 103px;
  }

  input.afp_locality {
    margin-bottom: 1px !important;
  }

  ul.ui-autocomplete,
    .ui-menu-item,
    .afp_broadcast *,
    .afp_date_place {
    font-size: 20px !important;
  }

  .afp_footer_table_small_screen,
    .afp_header {
    display: none;
  }

  .afp_box {
    width: 950px;
    padding-top: 5px;
  }

  .afp_box,
    .afp_footer {
    border-left-width: 10px;
  }

  .box-articlez.afp_news {
    width: 224px;
    padding: 0px 10px;
  }

  .box-articlez.afp_news.afp_header_box {
    border-width: 0px;
  }

  .box-articlez.afp_news.afp_header_box h2 {
    line-height: 1;
    font-size: 36px;
    font-family: "Stencil", Georgia, "Times New Roman", Times, serif;
  }

  .box-articlez.afp_news.afp_more_news {
    width: 60px;
    padding-left: 10px;
  }

  .box-articlez.afp_news.afp_more_news a {
    bottom: 18px;
    right: 10px;
  }

  .afp_footer_table {
    border-top: 1px solid #ccc !important;
    width: 930px;
    margin-left: 10px;
    height: 55px;
  }

  .afp_date_place {
    font-family: "Lyon Text OSF Web";
    text-align: left;
  }

  .afp_broadcast,
    .afp_date_place {
    vertical-align: middle;
  }

  .afp_broadcast_icon {
    height: 23px;
    margin-bottom: 2px;
  }

  .afp_scroller {
    width: 90px;
    display: block;
    position: absolute;
    z-index: 1000;
    opacity: 95%;
  }

  .afp_scroller.left {
    background: linear-gradient(to right, #F5F3ED 38%, transparent);
    display: none;
  }

  .afp_scroller.right {
    margin-left: 870px;
    background: linear-gradient(to left, #F5F3ED 38%, transparent);
  }

  .afp_scroller.arrow {
    background-image: url('../img/icons/right_arrow_black.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    /*opacity: 75%;*/
    width: 129px;
  }

  .afp_scroller.left.arrow {
    transform: scaleX(-1);
    margin-left: -50px;
  }

  .afp_scroller.right.arrow {
    padding-right: 24px;
  }

  .afp_box {
    width: 970px;
    height: 148px
  }

  .afp_scroller {
    height: 143px;
  }
}

/* tailwind adjustments on existing home-new style */

.navbar_home .container--banner__inner .nav-search a {
  background-position-y: bottom !important;
}

@media(min-width: 768px) {
  .footer--home .contentinfo__inner {
    max-width: 1018px !important;
  }
}

/* \ tailwind adjustments on existing home-new style */

@media (min-width: 360px) {
}

@media (min-width: 480px) {
}

@media (min-width: 960px) {
  .lg\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 209, 209, var(--tw-border-opacity));
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:float-right {
    float: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

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

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

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

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-full {
    grid-row-end: 1000;
  }
}

@media (min-width: 1280px) {
  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

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

  .xl\:row-end-full {
    grid-row-end: 1000;
  }
}

@media (min-width: 1440px) {
}

@media (max-width: 959px) {
}
