:root {
  --white: #ffffff;
  --main-color: #026b9c;
  --bg-color: #383f4e;
  --link-color: #007fff;
  --title-color: #2a303b;
  --text-color: #383f4e;
  --text-color-add: #717b8e;
  --label-color: #717b8e;
  --label-color-add: #a2a9ae;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --text-size: 1.7rem;
  --title-size: 2.6rem;
  --title-size-article: 2.2rem;
  --common-padding: 0 64px;
  --common-font-family: 'The Antiqua B';
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  color: var(--bg-color);
  scroll-padding-top: 50px;
}

body {
  height: 100%;
  font-size: 16px;
  font-family: var(--common-font-family);
}

h1 {
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
}

h2,
h3 {
  color: var(--title-color);
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
  font-weight: 700;
}

p {
  font-size: var(--text-size);
  font-family: var(--common-font-family);
}

a {
  color: var(--link-color);
}

img {
  height: auto;
}

*,
:after,
:before {
  box-sizing: border-box;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

.feedback {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 16px;
}

.feedback__header {
  display: flex;
  gap: 34px;
  align-items: center;
}

.feedback__name {
  /* font-size: 48px; */
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .feedback__name {
    font-size: 30px;
  }
}

@media (max-width: 540px) {
  .feedback__header {
    gap: 25px;
    flex-direction: column;
  }

  .feedback__name {
    font-size: 24px;
    /* text-align: center; */
    text-wrap: balance;
  }
}

@media (max-width: 375px) {
  .feedback__header {
    align-items: center;
  }
}

@media (max-width: 500px) {
  html,
  body {
    overflow-x: hidden;
  }
}

ul {
  margin-left: 1.25rem;
}
.red-list li::marker {
  content: '\2714';
  color: red;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .author_container {
    margin-top: 10px;
  }
}

aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

b {
  font-weight: bold;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

input {
  line-height: normal;
}

html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

*,
* :before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

p {
  margin: 0 0 10px;
}

h1,
h2,
h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

.col-lg-6,
.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .col-lg-6,
  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-8 {
    float: left;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1294px;
    width: 100%;
  }

  .col-lg-6 {
    float: left;
  }

  .col-lg-6 {
    width: 54%;
  }
}

@-ms-viewport {
  width: device-width;
}

.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-thumbs-down:before {
  content: '\f165';
}

.fa-thumbs-up:before {
  content: '\f164';
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-brands-400.eot);
  src:
    url(../fonts/fa-brands-400.eot?#iefix) format('embedded-opentype'),
    url(../fonts/fa-brands-400.woff2) format('woff2'),
    url(../fonts/fa-brands-400.woff) format('woff'),
    url(../fonts/fa-brands-400.ttf) format('truetype'),
    url(../fonts/fa-brands-400.svg#fontawesome) format('svg');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-regular-400.eot);
  src:
    url(../fonts/fa-regular-400.eot?#iefix) format('embedded-opentype'),
    url(../fonts/fa-regular-400.woff2) format('woff2'),
    url(../fonts/fa-regular-400.woff) format('woff'),
    url(../fonts/fa-regular-400.ttf) format('truetype'),
    url(../fonts/fa-regular-400.svg#fontawesome) format('svg');
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fa-solid-900.eot);
  src:
    url(../fonts/fa-solid-900.eot) format('embedded-opentype'),
    url(../fonts/fa-solid-900.woff2) format('woff2'),
    url(../fonts/fa-solid-900.woff) format('woff'),
    url(../fonts/fa-solid-900.ttf) format('truetype'),
    url(../fonts/fa-solid-900.svg) format('svg');
}

.far,
.fas {
  font-family: 'Font Awesome 5 Free';
}

.fas {
  font-weight: 900;
}

a {
  cursor: pointer;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.content-box {
  background: #fff;
  margin-top: 20px;
}

.content h1 {
  font-family:
    ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva, sans-serif;
  margin: 0px 0 16px 0;
  color: #222;
  font-size: 56px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -1.12px;
}

.content p {
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  margin: 0 0 16px 0;
  line-height: 24px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

.content a {
  color: #0067a3;
  font-weight: 700;
  text-decoration: underline;
}

.content a:hover,
.content a:focus {
  color: #dd2a30;
}

.content h3 {
  font-family:
    ABMonumentGrotesk-Bold, Arial, Helvetica, Verdana, Geneva, sans-serif;
  color: #222;
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .content h2 {
    font-size: 24px;
    line-height: 33px;
  }
}

.main_footer_wrap {
  background-color: #dd2a30;
}

.main_footer {
  display: flex;
  align-items: center;
  background-color: #dd2a30;
  padding: 20px 45px;
  justify-content: center;
}

.footer_copyright {
  color: #ffffff;
  display: block;
}

@media (max-width: 991px) {
  .content h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 450px) {
  .main_footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer_copyright {
    margin-right: unset;
    text-align: center;
  }
}

.header__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__logo > img {
  width: 166px;
}

.adv__row {
  max-width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.144);
  padding: 14px;
  margin-top: 168px;
}

@media (max-width: 768px) {
  .adv__row {
    display: none;
  }
}

.hadv__row_text {
  background-color: #dd2a30;
  border-radius: 2px;
  margin: 0 0 0 0;
  padding: 5px 5px 4px 5px;
  align-self: flex-start;
  font-size: 11px;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  overflow-wrap: break-word;
}

.hyperion-css-1yavcuw {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-color: #e8e8e8;
  border-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.navbar_card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}

.hyperion-css-b6k69b {
  text-decoration: none;

  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0;
}

.hyperion-css-j9o55 {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  width: 100%;
}
.hyperion-css-130x3kd {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hyperion-css-3p197n {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;

  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0%;
}
.hyperion-css-m3gbyz {
  margin-bottom: 2px !important;
  color: #585858 !important;
  font-size: 14px !important;
}
.hyperion-css-m3gbyz-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.clock_icon {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}

.hyperion-css-tn510y {
  margin: 0 !important;
  text-transform: none;
  font-size: 16px !important;
  font-family:
    ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  letter-spacing: normal !important;
  line-height: 18px !important;
  color: #222222;
  text-transform: none !important;
}

.hyperion-css-1ios4er {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  margin: 0 0 0 8px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hyperion-css-1wv6pji {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  max-width: 100vw;
  position: relative;
}

.hyperion-css-16sz48o {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hyperion-css-qsy26c {
  position: relative;
}
.hyperion-css-qsy26c img {
  width: 100%;
}
.navbar_img {
  width: 100px;
}

.main__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.main__author_text {
  color: #dd2a30;
  font-size: 14px;
  font-weight: bold;
}

.follow_container {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  height: 32px;
  margin-top: 7px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.follow_left_container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}

.follow_right_container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 10px;
}

.follow_btn_container {
  display: flex;
  align-items: center;
}

.follow_icon_1 {
  margin-right: 4px;
  width: 18px;
  height: 16px;
}

.follow_icon_2 {
  margin-right: 4px;
  width: 19px;
  height: 15px;
}
.follow_icon_3 {
  margin-right: 4px;
  width: 17px;
  height: 13px;
}
.follow_icon_4 {
  margin-right: 4px;
  width: 18px;
  height: 15px;
}

.author_data {
  padding-left: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.author_publ_date {
  padding-top: 4px;
  padding-left: 16px;
  background-color: #f7f7f7;
  height: 26px;
  color: #585858;
}

.author_publ_date span {
  font-size: 14px;
  color: #585858;
}

.author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author_name {
  margin-left: 8px !important;
  font-size: 14px !important;
}
.author_img {
  width: 40px;
  border-radius: 50%;
}
.arrow_right_icon {
  width: 15px;
  height: 15px;
  margin-right: 16px;
}

.info {
  font-family:
    Arial,
    Helvetica,
    Verdana,
    Geneva sans-serif;
  line-height: 1.3;
  font-size: 16px;
}

.info__img {
  margin: auto;
  display: block;
  margin-bottom: 16px;
}

.button-link {
  display: block;
  margin: 1.8rem auto;
  padding: 15px 0;
  text-align: center;
  background-color: #dd2a30;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  transition: 0.3s;
  animation: blink 4s linear infinite;
}

.button-link:hover {
  transform: translateY(5px);
  color: #fff;
  background-color: #0067a3;
}

@media only screen and (min-width: 768px) {
  section {
    margin: 30px 0;
  }
}

ol li {
  counter-increment: custom-counter;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

.un-list-num > li::marker {
  font-weight: 600;
}

/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-display: swap;
  font-family: ABMonumentGrotesk-Bold750;
  font-weight: 100 900;
  src: url('../fonts/ABMonumentGrotesk-Bold750.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: ABMonumentGrotesk-Regular;
  font-weight: 400;
  src: url('../fonts/ABMonumentGrotesk-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: ABMonumentGrotesk-Bold;
  font-weight: 700;
  src: url('../fonts/ABMonumentGrotesk-Bold.woff2') format('woff2');
}

aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

b {
  font-weight: 700;
  font-family: ABMonumentGrotesk-Bold, sans-serif;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

html input[disabled] {
  cursor: default;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

body {
  color: #222;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family:
    ABMonumentGrotesk-Bold, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #222;
}

img {
  border: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: abicon;
  src: url('https://gfx.aftonbladet-cdn.se/abstrap/fonts/1.0.5/abicon/abicon.eot');
  src:
    url('https://gfx.aftonbladet-cdn.se/abstrap/fonts/1.0.5/abicon/abicon.eot?#iefix')
      format('embedded-opentype'),
    url('https://gfx.aftonbladet-cdn.se/abstrap/fonts/1.0.5/abicon/abicon.woff')
      format('woff'),
    url('https://gfx.aftonbladet-cdn.se/abstrap/fonts/1.0.5/abicon/abicon.ttf')
      format('truetype');
  font-weight: 400;
  font-style: normal;
  speak: none;
}

@-ms-viewport {
  width: device-width;
}

@font-face {
  font-family: AntiqOlivAbIta;
  src: url('https://gfx.aftonbladet-cdn.se/assets/fonts/streamers/NordAbWeb-RegularItalic.eot?48008');
  src:
    url('https://gfx.aftonbladet-cdn.se/assets/fonts/streamers/NordAbWeb-RegularItalic.eot?48008#iefix')
      format('embedded-opentype'),
    url('https://gfx.aftonbladet-cdn.se/assets/fonts/streamers/NordAbWeb-RegularItalic.woff?48008')
      format('woff'),
    url('https://gfx.aftonbladet-cdn.se/assets/fonts/streamers/NordAbWeb-RegularItalic.ttf?48008')
      format('truetype'),
    url('https://gfx.aftonbladet-cdn.se/assets/fonts/streamers/NordAbWeb-RegularItalic.svg?48008#svgFontName')
      format('svg');
}

a:hover img {
  opacity: 0.85;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.abThemeBgLight {
  background-color: #fff;
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (
  ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) or
    (-webkit-box-decoration-break: clone)
) {
}

@supports (display: grid) {
}

._2A1dE:not(:disabled) * {
  pointer-events: none;
}

._1Z9vy {
  border-radius: 24px;
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 6px;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: #dd2a30;
  font:
    400 14px/1.29 ABMonumentGrotesk-Bold750,
    Arial,
    Helvetica,
    Verdana,
    Geneva,
    sans-serif;
}

.header_date {
  color: #444444;
}
@media screen and (max-width: 1012px) {
  .header_date_container {
    display: none;
  }
}
.header_date_text {
  display: block;
  padding: 0;
  color: #444444;
  font-size: 11px;
  text-transform: none;
  font-weight: 100;
}

._3KEys {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
  white-space: nowrap;
  color: #fff;
}

._3KEys_black {
  color: #000;
}

@media only screen and (min-width: 590px) {
  ._3KEys {
    font-weight: 700;
  }
}

._10xGd {
  background: #ffeb18;
  border-color: #ffeb18;
}

._10xGd:active,
._10xGd:hover {
  background-color: #f3de00;
  border-color: #f3de00;
}

._2RTTe {
  position: relative;
  z-index: 101;
  margin: 0 auto;
}

._3lW80 {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation: Ub3uE 0.5s ease-in-out;
  animation: Ub3uE 0.5s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

._1MGPI {
  position: relative;
  width: 100%;
  max-width: 1294px;
  margin: 0 auto;
}

.e4Uu9 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  width: 100%;
}

.Srrbt {
  color: #666;
  font-size: 11px;
  font-weight: 700;
}

.Srrbt {
  text-transform: uppercase;
}

._2SCIm {
  height: 100%;
  padding: 10px 16px 9px;
  vertical-align: middle;
  width: 184px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

._2SCIm {
  box-sizing: border-box;
  -webkit-box-flex: 1;
}
.RpolJ_container {
  background-color: #dd2a30;
  padding-top: 44px;
}

@media (max-width: 768px) {
  .RpolJ_container {
    background-color: #fff;
  }
}

.RpolJ {
  margin: 0 auto;
  max-width: 1294px;
  width: 100%;
  display: flex;
  background-color: #dd2a30;
  justify-content: space-between;
}

.RpolJ_two_container {
  padding-bottom: 1px;
}

.RpolJ_two {
  margin: 0 auto;
  max-width: 1294px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 590px) {
  ._2SCIm {
    padding: 16px;
    width: 362px;
  }

  ._3ptSh {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1180px) {
  ._2SCIm {
    padding: 12px 16px;
  }
}

@-webkit-keyframes Ub3uE {
  0% {
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px);
    opacity: 0.5;
  }

  50% {
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes Ub3uE {
  0% {
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px);
    opacity: 0.5;
  }

  50% {
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

._1ykoV {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  gap: 16px;
}

._1noN2 {
  padding-right: 8px;
}

@media (max-width: 350px) {
  ._1noN2 {
    display: none;
  }
}

@media (min-width: 414px) {
  ._1noN2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 590px) {
  ._1noN2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search_container {
  display: flex;
  padding-left: 10px;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
}

.search_icon-blick {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

._34pzj {
  color: #fefefe;
  margin: 0;
  width: 532px;
  overflow-x: auto;
  /* overflow: hidden; */
  -ms-overflow-style: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 44px;
  scrollbar-width: thin;
}
.search_icon {
  margin-right: -16px;
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) {
  .search_icon {
    margin-right: 0px;
  }
}

.burger_icon {
  margin-top: 16px;
  margin-left: 10px;
  width: 18px;
  height: 14px;
}

._2PN35 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 0 11px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

._2PN30 {
  font-family:
    ABMonumentGrotesk-Bold, Arial, Helvetica, Verdana, Geneva, sans-serif;
}

._2PN35_bl {
  color: #000;
  font-family:
    ABMonumentGrotesk-Bold, Arial, Helvetica, Verdana, Geneva, sans-serif;
}

._2PN35_bl_line {
  color: rgba(0, 0, 0, 0.3);
  margin-top: 12px;
}

._2PN35_blc {
  color: #000;
  font-weight: 400;
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
}

._2PN35:first-of-type {
  padding-left: 16px;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  ._2PN35 {
    display: inline;
    padding: 14px;
  }
}

@supports ((display: grid)) {
}

@supports ((display: grid)) {
}

.header_fixed {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.red_line {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 4px;
  width: 100%;
  background-color: #dd2a30;
}
@media (max-width: 1023px) {
  ._2PN35--mobile {
    display: none;
  }
  .search_icon-blick {
    padding-right: 16px;
  }
}

@media (max-width: 650px) {
  .search_container {
    justify-content: flex-end;
    gap: 3rem;
  }

  ._34pzj {
    width: 100%;
  }
}

@media (max-width: 600px) {
  ._3KEys_black--none {
    display: none;
  }
}

._34pzj {
  scrollbar-width: none;
}

._34pzj::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.userbadge-root_f7c7 {
  align-items: center;
  display: flex;
}

.userbadge-root_f7c7 {
  height: 100%;
}

.userbadge-desktopLoginButton_f7c7,
.userbadge-mobileLoginButton_f7c7,
.userbadge-smallMobileLoginButton_f7c7 {
  align-items: center;
  display: flex;
}

.button-small_0f12.button-withIcon_0f12 {
  padding-left: 12px;
}

.button-default_0f12 {
  align-items: center;
  background: none;
  border: none;
  border-radius: 24px;
  color: var(--color-text-default);
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.button-small_0f12 {
  font:
    400 14px/1.29 ABMonumentGrotesk-Bold750,
    Arial,
    Helvetica,
    Verdana,
    Geneva,
    sans-serif;
  gap: 4px;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.hyperion-css-owblq31 {
  display: inline-block;
  vertical-align: middle;
  background-color: #cd3232;
  fill: #fff;
  border-radius: 50%;
}

.hyperion-css-owblq3 {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}

.button-small_0f12 svg {
  height: 16px;
  width: 16px;
}

.button-filled_0f12 {
  background-color: #dd2a30;
  border: 1px solid #dd2a30;
  color: #ffffff;
}

@media screen and (max-width: 589px) {
  .userbadge-desktopLoginButton_f7c7,
  .userbadge-smallMobileLoginButton_f7c7 {
    display: none;
  }
}

@media screen and (min-width: 590px) {
  .userbadge-mobileLoginButton_f7c7,
  .userbadge-smallMobileLoginButton_f7c7 {
    display: none;
  }
}

@media (min-width: 345px) and (max-width: 374px) {
  .userbadge-smallMobileLoginButton_f7c7 {
    display: flex;
  }

  .userbadge-desktopLoginButton_f7c7,
  .userbadge-mobileLoginButton_f7c7 {
    display: none;
  }
}

.button-small_0f12.button-iconOnly_0f12 {
  padding-left: 5px;
  padding-right: 5px;
}

.button-small_0f12.button-iconOnly_0f12 svg {
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 589px) {
  ._1ykoV {
    gap: 8px;
  }
}

figcaption {
  font-family:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;

  font-size: 14px;
  color: gray;
}

.fb-comment__text-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.comment-block-input__input {
  flex: 0 1 70%;
  border: none;
  outline: none;
  background-color: inherit;
  font-size: 16px;
}

.fb-post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;

  border-radius: 3px;
  font:
    400 14px/20px 'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
}

.fb-post a {
  font-weight: 500;
  color: #0067a3;
}

.fb-post a:hover {
  color: #dd2a30;
}

.comments-content__arr {
  border-left: 1px solid #dd2a30;
  padding: 12px;
}

.fb-comment__item-input {
  border: 1px solid #dddfe2;
  padding: 0.7rem;
}

.fb-comment__author-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fb-comment__author-time {
  display: block;
  margin-bottom: 0.4rem;
  color: #6e7780;
}

.fb-comment__avatar {
  position: relative;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 0 !important;
  pointer-events: none;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: top;
  margin: 10px 0;
  -webkit-box-align: top;
  -ms-flex-align: top;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.fb-comment__text {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* max-width: 440px; */
  width: 100%;
  margin: 0;

  border-radius: 18px;

  color: #1d2129;
}

.fb-comment__author {
  display: block;
  color: #26282a;
  font-weight: 600;
  text-decoration: none;
}

.fb-comment__author:hover {
  text-decoration: underline;
}

.fb-comment__react {
  color: #6e7780;
  font-weight: 400;
  text-decoration: none;
  pointer-events: none;
}

.fa-thumbs-down {
  margin-left: 0.5rem;
}

.fb-comment__react:after {
  content: '·';
  padding: 3px;
  color: #606770;
}

.fb-comment__posted {
  color: #606770;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px;
  }

  .fb-comment__text {
    max-width: 100%;
  }
}

img {
  padding: 0 !important;
}

@font-face {
  font-family: 'rbicon';
  src: url(chrome-extension://dipiagiiohfljcicegpgffpbnjmgjcnf/fonts/rbicon.woff2)
    format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Chart.js */

@font-face {
  font-family: 'rbicon';
  src: url(chrome-extension://dipiagiiohfljcicegpgffpbnjmgjcnf/fonts/rbicon.woff2)
    format('woff2');
  font-weight: normal;
  font-style: normal;
}

.fb-comment__screen {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-top: 10px;
  border-radius: 6px;
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.far,
.fas {
  font-family: 'Font Awesome 6 Free';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url(../fonts/fa-brands-400.woff2) format('woff2'),
    url(../fonts/fa-brands-400.ttf) format('truetype');
}
:host,
:root {
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url(../fonts/fa-regular-400.woff2) format('woff2'),
    url(../fonts/fa-regular-400.ttf) format('truetype');
}
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url(../fonts/fa-solid-900.woff2) format('woff2'),
    url(../fonts/fa-solid-900.ttf) format('truetype');
}
.fas {
  font-weight: 900;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src:
    url(../fonts/fa-brands-400.woff2) format('woff2'),
    url(../fonts/fa-brands-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src:
    url(../fonts/fa-solid-900.woff2) format('woff2'),
    url(../fonts/fa-solid-900.ttf) format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src:
    url(../fonts/fa-regular-400.woff2) format('woff2'),
    url(../fonts/fa-regular-400.ttf) format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url(../fonts/fa-solid-900.woff2) format('woff2'),
    url(../fonts/fa-solid-900.ttf) format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url(../fonts/fa-brands-400.woff2) format('woff2'),
    url(../fonts/fa-brands-400.ttf) format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url(../fonts/fa-regular-400.woff2) format('woff2'),
    url(../fonts/fa-regular-400.ttf) format('truetype');
  unicode-range:
    u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e,
    u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094,
    u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7,
    u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url(../fonts/fa-v4compatibility.woff2) format('woff2'),
    url(../fonts/fa-v4compatibility.ttf) format('truetype');
  unicode-range:
    u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090,
    u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b,
    u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163,
    u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono-Bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

/*==============RESET===================*/

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}

/*=========check styles=========*/

/*=========check mq=========*/

[data-zoomable] {
  position: relative;
  display: block;
  cursor: zoom-in;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

[data-zoomable]::after {
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #e11229;
  background-image: url(../img/lupa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari only */
  }
}

/* Fading animation */

.feedback {
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #eeeeee;
  background: rgba(0, 0, 255, 0.03);
  border-radius: 10px;
}

.feedback__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.feedback__photo {
  flex-shrink: 0;
  width: 115px;
  height: 115px;

  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 25%;
}

.feedback__description {
  flex: 1 1 250px;
  width: 100%;
}
.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

.feedback .feedback__position {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #787878;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .fb-comment__text {
    pointer-events: auto;
  }
}

.info *:not(h1, h2, h3, h4, h5) {
  font-family: Raleway, sans-serif !important;
}

@media (max-width: 991px) {
  .adv__row {
    display: none;
  }
  .row-comment {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.fb-comment__author:hover {
  text-decoration: none;
}
body {
  padding: 0px;
}

.numbered {
  list-style-type: decimal;
  margin-left: 20px;
}

.fb-comment__content {
  max-width: calc(100% - 40px);
}

.info__img {
  width: 100%;
}

.RpolJ_two_container {
  background-color: #f9fafb;
}

.RpolJ_two {
  background-color: #f9fafb;
}

.content ul {
  padding-left: 1px;
}

.content a {
  color: #e11229;
  font-weight: inherit;
}

.content a:hover {
  color: #007fff;
}

.header_fixed,
.red_line {
  max-width: 100vw;
  max-width: 100dvw;
}
