@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Oblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-BoldOblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Neue-Light_22503.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/ofont.ru_Helvetica-Neue.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Antonio;
  src: url('../fonts/Antonio-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frank Ruhl Libre;
  src: url('../fonts/FrankRuhlLibre-ExtraBold.ttf') format("truetype"), url('../fonts/FrankRuhlLibre-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frank Ruhl Libre;
  src: url('../fonts/FrankRuhlLibre-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frank Ruhl Libre;
  src: url('../fonts/FrankRuhlLibre-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frank Ruhl Libre;
  src: url('../fonts/FrankRuhlLibre-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frank Ruhl Libre;
  src: url('../fonts/FrankRuhlLibre-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frank Ruhl Libre;
  src: url('../fonts/FrankRuhlLibre-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --digest-black: #1a171b;
  --main-title-dark: #2b2d42;
  --title\<deleted\|variable-29cdb475\>: black;
  --semi-black: #00000080;
  --main-red: #fe0000;
  --white: white;
  --main-bg: #fdf9e4;
  --main-text-grey: #8e9398;
  --aside-bg: #f3edd8;
  --semi-white: #ffffff80;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  max-width: 1172px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-head {
  flex: 1;
  justify-content: space-between;
  margin-bottom: 32px;
  position: static;
}

.article-category {
  border-top: 1px solid var(--digest-black);
  border-bottom: 1px solid var(--digest-black);
  color: var(--main-title-dark);
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.text {
  direction: ltr;
  background-color: #0000;
  flex: 0 auto;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.4;
}

.text.title {
  color: var(--title\<deleted\|variable-29cdb475\>);
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.2;
}

.text.no-margin {
  margin-bottom: 0;
}

.text.no-margin.wrap-anywhere {
  overflow-wrap: anywhere;
}

.h2 {
  color: var(--digest-black);
  letter-spacing: -3.2px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Antonio, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.h2.lowercase {
  text-transform: none;
}

.figure-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  display: block;
}

.small {
  color: var(--semi-black);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  overflow: visible;
}

.figure {
  column-count: 0;
  column-span: none;
  max-width: 70%;
  margin: 32px auto;
}

.h1_block {
  grid-column-gap: 20px;
  border-bottom: 10px solid var(--digest-black);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-27 {
  margin-top: 16px;
}

.banner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.contact-oc-logo {
  width: 100%;
  max-width: 25%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.contact-heading {
  border: 1px #000;
  border-top-width: 10px;
  padding-top: 0;
  padding-bottom: 40px;
}

.contact-title {
  margin-top: 56px;
}

.sponsors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  margin-top: 0;
  padding: 5% 26px;
}

.link-6 {
  color: var(--main-red);
  text-decoration: none;
  transition: opacity .2s;
}

.link-6:hover {
  opacity: .8;
}

.sponsors-inner {
  border-top: .5px none var(--title\<deleted\|variable-29cdb475\>);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 5px #0003;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: -12px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.nav_link {
  color: var(--main-title-dark);
  text-align: center;
  border-top: .5px #000;
  border-bottom: .5px #fff;
  margin: 0;
  padding: 12px;
  font-family: Helvetica, sans-serif;
  line-height: 140%;
  transition: opacity .2s;
  display: block;
}

.nav_link:hover {
  opacity: .8;
}

.nav_link:active {
  color: #00000080;
}

.nav_link:focus {
  color: #0009;
}

.nav_link.w--current, .nav_link.w--current:hover, .nav_link.w--current:active, .nav_link.w--current:focus, .nav_link.w--current:visited {
  color: var(--main-red);
}

.nav_link.login {
  color: var(--main-red);
  background-image: url('../images/login-icon.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  transition: background-position .2s, opacity .2s;
}

.nav_link.login:hover {
  background-position: 16px;
}

.body {
  background-color: var(--main-bg);
  color: var(--digest-black);
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.banner {
  object-fit: cover;
  flex: 1;
  height: 800px;
  display: block;
}

.hero {
  margin-top: 100px;
  margin-bottom: 160px;
}

.section {
  padding-bottom: 120px;
}

.section.no-padding-b {
  margin-bottom: 0;
  padding-bottom: 0;
}

.logo {
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: contain;
  flex: none;
  width: 19%;
  height: auto;
}

.logo.capptoo {
  width: 30%;
}

.sponsors-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 100px;
  display: grid;
}

.impressum-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: .5px solid #000;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 24px;
  display: grid;
}

.small-link {
  color: var(--main-red);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 130%;
  overflow: visible;
}

.link-7 {
  color: var(--main-red);
  text-decoration: none;
}

.impressum {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-left: 0;
  display: flex;
}

.h6 {
  color: var(--title\<deleted\|variable-29cdb475\>);
  font-family: Antonio, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.contact-category-wrap {
  margin-top: 32px;
}

.coporight-block {
  background-image: url('../images/digest-logo.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 120px;
  margin-top: 40px;
  padding-right: 140px;
}

.subtitle-block {
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--digest-black);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}

.update {
  color: #fe0000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.update.black {
  color: var(--digest-black);
}

.update.llink {
  transition: opacity .2s;
}

.update.llink:hover {
  opacity: .65;
}

.subtitle-main {
  color: var(--digest-black);
  letter-spacing: -1.8px;
  text-transform: uppercase;
  font-family: Antonio, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .2s;
}

.subtitle-main:hover {
  opacity: .8;
}

.subtitle-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
}

.red {
  color: red;
}

.author {
  color: var(--digest-black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.title {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.stat {
  grid-column-gap: 6px;
  align-items: flex-end;
  display: flex;
}

.stat.hidden {
  display: none;
}

.dotted-line {
  border-bottom: 1px dotted #000;
  flex: 1;
  height: 1px;
  margin-bottom: 6px;
}

.logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  margin-top: 20px;
  display: flex;
}

.cover-title {
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Antonio, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.under-cover-note {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.note-additional {
  grid-column-gap: 6px;
  display: flex;
}

.scientific-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.scientific-heading {
  flex: 0 40%;
}

.scientific-title {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Antonio, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 70%;
}

.scientific-subtitle {
  color: #00000080;
  padding-right: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 110%;
}

.scientific-image {
  max-width: 80%;
}

.active-users-data-head {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.active-users-divider {
  border-bottom: 1px solid #00000080;
  width: 90%;
  margin: 18px auto;
}

.activeusers-stats-column {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 75%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.users-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.stats-cell-rating {
  color: #fe0000;
  background-color: #fefaea;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Antonio, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.stats-cell-rating.medium {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 42px;
}

.stats-cell-rating.tall {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 48px;
}

.active-userc-stats-title {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.stats-cell-title {
  border-left: 1px solid #000;
  padding-left: 12px;
  font-weight: 500;
}

.users-count {
  color: #fe0000;
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.active-users-data {
  background-color: #f5f0dd;
  border-radius: 3px;
  max-width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.active-users-stats-cell {
  flex: 1;
}

.numbers-block {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.number-text-2 {
  flex-direction: column;
  display: flex;
}

.list-stats-2 {
  grid-row-gap: 18px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.text_reg-2 {
  direction: ltr;
  color: #424242;
  letter-spacing: -.5px;
  background-color: #0000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.text_reg-2._1 {
  color: #424242;
  letter-spacing: -.5px;
  white-space: normal;
  font-size: 16px;
  display: inline;
}

.red-number-2 {
  color: #ff2828;
  font-family: Antonio, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.top-table-title {
  letter-spacing: -.5px;
  text-transform: uppercase;
  border-right: .5px #000;
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.top-table-title.number {
  color: #fe0000;
  flex: none;
  order: 0;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Antonio, sans-serif;
  font-size: 26px;
  line-height: 31px;
  display: block;
}

.top-table-title.number.opacity-75 {
  opacity: .75;
}

.top-table-title.number.opacity-50 {
  opacity: .5;
}

.top-table-title.number.red {
  color: #fe0000;
}

.top-table-title.center {
  align-items: center;
}

.top-table-title.country {
  text-align: left;
  margin-left: 20px;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #000;
  border-radius: 0;
  grid-template-rows: 50px 60px 60px 60px;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table.age {
  grid-template-rows: 50px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px;
  grid-template-columns: 2.25fr 1fr 1fr;
  justify-content: stretch;
}

.table-title {
  letter-spacing: -.5px;
  text-transform: none;
  border-right: .5px #000;
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.data-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.data-block.border {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.device-icon {
  align-self: center;
  width: 2rem;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
}

.table-el-3 {
  border-bottom: .5px solid #00000080;
  border-right: .5px solid #00000080;
  justify-content: center;
  display: flex;
}

.table-el-3.bottom {
  border-bottom-style: none;
}

.table-el-3.dark {
  background-color: #42424273;
}

.table-el-3.semilight {
  background-color: #0003;
}

.table-el-3.light {
  background-color: #42424226;
}

.table-el-3.semidark {
  background-color: #42424259;
}

.grid-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.div-block-426 {
  color: #00000080;
  background-color: #f5f0dd;
  flex-direction: column;
  margin-top: 20px;
  padding: 24px;
  display: inline-flex;
}

.div-block-427 {
  display: flex;
}

.text-block-20 {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-21-copy {
  text-align: left;
  letter-spacing: -.5px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: 0;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.text-block-22 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}

.link {
  color: #fe0000;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
}

.link:hover {
  opacity: .8;
}

.table-el-3-copy {
  border-bottom: .5px solid #00000080;
  border-right: .5px solid #00000080;
  justify-content: center;
  display: flex;
}

.table-el-3-copy.end {
  border-bottom-style: none;
  border-right-style: solid;
}

.table-c-2 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  border-right: .5px #000;
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.table-c-2.country {
  text-transform: none;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.table-c-2.number-c {
  color: #000;
  text-align: center;
  text-transform: none;
  align-items: center;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
}

.table-el-2 {
  border-bottom: .5px solid #00000080;
  border-right: .5px solid #00000080;
  justify-content: center;
  display: flex;
}

.table-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #000;
  border-radius: 0;
  grid-template-rows: 50px 60px 60px 60px;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-3.age {
  grid-template-rows: 50px 40px 40px 40px 40px 40px 40px;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.div-block-426-copy {
  color: #00000080;
  background-color: #f5f0dd;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.div-block-428 {
  border-right: .5px #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: #424242;
  text-align: center;
  letter-spacing: -.5px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: 0;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.text-block-21.semibold {
  font-weight: 500;
}

.div-block-428-copy {
  border-right: .5px solid #00000080;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-429 {
  color: #00000080;
  background-color: #f5f0dd;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.text-block-26 {
  color: #424242;
  text-align: center;
  letter-spacing: -.5px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: 0;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.stats-image {
  mix-blend-mode: darken;
  width: 90%;
  height: auto;
  margin: 32px auto;
  display: block;
}

.nav-droplist.w--open {
  background-color: var(--white);
  border: 1px solid #0003;
  padding: 8px 20px 12px;
  box-shadow: 0 2px 5px #0003;
}

.nav-droplink {
  border-bottom: 1px solid #0003;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity .2s;
}

.nav-droplink:hover {
  opacity: .7;
}

.nav-droplink.w--current {
  color: var(--main-red);
}

.nav-drop-button {
  padding-left: 0;
  padding-right: 24px;
  font-family: Helvetica, sans-serif;
  line-height: 1.1;
  transition: opacity .2s;
}

.nav-drop-button:hover {
  opacity: .8;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1172px;
  padding: 12px 16px;
  display: flex;
}

.nav-drop-icon {
  margin-right: 0;
  right: 0;
}

.nav-dropdown {
  padding-left: 12px;
  padding-right: 12px;
}

.label {
  background-color: var(--main-red);
  color: #fff;
  margin-bottom: 0;
  padding: 6px 8px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.data-grow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.data-grow-period {
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.data-grow-img {
  width: 64px;
}

.data-grow-value {
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.most-read-link {
  color: var(--title\<deleted\|variable-29cdb475\>);
  cursor: pointer;
  margin-top: 0;
  padding-top: 10px;
  font-family: Antonio, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.most-read-link:hover {
  color: var(--main-red);
}

.ol-list {
  margin-bottom: 0;
  padding-left: 16px;
  list-style-type: decimal;
}

.ol-item {
  color: var(--digest-black);
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.reference-block {
  margin-bottom: 60px;
}

.reference-block.last {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header-divider-line {
  background-color: #d8dbe0;
  width: 1px;
  height: 26px;
}

.h1_block-inner {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5%;
  display: flex;
}

.h1_block-info {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.h1-date {
  color: var(--digest-black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
}

.h1-num {
  color: var(--main-red);
  text-transform: uppercase;
  margin-bottom: 0;
}

.h1_block-descr {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.digest-title {
  width: 100%;
  max-width: 50%;
  height: auto;
}

.digest-title.small {
  width: 100%;
  max-width: 25%;
  margin-bottom: 20px;
}

.subtitle-about {
  color: var(--main-text-grey);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}

.article {
  display: flex;
}

.aside-wrap {
  flex: 0 30%;
  position: relative;
}

.text-title {
  direction: ltr;
  background-color: #0000;
  flex: 0 auto;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.text-title.large {
  font-size: 22px;
}

.text-title.reset-margin {
  margin-bottom: 0;
}

.text-container.desktop-width-50 {
  max-width: 50%;
  margin-bottom: 40px;
}

.figcaption {
  opacity: .6;
  text-align: left;
  letter-spacing: .16px;
  margin-top: 16px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}

.hero-divider {
  background-color: var(--digest-black);
  height: 7px;
}

.reference-label-dividel {
  padding-top: 20px;
}

.insights-subtitle {
  letter-spacing: -.25px;
  text-transform: uppercase;
  max-width: 50%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.table-heading {
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.sponsors-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #000;
  flex-direction: column;
  margin-top: 0;
  padding: 26px;
  display: flex;
}

.sponsors-flex-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5% 26px;
  display: flex;
}

.sponsors-flex-row.no-border-b {
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.sponsor-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.article-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.article-container {
  flex: 0 60%;
}

.aside {
  background-color: var(--aside-bg);
  border-radius: 4px;
  max-height: 80vh;
  padding-left: 24px;
  padding-right: 24px;
  position: sticky;
  top: 100px;
  overflow: auto;
}

.aside-title {
  color: var(--semi-black);
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.aside-nav-item {
  color: var(--digest-black);
  text-transform: uppercase;
  border-top: 1px solid #1a171b33;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.aside-nav-item:hover {
  opacity: .8;
}

.aside-nav-item.w--current {
  color: var(--main-red);
}

.aside-nav-item.last {
  border-bottom: 1px solid #1a171b33;
}

.aside-nav-item.no-borders {
  border: 1px #000;
}

.aside-nav-item-toggle {
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
}

.aside-dropdown-list {
  background-color: #ddd0;
  position: static;
}

.aside-dropdown-list.w--open {
  margin-top: 12px;
}

.aside-icon {
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.aside-dropdown-link {
  white-space: normal;
  border-bottom: 1px solid #0000000d;
  padding-left: 12px;
  padding-right: 12px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.aside-dropdown-link:hover {
  opacity: .8;
}

.aside-dropdown-link.w--current {
  color: var(--main-red);
}

.aside-dropdown-link.last {
  border-bottom-style: none;
}

.aside-dropdown-link.last.lowercase {
  text-transform: none;
}

.download-link {
  border: 2px solid var(--main-red);
  color: var(--main-red);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  margin-top: 32px;
  padding: 16px;
  font-size: 18px;
  line-height: 1.44;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: block;
}

.download-link:hover, .download-link.reverse {
  background-color: var(--main-red);
  color: var(--white);
}

.download-link.reverse:hover {
  background-color: #fe00004d;
}

.aside-cover {
  z-index: 1;
  background-color: var(--aside-bg);
  pointer-events: none;
  height: 24px;
  position: sticky;
  inset: 0% 0% auto;
}

.aside-cover.bottom {
  top: auto;
  bottom: 0;
}

.aside-nav-item-text {
  padding-right: 20px;
  transition: all .2s;
}

.aside-close, .aside-open {
  color: var(--main-title-dark);
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: 32px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.text-link {
  color: var(--digest-black);
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .8;
  text-decoration: none;
}

.references-banner {
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin: 140px auto 40px;
  padding: 40px 80px;
  position: relative;
  overflow: hidden;
}

.references-banner-title {
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 80%;
  margin: 0 auto 20px;
  font-family: Antonio, sans-serif;
  font-size: 44px;
  line-height: 1.2;
}

.references-banner-text {
  text-align: center;
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-style: italic;
  line-height: 1.35;
}

.scientific-members {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.member-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.board-item {
  max-width: 280px;
  padding-right: 16px;
}

.member-item-title {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Antonio, sans-serif;
}

.board-list {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.aside-nav-item-dropdown {
  color: var(--digest-black);
  text-transform: uppercase;
  border-top: 1px solid #1a171b33;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.aside-nav-item-dropdown.w--current {
  color: var(--main-red);
}

.member-item-image {
  object-fit: cover;
  width: 200px;
  height: 100%;
}

.aside-socials {
  margin-top: 16px;
}

.references-banner-links {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.references-banner-links-wrap {
  width: 172px;
}

.leaders-avatars {
  align-self: center;
  max-width: 80%;
  display: flex;
}

.leader-avatar {
  box-shadow: 0 0 0 10px var(--aside-bg);
  border-radius: 50%;
  width: 160px;
  height: auto;
  margin-left: -34px;
}

.leader-avatar.no-move {
  margin-left: 0;
  overflow: hidden;
}

.active-users-note {
  color: var(--semi-black);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
}

.countries-noote {
  color: var(--semi-black);
  max-width: 80%;
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
}

.highlight-box {
  column-span: all;
  background-color: #f0f3e6;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.highlight-box.red {
  background-color: #fe00000d;
}

.h3 {
  color: #fe0000;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.current-color-link {
  overflow-wrap: anywhere;
  color: currentColor;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.current-color-link:hover {
  opacity: .7;
}

.calendar-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calendar-item.last {
  border-bottom-style: none;
  margin-bottom: 100px;
}

.calendar-item.in-row {
  flex: 33.2%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.calendar-item-img {
  flex: none;
  width: 120px;
  height: auto;
  margin-left: auto;
  display: block;
}

.calendar-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.calendar-info.wide {
  flex: 0 30%;
}

.calendar-info-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.calendar-info-list.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 20px;
}

.calendar-info-icon {
  mix-blend-mode: darken;
  object-fit: contain;
  width: 60px;
  height: 60px;
  display: block;
}

.calendar-item-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 40%;
  padding-right: 20px;
  display: flex;
}

.calendar-item-inner.in-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.references-banner-logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.references-banner-logo {
  mix-blend-mode: normal;
  flex: 0 33%;
  max-width: 33%;
  height: auto;
  display: block;
}

.references-banner-logo.blend-darken {
  mix-blend-mode: darken;
}

.references-banner-logo.center {
  max-width: 20%;
}

.digest-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 60px;
  display: flex;
  position: absolute;
  inset: auto 8% 5% auto;
}

.digest-logo-plus {
  flex: none;
  width: 50%;
  height: auto;
}

.digest-logo-word {
  flex: none;
  width: 100%;
  height: auto;
}

.banner-figcapture {
  opacity: .8;
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-inner {
  flex: 0 60%;
}

.calendar-image {
  object-fit: cover;
  width: 60%;
  height: 100%;
  display: block;
}

.calendar-image.in-row {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 500px;
  margin-top: auto;
}

.calendar-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.calendar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.calendar-date-label {
  color: var(--main-red);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Antonio, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1280px;
  }

  .article-category {
    font-size: 16px;
  }

  .text {
    font-size: 22px;
  }

  .text.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
  }

  .h2 {
    font-size: 68px;
  }

  .figure-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small {
    font-size: 16px;
  }

  .contact-oc-logo {
    max-width: 30%;
  }

  .sponsors {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbar {
    width: auto;
    height: 88px;
    padding: 0 40px;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav_link {
    font-size: 19px;
  }

  .small-link {
    font-size: 17px;
  }

  .h6 {
    font-size: 24px;
  }

  .update.black {
    letter-spacing: 1px;
    font-size: .9rem;
    line-height: 1;
  }

  .update.llink {
    letter-spacing: 1px;
    font-size: .9rem;
  }

  .subtitle-main {
    font-size: 2rem;
    line-height: 1.1;
  }

  .author {
    font-size: 17px;
  }

  .cover-title {
    font-size: 5rem;
  }

  .scientific-title {
    padding-bottom: 20px;
    font-size: 32px;
  }

  .scientific-subtitle {
    font-size: 18px;
  }

  .text_reg-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .text_reg-2._1 {
    font-size: 24px;
  }

  .red-number-2 {
    font-size: 32px;
  }

  .top-table-title.center, .top-table-title.country {
    font-size: 14px;
  }

  .table.age {
    grid-template-rows: 50px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  }

  .table-title {
    font-size: 16px;
  }

  .data-block {
    margin-top: 50px;
  }

  .div-block-426 {
    padding: 40px;
  }

  .text-block-20 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-21-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-22 {
    margin-top: 24px;
    font-size: 21px;
  }

  .table-c-2.country, .table-c-2.number-c {
    font-size: 18px;
  }

  .table-3.age {
    grid-template-rows: 50px 60px 60px 60px 60px 60px 60px;
  }

  .text-block-21.semibold {
    font-size: 16px;
  }

  .div-block-429 {
    padding: 40px;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .nav-inner {
    max-width: 1280px;
  }

  .nav-dropdown {
    font-size: 19px;
  }

  .label {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1rem;
  }

  .data-grow-period {
    font-size: 24px;
  }

  .ol-item {
    color: var(--main-title-dark);
    margin-bottom: 14px;
    font-size: 20px;
  }

  .reference-block {
    margin-bottom: 50px;
  }

  .digest-title.small {
    max-width: 30%;
  }

  .text-title {
    font-size: 22px;
  }

  .text-container.desktop-width-50 {
    margin-bottom: 100px;
  }

  .figcaption {
    font-size: 17px;
  }

  .sponsors-flex-row {
    margin-bottom: auto;
  }

  .aside {
    padding-left: 32px;
    padding-right: 32px;
  }

  .aside-cover {
    height: 32px;
  }

  .h3 {
    font-size: 32px;
  }

  .calendar-info-list.column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-color: #0000;
  }

  .article-category {
    display: block;
  }

  .h2 {
    font-size: 60px;
  }

  .figure {
    max-width: 100%;
  }

  .banner-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contact-oc-logo {
    max-width: 35%;
  }

  .sponsors {
    flex: 1;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: var(--white);
    border-top: 1px solid #0000001a;
    align-items: center;
    max-width: none;
    margin-right: 0;
    padding: 14px 16px 14px 8px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav_link {
    color: var(--title\<deleted\|variable-29cdb475\>);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_link:visited {
    color: var(--title\<deleted\|variable-29cdb475\>);
  }

  .nav_link.w--current {
    color: var(--main-red);
  }

  .nav_link.login:hover {
    background-position: 12px;
  }

  .banner {
    flex: 0 auto;
    width: 100%;
  }

  .menu-button {
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--title\<deleted\|variable-29cdb475\>);
    font-size: 24px;
  }

  .hero {
    margin-bottom: 100px;
  }

  .section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .logo {
    width: 25%;
  }

  .logo.capptoo {
    width: 30%;
  }

  .logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .cover-title {
    max-width: 100%;
  }

  .active-users-data {
    max-width: 90%;
  }

  .div-block-426 {
    display: flex;
  }

  .stats-image {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .nav-droplist.w--open {
    box-shadow: none;
    border-style: none;
  }

  .nav-droplink.w--current {
    white-space: break-spaces;
  }

  .nav-drop-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 34px;
  }

  .nav-inner {
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .nav-dropdown {
    display: block;
  }

  .ol-list {
    padding-left: 40px;
  }

  .header-logo {
    width: 105px;
    height: auto;
  }

  .header-divider-line {
    display: none;
  }

  .digest-title.small {
    max-width: 35%;
  }

  .aside-wrap {
    flex-basis: 45%;
  }

  .text-container.desktop-width-50 {
    max-width: 100%;
  }

  .contact-subtitle {
    margin-top: 20px;
  }

  .sponsors-text, .sponsors-flex-row {
    flex: 1;
  }

  .sponsor-title {
    font-size: 15px;
  }

  .article-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .article-container {
    flex-basis: 55%;
  }

  .aside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aside-nav-item.w--current {
    color: var(--main-red);
  }

  .aside-open {
    z-index: 5;
    border-top: 1px solid var(--digest-black);
    background-color: var(--main-bg);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .references-banner {
    margin-top: 20px;
    margin-bottom: 140px;
    padding-bottom: 60px;
  }

  .references-banner-title, .references-banner-text {
    max-width: 95%;
  }

  .scientific-members {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .aside-nav-item-dropdown.w--current {
    color: var(--main-red);
  }

  .leader-avatar {
    width: 140px;
  }

  .calendar-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .calendar-info, .calendar-info.wide {
    flex: 0 auto;
  }

  .calendar-info-list {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .calendar-info-list.column {
    flex-flow: wrap;
    padding-right: 0;
  }

  .calendar-info-icon {
    width: 48px;
    height: 48px;
  }

  .calendar-item-inner {
    width: auto;
    padding-right: 0;
  }

  .calendar-image {
    width: 100%;
    margin-top: 20px;
  }

  .calendar-image.in-row {
    height: 350px;
  }

  .calendar {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .calendar-date-label {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    background-color: #0000;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .article-category {
    font-size: 14px;
    display: block;
  }

  .text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .h2 {
    letter-spacing: -1.6px;
    font-size: 32px;
  }

  .figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h1_block {
    border-bottom-width: 5px;
    padding-top: 24px;
    padding-bottom: 32px;
    display: block;
  }

  .contact-title {
    margin-top: 40px;
  }

  .sponsors {
    flex: 1;
    padding: 16px;
  }

  .navbar {
    inset: 0% 0% auto;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
  }

  .nav_link {
    padding-left: 0;
  }

  .nav_link.w--current {
    color: var(--main-red);
  }

  .nav_link.login {
    background-position: 0;
    padding-left: 32px;
  }

  .banner {
    width: 100%;
  }

  .hero {
    margin-top: 90px;
    margin-bottom: 72px;
  }

  .section {
    padding-bottom: 72px;
  }

  .logo {
    width: 46%;
  }

  .logo.capptoo {
    width: 70%;
  }

  .sponsors-block {
    margin-bottom: 60px;
  }

  .impressum {
    margin-top: 16px;
  }

  .coporight-block {
    margin-bottom: 80px;
  }

  .subtitle-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .update {
    font-size: 14px;
  }

  .subtitle-main {
    font-size: 28px;
  }

  .author {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .logos {
    grid-column-gap: 14px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .cover-title {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 40px;
    top: 50px;
    left: 20px;
  }

  .under-cover-note {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .scientific-block {
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .scientific-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .active-users-data {
    max-width: 100%;
  }

  .numbers-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-11 {
    grid-auto-flow: row;
    display: block;
  }

  .text-block-21, .text-block-26 {
    font-size: 16px;
    line-height: 20px;
  }

  .stats-image {
    width: 100%;
  }

  .nav-droplist.w--open {
    padding-left: 4px;
  }

  .nav-droplink {
    white-space: break-spaces;
  }

  .nav-drop-button, .nav-drop-button.w--open, .nav-dropdown {
    padding-left: 0;
  }

  .label {
    font-size: 14px;
  }

  .h1_block-inner {
    grid-row-gap: 16px;
    padding-top: 32px;
  }

  .h1_block-info {
    justify-content: flex-start;
  }

  .h1-date, .h1-num, .h1_block-descr {
    font-size: 14px;
  }

  .digest-title {
    max-width: 80%;
  }

  .subtitle-about {
    font-size: 13px;
  }

  .aside-wrap {
    z-index: 10;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .text-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .figcaption {
    font-size: 13px;
  }

  .insights-subtitle {
    max-width: 80%;
  }

  .sponsors-text {
    flex: 1;
    padding: 16px;
  }

  .sponsors-flex-row {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    padding: 16px;
  }

  .article-wrap {
    display: block;
  }

  .aside {
    height: 100%;
    max-height: 100%;
  }

  .aside-title {
    display: none;
  }

  .aside-nav {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .download-link {
    margin-top: auto;
  }

  .aside-inner {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .aside-cover {
    height: 20px;
    display: none;
  }

  .aside-close {
    display: block;
  }

  .aside-open {
    grid-column-gap: 16px;
    display: flex;
  }

  .aside-open-icon {
    pointer-events: none;
    width: 24px;
    height: 24px;
    margin-top: -4px;
    display: block;
  }

  .aside-open-text {
    pointer-events: none;
    margin-bottom: 0;
  }

  .references-banner {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    padding: 22px 22px 80px;
  }

  .references-banner-title {
    font-size: 32px;
  }

  .references-banner-text {
    max-width: 100%;
    font-size: 17px;
  }

  .scientific-members {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 32px;
    margin-bottom: 60px;
    display: flex;
  }

  .references-banner-links {
    margin-top: 20px;
  }

  .leaders-avatars {
    margin-top: 40px;
  }

  .leader-avatar {
    width: 120px;
  }

  .highlight-box {
    overflow-wrap: break-word;
  }

  .h3 {
    font-size: 26px;
  }

  .calendar-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .calendar-item.last {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .calendar-info-list {
    grid-column-gap: 2rem;
  }

  .calendar-info-list.column {
    flex-flow: column;
  }

  .calendar-item-inner {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .references-banner-logos {
    width: 90%;
  }

  .digest-logo {
    right: 14%;
  }

  .banner-figcapture {
    margin-top: 10px;
    font-size: 14px;
  }

  .calendar-image.in-row {
    height: auto;
    margin-top: 20px;
  }

  .calendar-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .calendar {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .calendar-date-label {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    background-color: #0000;
  }

  .article-category {
    display: block;
  }

  .text {
    font-size: 15px;
  }

  .text.title {
    font-size: 18px;
    line-height: 130%;
  }

  .figure-image {
    margin-right: 0;
  }

  .small {
    font-size: 12px;
  }

  .h1_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-oc-logo {
    max-width: 70%;
  }

  .contact-heading {
    margin-top: 47px;
  }

  .sponsors-inner {
    margin-top: 0;
    padding-top: 0;
  }

  .navbar {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    inset: 0% 0% auto;
  }

  .nav-menu {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav_link:visited {
    color: currentColor;
  }

  .nav_link.w--current {
    color: var(--main-red);
  }

  .banner {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 400px;
  }

  .menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .logo {
    width: 45%;
  }

  .logo.capptoo {
    width: 50%;
  }

  .sponsors-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .impressum-item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .impressum {
    margin-top: 0;
  }

  .h6 {
    font-size: 18px;
  }

  .contact-category-wrap {
    margin-top: 48px;
  }

  .coporight-block {
    background-position: 0 100%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .subtitle-block {
    align-self: auto;
  }

  .update {
    font-size: 10px;
    line-height: 11px;
  }

  .subtitle-wrap {
    grid-row-gap: 15px;
  }

  .author {
    font-size: 12px;
  }

  .title {
    font-size: 16px;
  }

  .logos {
    grid-row-gap: 28px;
    flex-wrap: wrap;
  }

  .cover-title {
    font-size: 1.8rem;
    left: 12px;
  }

  .under-cover-note {
    flex-wrap: wrap;
  }

  .scientific-block {
    display: block;
  }

  .scientific-title {
    font-size: 26px;
  }

  .scientific-subtitle {
    font-size: 14px;
  }

  .scientific-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .active-users-data-head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .active-users-divider {
    margin-bottom: 32px;
  }

  .activeusers-stats-column {
    grid-column-gap: 4px;
    max-width: 100%;
    margin-top: -30px;
  }

  .users-title {
    font-size: 18px;
  }

  .stats-cell-rating {
    padding-left: 10px;
    padding-right: 10px;
  }

  .active-userc-stats-title {
    font-size: 18px;
  }

  .stats-cell-title {
    padding-left: 6px;
    font-size: 12px;
  }

  .users-count {
    font-size: 38px;
  }

  .active-users-data {
    max-width: 100%;
    margin-top: 40px;
    padding: 16px;
  }

  .text_reg-2, .text_reg-2._1 {
    font-size: 16px;
  }

  .red-number-2 {
    font-size: 18px;
  }

  .top-table-title.number {
    text-align: center;
    font-size: 20px;
  }

  .top-table-title.center {
    text-align: center;
    font-size: 9px;
    line-height: 12px;
  }

  .top-table-title.country {
    margin-left: 12px;
  }

  .table-title {
    font-size: 12px;
  }

  .div-block-426 {
    padding: 12px;
  }

  .table-c-2.country {
    margin-left: 12px;
    font-size: 12px;
  }

  .table-c-2.number-c {
    font-size: 12px;
  }

  .nav-droplink {
    white-space: break-spaces;
  }

  .nav-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .label {
    align-self: flex-start;
  }

  .data-grow {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .data-grow-period {
    font-size: 17px;
  }

  .data-grow-img {
    width: 32px;
  }

  .data-grow-value {
    font-size: 26px;
  }

  .most-read-link {
    font-size: 20px;
  }

  .ol-item {
    overflow-wrap: break-word;
    font-size: 15px;
  }

  .digest-title.small {
    max-width: 70%;
  }

  .text-title {
    font-size: 15px;
  }

  .insights-subtitle {
    max-width: 100%;
  }

  .contact-subtitle {
    font-size: 18px;
  }

  .sponsors-text {
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .sponsors-flex-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sponsor-title {
    font-size: 14px;
  }

  .aside-open {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .references-banner {
    border-radius: 20px;
    padding-bottom: 22px;
  }

  .references-banner-title {
    max-width: 100%;
  }

  .member-item {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .board-item {
    max-width: 100%;
    padding-right: 0;
  }

  .board-list {
    grid-row-gap: 32px;
  }

  .member-item-image {
    width: 100%;
  }

  .references-banner-links {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .references-banner-links-wrap {
    width: 100%;
  }

  .leaders-avatars {
    margin-top: 30px;
  }

  .leader-avatar {
    box-shadow: 0 0 0 5px var(--aside-bg);
    width: 80px;
    margin-left: -10px;
  }

  .leader-avatar.no-move {
    flex: none;
  }

  .active-users-note {
    font-size: 13px;
  }

  .highlight-box {
    padding: 14px;
  }

  .h3 {
    font-size: 21px;
  }

  .calendar-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .calendar-item-img {
    margin-left: 0;
  }

  .calendar-info-list {
    flex-flow: column;
  }

  .calendar-item-inner, .calendar-item-inner.in-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .references-banner-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .digest-logo {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 40px;
    position: static;
  }
}

#w-node-_981efff1-be90-e9b7-df92-dfe07639ab8d-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_981efff1-be90-e9b7-df92-dfe07639abbc-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89207c7e-fd64-7e3d-5058-6cb6762901ba-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901bd-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901c0-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901c3-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901c7-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901ca-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901cd-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901d1-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901d4-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901d7-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901db-0f68d331, #w-node-_89207c7e-fd64-7e3d-5058-6cb6762901de-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee7ef-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee7fb-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee7fe-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee804-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee807-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee80d-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee810-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee816-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee819-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee81f-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee822-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee828-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee82b-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee831-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee834-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee83a-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee83d-0f68d331, #w-node-_682baae3-47dd-46a3-393a-9eb5872ee843-0f68d331, #w-node-_080ed56f-9d7e-8379-d522-39ff89ab727c-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1cb0ec46-7523-ab67-afd2-6eda94288201-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c975024e-90dc-9b6c-41c4-f68000e1a403-0f68d331, #w-node-_37bbb33b-0a8e-e337-aa47-c583293d5038-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df689-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df695-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df698-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df69e-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6a1-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6a7-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6aa-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6b0-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6b3-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6b9-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6bc-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7189281a-4b3a-be82-878a-b32e864df6c2-0f68d331, #w-node-_7189281a-4b3a-be82-878a-b32e864df6c5-0f68d331, #w-node-b4ac52c9-9379-5e79-d466-58e4aa7b9412-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e295c5c-295a-5f7e-82ce-9ef0826920c5-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_63f65ab4-1911-9ebb-0b4b-af23e4a2e0e1-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb71ad-fede-843b-7c46-29dd229482ba-0f68d331, #w-node-cf0b77c6-7e49-450f-d218-bccc383ae1bd-0f68d331, #w-node-ece55e93-cf1a-1da4-9683-e31c95a6bb74-0f68d331, #w-node-_56c364ca-b28e-936f-379f-11b85dd6a1d5-0f68d331 {
  place-self: center;
}

#w-node-_2ac54106-fb3f-d84d-720c-421df80e2151-0f68d331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f455aab-4067-82b0-78d9-2b4e2ac8b485-0f68d331 {
  place-self: auto;
}

#w-node-_71d22f92-5f01-e531-cda9-970965de3f23-65de3f22, #w-node-_71d22f92-5f01-e531-cda9-970965de3f25-65de3f22, #w-node-_71d22f92-5f01-e531-cda9-970965de3f27-65de3f22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_981efff1-be90-e9b7-df92-dfe07639ab8d-0f68d331, #w-node-f2fb71ad-fede-843b-7c46-29dd229482ba-0f68d331 {
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2fb71ad-fede-843b-7c46-29dd229482ba-0f68d331 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Neue-Light_22503.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/ofont.ru_Helvetica-Neue.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('../fonts/FrankRuhlLibre-ExtraBold.ttf') format('truetype'), url('../fonts/FrankRuhlLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('../fonts/FrankRuhlLibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('../fonts/FrankRuhlLibre-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('../fonts/FrankRuhlLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('../fonts/FrankRuhlLibre-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  src: url('../fonts/FrankRuhlLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}