/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

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

[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: sans-serif;
}
html {
  box-sizing: border-box;
  font-size: 100%;
}

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

i {
  font-style: italic;
}

b,
i,
strong {
  line-height: inherit;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button {
  background-color: #1779ba;
  color: #fefefe;
}

.button:focus,
.button:hover {
  background-color: #14679e;
  color: #fefefe;
}

a.button:focus,
a.button:hover {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.main-bar:after,
.secondary-bar:after,
.wrapper:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1,
h2,
h3,
h4 {
  font-family: sans-serif;
  font-weight: 400;
  margin-top: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
}

@supports (-webkit-touch-callout: none) {
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .header-fixed,
body .header-fixed #page-updated,
body .header-fixed .header-menu__live a,
body .header-fixed .header-menu__live a:link,
body .header-fixed .header-menu__live a:visited,
body .header-fixed .header-menu__nav .button,
body .header-fixed .header-menu__nav .visible-list a,
body .header-fixed .header-menu__tgr .button,
body .header-fixed .secondary-bar__inner .link,
body .header-fixed .topics__title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-fixed {
  border-top: 2px solid var(--launch__label-color, #009);
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 16px;
  z-index: 200;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 50px hsla(0, 0%, 55.3%, 0.3);
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media only screen and (min-width: 0) {
  .header-fixed {
    height: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed {
    height: var(--header-fixed-height, 101px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed {
    height: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed {
    height: var(--header-fixed-height, 149px);
  }
}

header.header {
  margin: 0 auto;
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 0) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    border-bottom: 0;
  }
}

header.header a:hover,
header.header button:hover {
  color: var(--launch__label-color, #009);
}

header.header:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #cdcdd6;
  left: 20px;
  right: 20px;
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0;
  position: relative;
}
@media (max-width: 768px) {
  .main-bar {
    text-align: center;
    height: 49px;
    margin: 7px 0;
    top: 5px;
    position: relative;
  }
}

.secondary-bar {
  height: 0;
  overflow: visible;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #212335;
}

.secondary-bar__inner {
  position: relative;
  border: 0;
  height: 100%;
}

.secondary-bar .topics {
  display: none;
  position: absolute;
  left: 0;
  right: 200px;
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0;
}

.secondary-bar .topics__nav__list.visible-list {
  display: inline-table;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .social {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 13px;
  position: absolute;
  top: -2px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .header-menu .header-menu__live {
    left: auto;
    right: 0;
    border-left: 0;
    padding-left: 0;
  }

  .secondary-bar .social {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header.header:after {
    display: none;
  }

  .main-bar {
    text-align: left;
    height: 30px;
    margin: 16px 0;
  }

  .secondary-bar {
    height: 37px;
    overflow: hidden;
  }

  .secondary-bar__inner {
    padding: 9px 0 8px;
    border-top: 1px solid #cdcdd6;
  }

  .secondary-bar .topics {
    display: block;
  }

  .secondary-bar .social {
    margin-top: 0;
    top: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
    margin: 20px 0;
  }

  .main-bar {
    height: 38px;
  }

  .secondary-bar {
    height: 41px;
  }

  .secondary-bar__inner {
    padding: 11px 0 10px 190px;
  }

  .secondary-bar__inner .topics {
    left: 190px;
  }

  .secondary-bar__inner .social {
    top: 0;
  }
}
@media (max-width: 1164px) {
  .social {
    display: none;
  }
}
@media only screen and (min-width: 1296px) {
  .main-bar {
    margin: 25px 0;
  }

  .main-bar {
    height: 48px;
  }

  .secondary-bar {
    height: 49px;
  }

  .secondary-bar__inner {
    padding: 15px 0 15px 212px;
  }

  .secondary-bar__inner .topics {
    left: 212px;
  }

  .secondary-bar__inner .social {
    top: 0;
    height: 20px;
    line-height: 20px;
  }
}

.header-menu {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #212335;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -35px;
}

.header-menu .button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #212335;
}

.header-menu__nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden;
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
}

.header-menu__nav__list.visible-list {
  display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0;
  padding: 0 16px 0 0;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0;
  height: 20px;
  line-height: 20px;
}

.header-menu__nav__list.hidden-list {
  color: #212335;
  position: absolute;
  border: 0;
  box-shadow: 0 0 2px 2px hsla(0, 0%, 55.3%, 0.3);
  background-color: var(--sharebox-background, #fff);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  top: 44px;
  right: -33px;
  z-index: 15;
  text-align: center;
}

.header-menu__nav__list.hidden-list:after,
.header-menu__nav__list.hidden-list:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
}

.header-menu__nav__list.hidden-list:before {
  margin: -12px -15px 0 0;
  border-width: 0 15px 12px;
  border-color: transparent transparent hsla(0, 0%, 55.3%, 0.3);
}

.header-menu__nav__list.hidden-list:after {
  margin: -10px -13px 0 0;
  border-width: 0 13px 10px;
  border-color: transparent transparent #fff;
}

.header-menu__nav__list.hidden-list .header-menu__nav__list__item {
  padding: 5px 15px;
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  height: 20px;
  line-height: 0;
}

.header-menu__nav__button.button {
  padding-bottom: 14px;
}

.header-menu__tgr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 1132px) {
  .header-menu__tgr {
    display: none;
  }
}
@media (max-width: 768px) {
  .live_tag {
    display: none !important;
  }
}
.header-menu__tgr .button {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.header-menu__tgr .button:after {
  display: none;
}

.header-menu__live {
  position: absolute;
  left: 84px;
  right: auto;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  /* border-left: 1px solid #cdcdd6; */
  width: auto;
  white-space: nowrap;
}

.header-menu__live .link {
  height: 20px;
  line-height: 20px;
  display: block;
}

@media only screen and (min-width: 1010px) {
  .header-menu {
    /* position: absolute; */
    top: 14px;
    left: 206px;
    right: 190px;
    bottom: auto;
    min-width: 300px;
    height: 20px;
    line-height: 20px;
  }

  .header-menu__nav {
    display: block;
    right: 266px;
  }

  .header-menu__tgr {
    top: 0;
    left: auto;
    right: 140px;
    bottom: auto;
    width: 126px;
    border-left: 1px solid #cdcdd6;
  }

  .header-menu__live {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 140px;
    padding-left: 16px;
  }
}
@media (max-width: 940px) {
  .header-menu__live {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-menu {
    /* top: 9px;
      left: 170px; */
    right: 260px;
    font-size: 16px;
  }

  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 20px;
  }

  .header-menu__nav__list.hidden-list {
    top: 45px;
  }

  .header-menu__live {
    padding-left: 16px;
    width: 140px;
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    top: 13px;
    left: 212px;
    right: 270px;
  }

  .header-menu__nav {
    height: 24px;
    line-height: 24px;
    right: 319px;
  }

  .header-menu__nav__button {
    width: 25px;
    font-size: 25px;
  }

  .header-menu__nav__button.button {
    padding-bottom: 16px;
  }

  .header-menu__nav__list.hidden-list {
    top: 47px;
  }

  .header-menu__tgr {
    width: 156px;
    right: 163px;
  }

  .header-menu__tgr,
  .header-menu__tgr .button {
    height: 24px;
    line-height: 24px;
  }

  .header-menu__live {
    width: 164px;
    padding-left: 24px;
  }

  .header-menu__live,
  .header-menu__live .link {
    height: 24px;
    line-height: 24px;
  }
}

.mask-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#page-updated {
  color: #fff;
  background: var(--launch__label-color, #009);
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  height: 22px;
  line-height: 18px;
  padding: 2px 0;
  overflow: hidden;
}

#page-updated .date,
#page-updated .hour {
  display: inline-block;
}

#page-updated .hour {
  position: relative;
  padding-left: 12px;
}

#page-updated .hour:before {
  content: "\00B7";
  position: absolute;
  left: 2px;
  font-size: 26px;
  display: inline-block;
}

.prefooter {
  background-color: var(--prefooter-background, #212335);
  color: var(--prefooter-color, #fff);
  padding-top: 52px;
  padding-bottom: 40px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .prefooter {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1295px) {
  .prefooter .cell-footerfirst .prefooter__wrapper {
    padding-right: 10px;
  }

  .prefooter .cell-footersecond .prefooter__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prefooter .cell-social .prefooter__wrapper {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1296px) {
  .prefooter {
    padding-top: 72px;
    padding-bottom: 68px;
  }
}

.prefooter__container {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}

@media only screen and (min-width: 0) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.prefooter .cell-footerfirst {
  width: 50%;
}

.prefooter .cell-footerfirst .prefooter__list {
  column-count: 2;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-footerfirst .prefooter__list {
    column-count: 3;
  }
}

.prefooter .cell-footersecond {
  width: 50%;
}

.prefooter .cell-footersecond .prefooter__list {
  column-count: 2;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-footersecond {
    width: 33.33333%;
  }
}

.prefooter .cell-redazioni {
  width: 75%;
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-redazioni {
    width: 100%;
    order: 4;
  }

  .prefooter .cell-redazioni .prefooter__list {
    column-count: 6;
  }
}

.prefooter .cell-social {
  width: 25%;
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-social {
    width: 16.66667%;
    order: 3;
    margin-top: 0;
  }
}

.prefooter__wrapper {
  padding: 0 12px;
}

.prefooter__title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--prefooter__divider-color, #5e5e6e);
  font-family: sans-serif;
}

.prefooter__list {
  display: block;
  max-height: none;
  column-count: 3;
  column-gap: 24px;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.prefooter__list__item {
  font-size: 16px;
  line-height: 20px;
  color: var(--prefooter__link-color, #cdcdd6);
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prefooter__list__item a:hover {
  color: #99b6ff;
}

.wrapper {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 0) {
  .wrapper {
    padding-top: var(--wrapper-padding, 30px);
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding-top: var(--wrapper-padding, 40px);
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    padding-top: var(--wrapper-padding, 50px);
  }
}

@media only screen and (min-width: 1296px) {
  .wrapper {
    padding-top: var(--wrapper-padding, 60px);
  }
}

@media only screen and (min-width: 0) {
  .wrapper {
    padding-bottom: var(--wrapper-padding, 30px);
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding-bottom: var(--wrapper-padding, 40px);
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    padding-bottom: var(--wrapper-padding, 50px);
  }
}

@media only screen and (min-width: 1296px) {
  .wrapper {
    padding-bottom: var(--wrapper-padding, 60px);
  }
}

@supports (-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {
  @supports (-webkit-hyphens: none) {
  }
}
.l {
  position: relative;
  top: -9px;
}
@media screen and (max-width: 1200px) {
  .header-menu {
    display: none;
  }
  .main-bar {
    width: fit-content;
    margin: 0 auto;
    height: 75px;
  }
  .l {
    top: 0;
  }
}
