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: calc(50% - 50px);
}
body {
  margin: 0;
}
article,
figcaption,
figure,
footer,
header,
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;
}
input {
  margin: 0;
  color: inherit;
  font: inherit;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  padding: 0;
  box-sizing: border-box;
}
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.5;
}
h1,
h2,
h3 {
  margin-top: 0;
  font-family:
    "FlamaProSemicond-Bold", "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 {
  display: block;
  margin: 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a {
  text-decoration: underline;
  color: #0486be;
  transition: 0.3s ease-out color;
}
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;
}
.article__component {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .article__component {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@font-face {
  font-family: "FlamaProSemicond-Bold";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src: url("/fonts/FlamaSemicond-Bold-8199bf9ba9.woff2") format("woff2");
}
.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;
    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__section--secondary {
  display: none;
  height: 35px;
  overflow: hidden;
}
.scrolled .page-header__section--secondary {
  display: none;
}
@media screen and (min-width: 600px) {
  .page-header__section--secondary {
    display: block;
    background-color: #fff;
  }
}
.page-content {
  margin-bottom: 10px;
}
.page-main-content {
  padding-top: 90px;
}
@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}
.ankeiler {
  position: relative;
}
.ankeiler .ankeiler__link {
  text-decoration: none;
}
.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}
.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: auto;
}
.ankeiler .ankeiler__title {
  margin: 0;
  font-family:
    "FlamaProSemicond-Bold", "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__indicator {
  display: none;
}
.ankeiler .ankeiler__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}
.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:
    "FlamaProSemicond-Bold", "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: #d10a10;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}
.ankeiler--simple .ankeiler__timestamp {
  margin-right: 2px;
  color: #d10a10;
}
.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: #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 {
  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:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.article__wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}
.article__component {
  position: relative;
}
.article__intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
}
.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family:
    "FlamaProSemicond-Bold", "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: #d10a10;
  text-decoration: none;
}
.button--list-block:focus {
  outline: none;
}
.comments {
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 0;
  }
}
.comments .comments__anchor {
  position: absolute;
  top: -80px;
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #d10a10;
  color: #fff;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25em;
  line-height: 34px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  padding: 10px;
  background-color: #f5f5f5;
}
.comments .comments__login-textareabutton {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  height: 132px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #999;
  text-decoration: none;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comments .comment-form__input-counter {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #999;
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  padding: 12px 10px;
  background-color: #d10a10;
  line-height: 1;
}
.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 {
  padding: 15px 0;
  border-bottom: 1px solid #efe8e1;
  color: #292929;
}
.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 (max-width: 599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}
.comments .comments__list-item__meta {
  flex: 0 1;
  color: #b4b4b4;
  font-size: 0.875em;
  line-height: 18px;
  white-space: nowrap;
}
@media screen and (max-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 {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 500px;
  margin-top: 0.5rem;
  object-fit: contain;
}
.page-main-footer {
  background-color: #f6f6f6;
  content-visibility: auto;
  contain-intrinsic-size: 100vw 950px;
}
.footer__dpgmedia {
  min-height: 118px;
  padding: 20px;
  background-color: #fff;
  margin-top: 27px;
}
.footer__dpgmedia-copy {
  margin-top: 20px;
  color: #b4b4b4;
  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 {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #d10a10;
  color: #fff;
  font-family:
    "FlamaProSemicond-Bold", "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;
}
.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: #d10a10;
    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;
  }
}
.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;
  }
}
.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}
.label {
  text-transform: uppercase;
}
.label--full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 20px;
  background: #d10a10;
  color: #d10a10;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.75em;
}
.label--full .label__text {
  padding: 0 6px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  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 {
  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;
  background: transparent url("/img/timeline-dot-b0e1b87a7f.png") top
    left/contain no-repeat;
}
@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__source {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .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;
  }
}
.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;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__wrapper {
    position: relative;
    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: #d10a10;
  z-index: 890;
}
.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family:
    "FlamaProSemicond-Bold", "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 (max-width: 354px) {
  .primary-nav__sectionlink {
    display: 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;
  }
  .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:
    "FlamaProSemicond-Bold", "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:
    "FlamaPro-Basic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #500009;
  font-size: 0.75em;
  line-height: 34px;
}
.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 (max-width: 599px) {
  .nav--secondary .nav__list-link,
  .nav--tertiary .nav__list-link {
    line-height: 40px;
  }
}
.nav--secondary .nav__list-link svg {
  fill: #d10a10;
}
.nav--secondary .nav__list-link:hover svg {
  fill: #d10a10;
}
.nav--secondary .nav__list-link {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.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;
  }
}
.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;
}
.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;
}
.plus-label.is-small {
  padding: 3px 5px;
  font-size: 10px;
}
.premium__text {
  position: relative;
  color: #292929;
  font-family:
    "FlamaProSemicond-Black", "Arial Black", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.sharing {
  margin: 30px 0 15px;
  font-size: 16px;
}
.sharing:before,
.sharing:after {
  display: table;
  content: " ";
}
.sharing:after {
  clear: both;
}
@media screen and (max-width: 599px) {
  .sharing {
    margin: 30px 0 15px;
  }
}
.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;
}
.sharing .sharing__list-item--comments {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #d10a10;
}
.sharing .sharing__list-item--comments .sharing__list-item--comments-link {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0 10px;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.sharing
  .sharing__list-item--comments
  .sharing__list-item--comments-link:visited {
  color: #fff;
}
.sharing .sharing__list-item--comments .sharing__list-item--comments-link:focus,
.sharing
  .sharing__list-item--comments
  .sharing__list-item--comments-link:hover {
  color: #fff;
  text-decoration: none;
}
.sharing .sharing__list-item--comments svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .sharing .sharing__button--facebook,
  .sharing .sharing__button--twitter,
  .sharing .sharing__button--whats-app,
  .sharing .sharing__list-item--comments {
    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%;
  }
}
.sub-nav {
  display: block;
  position: relative;
  top: 0;
  z-index: 889;
}
.sub-nav__list {
  margin-left: 130px;
  transition: 1s ease-out height;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sub-nav__list {
    display: flex;
    left: 0;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .sub-nav__list::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;
  }
  .sub-nav__list::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;
  }
}
.sub-nav__list-item {
  display: block;
  float: left;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .sub-nav__list-item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }
  .sub-nav__list-item:last-child {
    padding-right: 5px;
  }
}
.sub-nav__link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 36px;
}
.sub-nav__link:visited {
  color: #000;
}
.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #d10a10;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }
}
.sub-nav__expand {
  display: none;
  padding-right: 10px;
  float: right;
  text-decoration: none;
  color: #d10a10;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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 {
  fill: currentColor;
  margin-left: 5px;
}
.sub-nav__expand .arrow-up {
  fill: currentColor;
  margin-left: 5px;
}
.sub-nav__less {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 759px) {
  .sub-nav__expand {
    display: block;
  }
  .sub-nav__list-item_hide {
    display: none;
  }
}
.sub-nav__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 36px;
  transition: 0.2s ease-out all;
  border-bottom: 1px solid #f1ebe5;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sub-nav__wrapper {
    height: 40px;
  }
}
.sub-nav__trigger:checked + .sub-nav__wrapper {
  height: auto;
}
.temptation-button {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #f3c744;
  font-family:
    "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (min-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 white;
}
.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__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}
.nav--secondary .nav__list-label-long {
  display: none;
}
@media screen and (min-width: 906px) {
  .nav--secondary .nav__list-label-long {
    display: inline-block;
  }
}
.nav--secondary .nav__list-label {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 905px) {
  .nav--secondary .nav__list-label {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .col--secondary {
    display: none;
  }
}
* {
  box-sizing: border-box;
}
:root {
  --white: #ffffff;
  --red: #e11229;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #007fff;
  --link-color: #e11229;
  --link-hover-color: #007fff;
}
img {
  border: 0;
  font-size: 0;
  line-height: 0;
}
label,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}
a {
  color: var(--link-color);
}
a {
  color: #e11229 !important;
}
a:hover {
  color: #007fff !important;
}
#un-content {
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  #un-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.page-header.scrolled {
  position: fixed;
}
.identity.scrolled {
  transform: scale(0.5);
  box-shadow: 0 0 0 #fff;
}

.un-header__image {
  position: relative;
  background-color: #efe8e1;
  overflow: hidden;
}
.un-header-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.un-header-image__caption {
  position: relative;
  padding-top: 5px;
  padding-left: 35px;
  background-color: #fff;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .un-header-image__caption {
    padding-left: 50px;
  }
}
.un-header-image__caption:before {
  position: absolute;
  top: 10px;
  left: 15px;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #d10a10;
  border-left: 5px solid transparent;
  content: "";
}
@media screen and (min-width: 600px) {
  .un-header-image__caption:before {
    left: 30px;
  }
}
.un-header {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.un-header__title {
  font-size: 40px;
  line-height: 44px;
}
@media screen and (max-width: 429px) {
  .un-header__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.un-header__info {
  margin-right: 15px;
  margin-left: 15px;
  color: #b4b4b4;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header__info {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.un-header__author,
.un-header__date-update {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .un-header__date {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .un-header__date {
    margin-left: 10px;
  }
}
.un-article {
  padding-top: 20px;
  padding-bottom: 10px;
}
.un-article__paragraph {
  overflow-wrap: break-word;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.un-article__headline2 {
  position: relative;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100vw;
  clear: both;
}
@media screen and (max-width: 599px) {
  .un-article__headline2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 600px) {
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-article__headline2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.un-article__image {
  position: relative;
  width: 100%;
  background-color: #efe8e1;
  overflow: hidden;
  margin-bottom: 25px;
}
.un-article-image__img {
  display: block;
  width: 100%;
  max-height: 400px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}
@media screen and (min-width: 600px) {
  .un-article-image__img {
    max-height: 550px;
  }
}
.un-instruction__button {
  background-color: var(--red);
  display: block;
  padding: 15px;
  margin: 0 auto 32px;
  width: 80%;
  min-height: 54px;
  border-radius: 6px;
  border: none;
  animation: blink 4s linear infinite;
  text-align: center;
  color: var(--white) !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
  font-style: normal !important;
  text-transform: uppercase;
  cursor: pointer;
}
.un-instruction__button:hover {
  color: var(--white) !important;
  background-color: var(--button-hover);
}
@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px #000000;
  }
  25%,
  75% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 10px #000000;
  }
  from {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}
@media (max-width: 400px) {
  .un-instruction__button {
    width: calc(100% - 20px);
  }
}
.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 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.feedback__photo {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: top;
}
.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}
.feedback .feedback__position {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #787878;
}
.feedback__body {
  padding: 16px 0;
}
.feedback__body p {
  margin: 0;
  font-size: 1.1rem;
}
@media (max-width: 660px) {
  .feedback__header {
    flex-direction: column;
    text-align: center;
    padding: 0 16px 20px;
  }
  .feedback__photo {
    margin-right: 0;
  }
  .feedback .feedback__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .feedback {
    padding: 30px 30px 12px;
  }
}
@media screen and (min-width: 768px) {
  .feedback {
    padding: 20px 15px 12px;
  }
}
@media screen and (min-width: 906px) {
  .feedback {
    padding: 30px 30px 12px;
  }
}
:root {
  --slider-main-color: #d10a10;
}
.zoom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}
.zoom-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  cursor: default;
}
.zoom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
  transition: color 0.3s ease;
}
.zoom-close:hover {
  color: var(--slider-main-color);
}
[data-zoomable] {
  position: relative;
  display: block;
  width: fit-content;
  height: fit-content;
  cursor: zoom-in;
}
[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-zoomable]::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #fe003d;
  background-image: url("/img/lupa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
}
: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: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}
.widget {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  user-select: none;
}
.widget,
.widget *,
.widget::before,
.widget::after {
  box-sizing: border-box;
}
.widget:not(:last-child) {
  margin-bottom: 10px;
}
.widget__footer {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: var(--secondary-color);
}
.time {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  min-width: 35px;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.info-box {
  background: #e8eff5;
  border-radius: 8px;
  padding: 24px 20px 10px 0;
  margin: 32px 30px;
}
.exp {
  background-color: #ececec;
  padding: 20px 20px;
  border-radius: 6px;
  margin: 0 30px 30px 30px;
}

@media screen and (max-width: 906px) {
  .info-box {
    margin: 32px 15px;
  }
}
.un-article__image {
  background: #eeeeee;
}
/* popup css*/
.page-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}
.page-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page-popup.active .page-overlay {
  opacity: 0.5;
  background: #161616;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page-popup .btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-popup .btn-close span {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-popup .btn-close span:before,
.page-popup .btn-close span:after {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.page-popup .btn-close.dark span:before,
.page-popup .btn-close.dark span:after {
  background: #052e16;
}
.page-popup .btn-close span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-popup .btn-close:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.page-popup-container {
  display: none;
}
.page-popup-container.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 98vh;
  text-align: left;
  margin: 0 auto;
}
.page-popup-container.container-form {
  max-width: 450px;
}
.page-form-wrapp {
  position: relative;
  width: 100%;
}
.lock {
  overflow: hidden;
}
