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

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

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

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

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

:root {
  --wine: #970915;
}

.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;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  line-height: 110%;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
}

.body {
  color: #000;
  letter-spacing: -.04em;
  font-family: Formular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.max-width-none {
  max-width: none;
}

.padding-block-large {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.is--black {
  color: #f5f5f5;
  background-color: #000;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.is--xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.max-width-medium {
  max-width: 50vw;
}

.is--medium {
  font-weight: 500;
}

.fs-styleguide_label {
  color: #f6f6f6;
  background-color: #6861ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  color: #000;
  background-color: #eefe53;
}

.has--align-left {
  text-align: left;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #6861ff1a;
  border: 1px dashed #6861ff;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.has--align-center {
  text-align: center;
}

.hide {
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-small {
  max-width: 40vw;
}

.has--align-right {
  text-align: right;
}

.padding-block-small {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.padding-block-small.has--larger-top {
  padding-top: 12vw;
}

.padding-block-small.has--larger-bottom {
  padding-bottom: 12vw;
}

.is--normal {
  font-weight: 400;
}

.is--light {
  font-weight: 300;
}

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

.is--italic {
  font-style: italic;
}

.max-width-xlarge {
  max-width: 70vw;
}

.is--semibold {
  font-weight: 600;
}

.is--white {
  background-color: #fff;
}

.max-width-xxlarge {
  max-width: 80vw;
}

.max-width-large {
  width: 100%;
  max-width: 60vw;
}

.pointer-events-none {
  pointer-events: none;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(0deg, #6861ff1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_spacing.transparent {
  background-image: none;
}

.is--uppercase {
  text-transform: uppercase;
}

.is--bold {
  font-weight: 700;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.has--color-black {
  color: #000;
}

.page-wrapper-sg {
  overflow: clip;
}

.has--color-white {
  color: #fff;
}

.max-width-xxsmall {
  max-width: 20vw;
}

.padding-block-medium {
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.max-width-xsmall {
  max-width: 30vw;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container {
  width: 100%;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
}

.body-sg {
  background-color: #f6f6f6;
  font-weight: 500;
  line-height: 100%;
}

.h1 {
  color: #fff;
  font-size: 6.8vw;
  font-weight: 700;
  line-height: 90%;
}

.h1-small {
  font-size: 8vw;
  font-weight: 500;
  line-height: 86%;
}

.h2-large {
  font-size: 6vw;
  font-weight: 500;
  line-height: 86%;
}

.h3-large {
  font-size: 4vw;
  font-weight: 500;
  line-height: 90%;
}

.h4 {
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 90%;
}

.h5 {
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 90%;
}

.quote-large {
  font-size: 2.4vw;
  line-height: 110%;
}

.quote {
  font-family: Proximanova, Arial, sans-serif;
  font-size: 2.3vw;
  font-style: italic;
  line-height: 120%;
}

.quote-medium {
  font-size: 2.2vw;
  line-height: 110%;
}

.number-large {
  font-size: 10.4vw;
}

.number-medium {
  font-size: 6.6vw;
}

.number-default {
  font-size: 4.2vw;
}

.number-small {
  font-size: 2.6vw;
}

.paragraph-large {
  color: #fff;
  font-size: 3.3vw;
  font-weight: 500;
}

.paragraph-large.has--color-black {
  color: #000;
}

.paragraph-large.has--max-width {
  margin-bottom: 4vw;
}

.paragraph-medium {
  letter-spacing: -.02em;
  font-family: Proximanova, Arial, sans-serif;
  font-size: 2.1vw;
  line-height: 120%;
}

.paragraph-small {
  font-size: 1.8vw;
  line-height: 90%;
}

.paragraph-xsmall {
  color: #0000004d;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 90%;
}

.paragraph-default {
  letter-spacing: -.02em;
  font-family: Proximanova, Arial, sans-serif;
  font-size: 1.8vw;
  line-height: 120%;
}

.paragraph-default.has--max-width {
  max-width: 37vw;
}

.paragraph-default.has--color-white {
  width: 38vw;
}

.has--no-spacing {
  letter-spacing: 0;
}

.has--1-spacing {
  letter-spacing: -.01em;
}

.has--2-spacing {
  letter-spacing: -.02em;
}

.has--3-spacing {
  letter-spacing: -.03em;
}

.has--4-spacing {
  letter-spacing: -.04em;
}

.has--5-spacing {
  letter-spacing: -.05em;
}

.is--lowercase {
  text-transform: lowercase;
}

.margin-bottom-paragraph {
  margin-bottom: 2.4vw;
}

.margin-bottom-xlarge {
  margin-bottom: 8vw;
}

.margin-bottom-large {
  margin-bottom: 6vw;
}

.margin-bottom-medium {
  margin-bottom: 4vw;
}

.margin-bottom-small {
  margin-bottom: 3vw;
}

.margin-bottom-xsmall {
  margin-bottom: 2vw;
}

.border-radius-xsmall {
  border-radius: .5vw;
  overflow: hidden;
}

.border-radius-small {
  border-radius: 1vw;
  overflow: hidden;
}

.border-radius-medium {
  border-radius: 1.5vw;
  overflow: hidden;
}

.border-radius-large {
  border-radius: 2vw;
  overflow: hidden;
}

.border-radius-xlarge {
  border-radius: 3vw;
  overflow: hidden;
}

.list-block {
  flex-flow: column;
  display: flex;
}

.list-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 2ch 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-template {
  z-index: -1;
  background-color: #6861ff1a;
  border: 1px dashed #6861ff;
  height: 3rem;
  position: relative;
}

.margin-list-small {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.margin-list-small.has--larger-margin {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.h2 {
  margin-bottom: 2vw;
  font-size: 6vw;
  font-weight: 700;
  line-height: 95%;
}

.h3-small {
  font-size: 3vw;
  font-weight: 500;
  line-height: 90%;
}

.margin-list-large {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.div-template {
  background-color: #6861ff;
  width: 100%;
  height: 1px;
}

.page-wrapper {
  overflow: clip;
}

.hero-section {
  background-image: linear-gradient(90deg, #1f0202, #250102 15%, #310305 32%, #3d0309 60%, #420507 77%, #410306 98%);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero-section.has--height {
  height: 100vh;
}

.relative-block {
  position: relative;
}

.sticky-block {
  z-index: 10070;
  background-color: #f0f0f0;
  width: 101vw;
  height: 1vw;
  position: sticky;
  top: 0;
}

.cards-wrapper {
  height: 100vh;
  position: relative;
}

.card {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.card._1 {
  z-index: 1;
  background-color: red;
}

.card._2 {
  z-index: 2;
  background-color: green;
  transform: translate(0, 80vh);
}

.card._3 {
  z-index: 3;
  background-color: #00f;
  transform: translate(0, 85vh);
}

.card._4 {
  z-index: 4;
  background-color: purple;
  transform: translate(0, 90vh);
}

.card._5 {
  z-index: 5;
  background-color: #ff0;
  transform: translate(0, 95vh);
}

.oshchadyk {
  z-index: 999;
  background-image: radial-gradient(circle, #000, #0000 45%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-wrapper._1 {
  z-index: 1;
}

.text-wrapper._2 {
  z-index: 2;
}

.text-wrapper._3 {
  z-index: 3;
}

.text-wrapper._4 {
  z-index: 4;
}

.text-wrapper._5 {
  z-index: 5;
}

.author-name {
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 90%;
}

.paragraph-formular {
  font-size: 2.1vw;
  font-weight: 700;
  line-height: 110%;
}

.hero-text {
  color: #fff;
  max-width: 33vw;
  font-family: Proximanova, Arial, sans-serif;
  font-size: 2.1vw;
  line-height: 100%;
}

.partner-description-mobile {
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.partner-block-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.logo-image_partner {
  width: auto;
  height: 34px;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.suggestion-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -15% auto auto 0%;
}

.logo-image_ain {
  width: auto;
  height: 35px;
}

.header-partner_inner {
  text-align: right;
  position: relative;
}

.partner-bold-text {
  font-weight: 700;
}

.credits-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-separator {
  color: #0f110f;
  background-color: #cfcfcf;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 35px;
  margin-left: 20px;
  margin-right: 20px;
}

.header-partner_block {
  flex-direction: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.link-block_ain {
  align-self: auto;
  display: flex;
}

.header {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block_partner {
  align-items: center;
  display: flex;
}

.suggestion {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  min-height: 220px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.suggestion-section {
  z-index: 10000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.partner-description {
  color: #fff;
  text-align: right;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.partner-icon {
  width: 16px;
  height: auto;
  position: absolute;
  inset: -9.5px 45% auto;
}

.partner-text {
  color: #fff;
  font-size: 14px;
}

.partner-section {
  z-index: 10000;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-2 {
  width: 100%;
}

.footer-description {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.author-block {
  grid-column-gap: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.position {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-icon {
  position: absolute;
  inset: auto 20px 35px auto;
}

.content-block.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-block.is--hero {
  z-index: 8;
  height: 80vw;
  position: relative;
}

.content-block.is--relative {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-image_ain-2 {
  width: auto;
  height: 4vw;
}

.link-block_ain-2 {
  align-self: auto;
}

.footer {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.suggestion-blackout {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.block-meaning {
  text-align: center;
  background-color: #0006;
  border-radius: 10px;
  width: 200px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto -18% -70px auto;
}

.suggestion-content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-link-2 {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.hero-background {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 77vw;
  position: absolute;
  inset: 3vw 0% auto;
}

.hero-text-block {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 51vw;
  height: 100%;
  padding-top: 22vw;
  display: flex;
  position: relative;
}

.fill-block {
  background-color: #970915;
  border-radius: 0 50px 50px 0;
  width: 0%;
  height: 100%;
}

.hero-image {
  mix-blend-mode: overlay;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% -15.1vw;
}

.hero-topper {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 77vw;
  position: absolute;
  inset: 3vw 0% auto;
}

.has--low-opacity {
  color: #0006;
}

.partners-1-section {
  background-color: #f8f8f8;
}

.has--color-wine {
  color: var(--wine);
}

.layout {
  grid-column-gap: 3vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 35vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout.has--margin {
  margin-bottom: 6vw;
}

.quote-layout {
  grid-column-gap: 2vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 36vw 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6vw;
  display: grid;
}

.quote-layout.has--margin {
  margin-bottom: 6vw;
}

.white-block {
  background-color: #fff;
  border-radius: 20px;
}

.divider {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 12vw;
  margin-bottom: 12vw;
}

.divider.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-block {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.image-large-block {
  width: 100vw;
  height: 70vw;
  overflow: hidden;
}

.image-large {
  object-fit: cover;
  width: 100vw;
  height: 104%;
  position: relative;
  top: -2%;
}

.grey-block {
  background-color: #f8f8f8;
  border-radius: 20px;
}

.webby-section {
  background-image: radial-gradient(circle at 60%, #53080b, #230102 80%);
  padding-top: 10vw;
  padding-bottom: 43vw;
  position: relative;
}

.button {
  grid-column-gap: 2.6vw;
  grid-row-gap: 2.6vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #f8f8f8;
  border: 2px solid #0000;
  border-radius: 10px;
  align-items: center;
  height: 8.5vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #0000;
  border-color: #f8f8f8;
}

.footer-image {
  mix-blend-mode: overlay;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% -11vw;
}

.button-arrow {
  width: 2.4vw;
  height: auto;
}

.get-to-know-section {
  background-image: radial-gradient(circle at 60%, #53080b, #230102 80%);
  padding-top: 23.5vw;
  padding-bottom: 23.5vw;
  position: relative;
}

.webby-img {
  pointer-events: none;
  width: 120vw;
  min-width: 120vw;
  height: auto;
  position: absolute;
  inset: auto 0% 0% -17vw;
}

.quote-inner {
  flex-flow: column;
  justify-content: space-between;
  height: 42vw;
  padding: 2vw;
  display: flex;
}

.quote-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.quote-cross {
  width: 2vw;
  height: auto;
}

.quote-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.author-info {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: column;
  display: flex;
}

.author-img {
  width: 16vw;
  height: auto;
}

.quote-icon {
  align-self: flex-end;
  width: 8vw;
  height: auto;
  margin-left: -.2vw;
}

.navbar {
  display: none;
}

.navlink {
  font-size: 2.1vw;
  font-weight: 700;
  line-height: 110%;
}

.no-brake {
  white-space: nowrap;
}

.logo-image_partner-2 {
  width: auto;
  height: 30px;
}

.suggestion-image-2 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-separator-2 {
  opacity: .2;
  color: #0f110f;
  background-color: #0f110f;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block_ain-3 {
  align-self: auto;
}

.header-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block_partner-2 {
  align-items: center;
  display: flex;
}

.footer-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.suggestion-section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.partner-description-2 {
  color: #0f110f;
  text-align: right;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.partner-section-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.logo-image_ain-3 {
  width: auto;
  height: 4vw;
}

.link-block_ain-4 {
  align-self: auto;
}

@media screen and (min-width: 1280px) {
  .padding-block-large {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .padding-block-small {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .padding-block-small.has--larger-top {
    padding-top: 11vw;
  }

  .padding-block-small.has--larger-bottom {
    padding-bottom: 11vw;
  }

  .padding-block-medium {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .container {
    max-width: 97vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .h1 {
    font-size: 4.8vw;
  }

  .h1-small {
    font-size: 8vw;
  }

  .quote-large {
    font-size: 2vw;
  }

  .quote {
    font-size: 1.6vw;
  }

  .quote-medium {
    font-size: 1.8vw;
  }

  .paragraph-large {
    font-size: 2.9vw;
  }

  .paragraph-large.has--max-width {
    max-width: 47vw;
  }

  .paragraph-medium {
    font-size: 1.5vw;
  }

  .paragraph-small {
    font-size: 1.25vw;
  }

  .paragraph-xsmall {
    font-size: .7vw;
  }

  .paragraph-default {
    font-size: 1.25vw;
  }

  .paragraph-default.has--max-width {
    max-width: 29vw;
  }

  .paragraph-default.has--color-white {
    width: 30.5vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 1.7vw;
  }

  .border-radius-xsmall {
    border-radius: .3vw;
  }

  .border-radius-small {
    border-radius: .5vw;
  }

  .border-radius-medium {
    border-radius: 1vw;
  }

  .border-radius-large {
    border-radius: 1.4vw;
  }

  .border-radius-xlarge {
    border-radius: 2vw;
  }

  .margin-list-small {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .h2 {
    margin-bottom: 1.5vw;
    font-size: 4.3vw;
  }

  .h2.has--max-width {
    max-width: 53vw;
  }

  .h3-small {
    text-align: left;
  }

  .margin-list-large {
    margin-top: 2.8vw;
    margin-bottom: 2.8vw;
  }

  .sticky-block {
    height: .7vw;
  }

  .card._2 {
    transform: translate(80vw);
  }

  .card._3 {
    transform: translate(85vw);
  }

  .card._4 {
    transform: translate(90vw);
  }

  .card._5 {
    transform: translate(95vw);
  }

  .author-name {
    font-size: 2.5vw;
  }

  .paragraph-formular {
    font-size: 1.5vw;
  }

  .hero-text {
    max-width: 28vw;
    font-size: 1.7vw;
  }

  .logo-image_partner {
    margin-top: 1px;
  }

  .header {
    padding-top: 1.4vw;
  }

  .content-block.is--hero {
    height: 100vh;
  }

  .content-block.is--relative {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
  }

  .hero-background {
    object-position: 70% 0%;
    height: 100vh;
    top: 0;
  }

  .hero-text-block {
    justify-content: space-between;
    padding-bottom: 1.6vw;
  }

  .hero-image {
    bottom: -10vw;
  }

  .hero-topper {
    object-position: 70% 0%;
    height: 100vh;
    top: 0;
  }

  .layout {
    grid-column-gap: 4.2vw;
    grid-row-gap: 2.8vw;
    grid-template-columns: 29vw 1fr;
    width: 74vw;
    margin-left: auto;
  }

  .layout.has--margin {
    margin-bottom: 4.2vw;
  }

  .quote-layout {
    grid-column-gap: 1.4vw;
    grid-row-gap: 2.8vw;
    grid-template-columns: 29vw 1fr;
    width: 74vw;
    margin-top: 4.2vw;
    margin-left: auto;
  }

  .quote-layout.has--margin {
    margin-bottom: 4.2vw;
  }

  .divider {
    margin-top: 11vw;
    margin-bottom: 11vw;
  }

  .paragraph-block {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
  }

  .quote-block {
    grid-column-gap: 2.8vw;
    grid-row-gap: 2.8vw;
  }

  .image-large-block {
    z-index: 10000;
    height: 62.5vw;
    position: relative;
  }

  .webby-section {
    z-index: 10000;
    background-image: radial-gradient(circle at 60%, #53080b, #230102 70%);
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .button {
    grid-column-gap: 1.8vw;
    grid-row-gap: 1.8vw;
    height: 6vw;
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }

  .footer-image {
    bottom: -8vw;
  }

  .button-arrow {
    width: 1.7vw;
  }

  .get-to-know-section {
    z-index: 10000;
    background-image: radial-gradient(circle at 60%, #53080b, #230102 70%);
    padding: 18vw 9vw;
  }

  .webby-img {
    width: 109vw;
    min-width: 109vw;
    left: -5.5vw;
  }

  .quote-inner {
    height: 30vw;
    padding: 1.4vw;
  }

  .quote-cross {
    width: 1.5vw;
  }

  .author-info {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
  }

  .author-img {
    width: 12vw;
  }

  .quote-icon {
    width: 5.6vw;
  }

  .navbar {
    z-index: 9999;
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12vw;
    margin-bottom: -24vw;
    padding-left: 3vw;
    display: flex;
    position: sticky;
    top: 12vw;
  }

  .navlink {
    color: #0003;
    letter-spacing: -.02em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 120%;
    transition: color .2s;
  }

  .navlink.w--current {
    color: #000;
  }

  .nav-link-wrap {
    position: relative;
  }

  .nav-icon {
    opacity: 0;
    width: .75vw;
    height: auto;
    transition: transform .5s, opacity .5s;
    position: absolute;
    inset: 24% auto auto -1.5vw;
    transform: scale(.8)translate(-50%);
  }
}

@media screen and (min-width: 1440px) {
  .logo-image_ain-2, .logo-image_ain-3 {
    height: 3vw;
  }
}

@media screen and (min-width: 1920px) {
  .padding-block-large {
    padding-top: 10.5vw;
    padding-bottom: 10.5vw;
  }

  .padding-block-small {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .padding-block-small.has--larger-top {
    padding-top: 10.5vw;
  }

  .padding-block-small.has--larger-bottom {
    padding-bottom: 10.5vw;
  }

  .padding-block-medium {
    padding-top: 10.5vw;
    padding-bottom: 10.5vw;
  }

  .container {
    max-width: 97vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .h1-small {
    font-size: 9vw;
  }

  .h3-large {
    font-size: 4vw;
  }

  .quote {
    font-size: 1.3vw;
  }

  .quote-medium {
    font-size: 1.6vw;
  }

  .paragraph-large {
    font-size: 2.2vw;
  }

  .paragraph-large.has--color-black {
    margin-right: 7vw;
  }

  .paragraph-large.has--max-width {
    margin-bottom: 3vw;
  }

  .paragraph-medium {
    font-size: 1.2vw;
  }

  .paragraph-small {
    font-size: .94vw;
  }

  .paragraph-xsmall {
    font-size: .52vw;
  }

  .paragraph-default {
    font-size: .94vw;
  }

  .paragraph-default.has--max-width {
    max-width: 21.5vw;
  }

  .paragraph-default.has--color-white {
    width: 22.8vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 1.25vw;
  }

  .margin-bottom-xlarge {
    margin-bottom: 6vw;
  }

  .margin-bottom-large {
    margin-bottom: 5vw;
  }

  .border-radius-large {
    border-radius: 1.6vw;
  }

  .border-radius-xlarge {
    border-radius: 2vw;
  }

  .margin-list-small {
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .h2 {
    margin-bottom: 1vw;
    font-size: 3.3vw;
  }

  .h2.has--max-width {
    max-width: 49vw;
  }

  .h3-small {
    font-size: 3vw;
  }

  .margin-list-large {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .sticky-block {
    height: .8vw;
  }

  .author-name {
    font-size: 1.9vw;
  }

  .paragraph-formular {
    font-size: 1.1vw;
  }

  .hero-text {
    max-width: 21vw;
    font-size: 1.25vw;
  }

  .suggestion-image {
    width: 103%;
    min-width: 103%;
  }

  .header {
    padding-top: 2vw;
  }

  .content-block.is--relative {
    grid-column-gap: 4.2vw;
    grid-row-gap: 4.2vw;
  }

  .hero-background {
    object-position: 70% 0%;
  }

  .hero-text-block {
    padding-top: 16.5vw;
    padding-bottom: 1.5vw;
  }

  .hero-topper {
    object-position: 70% 0%;
  }

  .layout {
    grid-column-gap: 6.8vw;
    grid-row-gap: 3vw;
    grid-template-columns: 22.5vw 1fr;
    width: 64vw;
  }

  .layout.has--margin {
    margin-bottom: 3vw;
  }

  .quote-layout {
    grid-column-gap: 1vw;
    grid-row-gap: 3vw;
    grid-template-columns: 28vw 1fr;
    width: 64vw;
    margin-top: 3vw;
  }

  .quote-layout.has--margin {
    margin-bottom: 3vw;
  }

  .paragraph-block {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .quote-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-large-block {
    height: 56vw;
  }

  .webby-section {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .button {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
    height: 4.5vw;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }

  .button-arrow {
    width: 1.1vw;
  }

  .get-to-know-section {
    padding-left: 19vw;
    padding-right: 19vw;
  }

  .webby-img {
    width: 100vw;
    min-width: 100vw;
    left: 0;
  }

  .quote-inner {
    height: 22vw;
    padding: 1vw;
  }

  .quote-cross {
    width: 1.2vw;
  }

  .author-info {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
  }

  .author-img {
    width: 9vw;
  }

  .quote-icon {
    width: 4.2vw;
  }

  .navbar {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
    margin-top: 10vw;
    margin-bottom: -19vw;
  }

  .navlink {
    font-size: 1.1vw;
  }

  .nav-icon {
    width: .7vw;
    top: 20%;
  }
}

@media screen and (max-width: 991px) {
  .padding-block-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-block-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container {
    max-width: 94vw;
  }

  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    object-fit: cover;
  }

  .credits-block {
    width: 100%;
  }

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

  .footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .suggestion-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-section, .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-2 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .suggestion-section-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .padding-block-large {
    padding-top: 26vw;
    padding-bottom: 26vw;
  }

  .padding-block-small {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .padding-block-small.has--larger-top {
    padding-top: 26vw;
  }

  .padding-block-small.has--larger-bottom {
    padding-bottom: 26vw;
  }

  .hide-mobile {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-block-medium {
    padding-top: 26vw;
    padding-bottom: 26vw;
  }

  .container {
    max-width: 95vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .h1 {
    font-size: 9.53vw;
  }

  .h1-small {
    font-size: 13vw;
  }

  .h2-large {
    font-size: 10vw;
  }

  .h3-large {
    font-size: 6.4vw;
  }

  .h4 {
    font-size: 4.4vw;
  }

  .h5 {
    font-size: 3.7vw;
  }

  .quote-large {
    font-size: 6.4vw;
  }

  .quote {
    font-size: 6vw;
  }

  .quote-medium {
    font-size: 5.8vw;
  }

  .number-large {
    font-size: 26vw;
  }

  .number-medium {
    font-size: 16vw;
  }

  .number-default {
    font-size: 11.2vw;
  }

  .number-small {
    font-size: 6.4vw;
  }

  .paragraph-large {
    font-size: 6.2vw;
  }

  .paragraph-large.has--max-width {
    margin-bottom: 10.7vw;
  }

  .paragraph-medium {
    font-size: 5.6vw;
  }

  .paragraph-small {
    font-size: 4.8vw;
  }

  .paragraph-xsmall {
    font-size: 2.7vw;
  }

  .paragraph-default {
    font-size: 4.8vw;
  }

  .paragraph-default.has--max-width {
    max-width: none;
  }

  .paragraph-default.has--color-white {
    width: auto;
  }

  .margin-bottom-paragraph {
    margin-bottom: 6.4vw;
  }

  .margin-bottom-xlarge, .margin-bottom-large {
    margin-bottom: 16vw;
  }

  .margin-bottom-medium {
    margin-bottom: 10vw;
  }

  .margin-bottom-small, .margin-bottom-xsmall {
    margin-bottom: 8vw;
  }

  .border-radius-xsmall {
    border-radius: 1.4vw;
  }

  .border-radius-small {
    border-radius: 3vw;
  }

  .border-radius-medium, .border-radius-large {
    border-radius: 5vw;
  }

  .border-radius-xlarge {
    border-radius: 8vw;
  }

  .list-inner {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .margin-list-small {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .h3-small {
    font-size: 5.4vw;
  }

  .margin-list-large {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .hero-section {
    background-image: linear-gradient(90deg, #370304, #3d0309 37%, #420507 77%, #410306 98%);
  }

  .sticky-block {
    height: 2.6vw;
  }

  .author-name {
    font-size: 9.6vw;
  }

  .paragraph-formular {
    font-size: 6.7vw;
  }

  .paragraph-formular.is--smaller {
    font-size: 4.8vw;
  }

  .hero-text {
    max-width: 80vw;
    font-size: 4.8vw;
  }

  .partner-block-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .image {
    display: block;
  }

  .suggestion-image {
    min-width: 130%;
    left: -15%;
  }

  .footer-column.has--margin {
    margin-top: 20px;
  }

  .header-partner_block {
    display: none;
  }

  .link-block_ain {
    height: 100%;
  }

  .header {
    padding-top: 4vw;
    padding-left: 2.5vw;
    padding-right: 2.5px;
  }

  .link-block_partner {
    color: #000;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .suggestion-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .content-block.is--hero {
    height: 100vh;
    min-height: 210vw;
  }

  .content-block.is--relative {
    grid-column-gap: 10.7vw;
    grid-row-gap: 10.7vw;
  }

  .logo-image_ain-2 {
    height: 5vw;
  }

  .link-block_ain-2 {
    height: 100%;
  }

  .hero-background {
    object-position: 65% 0%;
    width: 200vw;
    min-width: 200vw;
    height: calc(100vh - 10vw);
    min-height: 200vw;
    top: 10vw;
    left: -83%;
  }

  .hero-text-block {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13vw;
  }

  .hero-topper {
    object-position: 65% 0%;
    width: 200vw;
    min-width: 200vw;
    height: calc(100vh - 10vw);
    min-height: 200vw;
    top: 10vw;
    left: -83%;
  }

  .layout {
    grid-row-gap: 10.7vw;
    flex-flow: column;
    display: flex;
  }

  .layout.has--margin {
    margin-bottom: 10.7vw;
  }

  .quote-layout {
    grid-row-gap: 2.7vw;
    flex-flow: column;
    margin-top: 40vw;
    display: flex;
  }

  .quote-layout.has--margin {
    margin-bottom: 40vw;
  }

  .divider {
    margin-top: 26vw;
    margin-bottom: 26vw;
  }

  .paragraph-block {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
  }

  .quote-block {
    grid-column-gap: 10.7vw;
    grid-row-gap: 10.7vw;
  }

  .image-large-block {
    height: 160vw;
  }

  .image-large-block.is--2 {
    height: 57vw;
  }

  .image-large {
    object-position: 70% 50%;
  }

  .image-large.is--2 {
    object-position: 30% 50%;
  }

  .webby-section {
    background-image: radial-gradient(circle at 60% 55%, #53080b, #230102 70%);
    padding-top: 27vw;
    padding-bottom: 108vw;
  }

  .button {
    justify-content: space-between;
    width: 100%;
    height: 18vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-image {
    bottom: -7vw;
  }

  .button-arrow {
    width: 5.4vw;
  }

  .get-to-know-section {
    background-image: radial-gradient(circle at 60% 55%, #53080b, #230102 70%);
    padding-top: 61vw;
    padding-bottom: 61vw;
  }

  .webby-img {
    width: 190vw;
    min-width: 190vw;
    left: -80vw;
  }

  .quote-inner {
    height: 88vw;
    padding: 5vw;
  }

  .quote-inner.is--quote {
    grid-column-gap: 10.7vw;
    grid-row-gap: 10.7vw;
    height: auto;
  }

  .quote-cross {
    width: 5.8vw;
  }

  .author-info {
    grid-column-gap: 3.2vw;
    grid-row-gap: 3.2vw;
  }

  .author-img {
    width: 45vw;
  }

  .quote-icon {
    width: 21vw;
  }

  .navlink {
    font-size: 6.7vw;
  }

  .navlink.is--smaller {
    font-size: 4.8vw;
  }

  .link-block_ain-3 {
    height: 100%;
  }

  .link-block_partner-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .suggestion-section-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-description-2 {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .logo-image_ain-3 {
    height: 5vw;
  }

  .link-block_ain-4 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .partner-block-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    display: block;
  }

  .header-partner_block {
    display: none;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .logo-image_ain-2 {
    height: 7vw;
  }

  .link-block_ain-2 {
    margin-bottom: 3vw;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .partner-description-2 {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo-image_ain-3 {
    height: 7vw;
  }

  .link-block_ain-4 {
    margin-bottom: 3vw;
  }
}

#w-node-_40c67101-f44a-5850-8d9a-d56739d8efe8-39220f8a, #w-node-dbcb16b7-b1cd-ed48-0156-78739a58769b-39220f8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06a5f762-c951-1edf-6a41-b90d1aa65cc9-39220f8a {
  justify-self: end;
}

#w-node-_947a5121-2bb6-1963-7a54-6d567645496a-39220f8a, #w-node-b3d695fa-1d76-4fe0-92e9-5b2c7462f474-39220f8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a90ec063-f3ed-1148-d94c-2df4aa8cc61b-39220f8a {
  justify-self: end;
}

#w-node-a90ec063-f3ed-1148-d94c-2df4aa8cc61d-39220f8a, #w-node-b286c17a-7b32-1d98-4b04-b9be1c5367c0-39220f8a, #w-node-_999de499-5ee8-356c-9110-707da7d961ef-39220f8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cc8fd7b-fa63-115c-abb7-cb874348c5f2-39220f8a {
  justify-self: end;
}

#w-node-_0cc8fd7b-fa63-115c-abb7-cb874348c5f4-39220f8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46ba0855-a4f5-fae9-29fe-6cbea0247de1-39220f8a, #w-node-_46ba0855-a4f5-fae9-29fe-6cbea0247dec-39220f8a, #w-node-_46ba0855-a4f5-fae9-29fe-6cbea0247df7-39220f8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc7721b8-c98b-06f0-168a-bb9d0256a49d-39220f8a {
  align-self: start;
}

#w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4b9-39220f8a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4bf-39220f8a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-ef68d984-c8ff-5491-b426-7e47985f1f51-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f1f66-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f1f6c-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f1f72-39220f8b, #w-node-_856a1ee8-bdd3-884b-0226-2f5782cc362b-39220f8b, #w-node-_856a1ee8-bdd3-884b-0226-2f5782cc3621-39220f8b, #w-node-_856a1ee8-bdd3-884b-0226-2f5782cc3626-39220f8b {
  justify-self: start;
}

#w-node-_1075388d-b4a5-a14b-179c-c619448875b4-39220f8b, #w-node-_76ffdc3e-15d9-182e-5528-fc1b8700a683-39220f8b, #w-node-a074da9d-4e22-419b-a550-3462e8c24900-39220f8b, #w-node-ab71c766-a02b-82eb-f28b-8110f69cafda-39220f8b, #w-node-_20e41cbe-967a-1037-d0ae-1302bce64116-39220f8b, #w-node-_20e41cbe-967a-1037-d0ae-1302bce6412f-39220f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e41cbe-967a-1037-d0ae-1302bce64132-39220f8b {
  justify-self: start;
}

#w-node-_20e41cbe-967a-1037-d0ae-1302bce64134-39220f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e41cbe-967a-1037-d0ae-1302bce64137-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f213b-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f214f-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f2154-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f2159-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f215e-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f2163-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f2168-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f216d-39220f8b, #w-node-_8bd9a965-d13f-af47-9588-f31757053521-39220f8b, #w-node-_4c936bb1-80e8-3ade-4e63-5d05d9a64fe0-39220f8b, #w-node-fb958eae-e661-ecf0-1cc8-a937c9c5879c-39220f8b, #w-node-_85e17664-82c0-2284-8d8f-80d86dd81ba3-39220f8b, #w-node-_1427f704-4426-0fd9-388e-2f052e77d1e2-39220f8b, #w-node-c0a91b01-b580-97c5-11e0-34606dea6315-39220f8b, #w-node-_49037650-354c-4670-0df9-181ee4bc3d21-39220f8b, #w-node-afd8e55c-173d-beef-2540-4d859ef8a60d-39220f8b, #w-node-_51ad8ebe-c7e8-a0ec-03af-280624a31440-39220f8b, #w-node-_51ad8ebe-c7e8-a0ec-03af-280624a31445-39220f8b, #w-node-_51ad8ebe-c7e8-a0ec-03af-280624a3144a-39220f8b, #w-node-_51ad8ebe-c7e8-a0ec-03af-280624a3144f-39220f8b, #w-node-_51ad8ebe-c7e8-a0ec-03af-280624a31454-39220f8b {
  justify-self: start;
}

#w-node-ef68d984-c8ff-5491-b426-7e47985f2109-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f2113-39220f8b, #w-node-ef68d984-c8ff-5491-b426-7e47985f2114-39220f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4c936bb1-80e8-3ade-4e63-5d05d9a64fe2-39220f8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4b9-39220f8a {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4bf-39220f8a {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a49d-39220f8a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4b9-39220f8a {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4bf-39220f8a {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a49d-39220f8a {
    grid-column: span 2 / span 2;
  }

  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4b6-39220f8a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4b9-39220f8a {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-dc7721b8-c98b-06f0-168a-bb9d0256a4bf-39220f8a {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}