html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background-color: #0000;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: 700;
}
h1 {
  margin: 10px 0;
  font-size: 2em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
html {
  background-color: #f6f6f6;
}
@media screen and (width>=600px) {
  html {
    overflow-y: scroll;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
h1,
h2,
h3 {
  margin-top: 0;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
figure {
  margin: 0;
  display: block;
}
figure img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
a {
  color: #0486be;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
a:visited {
  color: #0486be;
}
a:focus,
a:hover {
  color: #0486be;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
.nav__list,
.primary-nav__list,
.articles-list,
.sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.page-content .container {
  background-color: #fff;
}
.container-col-holder {
  flex-direction: row;
  width: 100%;
  display: flex;
}
@media screen and (width<=767px) {
  .container-col-holder {
    flex-direction: column;
  }
}
@media screen and (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 (width>=430px) {
  .col {
    float: left;
    padding-right: 5px;
  }
}
@media screen and (width<=767px) {
  .col {
    margin: 0;
    padding: 0;
  }
}
@media screen and (width>=768px) {
  .col-wrapper {
    width: 100%;
  }
}
.col--primary {
  overflow: hidden;
}
@media screen and (width>=600px) {
  .col--primary {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (width>=768px) {
  .col--primary {
    vertical-align: top;
    width: calc(100% - 310px);
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (width>=600px) {
  .col--secondary {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (width>=768px) {
  .col--secondary {
    vertical-align: top;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    padding: 0 10px 10px 0;
  }
  .col--secondary > :last-child {
    position: -webkit-sticky;
    top: 96px;
  }
}
@media screen and (width<=767px) {
  .col--secondary {
    width: 100%;
  }
}
@media screen and (width<=599px) {
  .page-header {
    position: fixed;
  }
}
.page-header__section--secondary {
  height: 35px;
  display: none;
  overflow: hidden;
}
@media screen and (width>=600px) {
  .page-header__section--secondary {
    background-color: #fff;
    display: block;
  }
}
.page-content {
  margin-bottom: 10px;
}
.page-main-content {
  padding-top: 90px;
}
@media screen and (width>=600px) {
  .page-main-content {
    padding-top: 131px;
  }
}
.ankeiler {
  position: relative;
}
.ankeiler .ankeiler__link,
.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}
.ankeiler .ankeiler__image {
  min-width: 100%;
  min-height: auto;
  position: relative;
}
.ankeiler .ankeiler__title {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  margin: 0;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.1;
}
.ankeiler .ankeiler__indicator {
  display: none;
}
.ankeiler .ankeiler__thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}
.ankeiler--simple {
  padding: 7px 10px;
}
.ankeiler--simple .ankeiler__link {
  color: #292929;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  max-height: 3.125em;
  margin: 0;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.875em;
  line-height: 1.25;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
}
.ankeiler--simple .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #d10a10;
  text-decoration: none;
}
@media screen and (width<=429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}
.ankeiler--simple .ankeiler__timestamp {
  color: #d10a10;
  margin-right: 2px;
}
.ankeiler--simple-thumb {
  padding: 10px 0;
}
.ankeiler--simple-thumb .ankeiler__link {
  color: #292929;
  flex-direction: row;
  text-decoration: none;
  display: flex;
}
.ankeiler--simple-thumb .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
  color: #d10a10;
  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 {
  color: #292929;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  display: flex;
  overflow: hidden;
}
.ankeiler--simple-thumb .ankeiler__title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 100%;
  max-height: 4.5em;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.28571;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (width<=429px) {
  .ankeiler--simple-thumb .ankeiler__title {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
  }
}
.ankeiler--simple-thumb .ankeiler__indicator {
  color: #f1ebe5;
  margin: 0;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 40px;
  line-height: 48px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.article__wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}
.article__intro {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.button--list-block {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1ebe5;
  border: 0;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1em;
  text-decoration: none;
  display: block;
}
.button--list-block:visited {
  color: #292929;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #d10a10;
  text-decoration: none;
}
.button--list-block:focus {
  outline: none;
}
.comments {
  margin: 20px 0;
  position: relative;
}
@media screen and (width<=599px) {
  .comments {
    margin: 20px 0;
  }
}
.comments .comments__anchor {
  position: absolute;
  top: -80px;
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  color: #fff;
  text-transform: uppercase;
  background-color: #d10a10;
  margin: 0;
  padding: 0 10px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1.25em;
  line-height: 34px;
  display: inline-block;
}
@media screen and (width<=599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  vertical-align: middle;
  fill: currentColor;
  margin-right: 5px;
}
@media screen and (width<=599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  background-color: #f5f5f5;
  padding: 10px;
}
.comments .comments__login-textareabutton {
  color: #999;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 132px;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  bottom: 0;
  right: 0;
}
.comments .comment-form__input-counter {
  color: #999;
  text-align: right;
  background-color: #fff;
  margin: 0;
  padding: 10px;
  font-size: 0.75em;
  display: block;
}
@media screen and (width<=599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  color: #fff;
  background-color: #d10a10;
  margin-top: 10px;
  padding: 12px 10px;
  line-height: 1;
  text-decoration: none;
}
.comments .comment-form__button:visited {
  color: #fff;
}
.comments .comment-form__button:focus,
.comments .comment-form__button:hover {
  color: #fff;
  text-decoration: none;
}
.comments .comments__list {
  list-style: none;
}
.comments .comments__list-item {
  color: #292929;
  border-bottom: 1px solid #efe8e1;
  padding: 15px 0;
}
.comments .comments__list-item__head {
  display: flex;
}
.comments .comments__list-item__author {
  flex: 1;
  margin: 0;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1em;
  line-height: 18px;
}
@media screen and (width<=599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}
.comments .comments__list-item__meta {
  color: #b4b4b4;
  white-space: nowrap;
  flex: 0;
  font-size: 0.875em;
  line-height: 18px;
}
@media screen and (width<=599px) {
  .comments .comments__list-item__meta {
    font-size: 0.75em;
  }
}
.comments .comments__list-item__body {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.2;
  overflow: hidden;
}
.comments .comments__list-item__body img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 500px;
  margin-top: 0.5rem;
  display: block;
}
.page-main-footer {
  content-visibility: auto;
  contain-intrinsic-size: 100vw 950px;
  background-color: #f6f6f6;
}
.footer__dpgmedia {
  background-color: #fff;
  min-height: 118px;
  margin-top: 27px;
  padding: 20px;
}
.footer__dpgmedia-copy {
  color: #b4b4b4;
  margin-top: 20px;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 12px;
}
.center-content {
  text-align: center;
}
input[type="checkbox"] {
  margin-right: 5px;
}
.header-list {
  display: flex;
}
.header-list .header-list__title {
  color: #fff;
  text-transform: uppercase;
  background-color: #d10a10;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px 4px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.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 (width<=429px) {
  .header-list .header-list__title {
    font-size: 1em;
  }
}
.header-list .header-list__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.icons {
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (width<=599px) {
  .identity {
    text-align: left;
    background-color: #d10a10;
  }
}
@media screen and (width>=600px) {
  .identity {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 10px;
    box-shadow: 0 0 0 1px #fff;
  }
  .page-header .identity {
    z-index: 891;
    top: -25px;
  }
}
.identity .identity__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: inline-block;
}
.identity__image {
  float: left;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (width>=600px) {
  .identity__image {
    width: 100%;
    height: 100%;
  }
}
.identity__image .desktop {
  width: 100%;
  height: 100%;
}
.identity__image.is-desktop {
  display: none;
}
@media screen and (width>=600px) {
  .identity__image.is-desktop {
    display: flex;
  }
}
.identity__image.is-mobile {
  margin-left: 10px;
  display: none;
}
@media screen and (width<=599px) {
  .identity__image.is-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.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: fill 0.3s ease-out;
}
.identity__image .brand-logo {
  width: 100%;
  height: 100%;
}
.identity__image .mobile {
  width: inherit;
  height: inherit;
}
.identity__title {
  color: #fff;
  text-decoration: none;
  display: none;
  position: relative;
  top: 11px;
}
@media screen and (width<=599px) {
  .identity__title {
    display: inline-block;
  }
}
.header__mobile-logo {
  width: 50px;
  height: 50px;
  display: flex;
}
.label {
  text-transform: uppercase;
}
.label--full {
  color: #d10a10;
  background: #d10a10;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 20px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.75em;
  display: inline-flex;
}
.label--full .label__text {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 6px;
  overflow: hidden;
}
.ankeiler--simple-thumb .label--full {
  position: absolute;
  bottom: 0;
  left: 0;
}
.label-article-state {
  position: absolute;
  top: 0;
  right: 0;
}
.label-article-state.is-inline {
  display: inline;
  position: relative;
}
.widget-list__item {
  border-top: 1px solid #efe8e1;
  position: relative;
}
.widget-list__item.has-timeline {
  border-top: none;
  border-left: 1px solid #efe8e1;
  margin-left: 5px;
}
.widget-list__item.has-timeline:nth-child(n + 2):before {
  content: "";
  background-color: #efe8e1;
  width: calc(100% - 5px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 5px;
}
.widget-list__item.has-timeline:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 11px;
  left: -5px;
}
@media screen and (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__source {
  font-weight: 700;
}
@media screen and (width<=599px) {
  .mobile-nav__trigger:checked + .page-header .icon-menu {
    display: none;
  }
}
.mobile-menu__trigger-label {
  color: #fff;
  z-index: 900;
  line-height: 50px;
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
}
@media screen and (width<=599px) {
  .mobile-menu__trigger-label {
    display: block;
  }
}
.nav__list {
  position: relative;
}
.nav__list-item {
  direction: ltr;
  display: inline-block;
  position: relative;
}
.nav__list-link {
  text-decoration: none;
}
.primary-nav__wrapper {
  align-items: center;
  display: flex;
}
@media screen and (width<=599px) {
  .primary-nav__wrapper {
    width: 100%;
    padding: 0 54px 0 0;
    position: absolute;
    top: 0;
  }
}
@media screen and (width>=600px) {
  .primary-nav__wrapper {
    margin-left: 107px;
    position: relative;
  }
}
@media screen and (width>=768px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}
@media screen and (width>=906px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}
.primary-nav {
  z-index: 890;
  background-color: #d10a10;
  position: relative;
}
.primary-nav__sectionlink {
  color: #fff;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  flex: auto;
  margin: 0 10px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}
.primary-nav__sectionlink:visited {
  color: #fff;
}
.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (width<=354px) {
  .primary-nav__sectionlink {
    display: none;
  }
}
@media screen and (width>=600px) {
  .primary-nav__sectionlink {
    display: none;
  }
}
.primary-nav__listholder {
  align-items: center;
  height: 50px;
  display: flex;
  overflow: hidden;
}
@media screen and (width<=599px) {
  .primary-nav__listholder {
    z-index: -2;
    width: 100%;
    height: 40px;
    transition: transform 0.2s ease-out;
    display: none;
    position: absolute;
    top: 50px;
  }
  .primary-nav__listholder:before {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #fff 0% 25%, #fff0 100%);
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .primary-nav__listholder:after {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #fff0 0%, #fff 75% 100%);
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.primary-nav__list {
  flex-wrap: wrap;
  height: 50px;
  padding-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (width<=599px) {
  .primary-nav__list {
    text-align: center;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: scroll;
  }
}
.primary-nav__list-item {
  align-items: center;
  height: 50px;
  display: flex;
}
@media screen and (width<=599px) {
  .primary-nav__list-item {
    white-space: nowrap;
    height: 100%;
  }
}
.primary-nav__list-item + .primary-nav__list-item {
  margin-left: 1px;
}
@media screen and (width>=768px) {
  .primary-nav__list-item + .primary-nav__list-item {
    margin-left: 2px;
  }
}
.primary-nav__list-link,
.primary-nav__profile-link {
  color: #292929;
  text-transform: uppercase;
  border-radius: 4px;
  align-items: center;
  padding: 3px 10px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}
.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 (width>=0) and (width<=429px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    padding: 3px 7px;
  }
}
@media screen and (width>=600px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    color: #fff;
    font-size: 1.25em;
    text-decoration: none;
    transition: background-color 0.3s ease-out;
  }
  .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 (width>=600px) {
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:hover {
    color: #fff;
    background-color: #00000040;
  }
}
.primary-nav__list-item--search {
  align-items: center;
  margin-left: 2px;
  display: flex;
}
@media screen and (width<=599px) {
  .primary-nav__list-item--search {
    display: none;
  }
}
.primary-nav__list-text {
  display: flex;
}
.primary-nav__list-item--search .primary-nav__list-text {
  cursor: pointer;
  justify-content: center;
  width: 26px;
  display: flex;
}
.primary-nav__profile {
  margin: 0 10px;
}
@media screen and (width<=599px) {
  .primary-nav__profile {
    margin: 0 0 0 10px;
  }
}
.primary-nav__profile .primary-nav__profile-text {
  color: #fff;
  text-transform: uppercase;
  background-color: #00000040;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
@media screen and (width<=599px) {
  .primary-nav__profile .primary-nav__profile-text {
    font-size: 12px;
  }
}
.primary-nav__profile-link {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.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 (width<=599px) {
  .primary-nav__profile-link {
    cursor: pointer;
    height: 50px;
    transition: color 0.3s ease-out;
    transform: none;
  }
  .primary-nav__profile-link:hover {
    color: #fff;
    background-color: #0000;
  }
}
@media screen and (width>=768px) {
  .primary-nav__profile-link {
    cursor: pointer;
    padding-left: 0;
    transition: color 0.3s ease-out;
    transform: none;
  }
  .primary-nav__profile-link:hover {
    color: #fff;
    background-color: #0000;
  }
}
.nav--top-container {
  padding-left: 130px;
  display: flex;
}
.nav--secondary,
.nav--tertiary {
  font-family:
    FlamaPro-Basic,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
}
.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  color: #500009;
  font-size: 0.75em;
  line-height: 34px;
  text-decoration: none;
}
.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #500009;
}
.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: #d10a10;
  text-decoration: none;
}
@media screen and (width<=599px) {
  .nav--secondary .nav__list-link,
  .nav--tertiary .nav__list-link {
    line-height: 40px;
  }
}
.nav--secondary .nav__list-link svg,
.nav--secondary .nav__list-link:hover svg {
  fill: #d10a10;
}
.nav--secondary .nav__list-link {
  align-items: center;
  margin-right: 15px;
  display: flex;
}
.nav--secondary .icons {
  margin-right: 5px;
}
.nav--tertiary {
  direction: rtl;
  flex: 1;
  margin-right: 10px;
}
.nav--tertiary .nav__list-link {
  margin-left: 15px;
}
@media screen and (width<=905px) {
  .nav--tertiary .nav__list-link {
    margin-left: 12px;
  }
}
.icon-search {
  stroke: #fff;
}
.nav--temptation {
  text-align: right;
  flex: 1;
  margin: 0 0 0 10px;
}
.nav__list-item--tv-gids svg {
  position: relative;
  top: -2px;
}
.plus-label {
  color: #292929;
  background-color: #f3c642;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
}
.plus-label:not(.is-inline) {
  position: absolute;
  top: 0;
  right: 0;
}
.plus-label.is-inline {
  padding: 3px 4px;
  font-size: 10px;
  display: inline-block;
}
.plus-label.is-small {
  padding: 3px 5px;
  font-size: 10px;
}
.premium__text {
  color: #292929;
  font-family:
    FlamaProSemicond-Black,
    Arial Black,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
.sub-nav {
  z-index: 889;
  display: block;
  position: relative;
  top: 0;
}
.sub-nav__list {
  margin-left: 130px;
  font-size: 14px;
  transition: height 1s ease-out;
  overflow: hidden;
}
@media screen and (width<=599px) {
  .sub-nav__list {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    left: 0;
    overflow-x: scroll;
  }
  .sub-nav__list:before {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #fff 0% 25%, #fff0 100%);
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sub-nav__list:after {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #fff0 0%, #fff 75% 100%);
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sub-nav__list-item {
  float: left;
  white-space: nowrap;
  display: block;
}
@media screen and (width>=600px) {
  .sub-nav__list-item {
    margin-right: 15px;
  }
}
@media screen and (width<=599px) {
  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }
  .sub-nav__list-item:last-child {
    padding-right: 5px;
  }
}
.sub-nav__link {
  color: #000;
  align-items: center;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}
.sub-nav__link:visited {
  color: #000;
}
.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #d10a10;
  text-decoration: none;
}
@media screen and (width<=599px) {
  .sub-nav__link {
    padding: 0 5px;
    line-height: 40px;
  }
}
.sub-nav__expand {
  float: right;
  color: #d10a10;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 10px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  display: none;
}
.sub-nav__expand:visited {
  color: #d10a10;
}
.sub-nav__expand:focus,
.sub-nav__expand:hover {
  color: #d10a10;
  text-decoration: none;
}
.sub-nav__expand .arrow-down,
.sub-nav__expand .arrow-up {
  fill: currentColor;
  margin-left: 5px;
}
.sub-nav__less {
  display: none;
}
@media screen and (width>=600px) and (width<=759px) {
  .sub-nav__expand {
    display: block;
  }
  .sub-nav__list-item_hide {
    display: none;
  }
}
.sub-nav__wrapper {
  background-color: #fff;
  border-bottom: 1px solid #f1ebe5;
  height: 36px;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (width<=599px) {
  .sub-nav__wrapper {
    height: 40px;
  }
}
.sub-nav__trigger:checked + .sub-nav__wrapper {
  height: auto;
}
.temptation-button {
  text-transform: uppercase;
  background-color: #f3c744;
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
  font-family:
    FlamaProSemicond-Bold,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
}
@media screen and (width>=600px) {
  .temptation-button {
    font-size: 14px;
  }
}
.temptation-button,
.temptation-button:hover {
  text-decoration: none;
}
.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: #570003;
}
.temptation-button:hover,
.temptation-button:active {
  outline: 0;
}
.temptation-button:focus {
  outline: thin dotted #fff;
}
.trigger--hide {
  visibility: hidden;
  height: 0;
  margin-left: -9999px;
  position: absolute;
}
.widget {
  width: 100%;
}
@media screen and (width<=599px) {
  .widget {
    width: initial;
    margin-left: 10px;
    margin-right: 10px;
  }
  .widget:last-child {
    margin-bottom: 10px;
  }
}
.widget + .widget,
.widget .widget__footer {
  margin-top: 10px;
}
.nav--secondary .nav__list-label-long {
  display: none;
}
@media screen and (width>=906px) {
  .nav--secondary .nav__list-label-long {
    display: inline-block;
  }
}
.nav--secondary .nav__list-label {
  display: none;
}
@media screen and (width>=600px) and (width<=905px) {
  .nav--secondary .nav__list-label {
    display: inline-block;
  }
}
@media screen and (width<=1023px) {
  .col--secondary {
    display: none;
  }
}
* {
  box-sizing: border-box;
}
:root {
  --white: #fff;
  --red: #e11229;
  --box-shadow: 0px 0px 15px 0px #00000040;
  --button-hover: #007fff;
  --link-color: #e11229;
  --link-hover-color: #007fff;
}
img {
  border: 0;
  font-size: 0;
  line-height: 0;
}
label,
figure {
  margin: 0;
  padding: 0;
  display: block;
}
a {
  color: var(--link-color);
  color: #e11229 !important;
}
a:hover {
  color: #007fff !important;
}
#un-content {
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (width>=600px) {
  #un-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.un-header__image {
  background-color: #efe8e1;
  position: relative;
  overflow: hidden;
}
.un-header-image__img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.un-header {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (width>=600px) {
  .un-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (width>=768px) {
  .un-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (width>=906px) {
  .un-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.un-header__title {
  font-size: 40px;
  line-height: 44px;
}
@media screen and (width<=429px) {
  .un-header__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.un-header__info {
  color: #b4b4b4;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1em;
}
@media screen and (width>=600px) {
  .un-header__info {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (width>=768px) {
  .un-header__info {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (width>=906px) {
  .un-header__info {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.un-header__author,
.un-header__date-update {
  font-weight: 700;
}
@media screen and (width<=599px) {
  .un-header__date {
    display: block;
  }
}
@media screen and (width>=600px) {
  .un-header__date {
    margin-left: 10px;
  }
}
.un-article {
  padding-top: 20px;
  padding-bottom: 10px;
}
.un-article__paragraph {
  overflow-wrap: break-word;
  clear: both;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
@media screen and (width>=600px) {
  .un-article__paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (width>=768px) {
  .un-article__paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (width>=906px) {
  .un-article__paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.un-article__headline2 {
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}
@media screen and (width<=599px) {
  .un-article__headline2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (width>=600px) {
  .un-article__headline2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (width>=768px) {
  .un-article__headline2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (width>=906px) {
  .un-article__headline2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.un-article__image {
  background-color: #efe8e1;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.un-article-image__img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (width>=600px) {
  .un-article-image__img {
    max-height: 550px;
  }
}
.un-instruction__button {
  background-color: var(--red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto 32px;
  padding: 15px;
  font-weight: 700;
  animation: 4s linear infinite blink;
  display: block;
  color: var(--white) !important;
  font-style: normal !important;
  text-decoration: none !important;
}
.un-instruction__button:hover {
  background-color: var(--button-hover);
  color: var(--white) !important;
}
@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px #000;
  }
  25%,
  75% {
    box-shadow: none;
  }
  to {
    box-shadow: 0 0 10px #000;
  }
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}
.un-comments {
  padding: 0 10px;
  position: relative;
}
.feedback {
  margin-bottom: 20px;
  padding: 20px 15px 12px;
}
.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}
.feedback__header {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}
.feedback__photo {
  border-radius: 50%;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
}
.feedback__photo img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  margin: 0;
}
.feedback .feedback__name {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
}
.feedback .feedback__position {
  color: #787878;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.feedback__body {
  padding: 16px 0;
}
.feedback__body p {
  margin: 0;
  font-size: 1.1rem;
}
@media (width<=660px) {
  .feedback__header {
    text-align: center;
    flex-direction: column;
    padding: 0 16px 20px;
  }
  .feedback__photo {
    margin-right: 0;
  }
  .feedback .feedback__name {
    font-size: 18px;
  }
}
@media screen and (width>=600px) {
  .feedback {
    padding: 30px 30px 12px;
  }
}
@media screen and (width>=768px) {
  .feedback {
    padding: 20px 15px 12px;
  }
}
@media screen and (width>=906px) {
  .feedback {
    padding: 30px 30px 12px;
  }
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px #00000040;
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

:root {
  --ff-fb: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-tw:
    "Twitter Chirp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  --ff-rd:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --ff-main: var(--ff-fb);
  --font-size: 15px;
  --bg-color: #fff;
  --cite-color: #666;
  --name-color: #050505;
  --text-color: #222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}
.widget {
  z-index: 1;
  pointer-events: none;
  user-select: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.widget,
.widget *,
.widget:before,
.widget:after {
  box-sizing: border-box;
}
.widget:not(:last-child) {
  margin-bottom: 10px;
}
.widget__footer {
  color: var(--secondary-color);
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.time {
  color: #00000073;
  white-space: nowrap;
  min-width: 35px;
  font-size: 11px;
}

.info-box {
  background: #e8eff5;
  border-radius: 8px;
  margin: 32px 30px;
  padding: 24px 20px 10px 0;
}
.exp {
  background-color: #ececec;
  border-radius: 6px;
  margin: 0 30px 30px;
  padding: 20px;
}
@media screen and (width<=906px) {
  .info-box {
    margin: 32px 15px;
  }
}
.un-article__image {
  background: #eee;
}
:root {
  --slider-main-color: #d10a10;
  --slider-hover-color: #f3c744;
}
[data-zoomable] {
  cursor: zoom-in;
  width: fit-content;
  height: fit-content;
  display: block;
  position: relative;
}
[data-zoomable] img {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}
[data-zoomable]:after {
  content: "";
  z-index: 2;
  color: #fe003d;
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}
.page-header {
  z-index: 890;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (width<=599px) {
  .page-header {
    position: fixed;
  }
}
.identity {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  transition: transform 0.1s ease-out;
  display: flex;
  overflow: hidden;
}
@media screen and (width<=599px) {
  .identity {
    text-align: left;
    background-color: #d10a10;
  }
}
@media screen and (width>=600px) {
  .identity {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 10px;
    box-shadow: 0 0 0 1px #fff;
  }
  .page-header .identity {
    z-index: 891;
    top: -25px;
  }
}

.modal {
  position: fixed;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 9999;
  background-color: #00000066;
  inset: 0;
  width: 100%;
  height: 100vh;
  padding: 10px;
  overflow: auto;
}

.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  background: none;
  border: none;
}

@media (max-width: 450px) {
  .modal-inner {
    max-height: 99%;
  }
}

header li {
  cursor: pointer;
}
