* {
  animation: auto ease 0s 1 normal none running none !important;
  transition: none !important;
}
@media (min-width: 1440px) {
  header.header-container .header-wrapper .main-menu-wrapper .menu-item {
    padding: 0px 15px;
  }
}

ol,
ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.button-banner-wrapper {
  display: flex;
  border-radius: 4px;
  font-family: "PT Sans", serif;
  font-weight: bold;
  line-height: 17px;
}

.button-banner-wrapper .button-text {
  white-space: nowrap;
}

.button-banner-wrapper .banner-link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.button-banner-wrapper {
  display: flex;
  border-radius: 4px;
  font-family: "PT Sans", serif;
  font-weight: bold;
}

.button-banner-wrapper .button-text {
  white-space: nowrap;
}

.button-banner-wrapper .banner-link {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.text {
  text-align: center;
}

@media (max-width: 1023px) {
  .text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  article .article-content .author-box .save-article-mb {
    display: flex;
  }
  article .article-content .author-box.single-author {
    justify-content: space-between;
  }
}

.reg__list {
  padding-left: 20px;
}

.reg__list {
  padding-left: 0px;
}

.reg__item {
  line-height: 30px;
  font-weight: normal;
  font-size: 22px;
}

.reg__item a {
  color: rgb(0, 127, 255);
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}

.reg__item a:hover {
  color: rgb(33, 149, 191);
}

:root {
  --swiper-theme-color: #cf2f32;
}

.form-wrap {
  background: rgb(244, 246, 250);
  border-radius: 12px;
  overflow: hidden;
  max-width: 560px;
  margin: 0px auto;
}
.form-header {
  background: rgb(15, 45, 107);
  padding: 22px 32px;
  text-align: center;
}
.form-header .form-title {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
}
.form-body {
  background: rgb(255, 255, 255);
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgb(224, 229, 235);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 12px;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-1 {
  margin-left: 50px;
}
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-2 {
  margin-left: 70px;
}
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-3 {
  margin-left: 100px;
}
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-4 {
  margin-left: 130px;
}
.d-comment-wrapper.level-1 .icon-diss,
.d-comment-wrapper.level-2 .icon-diss,
.d-comment-wrapper.level-3 .icon-diss,
.d-comment-wrapper.level-4 .icon-diss {
  height: 29px;
  left: -22px;
  position: absolute;
  top: 30px;
  width: 30px;
}
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-1,
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-2,
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-3,
.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-4 {
  padding-left: 0px;
}
.d-post {
  padding-left: 20px !important;
}
.uc-form-wrap {
  background: rgb(249, 249, 249);
  border: 1px solid rgb(224, 224, 224);
  border-radius: 6px;
  padding: 14px 16px 12px;
  margin: 0px 0px 18px;
}
.uc-form-title {
  font-size: 13px;
  font-weight: 600;
  color: rgb(85, 85, 85);
  margin-bottom: 8px;
}
.uc-name-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.uc-name-input {
  flex: 1 1 0%;
  padding: 7px 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
}
.uc-name-input:focus {
  outline: none;
  border-color: rgb(225, 31, 38);
}
.uc-textarea {
  width: 100%;
  min-height: 72px;
  padding: 8px 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
}
.uc-textarea:focus {
  outline: none;
  border-color: rgb(225, 31, 38);
}
.uc-btn-row {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}
.uc-submit-btn {
  background: rgb(225, 31, 38);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 4px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
.uc-submit-btn:hover {
  background: rgb(196, 25, 32);
}
.uc-reply-btn {
  background: none;
  border: none;
  color: rgb(197, 197, 197);
  font-size: 12px;
  cursor: pointer;
  padding: 0px 0px 0px 4px;
  font-family: inherit;
  margin-left: 2px;
}
.uc-reply-btn:hover {
  color: rgb(225, 31, 38);
  text-decoration: underline;
}
.header-container.tbl-explore-more-site-header {
  pointer-events: all;
}

/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/jizYRExUiTo99u79D0e0x8mI.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/jizaRExUiTo99u79D0-ExdGM.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/jizaRExUiTo99u79D0aExdGM.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/jizaRExUiTo99u79D0yExdGM.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/jizaRExUiTo99u79D0KExQ.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

body,
figure,
h1,
h3,
html,
li,
ol,
p,
textarea,
ul {
  margin: 0px;
  padding: 0px;
}

h1,
h3 {
  font-size: 100%;
}

ul {
  list-style: none;
}

button,
input,
textarea {
  margin: 0px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 20%;
}

*,
::after,
::before {
  box-sizing: inherit;
}

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

html {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

a,
a:hover {
  color: rgb(0, 0, 0);
}

a:hover {
  text-decoration: underline;
}

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

span {
  font-style: inherit;
  font-weight: inherit;
}

body {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-width: 320px;
}

body .page-container {
  position: relative;
}

main {
  margin-top: 10px;
}

@media (max-width: 767px) {
  main {
    margin-top: 0px;
  }
}

ul {
  list-style-type: none;
}

.container {
  display: flex;
  margin: 0px auto;
  max-width: 1220px;
  padding: 0px 10px;
  position: relative;
}

.container-full-flex {
  display: flex;
  max-width: 100%;
  position: relative;
}

.header-icon,
.rs-logo {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0px;
  text-indent: -99999px;
}

.rs-logo.rs-logo-aktuality-30 {
  background-image: url("/img/logo_aktuality.293b24e2.svg");
  height: 30px;
  width: 145.53px;
}

.tiny-clear {
  clear: both;
  content: "";
  display: block;
}

.rs-logo {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  font-size: 0px;
  text-indent: -99999px;
}

.rs-logo.rs-logo-aktuality-20 {
  height: 20px;
  width: 97.02px;
}

.rs-logo.rs-logo-aktuality-20.visible {
  background-image: url("/img/logo_aktuality.293b24e2.svg");
}

.rs-logo.rs-logo-aktuality-30 {
  height: 30px;
  width: 145.53px;
}

.section-row-1 {
  grid-row-start: 1;
}

@media (max-width: 767px) {
  .section-order--3 {
    order: -30;
  }
  .section-order--1 {
    order: -10;
  }
}

[class*=" icon-"]::before,
[class^="icon-"]::before {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: aktuality-new !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.icon-diss-bubble::before {
  content: "h";
}

.icon-external-icon::before {
  content: "i";
}

header.header-container {
  background-color: rgb(255, 255, 255);
  line-height: 26px;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 1001;
}

header.header-container .header-wrapper {
  align-items: center;
  background-color: rgb(255, 255, 255);
  height: 65px;
  justify-content: space-between;
  margin: 0px auto;
  max-width: 1440px;
  min-width: 0px;
  padding: 0px 1.5%;
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper {
    height: 60px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper {
    justify-content: space-between;
    padding: 0px 10px;
  }
}

header.header-container .header-wrapper .menu-dropdown {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 32px;
  left: 10px;
  padding: 8px 6px;
  position: absolute;
  width: 32px;
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper .menu-dropdown {
    display: block;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .menu-dropdown {
    left: 0px;
    position: relative;
    top: auto;
    transform: none;
  }
}

header.header-container .header-wrapper .menu-dropdown .menu-icon {
  background-image: url("/img/hamburger.b47e9395.svg");
  background-repeat: no-repeat;
  height: 15px;
  pointer-events: none;
  width: 15px;
}

header.header-container .header-wrapper .header-logo-wrapper {
  flex-shrink: 0;
  font-size: 0px;
  padding-right: 30px;
}

header.header-container .header-wrapper .header-logo-wrapper .rs-logo {
  background-position: 50% center;
  display: block;
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .header-logo-wrapper .rs-logo {
    height: auto;
    max-width: 106px;
  }
}

@media (max-width: 1023px) {
  header.header-container .header-wrapper .header-logo-wrapper {
    padding-right: 0px;
  }
}

header.header-container .header-wrapper .flex-wrapper {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  min-width: 0px;
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .flex-wrapper {
    display: none;
  }
}

header.header-container .header-wrapper .main-menu-wrapper {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

header.header-container .header-wrapper .main-menu-wrapper .menu-item {
  align-items: center;
  display: flex;
  padding: 0px 12px;
  position: relative;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link {
  cursor: pointer;
  display: block;
  font-size: 0px;
  position: relative;
  text-transform: uppercase;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link
  .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link
  .arrow-down-icon {
  display: none;
  height: 6px;
  margin-left: 3px;
  position: relative;
  top: 10px;
  vertical-align: top;
  width: 11px;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link
  .triangle {
  bottom: -80%;
  display: none;
  left: 50%;
  transform: translateX(-70%);
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link.more
  .arrow-down-icon {
  display: inline-block;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:active,
header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:hover {
  text-decoration: none;
}

header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:active
  .text,
header.header-container
  .header-wrapper
  .main-menu-wrapper
  .menu-item
  .menu-link:hover
  .text {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  header.header-container .header-wrapper .main-menu-wrapper .menu-item {
    padding: 0px 18px;
  }
}

@media (max-width: 1280px) {
  header.header-container .header-wrapper .header-premium-button-container {
    margin-top: 0px;
    position: absolute;
    right: 120px;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .header-premium-button-container {
    position: relative;
    right: unset;
  }
}

header.header-container
  .header-wrapper
  .header-premium-button-container
  .button-banner-wrapper:hover {
  background-color: rgb(236, 199, 0) !important;
}

@media (max-width: 767px) {
  header.header-container
    .header-wrapper
    .header-premium-button-container
    .button-banner-wrapper {
    height: 30px !important;
    width: 85px !important;
  }
}

header.header-container
  .header-wrapper
  .header-premium-button-container
  .banner-link:hover {
  text-decoration: none;
}

header.header-container .header-wrapper .right-menu-wrapper {
  flex-shrink: 0;
  height: 35px;
  padding-left: 20px;
  width: 134px;
}

@media (max-width: 1280px) {
  header.header-container .header-wrapper .right-menu-wrapper {
    height: auto;
    padding-left: 0px;
    position: absolute;
    right: 10px;
    width: auto;
  }
}

@media (max-width: 767px) {
  header.header-container .header-wrapper .right-menu-wrapper {
    padding-right: 5px;
    position: relative;
    right: 0px;
  }
}

header .more-item-wrapper {
  padding: 0px 11.5px;
  position: relative;
}

header .more-item-wrapper .menu-link {
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: none;
  font-size: 0px;
  min-width: 45px;
  text-transform: uppercase;
  vertical-align: top;
}

header .more-item-wrapper .menu-link .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

header .more-item-wrapper .menu-link .arrow-down-icon {
  display: inline-block;
  height: 6px;
  margin-left: 3px;
  position: relative;
  top: 10px;
  vertical-align: top;
  width: 11px;
}

header .more-item-wrapper .menu-link.show {
  display: inline-block;
}

header .more-item-wrapper .menu-link:active,
header .more-item-wrapper .menu-link:hover {
  text-decoration: none;
}

header .more-item-wrapper .menu-link:active .text,
header .more-item-wrapper .menu-link:hover .text {
  text-decoration: underline;
}

header.header-container .menu-container {
  background: linear-gradient(90deg, rgb(43, 49, 56), rgb(53, 61, 69) 75%);
  height: 35px;
}

header.header-container .menu-container .menu-wrapper {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  min-width: 0px;
}

header.header-container .menu-container .menu-wrapper .menu-list {
  align-items: center;
  display: flex;
  height: 100%;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.manual-list
  .menu-item {
  min-width: 0px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.manual-list
  .menu-item:first-child {
  padding-left: 0px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.manual-list
  .menu-item:last-child {
  padding-right: 0px;
}

@media (max-width: 767px) {
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list.manual-list
    .menu-item {
    white-space: nowrap;
  }
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list.manual-list
    .menu-item:first-child {
    flex: 0 0 auto;
  }
}

@media (max-width: 1023px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list {
    flex-grow: 1;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.manual-list {
    overflow: hidden;
    padding-left: 0px;
  }
}

header.header-container .menu-container .menu-wrapper .menu-list.utils-list {
  background-color: rgb(53, 61, 69);
}

@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list.utils-list {
    display: none;
  }
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list.utils-list
  .menu-item:first-of-type {
  border-left: 1px solid rgb(82, 95, 109);
  margin-left: 12px;
}

@media (max-width: 767px) {
  header.header-container .menu-container .menu-wrapper .menu-list {
    flex-grow: 1;
  }
  header.header-container
    .menu-container
    .menu-wrapper
    .menu-list
    .menu-item
    .menu-link
    .text {
    font-size: 12px;
  }
}

header.header-container .menu-container .menu-wrapper .menu-list .menu-item {
  align-items: center;
  border-left: 1px solid rgb(82, 95, 109);
  display: flex;
  padding: 0px 12px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link {
  align-items: center;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 0px;
  font-weight: 700;
  line-height: 15px;
  min-width: 0px;
  position: relative;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.aktuality-tag-icon {
  height: 10px;
  width: 7px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.char-a-icon {
  height: 10px;
  width: 7px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.microphone-icon {
  height: 13px;
  width: 9px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.tv-icon {
  height: 13px;
  width: 14px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.star-icon {
  height: 14px;
  width: 14px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .menu-icon.camera-icon {
  height: 8px;
  width: 13px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .circle {
  background-color: rgb(206, 48, 49);
  border-radius: 50%;
  display: none;
  height: 6px;
  margin-right: 6px;
  vertical-align: middle;
  width: 6px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .text {
  display: inline-block;
  font-size: 13px;
  margin-bottom: -1px;
  vertical-align: bottom;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item
  .menu-link
  .text:hover {
  text-decoration: underline;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item:first-of-type
  .menu-link
  .circle {
  display: inline-block;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item:first-of-type {
  border-left: 0px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item.search {
  margin-left: 30px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item.search
  .search-icon {
  height: 13px;
  width: 13px;
}

header.header-container
  .menu-container
  .menu-wrapper
  .menu-list
  .menu-item.search
  .search-icon:hover {
  text-decoration: none;
}

.menu-arrow-triangle {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(43, 49, 56);
  border-image: initial;
  border-radius: 2px;
  border-width: 0px 17px 10px;
  bottom: -2px;
  content: "";
  display: none;
  height: 0px;
  left: 30px;
  pointer-events: none;
  position: absolute;
  width: 0px;
}

.footer .first-row-container {
  align-items: center;
  background-color: rgb(43, 49, 56);
  display: flex;
  justify-content: center;
  min-width: 0px;
  padding: 0px 10px;
}

.footer .first-row-container .first-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  min-width: 0px;
  overflow: hidden;
}

.footer .first-row-container .first-row-wrapper .first-row-link {
  margin: 10px 10px 0px;
}

.footer
  .first-row-container
  .first-row-wrapper
  .first-row-link
  .first-row-link-item {
  color: rgb(255, 255, 255);
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}

.footer .third-row-container {
  display: flex;
  flex-direction: column;
  height: 135px;
  justify-content: space-evenly;
}

.footer .third-row-container .third-row-wrapper {
  text-align: center;
}

.footer .third-row-container .third-row-wrapper .disclaimer-text {
  font-family: "PT Sans", sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.footer {
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
  }
}

.actual-topic-container {
  border-bottom: 1px solid rgb(240, 242, 244);
  border-top: 1px solid rgb(240, 242, 244);
  margin-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .actual-topic-container {
    border-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

.actual-topic-container .head-title {
}

.actual-topic-container .actual-topic-item {
  margin-bottom: 20px;
}

.actual-topic-container .actual-topic-item .article-image {
  display: block;
  margin-bottom: 10px;
}

.actual-topic-container .actual-topic-item .article-title {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.actual-topic-container .actual-topic-item .article-title:visited {
  color: grey;
}

.most-read-container .most-read-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .most-read-container .most-read-title {
    font-size: 20px;
  }
}

.most-read-container .most-read-selector {
  width: 100%;
}

.most-read-container .most-read-selector button {
  background-color: transparent;
}

.most-read-container .most-read-selector .first-line {
  margin-top: 12px;
}

.most-read-container .most-read-selector .first-line .selector-btn {
  border: 1px solid rgb(237, 237, 237);
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding: 6px 0px;
  text-align: center;
  width: 50%;
}

.most-read-container .most-read-selector .first-line .selector-btn.active,
.most-read-container .most-read-selector .first-line .selector-btn:hover {
  color: rgb(207, 47, 50);
}

.most-read-container .most-read-selector .second-line {
  border-bottom: 1px solid rgb(237, 237, 237);
}

.most-read-container .most-read-selector .second-line .selector-btn {
  color: rgb(0, 0, 0);
  padding: 8px 0px;
  text-align: center;
  width: 25%;
}

.most-read-container .most-read-selector .second-line .selector-btn.active {
  border-bottom: 3px solid rgb(207, 47, 50);
}

.most-read-container .most-read-selector .second-line .selector-btn:hover {
  color: rgb(207, 47, 50);
}

.most-read-container .most-read-articles-list {
  color: rgb(0, 0, 0);
  padding: 10px 10px 0px 25px;
}

.most-read-container .most-read-articles-list .most-read-articles-list-item {
  padding: 0px 0px 5px 5px;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item:first-child {
  font-weight: 700;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper {
  display: inline-flex;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0px;
  height: calc(100% - 3px);
  line-height: 0;
  padding-top: 3px;
  width: 100%;
}

@media (min-width: 1220px) {
  .most-read-container
    .most-read-articles-list
    .most-read-articles-list-item
    .list-item-wrapper
    .list-item-cut {
    -webkit-line-clamp: 3;
  }
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  > :not(:last-child) {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
  vertical-align: top;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text {
  font-size: 16px;
  line-height: 20px;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item::marker {
  color: rgb(0, 0, 0);
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text:hover {
  color: inherit;
}

.most-read-container
  .most-read-articles-list
  .most-read-articles-list-item
  .list-item-wrapper
  .list-item-cut
  .cutted-text:visited {
  color: grey;
}

.c-badge {
  border-radius: 3px;
  display: inline-flex;
  height: 20px;
  width: 75px;
}

.c-badge,
.c-badge:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.c-badge:focus {
  outline: none;
}

.c-badge.small {
  height: 16px;
  width: 58px;
}

.c-badge--premium {
  background-color: gold;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 2px;
  vertical-align: top;
}

body .page-wrapper.page-wrapper-right-side {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side {
    flex-wrap: nowrap;
  }
}

body .page-wrapper.page-wrapper-right-side .side-section {
  display: block;
}

@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side .side-section {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  body .page-wrapper.page-wrapper-right-side .side-section {
    width: 300px;
  }
}

article,
aside,
b,
body,
cite,
div,
figure,
footer,
h1,
h3,
header,
html,
i,
img,
li,
nav,
ol,
p,
span,
ul {
  border: 0px;
  font-size: 100%;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
}

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

nav ul {
  list-style: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

nav li,
nav ul {
  margin: 0px;
}

textarea {
  overflow: auto;
}

button {
  cursor: pointer;
}

button,
input,
textarea {
  margin: 0px;
}

:focus,
a {
  outline: none;
}

a {
  color: rgb(0, 0, 0);
  cursor: pointer;
  text-decoration: none;
}

a:active {
  text-decoration: none !important;
}

a:hover {
  outline: none;
  text-decoration: underline;
}

h1,
h3,
p,
ul {
  border: 0px;
  text-align: left;
}

button {
  border: 0px;
  text-align: center;
}

button:hover {
  cursor: pointer;
}

cite {
  font-style: italic;
}

ol,
ul {
  text-align: left;
}

body,
input {
  font: 12px Arial;
}

body {
  color: rgb(34, 34, 34);
  -webkit-font-smoothing: antialiased;
}

article,
footer,
header,
nav {
  display: block;
}

p {
  margin-bottom: 1em;
}

.hidden {
  display: none;
}

.tiny-clear {
  clear: both;
  display: block;
  height: 1px;
  font: 1px / 1px Tahoma;
  margin: -1px 0px 0px;
  padding: 0px;
  width: auto;
}

.disable-selection {
  user-select: none;
}

.pointer {
  cursor: pointer;
}

.mb10 {
  margin-bottom: 10px;
}

.pl5 {
  padding-left: 5px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .xs-hidden {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body .page-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.side-section {
  position: relative;
}

@media (min-width: 1024px) {
  body .page-wrapper {
    display: table;
    width: 100%;
  }
  body .page-wrapper.page-wrapper-right-side {
    display: flex;
  }
  body .page-wrapper.page-wrapper-right-side .side-section {
    flex: 0 0 300px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body .page-wrapper {
    display: flex;
  }
  body .page-wrapper .side-section {
    flex: 0 0 300px;
    height: auto;
  }
}

.primary-transparent-button {
  background-color: transparent;
  border: 4px solid rgb(232, 237, 240);
  border-radius: 6px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  line-height: 44px;
  padding: 0px 30px;
  text-align: center;
}

body {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  min-width: 320px;
  padding: 0px;
}

body .page-container {
  left: 0px;
  position: relative;
  transition: 0.3s ease-in-out;
}

body .page-container .container-full {
  display: block;
  max-width: 100%;
  position: relative;
}

body .page-container .container-center {
  animation: 1s ease 0s 0 normal none running slidein;
  float: none;
  margin: 0px auto;
  max-width: 1220px;
  padding: 0px 10px;
  position: relative;
}

.image-wrapper {
  display: block;
  line-height: 0;
}

.image-wrapper .image {
  display: block;
  width: 100%;
}

.article-image {
  display: block;
  position: relative;
}

.article-title {
  color: rgb(0, 0, 0);
  font-family: Heuristica, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.head-title {
  color: rgb(207, 47, 50);
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.list {
  font-size: 0px;
  list-style-type: none;
  text-align: left;
}

.list .list-item {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: top;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.breadcrumbs-widget {
  align-items: center;
  color: rgb(163, 163, 163);
  display: flex;
  flex-flow: row;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}

.breadcrumbs-widget::-webkit-scrollbar-track {
  border-radius: 4px;
}

.breadcrumbs-widget::-webkit-scrollbar {
  background: transparent;
  height: 0px;
  width: 0px;
}

.breadcrumbs-widget::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .breadcrumbs-widget {
    margin-top: 10px;
    padding-bottom: 4px;
  }
}

.breadcrumbs-widget span {
  color: rgb(163, 163, 163);
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
}

article {
  font-family: "PT Sans", sans-serif;
  max-width: 800px;
}

@media (max-width: 767px) {
  article {
    width: 100%;
  }
}

article ul {
  list-style: initial;
}

article .head-info-wrapper {
  font-size: 14px;
  line-height: 16px;
}

article .head-info-wrapper .headinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  row-gap: 6px;
}

article .head-info-wrapper .headinfo .date {
  border-left: 1px solid rgb(0, 0, 0);
  margin-right: 12px;
  padding-left: 12px;
}

article .head-info-wrapper .headinfo .breadcrumbs .item {
  color: rgb(207, 47, 50);
  display: inline-block;
  margin-right: 12px;
}

article .head-info-wrapper .mobile {
  display: none;
}

@media (max-width: 767px) {
  article .head-info-wrapper .mobile {
    display: inline-block;
  }
}

article .head-info-wrapper .desktop {
  display: inline-block;
}

@media (max-width: 767px) {
  article .head-info-wrapper .desktop {
    display: none;
  }
}

article .head-info-wrapper .time-to-read {
  border-left: 1px solid rgb(0, 0, 0);
  max-height: 16px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  article .head-info-wrapper .time-to-read {
    border-left: none;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

article h1 {
  color: rgb(0, 0, 0);
  font-family: Heuristica, serif;
}

article .article-headline-wrapper h1 {
  display: inline;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  article .article-headline-wrapper h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  article .article-headline-wrapper h1 {
    font-size: 33px;
    line-height: 35px;
  }
}

article ul {
  list-style: none;
  margin-bottom: 10px;
}

article ul li {
  padding-bottom: 8px;
  position: relative;
}

article ul li::before {
  content: "●";
  font-size: 14px;
  margin-left: -15px;
  position: absolute;
  top: 0px;
}

article ol li::marker {
  font-weight: 700;
}

article .article-content .author-box-wrapper {
  overflow: hidden;
}

@media (min-width: 1024px) {
  article .article-content .author-box-wrapper {
    overflow: visible;
  }
}

article .article-content .author-box {
  display: flex;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  article .article-content .author-box {
    border-right: 1px solid rgb(229, 229, 229);
    display: block;
    float: left;
    padding-right: 28px;
  }
}

article .article-content .author-box.single-author {
  align-items: center;
}

article .article-content .author-box.single-author .name {
  margin-left: 10px;
}

article .article-content .author-box .author {
  align-items: center;
  display: flex;
  flex-direction: row;
  max-width: 145px;
}

@media (min-width: 1024px) {
  article .article-content .author-box .author {
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
    width: 80px;
  }
}

article .article-content .author-box .author .image-wrapper {
  margin: 0px auto;
  min-height: 60px;
  min-width: 60px;
}

@media (min-width: 1024px) {
  article .article-content .author-box .author .image-wrapper {
    min-height: 70px;
    min-width: 70px;
  }
}

article .article-content .author-box .author .image-wrapper img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

@media (min-width: 1024px) {
  article .article-content .author-box .author .image-wrapper img {
    height: 70px;
    width: 70px;
  }
}

article .article-content .author-box .author .name {
  color: rgb(207, 47, 50);
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 1024px) {
  article .article-content .author-box .author .name {
    margin-left: 0px;
    padding: 0px;
  }
}

article .article-content .author-box .save-article {
  align-items: center;
  background-color: rgb(230, 230, 230);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 14px;
  margin-top: 15px;
  min-height: 40px;
  padding: 10px 0px;
}

article .article-content .author-box .save-article svg {
  height: 16px;
  width: 16px;
}

article .article-content .author-box .save-article:hover {
  background-color: rgb(46, 51, 58);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

article .article-content .author-box .save-article:hover svg path {
  fill: rgb(255, 255, 255);
}

@media (max-width: 1023px) {
  article .article-content .author-box .save-article {
    flex-direction: row;
    margin-left: 15px;
    margin-top: 0px;
    padding: 0px 8px;
  }
  article .article-content .author-box .save-article svg {
    flex-shrink: 0;
  }
  article .article-content .author-box .save-article .text {
    margin: 6px 8px;
  }
}

@media (max-width: 767px) {
  article .article-content .author-box .save-article {
    display: none;
  }
}

article .article-content .fulltext {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  article .article-content .fulltext {
    line-height: 28px;
  }
}

article .article-content .fulltext a {
  color: rgb(225, 18, 41);
  text-decoration: underline;
}

article .article-content .fulltext a:hover {
  color: rgb(0, 127, 255);
  text-decoration: underline;
}

article .article-content .bottom-social-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  article .article-content .bottom-social-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

article .article-content .bottom-social-wrapper .share-button-wrapper {
  margin-right: 6px;
}

@media (min-width: 320px) {
  article {
    max-width: 100%;
    padding: 0px 5px;
  }
}

@media (min-width: 1024px) {
  article .article-content .fulltext {
    margin-left: 160px;
  }
}

.box-title {
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0px 20px;
  text-transform: uppercase;
}

.social {
  display: flex;
}

.social .text-diss {
  display: inline-block;
}

.social .primary-transparent-button {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  color: rgb(0, 0, 0);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  line-height: 24px;
  margin-right: 5px;
  min-width: 30px;
  padding: 0px 5px;
  white-space: nowrap;
  width: auto;
}

.social .primary-transparent-button:hover {
  text-decoration: none;
}

.social .primary-transparent-button::before {
  font-size: 14px;
}

@media (min-width: 480px) {
  .social .primary-transparent-button {
    padding-left: 6px;
  }
}

.social .suggestion-btn {
  color: rgb(163, 163, 163);
  line-height: 30px;
  padding-bottom: 1px;
}

.social .suggestion-btn .icon-external-icon {
  padding: 0px 5px;
}

.social .diss {
  height: 30px;
}

.social .diss.icon-diss-bubble::before {
  color: rgb(204, 204, 204);
}

.social .diss .title {
  color: rgb(207, 47, 50);
  margin-left: 5px;
}

.social.bottom-social {
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .social.bottom-social {
    margin-left: 160px;
  }
}

@media (max-width: 479px) {
  .social.bottom-social {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .social.bottom-social .diss {
    padding-left: 4px;
    padding-right: 4px;
  }
  .social.bottom-social .text-diss {
    display: none;
  }
}

.bottom-options {
  margin-bottom: 10px;
  margin-top: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .bottom-options {
    border-top: 1px solid rgb(211, 211, 211);
    padding-top: 15px;
  }
}

.bottom-options ul.sources {
  display: inline-block;
  list-style: none;
}

.bottom-options ul.sources li {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.bottom-options ul.sources li span {
  color: rgb(137, 137, 137);
}

.source_bottom_options .bottom-options {
  border: 0px;
  margin: -5px 0px 0px;
  padding: 0px;
}

@media (min-width: 768px) {
  .source_bottom_options .bottom-options {
    margin: 0px;
  }
}

body .page-wrapper.article-wrapper {
  gap: 20px 0px;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 300px;
  grid-template-rows: minmax(0px, 1fr) auto;
}

@media (max-width: 767px) {
  body .page-wrapper.article-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  body .page-wrapper.article-wrapper {
    column-gap: 20px;
  }
}

body .page-wrapper.article-wrapper .side-section {
  grid-row-end: none;
}

@media (max-width: 479px) {
  body .page-wrapper {
    overflow: hidden;
  }
}

.share-button[data-v-a640a9cc] {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 30px;
  padding: 5px 8px;
}

.share-icon[data-v-a640a9cc] {
  background: url("/img/1efa326faf91fb8941c2c1dc411841e9defd8ea1.svg") 50%
    center no-repeat;
  filter: none;
  height: 12px;
  margin-right: 8px;
  width: 14px;
}

.share-text-mobile[data-v-a640a9cc],
.share-text[data-v-a640a9cc] {
  color: rgb(0, 0, 0);
  font-family: "PT Sans";
  font-size: 12px;
  font-weight: 700;
}

.share-text-mobile[data-v-a640a9cc] {
  display: none;
}

.share-button-wrapper[data-v-644aecbd] {
  position: relative;
}

.d-comment-wrapper.level-1 .icon-diss {
  height: 29px;
  left: 20px;
  position: absolute;
  top: 30px;
  width: 30px;
}

.discussion-wrapper .d-anchor-wrapper {
  position: relative;
}

.discussion-wrapper .discussion-add-wrapper {
  border-bottom: 1px solid rgb(227, 227, 227);
  border-top: 0px;
  margin: 30px 0px;
  padding-bottom: 15px;
  width: 100%;
}

.discussion-wrapper .d-comments-wrapper {
  margin-top: 20px;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper {
  border-bottom: 1px dotted rgb(204, 204, 204);
  clear: both;
  font-size: 14px;
  padding: 5px 0px;
  position: relative;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper.level-1 {
  margin-left: 30px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper.level-1
  .d-post
  .user-img-wrapper
  .user-img
  figure {
  border-radius: 50%;
  height: 52px;
  width: 52px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper.level-1
  .d-post
  .user-img-wrapper
  .user-img
  figure
  img {
  height: 52px;
  width: 52px;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-post {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 20px;
  position: relative;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .user-img-wrapper {
  float: left;
  margin-right: 20px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .user-img-wrapper
  .user-img {
  display: inline-block;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .user-img-wrapper
  .user-img
  figure {
  border-radius: 50%;
  height: 52px;
  overflow: hidden;
  width: 52px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .user-img-wrapper
  .user-img
  figure
  img {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-post .head .date {
  color: rgb(197, 197, 197);
  font-size: 12px;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-post .head .sep {
  color: rgb(197, 197, 197);
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin: 0px 10px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .head
  .button-wrapper {
  display: block;
  text-align: right;
}

@media (max-width: 600px) {
  .discussion-wrapper
    .d-comments-wrapper
    .d-comment-wrapper
    .d-post
    .head
    .button-wrapper {
    padding-top: 5px;
  }
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .head
  .button-wrapper
  .date {
  display: inline-block;
  margin-bottom: 8px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .head
  .button-wrapper
  .d-buttons {
  display: inline;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .d-post
  .head
  .button-wrapper
  .d-buttons
  .d-like-box {
  display: inline-block;
  margin-bottom: 10px;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .username {
  color: rgb(218, 44, 42);
  float: left;
  margin-right: 20px;
}

.discussion-wrapper
  .d-comments-wrapper
  .d-comment-wrapper
  .username.no-link:hover {
  cursor: default;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-btn {
  background-color: rgb(197, 197, 197);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0px 10px;
  text-align: center;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-btn i {
  display: none;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-body {
  clear: right;
}

@media (min-width: 1024px) {
  .discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-body {
    margin-left: 72px;
  }
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-body span {
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .discussion-wrapper
    .d-comments-wrapper
    .d-comment-wrapper
    .d-post
    .head
    .button-wrapper
    .d-buttons {
    display: block;
  }
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

b {
  font-weight: bolder;
}

.small {
  font-size: 0.875em;
}

a {
  color: rgb(13, 110, 253);
  text-decoration: underline;
}

a:hover {
  color: rgb(10, 88, 202);
}

figure {
  margin: 0px 0px 1rem;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline: 0px;
}

button,
input,
textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button {
  appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0px;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0px;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: rgb(33, 37, 41);
  background-color: rgb(233, 236, 239);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  border-inline-end-width: 1px;
  border-radius: 0px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221, 224, 227);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221, 224, 227);
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221, 224, 227);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space: nowrap !important;
  border: 0px !important;
}

.visible {
  visibility: visible !important;
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}

: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("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/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("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
}

: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("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src:
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src:
    url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src:
    url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src:
    url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/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("../webfonts/fa-v4compatibility.woff2") format("woff2"),
    url("../webfonts/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: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

:root {
  --swiper-navigation-size: 44px;
}

.pointer {
  pointer-events: none;
}

.content-img {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .hidden-mobile {
    display: none !important;
  }
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-btn i {
  color: rgb(53, 176, 63);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-right: 6px;
}

.discussion-wrapper .d-comments-wrapper .d-comment-wrapper .d-btn {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  height: auto;
  padding: 5px 10px;
}

.d-dislike i {
  color: rgb(207, 47, 50) !important;
}

.d-comments-count-wraper {
  color: rgb(207, 47, 50);
  font-family: Heuristica, serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}

.d-comment-wrapper.level-1 .d-post {
  padding-left: 80px;
}

.fulltext p {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .fulltext p {
    font-size: 20px;
    line-height: 30px;
  }
}

ol {
  font-size: 21px;
  line-height: 32px;
  margin: 15px;
}

.reg__list {
  max-width: 100%;
  list-style-type: none;
  counter-reset: list 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--p-mb, 1.6470588235em);
}

.reg__item {
  background: rgb(221, 223, 226);
  border-radius: 10px;
  padding: 5px 20px;
  border-left: 2px solid rgb(225, 18, 41);
  border-right: 2px solid rgb(225, 18, 41);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px;
}

.reg__item::before {
  counter-increment: list 1;
  content: counter(list);
  color: rgb(225, 18, 41);
  border: 1px solid rgb(225, 18, 41);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 1 / 1;
  background: none;
  height: 35px;
  position: static;
  transform: none !important;
}

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

.action {
  color: rgb(83, 100, 113);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}

:root {
  --ff-fb: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-tw:
    "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: 0px auto;
  padding: 0px;
  pointer-events: none;
  user-select: none;
}

.widget,
.widget *,
.widget::before,
.widget::after {
  box-sizing: border-box;
}

.widget:not(:last-child) {
  margin-bottom: 10px;
}

.widget.widget--tw {
  --ff-main: var(--ff-tw);
  --font-size: 14px;
  --secondary-color: #536471;
  --border-radius: 20px;
}

.widget .widget__body {
  padding: 12px 16px 16px;
  font-family: var(--ff-main), Arial, sans-serif;
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.widget .widget__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px;
  padding-right: 15px;
  justify-content: flex-start;
}

.widget .widget__dots {
  position: absolute;
  top: 12px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: var(--secondary-color);
}

.widget .widget__dots svg {
  width: 100%;
  height: 100%;
}

.widget .widget__avatar {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
}

.widget .widget__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.widget .widget__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.widget .widget__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.widget .widget__name {
  margin: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--name-color);
}

.widget--tw .widget__username::after {
  content: "·";
  margin-left: 5px;
  font-weight: 600;
  color: var(--secondary-color);
}

.widget .widget__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary-color);
}

.widget .widget__block {
  margin: 0px;
  line-height: 1;
}

.widget .widget__username {
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary-color);
}

.widget .widget__main {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.widget .widget__main p {
  margin: 8px 0px 0px;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 1.33;
  word-break: break-word;
}

.widget__footer {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: var(--secondary-color);
}

.widget .widget__cite {
  margin-top: 10px;
  padding: 5px 0px 5px 20px;
  font-size: 16px;
  color: var(--cite-color);
}

.widget .actions-block {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.widget--tw .actions-block {
  align-items: center;
  width: 100%;
}

.widget .action {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0px;
  font-size: 13px;
  line-height: 1.33;
  color: var(--secondary-color);
}

.widget .action span {
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-weight: 400;
  color: var(--secondary-color);
}

.widget--tw .action span {
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-weight: 400;
  color: var(--secondary-color);
}

.widget .action-desktop {
  display: none;
}

.action + .action {
  margin-left: 5px;
}

@media (min-width: 660px) {
  .widget--tw .widget__main,
  .widget--tw .widget__footer {
    margin-left: 48px;
  }
  .widget .action-mobile {
    display: none;
  }
  .widget .action-desktop {
    display: flex;
  }
  .action + .action {
    margin-left: 15px;
  }
}

.widget__cite {
  display: inline-block;
  padding: 5px 0px 5px 20px;
  font-size: 18px;
  line-height: 24px;
  color: rgb(102, 102, 102);
  font-family: Mundo, "Times New Roman", Times, serif;
  margin-bottom: 1rem;
}

.icon-verified {
  width: 20px;
  height: 20px;
}

.icon-verified path {
  fill: rgb(29, 155, 240);
}

.x-logo {
  width: 15px;
  height: 15px;
}

.widget .widget__cite {
  font-size: 18px;
}

.widget__header {
  padding: 0px;
}

.widget__cite {
  font-style: italic;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url(bd95ef49b665a571ca04.webp?v=1);
  --iti-path-flags-2x: url(bea0200ba7ea874b359f.webp?v1=);
  --iti-path-globe-1x: url(7fb216c936a98b90918e.webp?v1=);
  --iti-path-globe-2x: url(5dc7e51d6b5d42fc2be4.webp?v1=);
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.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);
}

.cross-menu-container {
  background-color: rgb(0, 0, 0);
  font-family: "PT Sans", sans-serif;
  font-size: 0px;
  height: 30px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .cross-menu-container {
    height: 35px;
  }
}

.cross-menu-container .cross-menu-list {
  text-align: center;
}

.cross-menu-container .cross-menu-list .projects-wrapper {
  display: inline-block;
  list-style-type: none;
  padding-right: 155px;
}

@media (max-width: 1023px) {
  .cross-menu-container .cross-menu-list .projects-wrapper {
    background-color: rgb(18, 18, 18);
    display: none;
    left: 0px;
    padding: 15px 0px 0px 15px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cross-menu-container .cross-menu-list {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.cross-menu-container .cross-menu-list .list-item {
  border-right: 1px solid rgb(26, 27, 28);
  display: inline-block;
  padding: 0px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.cross-menu-container .cross-menu-list .list-item .cross-link {
  color: rgb(166, 166, 166);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 1px;
  text-transform: uppercase;
}

.cross-menu-container .cross-menu-list .list-item .cross-link.current-project {
  color: rgb(255, 255, 255);
}

.cross-menu-container .cross-menu-list .list-item .triangle {
  border-color: transparent transparent rgb(255, 255, 255);
  border-style: solid;
  border-width: 0px 9.5px 6px;
  bottom: -1px;
  height: 0px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0px;
}

.cross-menu-container .cross-menu-list .list-item.nob {
  border-right: 0px;
}

@media (max-width: 1023px) {
  .cross-menu-container .cross-menu-list .list-item {
    border-right: 0px;
    padding: 0px 20px 10px 0px;
  }
  .cross-menu-container .cross-menu-list .list-item .cross-link {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
  .cross-menu-container .cross-menu-list .list-item .triangle {
    display: none;
  }
}

@media (max-width: 767px) {
  .cross-menu-container .cross-menu-list .list-item {
    padding: 0px 17px 10px 0px;
  }
  .cross-menu-container .cross-menu-list .list-item .cross-link {
    font-size: 12px;
  }
}

.cross-menu-container .cross-menu-list .util-item {
  border-right: 1px solid rgb(26, 27, 28);
  padding: 0px 16px;
}

@media (max-width: 767px) {
  .cross-menu-container .cross-menu-list .util-item {
    flex-grow: 2;
    padding: 0px;
  }
}

.cross-menu-container .cross-menu-list .mobile-submenu-wrapper {
  border-left: 1px solid rgb(26, 27, 28);
  display: inline-block;
  height: 35px;
  vertical-align: top;
}

.cross-menu-container
  .cross-menu-list
  .mobile-submenu-wrapper
  .arrow-down-icon {
  background-position: 50% center;
  background-repeat: no-repeat;
  display: block;
  height: 6px;
  margin-top: 12.5px;
  padding: 0px 15px;
  vertical-align: top;
  width: 11px;
}

@media (min-width: 1024px) {
  .cross-menu-container .desktop-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cross-menu-container .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .cross-menu-container .mobile-hidden {
    display: none !important;
  }
}

.nameday-wrapper {
  font-size: 0px;
  height: 30px;
  line-height: 30px;
  max-width: 186px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .nameday-wrapper {
    height: 35px;
    line-height: 35px;
  }
}

.nameday-wrapper .calendar-icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 0px;
  height: 12px;
  margin-right: 10px;
  position: relative;
  text-indent: -99999px;
  top: 8px;
  vertical-align: top;
  width: 12px;
}

@media (max-width: 1023px) {
  .nameday-wrapper .calendar-icon {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .nameday-wrapper .calendar-icon {
    display: none;
  }
}

.nameday-wrapper .calendar-link {
  color: rgb(166, 166, 166);
  display: inline-block;
  font-size: 0px;
  font-weight: 700;
  padding-right: 5px;
  text-transform: capitalize;
  vertical-align: top;
}

.nameday-wrapper .calendar-link .nameday-date {
  font-size: 12px;
}

.nameday-wrapper .calendar-link:hover .nameday-date {
  text-decoration: underline;
}

@font-face {
  font-display: block;
  font-family: iconvault;
  font-style: normal;
  font-weight: 400;
  src:
    url("iconvault_forecastfont.8ec465f3.woff") format("woff"),
    url("iconvault_forecastfont.90dbc03d.ttf") format("truetype");
}

.account-login-dropdown .icon {
  height: 15px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.account-login-dropdown .icon-default {
  fill: rgb(144, 149, 155);
}

.account-button-container {
  background: inherit;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  height: 35px;
  line-height: 100%;
  margin: 0px;
  max-width: 90px;
  min-width: 15px;
  padding: 0px;
  position: relative;
}

.account-button-container:hover {
  text-decoration: underline;
}

.account-button-container .account-title-wrapper {
  font-family: "PT Sans", sans-serif;
  line-height: 35px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .account-button-container .account-title-wrapper {
    display: none;
  }
}

.account-button-container .account-title-wrapper .title {
  color: rgb(46, 51, 58);
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 374px) {
  .account-button-container .account-title-wrapper .title {
    font-size: 12px;
    line-height: 33px;
  }
}

#account-modal-container {
  box-sizing: border-box;
  display: none;
  font-family: "PT Sans", sans-serif;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#account-modal-container .login-modal-wrapper {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
  color: rgb(20, 20, 20);
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 12px;
  width: 290px;
  z-index: 999999;
}

@media (max-width: 767px) {
  #account-modal-container .login-modal-wrapper {
    border-radius: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    width: 100%;
  }
}

#account-modal-container .login-modal-wrapper .login-modal {
  height: 100%;
  overflow: auto;
}

#account-modal-container .login-modal-wrapper .login-modal .acc-align-center {
  text-align: center;
}

#account-modal-container .login-modal-wrapper .modal-triangle::after {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) -1px -1px 10px -4px;
  content: "";
  display: none;
  height: 14px;
  position: absolute;
  right: 25px;
  top: -7px;
  transform: rotate(45deg);
  width: 14px;
  z-index: -1;
}

@media (min-width: 768px) {
  #account-modal-container .login-modal-wrapper .modal-triangle::after {
    display: block;
  }
}

#account-modal-container .login-modal-wrapper .account-loader {
  animation: 1s ease-in-out 0s infinite normal none running loader;
  border-color: rgb(56, 114, 182) rgba(255, 255, 255, 0.3)
    rgba(255, 255, 255, 0.3) rgb(56, 114, 182);
  border-radius: 100%;
  border-style: solid;
  border-width: 5px;
  display: inline-block;
  height: 30px;
  margin: 20px 0px;
  padding: 0px;
  width: 30px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

#account-modal-container .account-modal-overlay {
  background: rgba(0, 0, 0, 0.77);
  bottom: 0px;
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .tablet-hidden {
    display: none !important;
  }
}

.desktop-hidden {
  display: none !important;
}
