:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  grid-column: span 9;
}
a {
  text-decoration: none !important;
}

h3 {
  font-weight: 900 !important;
}

h5 {
  font-weight: 700 !important;
  font-size: 18px !important;
}

html {
  scroll-behavior: smooth;
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button:focus-visible {
  outline: none;
}
.fancybox__nav:focus-visible {
  box-shadow: inset 0 0 0 1px #f8f8f8;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.fancybox__toolbar:focus-visible {
  z-index: 1;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
a,
article,
body,
div,
figure,
footer,
h1,
h2,
h3,
header,
html,
img,
li,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
article,
figure,
footer,
header,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
:focus {
  outline: none;
}
button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  background-color: transparent;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-transform: inherit;
  color: inherit;
}
@font-face {
  font-family: Suisse Intl Web;
  src:
    url(/fonts/SuisseIntl-Regular-WebXL.woff2) format("woff2"),
    url(/fonts/SuisseIntl-Regular-WebXL.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Suisse Intl Web;
  src:
    url(/fonts/SuisseIntl-RegularItalic-WebS.woff2) format("woff2"),
    url(/fonts/SuisseIntl-RegularItalic-WebS.woff) format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Suisse Intl Web;
  src:
    url(/fonts/SuisseIntl-Medium-WebS.woff2) format("woff2"),
    url(/fonts/SuisseIntl-Medium-WebS.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Suisse Intl Web;
  src:
    url(/fonts/SuisseIntl-SemiBold-WebS.woff2) format("woff2"),
    url(/fonts/SuisseIntl-SemiBold-WebS.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Suisse Intl Web;
  src:
    url(/fonts/SuisseIntl-Bold-WebS.woff2) format("woff2"),
    url(/fonts/SuisseIntl-Bold-WebS.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Suisse Intl Web Fallback;
  src: local(Arial);
  size-adjust: 101%;
  ascent-override: normal;
  descent-override: 18%;
  line-gap-override: 17%;
}
:root {
  --paper: #fff;
  --paper-rgb: 255, 255, 255;
  --ink: #000;
  --ink-rgb: 0, 0, 0;
  --ink-10: #e8eeee;
  --ink-30: #c4c3c7;
  --ink-50: #9c9da1;
  --ink-50-rgb: 156, 157, 161;
  --ink-65: #6b6b74;
  --ink-80: #393745;
  --ink-90: #2e2b3a;
  --border: var(--ink-50);
  --alert: #f43529;
  --primary: #34b233;
  --ansa: #34b233;
  --primary-5: #ebf7eb;
  --primary-10: #ebf7eb;
  --primary-40: #c8eac7;
  --primary-50: #ccf7cc;
  --primary-dark: #1c611c;
  --primary-absolute: #34b233;
  --promo: #379489;
  --promo-in-dark: #1db7a4;
  --promo-10: #d7eae7;
  --highlighter: #ff0;
  --live: #21202c;
  --table-border: #e3e3e6;
  --darken-paper: var(--ink-80);
  --darken-border: #292739;
  --darken-accent: #25d366;
  --sb-track-color: var(--ink-10);
  --sb-thumb-color: var(--primary);
  --sb-size: 10px;
  --inline-link-shadow: inset 0 -1px 0 0 var(--primary);
  --inline-link-shadow-hover: inset 0 -0.5em 0 0 var(--primary-40);
  --inline-link-color-hover: var(--primary-dark);
  --color-grid: red;
  --doc-height: 100%;
  --container-padding: 20px;
  --grid-column-gap: 24px;
  --ad-placeholder: rgba(0, 0, 0, 0.05);
  --podcast-paper: #fff;
  --podcast-bg: #393745;
  --spreaker-bg: #000;
  --spreaker-title: #fff;
  --spreaker-padding: 12px;
  --paper-magazine: #e8eeee;
}
#footer,
#header,
#header-clone {
  --paper: #fff;
  --paper-rgb: 255, 255, 255;
  --ink: #000;
  --ink-10: #e8eeee;
  --ink-50: #9c9da1;
  --ink-80: #393745;
  --border: #e3e3e6;
  --primary: #34b233;
  --alert: #f43529;
  --primary-10: #ebf7eb;
  --sb-track-color: #2e2b3a;
  --sb-thumb-color: var(--primary);
}
:root {
  --articles-border: 1px solid var(--ink-50);
  --articles-space: 0.85rem;
  --articles-space-mini: calc(var(--articles-space) / 2);
  --basket-title-border: 1px solid var(--ink-50);
}
#footer,
#header,
#header-clone {
  --basket-title-border: 1px solid var(--ink-80);
}
html {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: var(--paper);
  color: var(--ink-80);
  font-family:
    Suisse Intl Web,
    Suisse Intl Web Fallback,
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: underline;
}
strong {
  font-weight: 600;
}
.container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 1rem;
}
.is-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
body {
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
body::-webkit-scrollbar {
  width: var(--sb-size);
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--sb-track-color);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--sb-thumb-color);
}
#header {
  --service-bar-height: 48px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--paper);
}
#header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
#header .logo {
  z-index: 10;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-left: -1rem;
  background: var(--primary);
  color: #fff;
}
#header .logo a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
}
#header .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
#header .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#header .service-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: var(--service-bar-height);
  background: var(--ink-80);
  color: var(--ink-10);
  font-size: 14px;
  line-height: 1;
}
#header .service-bar,
#header .service-bar .weather {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .service-bar .weather {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
#header .service-bar .weather:hover {
  color: var(--paper);
}
#header .service-bar .actions,
#header .service-bar .links,
#header .service-bar .links li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .service-bar .links li {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(232, 238, 238, 0.2);
}
#header .service-bar .links li:first-child {
  border: none;
}
#header .service-bar .links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  height: 27px;
  padding: 0;
  gap: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .service-bar .links a:hover {
  color: var(--primary);
}
#header .service-bar .links a.weather {
  opacity: 0.5;
}
#header .service-bar .edition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
#header .service-bar .edition .caption {
  opacity: 0.6;
}
#header .service-bar .edition .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .service-bar .edition .handle:hover {
  color: var(--primary);
}
#header .service-bar .edition .handle .icon {
  width: 16px;
  height: 16px;
}
#header .service-bar .edition .section-nav > button {
  color: var(--paper);
}
#header .service-bar .edition .box {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  right: auto;
  left: -16px;
}
#header .service-bar .account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(232, 238, 238, 0.2);
  gap: 16px;
}
#header .service-bar .account .login {
  color: #e8eeee;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .service-bar .account .login:hover {
  color: var(--primary);
}
#header .service-bar .account .register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  padding: 0 9px;
  border-radius: 2px;
  background: var(--ink-10);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .service-bar .account .register:hover {
  background: var(--primary);
}
#header .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .main .date {
  color: var(--ink-80);
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.9;
}
#header .main .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .main .top .ansa-check {
  height: 16px;
}
#header .main .toolbar {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--ink);
}
#header .main .toolbar.mobile {
  padding-bottom: 6px;
}
#header .main .toolbar .menu,
#header .main .toolbar.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .main .toolbar .menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  gap: 2px;
}
#header .main .toolbar .menu li {
  margin-right: 20px;
}
#header .main .toolbar .menu li:last-child {
  margin-right: 0;
}
#header .main .toolbar .menu li a,
#header .main .toolbar .menu li button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  text-decoration: none;
  gap: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .main .toolbar .menu li a:hover,
#header .main .toolbar .menu li button:hover {
  color: var(--primary);
}
#header .main .toolbar .menu li a .icon,
#header .main .toolbar .menu li button .icon {
  display: block;
  width: 18px;
  height: 18px;
}
#header .main .toolbar .menu li a.special {
  gap: 4px;
}
#header .main .toolbar .menu li a.special .icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
}
#header .main .toolbar .menu li .menu-handle {
  margin-right: 4px;
  font-weight: 400;
  font-weight: 500;
  gap: 5px;
}
#header .main .toolbar .menu li .menu-handle .icon {
  width: 20px;
  height: 20px;
  color: var(--ink);
}
#header .main .toolbar .search-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .main .toolbar .search-handle:hover {
  color: var(--primary);
}
#header .main .toolbar .search-handle svg {
  width: 22px;
  height: 22px;
}
#header-clone {
  display: none;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 56px;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: var(--ink-10);
  color: var(--ink);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
#header-clone .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header-clone .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  height: 100%;
  height: 56px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
#header-clone .logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-right: 30px;
}
#header-clone .global,
#header-clone .local {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}
#header-clone .global {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--ink);
}
#header-clone .global .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  gap: 26px;
}
#header-clone .global .menu li a,
#header-clone .global .menu li button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  text-decoration: none;
  gap: 2px;
}
#header-clone .global .menu li a .icon,
#header-clone .global .menu li button .icon {
  display: block;
  width: 18px;
  height: 18px;
}
#header-clone .global .menu li a.special {
  gap: 4px;
}
#header-clone .global .menu li a.special .icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
}
#header-clone .global .menu li .menu-handle {
  margin-right: 4px;
  font-weight: 400;
  gap: 8px;
}
#header-clone .global .menu li .menu-handle .icon {
  width: 16px;
  height: 16px;
}
#header-clone .global .search-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#header-clone .global .search-handle svg {
  width: 22px;
  height: 22px;
}
.article-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--ink-80);
  font-size: 14px;
  line-height: 1.4;
  gap: 12px;
}
.article-teaser .article-image {
  display: block;
  position: relative;
}
.article-teaser .article-image .ratio {
  display: block;
  position: relative;
  padding-top: 66.6666%;
  overflow: hidden;
}
.article-teaser .article-image .ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-teaser .kicker {
  margin-bottom: 0.4em;
  color: var(--primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.article-teaser .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.article-teaser .title a {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.article-teaser .title a:hover {
  color: var(--primary);
}
.article-teaser .title .icon {
  display: inline;
  width: 1em;
  min-width: 16px;
  height: 1em;
  min-height: 16px;
  margin-top: -0.05em;
  margin-right: 0.05em;
  color: var(--primary);
  vertical-align: middle;
}
.section-top-articles .article-teaser .title,
.side-latest-news .article-teaser .title {
  font-size: 14px;
}
.section {
  margin: 2.5rem 0;
}
.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: var(--basket-title-border);
}
.section-title {
  color: var(--primary);
}
.section-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section-title a {
  text-decoration: none;
}
.section-title svg {
  display: inline;
  width: 20px;
  height: 20px;
  margin-top: -0.05em;
  margin-left: -0.1em;
  vertical-align: middle;
}
.section-wrap .section-side {
  margin-top: 1.5rem;
}
.section-wrap .section-side-spaces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.section-wrap .section-main {
  margin-top: 1.5rem;
}
.section-wrap .section-main:first-child {
  margin-top: 0;
}
.section-heading {
  margin-bottom: 20px;
}
.section-heading .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 2px solid var(--primary);
}
.section-heading .wrap:has(.last-update) {
  display: block;
}
.section-heading.is-detail {
  background: none;
}
.section-heading.is-detail .wrap {
  border: none;
  padding: 0;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-heading.is-detail .wrap .section-nav {
  margin-top: 0 !important;
}
.section-heading.is-detail .wrap .crumbs {
  margin: 0;
  padding-block: 0.5em;
}
.section-heading .main-section-nav {
  margin-top: 16px;
}
.section-widget .widget-title:has(img) {
  border-bottom: none;
}
.section-widget .widget-title:has(.section-partner) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-nav {
  z-index: 1003;
  position: relative;
  isolation: isolate;
  color: var(--ink-80);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.carousel-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
  display: none;
}
.carousel-nav .carousel-scrollbar {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.carousel-nav .carousel-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.carousel-scrollbar {
  height: 3px;
  background: var(--ink-10);
  position: relative;
  width: 100%;
}
.carousel-arrow {
  width: 34px;
  height: 34px;
  color: var(--ink-80);
  border: 1px solid currentColor;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.carousel-arrow svg {
  width: 24px;
  height: 24px;
}
.carousel-arrow-prev svg {
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}
.carousel-arrow-next svg {
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
.button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  padding: 0 1em;
  border: 1px solid var(--ink-80);
  color: var(--ink-80);
  font-family:
    Suisse Intl Web,
    Suisse Intl Web Fallback,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  gap: 4px;
}
.button.fill {
  border-color: transparent;
  background: var(--ink-80);
  color: var(--ink-10);
}
.button .icon {
  width: 20px;
  height: 20px;
  margin-right: -0.3em;
}
.button:hover {
  border-color: var(--ink-80);
}
.arrow-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ink-80);
  font-family:
    Suisse Intl Web,
    Suisse Intl Web Fallback,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  gap: 4px;
}
.arrow-link .icon {
  width: 16px;
  height: 16px;
  margin-right: -0.3em;
}
#footer {
  margin-top: 3rem;
  padding-bottom: 90px;
  border-top: 7px solid var(--ink);
  background: var(--ink-80);
  color: var(--ink-10);
}
#footer .heading {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#footer .heading,
#footer .heading .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .heading .logo {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-top: -7px;
  padding: 12px 14px;
  background: var(--primary);
  color: var(--paper);
}
#footer .heading .logo svg {
  width: 100%;
  height: auto;
}
#footer .heading .to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 15px;
  line-height: 1.2;
  gap: 8px;
}
#footer .heading .to-top svg {
  color: var(--ink-10);
}
.side-latest-news {
  --primary: var(--alert);
  border-left: 1px solid var(--primary);
  padding-left: 20px;
}
.side-latest-news .caption {
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-latest-news .caption .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.side-latest-news .article-teaser {
  margin-top: 0.5rem;
}
.side-latest-news .article-teaser:first-child {
  margin-top: 0;
}
.side-latest-news .arrow-link {
  margin-top: 1.5em;
}
.share-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.share-links li a,
.share-links li button {
  display: block;
  position: relative;
}
.share-links li a svg,
.share-links li button svg {
  width: 32px;
  height: 32px;
  display: block;
}
.share-links li a .feedback,
.share-links li button .feedback {
  position: absolute;
  top: 50%;
  right: 100%;
  height: 28px;
  padding: 0 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  white-space: nowrap;
  margin-top: -14px;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.crumbs {
  margin-bottom: 20px;
}
.crumbs ul {
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
  gap: 6px;
}
.crumbs ul,
.crumbs ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.crumbs ul li {
  white-space: nowrap;
}
.crumbs ul li a {
  text-decoration: none;
}
.crumbs ul li:before {
  margin-right: 4px;
  content: "/";
  opacity: 0.3;
}
.crumbs ul li:first-child:before {
  display: none;
}
.crumbs ul li.is-section a {
  color: var(--primary);
  font-family:
    Suisse Intl Web,
    Suisse Intl Web Fallback,
    Arial,
    sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.crumbs ul li.home {
  margin-right: 2px;
}
.crumbs ul li.home .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--primary);
  color: #fff;
}
.section-top-articles {
  display: none;
  margin-bottom: 20px;
  margin-top: 0;
}
.section-top-articles .articles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 1rem;
}
.section-top-articles .article-teaser {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
  box-shadow: inset 1px 0 var(--border);
}
.section-top-articles .article-teaser:first-child {
  box-shadow: none;
}
.section-top-articles .article-teaser .article-image:before {
  bottom: 0 !important;
}
.section-top-articles .article-teaser .article-image .ratio {
  padding-top: 42.85%;
}
.section-articles-stripe {
  overflow: hidden;
}
.section-articles-stripe .slider {
  margin: 0 -0.5rem;
}
.section-articles-stripe .scroller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section-articles-stripe .article-teaser {
  width: 70%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 240px;
  max-width: 280px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
.section-articles-stripe-video {
  padding: 1.2rem 0;
  --paper: var(--darken-paper);
  --primary: var(--darken-accent);
  --ink: #e8eeee;
  --ink-80: #e8eeee;
  --ink-50: hsla(0, 0%, 100%, 0.5);
  --ink-10: hsla(0, 0%, 100%, 0.1);
  background: var(--paper);
  color: var(--ink);
}
.section-articles-stripe-video .section-header {
  border-bottom-color: var(--darken-border);
}
.section-articles-stripe-video .section-title {
  color: var(--primary);
}
.section-articles-stripe-video .carousel-scrollbar {
  background: var(--darken-border);
}
.section-international-articles:has(.is-adv) .is-adv {
  -ms-grid-column: span 2;
  grid-column: span 2;
}
#hot-topics,
.highlighted {
  overflow: scroll;
  margin-block: 0;
}
@supports (-webkit-touch-callout: none) {
  #hot-topics,
  .highlighted {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#hot-topics .box,
.highlighted .box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 45px;
  white-space: nowrap;
}
#hot-topics .box,
#hot-topics .topics,
.highlighted .box,
.highlighted .topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#hot-topics .topics,
.highlighted .topics {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ink-80);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
#hot-topics .topics .caption,
.highlighted .topics .caption {
  color: var(--primary);
}
#hot-topics .topics ul,
.highlighted .topics ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#hot-topics .topics ul a,
.highlighted .topics ul a {
  color: var(--ink);
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hot-topics .topics ul a:hover,
.highlighted .topics ul a:hover {
  color: var(--primary);
}
#hot-topics .channels,
.highlighted .channels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background: var(--paper);
  color: var(--ink-80);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  gap: 20px;
}
#hot-topics .channels a,
.highlighted .channels a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hot-topics .channels a:hover,
.highlighted .channels a:hover {
  color: var(--primary);
}
.section-top-articles ~ #hot-topics,
.section-top-articles ~ .highlighted {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
#page:has(.section-magazine-list) #hot-topics,
#page:has(.section-magazine-list) .highlighted {
  margin-bottom: -2.5rem;
}
#page:has(#article-page-scroller) #hot-topics,
#page:has(#article-page-scroller) .highlighted,
#page:has(.article-detail) #hot-topics,
#page:has(.article-detail) .highlighted {
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}
#page:has(.articles-list) #hot-topics,
#page:has(.articles-list) .highlighted {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#page:has(.section.small-margin) #hot-topics,
#page:has(.section.small-margin) .highlighted {
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}
#page:has(#list) #hot-topics,
#page:has(#list) .highlighted {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.special-section .section-main:not(:has(.section-nav)) {
  margin-top: 48px;
}
.newsletter-section .wrap {
  padding-top: 26px;
  border-top: 9px solid var(--ink-10);
}
.newsletter-section .content {
  margin-bottom: 0.75rem;
}
.newsletter-section .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  margin-top: -42px;
  margin-right: 24px;
  margin-bottom: 14px;
  padding: 9px 10px;
  background: var(--primary);
  color: #fff;
}
.newsletter-section .logo svg {
  width: 100%;
  height: auto;
}
.newsletter-section .inner {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.newsletter-section .inner .title {
  margin-bottom: 0.1em;
  color: var(--primary);
}
.widget-links ul li a .content:has(strong) {
  font-weight: 400;
}
.post-single-title {
  color: var(--ink);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
}
.post-single-title a {
  color: darkblue;
}
.post-single-text {
  padding-bottom: 1.5rem;
}
.post-single-summary {
  line-height: 1.4;
}
.intro .post-single-summary {
  padding-block: 0.25em;
}
.article-detail {
  margin-top: 1rem !important;
}
.article-detail .article-intro {
  position: relative;
  padding-bottom: 0.5rem;
}
.article-detail .article-intro:before {
  z-index: 10;
  position: absolute;
  top: 40px !important;
  bottom: 0;
  left: 0;
  width: 6px;
  background: rgba(var(--ink-rgb), 0.3);
  content: "";
  opacity: 0.2;
}
.article-detail .article-intro .intro {
  margin-bottom: 0.5rem;
  padding-left: 22px;
}
.article-detail .article-intro .summary {
  color: var(--ink-80);
  font-size: 20px;
  line-height: 1.4;
}
.article-detail .article-intro .image {
  display: block;
  margin-top: 1rem;
}
.article-detail .article-intro .image .ratio {
  display: block;
  position: relative;
  padding-top: 66.6666%;
}
.article-detail .article-intro .image .ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-detail .article-intro .wrap.with-adv {
  -ms-grid-columns: 300px minmax(0, 1fr) 300px;
  grid-template-columns: 300px minmax(0, 1fr) 300px;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.article-detail .article-intro .wrap.with-adv .image {
  -ms-grid-column: span 3;
  grid-column: span 3;
}
.article-detail .article-main {
  position: relative;
  padding-left: 22px;
}
.article-detail .article-main:before {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: #9c9da1;
  content: "";
  opacity: 0.2;
}
.article-detail .article-side {
  margin-top: 1rem;
}
.article-detail .article-side .article-widget {
  margin-top: 1.5rem;
}
.article-detail .article-copyright {
  margin-top: 1.5em;
  color: var(--ink-80);
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  opacity: 0.8;
}
.article-detail .article-widget {
  margin-top: 0;
}
.article-detail .article-widget .caption {
  margin-bottom: 1.2em;
  padding-bottom: 0.6em;
  border-bottom: 2px solid var(--ink-30);
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.article-detail .article-widget:first-child {
  margin-top: 0 !important;
}
.article-detail .article-related .caption {
  border-color: var(--primary);
  color: var(--primary);
}
.article-detail .article-related ul {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.article-detail .article-related ul li {
  position: relative;
  margin-top: 0.8em;
  padding-left: 24px;
}
.article-detail .article-related ul li .icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  color: var(--primary);
}
.article-detail .article-related ul li:first-child {
  margin-top: 0;
}
.article-detail .article-related ul li a {
  color: var(--ink-80);
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition:
    color 0.2s ease,
    opacity 0.2s ease;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.article-detail .article-related ul li a:hover {
  color: var(--primary);
  opacity: 1;
}
.article-detail .article-share .caption {
  margin-bottom: 0.5em;
}
.article-local-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 20px;
}
.article-local-header .title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rich-text {
  color: var(--ink-80);
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
.rich-text p {
  margin-bottom: 0.4em;
}
.rich-text h2 {
  margin-top: 2em;
  margin-bottom: 0.4em;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.post-single-text {
  padding-bottom: 0.5rem;
}
.ad-section {
  margin: 0.5rem 0;
}
.ad-bottom-header {
  margin: 0;
  padding: 10px 0;
  background-color: var(--paper);
}
.ad-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ad-wrap * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
:root {
  --swiper-navigation-size: 44px;
}
:root {
  --swiper-pagination-color: var(--ink);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
@font-face {
  font-family: HeadingNow;
  src:
    url(/fonts/HeadingNow56Bold.woff2) format("woff2"),
    url(/fonts/HeadingNow56Bold.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@supports (-webkit-touch-callout: none) {
}
@media screen and (min-width: 768px) {
  html {
    font-size: 30px;
  }
  .container {
    max-width: 700px;
  }
  .rich-text .enrichment-teaser-podcast a:not(:has(.show img)) {
    min-height: auto;
  }
  .rich-text .enrichment-teaser-podcast a:not(:has(.show img)) .partnership,
  .rich-text .enrichment-teaser-podcast a:not(:has(.show img)) .show-title,
  .rich-text .enrichment-teaser-podcast a:not(:has(.show img)) .title {
    margin-left: 0;
  }
  .section {
    margin: 2rem 0;
  }
  .section-title {
    font-size: 30px;
  }
  .section-title svg {
    width: 24px;
    height: 24px;
  }
  .section-heading .wrap {
    padding-top: 20px;
  }
  #footer .heading .logo {
    width: 125px;
    height: 125px;
  }
  #footer .heading .to-top {
    font-size: 16px;
  }
  .crumbs {
    margin-bottom: 24px;
  }
  .crumbs ul {
    font-size: 16px;
    line-height: 24px;
    gap: 8px;
  }
  .crumbs ul li:before {
    margin-right: 8px;
  }
  .crumbs ul li.is-section a {
    font-size: 23px;
  }
  .crumbs ul li.home .icon {
    width: 24px;
    height: 24px;
  }
  .section-international-articles:has(.is-adv) .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section-international-articles:has(.is-adv) .is-adv {
    -ms-grid-column: span 2;
    grid-column: span 2;
    padding-top: 31px;
  }
  .section {
    position: relative;
    z-index: 1;
  }
  .section .container {
    position: relative;
    z-index: 2;
  }
  .section:not(#home-opening) {
    position: relative;
    z-index: 0;
  }
  #hot-topics .topics .caption,
  .highlighted .topics .caption {
    font-size: 16px;
  }
  .newsletter-section .logo {
    width: 95px;
    height: 95px;
    margin-bottom: 24px;
  }
  .post-single-title {
    margin-left: -0.05em;
    font-size: 48px;
  }
  .article-detail .article-intro:before {
    top: 70px !important;
    top: 24px;
    width: 7px;
  }
  .article-detail .article-intro .intro {
    padding-left: 30px;
  }
  .article-detail .article-intro .summary {
    font-size: 24px;
  }
  .article-detail .article-main {
    padding-left: 30px;
  }
  .article-detail .article-main:before {
    width: 7px;
  }
  .rich-text {
    font-size: 19px;
  }
  .rich-text h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1260px;
  }
  #header {
    background: var(--ink-10);
    overflow: visible;
  }
  #header .wrap {
    gap: 24px;
  }
  #header .logo {
    width: 200px;
    height: 200px;
    margin-left: -26px;
  }
  #header .logo a {
    padding: 18px 23px;
  }
  #header .service-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .main {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  #header .main .date {
    font-size: 14px;
  }
  #header .main .date.mobile {
    display: none;
  }
  #header .main .top .ansa-check {
    height: 31px;
    margin-right: 0;
  }
  #header .main .top .ansa-check.mobile {
    display: none;
  }
  #header .main .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .main .toolbar.mobile {
    display: none;
  }
  #header.small {
    padding-bottom: 7px;
  }
  #header.small:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: var(--ink-80);
    content: "";
  }
  #header.small .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 48px;
  }
  #header.small .main {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* #header.small .main .top {
    display: none;
  } */
  #header.small .logo {
    width: 100px;
    height: 100px;
    margin-left: -10px;
  }
  #header.small .logo a {
    padding: 10px 12px;
  }
  #header.small .toolbar .menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header.small .toolbar.desktop {
    display: none;
  }
  #header.small .toolbar.mobile {
    display: block;
    padding-bottom: 2px;
  }
  #header.small .service-bar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    background: transparent;
    color: var(--ink);
  }
  #header.small .service-bar .weather {
    display: none;
  }
  #header.small .service-bar .edition {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #header.small .service-bar .actions .links {
    display: none;
  }
  #header.small .service-bar .account {
    margin-left: 30px;
    padding-left: 0;
    border-left: 0;
  }
  #header.small .service-bar .account .login {
    color: var(--ink-80);
  }
  #header.small .edition .section-nav > button {
    color: var(--ink);
  }
  #header.small .edition .box {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    right: -11px;
    left: auto;
  }
  #header-clone {
    display: block;
  }
  .section-top-articles .article-teaser,
  .side-latest-news .article-teaser {
    gap: 10px;
  }
  .section-top-articles .article-teaser .article-image:before {
    bottom: -10px;
  }
  .side-latest-news .article-teaser .kicker {
    font-size: 13px;
  }
  .section-wrap {
    display: grid;
    -ms-grid-columns: 300px minmax(0, 1fr) 300px;
    grid-template-columns: 300px minmax(0, 1fr) 300px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 1rem;
  }
  .section-wrap .section-side {
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
  }
  .section-wrap .section-side.right {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .section-wrap .section-side .ad {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
  .section-wrap .section-side-spaces {
    height: 100%;
    gap: 1.5em;
  }
  .section-wrap .section-side-spaces .section-side-space {
    height: 100%;
  }
  .section-wrap .section-side-spaces .section-side-space > * {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
  .section-wrap .section-main {
    -ms-grid-column: span 2;
    grid-column: span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
  }
  .section-wrap .section-main.left {
    grid-column: 1/3;
  }
  .section-heading {
    margin: 0 -20px -270px;
    padding: 0 20px 300px;
    background: -webkit-linear-gradient(
      top,
      transparent,
      transparent 48px,
      rgba(232, 238, 238, 0.6) 0,
      rgba(232, 238, 238, 0) 350px
    );
    background: linear-gradient(
      180deg,
      transparent,
      transparent 48px,
      rgba(232, 238, 238, 0.6) 0,
      rgba(232, 238, 238, 0) 350px
    );
  }
  .section-heading .wrap {
    display: block;
  }
  .section-heading .wrap:has(.last-update) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-heading.is-detail .wrap .crumbs {
    padding-block: 0;
  }
  .section-heading .section-nav {
    margin-top: 16px;
  }
  .section-heading .main-section-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-nav {
    z-index: 99;
  }
  .section-nav.collapsed {
    font-size: 14px;
    line-height: 1.2;
  }
  .section-nav.collapsed .handle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    gap: 6px;
  }
  .section-nav.collapsed .handle .icon {
    width: 24px;
    height: 24px;
  }
  .section-nav.collapsed .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .section-nav.collapsed .close .icon {
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
  .section-nav.collapsed .box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: -11px;
    right: -11px;
    width: 200px;
    max-height: 300px;
    padding: 14px 16px 8px;
    overflow: auto;
    background: var(--paper);
    box-shadow:
      0 0 2px rgba(0, 0, 0, 0.14),
      0 3px 14px rgba(0, 0, 0, 0.25);
    color: var(--ink-80);
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
  .section-nav.collapsed .box::-webkit-scrollbar {
    width: var(--sb-size);
  }
  .section-nav.collapsed .box::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
  }
  .section-nav.collapsed .box::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
  }
  .section-nav.collapsed .caption {
    display: block;
    margin-bottom: 1em;
    color: var(--ink-50);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .section-nav.collapsed .box > ul {
    font-size: 14px;
  }
  .section-nav.collapsed .box > ul > li {
    position: relative;
    border-top: 1px solid var(--border);
  }
  .section-nav.collapsed .box > ul > li:first-child {
    border-top: 0;
  }
  .section-nav.collapsed .box > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6em 0;
    text-decoration: none;
  }
  .section-nav.collapsed .box > ul > li.current > a,
  .section-nav.collapsed .box > ul > li > a:hover {
    color: var(--primary);
  }
  .carousel-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .button {
    height: 42px;
  }
  #footer {
    padding-bottom: 0.6rem;
  }
  #footer .heading {
    margin-bottom: 0;
  }
  .section-top-articles {
    display: block;
    margin: 0.5rem 0;
  }
  .section-articles-stripe .slider {
    margin: 0 -0.5rem;
  }
  .section-articles-stripe .article-teaser {
    width: 25%;
    min-width: none;
    max-width: none;
    box-shadow: inset 1px 0 var(--border);
  }
  .section-articles-stripe .article-teaser:first-child {
    box-shadow: none;
  }
  .section-articles-stripe .has-carousel {
    overflow: hidden;
  }
  .section-articles-stripe .has-carousel .article-teaser {
    box-shadow: none;
    width: 22%;
  }
  .section-international-articles:has(.is-adv) .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) minmax(300px, 1fr);
  }
  .section-international-articles:has(.is-adv)
    .grid
    .article-teaser
    .article-image
    .ratio {
    padding-top: 170px;
  }
  .section-international-articles:has(.is-adv) .column:first-child,
  .section-international-articles:has(.is-adv) .column:nth-child(5),
  .section-international-articles:has(.is-adv) .column:nth-child(8) {
    box-shadow: none;
  }
  .section-international-articles:has(.is-adv) .is-adv {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
  #hot-topics,
  .highlighted {
    overflow: visible;
  }
  #hot-topics .box,
  .highlighted .box {
    padding: 3px;
    background: var(--primary-10);
  }
  #hot-topics .topics,
  .highlighted .topics {
    padding: 0 15px;
    gap: 15px;
  }
  #hot-topics .topics ul,
  .highlighted .topics ul {
    gap: 15px;
  }
  #hot-topics .channels,
  .highlighted .channels {
    padding: 0 15px;
    gap: 15px;
  }
  .section-top-articles ~ #hot-topics,
  .section-top-articles ~ .highlighted {
    margin-top: 0;
    margin-bottom: -1.5rem;
  }
  #page:has(.section-magazine-list) #hot-topics,
  #page:has(.section-magazine-list) .highlighted {
    margin-bottom: -1rem;
  }
  #page:has(#article-page-scroller) #hot-topics,
  #page:has(#article-page-scroller) .highlighted,
  #page:has(.article-detail) #hot-topics,
  #page:has(.article-detail) .highlighted {
    margin-top: 0.5rem;
    margin-bottom: -0.25rem;
  }
  #page:has(.articles-list) #hot-topics,
  #page:has(.articles-list) .highlighted {
    margin-top: 0.5rem;
    margin-bottom: -1.5rem;
  }
  #page:has(.section.small-margin) #hot-topics,
  #page:has(.section.small-margin) .highlighted {
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
  }
  #page:has(#list) #hot-topics,
  #page:has(#list) .highlighted {
    margin-top: 0;
    margin-bottom: -1.5rem;
  }
  .newsletter-section .wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .newsletter-section .content,
  .newsletter-section .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .newsletter-section .content,
  .newsletter-section .logo {
    margin-bottom: 0;
  }
  .article-detail .article-intro .wrap {
    display: grid;

    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1rem;
  }
  .article-detail .article-intro .image {
    -ms-grid-column: span 8;
    grid-column: span 8;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
  }
  .article-detail .section-main {
    display: grid;

    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1rem;
  }
  .article-detail .article-main {
    -ms-grid-column: span 9;
    grid-column: span 9;
  }
  .article-detail .article-side {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    -ms-grid-column: 10 / -1;
    grid-column: 10 / -1;
    -ms-grid-row: 1 / 2;
    grid-row: 1 / 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
  }
  .article-detail .article-side .article-widget {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 40px;
  }
  #hot-topics .topics,
  #hot-topics .topics ul,
  .highlighted .topics,
  .highlighted .topics ul {
    gap: 20px;
  }
  #hot-topics .channels,
  .highlighted .channels {
    padding: 0 20px;
    gap: 20px;
  }
  .post-single-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .only-desktop {
    display: none !important;
  }
  #header .main .date.desktop {
    display: none;
  }
  #header .main .top {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 54px;
    margin: 0 -50vw;
    padding: 7px 50vw;
    border-top: 6px solid var(--ink-80);
    background: var(--ink-10);
  }
  #header .main .top .ansa-check.desktop {
    display: none;
  }
  #header-clone .global .menu,
  #header .main .toolbar .menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
  }
  .section:has(.section-heading) {
    margin-top: 0.5rem;
  }
  .section.small-margin:has(.section-heading) {
    margin-top: 1.5rem;
  }
  .section-nav {
    font-size: 14px;
    line-height: 1.2;
  }
  .section-nav .handle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    gap: 6px;
  }
  .section-nav .close,
  .section-nav .handle .icon {
    width: 24px;
    height: 24px;
  }
  .section-nav .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-nav .close .icon {
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
  .section-nav .box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: -11px;
    right: -11px;
    width: 200px;
    max-height: 300px;
    padding: 14px 16px 8px;
    overflow: auto;
    background: var(--paper);
    box-shadow:
      0 0 2px rgba(0, 0, 0, 0.14),
      0 3px 14px rgba(0, 0, 0, 0.25);
    color: var(--ink-80);
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
  .section-nav .box::-webkit-scrollbar {
    width: var(--sb-size);
  }
  .section-nav .box::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
  }
  .section-nav .box::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
  }
  .section-nav .caption {
    display: block;
    margin-bottom: 1em;
    color: var(--ink-50);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .section-nav .box > ul {
    font-size: 14px;
  }
  .section-nav .box > ul > li {
    position: relative;
    border-top: 1px solid var(--border);
  }
  .section-nav .box > ul > li:first-child {
    border-top: 0;
  }
  .section-nav .box > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6em 0;
    text-decoration: none;
  }
  .section-nav .box > ul > li.current > a,
  .section-nav .box > ul > li > a:hover {
    color: var(--primary);
  }
  #page:has(.section-heading-podcast) #hot-topics,
  #page:has(.section-heading-podcast) .highlighted {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --articles-border: 2px solid var(--ink-50);
    --articles-space: 2rem;
    --articles-space-mini: calc(var(--articles-space) / 2);
  }
  .section-wrap .section-side.right {
    margin-top: var(--articles-space-mini);
    padding-top: var(--articles-space-mini);
    border-top: var(--articles-border);
  }
  .crumbs {
    overflow-x: auto;
  }
}
@media print {
  :root {
    --border: #c4c3c7;
    --highlighter: #666;
  }
  :root {
    --ink: #000;
    --paper: #fff;
  }
  *,
  :after,
  :before {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--ink) !important;
    font-family:
      Suisse Intl Web,
      Arial,
      sans-serif;
    text-shadow: none !important;
    print-color-adjust: economy;
  }
  html {
    margin: 0;
    padding: 0;
  }
  body,
  html {
    max-width: 21cm !important;
    margin: 0 auto !important;
    background: var(--paper) !important;
    padding: 0;
  }
  body {
    width: 90% !important;
    max-width: inherit !important;
    margin: 0 auto;
    font-size: 13px;
  }
  img,
  ul {
    page-break-inside: avoid;
  }
  a,
  a:visited {
    color: var(--primary) !important;
  }
  a[href] {
    text-decoration: none;
  }
  a[href^="#"]:after {
    content: "";
  }
  .container {
    max-width: 100%;
    padding: 0;
  }
  #footer,
  #header,
  #home-video,
  #hot-topics,
  .ad-section,
  .adv-slot,
  .article-related,
  .article-side,
  .image:has(.st-placement) div,
  .newsletter-section,
  .prompt-to-accept,
  .section-nav,
  .section-side.right,
  .share-links {
    display: none !important;
    visibility: hidden !important;
  }
  .crumbs ul li.home {
    display: none !important;
    visibility: hidden !important;
  }
  .crumbs ul li.is-section a,
  .crumbs ul li.is-section a:visited {
    font-size: inherit;
  }
  .crumbs ul li.is-section:before {
    content: none;
  }
  #footer,
  #header {
    padding: 0;
  }
  #page {
    max-width: 16cm;
    margin: 0 auto;
  }

  .article-detail .article-intro .intro,
  .article-detail .article-main {
    padding-left: 0;
  }
}
.article-teaser .article-image .ratio-16x9 {
  display: block;
  position: relative;
  padding-top: 55.6666%;
  overflow: hidden;
}
.article-teaser .article-image .ratio-16x9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-mobile-drawer {
  display: none;
}
[data-section-pagination] {
  display: none;
}
.d-none {
  display: none !important;
}
.prompt-to-accept a:focus {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: #70b3ff !important;
  outline-offset: 2px !important;
}
.bt-abbonati:hover {
  opacity: 0.8 !important;
}
.prompt-to-accept {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(3px);
}
.prompt-to-accept p a {
  text-decoration: underline;
  color: #3ba041;
}
.prompt-to-accept__wrapper {
  padding: 0;
  background: #fff;
  color: #000;
  font-family: sans-serif;
  border-radius: 4px;
  max-width: 850px;
  margin: auto;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.prompt-to-accept__container {
  margin: 0 auto;
}
.prompt-to-accept__content {
  flex: 1;
  line-height: 0.5rem;
  margin: 0.5rem 0.75rem;
}
.prompt-to-accept__sign-in {
  display: flex;
  justify-content: right;
  grid-gap: 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding: 0.4rem;
  font-size: 0.4rem;
}
.prompt-to-accept__buttons {
  padding: 0;
  margin: 0 0.5rem;
  list-style: none;
  display: flex;
  align-items: normal;
  justify-content: center;
}
.cardBox {
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  min-height: 180px;
  width: 45%;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cardBox {
    width: auto;
    max-width: 100%;
  }
}
.cardBox-title {
  color: #3ba041;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}
.cardBox-subtitle {
  font-size: 0.45rem;
  line-height: 0.45rem;
  margin: 10px 0 0;
  text-align: left;
}
.cardBox-subtitle p {
  text-align: center;
  margin-bottom: 10px;
}
.cardBox-subtitle strong {
  font-weight: 600;
}
.cardBox-subtitle ul {
  list-style: disc;
}
.cardBox-subtitle li {
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-left: 15px;
}
.bt-Subscribe {
  min-width: 220px;
}
.bt-abbonati {
  width: 100%;
  display: inline-block;
  background: #3ba041;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.container_button .bt-abbonati {
  padding: 8px 10px;
}
.container_footer {
  display: flex;
  justify-content: center !important;
  flex-direction: column;
  margin: 5px 0.75rem 0.5rem;
}
.footer_text {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.wall-footer {
  line-height: 0.5rem;
  margin: 0 0.75rem;
}
.container_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 50%;
  min-height: 60px;
}
.container_button .bt-abbonati {
  width: auto;
  background: #3ba041;
  border: 1px solid #3ba041;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .bt-Subscribe {
    min-width: 298px;
  }
  .prompt-to-accept__sign-in {
    font-size: 0.7rem;
  }
  .cardBox-subtitle,
  .cardBox-subtitle li {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .prompt-to-accept__content,
  .wall-footer {
    line-height: 1rem;
  }
  .prompt-to-accept__buttons {
    grid-gap: 0.5rem;
    flex-direction: column;
  }
}
#header-clone {
  display: none;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 56px;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: var(--ink-10);
  color: var(--ink);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
#header-clone .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header-clone .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  height: 100%;
  height: 56px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
#header-clone .logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-right: 30px;
}
#header-clone .global,
#header-clone .local {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}
#header-clone .global {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--ink);
}
#header-clone .global .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  gap: 26px;
}
#header-clone .global .menu li a,
#header-clone .global .menu li button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  text-decoration: none;
  gap: 2px;
}
#header-clone .global .menu li a .icon,
#header-clone .global .menu li button .icon {
  display: block;
  width: 18px;
  height: 18px;
}
#header-clone .global .menu li a.special {
  gap: 4px;
}
#header-clone .global .menu li a.special .icon {
  width: 22px;
  height: 22px;
  color: var(--primary);
}
#header-clone .global .menu li .menu-handle {
  margin-right: 4px;
  font-weight: 400;
  gap: 8px;
}
#header-clone .global .menu li .menu-handle .icon {
  width: 16px;
  height: 16px;
}
#header-clone .global .search-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#header-clone .global .search-handle svg {
  width: 22px;
  height: 22px;
}
.footer-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.footer-disclaimer h3 {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
/*comments*/
.main-s2__comments {
  --comments-text-color: #393745;
  margin: 50px 0;
}
.main-s2__comments * {
  box-sizing: border-box;
}
.main-s2__comments .comments__title {
  margin: 0 0 20px 0;
  font-family: Suisse Intl Web;
  color: var(--comments-text-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 6px;
  border-bottom: 1px solid #26292b;
}
.main-s2__comments .comments__textarea {
  width: 100%;
  height: 90px;
  padding: 16px 13px;
  border-radius: 10px;
  border: none;
  resize: none;
  outline: none;
  background: #fff;
  border: 1px solid #a9a9a9;
  font-family: Suisse Intl Web;
  color: var(--comments-text-color);
  font-size: 18px;
  line-height: 130%;
}
.main-s2__comments .comments__textarea ::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #a9a9a9;
}
.main-s2__comments .comments__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 53px 0;
}
.main-s2__comments .comments__comment {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
}
.main-s2__comments .comments__comment:not(.add):not(.sub) {
  padding-bottom: 6px;
  border-bottom: 1px solid #26292b21;
}
.main-s2__comments .comments__comment > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}
.main-s2__comments .comments__comment.sub {
  margin-top: 25px;
}
.main-s2__comments .comment__author {
  font-family: Suisse Intl Web;
  color: #3b5998;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.main-s2__comments .comment__text {
  min-height: 27px;
  margin: 0 0 6px 0;
  font-family: Suisse Intl Web;
  color: var(--comments-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.main-s2__comments .comment__text .text-img {
  display: flex;
  max-width: 100%;
  object-fit: contain;
  margin-top: 13px;
}
.main-s2__comments .comment__tools {
  display: flex;
  gap: 20px;
  font-family: Suisse Intl Web;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #3b5998;
}
.main-s2__comments .comment__tools .like > :first-child::after {
  content: "";
  margin-left: 7px;
}
.main-s2__comments .comment__tools .hrs {
  color: #666;
  font-weight: 400;
}

@media (max-width: 743px) {
  .main-s2 .comments__title {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .main-s2 .comments__comment.sub {
    margin-left: -62px;
  }
  .main-s2 .comment__author {
    font-size: 14px;
  }
  .main-s2 .comment__text {
    font-size: 14px;
  }
  .main-s2 .comment__tools {
    gap: 8px;
    font-size: 12px;
  }
}
