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

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

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

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

:root {
  --severstal-blue: #002f6c;
  --yellow: #ffe45e;
  --samolet-blue: #007bfb;
  --realweb: #3e20ff;
  --arr-pink: #fe61c8;
  --grey-light: whitesmoke;
  --black: #1b1b1b;
  --orange: #ff6b35;
  --pink: #f896d8;
  --grey-dark: #d6d6d6;
  --grey: whitesmoke;
  --green: #dcf44b;
  --dark: #cdcdcd;
  --white: #fdfdfd;
  --blue: #7fc8f8;
  --h1--desktop: 80px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mabrypro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container.container--relative {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: stretch;
  margin-top: -80px;
  display: flex;
}

.container.lead_text_container {
  color: var(--severstal-blue);
  text-transform: uppercase;
  justify-content: center;
  font-size: 64px;
  line-height: 64px;
  display: flex;
}

.container.container-full-image {
  max-width: 1280px;
  position: relative;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--samolet-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mabrypro, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.heading-jumbo.severstal-jumbo {
  color: var(--severstal-blue);
}

.heading-jumbo.realweb-color {
  color: var(--realweb);
}

.heading-jumbo.arr-color {
  color: var(--arr-pink);
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.hero {
  margin: 0;
  font-family: Mabrypro, sans-serif;
}

.hero.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.hero.hero--first {
  display: block;
  overflow: visible;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.name-text {
  color: #1b1b1b;
  text-transform: none;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  align-items: flex-start;
  margin-top: 0;
  font-family: Mabrypro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--grey-light);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  padding: 80px 0;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.heading-ar {
  text-transform: uppercase;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mabrypro, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.body {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  font-family: Mabrypro, sans-serif;
  line-height: 1.2;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  margin-top: 185px;
  font-family: Mabrypro, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  display: block;
}

.text-span {
  color: var(--orange);
  text-decoration: none;
}

.link {
  text-transform: uppercase;
  font-family: Mabrypro, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  text-decoration: none;
}

.link.pink {
  color: #f896d8;
}

.list-item {
  margin-bottom: 32px;
  list-style-type: none;
  display: flex;
}

.image {
  color: #0a2079;
  margin-left: 32px;
  margin-right: 80px;
}

.list-item-2, .list-item-6 {
  margin-bottom: 32px;
  list-style-type: none;
  display: flex;
}

.link-2 {
  color: var(--orange);
  text-transform: uppercase;
  font-family: Mabrypro, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.heading {
  text-transform: uppercase;
  flex-direction: row;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mabrypro, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.heading.menu-item--clicked {
  color: var(--orange);
  text-decoration: none;
}

.heading.menu-item--clicked.menu-item__heading--pink {
  color: var(--pink);
  text-decoration: underline;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.image-2 {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.image-3, .image-3.sever {
  margin-top: 0;
  margin-left: 20px;
}

.image-3.arr {
  margin-top: 32px;
  margin-left: 0;
}

.image-3.arr.logo-mobile {
  display: none;
}

.div-block-2 {
  flex-flow: row;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  border-radius: 4px;
}

.div-block-3 {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.div-block-3.speaker_section.column-bottom {
  background-color: var(--yellow);
  border-radius: 160px;
  margin-top: auto;
  margin-bottom: 0;
  padding: 16px 32px;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.columns.hero_columns {
  margin-left: 0;
  margin-right: 0;
}

.text-block-2 {
  font-family: Mabrypro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.column-2 {
  padding-left: 16px;
  padding-right: 0;
}

.div-block-4 {
  flex-flow: wrap;
  align-self: auto;
  align-items: flex-start;
  margin-top: 16px;
  line-height: 20px;
  display: flex;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-4 {
  margin-top: 16px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-5 {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
}

.list-item-10, .list-item-11 {
  border-bottom: 2px solid var(--grey-light);
  margin-bottom: 32px;
}

.text-block-6 {
  color: var(--severstal-blue);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  display: flex;
}

.text-block-6.samolet-color {
  color: var(--samolet-blue);
}

.text-block-6.realweb-color {
  color: var(--realweb);
}

.text-block-6.arr-color {
  color: var(--arr-pink);
}

.link-3 {
  color: var(--severstal-blue);
}

.link-3.samolet-color {
  color: var(--samolet-blue);
}

.link-3.realweb-color {
  color: var(--realweb);
}

.link-3.arr-color {
  color: var(--arr-pink);
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1140px;
}

.text-block-7 {
  margin-top: 32px;
  font-size: 20px;
  line-height: 24px;
}

.list-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 24px;
  list-style-type: none;
  display: flex;
}

.text-block-8 {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}

.text-span-2 {
  color: var(--samolet-blue);
}

.text-span-2.severstal-text {
  color: var(--severstal-blue);
}

.text-span-2.realweb-color {
  color: var(--realweb);
}

.list-item-12 {
  margin-bottom: 0;
}

.columns-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-template: "Area"
  / 2.75fr;
  margin-top: 32px;
}

.grid-2.samolet {
  grid-template-columns: minmax(2px, 1.5fr) 1fr;
  display: flex;
}

.text-block-9 {
  margin-top: 20px;
}

.text-block-10 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 32px;
  line-height: 38px;
}

.image-5 {
  border-radius: 4px;
  width: 100%;
  max-height: 200px;
}

.image-6, .image-7 {
  border-radius: 4px;
}

.text-block-11 {
  color: var(--grey-dark);
  margin-top: 8px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  display: flex;
}

.text-block-13 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.heading-2.company-h2 {
  font-size: 64px;
  line-height: 64px;
}

.link-4, .link-5, .link-6 {
  font-size: 24px;
  line-height: 24px;
}

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

.p {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
}

.p.hero-description-mobile {
  display: none;
}

.section-4 {
  justify-content: flex-start;
  display: block;
}

.h1--hero {
  text-transform: uppercase;
  font-size: 128px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.round.round--pink {
  background-color: #f896d8;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding-top: 0;
  position: absolute;
}

.round.round--pink.round--pink-first {
  top: -248px;
  left: 200px;
}

.round.round--pink.round--pink-second {
  display: block;
  top: -89px;
  bottom: 0;
  left: -134px;
}

.image-10 {
  position: absolute;
  top: 117px;
  left: -52px;
}

.image-11 {
  position: absolute;
  top: -93px;
  left: -134px;
}

.image-12 {
  position: absolute;
  top: -247px;
  left: 192px;
}

.image-13 {
  position: absolute;
  inset: -13px 14.5px auto auto;
}

.image-14 {
  position: absolute;
  top: 277px;
  left: 142px;
}

.hero--note-yellow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 240px;
  display: flex;
}

.hero--note-yellow.hero-note--first {
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 0;
  display: flex;
  position: absolute;
  inset: -47% 3% 0% auto;
  transform: rotate(-8deg);
}

.hero--note-yellow.hero-note--second {
  z-index: 1;
  position: absolute;
  inset: 127px 0% 0% -57px;
  transform: rotate(5deg);
}

.hero--note-yellow.hero-note--third {
  z-index: 1;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  inset: 0% auto auto 72%;
  overflow: visible;
  transform: rotate(12deg);
}

.hero--note-yellow.hero-note--grey {
  object-fit: fill;
  align-items: stretch;
  width: 960px;
  max-width: 960px;
}

.hero--note-yellow.hero-note--grey.hero-note--grey-first {
  justify-content: flex-start;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(1.2deg);
}

.hero--note-yellow.hero-note--lime, .hero--note-yellow.hero-note--lime-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 928px;
  max-width: 928px;
  display: flex;
  position: absolute;
  top: 469px;
}

.hero--note-yellow.hero-note-fifth {
  display: none;
}

.note-paragraph {
  background-color: var(--yellow);
  text-transform: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.note-paragraph.note-paragraph--small {
  width: 100%;
  margin-top: -5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.note-paragraph.note-paragraph--small.note-paragraph--grey {
  background-color: var(--grey);
  max-width: 960px;
}

.note-paragraph.note-paragraph--grey {
  background-color: var(--grey);
}

.note-paragraph.note-paragraph--grey.note-paragraph--big {
  text-transform: uppercase;
  padding: 64px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.note-paragraph.note-paragraph--lime {
  background-color: var(--green);
}

.note-paragraph.note-paragraph--lime.note-paragraph--medium {
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 64px;
  font-size: 32px;
  line-height: 1.2;
  display: flex;
}

.flex-block {
  align-items: flex-start;
  height: 1132px;
  position: relative;
}

.image-15 {
  width: 960px;
}

.image-16 {
  position: absolute;
  bottom: 884px;
  left: 87px;
  transform: rotate(-20deg);
}

.image-17 {
  clear: none;
  object-fit: cover;
  background-color: #c00;
}

.container-3 {
  max-width: 1120px;
}

.features, .lead_text, .grid_description, .benefits {
  margin-top: 80px;
  margin-bottom: 80px;
}

.last {
  margin-bottom: 0;
}

.speaker_section {
  margin-top: 80px;
  margin-bottom: 0;
}

.text-block-16.speaker_subtitle {
  color: var(--dark);
  margin-top: 16px;
  font-size: 20px;
  line-height: 24px;
}

.column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.text-block-17 {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 32px;
  line-height: 38px;
}

.smltch_mobile, .image-21.arrow_mobile {
  display: none;
}

.image-22 {
  transform-style: preserve-3d;
}

.image-22.arrow_desktop {
  margin-right: 20px;
}

.flex-block-1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--grey-light);
  flex-direction: column;
  width: 300px;
  padding: 32px;
  display: flex;
  position: absolute;
  left: -452px;
}

.div-block-7.nina-desktop-card {
  left: -453px;
  transform: rotate(-7deg);
}

.div-block-7.svetlana-desktop-card {
  z-index: 3;
  border-radius: 4px;
  top: 21px;
  left: 405px;
}

.div-block-7.svetlana-desktop-card.second--home {
  left: 420px;
}

.div-block-7.nina-card-desktop {
  z-index: 1;
  border-radius: 4px;
  top: 63px;
  left: 235px;
  transform: rotate(-7deg);
}

.div-block-7.nina-card-desktop.first--home {
  top: 73px;
  left: 72px;
}

.div-block-7.julia-desktop-card {
  z-index: 5;
  border-radius: 4px;
  top: 9px;
  left: auto;
  right: 223px;
  transform: rotate(3deg);
}

.div-block-7.julia-desktop-card.third--home {
  right: 64px;
}

.heading-3 {
  text-decoration: underline;
}

.span--card {
  color: var(--black);
}

.text--card {
  color: var(--grey-dark);
  font-size: 14px;
}

.link-block {
  color: var(--pink);
  font-size: 32px;
  line-height: 1.2;
}

.flex-block-2 {
  position: relative;
}

.image-29 {
  position: absolute;
  inset: -83px -32px auto auto;
}

.image-29.arrow--julia {
  top: 17%;
  right: -37%;
}

.image-29.arrow-svetlana {
  inset: auto -31px -270px auto;
}

.image-30 {
  display: none;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: 610px;
}

.image-31 {
  z-index: 6;
  display: block;
  position: absolute;
  top: 314px;
  left: 939px;
  transform: rotate(-20deg);
}

.image-31.flower--home {
  top: 431px;
  left: 864px;
}

.image-32 {
  display: block;
  position: absolute;
  top: -1px;
  left: 40px;
}

.image-32.image-1--home {
  top: 29px;
  left: 25px;
}

.image-33 {
  z-index: 2;
  position: absolute;
  top: 291px;
  left: 349px;
}

.image-33.blue--svetlana {
  left: 518px;
}

.image-34 {
  z-index: 4;
  position: absolute;
  top: 24px;
  left: 707px;
}

.image-35 {
  position: absolute;
  top: 241px;
  left: 175px;
}

.image-35.pink--home {
  top: 270px;
  left: 11px;
}

.image-36 {
  position: absolute;
  bottom: 101px;
  right: 342px;
}

.image-36.orange--home {
  bottom: 238px;
  right: 18px;
}

.image-37 {
  z-index: 2;
  position: absolute;
  top: 476px;
  left: 0%;
}

.image-37.left-bottom--home {
  top: 519px;
}

.image-38 {
  position: absolute;
  bottom: 74px;
  left: 289px;
}

.image-39 {
  z-index: 6;
  position: absolute;
  top: -55px;
  right: -28px;
}

.text-span-3, .text-span-4 {
  color: var(--black);
}

.image-40 {
  display: none;
  position: absolute;
}

.image-45, .image-46 {
  display: none;
}

.image-47 {
  display: none;
  position: absolute;
}

.image-48 {
  width: 100%;
}

.image-49, .image-50, .note-header-mobile {
  display: none;
}

.grid-3 {
  grid-template-areas: "Area Area-2";
  justify-content: stretch;
  margin-top: 32px;
}

.grid-3.realweb-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.p-nav {
  text-transform: uppercase;
  text-decoration: none;
}

.image-53, .image-54, .image-55 {
  display: none;
}

.circle {
  background-color: var(--orange);
  border-radius: 20px;
  align-self: center;
  width: 32px;
  height: 32px;
}

.circle.circle--pink {
  background-color: var(--pink);
}

.link-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-item__arrow--clicked {
  width: 32px;
  height: 32px;
}

.menu-item__link {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
}

.menu-item__link.menu__item__link--clicked {
  color: var(--orange);
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
}

.menu-item__link.menu-item__link-pink {
  color: var(--pink);
  font-size: 32px;
  line-height: 1.2;
  text-decoration: underline;
}

.menu-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-7 {
  flex: 0 auto;
}

.section-7.hidden {
  display: block;
}

.section-7.section--pink {
  background-color: var(--pink);
  padding-top: 80px;
  padding-bottom: 80px;
}

.quick-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.person__description {
  color: var(--grey-dark);
  text-transform: none;
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.2;
}

.person__description.black {
  color: var(--black);
  text-decoration: none;
}

.person__path {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.person__path.person__path--desktop {
  font-size: 20px;
}

.person__path.person__path--mobile {
  display: none;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.person__company {
  flex: none;
  align-items: center;
  font-size: 32px;
  line-height: 1.2;
  display: flex;
}

.image-57 {
  width: 32px;
  height: 32px;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 1120px;
  display: flex;
}

.bubble {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 16px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  font-size: 64px;
  line-height: 1;
  display: flex;
  position: relative;
}

.bubble__text--orange {
  color: var(--orange);
}

.quote__heading {
  color: var(--pink);
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1;
}

.quote__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.quote__text.quote__text--small {
  display: none;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.quick-stack-2.audio__container {
  height: 450px;
  position: relative;
}

.quick-stack-3, .quick-stack-4, .quick-stack-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.audio__heading {
  text-transform: uppercase;
  line-height: 1;
}

.audio__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}

.audio__title.audio__title--small {
  display: none;
}

.audio__text {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  margin-top: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.audio__author {
  font-size: 20px;
}

.audio__author.audio__author-small {
  display: none;
}

.audio__position {
  color: var(--grey-dark);
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-16 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1120px;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.div-block-16.quote__container--small {
  width: 861px;
}

.div-block-16.div-block-16--small {
  width: 701px;
}

.image-82 {
  z-index: -1;
  position: absolute;
  inset: auto auto -8px -20px;
}

.quick-stack-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.flex-block-6 {
  grid-column-gap: 29.5px;
  grid-row-gap: 29.5px;
}

.image-83, .image-85 {
  display: none;
}

.div-block-18 {
  position: relative;
}

.image-87 {
  position: absolute;
  top: -258px;
  left: 374px;
}

.image-88 {
  position: absolute;
  top: 278px;
  left: 487px;
}

.image-89 {
  position: absolute;
  top: -55px;
  left: 64px;
}

.image-90 {
  z-index: 1;
  padding-top: 0;
  position: relative;
}

.image-91 {
  display: none;
}

.cell-4 {
  flex-flow: row;
  display: flex;
}

.image-93 {
  z-index: 1;
  position: absolute;
  inset: auto -20px 0% auto;
}

.text-block-22, .text-block-23 {
  z-index: 3;
  background-color: var(--grey-light);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
}

.image-95, .image-96 {
  z-index: 1;
  position: absolute;
  inset: auto -20px 0% auto;
}

.image-97 {
  display: none;
}

.text-block-24 {
  z-index: 3;
  background-color: var(--grey-light);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
}

.text-block-24.text-block-24--mobile {
  display: none;
}

.text-block-24.right-align {
  text-align: right;
  flex-flow: row;
  flex: none;
  display: flex;
}

.image-98 {
  object-fit: none;
}

.image-99 {
  position: absolute;
  inset: -38px auto auto -46px;
}

.image-100 {
  position: absolute;
  inset: auto -55px 47px auto;
  transform: rotate(15deg);
}

.image-102 {
  display: none;
}

.image-103 {
  position: absolute;
  top: 105.008px;
  left: 118px;
}

.div-block-19 {
  position: relative;
}

.image-104, .image-105 {
  display: none;
}

.div-block-20 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-108, .image-110, .image-112 {
  display: none;
}

.image-113 {
  position: absolute;
  top: -144px;
  left: 328px;
}

.image-114 {
  position: absolute;
  inset: auto -47px 91px auto;
}

.image-115.asddd {
  display: block;
}

.image-116 {
  display: none;
}

.text-span-5 {
  text-decoration: underline;
}

.sticker {
  width: 240px;
  position: static;
  inset: auto 0% 0% auto;
}

.sticker.sticker-1 {
  position: absolute;
  inset: 42px -12px auto auto;
}

.sticker.sticker-2 {
  position: absolute;
  inset: auto auto 130px -53px;
}

.sticker.sticker-3 {
  z-index: 5;
  position: absolute;
  inset: 4px 68px auto auto;
}

.div-block-21 {
  height: 1132px;
  position: relative;
}

.image-117 {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-118 {
  position: absolute;
  inset: 0% 74px auto auto;
}

.image-119 {
  z-index: 3;
  position: absolute;
  top: 265px;
}

.image-120 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-121 {
  position: absolute;
  inset: auto auto 41px -31px;
}

.image-122 {
  z-index: 5;
  position: absolute;
  top: 97px;
  left: 125px;
  transform: rotate(-37deg);
}

.image-123 {
  position: absolute;
  inset: auto 112px 533px auto;
}

.image-124, .image-125, .image-126, .image-127, .image-128, .image-129, .image-130 {
  display: none;
}

.flex-block-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.text-span-6 {
  color: var(--grey-dark);
}

.image-131 {
  display: none;
}

.image-132 {
  z-index: 2;
  position: absolute;
  top: 454.5px;
  left: 873.167px;
}

.image-134, .image-135 {
  display: none;
}

.image-136 {
  display: block;
  position: absolute;
  top: 34px;
  left: 20px;
  transform: rotate(-12deg);
}

.image-136.custom {
  left: -3px;
}

.image-137 {
  z-index: 5;
  position: absolute;
  inset: auto 54px 34px auto;
}

.image-138, .image-140 {
  display: none;
}

.image-141 {
  width: 400px;
  position: absolute;
  top: 33px;
  left: 84px;
}

.image-142, .image-142.dfsf {
  display: none;
}

.text-block-25 {
  font-size: 64px;
}

.div-block-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black);
  text-transform: uppercase;
  flex-flow: column;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.text-block-26.text-block-26--small {
  display: none;
}

.image-143 {
  position: absolute;
  inset: -56px -22px auto auto;
}

.image-144 {
  position: absolute;
  top: 55px;
  left: 814px;
}

.text-span-7 {
  color: var(--grey-light);
}

.text-span-8 {
  text-decoration: underline;
}

.image-145, .image-146 {
  display: none;
}

.link-7 {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.link-8 {
  padding-left: 4px;
  padding-right: 0;
  display: inline-block;
}

.text-span-9 {
  color: var(--arr-pink);
}

.audio_subtitle {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.cell-5 {
  background-color: var(--grey);
  border-radius: 4px;
  padding: 32px;
}

.text-block-27 {
  margin-top: 12px;
}

.text-block-27.player_time {
  max-width: 368px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-23 {
  margin-right: 32px;
}

.div-block-24 {
  flex-flow: row;
  flex: 0 auto;
  display: flex;
  position: relative;
}

.div-block-25 {
  margin-top: auto;
}

.text-block-28 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-span-10 {
  color: var(--grey-dark);
}

.image-147 {
  position: relative;
  top: -15px;
  left: -75.5px;
}

.image-147._148 {
  position: absolute;
  inset: 0% 273% 0% 0%;
}

.image-147.right {
  top: -5px;
  left: -90px;
  right: 0;
}

.image-147.severstal-audio-2 {
  top: 0;
  left: auto;
}

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

.div-block-26.player1-mob {
  display: none;
}

.html-embed-2 {
  max-width: 80px;
}

.image-149 {
  display: none;
}

.audio__container {
  position: relative;
}

.cell-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-150 {
  display: block;
  position: absolute;
  top: 115px;
}

.flex-block-8 {
  position: relative;
}

.flex-block-9 {
  align-items: stretch;
  height: 100%;
  position: relative;
}

.image-151 {
  display: block;
  position: absolute;
  top: 114px;
}

.image-152 {
  display: block;
  position: absolute;
  top: 111px;
  bottom: 0;
  left: -64px;
}

.image-153, .image-154 {
  display: none;
  position: absolute;
}

.image-155 {
  display: none;
}

.div-block-28 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-156 {
  display: block;
  position: absolute;
  top: 102px;
  left: 197px;
}

.image-156.asfk {
  left: -37px;
}

.image-156.oajhflaf {
  left: -9px;
}

.text-span-11 {
  text-decoration: underline;
}

.text-span-12 {
  color: var(--grey-dark);
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-30 {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.image-157 {
  position: absolute;
  top: 47px;
  left: 913.996px;
}

.image-158 {
  display: none;
}

.image-159 {
  display: none;
  position: absolute;
}

.image-160 {
  position: absolute;
  top: 125px;
}

.image-161 {
  display: none;
  position: absolute;
}

.image-162 {
  display: none;
}

.text-span-13 {
  color: var(--grey-dark);
}

.text-span-14 {
  text-decoration: underline;
}

.text-span-15 {
  color: var(--orange);
}

.image-163 {
  position: absolute;
  top: 102px;
  left: 63px;
}

.link-9, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.link-block-8.w--current {
  flex: none;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.text-block-29.p-nav {
  font-size: 32px;
}

.image-164, .image-165, .image-166, .image-167 {
  display: none;
}

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

.link-10 {
  padding-left: 4px;
  padding-right: 4px;
}

.link-11 {
  padding-left: 4px;
}

@media screen and (min-width: 1280px) {
  h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container.container--relative {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1120px;
    margin-top: -80px;
    display: flex;
    position: static;
    top: 0;
  }

  .container.lead_text_container {
    justify-content: center;
    display: flex;
  }

  .container.container--full-width {
    background-color: var(--yellow);
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container.container--full-width.container-full-image {
    background-color: #0000;
  }

  .hero {
    flex-direction: column;
    width: 100%;
    margin: 80px auto 0;
    display: block;
  }

  .hero.hero--first {
    overflow: visible;
  }

  .navigation-items {
    display: block;
  }

  .navigation {
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .intro-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .footer-wrap {
    background-color: var(--grey-light);
    margin-left: -80px;
    margin-right: -80px;
  }

  .body {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    color: #000;
    background-color: #0000;
  }

  .list {
    margin-left: 80px;
    margin-right: 80px;
  }

  .heading {
    font-weight: 400;
    text-decoration: none;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 20px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .div-block-3 {
    background-color: var(--yellow);
    border-radius: 160px;
    padding: 16px 32px;
  }

  .div-block-3.hero__left__bottom {
    background-color: #0000;
    padding: 0;
  }

  .div-block-3.speaker_section.column-bottom {
    max-width: 445px;
    display: flex;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .list-3 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: auto;
    display: flex;
  }

  .text-block-6 {
    color: var(--samolet-blue);
    font-size: 64px;
    line-height: 64px;
  }

  .link-3 {
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
  }

  .grid {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-columns: minmax(431px, 1.5fr) minmax(194px, .75fr) minmax(431px, 1.25fr);
    grid-template-areas: "Area Area-2 Area-3";
  }

  .image-8 {
    margin-left: 16px;
  }

  .div-block-6 {
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .text-block-12 {
    text-transform: uppercase;
    color: #fe61c8;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-decoration: underline;
  }

  .image-9 {
    margin-left: 20px;
  }

  .text-block-13 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
  }

  .container-2 {
    max-width: 1120px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .menu {
    display: flex;
  }

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

  .p.p--regular {
    font-weight: 400;
  }

  .h1--hero {
    font-size: 128px;
    font-weight: 500;
    line-height: 1;
  }

  .round {
    border-radius: 50px;
    width: 100px;
    height: 100px;
  }

  .round.round--pink {
    background-color: #f896d8;
    position: absolute;
  }

  .round.round--pink.round--pink-first {
    top: -250px;
    left: 183px;
  }

  .round.round--pink.round--pink-second {
    top: -74px;
    left: -127px;
  }

  .hero--note-yellow {
    font-size: 20px;
    line-height: 1.2;
    display: none;
    position: absolute;
    inset: 25% 0% 0% auto;
    transform: rotate(-8deg);
  }

  .hero--note-yellow.about-head-text-wrap {
    display: flex;
  }

  .hero--note-yellow.hero-note--first {
    top: -232px;
    right: -22px;
  }

  .hero--note-yellow.hero-note--second {
    display: flex;
    left: -52px;
  }

  .hero--note-yellow.hero-note--third {
    z-index: 3;
    display: flex;
  }

  .hero--note-yellow.hero-note--fourth {
    display: flex;
    top: 67%;
    left: -27px;
  }

  .hero--note-yellow.hero-note--grey.hero-note--grey-first {
    z-index: 2;
    display: flex;
  }

  .hero--note-yellow.hero-note--grey.hero-note--medium {
    z-index: 0;
    display: flex;
    top: 52%;
    transform: rotate(-2deg);
  }

  .hero--note-yellow.hero-note--lime {
    flex-direction: column;
    width: 928px;
  }

  .hero--note-yellow.hero-note--lime.hero-note--lime-first {
    z-index: 1;
    top: -83px;
    left: 43px;
    transform: rotate(-2deg);
  }

  .hero--note-yellow.hero-note--lime.hero-note--lime-first.test {
    top: 1230px;
  }

  .hero--note-yellow.hero-note--lime-copy {
    flex-direction: column;
    width: 928px;
  }

  .hero--note-yellow.hero-note--lime-copy.hero-note--lime-first {
    z-index: 1;
    top: -83px;
    left: 43px;
    transform: rotate(-2deg);
  }

  .hero--note-yellow.hero-note--lime-copy.hero-note--lime-first.test {
    top: 1230px;
  }

  .note-paragraph {
    background-color: #ffe45e;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .note-paragraph.note-paragraph--small {
    width: 100%;
    margin-top: -1px;
  }

  .note-paragraph.note-paragraph--grey.note-paragraph--medium {
    text-transform: uppercase;
    padding: 64px;
    font-size: 32px;
  }

  .note-paragraph.note-paragraph--grey.note-paragraph--medium.note-paragraph--medium-short {
    display: none;
  }

  .note-paragraph.note-paragraph--lime.note-paragraph--medium {
    width: 100%;
    margin-top: -1px;
    padding-top: 64px;
  }

  .image-16 {
    z-index: 2;
    bottom: 914px;
    left: 128px;
  }

  .image-18 {
    z-index: 0;
    position: absolute;
    inset: 493px 0% 8% 935px;
  }

  .image-19 {
    position: absolute;
    bottom: 91.688px;
    left: 824px;
  }

  .section-5 {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .container-3 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .grid_description, .last {
    margin-bottom: 0;
  }

  .speaker_section {
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .text-block-14 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-15 {
    color: var(--grey);
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-16 {
    color: var(--dark);
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .column-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button-2 {
    background-color: var(--yellow);
    text-transform: uppercase;
    border-radius: 160px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: auto;
    padding: 16px 32px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-17 {
    text-transform: uppercase;
    margin-right: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }

  .image-20 {
    margin-left: 20px;
  }

  .image-21.arrow_mobile {
    display: none;
  }

  .image-22 {
    margin-right: 20px;
    transition: opacity .2s;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .image-22.arrow_desktop {
    flex: none;
    transition-property: none;
    transform: none;
  }

  .flex-block-1 {
    border-color: #fffcfc;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--grey-light);
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
    padding: 32px;
    display: flex;
  }

  .div-block-7.svetlana-desktop-card {
    display: flex;
  }

  .div-block-7.svetlana-desktop-card.second--home {
    left: 420px;
  }

  .div-block-7.nina-card-desktop.first--home {
    top: 73px;
    left: 72px;
  }

  .div-block-7.julia-desktop-card {
    z-index: 5;
  }

  .div-block-7.julia-desktop-card.third--home {
    right: 64px;
  }

  .heading-3 {
    text-decoration: underline;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.paragraph--grey {
    color: var(--grey-dark);
  }

  .span--card {
    color: var(--black);
  }

  .text--card {
    color: var(--grey-dark);
    font-size: 14px;
    line-height: 1.2;
  }

  .card--link-nina {
    color: var(--pink);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2;
    display: block;
  }

  .text-block-19 {
    color: var(--pink);
    font-size: 32px;
    line-height: 1.2;
    text-decoration: none;
  }

  .link-block {
    color: var(--pink);
  }

  .flex-block-2 {
    position: relative;
  }

  .image-29 {
    width: 100px;
    height: 100px;
  }

  .image-30 {
    display: none;
  }

  .image-31 {
    z-index: 6;
    display: block;
  }

  .image-31.flower--home {
    top: 431px;
    left: 864px;
  }

  .image-32 {
    display: block;
  }

  .image-32.image-1--home {
    top: 29px;
    left: 25px;
  }

  .image-33 {
    z-index: 2;
    left: 332px;
  }

  .image-34 {
    z-index: 4;
    left: 707px;
  }

  .image-35.pink--home {
    top: 270px;
    left: 11px;
  }

  .image-36.orange--home {
    bottom: 236px;
    right: 18px;
  }

  .image-37 {
    z-index: 2;
  }

  .image-37.left-bottom--home {
    top: 519px;
  }

  .image-39 {
    z-index: 6;
  }

  .text-span-3, .text-span-4 {
    color: var(--black);
  }

  .image-40, .image-45, .div-block-11, .image-47, .note-mobile {
    display: none;
  }

  .grid-3.severstal-grid {
    grid-template-rows: auto;
  }

  .p-nav {
    display: block;
  }

  .h1 {
    font-size: 128px;
    line-height: 1;
  }

  .circle.circle--pink {
    background-color: var(--pink);
  }

  .link-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-item__link {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2;
    text-decoration: none;
  }

  .menu-item__link.menu__item__link--clicked {
    color: var(--orange);
  }

  .menu-item__link.menu-item__link-pink {
    color: var(--pink);
    text-decoration: underline;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .link-block-3.w--current {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .image-56 {
    transform: rotate(180deg);
  }

  .link-block-4 {
    display: flex;
  }

  .menu-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .container-4 {
    max-width: 1120px;
  }

  .body-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-6 {
    width: 100%;
  }

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

  .person__description {
    color: var(--grey-dark);
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2;
  }

  .person__path {
    flex: 1;
    align-self: auto;
    align-items: flex-end;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
  }

  .person__path.person__path--mobile {
    display: none;
  }

  .link-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    align-items: center;
    margin-top: 32px;
    text-decoration: none;
    display: flex;
  }

  .person__company {
    text-transform: uppercase;
    flex: none;
    align-self: flex-start;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.5;
    text-decoration: none;
  }

  .div-block-13 {
    height: 750px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .image-59 {
    z-index: 1;
    position: absolute;
  }

  .image-60 {
    z-index: 3;
    position: absolute;
    inset: 370px 0% 0% auto;
  }

  .image-61 {
    z-index: 2;
    position: absolute;
    inset: 38px 0 0 554px;
  }

  .image-62 {
    z-index: 2;
    position: absolute;
    inset: 248px 0 0% 187px;
  }

  .image-63 {
    position: absolute;
    inset: 155px 0 0 1001px;
  }

  .image-64 {
    z-index: 3;
    position: absolute;
    top: 501px;
    left: 245px;
  }

  .image-65 {
    position: absolute;
    top: 384px;
  }

  .image-66 {
    position: absolute;
    top: 50px;
    left: 807px;
  }

  .image-67 {
    position: absolute;
    top: 338px;
    left: 938px;
  }

  .image-68 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-69 {
    position: absolute;
    inset: auto auto 61px 92px;
  }

  .image-70 {
    position: absolute;
    top: 75px;
    left: 541px;
  }

  .bubble {
    text-transform: uppercase;
  }

  .bubble__text--orange {
    color: var(--orange);
    background-color: #0000;
  }

  .quote__heading {
    text-transform: uppercase;
  }

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

  .cell-2 {
    justify-content: space-between;
  }

  .quick-stack-2, .quick-stack-3, .quick-stack-4, .quick-stack-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 0;
  }

  .quick-stack-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 450px;
    padding: 0;
  }

  .flex-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 1;
    align-items: stretch;
  }

  .audio__title {
    text-transform: uppercase;
  }

  .audio__text {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    font-size: 20px;
    display: flex;
  }

  .audo__heading {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1;
  }

  .flex-block-5 {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }

  .div-block-14 {
    flex: 1;
  }

  .cell-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: stretch;
    padding: 32px;
    display: flex;
  }

  .div-block-16 {
    border-radius: 16px;
  }

  .text-block-21 {
    padding: 0;
  }

  .image-71 {
    width: 120px;
    display: block;
    position: absolute;
    inset: 24px auto auto 0%;
  }

  .image-72 {
    position: absolute;
    top: 95px;
    left: 201px;
  }

  .image-73 {
    position: absolute;
    top: 45px;
    left: 403px;
  }

  .image-74 {
    width: 138px;
    position: absolute;
    top: 29px;
    left: 627px;
  }

  .image-75 {
    width: 110px;
    position: absolute;
    top: 142px;
    bottom: 0;
    left: 1057px;
  }

  .image-76 {
    width: 120px;
    position: absolute;
    top: 548px;
    left: 35px;
  }

  .image-77 {
    width: 110px;
    position: absolute;
    top: 621px;
    left: 267px;
  }

  .image-78 {
    width: 110px;
    position: absolute;
    top: 544px;
    left: 414px;
  }

  .image-79 {
    width: 120px;
    position: absolute;
    top: 651px;
    left: 636px;
  }

  .image-80 {
    z-index: 1;
    width: 110px;
    position: absolute;
    top: 502px;
    left: 807px;
  }

  .image-81 {
    width: 120px;
    position: absolute;
    top: 621px;
    left: 1029px;
  }

  .quick-stack-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 0;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2"
                   ". Area-2"
                   / 1fr minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .quick-stack-8 {
    padding: 0;
  }

  .flex-block-6 {
    grid-column-gap: 29.5px;
    grid-row-gap: 29.5px;
  }

  .div-block-17 {
    position: relative;
  }

  .image-85 {
    display: none;
  }

  .div-block-18 {
    position: relative;
  }

  .image-89 {
    z-index: 1;
  }

  .image-90 {
    z-index: 22;
    position: relative;
  }

  .image-97 {
    flex: 0 auto;
  }

  .image-100 {
    transform: rotate(14deg);
  }

  .image-126, .image-127, .image-128, .image-129, .image-130 {
    display: none;
  }

  .flex-block-7 {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-28 {
    display: block;
  }

  .text-block-28.audio__bottom {
    display: flex;
  }

  .image-147.player1-mob {
    display: none;
    left: auto;
  }

  .image-147.severstal-audio-2 {
    left: -68.5px;
  }

  .image-155 {
    position: absolute;
  }

  .link-block-8.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .text-block-29 {
    flex: 1;
  }

  .flex-block-10 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .container.lead_text_container {
    flex-direction: row;
    align-items: center;
    font-size: 44px;
  }

  .heading-jumbo {
    font-size: 42px;
    line-height: 52px;
  }

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

  .hero.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    flex-direction: row;
    align-items: flex-end;
    padding: 80px 0 0;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  .heading {
    text-decoration: none;
  }

  .column {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .column.benefits_h_column {
    align-items: flex-start;
  }

  .image-3 {
    max-width: 32px;
    margin-left: 8px;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .div-block-3.hero__left__bottom {
    align-items: flex-end;
    display: block;
  }

  .div-block-3.speaker_section.column-bottom {
    justify-content: center;
    width: 100%;
    margin-top: 32px;
  }

  .columns {
    flex-direction: row;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .columns.speaker_columns {
    flex-direction: column-reverse;
    align-items: center;
  }

  .columns.hero_columns {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .columns.features_columns {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    margin-top: auto;
  }

  .column-2 {
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-4 {
    margin-bottom: 32px;
  }

  .text-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 52px;
    display: flex;
  }

  .link-3 {
    font-size: 52px;
  }

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

  .text-block-8 {
    padding-left: 10px;
  }

  .grid-2 {
    grid-template-columns: minmax(220px, 1fr) minmax(125px, .25fr) minmax(220px, 1fr);
    grid-template-areas: "Area Area-2 Area-3";
    width: 100%;
  }

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

  .text-block-11 {
    font-size: 18px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .link-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .link-5, .link-6 {
    font-size: 20px;
  }

  .menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-2 {
    align-items: flex-end;
    display: flex;
  }

  .container-3 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .grid_description {
    margin-bottom: 0;
  }

  .benefits {
    margin-top: 64px;
  }

  .speaker_section {
    margin-bottom: 0;
  }

  .text-block-16.speaker_subtitle {
    font-size: 18px;
    line-height: 18px;
  }

  .column-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .column-1.speaker_column {
    align-items: flex-start;
    margin-top: 32px;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .image-20 {
    max-width: 42px;
  }

  .list-item-13 {
    padding-left: 0;
    list-style-type: none;
  }

  .navbar {
    display: flex;
  }

  .nav-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .link-block-8.w--current {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .container.lead_text_container {
    text-align: left;
    align-items: stretch;
    padding-left: 0;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 36px;
    line-height: 36px;
  }

  .hero {
    margin-left: 0;
    margin-right: 0;
  }

  .hero.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 80px 0 0;
  }

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

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .body {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-direction: column;
  }

  .columns.speaker_columns {
    text-align: left;
  }

  .columns.hero_columns {
    flex-direction: column-reverse;
  }

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

  .text-block-2 {
    text-align: left;
  }

  .column-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
  }

  .list-3 {
    text-align: left;
  }

  .text-block-6, .link-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .grid {
    max-width: 500px;
  }

  .text-block-7, .text-block-8 {
    text-align: left;
  }

  .grid-2 {
    grid-template-columns: minmax(150px, 1fr) minmax(90px, .25fr) minmax(150px, 1fr);
  }

  .text-block-11, .text-block-13, .link-4, .link-6 {
    text-align: left;
  }

  .menu {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .p {
    font-size: 24px;
    line-height: 1.2;
  }

  .section-3 {
    display: block;
  }

  .section-4 {
    width: 100%;
    height: 100%;
  }

  .container-3 {
    align-items: center;
    padding-left: 16px;
    padding-right: 26px;
  }

  .lead_text {
    display: flex;
  }

  .column-1 {
    margin-top: 32px;
  }

  .text-block-18 {
    font-size: 42px;
    line-height: 42px;
  }

  .image-51 {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .container.lead_text_container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 28px;
    display: flex;
  }

  .container.container-center {
    align-items: center;
    display: flex;
  }

  .container.container--mobile {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-jumbo {
    text-align: left;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

  .heading-jumbo.severstal-jumbo {
    padding-bottom: 24px;
  }

  .hero {
    margin: 64px 0 0;
    overflow: visible;
  }

  .hero.fade {
    display: none;
  }

  .hero.hero--first {
    margin-top: 32px;
    overflow: visible;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    justify-content: space-between;
    align-items: stretch;
    height: 532px;
    margin-top: 0;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: visible;
  }

  .name-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    margin-top: 64px;
    margin-left: 0;
    padding: 32px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block {
    color: var(--black);
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    margin-top: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
  }

  .column {
    margin-top: 0;
  }

  .column.benefits_h_column {
    margin-bottom: 32px;
  }

  .image-3 {
    border-radius: 4px;
    max-width: 26px;
  }

  .image-3.arr {
    display: none;
  }

  .image-3.arr.logo-mobile {
    margin-top: 0;
    margin-left: 8px;
    display: block;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .image-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    margin-top: 32px;
  }

  .div-block-3.hero__left__bottom {
    margin-top: 0;
  }

  .div-block-3.speaker_section.column-bottom {
    justify-content: space-around;
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .columns {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .columns.speaker_columns, .columns.hero_columns {
    flex-direction: column-reverse;
  }

  .columns.features_columns {
    flex-direction: column;
  }

  .text-block-2 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .column-2 {
    margin-top: 0;
  }

  .div-block-4 {
    text-align: left;
  }

  .list-3 {
    margin-top: 0;
  }

  .text-block-3 {
    text-align: left;
    margin-top: 32px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-3.first {
    margin-top: 16px;
  }

  .text-block-5 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

  .list-item-10, .list-item-11 {
    margin-bottom: 0;
  }

  .text-block-6 {
    color: var(--severstal-blue);
    flex-wrap: nowrap;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  .link-3 {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 3500px;
  }

  .grid.realweb-color {
    margin-top: 16px;
  }

  .text-block-7 {
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
  }

  .list-4 {
    grid-row-gap: 0px;
  }

  .text-block-8 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

  .grid-2 {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-10 {
    text-decoration: none;
  }

  .image-5 {
    width: 100%;
    max-height: 200px;
  }

  .image-5.smltch_desktop {
    display: none;
  }

  .text-block-11 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    display: block;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-6 {
    flex-flow: column wrap;
    place-content: flex-start center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block-13 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-2.company-h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .link-4 {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: underline;
  }

  .link-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .link-6 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
  }

  .link-6.rw-tg {
    text-decoration: none;
  }

  .p {
    text-align: left;
    text-transform: none;
    font-size: 16px;
    display: block;
  }

  .p.hero-description-mobile {
    display: block;
  }

  .p.hero-p-mobile-hidden {
    display: none;
  }

  .h1--hero {
    text-align: left;
    width: auto;
    font-size: 60px;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    width: 64px;
    height: 64px;
    display: block;
    top: 162px;
    left: 28px;
  }

  .image-12 {
    width: 64px;
    height: 64px;
    display: block;
    top: 193px;
    left: -18px;
  }

  .image-13 {
    z-index: 2;
    width: 64px;
    height: 64px;
    display: block;
    inset: 347px 0% 0 200px;
  }

  .image-14 {
    width: 64px;
    height: 64px;
    display: block;
    top: 390px;
    left: 338px;
  }

  .hero--note-yellow.hero-note--first {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 230px;
    max-width: 230px;
    display: flex;
    top: 276px;
    left: 7px;
    right: 0%;
    overflow: visible;
    transform: rotate(-8deg);
  }

  .hero--note-yellow.hero-note--second {
    width: 230px;
    max-width: 230px;
    display: block;
    top: 98px;
    left: 166px;
    transform: rotate(10deg);
  }

  .hero--note-yellow.hero-note--third {
    z-index: 3;
    display: flex;
    top: 49px;
    left: -9px;
    transform: rotate(-8.3deg);
  }

  .hero--note-yellow.hero-note--fourth {
    display: none;
  }

  .hero--note-yellow.hero-note--grey.hero-note--grey-first {
    z-index: 2;
    align-items: flex-end;
    width: 311px;
    max-width: 311px;
    height: 311px;
    display: flex;
    inset: 0% 0 auto 8%;
    transform: rotate(-2.3deg);
  }

  .hero--note-yellow.hero-note--grey.hero-note--medium {
    width: 311px;
    max-width: 311px;
    height: 311px;
    display: flex;
    position: absolute;
    top: 328px;
    transform: rotate(-6deg);
  }

  .hero--note-yellow.hero-note--lime.hero-note--lime-first {
    z-index: 1;
    text-align: left;
    justify-content: flex-start;
    width: 311px;
    max-width: 311px;
    height: 311px;
    line-height: 1.2;
    display: flex;
    top: 157px;
    left: 78px;
    transform: rotate(6.3deg);
  }

  .hero--note-yellow.hero-note-fifth {
    display: block;
    position: absolute;
    top: 593px;
    left: 178px;
    transform: rotate(7deg);
  }

  .note-paragraph.note-paragraph--small {
    text-align: left;
    width: 230px;
    max-width: 230px;
    margin-top: -3px;
    font-size: 16px;
    line-height: 1.2;
  }

  .note-paragraph.note-paragraph--small.note-paragraph--big {
    text-transform: uppercase;
    font-size: 24px;
  }

  .note-paragraph.note-paragraph--grey.note-paragraph--big {
    text-align: left;
    flex: 1;
    order: 0;
    align-items: flex-end;
    padding: 16px;
    font-size: 24px;
    line-height: 1.2;
    display: flex;
  }

  .note-paragraph.note-paragraph--grey.note-paragraph--medium {
    display: none;
  }

  .note-paragraph.note-paragraph--grey.note-paragraph--medium.note-paragraph--medium-short {
    text-align: left;
    flex: 1;
    align-items: flex-end;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
  }

  .note-paragraph.note-paragraph--lime.note-paragraph--medium {
    text-transform: none;
    flex: 1;
    padding: 16px;
    font-size: 16px;
  }

  .flex-block {
    align-items: flex-start;
    width: 100%;
    height: 790px;
  }

  .image-15 {
    width: 100%;
  }

  .image-16 {
    width: 64px;
    display: block;
    top: 248.383px;
    bottom: 782px;
    left: -4px;
  }

  .image-18 {
    width: 64px;
    display: block;
    position: absolute;
    inset: 557px 0 0 340px;
  }

  .image-19 {
    width: 70px;
    position: absolute;
    top: 142.5px;
    left: 16px;
    transform: rotate(1deg);
  }

  .container-3 {
    flex-direction: column;
    flex: none;
    align-self: auto;
    align-items: center;
    max-width: 380px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .features {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .lead_text {
    margin-top: 64px;
    margin-bottom: 32px;
    display: flex;
  }

  .grid_description {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .benefits {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .last {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .speaker_section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .text-block-16.speaker_subtitle {
    font-size: 16px;
    line-height: 19px;
  }

  .column-1 {
    align-items: flex-start;
    margin-top: 32px;
  }

  .text-block-17 {
    margin-right: 8px;
    font-size: 22px;
    line-height: 28px;
  }

  .image-20 {
    max-width: 32px;
  }

  .smltch_mobile {
    display: block;
  }

  .image-21 {
    margin-right: 20px;
  }

  .image-21.arrow_mobile {
    display: block;
  }

  .image-22.arrow_desktop {
    width: 32px;
    display: none;
  }

  .text-block-18 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    display: block;
  }

  .image-23, .image-24, .image-25, .image-26, .image-27 {
    border-radius: 4px;
  }

  .image-28 {
    object-fit: cover;
    border-radius: 4px;
    height: 100%;
  }

  .list-item-13.arr-item {
    margin-bottom: 24px;
  }

  .flex-block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
  }

  .div-block-7.svetlana-desktop-card {
    padding: 16px;
    position: static;
    transform: rotate(-1deg);
  }

  .div-block-7.nina-card-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
    position: static;
    transform: rotate(2deg);
  }

  .div-block-7.julia-desktop-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
    position: static;
    transform: rotate(-2.49deg);
  }

  .div-block-7.julia-desktop-card.margin-top {
    margin-top: 80px;
  }

  .heading-3, .text--card {
    text-align: left;
  }

  .text-block-19 {
    text-align: center;
    border-radius: 1000px;
    width: 100%;
    font-size: 24px;
  }

  .text-block-19.button--pink {
    background-color: var(--pink);
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .text-block-19.button--blue {
    background-color: var(--blue);
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .text-block-19.button--orange {
    background-color: var(--orange);
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .link-block {
    text-decoration: none;
  }

  .flex-block-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    object-fit: contain;
    flex: 1;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    display: grid;
  }

  .image-29 {
    width: 80px;
    height: 80px;
    position: static;
  }

  .image-29.arrow--julia {
    transform: rotate(-28deg);
  }

  .image-29.arrow-svetlana {
    transform: rotate(-12deg);
  }

  .image-30 {
    width: 80px;
    height: 80px;
    display: block;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 64px;
    display: flex;
  }

  .div-block-9.div-block-9-height {
    height: 753px;
  }

  .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    display: none;
  }

  .image-40 {
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: 207px;
    left: 312px;
  }

  .image-41 {
    aspect-ratio: 1;
    object-fit: cover;
    overflow: auto;
  }

  .image-42, .image-43 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .image-44 {
    display: none;
  }

  .image-45 {
    display: block;
    position: absolute;
    inset: -16px auto 0% 289px;
    overflow: visible;
  }

  .div-block-10 {
    position: relative;
    overflow: visible;
  }

  .div-block-11 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
    display: flex;
    position: relative;
  }

  .image-46 {
    display: block;
    position: absolute;
    top: 41.5938px;
    left: 163px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .image-47 {
    display: block;
    position: absolute;
    top: 206px;
    left: 48px;
  }

  .note-mobile {
    width: 100%;
    display: block;
  }

  .image-48 {
    max-width: 100%;
    display: none;
  }

  .image-49 {
    display: block;
  }

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

  .note-header-mobile {
    text-transform: none;
    object-fit: fill;
    width: 230px;
    max-width: 230px;
    display: block;
  }

  .image-51 {
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    grid-template-areas: "Area"
                         "Area-2";
  }

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

  .grid-3.realweb-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 422px);
  }

  .p-nav {
    font-size: 24px;
    line-height: 1.2;
  }

  .image-52 {
    display: none;
  }

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

  .image-54 {
    width: 80px;
    height: 80px;
    display: block;
    transform: rotate(2deg);
  }

  .image-55 {
    width: 80px;
    height: 80px;
    display: block;
  }

  .circle {
    width: 20px;
    height: 20px;
  }

  .circle.circle--pink {
    background-color: var(--pink);
    flex: none;
    align-self: auto;
  }

  .menu-item__arrow--clicked {
    width: 20px;
    height: 20px;
  }

  .menu-item__link {
    text-transform: uppercase;
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: center;
    align-self: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    display: flex;
  }

  .menu-item__link.menu__item__link--clicked {
    overflow-wrap: normal;
    justify-content: flex-start;
    align-self: center;
    font-size: 24px;
    font-style: normal;
    display: flex;
  }

  .menu-item__link.menu-item__link-pink {
    flex-wrap: wrap;
    font-size: 24px;
    display: flex;
  }

  .image-56 {
    width: 32px;
    transform: rotate(180deg);
  }

  .menu-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    word-break: normal;
    overflow-wrap: break-word;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  .menu-item__image {
    order: -1;
    width: 32px;
    height: 32px;
  }

  .menu-item__arrow {
    width: 32px;
  }

  .section-7, .section-7.section-7--small {
    margin-top: 32px;
  }

  .section-7.section--pink {
    padding: 32px;
    overflow: visible;
  }

  .section-7.audio {
    margin-bottom: 32px;
  }

  .quick-stack {
    grid-row-gap: 32px;
    flex: 0 auto;
    order: 0;
  }

  .person__description {
    margin-top: 0;
    font-size: 16px;
  }

  .person__description.black {
    text-align: left;
  }

  .person__path {
    letter-spacing: 0;
    font-weight: 400;
  }

  .person__path.person__path--desktop {
    display: none;
  }

  .person__path.person__path--mobile {
    margin-top: 16px;
    text-decoration: none;
    display: block;
  }

  .link-block-5 {
    flex-flow: row;
    flex: 0 auto;
    place-content: center flex-start;
    align-self: auto;
  }

  .person__company {
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    font-size: 24px;
    overflow: visible;
  }

  .image-57 {
    flex: 0 auto;
  }

  .cell {
    grid-row-gap: 16px;
    text-align: left;
  }

  .image-58 {
    flex: 0 auto;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bubble {
    z-index: 1;
    text-align: right;
    flex-flow: row;
    align-self: auto;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
    display: flex;
    position: relative;
  }

  .quote__heading {
    font-size: 32px;
  }

  .quote__text {
    font-size: 16px;
  }

  .quote__text.quote__text--small {
    display: block;
  }

  .quote__text.quote__text--big {
    display: none;
  }

  .quick-stack-2 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .quick-stack-2.audio__container {
    height: auto;
  }

  .quick-stack-2.audio__container.marginn {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-3, .quick-stack-4, .quick-stack-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    padding: 0 32px;
  }

  .audio__heading {
    font-size: 32px;
  }

  .audio__title {
    text-align: left;
    flex-flow: column;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .audio__title.audio__title--small {
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .audio__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .audio__text.audio__text--no-margin {
    margin-top: 0;
  }

  .audio__author {
    text-align: left;
    font-size: 16px;
    display: block;
  }

  .audio__author.audio__author-small {
    display: block;
  }

  .audio__author.audio__author--big {
    display: none;
  }

  .audio__position.audio__poisition--small {
    color: #1b1b1b4f;
  }

  .div-block-15 {
    background-color: #0000;
    height: auto;
    display: none;
    position: static;
  }

  .div-block-16 {
    background-color: var(--yellow);
    border-radius: 0;
    padding: 32px 16px 16px 32px;
  }

  .div-block-16.div-block-16--small {
    width: 100%;
    padding-right: 32px;
  }

  .div-block-16.div-block-16--small.div-block-16--grey {
    background-color: var(--grey-light);
    display: none;
  }

  .image-82 {
    display: none;
  }

  .flex-block-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 175px;
    display: flex;
    position: relative;
  }

  .image-83 {
    display: block;
    position: absolute;
    top: 0;
    left: 64.5px;
  }

  .image-84 {
    display: none;
  }

  .image-85 {
    z-index: 1;
    display: block;
    position: absolute;
    inset: 38px 0 0 22px;
  }

  .image-86, .image-87, .image-88, .image-89 {
    display: none;
  }

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

  .image-92 {
    display: none;
  }

  .image-94 {
    position: absolute;
    top: 22.8848px;
    left: 54.0859px;
  }

  .text-block-22 {
    z-index: 2;
    padding: 16px;
    position: relative;
  }

  .text-block-23 {
    z-index: 2;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    padding: 16px;
    display: flex;
    position: relative;
  }

  .image-97 {
    margin-right: 20px;
    display: block;
  }

  .text-block-24 {
    flex-flow: column;
    flex: 0 auto;
    display: none;
  }

  .text-block-24.text-block-24--mobile {
    z-index: 2;
    padding: 16px;
    display: flex;
  }

  .text-block-24.right-align {
    flex: 0 auto;
    padding: 16px;
  }

  .image-98, .image-99, .image-100, .image-101 {
    display: none;
  }

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

  .image-103 {
    display: none;
  }

  .image-104 {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-105 {
    display: block;
  }

  .image-106, .image-107 {
    display: none;
  }

  .image-108 {
    margin-top: 32px;
    display: block;
  }

  .image-109 {
    display: none;
  }

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

  .image-111 {
    display: none;
  }

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

  .html-embed {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-113, .image-114, .image-115, .image-115.asddd {
    display: none;
  }

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

  .sticker.sticker-1, .sticker.sticker-2, .sticker.sticker-3 {
    display: none;
  }

  .div-block-21 {
    width: 100%;
    height: 800px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-117, .image-119, .image-120, .image-121 {
    display: none;
  }

  .image-122 {
    z-index: 3;
    width: 64px;
    height: 64px;
    top: 234px;
    left: -4px;
  }

  .image-123 {
    z-index: 4;
    width: 64px;
    height: 64px;
    bottom: 177px;
    right: -28px;
  }

  .sticker--mobile {
    width: 230px;
  }

  .sticker--mobile.sticker-1 {
    position: absolute;
    top: 78px;
    left: 159px;
  }

  .image-124 {
    display: block;
    position: absolute;
    top: 73px;
    left: 151px;
  }

  .image-125 {
    display: block;
    position: absolute;
    bottom: 114px;
    left: -15px;
  }

  .image-126 {
    z-index: 4;
    display: block;
    position: absolute;
  }

  .image-127 {
    z-index: 5;
    display: block;
    position: absolute;
    top: 30px;
    left: -10px;
  }

  .image-128 {
    z-index: 3;
    display: block;
    position: absolute;
    top: 161px;
    bottom: 627px;
    left: 55px;
  }

  .image-129 {
    z-index: 2;
    display: block;
    position: absolute;
    top: 321px;
    left: -22px;
  }

  .image-130 {
    display: block;
    position: absolute;
    bottom: 13px;
    right: -47px;
  }

  .image-132, .image-133 {
    display: none;
  }

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

  .image-135 {
    display: block;
  }

  .image-136, .image-137 {
    display: none;
  }

  .image-138 {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 66px;
  }

  .image-138.cusss {
    bottom: -50px;
    left: -2px;
    transform: rotate(15deg);
  }

  .image-139 {
    position: absolute;
    top: 222px;
  }

  .image-140 {
    z-index: 0;
    display: block;
    position: absolute;
    bottom: 352px;
    left: 74px;
  }

  .image-141 {
    width: 150px;
    display: block;
    inset: auto 15px 21px auto;
    transform: rotate(18deg);
  }

  .image-142 {
    width: 100%;
    display: block;
    overflow: visible;
  }

  .image-142.dfsf {
    display: block;
  }

  .text-block-26 {
    font-size: 42px;
    display: none;
  }

  .text-block-26.text-block-26--small {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
    display: block;
  }

  .image-143, .image-144 {
    display: none;
  }

  .text-span-7 {
    color: #1b1b1b4f;
  }

  .image-145 {
    display: block;
    position: absolute;
    top: 53px;
    left: 95px;
  }

  .image-146 {
    z-index: 6;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    inset: 0 51px auto auto;
    overflow: visible;
  }

  .audio_subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .cell-5 {
    padding-top: 32px;
    display: block;
  }

  .div-block-24 {
    align-items: center;
  }

  .div-block-25 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-28 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-147 {
    z-index: 9999;
    top: 2px;
    left: auto;
  }

  .image-147.right {
    display: block;
    left: 0;
  }

  .image-147.severstal-audio-2, .div-block-26 {
    display: none;
  }

  .div-block-26.player1-mob {
    display: block;
    position: relative;
    top: -49px;
  }

  .image-148 {
    display: none;
  }

  .image-149, .div-block-27 {
    display: block;
  }

  .image-150, .image-151, .image-152 {
    display: none;
  }

  .image-153 {
    width: 240px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: -94px;
  }

  .image-154 {
    width: 200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-155 {
    position: absolute;
    top: -85px;
  }

  .image-156, .image-156.asfk, .image-157 {
    display: none;
  }

  .image-158 {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: -69px;
  }

  .image-159 {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: -102px;
  }

  .image-160 {
    display: none;
  }

  .image-161 {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: -76px;
  }

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

  .image-163 {
    display: none;
  }

  .div-block-31 {
    flex-flow: column-reverse;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .link-9 {
    text-decoration: none;
  }

  .link-block-8 {
    display: flex;
  }

  .text-block-29.p-nav {
    font-size: 24px;
  }

  .image-164 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-165 {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .link-10 {
    display: inline-block;
  }
}

#w-node-afd175f5-0207-a066-1c18-3ff02f06a4ee-bcbfea82, #w-node-_29c35e33-32c5-e5cf-8e3f-f44a834f30e2-bcbfea82, #w-node-_9f0caf03-3130-436e-7c31-af933571a4fe-bcbfea82, #w-node-da88ffb8-fbfb-ee97-426f-722579a0f68d-bcbfea82, #w-node-c9040fc2-6e25-8a87-78c0-cf1916c7c9c2-bcbfea82, #w-node-dbcf4a3b-4f94-1f06-eb97-254d01519294-bcbfea82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c07fa208-4b2b-1edf-3e99-d2e273fbdfba-bcbfea82 {
  grid-area: Area;
}

#w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66d-bcbfea82 {
  grid-area: Area-3;
}

#w-node-afd175f5-0207-a066-1c18-3ff02f06a4ee-94e216c5, #w-node-_29c35e33-32c5-e5cf-8e3f-f44a834f30e2-94e216c5, #w-node-_9f0caf03-3130-436e-7c31-af933571a4fe-94e216c5, #w-node-da88ffb8-fbfb-ee97-426f-722579a0f68d-94e216c5, #w-node-c9040fc2-6e25-8a87-78c0-cf1916c7c9c2-94e216c5, #w-node-dbcf4a3b-4f94-1f06-eb97-254d01519294-94e216c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66d-94e216c5 {
  grid-area: Area-2;
}

#w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66e-94e216c5 {
  grid-area: Area;
}

#w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-3db9842e, #w-node-aa8ff56e-2e20-cde4-8136-011c2ca9b320-3db9842e, #w-node-_1cae8cc4-025c-f88f-56e3-68c756de8bbc-3db9842e, #w-node-_8f205d6a-1162-3c1c-d71b-da2be17bb5ab-3db9842e, #w-node-_5257d947-c1b7-9a8d-4cee-9f59786d0baf-3db9842e, #w-node-_0e1e007f-3beb-903c-9fea-ae126f86cf5b-3db9842e, #w-node-a0a15829-74c6-fbfc-7090-38a92262e090-3db9842e, #w-node-c208afd9-3182-4312-0fc0-af2ff60d716a-3db9842e, #w-node-cbc2f5a3-9358-5702-c531-f32c3185f0ad-3db9842e, #w-node-_583e0be8-d5a8-ddc6-dc9b-835f20a8c4f8-3db9842e, #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-f55210b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6757fca4-732c-4354-c82d-859e29970d3a-f55210b9, #w-node-_6757fca4-732c-4354-c82d-859e29970d3b-f55210b9, #w-node-_6757fca4-732c-4354-c82d-859e29970d3c-f55210b9, #w-node-_6757fca4-732c-4354-c82d-859e29970d3d-f55210b9, #w-node-_6757fca4-732c-4354-c82d-859e29970d3e-f55210b9, #w-node-_6757fca4-732c-4354-c82d-859e29970d3f-f55210b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5af5f6fe-9631-72d6-9e7f-d237328a0525-f55210b9, #w-node-_1cae8cc4-025c-f88f-56e3-68c756de8bbc-f55210b9, #w-node-_8f205d6a-1162-3c1c-d71b-da2be17bb5ab-f55210b9, #w-node-_058610ab-2e91-c4f2-936f-b73a6a20b4dd-f55210b9, #w-node-a0a15829-74c6-fbfc-7090-38a92262e090-f55210b9, #w-node-_1716d568-5b8f-708f-0157-5fa7891ed44a-f55210b9, #w-node-cbc2f5a3-9358-5702-c531-f32c3185f0ad-f55210b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-afd175f5-0207-a066-1c18-3ff02f06a4ee-18b56e6d, #w-node-_29c35e33-32c5-e5cf-8e3f-f44a834f30e2-18b56e6d, #w-node-_9f0caf03-3130-436e-7c31-af933571a4fe-18b56e6d, #w-node-da88ffb8-fbfb-ee97-426f-722579a0f68d-18b56e6d, #w-node-c9040fc2-6e25-8a87-78c0-cf1916c7c9c2-18b56e6d, #w-node-dbcf4a3b-4f94-1f06-eb97-254d01519294-18b56e6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4ac254-98af-bd94-7842-8663d256f1dd-18b56e6d {
  grid-area: Area;
}

#w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66d-18b56e6d {
  grid-area: Area-2;
}

#w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66e-18b56e6d {
  grid-area: Area;
}

#w-node-afd175f5-0207-a066-1c18-3ff02f06a4ee-16f76b55, #w-node-_29c35e33-32c5-e5cf-8e3f-f44a834f30e2-16f76b55, #w-node-_9f0caf03-3130-436e-7c31-af933571a4fe-16f76b55, #w-node-da88ffb8-fbfb-ee97-426f-722579a0f68d-16f76b55, #w-node-c9040fc2-6e25-8a87-78c0-cf1916c7c9c2-16f76b55, #w-node-dbcf4a3b-4f94-1f06-eb97-254d01519294-16f76b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-53c17653, #w-node-_5af5f6fe-9631-72d6-9e7f-d237328a0525-53c17653, #w-node-_1cae8cc4-025c-f88f-56e3-68c756de8bbc-53c17653, #w-node-_8f205d6a-1162-3c1c-d71b-da2be17bb5ab-53c17653, #w-node-c3cf3404-89a8-ddb8-12cb-b2ea026e39b0-53c17653, #w-node-a0a15829-74c6-fbfc-7090-38a92262e090-53c17653, #w-node-ec6175f4-ee36-ea38-fb20-e5db8eb2d8e9-53c17653 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aeae147d-636f-e544-df55-1878a2218a8d-53c17653 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-cbc2f5a3-9358-5702-c531-f32c3185f0ad-53c17653 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-c07fa208-4b2b-1edf-3e99-d2e273fbdfb9-bcbfea82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66d-bcbfea82 {
    grid-area: Area-3;
  }

  #w-node-ee4ac254-98af-bd94-7842-8663d256f1dd-94e216c5, #w-node-_58e91fe1-df14-a1da-d6a5-a0a508c8e66d-94e216c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-3db9842e {
    display: grid;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e578-3db9842e {
    order: 0;
  }

  #w-node-aa8ff56e-2e20-cde4-8136-011c2ca9b320-3db9842e, #w-node-_5257d947-c1b7-9a8d-4cee-9f59786d0baf-3db9842e, #w-node-c208afd9-3182-4312-0fc0-af2ff60d716a-3db9842e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-f55210b9 {
    display: grid;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e578-f55210b9 {
    order: 0;
  }

  #w-node-_5af5f6fe-9631-72d6-9e7f-d237328a0525-f55210b9, #w-node-_058610ab-2e91-c4f2-936f-b73a6a20b4dd-f55210b9, #w-node-_1716d568-5b8f-708f-0157-5fa7891ed44a-f55210b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-53c17653 {
    display: grid;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e578-53c17653 {
    order: 0;
  }

  #w-node-_5af5f6fe-9631-72d6-9e7f-d237328a0525-53c17653, #w-node-c3cf3404-89a8-ddb8-12cb-b2ea026e39b0-53c17653, #w-node-ec6175f4-ee36-ea38-fb20-e5db8eb2d8e9-53c17653 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e12f9f6-a04a-5239-ab07-d87184704036-24c63e7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3bb0bf37-8821-8e8c-cf5a-c5deb14c2e73-24c63e7b {
    place-self: center;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-3db9842e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e578-3db9842e {
    order: 9999;
  }

  #w-node-aa8ff56e-2e20-cde4-8136-011c2ca9b320-3db9842e, #w-node-_1cae8cc4-025c-f88f-56e3-68c756de8bbc-3db9842e, #w-node-_8f205d6a-1162-3c1c-d71b-da2be17bb5ab-3db9842e, #w-node-_5257d947-c1b7-9a8d-4cee-9f59786d0baf-3db9842e, #w-node-_0e1e007f-3beb-903c-9fea-ae126f86cf5b-3db9842e, #w-node-a0a15829-74c6-fbfc-7090-38a92262e090-3db9842e, #w-node-c208afd9-3182-4312-0fc0-af2ff60d716a-3db9842e, #w-node-cbc2f5a3-9358-5702-c531-f32c3185f0ad-3db9842e, #w-node-_583e0be8-d5a8-ddc6-dc9b-835f20a8c4f8-3db9842e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_403a2b0e-998d-4fe0-1fe9-9dc305ed149c-3db9842e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_403a2b0e-998d-4fe0-1fe9-9dc305ed149d-3db9842e {
    place-self: center;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-f55210b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e578-f55210b9 {
    order: 9999;
  }

  #w-node-_5af5f6fe-9631-72d6-9e7f-d237328a0525-f55210b9, #w-node-_1cae8cc4-025c-f88f-56e3-68c756de8bbc-f55210b9, #w-node-_8f205d6a-1162-3c1c-d71b-da2be17bb5ab-f55210b9, #w-node-_058610ab-2e91-c4f2-936f-b73a6a20b4dd-f55210b9, #w-node-a0a15829-74c6-fbfc-7090-38a92262e090-f55210b9, #w-node-_1716d568-5b8f-708f-0157-5fa7891ed44a-f55210b9, #w-node-cbc2f5a3-9358-5702-c531-f32c3185f0ad-f55210b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d47c95b-6ab7-51e8-6e74-f86320527da0-f55210b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d47c95b-6ab7-51e8-6e74-f86320527da1-f55210b9 {
    place-self: center;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e576-53c17653 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94c40172-8ce7-b53e-afa4-8585b556e578-53c17653 {
    order: 9999;
  }

  #w-node-_5af5f6fe-9631-72d6-9e7f-d237328a0525-53c17653, #w-node-_1cae8cc4-025c-f88f-56e3-68c756de8bbc-53c17653, #w-node-_8f205d6a-1162-3c1c-d71b-da2be17bb5ab-53c17653, #w-node-c3cf3404-89a8-ddb8-12cb-b2ea026e39b0-53c17653, #w-node-a0a15829-74c6-fbfc-7090-38a92262e090-53c17653, #w-node-ec6175f4-ee36-ea38-fb20-e5db8eb2d8e9-53c17653 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aeae147d-636f-e544-df55-1878a2218a8d-53c17653 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-cbc2f5a3-9358-5702-c531-f32c3185f0ad-53c17653 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_01a79f7b-015a-356e-f40e-338bba59c286-53c17653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01a79f7b-015a-356e-f40e-338bba59c287-53c17653 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Mabrypro';
  src: url('../fonts/MabryPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mabrypro';
  src: url('../fonts/MabryPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mabrypro';
  src: url('../fonts/MabryPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mabrypro';
  src: url('../fonts/MabryPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}