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

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

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

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

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

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

.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 {
  color: #dee0ff;
  background-color: #09071d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  overflow: visible;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section.hero {
  padding-bottom: 120px;
}

.section.fh {
  overflow: hidden;
}

.section.user {
  z-index: 2;
  overflow: hidden;
}

.section.partners {
  text-align: center;
  padding-top: 100px;
  overflow: hidden;
}

.section.contacts {
  padding-bottom: 6vw;
  overflow: hidden;
}

.section.success {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.section.back {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

.section.doc {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 60px;
}

.animation-frame {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -120px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  display: flex;
  overflow: hidden;
}

.cards-wrapper-external {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  position: relative;
  transform: perspective(2000px)rotate(0)perspective(2000px);
}

.cards-wrapper {
  perspective: 899px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  transition: transform .2s;
  display: flex;
  transform: perspective(1211px);
}

.block-1 {
  z-index: 2;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  height: 450px;
  margin-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 120px);
}

.block-2 {
  z-index: 1;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-left: -120px;
  margin-right: -120px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 20px);
}

.feed-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  padding-right: 0;
  display: grid;
}

.feed-cell {
  background-color: #d8d6e7;
  border-radius: 24px;
  width: 100%;
  height: 240px;
}

.block-3 {
  z-index: 2;
  transform-style: preserve-3d;
  width: 220px;
  height: 490px;
  margin-top: 80px;
  position: relative;
  transform: translate3d(0, 0, 120px);
}

.image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 73%;
  max-width: 860px;
  padding-top: 10px;
}

.image-3, .image-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
}

.hero-logo-frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.t-g {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(151deg, #fff, #a5adff);
  -webkit-background-clip: text;
  background-clip: text;
}

.h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.h1.hero {
  margin-bottom: 40px;
}

.h1.hero.mob {
  display: none;
}

.h1.mail.t-g {
  font-weight: 500;
}

.hero-cta {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  display: flex;
  position: relative;
}

.text {
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.text._14 {
  font-size: 14px;
}

.text.max-500 {
  max-width: 500px;
}

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

.text.link.none {
  display: none;
}

.hero-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button {
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 66px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button:hover {
  transform: scale(1.1);
}

.button:active {
  filter: brightness(84%);
  transform: scale(.98);
}

.button.light-primary {
  color: #0c0b34;
  background-image: linear-gradient(150deg, #fff, #8fb1fc);
}

.button.light-primary.back {
  min-width: auto;
  height: 46px;
}

.button.light-secondary {
  color: #dee0ff;
  background-color: #6f70bf66;
}

.button.dark-primary {
  color: #cadafe;
  background-image: linear-gradient(150deg, #2555ae, #040e7b);
}

.button.arrow-light {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(165px);
  backdrop-filter: blur(165px);
  pointer-events: auto;
  background-color: #0000;
  border: 2px solid #aac4fe;
  min-width: auto;
  height: 46px;
  padding-left: 10px;
  padding-right: 20px;
}

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

.container {
  width: 100%;
  max-width: 1310px;
  display: flex;
  position: relative;
}

.container.user {
  border-radius: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.container.cta {
  background-image: url('../images/cta-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 24px;
  overflow: hidden;
}

.container.partners, .container.contacts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.credits {
  border-top: 1px solid #26276b;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container.back-button {
  justify-content: flex-start;
  align-items: center;
}

.fh-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.fh-round-blur {
  position: absolute;
  inset: 0%;
}

.fh-cells {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.fh-cell {
  aspect-ratio: 1;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fh-cell.large {
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.fh-cell-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.h3.cta {
  width: 100%;
  max-width: 560px;
}

.fh-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.h2 {
  z-index: 2;
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}

.blur.user {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.blur.filters-round-blur {
  position: absolute;
  inset: -40% 0% 0%;
}

.blur.partners {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.user-text {
  text-align: center;
  max-width: 650px;
  margin-bottom: 60px;
  position: relative;
}

.user-image {
  width: 100%;
  max-width: 1120px;
  position: relative;
}

.user-image.mob {
  display: none;
}

.divider-60 {
  width: 100%;
  height: 60px;
}

.filters-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.filtes-image {
  width: 100%;
}

.filtes-image.mobile {
  display: none;
}

.filters-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.free-space {
  width: 100%;
}

.free-space.cta {
  flex: 1;
}

.free-space.credits {
  height: 40px;
}

.partners-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 890px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.partners-cell {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 16px;
  width: 18%;
  height: 100%;
  overflow: hidden;
}

.partners-logo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contacts-info-wrapper {
  width: 100%;
  display: flex;
}

.contacts-links-wrapper {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.contacts-cta-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.contacts-cta-bg {
  object-fit: contain;
  width: 220%;
  max-width: none;
  height: 120%;
  margin-top: -10%;
  margin-left: -60%;
  position: absolute;
  inset: 0%;
}

.socials-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.socials-buttons-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  display: flex;
}

.socials-cell.none {
  display: none;
}

.socials-button {
  background-color: #0000;
  border-radius: 12px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.socials-button:hover {
  transform: scale(1.1);
}

.socials-button:active {
  transform: scale(.98);
}

.socials-link {
  position: absolute;
  inset: 0%;
}

.socials-partner-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-image: linear-gradient(#525dd91a, #becdee1a);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.contacts-cta-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.credits-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.credits-list._2 {
  text-align: right;
}

.popup-form-frame-external {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.button2 {
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  min-width: 150px;
  min-height: 56px;
  padding: 12px 10px 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button2:hover {
  filter: brightness(130%);
}

.button2:active {
  filter: brightness(92%);
}

.button2.solid-dark {
  color: #fff;
  background-color: #e92121;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.button2.solid-dark.form {
  min-width: 240px;
}

.button2.solid-light {
  color: #000;
  background-color: #fff;
}

.h3-2 {
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.section-popup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-popup.constultation, .section-popup.partner {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-cta.constultation {
  justify-content: flex-start;
  align-items: center;
}

.success-message {
  color: #fff;
  background-color: #ff47c0;
  border-radius: 16px;
}

.error-message {
  color: #fff;
  background-color: #ff1010;
  border-radius: 12px;
}

.git-form-frame {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.form-block {
  width: 100%;
}

.popup-form-bg {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #09071ddb;
  position: absolute;
  inset: 0%;
}

.popup-close-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

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

.form-input {
  color: #160952;
  letter-spacing: -.3px;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.form-input:focus {
  color: #0b0920;
  border-color: #abafff;
}

.form-input.text-area {
  height: 120px;
}

.text-5 {
  opacity: .7;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.text-5._100-op {
  opacity: 1;
}

.cross-icon {
  filter: saturate(0%);
}

.button-text-frame2 {
  text-align: center;
  width: 100%;
}

.text-button {
  letter-spacing: -.4px;
  font-weight: 600;
  line-height: 140%;
}

.success-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  display: flex;
  position: relative;
}

.overflow-hidden, .no-scroll {
  overflow: hidden;
}

.text-6 {
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.text-6.link {
  color: #dee0ff;
  text-decoration: none;
}

.text-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  position: relative;
}

.icon-back {
  width: 28px;
  height: 28px;
}

.link-text {
  text-transform: none;
  font-weight: 500;
}

.button-link {
  position: absolute;
  inset: 0%;
}

._50-op {
  opacity: .4;
}

.section-2 {
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .section.fh {
    padding-top: 40px;
  }

  .section.filters {
    overflow: visible;
  }

  .animation-frame {
    width: 100%;
    margin-top: 0;
  }

  .block-1 {
    border-radius: 18px;
    height: auto;
  }

  .block-2 {
    border-radius: 18px;
    width: 90%;
  }

  .block-3 {
    border-radius: 18px;
    height: auto;
  }

  .container.fh {
    flex-flow: column;
  }

  .fh-text-wrapper, .fh-cells {
    width: 100%;
  }

  .fh-text {
    margin-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blur.filters-round-blur {
    margin-top: -40%;
    top: 0%;
  }

  .filters-image, .filters-text-wrapper {
    width: 100%;
  }

  .free-space.cta {
    display: none;
  }

  .contacts-info-wrapper {
    flex-flow: column;
    margin-top: 40px;
  }

  .contacts-links-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts-cta-wrapper {
    aspect-ratio: auto;
    width: 100%;
    height: 500px;
  }

  .contacts-cta-bg {
    height: 150%;
    margin-top: -17%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero {
    padding-bottom: 40px;
  }

  .section.credits {
    margin-top: -23vw;
  }

  .block-1, .block-3 {
    width: 140px;
    margin-top: 40px;
  }

  .h1.hero.mob {
    display: block;
  }

  .h1.hero.desktop {
    display: none;
  }

  .h1.mail.t-g {
    font-size: 12vw;
  }

  .container.cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blur.fh-round-blur, .blur.user {
    max-width: 300%;
  }

  .blur.filters-round-blur {
    width: 100%;
    max-width: 300%;
    margin-top: -20%;
  }

  .user-image.desktop {
    display: none;
  }

  .user-image.mob {
    display: block;
  }

  .filtes-image.desktop {
    display: none;
  }

  .filtes-image.mobile {
    display: block;
  }

  .partners-cell {
    width: 28%;
  }

  .contacts-info-wrapper {
    padding-bottom: 23vw;
  }

  .contacts-cta-bg {
    margin-top: -23%;
  }

  .git-form-frame {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: auto;
    overflow: hidden;
  }

  .section.filters {
    overflow: hidden;
  }

  .animation-frame {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0%;
  }

  .block-1 {
    border-radius: 8px;
    width: 20%;
  }

  .block-2 {
    border-radius: 12px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .block-3 {
    border-radius: 8px;
    width: 20%;
  }

  .image-2 {
    height: 216px;
  }

  .image-3 {
    height: 142px;
  }

  .image-1 {
    height: 151px;
  }

  .hero-image {
    object-position: 50% 0%;
    width: 280%;
    max-width: none;
    height: 570px;
  }

  .hero-logo-frame {
    width: 100%;
  }

  .h1.hero {
    font-size: 15vw;
  }

  .text {
    font-size: 16px;
  }

  .hero-buttons {
    flex-flow: column;
  }

  .button {
    text-align: center;
  }

  .button.light-primary.cta {
    width: 100%;
  }

  .button.light-primary.contacts {
    width: 64vw;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.dark-primary.cta {
    width: 100%;
  }

  .container.user {
    border-radius: 24px;
  }

  .container.cta {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container.credits {
    text-align: center;
    border-top-color: #656699;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .fh-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .fh-cell.large {
    height: auto;
  }

  .h4.t-g {
    font-size: 20px;
  }

  .h3.cta {
    font-size: 28px;
  }

  .h2 {
    font-size: 32px;
    font-weight: 600;
  }

  .blur.fh-round-blur {
    max-width: 150%;
    margin-left: -20%;
  }

  .blur.user {
    width: 150%;
    max-width: 180%;
    position: absolute;
    left: -30%;
  }

  .blur.filters-round-blur {
    width: auto;
    max-width: 150%;
    margin-top: 0%;
    margin-left: -20%;
  }

  .blur.partners {
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }

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

  .partners-list {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .partners-cell {
    width: 30%;
    height: 100%;
  }

  .partners-logo-image {
    aspect-ratio: 1;
  }

  .contacts-links-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .contacts-cta-wrapper {
    height: 124vw;
  }

  .contacts-cta-bg {
    width: 310%;
    margin-top: -31vw;
    margin-left: -105%;
  }

  .socials-partner-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .contacts-cta-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .credits-list._2 {
    text-align: center;
  }

  .popup-form-frame-external {
    padding: 70px 0 40px;
  }

  .button2 {
    min-width: 230px;
  }

  .h3-2 {
    font-size: 26px;
  }

  .section-popup {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-cta, .git-form-frame {
    align-items: center;
  }

  .popup-close-button {
    top: 10px;
    right: 12px;
  }

  .text-4 {
    font-size: 14px;
  }

  .form-input {
    width: 100%;
  }

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

#w-node-_22645293-b5b3-abbf-40c0-1bd7dd36c077-f1b70733, #w-node-_2f7f5a7a-214a-7326-5a55-dc19bc1ca122-f1b70733 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_22645293-b5b3-abbf-40c0-1bd7dd36c077-f1b70733 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_466829a2-3b28-f1f1-f8fa-fc0b76d7796e-f1b70733 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00e95109-c0d0-3171-0629-9a5216d36453-f1b70733 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}