html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 20%;
}

body {
  margin: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

button {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

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

/* stylelint-disable selector-disallowed-list */
* {
  box-sizing: border-box;
}

.comment-block ul {
  margin: 0;
  padding: 0;
}
html {
  background-color: #f6f6f6;
}
@media screen and (min-width: 600px) {
  html {
    overflow-y: scroll;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

figure,
picture {
  display: block;
  margin: 0;
}
figure a,
picture a {
  display: block;
}
figure img,
picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: underline;

  transition: 0.3s ease-out color;
}
a:visited {
}
a:focus,
a:hover {
  color: #f00;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

/* stylelint-enable selector-disallowed-list */
.nav__list,
.primary-nav__list,
.articles-list,
.footer__nav .footer__nav__list,
.footer__mobile-menu .footer__mobile-menu__list,
.footer__mobile-app-button-list,
.footer__social-links,
.footer__mobile-social-links,
.footer__partner-list .footer__partner-list__item-holder {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__social-links > li,
.footer__mobile-social-links > li,
.footer__partner-list .footer__partner-list__item-holder > li {
  display: inline-block;
}

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

.article__header,
.article__footer,
.article__component {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .article__header,
  .article__footer,
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .article__header,
  .article__footer,
  .article__component {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .article__header,
  .article__footer,
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.article__meta {
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 600px) {
  .article__meta {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .article__meta {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .article__meta {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@font-face {
  font-family: "RamaGothicE_SemiBold";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/fonts/RamaGothicE_SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/fonts/Stag-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "StagSans";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("/fonts/StagSans-Medium.woff2") format("woff2");
}

.block {
  display: block;
}

.container {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.page-content .container {
  background-color: #fff;
}

.container-col-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container-col-holder {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .container-col-holder:not(.is-full-width):first-child {
    padding-top: 10px;
  }
}
.container-col-holder:last-child > .col > *:last-child {
  margin-bottom: 0;
}

.col {
  width: 100%;
}
@media screen and (min-width: 430px) {
  .col {
    padding-right: 5px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .col {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-wrapper {
    width: 100%;
  }
}

.col--primary {
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .col--primary {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .col--primary {
    width: calc(100% - 310px);
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
  }
}

@media screen and (min-width: 600px) {
  .col--secondary {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .col--secondary {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    padding: 0 10px 10px 0;
    vertical-align: top;
  }
  .col--secondary > *:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .col--secondary {
    width: 100%;
  }
}

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 890;
}
@media screen and (max-width: 599px) {
  .page-header {
    position: fixed;
  }
}
.page-header.js-is-fixed {
  position: fixed;
}

.page-header__section--secondary {
  display: none;
  height: 35px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page-header__section--secondary {
    display: block;
    background-color: #fff;
  }
}
.js-is-fixed .page-header__section--secondary {
  display: none;
}

.page-header__section--spacer {
  display: none;
  height: 35px;
}
.js-is-fixed .page-header__section--spacer {
  display: none;
}

.page-content {
  margin-bottom: 10px;
}

.page-main-content {
  padding-top: 90px;
}
@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}

.dfp-space {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  text-align: center;
}

.dfp-space-hpto {
  position: absolute;
  top: 0;
  left: 0;
}

.dfp-space-hpto--background {
  position: absolute;
  top: 0;
  left: 0;
}

.dfp-space-hpto--clickbox {
  display: none;
  position: -webkit-sticky;
  position: sticky;
}

.dfp-space-hpto--clickbox-left,
.dfp-space-hpto--clickbox-right {
  position: absolute;
  top: 0;
  width: calc(50% - (1024px * 0.5));
  min-width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.dfp-space-hpto--clickbox-left {
  right: calc(50% + (1024px * 0.5));
}

.dfp-space-hpto--clickbox-right {
  left: calc(50% + (1024px * 0.5));
}

.advertising-container-left {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: flex-end;
  right: 100%;
  width: calc(50vw - (1024px * 0.5));
  min-width: 250px;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: none;
  background: transparent;
  pointer-events: none;
}
.advertising-container-left > * {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}
.advertising-container-left .dfp-space {
  pointer-events: initial;
}

.ankeiler {
  position: relative;
}
.tile .ankeiler {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 10px;
  left: 5px;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 500px 350px;
}
.tile .ankeiler .ankeiler__image {
  position: absolute;
  min-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.ankeiler .ankeiler__link {
  text-decoration: none;
}
.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}
.ankeiler .ankeiler__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: auto;
}
.ankeiler .ankeiler__header {
  padding-right: 10px;
  padding-left: 10px;
}
.ankeiler .ankeiler__title {
  margin: 0;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.ankeiler .ankeiler__body {
  padding: 5px 10px 0;
  font-size: 0.875em;
}
.ankeiler .ankeiler__indicator {
  display: none;
}
.ankeiler .ankeiler__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}

@media screen and (max-width: 429px) {
  .tile-small-1x1 .ankeiler {
    right: 10px;
    left: 10px;
    height: 86px;
    contain-intrinsic-size: 100vw 86px;
  }
  .tile-small-1x1 .ankeiler .ankeiler__image-wrapper {
    position: absolute;
    width: 115px;
  }
  .tile-small-1x1 .ankeiler .ankeiler__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0;
    font-size: 16px;
  }
  .tile-small-1x1 .ankeiler .ankeiler__body {
    padding: 0;
  }
  .tile-small-1x1 .ankeiler .ankeiler__body-text {
    display: none;
  }
}
@media screen and (min-width: 430px) and (max-width: 599px) {
  .tile-small-1x1 .ankeiler .ankeiler__image-wrapper--half {
    height: 50%;
  }
}

@media screen and (min-width: 430px) and (max-width: 599px) {
  .tile-medium-1x1 .ankeiler {
    right: 10px;
    left: 10px;
    contain-intrinsic-size: 50vw 75vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .tile-large-1x1 .ankeiler .ankeiler__image-wrapper--half {
    height: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-1x1 .ankeiler .ankeiler__image-wrapper--half {
    height: 50%;
  }
}
@media screen and (min-width: 906px) {
  .tile-xlarge-1x1 .ankeiler .ankeiler__image-wrapper--half {
    height: 50%;
  }
}

@media screen and (max-width: 429px) {
  .tile-small-1x2 .ankeiler {
    right: 0;
    bottom: 0;
    left: 0;
    contain-intrinsic-size: 100vw 75vw;
  }
}

@media screen and (min-width: 430px) and (max-width: 599px) {
  .tile-medium-2x1 .ankeiler {
    right: 0;
    left: 0;
    contain-intrinsic-size: 100vw 75vw;
  }
}
@media screen and (min-width: 600px) {
  .tile-large-2x1 .ankeiler .ankeiler__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.ankeiler--picture .ankeiler__header {
  padding: 0;
}
.ankeiler--picture .ankeiler__wrapper {
  background: transparent url("") repeat-x left top/100% 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  max-height: 100%;
  padding: 20px 10px 10px 10px;
  color: #fff;
  box-shadow: inset 0 -1px 0 #e5e5e5;
}
.ankeiler--picture .ankeiler__title {
  margin-top: 5px;
}
.tile .ankeiler--picture .ankeiler__wrapper {
  box-shadow: none;
}
@media screen and (max-width: 429px) {
  .tile-small-1x2 .ankeiler--picture .ankeiler__wrapper {
    padding-top: 0;
  }
}

.ankeiler--simple {
  padding: 7px 10px;
}
.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 3.125em;
  margin: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875em;
  text-decoration: none;
}
.ankeiler--simple .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}
.ankeiler--simple .ankeiler__timestamp {
  margin-right: 2px;
  color: #00f;
}

.ankeiler--simple-thumb {
  padding: 10px 0;
}
.ankeiler--simple-thumb .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: flex;
  flex-direction: row;
}
.ankeiler--simple-thumb .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__thumb {
  flex: 0 0 115px;
  width: 115px;
  height: 86px;
}
.ankeiler--simple-thumb .ankeiler__image {
  min-height: auto;
}
.ankeiler--simple-thumb .ankeiler__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 10px;
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 4.5em;
  margin: 0;
  line-height: 1.2857142857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.875em;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple-thumb .ankeiler__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
}
.ankeiler--simple-thumb .ankeiler__indicator {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #f1ebe5;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.ankeiler--standard .ankeiler__link {
  text-decoration: none;
  color: #292929;
  width: 100%;
  height: 100%;
}
.ankeiler--standard .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--standard .ankeiler__link:focus,
.ankeiler--standard .ankeiler__link:hover {
  color: #292929;
  text-decoration: none;
}
.ankeiler--standard .ankeiler__wrapper {
  position: relative;
  padding-top: 5px;
  padding-bottom: 30px;
  background: #fff;
  color: #292929;
  box-shadow: inset 0 -1px 0 #e5e5e5;
}
.tile .ankeiler--standard .ankeiler__wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 24%;
}
@media screen and (max-width: 429px) {
  .tile-small-1x1 .ankeiler--standard .ankeiler__wrapper {
    height: 86px;
    margin-left: 115px;
    padding: 0 10px;
    background: #fff;
    color: #000;
  }
  .tile-small-1x1 .ankeiler--standard .ankeiler__thumb {
    width: 115px;
    height: 86px;
  }
  .tile-small-1x1 .ankeiler--standard .ankeiler__header {
    padding: 0;
  }
  .tile-small-1x1 .ankeiler--standard .ankeiler__body {
    bottom: 0;
  }
}
@media screen and (min-width: 430px) and (max-width: 599px) {
  .tile-medium-1x1 .ankeiler--standard .ankeiler__wrapper {
    min-height: 50%;
  }
  .tile-medium-1x1 .ankeiler--standard .ankeiler__body {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.5em;
    margin: 0;
    line-height: 1.2857142857;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .tile-large-1x1 .ankeiler--standard .ankeiler__wrapper {
    min-height: 50%;
  }
  .tile-large-1x1 .ankeiler--standard .ankeiler__body {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.5em;
    margin: 0;
    line-height: 1.2857142857;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-1x1 .ankeiler--standard .ankeiler__wrapper {
    min-height: 50%;
  }
  .tile-xlarge-1x1
    .ankeiler--standard
    .ankeiler__wrapper.has-long-title
    .ankeiler__body {
    display: none;
  }
  .tile-xlarge-1x1 .ankeiler--standard .ankeiler__body {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.5em;
    margin: 0;
    line-height: 1.2857142857;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 906px) {
  .tile-xxlarge-1x1 .ankeiler--standard .ankeiler__wrapper {
    min-height: 50%;
  }
  .tile-xxlarge-1x1
    .ankeiler--standard
    .ankeiler__wrapper.has-long-title
    .ankeiler__body {
    display: none;
  }
  .tile-xxlarge-1x1 .ankeiler--standard .ankeiler__body {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.5em;
    margin: 0;
    line-height: 1.2857142857;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.article {
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .article {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.article__wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.article__header,
.article__footer,
.article__component {
  position: relative;
}

.article__intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  clear: both;
}

.article__title {
  font-size: 40px;
  line-height: 44px;
}
@media screen and (max-width: 429px) {
  .article__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.article__figure {
  position: relative;
  background-color: #efe8e1;
  overflow: hidden;
}

.article__image {
  position: relative;
  width: initial;
  max-width: 100%;
  min-height: 100px;
}

.button {
  background-clip: padding-box;
  transition: 0.2s ease-out background-color;
  border-color: #990000;
  background-color: #f00;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  height: 38px;
  padding: 6px 15px 8px;
  border-width: 0;
  border-radius: 3px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  white-space: nowrap;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  vertical-align: middle;
}
.button > * {
  border-color: #cc0000;
}
.button:hover {
  background-color: #f00;
}
.button:enabled:active {
  border-top: 1px solid #cc0000;
  border-bottom-width: 2px;
  border-color: #cc0000;
}
.button:visited {
  color: #fff;
}
.button:focus,
.button:hover {
  color: #fff;
  text-decoration: none;
}

.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--list-block:visited {
  color: #292929;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #00f;
  text-decoration: none;
}
.button--list-block:focus {
  outline: none;
}

.cta {
  text-decoration: none;
  color: #0486be;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875em;
  line-height: 1;
}
.cta:visited {
  color: #02405a;
}
.cta:focus,
.cta:hover {
  color: #02405a;
  text-decoration: none;
}

.page-main-footer {
  background-color: #f6f6f6;
  content-visibility: auto;
  contain-intrinsic-size: 100vw 950px;
}

.footer__bar {
  position: relative;
  top: 27px;
  width: 100%;
  min-height: 120px;
  margin-top: 27px;
  margin-bottom: 27px;
  background-color: #00f;
}
@media screen and (max-width: 905px) {
  .footer__bar {
    min-height: 140px;
  }
}

@media screen and (max-width: 599px) {
  .footer__identity {
    display: none;
  }
}
.footer__identity .identity {
  position: absolute;
  top: -25px;
  left: 10px;
}

.footer__newsletter-form {
  padding: 10px;
}
.footer__newsletter-form .button {
  margin-left: 10px;
}
.footer__newsletter-form .form__group {
  margin-bottom: 0;
}

.footer__newsletter-consent__text {
  color: #fff;
  font-size: 0.875em;
  font-style: italic;
}

.footer__social-links {
  position: absolute;
  top: 39px;
  right: 0;
  margin-right: 10px;
}
@media screen and (max-width: 905px) {
  .footer__social-links {
    top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .footer__social-links {
    display: none;
  }
}
.footer__social-links .footer-social-links__link {
  text-decoration: none;
  color: #fff;
}
.footer__social-links .footer-social-links__link:visited {
  color: #fff;
}
.footer__social-links .footer-social-links__link:focus,
.footer__social-links .footer-social-links__link:hover {
  color: #f00;
  text-decoration: none;
}
.footer-social-links__item {
  margin-right: 10px;
}

.footer__quote {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .footer__quote {
    display: none;
  }
}

.footer__hr {
  height: 1px;
  margin: 16px 10px 0;
  border: 0;
  background: #efe8e1;
}

.footer__nav {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efe8e1;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav .footer__menu {
  margin-right: 20px;
  margin-left: 20px;
}
.footer__nav .footer__nav__list:before,
.footer__nav .footer__nav__list:after {
  display: table;
  content: " ";
}
.footer__nav .footer__nav__list:after {
  clear: both;
}
.footer__nav .menu-list__item {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer__nav .footer-nav__item--last {
  width: 184px;
  float: right;
}
.footer__nav .footer-nav__item--rest {
  overflow: hidden;
}
.footer__nav .footer-nav__item--rest .menu-list__link {
  text-decoration: none;
  color: #292929;
}
.footer__nav .footer-nav__item--rest .menu-list__link:visited {
  color: #292929;
}
.footer__nav .footer-nav__item--rest .menu-list__link:focus,
.footer__nav .footer-nav__item--rest .menu-list__link:hover {
  color: #00f;
  text-decoration: none;
}
.footer__nav .footer-nav__item--rest .menu-list__button {
  text-decoration: none;
  color: #292929;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}
.footer__nav .footer-nav__item--rest .menu-list__button:visited {
  color: #292929;
}
.footer__nav .footer-nav__item--rest .menu-list__button:focus,
.footer__nav .footer-nav__item--rest .menu-list__button:hover {
  color: #00f;
  text-decoration: none;
}
.footer__nav .footer-nav__item {
  width: 33%;
  float: left;
}
.footer__nav .footer-nav__title {
  margin-bottom: 10px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
}
.footer__nav .footer-nav__title:not(:first-child) {
  margin-top: 10px;
}

.menu-list__link--appstore {
  width: 184px;
  max-width: 100%;
  height: 55px;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #fff;
}
.menu-list__link--appstore:hover,
.menu-list__link--appstore:focus {
  color: #fff;
}
.menu-list__link--appstore .icons {
  max-width: 100%;
}

.footer__mobile-nav {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #efe8e1;
  background: white;
}
.footer__mobile-nav:before,
.footer__mobile-nav:after {
  display: table;
  content: " ";
}
.footer__mobile-nav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .footer__mobile-nav {
    display: none;
  }
}
.footer__mobile-nav .footer-menu__title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #292929;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
}

.footer__mobile-menu {
  margin-right: 20px;
  margin-left: 20px;
}
.footer__mobile-menu .footer__mobile-menu__list:before,
.footer__mobile-menu .footer__mobile-menu__list:after {
  display: table;
  content: " ";
}
.footer__mobile-menu .footer__mobile-menu__list:after {
  clear: both;
}
.footer__mobile-menu
  .footer__mobile-menu__list
  .footer__mobile-menu__list-item {
  margin-top: 10px;
  border-bottom: 1px solid #efe8e1;
}

.footer__mobile-sub-menu {
  display: none;
  margin-top: 15px;
}
.footer__mobile-sub-menu .footer__mobile-sub-menu__item {
  margin-bottom: 15px;
  font-size: 14px;
}
.footer__mobile-sub-menu .footer__mobile-sub-menu__item .menu-list__link {
  text-decoration: none;
  color: #292929;
}
.footer__mobile-sub-menu
  .footer__mobile-sub-menu__item
  .menu-list__link:visited {
  color: #292929;
}
.footer__mobile-sub-menu .footer__mobile-sub-menu__item .menu-list__link:focus,
.footer__mobile-sub-menu .footer__mobile-sub-menu__item .menu-list__link:hover {
  color: #00f;
  text-decoration: none;
}
.footer__mobile-sub-menu .footer__mobile-sub-menu__item .menu-list__button {
  text-decoration: none;
  color: #292929;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}
.footer__mobile-sub-menu
  .footer__mobile-sub-menu__item
  .menu-list__button:visited {
  color: #292929;
}
.footer__mobile-sub-menu
  .footer__mobile-sub-menu__item
  .menu-list__button:focus,
.footer__mobile-sub-menu
  .footer__mobile-sub-menu__item
  .menu-list__button:hover {
  color: #00f;
  text-decoration: none;
}
.footer__mobile-sub-menu .footer__mobile-sub-menu__item:last-child {
  margin-bottom: 20px;
}

.footer__mobile-sub-menu-label {
  display: block;
  cursor: pointer;
}
.footer__mobile-sub-menu-label .trigger-icon--collapsed {
  float: right;
  color: #f00;
}
.footer__mobile-sub-menu-label .trigger-icon--expanded {
  display: none;
  float: right;
  color: #00f;
}

.footer__mobile-app-button-list {
  margin-top: 10px;
  float: right;
}
.footer__mobile-app-button-list:before,
.footer__mobile-app-button-list:after {
  display: table;
  content: " ";
}
.footer__mobile-app-button-list:after {
  clear: both;
}
.footer__mobile-app-button-list .menu-list__item {
  margin-left: 10px;
}
@media screen and (min-width: 600px) {
  .footer__mobile-app-button-list .menu-list__item {
    float: left;
  }
}

.footer__mobile-social-links {
  float: right;
}
.footer__mobile-social-links .footer-social-links__item:last-child {
  margin-right: 0;
}
.footer__mobile-social-links .footer-social-links__link {
  text-decoration: none;
  color: #f00;
}
.footer__mobile-social-links .footer-social-links__link:visited {
  color: #f00;
}
.footer__mobile-social-links .footer-social-links__link:focus,
.footer__mobile-social-links .footer-social-links__link:hover {
  color: #00f;
  text-decoration: none;
}
.footer__partner-list {
  min-height: 80px;
  background-color: #00f;
  padding-bottom: 110px;
}
.footer__partner-list .footer__partner-list__item-holder {
  margin: 20px 15px 0;
}
.footer__partner-list .footer__partner-list__item {
  margin-right: 12px;
  margin-bottom: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .footer__partner-list .footer__partner-list__item {
    margin-right: 4px;
  }
}
.footer__partner-list .footer__partner-list__item:last-child {
  margin-right: 0;
}

.footer__dpgmedia {
  min-height: 118px;
  padding: 20px;
  background-color: #fff;
}

.footer__dpgmedia-copy {
  margin-top: 20px;
  color: #b4b4b4;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
}

.center-content {
  text-align: center;
}

[data-temptation-position="FOOTER"] {
  margin-right: 200px;
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  [data-temptation-position="FOOTER"] {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  [data-temptation-position="FOOTER"] {
    margin-left: 10px;
  }
}

.form__group {
  position: relative;
  margin-bottom: 30px;
}

.header-list {
  display: flex;
}
.header-list .header-list__title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #00f;
  color: #fff;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.header-list .header-list__title:visited {
  color: #fff;
}
.header-list .header-list__title:focus,
.header-list .header-list__title:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    font-size: 1em;
  }
}
.header-list .header-list__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header {
  background-color: #00f;
  overflow: hidden;
}

.header--section-teaser {
  display: block;
  margin: 0 5px 10px;
  border-bottom: 1px solid #efe8e1;
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .header--section-teaser {
    margin: 10px;
  }
}
.header--section-teaser .header__title {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #00f;
  color: #fff;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
}

.header__title {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.25em;
  line-height: 33px;
  text-transform: uppercase;
}
.header__title .header__title-text {
  display: inline-block;
  overflow: hidden;
}

.icons {
  vertical-align: middle;
  fill: currentColor;
}

.identity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  transition: 0.1s ease-out transform;
}
@media screen and (max-width: 599px) {
  .identity {
    background-color: #00f;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .identity {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 1px #fff;
  }
}
@media screen and (min-width: 600px) {
  .page-header .identity {
    top: -25px;
    z-index: 891;
  }
}
@media screen and (min-width: 600px) {
  .js-is-fixed .identity {
    transform: scale(0.5);
    box-shadow: 0 0 0 #fff;
  }
}
.identity .identity__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.identity__image {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .identity__image {
    width: 100%;
    height: 100%;
  }
}
.identity__image .desktop {
  width: 100%;
  height: 100%;
}
.identity__image.is-desktop {
  display: none;
}
@media screen and (min-width: 600px) {
  .identity__image.is-desktop {
    display: flex;
  }
}
.identity__image.is-mobile {
  display: none;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .identity__image.is-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.identity__image .has-color-on-default,
.identity__image .has-color-on-reversed,
.identity__image .has-white-on-default,
.identity__image .has-white-on-reversed {
  transition: 0.3s ease-out fill;
}
.identity__image .brand-logo {
  width: 100%;
  height: 100%;
}
.identity__image .mobile {
  width: inherit;
  height: inherit;
}

.identity__title {
  display: none;
  position: relative;
  top: 11px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .identity__title {
    display: inline-block;
  }
}

.brand-title {
  position: absolute;
  top: 10px;
  left: 130px;
  height: 20px;
}

.brand-title__link {
  color: #292929;
}
.brand-title__link:visited {
  color: #292929;
}

.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}

.label-article-state {
  position: absolute;
  top: 0;
  right: 0;
}
.label-article-state.is-inline {
  display: inline;
  position: relative;
}

.widget-list__item {
  position: relative;
  border-top: 1px solid #efe8e1;
}
.widget-list__item.has-timeline {
  margin-left: 5px;
  border-top: none;
  border-left: 1px solid #efe8e1;
}
.widget-list__item.has-timeline:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #efe8e1;
}
.widget-list__item.has-timeline:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -5px;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 599px) {
  .widget-list__item.has-timeline:after {
    top: 12px;
  }
}

.list--is-numbered {
  counter-reset: listNumberedIndex;
}
.list--is-numbered .ankeiler__indicator::before {
  content: counter(listNumberedIndex);
  counter-increment: listNumberedIndex;
}

.article__meta {
  color: #b4b4b4;
  font-size: 1em;
}

.article__source,
.article__update-text {
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .article__update,
  .article__credit {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .article__update,
  .article__credit {
    margin-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .mobile-nav__trigger:checked + .page-header .icon-close {
    display: inline;
  }
  .mobile-nav__trigger:checked + .page-header .icon-menu {
    display: none;
  }
}

.mobile-menu__trigger-label {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  line-height: 50px;
  z-index: 900;
}
@media screen and (max-width: 599px) {
  .mobile-menu__trigger-label {
    display: block;
  }
}
.mobile-menu__trigger-label .icon-close {
  display: none;
}
.nav__list {
  position: relative;
}

.nav__list-item {
  display: inline-block;
  position: relative;
  direction: ltr;
}

.nav__list-link {
  text-decoration: none;
}

.primary-nav__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .primary-nav__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 54px 0 0;
  }
  .js-hide-subnav .primary-nav__wrapper {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__wrapper {
    position: relative;
    margin-left: 107px;
  }
  .js-is-fixed .primary-nav__wrapper {
    margin-left: 107px;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}
@media screen and (min-width: 906px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

.primary-nav {
  position: relative;
  background-color: #00f;
  z-index: 890;
}
.js-is-fixed .primary-nav {
  transform: translate3d(0, 0, 0);
}

.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.primary-nav__sectionlink:visited {
  color: #fff;
}
.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .primary-nav__sectionlink {
    display: none;
  }
}

.primary-nav__listholder {
  display: flex;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .primary-nav__listholder {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 40px;
    transition: 0.2s ease-out transform;
    z-index: -2;
  }
  .js-hide-subnav .primary-nav__listholder {
    transform: translate3d(0, -51px, 0);
  }
  .primary-nav__listholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    z-index: 1;
  }
  .primary-nav__listholder::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: "";
    z-index: 1;
  }
}

.primary-nav__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 50px;
  padding-left: 15px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .primary-nav__list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #fff;
    text-align: center;
    overflow-x: scroll;
  }
}

.primary-nav__list-item {
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 599px) {
  .primary-nav__list-item {
    height: 100%;
    white-space: nowrap;
  }
}
.primary-nav__list-item + .primary-nav__list-item {
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .primary-nav__list-item + .primary-nav__list-item {
    margin-left: 2px;
  }
}

.primary-nav__list-link,
.primary-nav__profile-link {
  text-decoration: none;
  color: #292929;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.primary-nav__list-link:visited,
.primary-nav__profile-link:visited {
  color: #292929;
}
.primary-nav__list-link:focus,
.primary-nav__list-link:hover,
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #292929;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 429px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    padding: 3px 7px;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-out background-color;
    font-size: 1.25em;
  }
  .primary-nav__list-link:visited,
  .primary-nav__profile-link:visited {
    color: #fff;
  }
  .primary-nav__list-link:focus,
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:focus,
  .primary-nav__profile-link:hover {
    color: #fff;
    text-decoration: none;
  }
}
.primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}
@media screen and (min-width: 600px) {
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}

.primary-nav__list-item--search {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
@media screen and (max-width: 599px) {
  .primary-nav__list-item--search {
    display: none;
  }
}

.primary-nav__list-text {
  display: flex;
}
.primary-nav__list-item--search .primary-nav__list-text {
  display: flex;
  justify-content: center;
  width: 26px;
  cursor: pointer;
}

.primary-nav__profile {
  margin: 0 10px;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile {
    margin: 0 0 0 10px;
  }
}
.primary-nav__profile .primary-nav__profile-text {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile .primary-nav__profile-text {
    font-size: 12px;
  }
}

.primary-nav__profile-link {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  white-space: nowrap;
}
.primary-nav__profile-link:visited {
  color: #fff;
}
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile-link {
    height: 50px;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }
  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__profile-link {
    padding-left: 0;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }
  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}

.nav--top-container {
  display: flex;
  padding-left: 130px;
}

.nav--secondary,
.nav--tertiary {
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #f00;
  font-size: 0.75em;
  line-height: 34px;
}
.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #f00;
}
.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #00f;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .nav--secondary .nav__list-link,
  .nav--tertiary .nav__list-link {
    line-height: 40px;
  }
}
.nav--secondary .nav__list-link svg {
  fill: #00f;
}
.nav--secondary .nav__list-link:hover svg {
  fill: #00f;
}

.nav--secondary .nav__list-link {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.nav--secondary .nav__list-label-long {
  display: none;
}
.nav--secondary .icons {
  margin-right: 5px;
}

.nav--tertiary {
  flex: 1;
  margin-right: 10px;
  direction: rtl;
}
.nav--tertiary .nav__list-link {
  margin-left: 15px;
}
@media screen and (max-width: 905px) {
  .nav--tertiary .nav__list-link {
    margin-left: 12px;
  }
}

.js-is-fixed .nav--tertiary,
.js-is-fixed .nav--secondary {
  display: none;
}

.icon-search {
  stroke: white;
}
.nav--temptation {
  flex: 1;
  margin: 0 0 0 10px;
  text-align: right;
}

.nav__list-item--tv-gids svg {
  position: relative;
  top: -2px;
}

.news-tip {
  padding: 0 13px;
}
.news-tip:before,
.news-tip:after {
  display: table;
  content: " ";
}
.news-tip:after {
  clear: both;
}
.news-tip .icons {
  color: #00f;
}
@media screen and (max-width: 599px) {
  .news-tip .icons {
    float: right;
    color: #fff;
  }
}
.news-tip .cta {
  color: #00f;
  font-size: 16px;
}
.news-tip .cta .icons {
  color: #292929;
}

.news-tip__icon {
  margin-top: -10px;
  margin-left: 5px;
  float: left;
}

.news-tip__content {
  margin-left: 118px;
  padding-top: 16px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-tip__text {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  .news-tip__text {
    display: none;
  }
}

.plus-label {
  padding: 5px 8px;
  background-color: #f3c642;
  color: #292929;
  font-size: 12px;
  line-height: 1;
}
.plus-label:not(.is-inline) {
  position: absolute;
  top: 0;
  right: 0;
}
.plus-label.is-inline {
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .plus-label.is-large-desktop {
    padding: 6px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 429px) {
  .tile-small-1x1 .plus-label {
    padding: 3px 5px;
    font-size: 10px;
  }
}

.premium__text {
  position: relative;
  color: #292929;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */

.sharing {
  margin: 30px 0 5px;
  font-size: 16px;
}
.sharing:before,
.sharing:after {
  display: table;
  content: " ";
}
.sharing:after {
  clear: both;
}
.sharing .sharing__list {
  margin: 0;
  padding: 0;
}
.sharing .sharing__list-item {
  padding-right: 4px;
  padding-bottom: 4px;
  float: left;
  list-style: none;
}
@media screen and (min-width: 430px) {
  .sharing .sharing__list-item {
    padding-right: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .sharing .sharing__list-item {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .sharing .sharing__list-item--whats-app {
    display: none;
  }
}
.sharing .sharing__button {
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-out background-color;
  border-color: #02405a;
  background-color: #0486be;
  display: block;
  position: relative;
  width: 99px;
  height: 40px;
  padding-right: 2px;
  padding-left: 2px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
}
.sharing .sharing__button:visited {
  color: #fff;
}
.sharing .sharing__button:focus,
.sharing .sharing__button:hover {
  color: #fff;
  text-decoration: none;
}
.sharing .sharing__button > * {
  border-color: #03638c;
}
.sharing .sharing__button:hover {
  background-color: #0486be;
}
.sharing .sharing__button:enabled:active {
  border-top: 1px solid #03638c;
  border-bottom-width: 2px;
  border-color: #03638c;
}
.sharing .sharing__icon {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sharing .sharing__button--facebook {
  transition: 0.2s ease-out background-color;
  border-color: #1e2e4f;
  background-color: #3b5998;
}
.sharing .sharing__button--facebook > * {
  border-color: #2d4373;
}
.sharing .sharing__button--facebook:hover {
  background-color: #3b5998;
}
.sharing .sharing__button--facebook:enabled:active {
  border-top: 1px solid #2d4373;
  border-bottom-width: 2px;
  border-color: #2d4373;
}
.sharing .sharing__button--twitter {
  transition: 0.2s ease-out background-color;
  border-color: black;
  background-color: #000000;
}
.sharing .sharing__button--twitter > * {
  border-color: black;
}
.sharing .sharing__button--twitter:hover {
  background-color: #000000;
}
.sharing .sharing__button--twitter:enabled:active {
  border-top: 1px solid black;
  border-bottom-width: 2px;
  border-color: black;
}
.sharing .sharing__button--whats-app {
  transition: 0.2s ease-out background-color;
  border-color: #16550c;
  background-color: #2daf18;
  width: 50px;
  text-align: center;
}
.sharing .sharing__button--whats-app > * {
  border-color: #218212;
}
.sharing .sharing__button--whats-app:hover {
  background-color: #2daf18;
}
.sharing .sharing__button--whats-app:enabled:active {
  border-top: 1px solid #218212;
  border-bottom-width: 2px;
  border-color: #218212;
}
.sharing .sharing__button--whats-app .sharing__icon {
  position: relative;
}
@media screen and (max-width: 599px) {
  .sharing .sharing__button--facebook,
  .sharing .sharing__button--twitter,
  .sharing .sharing__button--whats-app {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .sharing .sharing__list-item--facebook,
  .sharing .sharing__list-item--twitter,
  .sharing .sharing__list-item--whats-app {
    width: 25%;
  }
}

.slideshow-trigger__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.slideshow-trigger__wrapper {
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  transition: ease-out 0.3s opacity;
  background-color: rgba(41, 41, 41, 0.3);
  color: #fff;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .slideshow-trigger__wrapper {
    top: 20px;
    right: 20px;
  }
}

/* set min-height for OORTJE position to prevent CLS */
[class^="theme--"] .header {
  background-color: transparent;
}

.thumb-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 17px;
  margin: auto;

  color: #fff;
}
.ankeiler--picture .thumb-logo,
.ankeiler--standard .thumb-logo,
.ankeiler__image-wrapper .thumb-logo,
.ankeiler__thumb .thumb-logo {
  width: 128px;
  height: 76px;
  background-size: 128px 76px;
}
@media screen and (max-width: 429px) {
  .tile-small-1x1 .thumb-logo {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
}
.article__figure .thumb-logo {
  bottom: 20px;
  width: 64px;
  height: 38px;
}

.tile-grid {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tile-grid:before,
.tile-grid:after {
  display: table;
  content: " ";
}
.tile-grid:after {
  clear: both;
}

.tile {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 429px) {
  .tile {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 430px) {
  .tile {
    float: left;
  }
}

@media screen and (max-width: 429px) {
  .tile-small-1x1 {
    width: 100%;
    height: 86px;
  }
}

@media screen and (max-width: 429px) {
  .tile-small-1x2 {
    width: 100%;
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 430px) and (max-width: 599px) {
  .tile-medium-1x1 {
    width: 50%;
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 430px) and (max-width: 599px) {
  .tile-medium-2x1 {
    width: 100%;
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .tile-large-1x1 {
    width: 33.3333333333%;
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .tile-large-2x1 {
    width: 66.6666666667%;
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-1x1 {
    width: 50%;
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-2x1 {
    width: 100%;
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 906px) {
  .tile-xxlarge-1x1 {
    width: 33.3333333333%;
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 906px) {
  .tile-xxlarge-2x1 {
    width: 66.6666666667%;
    padding-bottom: 50%;
  }
}

.trigger--hide {
  position: absolute;
  height: 0;
  margin-left: -9999px;
  visibility: hidden;
}

.widget {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .widget {
    width: initial;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .widget:last-child {
    margin-bottom: 10px;
  }
}
.widget + .widget {
  margin-top: 10px;
}
.widget .widget__footer {
  margin-top: 10px;
}
.regions-search__#reg-form[type="text"] :-ms-#reg-form-placeholder {
  color: #999;
}
.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}
.ankeiler .ankeiler__image-wrapper--half {
  min-height: auto;
}
.ankeiler .ankeiler__title {
  transition: color 0.25s ease-in-out;
  font-weight: normal;
}

.tile[class*="-2x1"] .ankeiler .ankeiler__title {
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media screen and (max-width: 429px) {
  .tile-small-1x1 .ankeiler .ankeiler__title {
    text-decoration: none;
    color: #00f;
    font-size: 1em;
  }
  .tile-small-1x1 .ankeiler .ankeiler__title:visited {
    color: #00f;
  }
  .tile-small-1x1 .ankeiler .ankeiler__title:focus,
  .tile-small-1x1 .ankeiler .ankeiler__title:hover {
    color: #f00;
    text-decoration: none;
  }
}

@media screen and (max-width: 429px) {
  .tile-small-1x2 .ankeiler .ankeiler__title {
    font-size: 1.375em;
    line-height: 1.1818181818;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .tile-large-1x1 .ankeiler .ankeiler__title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .tile-large-2x1 .ankeiler .ankeiler__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-1x1 .ankeiler .ankeiler__title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-2x1 .ankeiler .ankeiler__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 906px) {
  .tile-xxlarge-1x1 .ankeiler .ankeiler__title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 906px) {
  .tile-xxlarge-2x1 .ankeiler .ankeiler__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 599px) {
  .ankeiler--picture .ankeiler__link {
    text-decoration: none;
    color: #00f;
  }
  .ankeiler--picture .ankeiler__link:visited {
    color: #00f;
  }
  .ankeiler--picture .ankeiler__link:focus,
  .ankeiler--picture .ankeiler__link:hover {
    color: #f00;
    text-decoration: none;
  }
}

.ankeiler--simple .ankeiler__timestamp {
  color: #f00;
}
.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #00f;
}
.ankeiler--simple .ankeiler__link:visited {
  color: #00f;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #f00;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__link,
.ankeiler--simple-thumb .ankeiler__title {
  text-decoration: none;
  color: #00f;
}
.ankeiler--simple-thumb .ankeiler__link:visited,
.ankeiler--simple-thumb .ankeiler__title:visited {
  color: #00f;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover,
.ankeiler--simple-thumb .ankeiler__title:focus,
.ankeiler--simple-thumb .ankeiler__title:hover {
  color: #f00;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__indicator {
  color: #e5e5e5;
  font-size: 38px;
  line-height: 42px;
}

.ankeiler--standard .ankeiler__link,
.ankeiler--standard .ankeiler__title {
  text-decoration: none;
  color: #00f;
}
.ankeiler--standard .ankeiler__link:visited,
.ankeiler--standard .ankeiler__title:visited {
  color: #00f;
}
.ankeiler--standard .ankeiler__link:focus,
.ankeiler--standard .ankeiler__link:hover,
.ankeiler--standard .ankeiler__title:focus,
.ankeiler--standard .ankeiler__title:hover {
  color: #f00;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .tile[class*="-1x1"] .ankeiler--standard .ankeiler__body {
    padding: 3px 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 905px) {
  .tile-xlarge-1x1
    .ankeiler--standard
    .ankeiler__wrapper.has-long-title
    .ankeiler__body {
    display: block;
    display: -webkit-box;
  }
  .tile-xlarge-1x1
    .ankeiler--standard
    .ankeiler__wrapper.has-extra-long-title
    .ankeiler__body {
    display: none;
  }
}
@media screen and (min-width: 906px) {
  .tile-xxlarge-1x1
    .ankeiler--standard
    .ankeiler__wrapper.has-long-title
    .ankeiler__body {
    display: block;
    display: -webkit-box;
  }
  .tile-xxlarge-1x1
    .ankeiler--standard
    .ankeiler__wrapper.has-extra-long-title
    .ankeiler__body {
    display: none;
  }
}

.article__title {
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 38px;
  line-height: 46px;
}
@media screen and (max-width: 429px) {
  .article__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.article__intro {
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}
@media screen and (min-width: 600px) {
  .article__intro {
    font-size: 20px;
    line-height: 28px;
  }
}

.article__component {
  font-size: 18px;
  line-height: 26px;
}

.button--list-block {
  text-decoration: none;
  color: #00f;
  background-color: #f5f5f5;
}
.button--list-block:visited {
  color: #00f;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

.cta {
  color: #00f;
}
.cta:hover {
  color: #f00;
}

html {
  background-color: #f5f5f5;
}

.footer__bar {
  background-color: #003;
}

.footer__partner-list {
  background-color: #003;
}

.header-list .header-list__title {
  padding: 8px 10px 2px;
}
@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    padding: 8px 10px 3px;
  }
}

.header--section-teaser .header__title {
  padding: 7px 10px 1px;
  background-color: #f00;
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #f00;
  }
}
@media screen and (min-width: 768px) {
  .identity {
    border-radius: 8px;
  }
}
.footer__identity .identity {
  border-radius: 8px;
}

.identity__image {
  border-radius: 8px;
}
.identity__image.is-mobile {
  margin-left: 0;
}
.identity__image .header__mobile-logo {
  padding: 8px;
}
.identity__image .header__mobile-logo .has-white-on-reversed {
  fill: #fff;
}
.identity__image .header__mobile-logo .has-color-on-reversed {
  fill: #f00;
}
.js-is-fixed .identity__image {
  padding: 10px;
}
.js-is-fixed .identity__image .has-white-on-reversed {
  fill: #fff;
}
.js-is-fixed .identity__image .has-color-on-reversed {
  fill: #f00;
}

.article__meta {
  color: #999;
  font-size: 16px;
  line-height: 20px;
}

.primary-nav {
  background-color: #f00;
}
.primary-nav .primary-nav__sectionlink {
  margin: 0 10px 0 4px;
  font-family:
    RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
}
.primary-nav .primary-nav__list-link,
.primary-nav .primary-nav__profile-link {
  font-family:
    RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    text-decoration: none;
    color: #000;
  }
  .primary-nav .primary-nav__list-link:visited,
  .primary-nav .primary-nav__profile-link:visited {
    color: #000;
  }
  .primary-nav .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-link:hover,
  .primary-nav .primary-nav__profile-link:focus,
  .primary-nav .primary-nav__profile-link:hover {
    color: #f00;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    padding: 6px 8px;
    font-size: 28px;
  }
}
.primary-nav .primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-item--search .primary-nav__list-link {
    padding: 7px 8px;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__profile-link {
    padding: 0;
  }
}
.primary-nav .primary-nav__profile .primary-nav__profile-text {
  border-radius: 5px;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__profile .primary-nav__profile-text {
    font-size: 17px;
  }
}

.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #00f;
  color: #00f;
}
.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #00f;
}
.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #f00;
  text-decoration: none;
}
.nav--secondary .nav__list-link svg {
  fill: #f00;
}
.nav--secondary .nav__list-link:hover svg {
  fill: #f00;
}

.news-tip .icons {
  color: #f00;
}
.plus-label {
  padding: 10px;
  background-color: transparent;
}
.plus-label:before {
  display: block;
  width: 45px;
  height: 20px;
  background-image: url("plus-logo-3e2e2245b6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
}
.plus-label.is-inline {
  padding: 0;
  background-color: transparent;
  vertical-align: text-bottom;
}
.plus-label.is-inline:before {
  display: block;
  width: 35px;
  height: 15px;
  background-image: url("plus-logo-3e2e2245b6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
}
@media screen and (min-width: 600px) {
  .plus-label.is-large-desktop {
    padding: 10px;
  }
  .plus-label.is-large-desktop:before {
    width: 58px;
    height: 25px;
  }
}
.plus-label .premium__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
@media screen and (max-width: 429px) {
  .tile-small-1x1 .plus-label {
    padding: 5px;
  }
  .tile-small-1x1 .plus-label:before {
    width: 35px;
    height: 15px;
  }
}

.widget .header-list__title {
  background-color: #f00;
}
.widget .widget-list__item {
  border-color: #e5e5e5;
}
.button-link {
  background-color: #b80000;
  color: #fff;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 4px;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}

a {
  color: #b80000;
  text-decoration: none;
}

a:hover {
  color: #3b5998;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

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

.comment-block {
  margin: 5px 5px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}
.comment-block:nth-child(1) {
  border-bottom: none;
}
.block-avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 1rem;
}
.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}
.block-info textarea {
  resize: none;
  width: 100%;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.03);
}
.comment-block__bottom {
  display: flex;
  justify-content: end;
  padding-top: 20px;
}
.comment-btn {
  color: #fff;
  background-color: #b80000;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 8px;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  flex-wrap: wrap;
}
.block-info-line__like_item {
  font-size: 16px !important;
}
.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
  display: flex;
  align-items: center;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
  flex-wrap: wrap;
}

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

.block-info-line__like_item a {
  color: #3b5998;
}

@media (max-width: 768px) {
  .button-link {
    margin-top: 2rem;
  }
  .block-info-answer-flex {
    margin-left: -30px;
  }
}
.mychannels .pe__container__player ::cue {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .mychannels .pe__container__player ::cue {
    font-size: calc(17px + 6 * (100vw - 576px) / 680);
  }
}
[data-advert-slot-state] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advert-multi-position:not([template]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .advert-multi-position:not([template]) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.advert-multi-position:not([template]) > [data-advert-slot-state] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .advert-multi-position:not([template]) > div + div {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .advert-multi-position:not([template]) > div + div {
    margin-left: 10px;
  }
}

:not(:root):-webkit-full-screen {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Binance";
  src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Regular.otf)
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Binance";
  src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Medium.otf)
    format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Binance";
  src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-SemiBold.otf)
    format("opentype");
  font-weight: 600;
  font-style: normal;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8uL2FwcC9zcmMvb25lVGFwL3N0eWxlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFO0lBQ0UsMkJBQTJCO0VBQzdCO0VBQ0E7SUFDRSwwQkFBMEI7RUFDNUI7QUFDRjs7QUFFQTtFQUNFLFVBQVU7QUFDWjs7QUFHRTtJQUNFLGFBQWE7RUFDZjs7QUFFQTtJQUNFLGdCQUFnQjtFQUNsQjs7QUFFQTtJQUNFLHNCQUFzQjtFQUN4Qjs7QUFFQTtJQUNFLGtCQUFrQjtFQUNwQjs7QUFFQTtJQUNFLGFBQWE7RUFDZjs7QUFFQTtJQUNFLHNCQUFzQjtFQUN4Qjs7QUFFQTtJQUNFLG1CQUFtQjtFQUNyQjs7QUFFQTtJQUNFLDhCQUE4QjtFQUNoQzs7QUFFQTtJQUNFLHVCQUF1QjtFQUN6Qjs7QUFFQTtJQUNFLFdBQVc7RUFDYjs7QUFFQTtJQUNFLGdEQUFnRDtJQUNoRCw0REFBNEQ7SUFDNUQsWUFBWTtJQUNaLG1CQUFtQjtJQUNuQixnQkFBZ0I7SUFDaEIsK0NBQStDO0lBQy9DLGVBQWU7SUFDZixXQUFXO0lBQ1gsWUFBWTtJQUNaLGFBQWE7RUFDZjs7QUFFQTtJQUNFLFNBQVM7SUFDVCxnQ0FBZ0M7SUFDaEMsa0JBQWtCO0VBdUJwQjs7QUFyQkU7TUFDRSxTQUFTO0lBQ1g7O0FBRUE7TUFDRSxjQUFjO01BQ2QsZUFBZTtNQUNmLGdCQUFnQjtNQUNoQixpQkFBaUI7SUFDbkI7O0FBRUE7TUFDRSxjQUFjO01BQ2QsZUFBZTtNQUNmLGlCQUFpQjtJQUNuQjs7QUFFQTtNQUNFLGNBQWM7TUFDZCxlQUFlO0lBQ2pCOztBQUdGO0lBQ0UsaUJBQWlCO0lBQ2pCLFNBQVM7RUFtQlg7O0FBakJFO01BQ0UsU0FBUztNQUNULFdBQVc7SUFjYjs7QUFaRTtRQUNFLGNBQWM7UUFDZCxlQUFlO1FBQ2YsZ0JBQWdCO1FBQ2hCLGlCQUFpQjtNQUNuQjs7QUFFQTtRQUNFLGNBQWM7UUFDZCxlQUFlO1FBQ2YsaUJBQWlCO01BQ25COztBQUlKO0lBQ0UsU0FBUztJQUNULGNBQWM7RUFLaEI7O0FBSEU7TUFDRSxjQUFjO0lBQ2hCOztBQUdGO0lBQ0UsV0FBVztFQUNiOztBQUVBO0lBQ0UsbUJBQW1CO0lBQ25CLDhCQUE4QjtJQUM5QixtQkFBbUI7SUFDbkIsZ0NBQWdDO0lBQ2hDLGdDQUFnQztJQUNoQyxlQUFlO0lBQ2Ysa0JBQWtCO0lBQ2xCLFlBQVk7RUFRZDs7QUFORTtNQUNFLFdBQVc7TUFDWCxlQUFlO01BQ2YsZ0JBQWdCO01BQ2hCLGlCQUFpQjtJQUNuQjs7QUFHRjtJQUNFLGlCQUFpQjtFQUNuQjs7QUFFQTtJQUNFLFdBQVc7RUFDYjs7QUFHRjtFQUNFLHNCQUFzQjtFQUN0QiwrREFBMEU7RUFDMUUsZ0JBQWdCO0VBQ2hCLGtCQUFrQjtBQUNwQjs7QUFFQTtFQUNFLHNCQUFzQjtFQUN0QiwrREFBeUU7RUFDekUsZ0JBQWdCO0VBQ2hCLGtCQUFrQjtBQUNwQjs7QUFFQTtFQUNFLHNCQUFzQjtFQUN0QiwrREFBMkU7RUFDM0UsZ0JBQWdCO0VBQ2hCLGtCQUFrQjtBQUNwQiIsInNvdXJjZXNDb250ZW50IjpbIkBrZXlmcmFtZXMgc2xpZGUtaW4tb25lLXRhcCB7XG4gIGZyb20ge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSg4MHB4KTtcbiAgfVxuICB0byB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKDBweCk7XG4gIH1cbn1cblxuLnRydXN0LWhpZGUtZ3JhY2VmdWxseSB7XG4gIG9wYWNpdHk6IDA7XG59XG5cbi50cnVzdC13YWxsZXQtb25lLXRhcCB7XG4gIC5oaWRkZW4ge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAuc2VtaWJvbGQge1xuICAgIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIH1cblxuICAuYmluYW5jZS1wbGV4IHtcbiAgICBmb250LWZhbWlseTogJ0JpbmFuY2UnO1xuICB9XG5cbiAgLnJvdW5kZWQtZnVsbCB7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICB9XG5cbiAgLmZsZXgge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gIH1cblxuICAuZmxleC1jb2wge1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIH1cblxuICAuaXRlbXMtY2VudGVyIHtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICB9XG5cbiAgLnNwYWNlLWJldHdlZW4ge1xuICAgIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgfVxuXG4gIC5qdXN0aWZ5LWNlbnRlciB7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cblxuICAudy1mdWxsIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gIC5ib3gge1xuICAgIHRyYW5zaXRpb246IGFsbCAwLjVzIGN1YmljLWJlemllcigwLCAwLCAwLCAxLjQzKTtcbiAgICBhbmltYXRpb246IHNsaWRlLWluLW9uZS10YXAgMC41cyBjdWJpYy1iZXppZXIoMCwgMCwgMCwgMS40Myk7XG4gICAgd2lkdGg6IDM4NHB4O1xuICAgIGJvcmRlci1yYWRpdXM6IDE1cHg7XG4gICAgYmFja2dyb3VuZDogI2ZmZjtcbiAgICBib3gtc2hhZG93OiAwcHggMnB4IDRweCAwcHggcmdiYSgwLCAwLCAwLCAwLjI1KTtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgcmlnaHQ6IDMwcHg7XG4gICAgYm90dG9tOiAzMHB4O1xuICAgIHotaW5kZXg6IDEwMjA7XG4gIH1cblxuICAuaGVhZGVyIHtcbiAgICBnYXA6IDE1cHg7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNlNmU2ZTY7XG4gICAgcGFkZGluZzogMTBweCAxOHB4O1xuXG4gICAgLmxlZnQtaXRlbXMge1xuICAgICAgZ2FwOiAxNXB4O1xuICAgIH1cblxuICAgIC50aXRsZSB7XG4gICAgICBjb2xvcjogIzFlMjMyOTtcbiAgICAgIGZvbnQtc2l6ZTogMThweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiA2MDA7XG4gICAgICBsaW5lLWhlaWdodDogMjhweDtcbiAgICB9XG5cbiAgICAuc3VidGl0bGUge1xuICAgICAgY29sb3I6ICM0NzRkNTc7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBsaW5lLWhlaWdodDogMjBweDtcbiAgICB9XG5cbiAgICAuY2xvc2Uge1xuICAgICAgY29sb3I6ICMxZTIzMjk7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgfVxuICB9XG5cbiAgLmJvZHkge1xuICAgIHBhZGRpbmc6IDlweCAxOHB4O1xuICAgIGdhcDogMTBweDtcblxuICAgIC5yaWdodC1pdGVtcyB7XG4gICAgICBnYXA6IDEwcHg7XG4gICAgICB3aWR0aDogMTAwJTtcblxuICAgICAgLndhbGxldC10aXRsZSB7XG4gICAgICAgIGNvbG9yOiAjMWUyMzI5O1xuICAgICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiA2MDA7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xuICAgICAgfVxuXG4gICAgICAud2FsbGV0LXN1YnRpdGxlIHtcbiAgICAgICAgY29sb3I6ICM0NzRkNTc7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgICAgbGluZS1oZWlnaHQ6IDIwcHg7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmNvbm5lY3QtaW5kaWNhdG9yIHtcbiAgICBnYXA6IDE1cHg7XG4gICAgcGFkZGluZzogOHB4IDA7XG5cbiAgICAuZmxvdy1pY29uIHtcbiAgICAgIGNvbG9yOiAjNDc0ZDU3O1xuICAgIH1cbiAgfVxuXG4gIC5sb2FkaW5nLWNvbG9yIHtcbiAgICBjb2xvcjogI2ZmZjtcbiAgfVxuXG4gIC5idXR0b24ge1xuICAgIGJvcmRlci1yYWRpdXM6IDUwcHg7XG4gICAgb3V0bGluZTogMnB4IHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIG91dGxpbmUtb2Zmc2V0OiAycHg7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogcmdiKDUsIDAsIDI1NSk7XG4gICAgYm9yZGVyLWNvbG9yOiByZ2IoMjI5LCAyMzEsIDIzNSk7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBoZWlnaHQ6IDQ1cHg7XG5cbiAgICAuYnV0dG9uLXRleHQge1xuICAgICAgY29sb3I6ICNmZmY7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBmb250LXdlaWdodDogNjAwO1xuICAgICAgbGluZS1oZWlnaHQ6IDIwcHg7XG4gICAgfVxuICB9XG5cbiAgLmZvb3RlciB7XG4gICAgbWFyZ2luOiAyMHB4IDMwcHg7XG4gIH1cblxuICAuY2hlY2staWNvbiB7XG4gICAgY29sb3I6ICNmZmY7XG4gIH1cbn1cblxuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnQmluYW5jZSc7XG4gIHNyYzogdXJsKCcuL2ZvbnRzL2JpbmFuY2VQbGV4L0JpbmFuY2VQbGV4LVJlZ3VsYXIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG59XG5cbkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogJ0JpbmFuY2UnO1xuICBzcmM6IHVybCgnLi9mb250cy9iaW5hbmNlUGxleC9CaW5hbmNlUGxleC1NZWRpdW0ub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xuICBmb250LXdlaWdodDogNTAwO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG59XG5cbkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogJ0JpbmFuY2UnO1xuICBzcmM6IHVybCgnLi9mb250cy9iaW5hbmNlUGxleC9CaW5hbmNlUGxleC1TZW1pQm9sZC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XG4gIGZvbnQtd2VpZ2h0OiA2MDA7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbn1cbiJdLCJzb3VyY2VSb290IjoiIn0= */

.pexi-tm-22249__tm-call2action {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  font-family:
    RamaGothicE_SemiBold,
    RamaGothicE,
    Rama Gothic E,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .pexi-tm-22249__tm-call2action {
    font-size: 19px;
  }
}
.pexi-tm-22249__tm-call2action:hover {
  background-color: #fff;
}
.pexi-tm-22249__tm-call2action:focus {
  outline-color: #fff;
  outline-style: dotted;
  outline-width: thin;
}
.pexi-tm-22249__tm-call2action:active {
  background-color: #fff;
}
.pexi-tm-22249__tm-call2action,
.pexi-tm-22249__tm-call2action:visited {
  background-color: #fff;
  color: #000;
}
.pexi-tm-22249__tm-call2action[href] {
  text-decoration: none;
}
.pexi-tm-22249__tm-call2action[href]:focus {
  text-decoration: underline;
}

/* Cita editorial con borde y fondo */
blockquote.quote-editorial {
  border-left: 4px solid #cc001b;
  background: #f8f8f8;
  padding: 24px 24px 24px 28px;
  margin: 28px 0;
  width: 100%;

  position: relative;
}
blockquote.quote-editorial::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #cc001b;
  opacity: 0.35;
  position: absolute;
  left: 20px;
  top: 12px;
}
blockquote.quote-editorial p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 34px;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  padding-left: 32px;
}
blockquote.quote-editorial p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  blockquote.quote-editorial {
    padding: 20px 16px 20px 22px;
  }
  blockquote.quote-editorial::before {
    font-size: 48px;
    left: 14px;
    top: 10px;
  }
  blockquote.quote-editorial p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 28px;
  }
}

.join ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

:root {
  --bg: #f6f8fc;
  --card: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --focus: #5b7cff;
  --danger: #e11d48;
}

.form {
  width: 100%;
  display: flex;
  justify-content: center;
}

label {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 6px;
}

input {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #ffffff;
  border: 1px solid #e5eaf3 !important;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.03);
}

input:hover {
  border-color: #cfd6e3;
}

input:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 4px rgba(91, 124, 255, 0.12);
}

button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: linear-gradient(180deg, #5b7cff 0%, #4c6ef5 100%);
  color: #ffffff;
  transition: all 0.2s ease;
  margin-top: 10px;
}

button:hover {
  background-color: #e5eaf3;
  border-radius: 12px;
}
button:active {
  transform: translateY(0);
}
button:disabled {
  opacity: 0.6;
  box-shadow: none;
}
