@font-face {
  font-family: siri;
  font-weight: 900;
  src: url("/fonts/siriBlackCondensed.woff2") format("woff2");
}
@font-face {
  ascent-override: 106.14525%;
  descent-override: 27.93296%;
  font-family: siri-fallback-helvetica;
  font-stretch: 75%;
  font-weight: 900;
  size-adjust: 89.5%;
  src:
    local("HelveticaNeue-CondensedBlack"),
    local("Helvetica Neue Condensed Black");
}
@font-face {
  ascent-override: 103.26087%;
  descent-override: 27.17391%;
  font-family: siri-fallback-impact;
  font-stretch: 75%;
  font-weight: 900;
  size-adjust: 92%;
  src: local("Impact");
}
@font-face {
  ascent-override: 102.15054%;
  descent-override: 26.88172%;
  font-family: siri-fallback-roboto;
  font-stretch: 75% 100%;
  font-weight: 100 900;
  size-adjust: 93%;
  src: local("Roboto");
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

svg {
  overflow: hidden;
}

:root {
  --c-bg-1: #fff;
  --c-bg-2: #fafafa;
  --c-bg-3: #efefef;
  --c-bg-dark-1: #000;
  --c-bg-dark-1--a65: #000000a6;
  --c-bg-dark-2: #141414;
  --c-bg-dark-3: #141414;
  --c-bg-red: #e11229;
  --c-bg-blue: #0076d6;
  --c-text-1: #141414;
  --c-text-2: #757575;
  --c-text-light-1: #fff;
  --c-text-light-2: #fff;
  --c-text-light-3: #fafafa;
  --c-text-dark: #141414;
  --c-text-red: #e11229;
  --c-text-blue: #0076d6;
  --c-line-1: #efefef;
  --c-line-2: #d2d2d2;
  --c-signal-error-bg: #fcc;
  --c-brand: #0076d6;
  --c-brand-bg-1: #0076d6;
  --c-brand-bg-2: #e5f3ff;
  --c-brand-bg-3: #e5f3ff;
  --c-brand-bg-4: #e5f3ff;
  --c-brand-bg-5: #e5f3ff;
  --c-brand-text: var(--c-brand);
  --c-button-primary-bg-enabled: var(--c-brand);
  --c-button-primary-text-enabled: var(--c-text-light-2);
  --c-button-primary-bg-active: #005499;
  --c-button-secondary-bg-enabled: #cce8ff;
  --c-button-secondary-text-enabled: #003866;
  --c-button-secondary-bg-active: #99d1ff;
  --c-button-tertriary-bg-enabled: transparent;
  --c-button-tertriary-text-enabled: var(--c-brand);
  --c-button-tertriary-bg-active: #e5f3ff;
  --c-button-tertriary-text-active: #0076d6;
  --c-button-bg-disabled: #efefef;
  --c-button-text-disabled: #525252;
  --c-shadow-1: #adadad4d;
  --c-shadow-2: #7575754d;
  --c-box-shadow-1: 2px 2px 6px 1px var(--c-shadow-1);
  --c-box-shadow-2: 2px 2px 6px 1px var(--c-shadow-2);
  --c-bg-1--a0: #ffffff00;
  --c-bg-dark-3--a0: #14141400;
  --c-bg-yellow: #fdf001;
  --c-text-red--a70: #eb0000b3;
  --c-text-red--a0: #eb000000;
  --c-brand-bg-1--a0: #0076d600;
  color-scheme: light;
}

:focus-visible {
  outline: var(--c-text-blue) 3px solid;
  outline-offset: -1px;
  z-index: 1;
}

html {
  color: var(--c-text-1);
  font-family: arial, sans-serif;
  line-height: 1.1;
}

body {
  background-color: var(--c-bg-2);
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family:
    siri, siri-fallback-helvetica, siri-fallback-impact, siri-fallback-roboto,
    arial, sans-serif;
  font-stretch: 75%;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.95;
  padding-bottom: 0.05em;
}

h3 {
  font-family: arial, sans-serif;
  font-weight: 700;
}

a:where([href]) {
  color: var(--c-bg-red);
  text-decoration: none;
}

p {
  text-indent: 1rem;
}

::-moz-placeholder {
  color: var(--c-text-2);
}

:-ms-input-placeholder {
  color: var(--c-text-2);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}

main {
  display: block;
}

a:where([href]):focus,
a:where([href]):hover {
  text-decoration: underline;
}

.site-body {
  padding-bottom: 0.1px;
  padding-top: 0.1px;
}

.site-body__columns {
  margin: 0 0 20px;
  position: relative;
}

.site-body__columns:after {
  clear: both;
  content: "";
  display: block;
}

.site-body__column-2,
.site-body__column-3 {
  margin-top: 16px;
}

.site-body__column-2 {
  float: left;
}

.site-body__column-3 {
  float: right;
}

.site-body {
  position: relative;
}

.site-body__column-2 {
  width: 640px;
}

.site-body__column-3 {
  width: 320px;
}

.site-wrapper {
  background-color: inherit;
  border: solid var(--c-line-1);
  border-width: 0 1px 0 0;
  padding: 0 10px;
  position: relative;
  max-width: 992px;
}

.icon {
  fill: currentColor;
  display: inline-block;
  font-style: normal;
  overflow: hidden;
  position: relative;
}

.icon--play {
  fill: var(--c-bg-red);
}

picture.lazy:not([class*="picture--contain-"]):has(img[srcset]) {
  background: transparent;
}

.premium-icon {
  background: var(--c-bg-dark-2);
  border-radius: 8px 0 8px 0;
  color: var(--c-text-light-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 4px 12px 3px;
  text-transform: none;
  vertical-align: 3px;
}

.site-header {
  pointer-events: none;
  position: relative;
}

.site-header__sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.site-header .top-menu,
.site-header__wrapper {
  pointer-events: auto;
}

.site-header__wrapper {
  background: var(--c-bg-1);
  box-shadow:
    0 1px var(--c-line-1),
    0 -1px 0 -1px var(--c-bg-1);
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.site-header__wrapper:after {
  background: var(--c-brand);
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: translateY(40px);
  width: 100%;
}

.site-header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-header__link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.site-header__link.th-text--main {
  margin-bottom: -10px;
}

.site-header {
  height: 136px;
}

.site-header__wrapper {
  padding: 0 14px 0 16px;
}

.site-header__content {
  box-sizing: border-box;
  height: 90px;
  padding: 10px 0;
}

.site-header__widgets {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 10px;
}

.site-header__widgets > .latest-post {
  width: 240px;
}

.site-header__links {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-menu {
  background: var(--c-bg-1);
  border-bottom: 6px solid var(--c-brand);
  color: var(--c-text-1);
  position: relative;
}

.top-menu:after {
  background: linear-gradient(90deg, var(--c-bg-1--a0), var(--c-bg-1));
  content: "";
  display: block;
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
}

.top-menu__wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-menu span {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 42px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

.top-menu span:last-of-type {
  padding-right: 47px;
}

.top-menu .-current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--c-brand);
  text-decoration-color: var(--c-brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.top-menu span:nth-child(2) {
  background: var(--c-bg-1);
  box-shadow:
    0 0 1em var(--c-bg-1),
    -2px 0 0 var(--c-bg-1);
  left: 38px;
  position: -webkit-sticky;
  position: sticky;
}

.top-menu span:nth-child(2):after {
  bottom: 0.15em;
  color: var(--c-text-1);
  content: "|";
  display: inline-block;
  left: 0.7em;
  position: relative;
}

.top-menu span:nth-child(2) {
  left: 0px;
}

@supports selector(::-webkit-scrollbar) or (scrollbar-width: thin) {
  .top-menu__wrapper {
    height: 2.5rem;
  }
}

@supports selector(::-webkit-scrollbar) {
  .top-menu__wrapper::-webkit-scrollbar {
    height: 6px;
  }

  .top-menu__wrapper::-webkit-scrollbar-thumb {
    background: var(--c-line-2);
    border-radius: 3px;
  }
}

@supports (scrollbar-width: thin) {
  .top-menu__wrapper {
    scrollbar-width: thin;
  }
}

@supports (scrollbar-color: red red) {
  .top-menu__wrapper {
    scrollbar-color: var(--c-line-2) var(--c-bg-1);
  }
}

.site-wrapper {
  border-color: transparent;
}

.latest-post__content {
  align-items: center;
  color: var(--c-text-1);
  display: flex;
}

.latest-post__author {
  color: var(--c-text-red);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.15em;
  text-transform: uppercase;
}

.latest-post__headline {
  font-family:
    siri, siri-fallback-helvetica, siri-fallback-impact, siri-fallback-roboto,
    arial, sans-serif;
  font-size: 20px;
  font-stretch: 75%;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.95;
  padding-bottom: 0.05em;
}

.site-header__widgets .latest-post {
  border-top: none;
  color: inherit;
  margin-top: 0;
  padding: 0;
}

.site-header__widgets .latest-post__author {
  font-size: 12px;
}

.site-header__widgets .latest-post__headline {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.page-list {
  padding-bottom: 0 !important;
}

.page-list ol {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}

.page-list li {
  padding: 4px 0;
}

.page-list li span {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

.page-list li span > div {
  flex-grow: 1;
}

.ad_time {
  display: block !important;
}

.page-list__item-meta {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
}

.logins {
  margin-bottom: -1rem;
  display: flex;
  flex-direction: column;
  line-height: 1.5rem;
}

.brgr {
  height: 16px;
  margin: auto 0 auto 1rem;
}

.bee {
  max-width: 320px;
}
.page-list__item-meta > span {
  font-weight: 700;
  text-transform: uppercase;
}

.page-list--timeline ol {
  padding: 8px 0 12px;
}

.page-list--timeline li {
  padding-bottom: 0;
  padding-left: 4px;
}

.page-list--timeline li:last-child div {
  padding-bottom: 0;
}

.page-list--timeline time,
.page-list--timeline .time {
  color: var(--c-text-1);
  font-weight: 700;
  line-height: 1;
  margin-right: 0;
  padding-left: 13px;
  position: relative;
}

.page-list--timeline time:before,
.page-list--timeline .time:before {
  background: var(--c-text-red);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.page-list--timeline .div-text {
  display: block;
  border-left: 2px solid var(--c-text-red);
  margin-top: 4px;
  padding: 0 0 8px 11px;
}

.page-list--timeline .premium-icon--text {
  padding: 2px 8px 3px;
  vertical-align: 2px;
}

.row {
  padding: 8px 0 !important;
}

.row {
  display: flex;
}

.row__cell {
  box-sizing: border-box;
  padding: 0 8px !important;
  width: 100%;
}

.teaser {
  display: flex;
  flex-direction: column;
}

.teaser h2 {
  word-wrap: break-word;
  color: var(--c-text-1);
  margin: 0;
  overflow-wrap: break-word;
}

.teaser .vignette--text {
  margin: 0;
}

.teaser span:not(.th-text) {
  color: inherit;
}

.teaser--webtv .row--100 + .page-list {
  margin-top: 5px;
}

.vignette {
  text-transform: uppercase;
}

.vignette--text {
  background: var(--c-bg-red);
  border-top-left-radius: 16px;
  box-sizing: border-box;
  color: var(--c-text-light-2);
  font-family:
    siri, siri-fallback-helvetica, siri-fallback-impact, siri-fallback-roboto,
    arial, sans-serif;
  font-size: 18px;
  font-stretch: 75%;
  font-weight: 800;
  font-weight: 900;
  letter-spacing: 0.01em;
  letter-spacing: 0.02em;
  line-height: 0.95;
  line-height: 100%;
  margin: -16px -8px 0;
  padding: 7px 8px 5px;
  text-transform: uppercase;
}

.byline {
  font-size: 24px;
}

.byline {
  padding: 16px 0;
}

.byline--details {
  padding: 0;
}

.byline {
  font-family:
    siri, siri-fallback-helvetica, siri-fallback-impact, siri-fallback-roboto,
    arial, sans-serif;
  font-stretch: 75%;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.95;
}

.byline {
  padding-top: 0;
}

.rich-text {
  word-wrap: break-word;
  color: var(--c-text-1);
  font-size: 1.125rem;
  line-height: 1.4;
}

.rich-text p > span {
  font-weight: 700;
}

.rich-text p {
  margin: 0;
}

.tag {
  font-family: arial, sans-serif;
}

.tag {
  color: var(--c-brand);
  font-weight: 700;
}

.video-player__stuck-container:before {
  content: "";
  display: block;
  pointer-events: none;
}

.video-player__stuck-container:before {
  height: 30px;
  margin-bottom: -30px;
}

.site-body__columns
  > .widget-area
  > :not(
    .rotator,
    .bam-ad-slot,
    .livetv-widget,
    .seenthis--scroll,
    .seenthis--swipe,
    .js-tablet-insider
  ) {
  background: var(--c-bg-1);
  border-radius: 16px 0;
  box-shadow: var(--c-box-shadow-1);
  padding: 16px 8px;
}

.site-body__columns > .widget-area > :not(.livetv-widget) {
  margin-bottom: 8px !important;
}

.site-body__columns > .widget-area > :last-child {
  margin-bottom: 0;
}

.site-body__columns > .widget-area > .teaser {
  padding: 0;
}

.site-body__columns > .widget-area > .teaser .page-list {
  padding: 0 8px;
}

.site-body__columns > .widget-area > * {
  margin-bottom: 16px !important;
}

.article__meta {
  color: var(--c-text-2);
  font-size: 1rem;
  line-height: 1.4;
}

.article__meta time {
  display: block;
}

.article__header {
  display: flex;
  flex-direction: column;
}

.article__header .tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.article__header .tag {
  padding-bottom: 16px;
}

.article__preamble {
  font-weight: 700;
  line-height: 1.3;
}

.article .rich-text {
  margin-bottom: 16px;
  margin-top: 16px;
}

.article .site-body__column-2 > div:first-child {
  background: var(--c-bg-1);
  border-radius: 16px 0;
  box-shadow: var(--c-box-shadow-1);
  padding: 16px;
}

.article__meta > :not(:last-child) {
  margin-right: 0.5em;
}

.article__preamble.rich-text {
  margin-top: 0;
}

.article__header {
  margin-bottom: 16px;
}

.article__header > h1 {
  margin-bottom: 16px;
}

.article__header > h1 {
  font-size: 53.2px;
}

.th-text {
  color: var(--c-text-red);
}

.th-text--main {
  color: var(--c-brand-text);
}

@media (max-width: 1162px), (min-width: 1324px) {
  .site-wrapper {
    border-left-width: 1px;
    margin: 0 auto;
  }
}

@media (min-width: 1324px) and (max-width: 1633px) {
  .site-wrapper {
    left: -155px;
  }
}

@media (hover: hover) {
  .top-menu__wrapper:not(:hover) {
    scrollbar-width: none;
  }
}
img {
  padding: 0 !important;
}
.mob_top {
  display: none;
}

@media (max-width: 980px) {
  .mob_top {
    display: block;
  }
  .site-body__column-3,
  .site-header__widgets {
    display: none;
  }
  .site-header__link.th-text--main {
    margin-bottom: 0 !important;
  }
  .site-header__content {
    height: auto;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }

  .logins {
    flex-direction: row;
    font-size: 0.6rem;
  }

  .site-header {
    height: 115px;
  }

  .site-header__links {
    margin-right: 0.5rem;
  }

  .site-body__column-2 {
    width: 98%;
    display: block;
    margin: 0 auto;
  }

  .bee {
    width: 100%;
    max-width: 150px;
  }
  .site-header__wrapper {
    padding: 0;
  }
  .logins {
    margin-bottom: 0;
    flex-direction: row;
    margin-right: 0;
    white-space: nowrap;
  }
  .article__header > h1 {
    font-size: 2rem;
  }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.var-1 div:not(:nth-child(1)) {
  display: none;
}
h3 {
  margin: 16px 0 16px;
}
.rich-text p {
  margin: 0 0 16px 0;
  line-height: 24px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.info__img {
  width: 100%;
}
a:where([href]) {
  color: var(--c-bg-red);
  text-decoration: underline !important;
}
a:where([href]):focus,
a:where([href]):hover {
  text-decoration: underline !important;
  color: #007fff !important;
}
.row {
  display: inline;
}
.reg__item::marker {
  font-weight: bold;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
