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

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

:root {
  --text-secondary: #a0a0a0;
  --text-color: white;
  --border-color: #efefef99;
  --secondary-gray: #43434369;
  --primary-color: #ff2629;
  --deep-dark: #1c1c1c;
  --color-russia: #283b81;
  --color-usa: #3794cb;
  --color-germany: #b16026;
  --color-uae: #933939;
  --color-india: #a62d51;
  --color-thailand: #398a8d;
  --color-belarus: #6b8d38;
  --mobile: 767px;
}

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

@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 {
  background-color: #1c1c1c;
  max-width: 100vw;
  max-height: fit-content;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden visible;
}

.header-video {
  background-color: #0003;
  height: 100%;
}

.header-video.header-video_mobile {
  display: none;
}

.header-content-wrapper {
  background-color: #0000;
  border-bottom: 0 #e4ebf3;
  width: 80vw;
  margin: auto;
  padding: 40px 0 140px;
  font-size: 20px;
  line-height: 24.6px;
  position: relative;
  overflow: visible;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.header-navigation-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  border: 0 solid #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  max-height: 40px;
  margin-bottom: 140px;
  display: flex;
}

.komitet-logo {
  color: #fff;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SaarSPDemo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 38.24px;
  display: block;
}

.language-toggle-text {
  color: #fff;
  padding-right: 8px;
  font-family: ClashGrotesk, sans-serif;
  font-size: 16px;
  line-height: 19.68px;
}

.language-toggle-text.language-toggle-text_ru {
  font-family: Manrope, sans-serif;
  line-height: 21.68px;
}

.language-toggle-icon {
  color: #fff;
  margin-left: 0;
}

.language-toggle {
  display: inline-block;
}

.language-toggle.header-nav-link {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.header-navbar {
  color: #fff;
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  font-family: ClashGrotesk, sans-serif;
  font-size: 16px;
  line-height: 19.68px;
  display: block;
}

.container-2 {
  color: #fff;
}

.header-nav-link {
  color: #fff;
  font-family: ClashGrotesk, sans-serif;
  display: inline-block;
}

.header-nav-link.header-nav-link_ru {
  font-family: Manrope, sans-serif;
  line-height: 21.68px;
}

.header-nav-list {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  font-family: ClashGrotesk, sans-serif;
  display: block;
}

.h1 {
  max-width: 40%;
  max-height: 19%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: SaarSPDemo, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 95.6px;
  display: block;
}

.link-wrapper {
  grid-column-gap: 4px;
  color: #fff;
  cursor: pointer;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  font-family: ClashGrotesk, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-wrapper:where(.w-variant-9ec22510-415b-5560-1239-1759fadb5053) {
  font-family: Manrope, sans-serif;
  line-height: 27.32px;
}

.frame-1469 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-family: ClashGrotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-404 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 19px;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.link-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  text-decoration: none;
  display: flex;
}

.header-logo-wrapper {
  font-family: SaarSPDemo, sans-serif;
}

.header-navbar-wrapper {
  font-family: ClashGrotesk, sans-serif;
}

.about-us {
  border-radius: 0;
  position: relative;
}

.about-us.main-background {
  color: #fff;
  background-color: #1c1c1c;
}

.content-wrapper {
  width: 80vw;
  max-width: 100%;
  margin: auto;
  padding-top: 180px;
  padding-left: 0;
  padding-right: 0;
}

.frame-1475 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 204px;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}

.section-title-wrapper {
  grid-column-gap: 10px;
  color: #fff;
  text-wrap: nowrap;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 50px;
  padding: 8px 24px;
  display: flex;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.h2.h2_ru {
  font-family: Manrope, sans-serif;
  line-height: 38.25px;
}

.services {
  position: relative;
}

.projects {
  grid-template-columns: .25fr .25fr .25fr 48px .25fr .25fr;
}

.section-article {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 61.5px;
  display: block;
}

.section-article.section-article_ru {
  font-family: Manrope, sans-serif;
  font-size: 44px;
  line-height: 60.5px;
}

.section-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-article-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 70%;
  font-size: 50px;
  line-height: 61.5px;
  display: flex;
}

.paragraph {
  text-transform: uppercase;
}

.section-span {
  color: #ee352a;
}

.section-paragraph {
  text-align: left;
  justify-content: flex-end;
  max-width: 70%;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 24px;
  line-height: 29.52px;
  display: block;
}

.section-paragraph.section-paragraph_ru {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 27.32px;
}

.accordion-item {
  text-align: left;
  cursor: pointer;
  background-color: #43434369;
  border: 1px solid #efefef99;
  border-radius: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 192px;
  margin-top: -20px;
  padding: 40px 32px;
  display: flex;
}

.accordion-header {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: ClashGrotesk, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 63.96px;
}

.accordion-header:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-header.ru-4, .accordion-header.ru-16, .accordion-header.ru-28 {
  font-family: Manrope, sans-serif;
  font-size: 48px;
  line-height: 65.57px;
}

.accoridon-description {
  color: var(--text-secondary);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 16px;
  line-height: 19.68px;
}

.accoridon-description:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accoridon-description.ru-7, .accoridon-description.ru-19, .accoridon-description.ru-31 {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 21.68px;
}

.accordion-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-article-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  display: none;
}

.paragraph-3 {
  margin-top: 32px;
}

.accordion-article {
  max-width: 70%;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 32px;
  line-height: 39.36px;
}

.accordion-article:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-article.ru-11, .accordion-article.ru-23, .accordion-article.ru-35 {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  line-height: 38.25px;
}

.accordion {
  width: 100%;
  margin-top: 80px;
}

.partner-wrapper {
  border: 1px solid var(--border-color);
  background-color: var(--secondary-gray);
  border-radius: 20px;
  min-width: 400px;
  max-width: 400px;
  min-height: 212px;
  max-height: 212px;
  overflow: hidden;
}

.partner-wrapper.partner-1 {
  z-index: 1000;
  cursor: pointer;
  grid-area: 1 / 3 / span 3;
  text-decoration: none;
  position: relative;
}

.partner-wrapper.partner-2 {
  z-index: 1000;
  grid-area: 1 / 5 / span 1 / span 2;
  text-decoration: none;
  position: relative;
}

.partner-wrapper.partner-3 {
  z-index: 1000;
  grid-area: 2 / 6 / span 4;
  text-decoration: none;
  position: relative;
}

.partners-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." .25fr
                 "." 48px
                 "." .25fr
                 "." .25fr
                 "." .25fr
                 / .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row dense;
  place-content: space-around stretch;
  align-items: end;
  height: 100%;
  min-height: 470px;
  max-height: 470px;
  margin-top: 60px;
  display: grid;
}

.partner-header {
  border: 1px solid #72727299;
  height: 130px;
  padding: 20px 32px;
  display: flex;
}

.partner-name {
  color: #fff;
  margin-bottom: 0;
  padding: 24px;
  font-size: 24px;
  line-height: 28.8px;
}

.partner-name.h4 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  display: flex;
}

.partner-name.h4:where(.w-variant-f0090e6b-5cb5-2633-8484-7f3abff1365d), .partner-name.h4.partner-name_ru {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32.78px;
}

.partner-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.small-article-description {
  color: var(--text-secondary);
  font-family: ClashGrotesk, sans-serif;
  font-size: 16px;
  line-height: 19.68px;
  text-decoration: none;
}

.small-article-description.expertise-description {
  max-width: 70%;
  margin-bottom: 0;
  text-decoration: none;
}

.small-article-description.expertise-description:where(.w-variant-e0e187d4-3b83-32c2-6c55-265395af7054) {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 20.49px;
}

.small-article-description.small-article-description_ru {
  font-family: Manrope, sans-serif;
  line-height: 21.86px;
}

.platforms-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.platform-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color);
  background-color: var(--secondary-gray);
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 8px);
  height: 88px;
  padding: 20px 32px;
  font-family: ClashGrotesk, sans-serif;
  display: flex;
}

.h4 {
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h4:where(.w-variant-feeb1d12-8969-c7f3-ab0e-b7a331aff828) {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32.78px;
}

.h4.expertise-title {
  text-transform: uppercase;
  margin-bottom: 8px;
}

.h4.expertise-title:where(.w-variant-e0e187d4-3b83-32c2-6c55-265395af7054) {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 24.59px;
}

.platform-others {
  color: #818181;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 36px;
  line-height: 43.2px;
}

.platform-others.platform-others_ru {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  line-height: 49.182px;
}

.expertise-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.expertise-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #747474;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.expertise-left {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.questions {
  justify-content: space-between;
  width: 80vw;
  margin: auto;
  padding: 180px 0 80px;
  display: flex;
}

.footer {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  flex-flow: column;
  width: 80vw;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.questions-title-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 767px;
  margin-left: 10%;
  display: flex;
}

.questions-controls-wrapper {
  flex-flow: column;
  margin-right: 10%;
  display: flex;
}

.questions-text {
  color: #fff;
  width: fit-content;
  margin-bottom: 0;
  font-family: SaarSPDemo, sans-serif;
  font-size: 98px;
  line-height: 124px;
}

.questions-span.questions-text {
  color: var(--primary-color);
  text-align: right;
  margin-top: -20px;
  margin-bottom: 0;
}

.questions-span-wrapper {
  align-self: flex-end;
}

.questions-control-wrapper {
  border: 1px solid var(--border-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  font-family: ClashGrotesk, sans-serif;
  text-decoration: none;
  display: flex;
}

.questions-control-wrapper:where(.w-variant-df479777-797c-9c08-2b97-98b41b397ca2) {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 16.39px;
}

.questions-control-wrapper.questions-control-wrapper-contact {
  cursor: pointer;
  margin-top: -40px;
  margin-left: 50px;
}

.questions-control-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 12px;
  line-height: 14.76px;
}

.questions-control-text:where(.w-variant-df479777-797c-9c08-2b97-98b41b397ca2), .questions-control-text.questions-control-text_ru {
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 16.39px;
}

.link-arrow {
  width: 24px;
  height: 24px;
}

.platform-image {
  margin-right: 24px;
}

.partner-image {
  object-fit: cover;
  border-radius: 12px;
}

.accordion-description-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.footer-copyright {
  justify-content: flex-end;
  max-width: 50%;
  display: flex;
}

.footer-copyright-text {
  color: #ffffff80;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: ClashGrotesk, sans-serif;
  font-size: 12px;
  line-height: normal;
}

.footer-copyright-text.footer-copyright-text_ru {
  font-family: Manrope, sans-serif;
  line-height: 16.39px;
}

.footer-privacy-copyright {
  color: var(--text-secondary);
  margin-bottom: 4px;
  font-family: ClashGrotesk, sans-serif;
  font-size: 12px;
  line-height: normal;
}

.footer-privacy-copyright.footer-privacy-copyright_ru {
  font-family: Manrope, sans-serif;
  line-height: 16.39px;
}

.footer-privacy-policy {
  color: var(--text-color);
  margin-bottom: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 12px;
  line-height: 14.76px;
  transition: color .3s;
}

.footer-privacy-policy:hover {
  color: var(--text-secondary);
}

.footer-privacy-policy.footer-privacy-policy_ru {
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.list-item {
  list-style: none;
}

.footer-list {
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 0;
  padding-left: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 12px;
  line-height: normal;
  list-style: none;
}

.footer-list-title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 19.68px;
}

.footer-list-title.footer-list-title_ru {
  font-family: Manrope, sans-serif;
  line-height: 21.86px;
}

.footer-list-item {
  color: var(--text-secondary);
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 19.68px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-list-item:hover {
  color: var(--primary-color);
}

.footer-list-item.footer-list-item_ru {
  font-family: Manrope, sans-serif;
  line-height: 21.86px;
}

.footer-lists {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.paragraph-4 {
  text-decoration: none;
}

.paragraph-4:where(.w-variant-f0090e6b-5cb5-2633-8484-7f3abff1365d) {
  font-family: Manrope, sans-serif;
  line-height: 21.86px;
}

.link-icon-red {
  display: none;
}

.accordion-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-plus-icon {
  margin-bottom: 16px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  transform: rotate(45deg);
}

.accordion-link-wrapper {
  display: none;
}

.about-us-images {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  flex-flow: column;
  width: 70%;
  margin-top: 60px;
  display: flex;
}

.about-us-image {
  border-radius: 20px;
}

.about-us-image.about-us-image-top {
  text-align: left;
  margin-right: 100%;
}

.about-us-image.about-us-image-bottom {
  margin-left: auto;
}

.rocket-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 544px;
  height: 1200px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 10%;
  overflow: hidden visible;
}

.rocket-wrapper.rocket-wrapper_desktop {
  overflow: clip;
}

.rocket-rectangle {
  border: 1px solid var(--border-color);
  background-color: var(--secondary-gray);
  border-radius: 20px;
  width: 270px;
  height: 426px;
  position: relative;
}

.rocket-image {
  mix-blend-mode: normal;
  transition: opacity .2s;
  position: absolute;
  inset: auto auto 0% -17%;
}

.rocket-smoke-image {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 0%;
}

.lamp-wrapper {
  width: 365px;
  height: 639px;
  position: absolute;
  inset: auto auto 0% 10%;
}

.choose-us-image {
  display: none;
}

.expertise-right {
  width: 50%;
}

.footer-telegram-link, .questions-write-us-link-wrapper {
  display: none;
}

.image {
  position: absolute;
  top: 216px;
  left: 120px;
}

.image.lamp-image {
  width: 100%;
  height: 100%;
  top: 146px;
  left: 130px;
  overflow: clip;
}

.language-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.language-item {
  color: var(--text-color);
  width: min-content;
  margin-left: 20px;
  padding: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 16px;
  line-height: 19.68px;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.language-item:hover {
  color: var(--text-secondary);
}

.language-item.w--current {
  font-family: Manrope, sans-serif;
}

.language-item.language-item_active.w--current {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
  width: min-content;
  margin-left: 20px;
  margin-right: 0;
  padding: 0;
  font-family: ClashGrotesk, sans-serif;
  font-size: 16px;
}

.language-item.language-item_ru.w--current {
  margin-right: 0;
  line-height: 21.68px;
}

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

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

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

.accordion-link-wrapper-ru {
  display: none;
}

.top-btn-wrapper {
  z-index: 1000;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--text-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--text-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--text-color);
  cursor: pointer;
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: none;
  position: fixed;
  inset: 32px 32px 0% auto;
}

.footer-privacy-policy-link {
  text-decoration: none;
}

.countries-list.section-paragraph {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.country-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.country-item:where(.w-variant-19254aab-eaf5-aac2-776e-69cea2611571), .country-item:where(.w-variant-c015b72c-1037-7031-fdc2-c4e15236f67e), .country-item:where(.w-variant-ded5ca9f-a481-5acc-eb0f-f286f1ce1010), .country-item:where(.w-variant-aad6d6d1-3536-ac23-4a6c-bb33b1ba896a), .country-item:where(.w-variant-f9a50a70-bf18-445e-0fbc-54fba81b689f), .country-item:where(.w-variant-f00bbd71-472e-bd20-1d5a-8a4f797cfa00), .country-item:where(.w-variant-565bbf7d-a023-2edc-8b57-2aeac9869d0f), .country-item:where(.w-variant-fe122b00-2a8b-f140-b317-032407fc40e4) {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 27.32px;
}

.country-indicator {
  background-color: var(--color-russia);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.country-indicator:where(.w-variant-b5909e18-5d37-8ed7-e4e1-93ecf50b45c0) {
  background-color: var(--color-usa);
}

.country-indicator:where(.w-variant-b546ddbe-d9d0-68fb-4078-0ab20bb79ea4) {
  background-color: var(--color-germany);
}

.country-indicator:where(.w-variant-5757f794-d710-bb35-38ca-d8a23889c00f) {
  background-color: var(--color-uae);
}

.country-indicator:where(.w-variant-0714e6bf-d994-0f7b-2e87-fc775ebe80db) {
  background-color: var(--color-india);
}

.country-indicator:where(.w-variant-467b9874-de7b-f45e-78fb-67710d5efc21) {
  background-color: var(--color-thailand);
}

.country-indicator:where(.w-variant-b5dad20c-d177-43df-75f7-5b7a650e467b) {
  background-color: var(--color-belarus);
}

.country-indicator:where(.w-variant-bfd49146-4fbf-7629-35f7-1ae021131d05) {
  display: none;
}

.country-indicator:where(.w-variant-fe122b00-2a8b-f140-b317-032407fc40e4) {
  background-color: var(--color-usa);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 27.32px;
}

.country-indicator:where(.w-variant-c015b72c-1037-7031-fdc2-c4e15236f67e) {
  background-color: var(--color-germany);
}

.country-indicator:where(.w-variant-ded5ca9f-a481-5acc-eb0f-f286f1ce1010) {
  background-color: var(--color-uae);
}

.country-indicator:where(.w-variant-aad6d6d1-3536-ac23-4a6c-bb33b1ba896a) {
  background-color: var(--color-india);
}

.country-indicator:where(.w-variant-f9a50a70-bf18-445e-0fbc-54fba81b689f) {
  background-color: var(--color-thailand);
}

.country-indicator:where(.w-variant-f00bbd71-472e-bd20-1d5a-8a4f797cfa00) {
  background-color: var(--color-belarus);
}

.country-indicator:where(.w-variant-565bbf7d-a023-2edc-8b57-2aeac9869d0f) {
  display: none;
}

.country-title {
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24.6px;
}

.map-wrapper {
  z-index: 1000;
  width: 100%;
  min-height: 800px;
  margin-top: -20px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .language-toggle-text {
    font-size: 16px;
    line-height: 19.68px;
  }

  .language-dropdown {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .language-toggle.header-nav-link {
    justify-content: center;
    align-items: center;
  }

  .accordion-header, .accoridon-description {
    text-transform: uppercase;
  }

  .accordion {
    z-index: 1000;
    position: relative;
  }

  .rocket-wrapper.rocket-wrapper_desktop, .rocket-image {
    position: absolute;
  }

  .image.lamp-image {
    width: 230%;
    max-width: none;
    height: 230%;
    top: 110px;
    left: 0;
    right: 100%;
  }

  .language-list.w--open {
    background-color: #0000;
  }
}

@media screen and (min-width: 1440px) {
  .language-toggle-text {
    font-size: 16px;
    line-height: 19.68px;
  }

  .language-dropdown {
    display: inline-block;
  }

  .language-toggle.header-nav-link {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .section-header, .accordion {
    position: relative;
  }

  .lamp-wrapper {
    inset: 370px auto 0 0;
  }

  .image {
    position: absolute;
    top: 246px;
    left: 20px;
    right: 100%;
  }

  .image.lamp-image {
    width: 230%;
    max-width: none;
    height: 230%;
    top: 110px;
    left: 0;
  }

  .chevron {
    pointer-events: auto;
    transform: rotate(180deg);
  }

  .language-list {
    background-color: #ddd;
  }

  .language-list.w--open {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .language-item {
    color: var(--text-color);
    margin-left: 20px;
    margin-right: 0;
    padding: 0;
    font-family: ClashGrotesk, sans-serif;
    font-size: 16px;
    line-height: 19.68px;
  }

  .language-item.language-item_active {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
    width: min-content;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .header-video.header-video_mobile {
    display: none;
  }

  .h2 {
    line-height: 33.6px;
  }

  .section-header {
    position: relative;
  }

  .section-paragraph {
    font-family: ClashGrotesk, sans-serif;
    font-size: 23px;
    line-height: 28.29px;
  }

  .accordion-header {
    text-transform: uppercase;
  }

  .accoridon-description {
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 400;
  }

  .h4.expertise-title {
    line-height: 24.6px;
  }

  .accordion-description-wrapper {
    text-transform: uppercase;
  }

  .rocket-image {
    left: -17%;
  }

  .lamp-wrapper {
    position: absolute;
    inset: 300px 0 0% 0%;
  }

  .choose-us-image, .footer-telegram-link {
    display: none;
  }

  .image {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0%;
    overflow: visible;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .content-wrapper {
    padding-left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .header-content-wrapper {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .header-video {
    display: none;
  }

  .header-video.header-video_mobile {
    display: block;
  }

  .header-content-wrapper {
    width: 90vw;
    padding: 20px 0 104px;
  }

  .container {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

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

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .komitet-logo {
    font-size: 32px;
    line-height: 30.59px;
  }

  .h1 {
    max-width: 85%;
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 45.89px;
  }

  .h1.h1_ru {
    max-width: 90%;
  }

  .link-wrapper {
    z-index: 500;
    font-size: 16px;
    line-height: 19.68px;
    position: relative;
  }

  .link-wrapper:where(.w-variant-9ec22510-415b-5560-1239-1759fadb5053) {
    line-height: 21.86px;
  }

  .link-text {
    font-size: 16px;
  }

  .link-text:where(.w-variant-9ec22510-415b-5560-1239-1759fadb5053) {
    font-family: Manrope, sans-serif;
  }

  .header-navbar-wrapper {
    display: none;
  }

  .about-us {
    overflow: visible;
  }

  .content-wrapper {
    width: 90vw;
    padding-top: 52px;
    padding-left: 0;
  }

  .h2 {
    font-size: 16px;
  }

  .h2.h2_ru {
    line-height: 21.86px;
  }

  .on-the-map {
    display: none;
  }

  .section-article {
    font-size: 32px;
    line-height: 39.36px;
  }

  .section-article.section-article_ru {
    font-size: 28px;
    line-height: 38.25px;
  }

  .section-header {
    flex-flow: column;
    font-size: 16px;
    line-height: 19.62px;
  }

  .section-header.section-header_about-us {
    margin-bottom: 300px;
  }

  .section-article-wrapper {
    align-items: flex-start;
    max-width: 100%;
    margin-top: 28px;
  }

  .section-paragraph {
    max-width: 95%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 19.68px;
  }

  .section-paragraph.section-paragraph_ru {
    font-size: 16px;
    line-height: 21.86px;
  }

  .section-paragraph.section-paragraph_about-us {
    max-width: 80%;
  }

  .accordion-item {
    border-radius: 20px;
    min-height: 112px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-item.ru, .accordion-item.ru-13, .accordion-item.ru-25 {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-header {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 39.36px;
  }

  .accordion-header:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-header.ru-4, .accordion-header.ru-16, .accordion-header.ru-28 {
    font-size: 28px;
    line-height: 38.25px;
  }

  .accoridon-description {
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 14.76px;
  }

  .accoridon-description:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accoridon-description.ru-7, .accoridon-description.ru-19, .accoridon-description.ru-31 {
    font-size: 13px;
    line-height: 17.76px;
  }

  .accordion-article-wrapper, .accordion-article-wrapper.ru-10, .accordion-article-wrapper.ru-22, .accordion-article-wrapper.ru-34 {
    margin-top: 16px;
  }

  .accordion-article {
    max-width: 100%;
    font-size: 16px;
    line-height: 19.68px;
  }

  .accordion-article:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-article.ru-11, .accordion-article.ru-23, .accordion-article.ru-35 {
    font-size: 13px;
    line-height: 17.76px;
  }

  .accordion {
    margin-top: 48px;
  }

  .partner-wrapper.partner-1 {
    min-width: 100%;
    max-width: 100%;
    min-height: 180px;
    max-height: 100%;
  }

  .partner-wrapper.partner-2 {
    min-width: 100%;
    max-width: 100%;
    min-height: 180px;
    margin-top: -10px;
  }

  .partner-wrapper.partner-3 {
    min-width: 100%;
    min-height: 180px;
    max-height: unset;
    margin-top: -10px;
  }

  .partners-list {
    min-height: unset;
    max-height: unset;
    flex-flow: column;
    margin-top: 28px;
    display: flex;
  }

  .partner-header {
    height: unset;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-name.h4 {
    flex: 0 auto;
    padding: 16px 20px;
    line-height: 24px;
  }

  .partner-name.h4:where(.w-variant-f0090e6b-5cb5-2633-8484-7f3abff1365d), .partner-name.h4.partner-name_ru {
    font-size: 22px;
    line-height: 30.05px;
  }

  .partner-footer {
    height: fit-content;
    margin-top: 20px;
    margin-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-footer.partner-footer-last {
    margin-bottom: 16px;
  }

  .small-article-description {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18.45px;
  }

  .small-article-description.expertise-description {
    max-width: 100%;
    font-size: 16px;
    line-height: 19.68px;
  }

  .small-article-description.small-article-description_ru {
    font-size: 13px;
    line-height: 17.76px;
  }

  .platforms-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 33px;
  }

  .platform-wrapper {
    width: 100%;
    height: 72px;
    margin-top: -5px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h4:where(.w-variant-feeb1d12-8969-c7f3-ab0e-b7a331aff828) {
    font-size: 22px;
    line-height: 30.05px;
  }

  .h4.expertise-title:where(.w-variant-e0e187d4-3b83-32c2-6c55-265395af7054) {
    font-size: 20px;
    line-height: 27.32px;
  }

  .platform-others {
    text-align: right;
    width: 100%;
    margin-top: 24px;
    font-size: 28px;
    line-height: 33.6px;
  }

  .platform-others.platform-others_ru {
    line-height: 38.25px;
  }

  .expertise-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 28px;
  }

  .expertise-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-width: 0;
    flex-flow: column;
    padding-bottom: 0;
  }

  .expertise-left {
    border-bottom: 1px solid #747474;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .questions {
    width: 90vw;
    padding-top: 52px;
    padding-bottom: 0;
  }

  .footer {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    border-top-width: 0;
    width: 90vw;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .questions-title-wrapper {
    margin-bottom: 0;
    margin-left: 0%;
  }

  .questions-controls-wrapper {
    display: none;
  }

  .questions-text {
    font-size: 52px;
    line-height: 49.71px;
  }

  .questions-span.questions-text {
    text-align: left;
    margin-top: 0;
  }

  .questions-span-wrapper {
    align-self: flex-start;
    margin-bottom: 24px;
  }

  .footer-top, .footer-bottom {
    flex-flow: column;
  }

  .footer-copyright {
    max-width: 100%;
    margin-top: 28px;
    display: block;
  }

  .footer-copyright-text {
    max-width: 100%;
    margin-right: 0%;
    font-size: 11px;
    line-height: 13.53px;
  }

  .footer-copyright-text.footer-copyright-text_ru {
    max-width: 100%;
    margin-right: 0%;
    font-size: 15px;
    line-height: 20.49px;
  }

  .footer-privacy-copyright {
    line-height: 14.76px;
  }

  .footer-privacy-copyright.footer-privacy-copyright_ru {
    font-size: 15px;
    line-height: 20.49px;
  }

  .footer-privacy-policy {
    color: var(--text-color);
    text-transform: none;
    line-height: 14.76px;
    text-decoration: none;
  }

  .footer-privacy-policy.footer-privacy-policy_ru {
    font-family: Manrope, sans-serif;
    font-size: 15px;
    line-height: 20.49px;
  }

  .footer-list.footer-list-nav {
    display: none;
  }

  .footer-list-title {
    font-size: 12px;
    line-height: 14.76px;
  }

  .footer-list-title.footer-list-title_ru {
    font-size: 12px;
    line-height: 16.39px;
  }

  .footer-list-item {
    font-size: 12px;
    line-height: 14.76px;
  }

  .footer-list-item.footer-list-item_ru {
    line-height: 16.39px;
  }

  .footer-lists {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 20px;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18.45px;
  }

  .paragraph-4:where(.w-variant-f0090e6b-5cb5-2633-8484-7f3abff1365d) {
    font-size: 13px;
    line-height: 17.76px;
  }

  .accordion-title-wrapper:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-title-wrapper.ru-3, .accordion-title-wrapper.ru-15, .accordion-title-wrapper.ru-27 {
    font-size: 28px;
    line-height: 38.25px;
  }

  .accordion-plus-icon, .accordion-plus-icon:where(.w-variant-d624b785-ad47-09d6-ef01-0c78cb64863b), .accordion-plus-icon.ru-5, .accordion-plus-icon.ru-17, .accordion-plus-icon.ru-29 {
    width: 16px;
    height: 16px;
  }

  .accordion-link-wrapper {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }

  .accordion-link-wrapper.accordion-link-wrapper_mobile {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 16px;
    display: block;
  }

  .accordion-link-wrapper.accordion-link-wrapper_mobile.ru-12, .accordion-link-wrapper.accordion-link-wrapper_mobile.ru-24, .accordion-link-wrapper.accordion-link-wrapper_mobile.ru-36 {
    width: 100%;
  }

  .accordion-link-wrapper.accordion-link-wrapper_desktop {
    pointer-events: none;
  }

  .accordion-link-wrapper.ru-8, .accordion-link-wrapper.ru-20, .accordion-link-wrapper.ru-32 {
    width: 0;
  }

  .about-us-images {
    display: none;
  }

  .rocket-wrapper {
    width: 100%;
    height: 900px;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .rocket-wrapper.rocket-wrapper_desktop {
    overflow: clip;
  }

  .rocket-rectangle {
    background-color: unset;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    width: 100%;
  }

  .rocket-image {
    width: 145px;
    height: 515px;
    inset: auto -10% 0% auto;
  }

  .rocket-image.rocket-image_mobile {
    width: 145px;
    height: 515px;
  }

  .rocket-smoke-image {
    z-index: 500;
    width: 360px;
    height: 222px;
    margin-right: -12%;
    transition-property: opacity;
    transition-duration: .2s;
    transition-timing-function: ease;
    inset: auto 0% 0% auto;
    overflow: clip;
    transform: rotateY(180deg);
  }

  .lamp-wrapper {
    display: none;
  }

  .choose-us-image {
    border-radius: 20px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .expertise-right {
    border-bottom: 1px solid #747474;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .footer-telegram-link {
    margin-top: 36px;
    display: block;
  }

  .questions-write-us-link-wrapper {
    display: block;
  }

  .komitet-logo-image, .komitet-logo-image.komitet-logo-image_mobile {
    width: 81px;
    height: 31px;
  }

  .header-burger {
    margin-left: 0;
    margin-right: 0;
  }

  .header-burger-toggle {
    padding: 0;
  }

  .header-burger-list.w--open {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--deep-dark);
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 100px;
    margin-top: 8px;
    padding: 4px 12px;
    display: flex;
    right: 0;
  }

  .header-burger-link {
    color: var(--text-color);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-family: ClashGrotesk, sans-serif;
    font-size: 16px;
    line-height: 19.68px;
  }

  .header-burger-link.header-burger-link_active {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
    text-align: right;
    align-self: flex-end;
  }

  .header-burger-link.header-burger-link_ru {
    font-family: Manrope, sans-serif;
    line-height: 21.86px;
  }

  .burger-divider {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--border-color) black black;
    width: 100%;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0;
    line-height: 0;
  }

  .header-burger-image-opened {
    opacity: 0;
    width: 24px;
    height: 24px;
    padding: 2px;
    display: none;
  }

  .accordion-link-wrapper-ru {
    margin-top: 16px;
    display: block;
  }

  .top-btn-wrapper {
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 24px;
    right: 24px;
  }

  .arrow-up {
    width: 20px;
    height: 20px;
  }

  .footer-privacy-policy-link {
    text-decoration: none;
  }
}


@font-face {
  font-family: 'SaarSPDemo';
  src: url('../fonts/SaarSPDemo.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashGrotesk';
  src: url('../fonts/ClashGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}