@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}
@font-face {
  font-family: "Eugenio Sans Text";
  src: url("/fonts/eugenio-sans-text-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eugenio Sans Text";
  src: url("/fonts/eugenio-sans-text-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eugenio Serif";
  src: url("/fonts/eugenio-serif-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eugenio Serif";
  src: url("/fonts/eugenio-serif-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.social-share-sticky .gd-social-share {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gd-social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #e7e7e7;
  border-radius: 1px;
}

.gd-social-share svg {
  pointer-events: none;
  height: 16px;
  width: 16px;
}

.social-share-sticky .comments-trigger {
  margin-bottom: 8px;
}

#gs-social-sharebutton-float .social-share-sticky {
  position: sticky;
  top: 60px;
  padding-left: 16px;
}

#social-share-top {
  margin-left: auto;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  #gs-social-sharebutton-float {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
}

@media screen and (max-width: 1023px) {
  #gs-social-sharebutton-float {
    display: none;
  }
}

/*============== FEEDBACK ==============*/

/* ===== Migrated from index.html <style> blocks ===== */

/* --- style block 1 --- */
button,
figure,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.comments-trigger .r-icon-comment:hover,
.gd-social-share a:hover svg {
  fill: #fff;
}

.story__comments__trigger,
.story__overtitle,
.story__toolbar {
  text-transform: uppercase;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 123, 187, 0.1);
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

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

a,
button {
  color: inherit;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.breaking-news__label,
body {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

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

:focus {
  outline: 0;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  background-color: #fcfdfd;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class*="r-icon-"] {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

:root {
  --sticky-video-width: 530px;
  --sticky-close-background-width: 30px;
  --sticky-close-margin: 0 0 0 auto;
  --sticky-close-padding: 5px;
  --sticky-close-color: #000;
  --sticky-close-bg-color: transparent;
  --sticky-close-top-position: -35px;
  --sticky-video-margin-bottom: 16px;
  --sticky-video-box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --gdwc-audio-info-icon-background-color: #f56100ad;
  --gdwc-audio-info-icon-color: #fff;
}

.story__content img {
  width: 100%;
  height: auto;
  display: block;
}

.bottom-wrapper {
  max-width: 996px;
  margin: 0 auto;
  border-left: 1px solid grey;
  padding-left: 16px;
  padding-top: 30px;
}

.main-content {
  padding-right: 16px;
}

.breaking-news {
  background-color: #fff;
}

.breaking-news__label {
  border-color: grey;
  border-style: solid;
  white-space: nowrap;
}

.breaking-news__label span {
  color: #ec0000;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
}

.breaking-news__label span:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ec0000;
  -webkit-box-shadow: 0 0 0 #ec0000;
  box-shadow: 0 0 0 #ec0000;
  -webkit-animation: 2s infinite pulse-reverse;
  animation: 2s infinite pulse-reverse;
}

.breaking-news__label time {
  color: #6c6c6c;
  font-weight: 400;
}

.breaking-news__title {
  pointer-events: none;
  border-color: grey;
  border-style: solid;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  color: #21201f;
}

.story__overtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font:
    500 16px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-bottom: 1px solid #000;
}

.story__overtitle > * {
  padding: 10px 16px;
}

.story__overtitle svg:hover {
  fill: #f56100;
}

.story__media {
  position: relative;
}

.story__title {
  display: block;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__media figcaption {
  font:
    12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
}

.story__summary {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.story__header {
  margin: 0 auto;
  position: relative;
}

.story__header:after,
.story__header:before {
  content: "";
  border-left: 1px solid grey;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

.story__header.has-medium-media picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.story__header.has-medium-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.story__header.has-medium-media .story__summary {
  padding: 16px;
}

.story__toolbar {
  border: 1px solid grey;
  font:
    400 12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-stories {
  border-top: 2px solid #000;
  position: relative;
}

.story__toolbar .r-icon-time {
  width: 20px;
  height: 20px;
}

.story__date {
  margin-right: 8px;
}

.story__toolbar__reading-time {
  margin-left: auto;
}

.story__text h2 {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.aside-stories:before {
  width: 14px;
  z-index: 10;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  left: 0;
}

.inline-storyline ::marker {
  color: #f56100;
}

.aside-story__title a:hover,
.story__text a:hover {
  color: #4b88ca;
}

.story__text {
  margin-bottom: 30px;
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.story__text h2 {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 24px;
}

.story__text h2,
.story__text h3 {
  font-weight: 500;
}

.story__text a {
  color: #f56100;
}

.story__text p {
  margin-bottom: 16px;
}

#social-share-top {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.gd-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.gd-social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #e7e7e7;
  border-radius: 1px;
}

.gd-social-share svg {
  pointer-events: none;
  height: 16px;
  width: 16px;
}

.aside-stories {
  padding: 10px 16px 16px;
  margin-bottom: 30px;
}

.aside-stories:before {
  height: 2px;
  background-color: #4b88ca;
  top: -2px;
}

.aside-stories:after {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.aside-stories__label {
  font:
    500 18px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #4b88ca;
  display: block;
}

.aside-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.aside-story__title {
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

gdwc-recommendations {
  --gdwc-recommendations-label-font-weight: 500;
  --gdwc-recommendations-title-font-family:
    "Eugenio Serif", "Eugenio Serif Fallback";
  --gdwc-recommendations-title-font-weight: 500;
}

.story__comments__trigger:hover,
body.has-comments .comments-trigger:hover {
  background: #000;
}

.story__comments__trigger,
body.has-comments .comments-trigger {
  background: #f56100;
  color: #fff;
  font:
    400 13px/1 "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-radius: 1px;
}

.story__comments__trigger {
  padding: 10px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  margin: 20px auto 30px;
}

.story__comments__trigger .r-icon-comment {
  width: 20px;
  height: 20px;
  margin: -5px 5px;
}

.comments-trigger {
  display: none;
}

body.has-comments .comments-trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-trigger .r-icon-comment {
  width: 16px;
  height: 16px;
  fill: #fff;
  pointer-events: none;
}

.story__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #e7f1ff;
  border-top: 1px solid #000;
  padding: 10px 16px;
  margin: 0 0 30px -16px;
  font:
    400 11px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #636363;
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 996px;
  }

  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 996px;
  }

  :root {
    --max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 300px;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 44px;
    margin-right: 4px;
    border-width: 1px;
  }

  .breaking-news__title {
    border-width: 1px;
    font-size: 22px;
  }

  .story__overtitle {
    border-left: 1px solid grey;
  }

  .story__overtitle {
    border-right: 1px solid grey;
  }

  .story__title {
    font-size: 42px;
    line-height: 48px;
  }

  .story__media figcaption {
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    background: #fff;
    padding: 4px 10px;
    border-top: 2px solid #4b88ca;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 22px;
    line-height: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .story__header.has-medium-media
    .story__summary__wrapper:has(:not(.story__summary + .story__audio)) {
    padding: 10px;
  }

  .story__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  #social-share-top {
    margin-left: auto;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-wrapper {
    border-left: none;
  }

  .main-content {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .story__header:after,
  .story__header:before {
    content: none;
  }

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

  :root {
    --gdwc-audio-player-max-width: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 66.66666667%;
  }

  .bottom-wrapper {
    border-right: 1px solid grey;
  }

  .main-content {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .story__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 80px);
  }

  .story__header.has-medium-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__header.has-medium-media .story__header__content {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__header.has-medium-media .story__media {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .story__comments__trigger {
    min-width: 50%;
  }
}

@media screen and (min-width: 1540px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 1260px;
  }

  .bottom-wrapper,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 1260px;
  }

  :root {
    --max-width: 1260px;
    --gdwc-audio-player-max-width: 1260px;
  }

  .aside-story__title {
    font-size: 21px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__header__content {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .story__toolbar {
    position: relative;
  }

  .bottom-wrapper {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body:not(.gd-facet-webview) .sidebar {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
    border-top: 1px solid grey;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 32px;
    border-width: 0 1px 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .breaking-news__label span {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .breaking-news__title {
    border-width: 0 0 1px;
  }

  .is-premium-article
    .story__overtitle:has(.story__overtitle__text)
    .story__overtitle__text {
    border-top: 1px solid grey;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .story__title {
    font-size: 32px;
    line-height: 32px;
  }

  .story__media {
    margin-left: -16px;
  }

  .story__header,
  .story__toolbar {
    margin-left: 16px;
  }

  .story__media figcaption {
    margin-left: 32px;
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    padding: 4px;
    border-bottom: 1px solid #e9e9e9;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media picture {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .story__toolbar {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  #social-share-top {
    background: #fff;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    margin-left: 16px;
    padding: 10px 10px 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 53px;
  }

  .story__comments__trigger {
    width: 100%;
  }

  :root {
    --gdwc-audio-trigger-title-font-size: 16px;
  }
}

@-webkit-keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

@keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

/* --- style block 2 --- */
/* FOLLOW BUTTON GEDI PERSONALIZATION  */

/* IUBENDA PARAGRAPH CUSTOMIZATION */

/* --- style block 3 --- */
/* Skeleton Renderer styles */

/* --- style block 4 --- */

div::not(#detail) .video-frame__wrapper {
  visibility: hidden;
}

div::not(#detail) gdwc-video-component.is-ready .video-frame__wrapper {
  visibility: visible;
}

@supports selector(:focus-visible) {
  .fc-ab-root button:focus-visible::before,
  .fc-ab-root a:focus-visible::before,
  .fc-ab-root input:focus-visible::before,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::before {
    border: 2px solid rgb(23, 78, 166) !important;
    border-radius: 6px !important;
    content: "" !important;
    inset: -4px !important;
    position: absolute !important;
  }

  .fc-ab-root button:focus-visible::after,
  .fc-ab-root a:focus-visible::after,
  .fc-ab-root input:focus-visible::after,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::after {
    border: 2px solid rgb(232, 240, 254) !important;
    border-radius: 8px !important;
    content: "" !important;
    inset: -6px !important;
    position: absolute !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::before {
    inset: -2px !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::after {
    inset: -4px !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::before {
    left: 2px !important;
    width: calc(100% - 8px) !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::after {
    left: 0px !important;
    width: calc(100% - 4px) !important;
  }
}

@supports (flex-wrap: wrap) and (gap: 16px) {
}

@supports (flex-wrap: wrap) {
}

@supports (flex-wrap: wrap) and (gap: 16px) and selector(::first-letter) {
}

/* --- style block 9 --- */

/* --- style block 10 --- */

/* --- style block 11 --- */

.fixed-link {
  z-index: 1000;
}

/*============== FEEDBACK ==============*/

/* ===== Migrated from index.html <style> blocks ===== */

/* --- style block 1 --- */
button,
figure,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.comments-trigger .r-icon-comment:hover,
.gd-social-share a:hover svg {
  fill: #fff;
}

.story__comments__trigger,
.story__overtitle,
.story__toolbar {
  text-transform: uppercase;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 123, 187, 0.1);
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

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

a,
button {
  color: inherit;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.breaking-news__label,
body {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

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

:focus {
  outline: 0;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  background-color: #fcfdfd;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class*="r-icon-"] {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

:root {
  --sticky-video-width: 530px;
  --sticky-close-background-width: 30px;
  --sticky-close-margin: 0 0 0 auto;
  --sticky-close-padding: 5px;
  --sticky-close-color: #000;
  --sticky-close-bg-color: transparent;
  --sticky-close-top-position: -35px;
  --sticky-video-margin-bottom: 16px;
  --sticky-video-box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --gdwc-audio-info-icon-background-color: #f56100ad;
  --gdwc-audio-info-icon-color: #fff;
}

.story__content img {
  width: 100%;
  height: auto;
  display: block;
}

.bottom-wrapper {
  max-width: 996px;
  margin: 0 auto;
  border-left: 1px solid grey;
  padding-left: 16px;
  padding-top: 30px;
}

.main-content {
  padding-right: 16px;
}

.breaking-news {
  background-color: #fff;
}

.breaking-news__label {
  border-color: grey;
  border-style: solid;
  white-space: nowrap;
}

.breaking-news__label span {
  color: #ec0000;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
}

.breaking-news__label span:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ec0000;
  -webkit-box-shadow: 0 0 0 #ec0000;
  box-shadow: 0 0 0 #ec0000;
  -webkit-animation: 2s infinite pulse-reverse;
  animation: 2s infinite pulse-reverse;
}

.breaking-news__label time {
  color: #6c6c6c;
  font-weight: 400;
}

.breaking-news__title {
  pointer-events: none;
  border-color: grey;
  border-style: solid;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  color: #21201f;
}

.story__overtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font:
    500 16px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-bottom: 1px solid #000;
}

.story__overtitle > * {
  padding: 10px 16px;
}

.story__overtitle svg:hover {
  fill: #f56100;
}

.story__media {
  position: relative;
}

.story__title {
  display: block;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__media figcaption {
  font:
    12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
}

.story__summary {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.story__header {
  margin: 0 auto;
  position: relative;
}

.story__header:after,
.story__header:before {
  content: "";
  border-left: 1px solid grey;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

.story__header.has-medium-media picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.story__header.has-medium-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.story__header.has-medium-media .story__summary {
  padding: 16px;
}

.story__toolbar {
  border: 1px solid grey;
  font:
    400 12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-stories {
  border-top: 2px solid #000;
  position: relative;
}

.story__toolbar .r-icon-time {
  width: 20px;
  height: 20px;
}

.story__date {
  margin-right: 8px;
}

.story__toolbar__reading-time {
  margin-left: auto;
}

.story__text h2 {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.aside-stories:before {
  width: 14px;
  z-index: 10;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  left: 0;
}

.inline-storyline ::marker {
  color: #f56100;
}

.aside-story__title a:hover,
.story__text a:hover {
  color: #4b88ca;
}

.story__text {
  margin-bottom: 30px;
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.story__text h2 {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 24px;
}

.story__text h2,
.story__text h3 {
  font-weight: 500;
}

.story__text a {
  color: #f56100;
}

.story__text p {
  margin-bottom: 16px;
}

#social-share-top {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.gd-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.gd-social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #e7e7e7;
  border-radius: 1px;
}

.gd-social-share svg {
  pointer-events: none;
  height: 16px;
  width: 16px;
}

.aside-stories {
  padding: 10px 16px 16px;
  margin-bottom: 30px;
}

.aside-stories:before {
  height: 2px;
  background-color: #4b88ca;
  top: -2px;
}

.aside-stories:after {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.aside-stories__label {
  font:
    500 18px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #4b88ca;
  display: block;
}

.aside-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.aside-story__title {
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

gdwc-recommendations {
  --gdwc-recommendations-label-font-weight: 500;
  --gdwc-recommendations-title-font-family:
    "Eugenio Serif", "Eugenio Serif Fallback";
  --gdwc-recommendations-title-font-weight: 500;
}

.story__comments__trigger:hover,
body.has-comments .comments-trigger:hover {
  background: #000;
}

.story__comments__trigger,
body.has-comments .comments-trigger {
  background: #f56100;
  color: #fff;
  font:
    400 13px/1 "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-radius: 1px;
}

.story__comments__trigger {
  padding: 10px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  margin: 20px auto 30px;
}

.story__comments__trigger .r-icon-comment {
  width: 20px;
  height: 20px;
  margin: -5px 5px;
}

.comments-trigger {
  display: none;
}

body.has-comments .comments-trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-trigger .r-icon-comment {
  width: 16px;
  height: 16px;
  fill: #fff;
  pointer-events: none;
}

.story__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #e7f1ff;
  border-top: 1px solid #000;
  padding: 10px 16px;
  margin: 0 0 30px -16px;
  font:
    400 11px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #636363;
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 996px;
  }

  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 996px;
  }

  :root {
    --max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 300px;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 44px;
    margin-right: 4px;
    border-width: 1px;
  }

  .breaking-news__title {
    border-width: 1px;
    font-size: 22px;
  }

  .story__overtitle {
    border-left: 1px solid grey;
  }

  .story__overtitle {
    border-right: 1px solid grey;
  }

  .story__title {
    font-size: 42px;
    line-height: 48px;
  }

  .story__media figcaption {
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    background: #fff;
    padding: 4px 10px;
    border-top: 2px solid #4b88ca;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 22px;
    line-height: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .story__header.has-medium-media
    .story__summary__wrapper:has(:not(.story__summary + .story__audio)) {
    padding: 10px;
  }

  .story__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  #social-share-top {
    margin-left: auto;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-wrapper {
    border-left: none;
  }

  .main-content {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .story__header:after,
  .story__header:before {
    content: none;
  }

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

  :root {
    --gdwc-audio-player-max-width: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 66.66666667%;
  }

  .bottom-wrapper {
    border-right: 1px solid grey;
  }

  .main-content {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .story__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 80px);
  }

  .story__header.has-medium-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__header.has-medium-media .story__header__content {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__header.has-medium-media .story__media {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .story__comments__trigger {
    min-width: 50%;
  }
}

@media screen and (min-width: 1540px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 1260px;
  }

  .bottom-wrapper,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 1260px;
  }

  :root {
    --max-width: 1260px;
    --gdwc-audio-player-max-width: 1260px;
  }

  .aside-story__title {
    font-size: 21px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__header__content {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .story__toolbar {
    position: relative;
  }

  .bottom-wrapper {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body:not(.gd-facet-webview) .sidebar {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
    border-top: 1px solid grey;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 32px;
    border-width: 0 1px 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .breaking-news__label span {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .breaking-news__title {
    border-width: 0 0 1px;
  }

  .is-premium-article
    .story__overtitle:has(.story__overtitle__text)
    .story__overtitle__text {
    border-top: 1px solid grey;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .story__title {
    font-size: 32px;
    line-height: 32px;
  }

  .story__media {
    margin-left: -16px;
  }

  .story__header,
  .story__toolbar {
    margin-left: 16px;
  }

  .story__media figcaption {
    margin-left: 32px;
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    padding: 4px;
    border-bottom: 1px solid #e9e9e9;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media picture {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .story__toolbar {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  #social-share-top {
    background: #fff;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    margin-left: 16px;
    padding: 10px 10px 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 53px;
  }

  .story__comments__trigger {
    width: 100%;
  }

  :root {
    --gdwc-audio-trigger-title-font-size: 16px;
  }
}

@-webkit-keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

@keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

/* --- style block 2 --- */
/* FOLLOW BUTTON GEDI PERSONALIZATION  */

/* IUBENDA PARAGRAPH CUSTOMIZATION */

/* --- style block 3 --- */
/* Skeleton Renderer styles */

/* --- style block 4 --- */

div::not(#detail) .video-frame__wrapper {
  visibility: hidden;
}

div::not(#detail) gdwc-video-component.is-ready .video-frame__wrapper {
  visibility: visible;
}

@supports selector(:focus-visible) {
  .fc-ab-root button:focus-visible::before,
  .fc-ab-root a:focus-visible::before,
  .fc-ab-root input:focus-visible::before,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::before {
    border: 2px solid rgb(23, 78, 166) !important;
    border-radius: 6px !important;
    content: "" !important;
    inset: -4px !important;
    position: absolute !important;
  }

  .fc-ab-root button:focus-visible::after,
  .fc-ab-root a:focus-visible::after,
  .fc-ab-root input:focus-visible::after,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::after {
    border: 2px solid rgb(232, 240, 254) !important;
    border-radius: 8px !important;
    content: "" !important;
    inset: -6px !important;
    position: absolute !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::before {
    inset: -2px !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::after {
    inset: -4px !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::before {
    left: 2px !important;
    width: calc(100% - 8px) !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::after {
    left: 0px !important;
    width: calc(100% - 4px) !important;
  }
}

@supports (flex-wrap: wrap) and (gap: 16px) {
}

@supports (flex-wrap: wrap) {
}

@supports (flex-wrap: wrap) and (gap: 16px) and selector(::first-letter) {
}

/* --- style block 9 --- */

/* --- style block 10 --- */

/* --- style block 11 --- */

.fixed-link {
  z-index: 1000;
}

:root {
  --warning-background: #fff;
  --warning-text-color: #414141;
  --warning-backdrop: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  body:has(.warning.is-active) {
    overflow-y: hidden;
    pointer-events: none;
  }
}

:root {
  --cookiewall-primary-color: #333;
}
#iubenda-cs-banner summary::marker {
  display: none;
}
.iubenda-advertising-preferences-link {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: inherit;
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

@-moz-document url-prefix() {
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
.viafoura .vf-post-name-button[data-v-cd0a3c1a]:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
}
.viafoura .vf-report-content__link[data-v-550aba06]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf-feedback-survey__link[data-v-370f60dc]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:nth-child(1) {
  border-bottom: none;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px;
  max-width: none;
}

.block-info-comment span {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
  font-size: 17px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #000;
  font-size: 17px;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}

.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  white-space: nowrap;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #7e7e7e;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}

.hidden {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.block-avatar {
  display: block;
}
.fig-recommended__more-button:focus-visible {
  color: #1f66ba;
  outline: 1px dotted #fff;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

.rep-left-nav,
.rep-left-nav input,
.rep-slim-header,
.rep-slim-header button {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.6px;
}

.rep-left-nav,
.rep-page-footer,
.rep-page-header,
.rep-page-header-nav,
.rep-slim-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.rep-left-nav *,
.rep-left-nav:after,
.rep-left-nav:before,
.rep-page-footer *,
.rep-page-footer:after,
.rep-page-footer:before,
.rep-page-header *,
.rep-page-header-nav *,
.rep-page-header-nav:after,
.rep-page-header-nav:before,
.rep-page-header:after,
.rep-page-header:before,
.rep-slim-header *,
.rep-slim-header:after,
.rep-slim-header:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rep-left-nav ::-moz-selection,
.rep-page-footer ::-moz-selection,
.rep-page-header ::-moz-selection,
.rep-page-header-nav ::-moz-selection,
.rep-slim-header ::-moz-selection {
  background-color: transparent;
  color: inherit;
}

.rep-left-nav ::selection,
.rep-page-footer ::selection,
.rep-page-header ::selection,
.rep-page-header-nav ::selection,
.rep-slim-header ::selection {
  background-color: transparent;
  color: inherit;
}

.rep-left-nav ul,
.rep-page-footer ul,
.rep-page-header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rep-left-nav a,
.rep-page-footer a,
.rep-page-header a,
.rep-page-header-nav a,
.rep-slim-header a {
  text-decoration: none;
  cursor: pointer;
  color: #5a5a5a;
}

.rep-left-nav svg,
.rep-page-footer svg,
.rep-page-header svg,
.rep-slim-header svg {
  vertical-align: middle;
}

.rep-left-nav a > span,
.rep-left-nav button > *,
.rep-page-header button > *,
.rep-slim-header button > * {
  pointer-events: none;
}

.rep-page-footer p {
  margin: 0;
}

.rep-toggle-menu {
  cursor: pointer;
}

.rep-toggle-menu > * {
  pointer-events: none;
}

.rep-left-nav input:focus,
.rep-slim-header input:focus {
  outline: 0;
}

.rep-left-nav button,
.rep-slim-header button {
  background: 0 0;
  border: none;
  text-align: left;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.rep-left-nav button:focus,
.rep-slim-header button:focus {
  outline: 0;
}

.rep-left-nav button:hover,
.rep-slim-header button:hover {
  cursor: pointer;
  color: #4b88ca;
}

.assistive {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rep-slim-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100000;
  border-bottom: 1px grey solid;
  color: #5a5a5a;
  font-size: 14px;
  background-color: #fff;
  white-space: nowrap;
}

.rep-slim-header .repubblica-logo {
  width: 138px;
  height: 28px;
}

.rep-slim-header .social-icon-user {
  width: 24px;
  height: 24px;
}

.rep-slim-header a {
  color: inherit;
}

.rep-slim-header a:hover {
  color: #4b88ca;
}

.rep-slim-header .rep-slim-header__user:hover svg,
.rep-slim-header a:hover svg,
.rep-slim-header button:hover svg {
  fill: #4b88ca;
}

.rep-slim-header svg {
  fill: #5a5a5a;
}

.rep-slim-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.rep-slim-header__left,
.rep-slim-header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rep-slim-header__center {
  text-align: center;
}

.rep-slim-header__left,
.rep-slim-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

a.rep-slim-header__item--subscribe {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}

.rep-slim-header__item--premium .r-premium-logo {
  width: 20px;
  height: 20px;
  margin: -4px 0;
}

.rep-slim-header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rep-slim-header__right .r-premium-logo {
  width: 20px;
  height: 20px;
  margin: -5px 3px -5px 0;
}

.rep-slim-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.rep-slim-header__logo {
  margin: 0;
}

.rep-slim-header__search-button svg {
  width: 16px;
  height: 16px;
}

.rep-slim-header__search {
  margin: 10px;
  width: 100%;
  position: relative;
}

.rep-slim-header__search input[type="search"] {
  font-size: 16px;
  color: #4d4d4d;
  background: #fff;
  height: 48px;
  width: 100%;
  padding: 6px 12px;
  padding-right: 45px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px #e9e9ee solid;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.rep-slim-header__search button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rep-slim-header__search svg {
  height: 18px;
  width: 18px;
}

.rep-slim-header__search__close-button {
  padding: 10px;
}

.rep-slim-header__search__close-button svg {
  height: 16px;
  width: 16px;
}

#repSearchForm {
  background: #f9f9f9;
  height: 0;
  -webkit-transition: 0.2s ease-in-out height;
  -o-transition: 0.2s ease-in-out height;
  transition: 0.2s ease-in-out height;
  overflow: hidden;
}

.rep-slim-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 16px;
  background: #f9f9f9;
  border-top: 1px #e9e9ee solid;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.rep-slim-header__top .r-premium-logo {
  width: 22px;
  height: 22px;
}

.rep-slim-header__item--claim {
  display: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.rep-slim-header__menu-button {
  position: relative;
  padding: 10px;
}

.rep-slim-header__menu-button svg {
  width: 16px;
  height: 13px;
}

.rep-slim-header__user {
  cursor: pointer;
}

.rep-slim-header__user #account-data-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px;
}

.rep-slim-header__user .header-login-label {
  display: inline-block;
  margin-right: 5px;
  display: none;
}

.rep-slim-header__user .header-login-label:hover {
  color: #4b88ca;
}

.rep-slim-header__notification-button svg {
  width: 20px;
  height: 20px;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.rep-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px #000 solid;
  border-width: 0 1px;
  background: #fff;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483647;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  will-change: transform;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.rep-left-nav svg.R-logo {
  width: 38px;
  height: 51px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rep-left-nav a {
  display: block;
  color: #000;
}

.rep-left-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 82px;
}

.rep-left__content {
  overflow: auto;
  margin-top: 12px;
}

.rep-left-nav__close-button {
  padding: 16px 0 16px 16px;
}

.rep-left-nav__close-button svg {
  width: 16px;
  height: 16px;
}

.rep-left-nav__list__item {
  border-bottom: 1px solid #000;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  cursor: pointer;
}

.rep-left-nav__list__item:hover .rep-left-nav__sublist {
  opacity: 1;
  pointer-events: all;
}

.rep-left-nav__list__item > a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 16px;
  color: #000;
}

.rep-left-nav__list__item:first-of-type {
  border-top: 1px solid #000;
}

.rep-left-nav__list__label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
  padding: 16px;
  color: #000;
}

.rep-left-nav__sublist {
  border-top: 1px #cecece solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 1;
}

.rep-left-nav__sublist li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.rep-left-nav__sublist li a {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #484646;
  padding: 12px 16px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.rep-left-nav__sublist li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #4b88ca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rep-left-nav__sublist li a:hover:after {
  width: 100%;
}

.rep-left-nav__sublist li a:hover {
  color: #4b88ca;
}

.rep-left-nav .r-premium-logo {
  height: 20px;
  width: 30px;
}

ul.rep-left-nav__contact {
  border-top: 1px #000 solid;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-rule: 1px #000 solid;
  -moz-column-rule: 1px #000 solid;
  column-rule: 1px #000 solid;
}

ul.rep-left-nav__contact a {
  position: relative;
  display: block;
  padding: 16px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

ul.rep-left-nav__contact a:hover {
  color: #4b88ca;
}

.rep-left-nav__search {
  margin: 0 16px;
  min-width: 225px;
  position: relative;
}

.rep-left-nav__search button {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  padding: 0;
}

.rep-left-nav__search button svg {
  height: 18px;
  width: 18px;
}

.rep-left-nav__search ::-webkit-input-placeholder {
  color: #666363;
}

.rep-left-nav__search ::-moz-placeholder {
  color: #666363;
}

.rep-left-nav__search :-ms-input-placeholder {
  color: #666363;
}

.rep-left-nav__search :-moz-placeholder {
  color: #616161;
}

.rep-overlay {
  display: none;
  -webkit-transition: opacity 10s ease;
  -o-transition: opacity 10s ease;
  transition: opacity 10s ease;
  opacity: 0;
}

.rep-page-header {
  background: #fff;
}

.rep-page-header__content {
  padding: 0 16px;
  display: none;
  border-bottom: 2px solid #000;
}

.rep-page-header__social-follow {
  position: absolute;
  left: 0;
  top: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rep-page-header__social-follow span {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  margin-right: 8px;
  line-height: 2.2;
}

.rep-page-header__social-follow #gs-social-follow svg {
  width: 20px;
  max-height: 30px;
  margin-right: 8px;
}

.rep-page-header__social-follow #gs-social-follow svg:hover {
  cursor: pointer;
  fill: #4b88ca;
}

.rep-page-header__social-follow #gs-social-follow a {
  color: #000;
}

.rep-page-header__brand-logo {
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.rep-page-header__brand-logo a {
  text-decoration: none;
  color: inherit;
}

.rep-page-header__brand-logo a:hover {
  color: #4b88ca;
}

.rep-page-header__search {
  position: absolute;
  margin-bottom: 20px;
  right: 0;
  top: 35%;
}

.rep-page-header__search input {
  color: #616161;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 12px;
  padding-right: 55px;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  width: 100%;
  position: relative;
  min-height: 35px;
  max-height: 35px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.rep-page-header__search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  cursor: pointer;
  height: 35px;
  width: 45px;
  background: 0 0;
  padding: 0;
}

.rep-page-header__search button svg {
  height: 18px;
  width: 18px;
}

.rep-page-header__search ::-webkit-input-placeholder {
  color: #616161;
}

.rep-page-header__search ::-moz-placeholder {
  color: #616161;
}

.rep-page-header__search :-ms-input-placeholder {
  color: #616161;
}

.rep-page-header__search :-moz-placeholder {
  color: #616161;
}

.rep-page-header-nav {
  background-color: #fff;
  border-bottom: 1px solid grey;
  position: relative;
}

.rep-page-header-nav__list {
  display: none;
  white-space: nowrap;
}

.rep-page-header-nav__list > li > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.rep-page-header-nav__list > li > a:hover {
  background-color: #f2f9ff;
}

.rep-page-header-nav__toggle {
  padding: 8px 16px 8px 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 26px;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.rep-page-header-nav__toggle span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.rep-page-header-nav__toggle span:after,
.rep-page-header-nav__toggle span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: #4b88ca;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    width 0.3s,
    -webkit-transform 0.3s;
  transition:
    width 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    width 0.3s,
    transform 0.3s;
  transition:
    width 0.3s,
    transform 0.3s;
  transition:
    width 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
}

.rep-page-header-nav__toggle span:before {
  right: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rep-page-header-nav__toggle span:after {
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-nav:has(.follow-trigger) {
  grid-template-areas: "nav search follow";
  grid-template-columns: 1fr 40px auto;
}

.rep-page-footer {
  max-width: var(--rep-maxwidth);
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  background-color: #fff;
  -webkit-border-image: -webkit-linear-gradient(top, grey 1px, #fff 0);
  -o-border-image: -o-linear-gradient(top, grey 1px, #fff 0);
  border-image: linear-gradient(180deg, grey 1px, #fff 0) fill 0;
}

.rep-page-footer a:hover {
  color: #4b88ca;
}

.rep-page-footer__left .rep-page-footer__section:not(:last-child) {
  border-bottom: 1px #e9e9ee solid;
}

.rep-page-footer__section--info {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.rep-page-footer__section--app a {
  text-decoration: underline;
}

.rep-page-footer__section--subscribe a {
  display: inline-block;
  background: #4b88ca;
  color: #fff;
  padding: 8px 16px;
}

.rep-page-footer__section--subscribe a:hover {
  background: #000;
  color: #fff;
}

.rep-page-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.rep-page-footer__social svg {
  display: block;
  max-width: 16px;
  max-height: 16px;
}

.rep-page-footer__social a {
  border: 1px #5a5a5a solid;
  border-radius: 50%;
  padding: 4px;
}

.rep-page-footer__social a:hover {
  border-color: #4b88ca;
}

.rep-page-footer__social a:hover svg {
  fill: #4b88ca;
}

.rep-page-footer__section {
  page-break-inside: avoid;
  padding: 16px 0;
}

.rep-page-footer__section:first-child {
  padding-top: 0;
}

.rep-page-footer__section--row {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.rep-page-footer__section--row:first-child {
  border-bottom: 1px #e9e9ee solid;
  padding-bottom: 32px;
  margin-bottom: 16px;
}

.rep-page-footer__section--row.network-lena {
  border-top: 1px #e9e9ee solid;
  padding-top: 32px;
  margin-top: 16px;
}

.rep-page-footer__title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

ul.rep-page-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.rep-page-footer__section--row ul.rep-page-footer__list {
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.network-lena ul.rep-page-footer__list {
  font-size: 13px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.rep-page-footer__bottom {
  font-size: 11px;
  -webkit-border-image: conic-gradient(#e9e9e9 0 0) 0;
  -o-border-image: conic-gradient(#e9e9e9 0 0) 0;
  border-image: conic-gradient(#e9e9e9 0 0) fill 0;
}

.rep-page-footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

:root {
  --follow-color: #222;
  --follow-color-hover: #fff;
}

.rep-page-header-nav,
.rep-page-header__content,
.rep-slim-header__content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--rep-maxwidth);
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }

  .rep-slim-header__user #account-data-container {
    padding-left: 0;
  }

  .rep-slim-header__user .header-login-label {
    display: inline-block;
  }

  .rep-left-nav__sublist li {
    border-bottom: 1px #cecece solid;
  }

  .rep-page-header__content {
    padding: 24px 0;
    display: block;
    position: relative;
  }

  .rep-page-header__search {
    margin-bottom: 0;
  }

  .rep-page-header-nav {
    position: relative;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
  }

  .rep-page-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rep-page-header-nav__list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }

  .rep-page-header-nav__list > li > a {
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #1a1a1a;
  }

  .rep-page-header-nav__list > li.is-active a {
    background-color: #f2f9ff;
  }

  .rep-page-header-nav__list > li.is-active > a {
    color: #087bbb;
  }

  .rep-page-header-nav__toggle {
    display: none;
  }

  .rep-page-footer {
    display: grid;
    grid-template-areas: "left right" "bottom bottom";
    grid-template-columns: 265px 1fr;
  }

  .rep-page-footer__left {
    grid-area: left;
  }

  .rep-page-footer__right {
    grid-area: right;
  }

  .rep-page-footer__bottom {
    grid-area: bottom;
  }

  .rep-page-footer__left,
  .rep-page-footer__right {
    padding: 32px;
  }

  .rep-page-footer__left {
    border-right: 1px grey solid;
  }

  .rep-page-footer__right {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .rep-page-footer__bottom {
    padding: 16px 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .rep-left-nav {
    width: 50%;
  }

  :root {
    --rep-maxwidth: 996px;
  }
}

@media screen and (min-width: 1540px) {
  .rep-left-nav {
    width: 30%;
  }

  :root {
    --rep-maxwidth: 1260px;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .rep-slim-header__menu-button {
    padding: 10px 16px;
  }

  .rep-slim-header__user #account-data-container {
    padding: 10px 16px;
    width: 56px;
    height: 44px;
  }

  .rep-left-nav {
    width: 100%;
  }

  .rep-left-nav__list {
    border-top: 1px solid #000;
  }

  .rep-page-header-nav__list > li > a {
    padding: 12px 15px;
    border-bottom: 1px solid #ebebeb;
    color: #1a1a1a;
    font-size: 15px;
  }

  .rep-page-footer__left,
  .rep-page-footer__right {
    padding: 32px 16px;
  }

  .rep-page-footer__left {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "info info" "subscribe subscribe" "app social";
  }

  .rep-page-footer__section--info {
    grid-area: info;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rep-page-footer__section--app {
    grid-area: app;
  }

  .rep-page-footer__section--subscribe {
    grid-area: subscribe;
    text-align: center;
  }

  .rep-page-footer__section--social {
    grid-area: social;
    border-bottom: 1px #e9e9ee solid;
  }

  .rep-page-footer__right {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .network-lena ul.rep-page-footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rep-page-footer__bottom {
    padding: 16px;
  }
}

.st0 {
  fill: #ff5900;
}
.fixed-link {
  z-index: 1000;
}
.rep-page-footer,
.rep-page-header,
.story__overtitle,
.rep-slim-header,
.aside-stories,
.rep-page-header-nav {
  pointer-events: none !important;
}

.info__day {
  padding: 15px;
  border-bottom: 1px solid #f56100;
  border-right: 1px solid #f56100;
  border-left: 1px solid #f56100;
}

.day {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #f56100;
  margin-top: 2rem;
}

.check {
  box-shadow: 0px 0px 10px 0px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
  font-size: 17px;
}

.check__wrapper {
  padding: 0.5rem;
  margin-bottom: 15px;
}

.check__top {
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.bank__logo {
  width: 150px;
}

.check_img {
  width: 200px;
}

.check__top-col-title {
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }

  /* .header__row-mid {
        margin-left: 9rem !important;
        margin-right: 1rem;
    } */
}

@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}

@media (max-width: 992px) {
  .check {
    font-size: 0.5rem;
  }
}

.reg {
  margin-top: 1rem;
  font-size: var(--text-size);
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  margin-top: 20px;
}

.reg__title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1rem;
}

.reg__list {
  max-width: 80%;
  margin: 0 auto !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg__item {
  font-size: var(--text-size);
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-weight: normal;
}

.button-link {
  background-color: #f56100;
  color: #fff !important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: 15px 0;
  animation: heartbeat 3s ease-in-out 2s infinite both;
  margin-top: 15px;
}

.button-link:hover {
  color: #fff;
  background-color: #444;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
span {
  font-weight: 400 !important;
}
.atext img {
  display: block;
}

.form-wrapper {
  max-width: 450px;
  width: 100%;
  margin: 30px auto;
}

html {
  scroll-padding-top: 150px;
}
