:root {
  --white: white;
  --black: black;
}

.new-page {
  background-color: #efeef3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-hero {
  background-color: #0c0d17;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 180px 40px 120px;
  text-decoration: none;
  display: flex;
}

.hero-container {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vertical-40px {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vertical-20px {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-medium {
  color: #8c8d99;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-medium.on-white {
  color: #707683;
  text-align: center;
}

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

.primary-button {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #179dff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.primary-button:hover {
  background-color: #078ae9;
}

.primary-button:active {
  background-color: #0476c9;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.hero-image-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 360px;
  text-decoration: none;
  display: flex;
}

.hero-image {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-second {
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
}

.text-block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #00111c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.h2.white {
  color: #fff;
}

.h2.white-left {
  color: #fff;
  text-align: left;
  align-self: flex-start;
}

.h2.left {
  align-self: flex-start;
}

.text-large-semibold {
  color: #9095a2;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.section-third {
  grid-row-gap: 160px;
  background-color: #0c0d17;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  border-style: solid;
  border-width: undefinedpx;
  border-color: #179dff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.our-team-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.members-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: scroll;
}

.members-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.team-member {
  grid-column-gap: 10px;
  background-color: #141626;
  border-radius: 8px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 260px;
  height: 260px;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.member-name {
  grid-column-gap: 10px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 130px;
  padding: 16px;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.text-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
  text-decoration: none;
}

.mission-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vertical-center-20px {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #707683;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.mission-list {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mission-block {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding: 32px;
  display: flex;
  position: relative;
}

.text-11 {
  color: #00111c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-12 {
  color: #707683;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 152px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 168px;
  left: 188px;
}

.other-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.vertical-center-20px-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #8c8d99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tag-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  grid-column-gap: 10px;
  color: #fff;
  border: 1px solid #179dff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer {
  grid-row-gap: 160px;
  background-color: #0c0d17;
  border: 0 solid #1c1d2e;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  text-decoration: none;
  display: flex;
}

.footer-container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vertical-20px-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.social-btn-line {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-soc-button {
  grid-column-gap: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.footer-soc-button:hover {
  color: #179dff;
  background-color: #fff;
}

.footer-soc-button:active {
  color: #0087e9;
  background-color: rgba(255, 255, 255, .9);
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.link-line {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-on-page {
  grid-column-gap: 10px;
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.link-on-page:hover {
  color: #179dff;
}

.link-on-page:active {
  color: #0c85dd;
}

.text-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer-button {
  grid-column-gap: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.footer-button:hover {
  color: #179dff;
  background-color: #fff;
}

.footer-button:active {
  color: #0b81d6;
  background-color: rgba(255, 255, 255, .9);
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-18 {
  color: #8c8d99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.header {
  grid-row-gap: 160px;
  background-color: #0c0d17;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.dispay-to-search-d2s-d2s-0 {
  color: #00111c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.dispay-to-search-d2s-d2s-1 {
  color: #8c8d99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.dispay-to-search-d2s-d2s-2 {
  color: #9095a2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.text-span {
  color: #00111c;
}

.number-container {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.large-text {
  border: 0 solid #179dff;
  height: 180px;
  line-height: 100%;
  text-decoration: none;
}

.text-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-21 {
  color: #8c8d99;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-fourth {
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #00111c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-23 {
  color: #707683;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.h4 {
  color: #00111c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.h4.in-faq {
  font-weight: 600;
}

.small-text {
  color: #707683;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.mission-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 185px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.body {
  background-color: #efeef3;
  font-family: Inter, sans-serif;
}

.section-fifth {
  grid-row-gap: 160px;
  background-color: #0c0d17;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 120px 40px;
  text-decoration: none;
  display: flex;
}

.vertical-center-20px-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-27 {
  color: #8c8d99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-28 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.primary-button-2 {
  grid-column-gap: 12px;
  background-color: #179dff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.logo-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.caption {
  color: #8c8d99;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.vertical-divider {
  background-color: rgba(23, 157, 255, .2);
  align-self: auto;
  width: 2px;
  height: 180px;
  min-height: 20px;
  display: flex;
}

.h3 {
  color: #fff;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.empty-line {
  height: 0;
}

.question-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  width: 100%;
  display: flex;
}

.medium-text {
  color: #4b4b4b;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.medium-text.in-faq {
  color: #fff;
  font-weight: 400;
}

.wrap-faq {
  color: #fff;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}

.wrap-faq-answer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  padding-right: 40px;
  display: flex;
}

.title-5 {
  color: #00111c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.faq-icon-minus {
  width: 24px;
  height: 24px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
}

.wrap-faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading-faq {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.vacansy-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrap-vacancy {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: #00111c;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.wrap-vacancy-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vacancy-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.vacancy-description {
  color: #707683;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.tag-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.vacancy-tag {
  color: #707683;
  background-color: #ededee;
  border-radius: 32px;
  padding: 12px 16px;
  font-size: 18px;
}

.vacancy-tag.blue {
  color: #fff;
  background-color: #179dff;
}

.vacancy-tag.green {
  color: #fff;
  background-color: #0bb01c;
}

.vacancy-button-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 32px;
  display: flex;
}

.vacancy-description-area {
  flex-flow: column;
  padding-bottom: 16px;
  display: block;
  overflow: hidden;
}

.vacancy-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.vacancy-paragraph.with-margin {
  margin-top: 24px;
}

.vacancy-title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.vacancy-button-primary {
  color: #fff;
  text-align: center;
  background-color: #179dff;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
}

.vacancy-button-primary:hover {
  background-color: #078ae9;
}

.vacancy-button-primary:active {
  background-color: #0476c9;
}

.vacancy-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #00111c;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.vacancy-button-secondary:hover {
  color: #169dff;
}

.vacancy-button-secondary:active {
  color: #138ce4;
}

.vacancy-button-secondary.open {
  align-self: flex-start;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.link {
  color: #179dff;
  text-decoration: none;
}

.overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form-block {
  background-color: #fff;
  border-radius: 16px;
  width: 800px;
  margin-bottom: 0;
  padding: 40px;
  position: relative;
}

.form-title {
  color: #0a0b0f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.form-subtitle {
  color: #138de5;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  display: none;
}

.text-field {
  color: #0a0b0f;
  background-color: #e8e9ec;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
}

.text-field.area {
  height: auto;
}

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

.form-button {
  background-color: #179dff;
  border-radius: 8px;
  margin-top: 16px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  transition: all .1s;
}

.form-button:hover {
  background-color: #078ae9;
}

.form-button:active {
  background-color: #0476c9;
}

.form-head-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.icon-cross {
  width: 32px;
  height: 32px;
}

.wrapper-cross {
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.success-message {
  color: #36d800;
  background-color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.bg-overlay-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.secondary-button {
  color: #179dff;
  border: 2px solid #179dff;
  border-radius: 8px;
  padding: 20px;
  transition: all .1s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #078ae9;
  border-color: #078ae9;
}

.secondary-button:active {
  background-color: #0476c9;
  border-color: #0476c9;
}

.btn-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding: 148px 32px 100px;
  }

  .hero-image {
    max-width: 90%;
  }

  .section-second {
    padding: 100px 32px;
  }

  .section-third {
    grid-row-gap: 140px;
    padding: 100px 32px;
  }

  .mission-list {
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .mission-block {
    flex: 1;
    width: auto;
    min-width: 300px;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .vertical-20px-footer {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
  }

  .link-line {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-between;
    align-self: stretch;
  }

  .link-on-page.in-header {
    display: none;
  }

  .header {
    padding: 32px;
  }

  .large-text {
    height: 120px;
  }

  .section-fourth, .section-fifth {
    padding: 100px 32px;
  }

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

  .wrap-faq-answer {
    grid-row-gap: 2vw;
  }

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

@media screen and (max-width: 479px) {
  .section-hero {
    padding: 96px 20px 64px;
  }

  .hero-container {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vertical-40px {
    grid-row-gap: 24px;
  }

  .vertical-20px {
    grid-row-gap: 12px;
  }

  .vertical-20px.second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 48px;
    line-height: 115%;
  }

  .text-medium {
    font-size: 18px;
    position: static;
  }

  .primary-button {
    flex: 1;
    align-self: stretch;
    font-size: 16px;
  }

  .hero-image-wrapper {
    height: auto;
  }

  .hero-image {
    max-width: 62%;
    height: auto;
  }

  .section-second {
    padding: 64px 20px;
  }

  .h2, .h2.white {
    font-size: 36px;
  }

  .text-large-semibold {
    font-size: 18px;
    line-height: 150%;
  }

  .section-third {
    grid-row-gap: 80px;
    padding: 80px 0;
  }

  .our-team-container {
    grid-row-gap: 32px;
  }

  .members-line {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 40px;
  }

  .team-member {
    min-width: 210px;
    height: 210px;
  }

  .member-name {
    height: 50%;
    font-size: 16px;
  }

  .mission-container {
    grid-row-gap: 40px;
  }

  .vertical-center-20px {
    grid-row-gap: 12px;
  }

  .mission-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mission-block {
    grid-row-gap: 10px;
    min-width: 100%;
    height: 260px;
    padding: 20px;
  }

  .other-container {
    grid-row-gap: 32px;
  }

  .tag {
    text-align: center;
    flex: 1;
    min-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-container {
    grid-row-gap: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .vertical-20px-footer {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .logo-wrapper {
    height: 40px;
  }

  .social-btn-line {
    grid-column-gap: 12px;
  }

  .footer-soc-button {
    padding: 14px;
  }

  .link-line {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-on-page {
    padding: 4px 0;
    font-size: 16px;
  }

  .footer-button {
    margin-top: 8px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-button.in-header {
    margin-top: 0;
  }

  .header {
    padding: 16px;
  }

  .number-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-text {
    height: 108px;
  }

  .section-fourth {
    padding: 80px 20px;
  }

  .h4 {
    font-size: 22px;
  }

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

  .mission-image {
    width: 150px;
  }

  .section-fifth {
    padding: 64px 20px;
  }

  .logo-text {
    font-size: 17px;
  }

  .caption {
    font-size: 13px;
  }

  .vertical-divider {
    width: 100%;
    height: 2px;
    min-height: 2px;
  }

  .member-gap {
    width: 80px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .wrap-faq {
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-faq-answer {
    grid-row-gap: 16px;
    padding-right: 20px;
  }

  .heading-faq {
    margin-right: 20px;
    font-size: 18px;
  }

  .wrap-vacancy {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 20px;
    display: flex;
  }

  .wrap-vacancy-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .vacancy-heading {
    font-size: 22px;
  }

  .vacancy-description {
    font-size: 15px;
  }

  .tag-line {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .vacancy-tag {
    padding: 10px 14px;
    font-size: 15px;
    line-height: 18px;
  }

  .vacancy-description-area {
    padding-bottom: 12px;
  }

  .vacancy-paragraph {
    font-size: 15px;
  }

  .vacancy-title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .vacancy-button-primary {
    align-self: stretch;
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
  }

  .vacancy-button-secondary {
    margin-top: 12px;
    font-size: 16px;
  }

  .vacancy-button-secondary.open {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .vacancy-button-secondary.close {
    justify-content: center;
    align-items: center;
  }

  .overlay {
    display: none;
  }

  .form-block {
    border-radius: 0;
    align-self: stretch;
    padding: 48px 20px;
  }

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

  .form-button {
    margin-top: 8px;
  }

  .form-head-wrapper {
    margin-bottom: 24px;
  }

  .icon-cross {
    width: 24px;
    height: 24px;
  }

  .wrapper-cross {
    z-index: 10;
    color: rgba(10, 11, 15, .35);
  }

  .btn-line {
    align-self: stretch;
  }
}

#About-2.w-node-_525ea050-dbc7-2eda-1a42-77705bdd6239-6815fd37 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_525ea050-dbc7-2eda-1a42-77705bdd623a-6815fd37 {
  grid-area: 4 / 1 / 5 / 3;
}

#About-2.w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3d-b4aba997 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3e-b4aba997 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-b6bedef9-d0d8-f107-eea6-feeb9c482061-b4aba997 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bb0c9291-e9c0-3bdd-3f0b-76d5dd59c9e6-b4aba997 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_63aac81f-8a50-c156-7a06-eeeaa9c6d902-b4aba997 {
  align-self: auto;
}

#w-node-ef1a69f1-66f2-b5e4-e540-6c8faa7e717a-b4aba997 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_5c90f87b-56b3-77eb-f8ae-cbdaff113ce1-b4aba997 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5c90f87b-56b3-77eb-f8ae-cbdaff113cf1-b4aba997 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5c90f87b-56b3-77eb-f8ae-cbdaff113d0e-b4aba997 {
  align-self: auto;
}

#w-node-_5c90f87b-56b3-77eb-f8ae-cbdaff113d12-b4aba997 {
  align-self: center;
  justify-self: stretch;
}

#w-node-b98973b7-e90c-bc49-9520-05d1d15ed498-b4aba997, #w-node-_4abd01ba-e1b5-cd68-a62a-96898e40d697-b4aba997 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4abd01ba-e1b5-cd68-a62a-96898e40d6a7-b4aba997 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4abd01ba-e1b5-cd68-a62a-96898e40d6c4-b4aba997 {
  align-self: auto;
}

#w-node-_4abd01ba-e1b5-cd68-a62a-96898e40d6c8-b4aba997 {
  align-self: center;
  justify-self: stretch;
}

@media screen and (max-width: 479px) {
  #Name-2.w-node-_525ea050-dbc7-2eda-1a42-77705bdd6235-6815fd37 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #E-mail-2.w-node-_525ea050-dbc7-2eda-1a42-77705bdd6236-6815fd37 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Telegram-2.w-node-_525ea050-dbc7-2eda-1a42-77705bdd6237-6815fd37 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #Phone-2.w-node-_525ea050-dbc7-2eda-1a42-77705bdd6238-6815fd37 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #About-2.w-node-_525ea050-dbc7-2eda-1a42-77705bdd6239-6815fd37 {
    grid-row: 5 / 6;
  }

  #w-node-_525ea050-dbc7-2eda-1a42-77705bdd623a-6815fd37 {
    grid-row: 6 / 7;
  }

  #w-node-eb28ebed-5ec0-99bf-e4c4-b042bb4b2a6a-6815fd37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Name-2.w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf39-b4aba997 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #E-mail-2.w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3a-b4aba997 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Telegram-2.w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3b-b4aba997 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #Phone-2.w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3c-b4aba997 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #About-2.w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3d-b4aba997 {
    grid-row: 5 / 6;
  }

  #w-node-_1125d0b8-8300-ce67-49de-cdcc9347bf3e-b4aba997 {
    grid-row: 6 / 7;
  }

  #w-node-_784732c4-dfa7-3f89-e47e-33d38facfb31-b4aba997 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b6bedef9-d0d8-f107-eea6-feeb9c482061-b4aba997, #w-node-bb0c9291-e9c0-3bdd-3f0b-76d5dd59c9e6-b4aba997 {
    grid-column-end: 2;
  }

  #w-node-_63aac81f-8a50-c156-7a06-eeeaa9c6d902-b4aba997 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ef1a69f1-66f2-b5e4-e540-6c8faa7e717a-b4aba997 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f6bc0369-4906-c1fd-9b98-7f52688bb69f-b4aba997 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


