:root {
  --color--lightest-blue: #ebf1ff;
  --color--main-text: black;
  --font-family: Neuemontreal, Verdana, sans-serif;
  --color--white-bg: white;
  --color--stroke: #e6e6e6;
  --font-size--h1: 3.8rem;
  --color--primary: #0053fc;
  --font-size--paragraph: 1rem;
  --color--hover-blue: #0042ca;
  --color--pressed-blue: #003297;
  --color--sub-text: #737373;
  --color--lightest-hover: #ccddfe;
  --color--secondary-text: #333;
  --font-size--h6: 1.13rem;
  --font-size--h3: 1.6rem;
  --font-size--caption: .89rem;
  --font-size--h4: 1.42rem;
  --font-size--small: .79rem;
  --color--white-secondary-text: #ccc;
  --font-size--h2: 3.4rem;
  --font-size--h5: 1.27rem;
  --color--darkest-blue: #000819;
  --color--lightest-pressed: #b3cbfe;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 72px;
}

.section {
  padding: 72px 20px;
  font-family: Roboto;
  position: static;
}

.section.process-section {
  background-color: var(--color--lightest-blue);
  color: var(--color--lightest-blue);
  height: 100%;
}

.section.process-section.light-section {
  z-index: 10;
  position: relative;
}

.section.about-me {
  background-color: var(--color--main-text);
  font-family: var(--font-family);
  color: #fffffe;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.section.about-me.dark-section {
  z-index: 17;
  padding-bottom: 72px;
}

.section.footer-section {
  background-color: var(--color--white-bg);
  font-family: var(--font-family);
  margin-top: 40px;
  padding-bottom: 12px;
}

.section.footer-section.light-section {
  z-index: 0;
  margin-top: 24px;
  position: sticky;
  bottom: 0;
}

.section.testimonial-section {
  background-color: var(--color--white-bg);
  font-family: var(--font-family);
}

.section.testimonial-section.light-section {
  z-index: 10;
  filter: drop-shadow(0px 32px 96px var(--color--white-bg));
  padding-bottom: 108px;
  display: block;
  position: relative;
}

.section.hero-section {
  background-color: var(--color--white-bg);
  width: auto;
  max-width: 100vw;
  max-height: none;
  padding: 72px 0;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.section.hero-section.light-section {
  z-index: 10;
}

.section.interface {
  background-color: var(--color--lightest-blue);
  font-family: var(--font-family);
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.section.text-for-web {
  z-index: 24;
  background-color: #0000;
  width: 100%;
  margin-top: auto;
  display: none;
  position: absolute;
  inset: auto 0% 2%;
}

.section.text-for-web.main {
  width: auto;
  display: block;
}

.section.featured-work.light-section {
  z-index: 10;
  background-color: var(--color--white-bg);
  position: relative;
}

.section.hero {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.light-section {
  z-index: 10;
  background-color: var(--color--white-bg);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.container {
  z-index: 1;
  max-width: 1200px;
  min-height: auto;
  max-height: none;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.container.hero-container {
  cursor: text;
  border: 1px solid #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 64px 40px;
  display: block;
}

.container.hero-container:hover {
  border: 1px solid var(--color--stroke);
  border-radius: 16px;
}

.container.hero-images-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container.about-me-container {
  opacity: 1;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-main-headig {
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--h1);
  width: 21ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 64px;
  overflow: hidden;
}

.hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.primary-button {
  background-color: var(--color--primary);
  color: #fff;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--paragraph);
  border-radius: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-weight: 500;
  line-height: 24px;
}

.primary-button:hover {
  background-color: var(--color--hover-blue);
}

.primary-button:active {
  background-color: var(--color--pressed-blue);
}

.secondary-button {
  border: 1px solid var(--color--sub-text);
  color: #0a1833;
  background-color: #ebf1ff00;
  border-radius: 24px;
  margin-left: 0;
  margin-right: 16px;
  padding: 10px 24px;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.secondary-button:hover {
  background-color: var(--color--lightest-blue);
}

.secondary-button:active {
  background-color: var(--color--lightest-hover);
}

.hero-tag {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.body {
  background-color: var(--color--white-bg);
  font-family: var(--font-family);
  color: var(--color--main-text);
}

.brand-logo {
  max-width: 100%;
  margin-top: 2px;
  padding: 4px 0;
}

.navbar-light {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffd9;
  margin-top: 0;
  padding: 2px 20px;
  display: block;
  position: sticky;
  top: 0;
}

.nav-button {
  color: #286efb;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--paragraph);
  background-color: #fff0;
  border-radius: 21px;
  margin-top: 0;
  margin-right: -4px;
  padding: 12px 8px;
  font-weight: 500;
  line-height: 24px;
}

.nav-button:hover {
  color: var(--color--hover-blue);
}

.nav-button:active {
  color: var(--color--pressed-blue);
}

.nav-button.light {
  color: var(--color--primary);
  margin-right: -6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-button.dark {
  color: #1b66ff;
  margin-right: -6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
  display: flex;
}

.nav-menu.cta {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-6 {
  color: var(--color--secondary-text);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--h6);
  width: 30ch;
  margin-top: 10px;
  line-height: 30px;
}

.text-6.for-project {
  color: #002afc;
  line-height: 25px;
}

.text-6.for-access-project {
  color: #ceee31;
  line-height: 25px;
}

.text-6.for-access-project.real {
  color: #ee5d31;
}

.buttons {
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.seaction-headings {
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--h3);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 42px;
}

.project-type {
  color: var(--color--sub-text);
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--paragraph);
  line-height: 36px;
}

.text-block-4 {
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--h6);
  width: 35ch;
  font-weight: 500;
  line-height: 23px;
}

.project-for-test {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: none;
}

.project-category {
  width: 49.5%;
}

.full-project-link {
  color: #aabad9;
  width: 49.5%;
  min-width: auto;
  height: auto;
  min-height: auto;
  text-decoration: none;
}

.project-name {
  font-family: var(--font-family);
  color: var(--color--main-text);
  font-size: var(--font-size--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
}

.project-samples {
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  padding-bottom: 20px;
  display: flex;
}

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

.image-3 {
  margin-left: 5px;
}

.project-link {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.project-image {
  color: #beddff;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 280px;
  display: inline-block;
  position: static;
}

.let-s-chat {
  color: var(--color--main-text);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.footer-cta {
  color: var(--color--primary);
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
}

.foot-link-heading {
  font-family: var(--font-family);
  font-size: var(--font-size--paragraph);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
}

.footer-link {
  color: var(--color--sub-text);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--caption);
  margin-bottom: 0;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

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

.footer-link:active {
  color: var(--color--main-text);
}

.sayhello {
  width: 120px;
}

.foote-links {
  justify-content: flex-start;
  align-items: center;
  margin: 0 300px 0 0;
  padding-left: 0;
  display: flex;
}

.foote-links.copyright {
  color: #b3b3b3;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--small);
  margin-top: 88px;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  font-weight: 400;
  line-height: 17px;
}

.footer-image {
  width: 130px;
  margin-top: 0;
  margin-left: 0;
}

.foot-image-and-links {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.social-icons {
  display: flex;
}

.media-logo {
  width: auto;
}

.social-icon-bg {
  background-color: var(--color--main-text);
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
}

.social-icon-bg:hover {
  background-color: var(--color--secondary-text);
}

.social-icon-bg:active {
  background-color: var(--color--sub-text);
}

.div-block-14 {
  background-color: #dfe7f7;
  width: 100%;
  height: 2px;
  margin-top: 0;
  display: flex;
}

.div-block-14.web-left {
  justify-content: flex-end;
  align-items: stretch;
}

.div-block-15 {
  background-color: #0053fc;
  width: 49.5%;
  height: 2px;
  position: static;
}

.project-tab {
  opacity: .6;
  font-family: var(--font-family);
  background-color: #ddd0;
  width: 49.5%;
  padding-left: 0;
  padding-right: 0;
}

.project-tab:hover {
  opacity: 1;
}

.project-tab.w--current {
  opacity: 1;
  background-color: #fff0;
}

.project-tab.w--current:hover {
  opacity: 100;
}

.tabs-menu {
  opacity: 1;
  font-family: var(--font-family);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  margin-top: 16px;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.navbar-midlink {
  color: var(--color--sub-text);
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--caption);
  background-color: #fff0;
  border-radius: 21px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 8px;
  font-weight: 400;
  line-height: 24px;
}

.navbar-midlink:hover {
  color: var(--color--secondary-text);
}

.top-hero-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 112%;
  overflow: hidden;
}

.down-hero-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 112%;
  margin-top: 8px;
  margin-left: -120px;
  margin-right: 0;
  overflow: hidden;
}

.hero-individual-image {
  opacity: 1;
  object-fit: fill;
  border-radius: 0;
  height: 232px;
}

.hero-individual-image.on-mobile-l.desktop-main {
  display: none;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero-scroll {
  justify-content: center;
  align-items: center;
  height: 300vh;
  display: block;
  position: static;
}

.sticky {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.image-9 {
  box-shadow: 0 16px 48px #000000de;
}

.sroll-image-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 66%;
  min-height: 91.5%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.background-video {
  z-index: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.grid {
  z-index: 22;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  margin: 0 auto 140px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.grid.for-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.webflow-screen-text {
  color: var(--color--white-secondary-text);
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--caption);
  width: auto;
  font-weight: 400;
  line-height: 22px;
}

.div-block-26 {
  z-index: 20;
  background-image: linear-gradient(360deg, #000 25%, #1f1e1e70);
  width: 100%;
  height: 100%;
  position: absolute;
}

.cell {
  background-color: #1b66ff;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
}

.cell:hover {
  background-color: var(--color--primary);
}

.link-block-2 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.cell-2 {
  opacity: 1;
  background-color: #0d0d0de3;
  border: .5px solid #e6eeff91;
  border-radius: 16px;
  padding: 36px 40px;
  font-size: 18px;
  line-height: 24px;
}

.cell-2:hover {
  background-color: #0d0d0d;
}

.cell-2.middle {
  padding-top: 52px;
  padding-bottom: 52px;
}

.picture-cell {
  background-color: #d8dce6;
  background-image: url('../images/Peps-2-1.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.small-about-us {
  color: var(--color--white-secondary-text);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--paragraph);
  line-height: 23px;
}

.div-block-27 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.zoom-header {
  color: var(--color--white-bg);
  border: 1px solid #0000;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.process-des {
  font-family: var(--font-family);
  color: var(--color--main-text);
  font-size: var(--font-size--h2);
  margin-top: 0;
  margin-bottom: 56px;
  font-weight: 700;
  line-height: 3.5rem;
}

.text-block-8 {
  font-size: var(--font-size--h3);
  width: 15ch;
  height: auto;
  line-height: 1;
}

.div-block-29 {
  opacity: .49;
  filter: blur(150px) blur(150px);
  text-align: center;
  background-color: #d96a6a00;
  background-image: linear-gradient(#43ff68 11%, #2125f2 36%, #ff3ea8 70%, #f6ff4f 85%);
  border-radius: 1500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 65%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 100px;
}

.heading-8 {
  color: var(--color--white-bg);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--h5);
  margin-top: 0;
  margin-bottom: 0;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  min-width: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-32 {
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -24px;
}

.image-10 {
  margin-left: 0;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 25% auto auto;
}

.image-11 {
  position: static;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  max-width: 100%;
  overflow: hidden;
}

.steps-grid {
  background-color: var(--color--white-bg);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 50%;
  padding: 50px 45px 45px;
  display: flex;
}

.steps-grid.step-2 {
  padding: 0;
  overflow: hidden;
}

.step {
  font-family: var(--font-family);
  color: var(--color--sub-text);
  font-size: var(--font-size--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block-9 {
  font-family: var(--font-family);
  color: var(--color--secondary-text);
  font-size: var(--font-size--h6);
  margin-top: 4px;
  line-height: 28px;
}

.header-for-process {
  font-family: var(--font-family);
  color: var(--color--main-text);
  font-size: var(--font-size--h3);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.div-block-34 {
  color: var(--color--sub-text);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.top-process-div {
  background-color: var(--color--white-bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 56px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 24px 16px 24px 20px;
  display: flex;
  box-shadow: 0 1px 5px #d9d9d954;
}

.top-process-div:hover {
  box-shadow: 0 3px 9px #d9d9d97d;
}

.top-process-div.third-step {
  width: 45%;
  margin-left: 0;
  margin-right: 12px;
  padding-left: 16px;
}

.top-process-div.third-step.right {
  background-color: #ffffeb;
  width: 50%;
  margin-right: 0;
}

.top-process-div.for-launch {
  opacity: 1;
  background-color: #e9f8f657;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 16px;
}

.text-block-10 {
  color: var(--color--main-text);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--caption);
  font-weight: 500;
}

.image-12 {
  border: 4px solid var(--color--white-bg);
  object-fit: cover;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  box-shadow: 0 2px 6px #0003;
}

.div-block-34-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-36 {
  background-color: var(--color--lightest-hover);
  border-radius: 20px;
  width: 70%;
  padding: 12px;
}

.div-block-37 {
  background-color: #e0dcdc00;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  display: flex;
}

.div-block-38 {
  background-color: var(--color--stroke);
  width: 100%;
  height: 1px;
  margin-top: 12px;
}

.text-block-11 {
  color: var(--color--secondary-text);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--caption);
  font-weight: 500;
}

.div-block-39 {
  border: 1px solid var(--color--stroke);
  background-color: #ccddfe00;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  padding: 8px 10px;
  display: flex;
}

.div-block-39:hover {
  background-color: var(--color--white-secondary-text);
}

.div-block-40 {
  background-color: var(--color--primary);
  border-radius: 100%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.div-block-40:hover {
  background-color: var(--color--hover-blue);
}

.div-block-41 {
  padding: 56px 45px 45px;
}

.div-block-43 {
  background-color: #dc5ce5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 4px;
  padding: 10px;
  display: flex;
}

.div-block-43:hover {
  border: 1px solid #000;
}

.div-block-43.light-bg {
  background-color: #fceffc;
}

.div-block-43.light-bg:hover {
  border: 1px solid #000;
}

.div-block-43._3rd {
  background-color: #160917;
}

.div-block-43.www {
  background-color: #fff;
  border: 1px solid #000;
}

.div-block-43.www:hover {
  border-width: 0;
}

.text-block-12 {
  color: var(--color--secondary-text);
  font-family: Inter Tight, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-12.main-text {
  color: var(--color--white-bg);
}

.text-block-12-copy {
  background-color: var(--color--main-text);
  color: var(--color--white-bg);
  border: 0 solid #000;
  border-radius: 100px;
  margin-top: 24px;
  margin-left: 0;
  padding: 2px 12px 3px;
  font-family: Inter Tight, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.text-block-12-copy.con {
  background-color: var(--color--white-bg);
  color: var(--color--main-text);
  font-size: 9px;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-left: 45px;
  margin-right: 45px;
  position: static;
  overflow: hidden;
}

.div-block-44 {
  align-self: flex-start;
  width: 100px;
  margin: 0 45px 45px;
  padding: 0;
}

.div-block-45 {
  align-self: center;
  width: 40px;
  margin-left: 60px;
}

.image-13 {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-46 {
  width: 100%;
  display: flex;
}

.text-block-13 {
  color: var(--color--pressed-blue);
  font-family: Inter Tight, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}

.invert-code {
  color: #000;
  padding-left: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}

.text-span {
  color: #e87720;
}

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

.green-span {
  color: #017c2a;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--color--sub-text);
}

.div-block-47 {
  width: 72px;
  margin-top: -16px;
  margin-bottom: 56px;
}

.text-block-14 {
  color: var(--color--main-text);
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-14.second-heading {
  font-size: 13px;
}

.text-block-14.fourth-heading {
  font-size: 12px;
}

.text-block-14.firth-heading {
  font-size: 11px;
}

.text-block-14.sdsff {
  font-size: 14px;
}

.text-block-15 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.div-block-48 {
  width: 32px;
  margin-top: 10px;
}

.div-block-50 {
  margin-top: 12px;
  padding-left: 0;
  display: flex;
}

.div-block-51 {
  background-image: url('../images/Frame-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
}

.div-block-51.in-3rd {
  background-image: url('../images/Frame-3.webp');
  border: 1px solid #00000014;
}

.div-block-51-copy {
  background-image: url('../images/Frame-2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
}

.div-block-52 {
  background-color: #27b9a6;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  padding-left: 0;
  display: flex;
}

.text-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.div-block-53 {
  background-color: #d4f1ed;
  border-radius: 12px;
  padding: 16px 20px;
}

.div-block-54 {
  background-color: #93dcd3;
  width: 100%;
  height: 1px;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.text-block-10-copy {
  color: var(--color--main-text);
  font-family: Inter Tight, sans-serif;
  font-size: .7rem;
  font-weight: 700;
}

.div-block-56 {
  background-color: #14c700;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.image-15 {
  opacity: 1;
  position: static;
}

.div-block-57 {
  background-color: #d1c6a4;
  border-radius: 100px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 44px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 10px;
  display: block;
}

.div-block-57:hover {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.div-block-58 {
  background-color: #1f9485;
  border: 0 solid #a3a3a3;
  border-radius: 0;
  width: 10px;
  height: 24px;
  margin-right: 10px;
}

.div-block-58.middle-thread {
  height: 32px;
  margin-right: 10px;
}

.div-block-58.right-thread {
  height: 42px;
  margin-right: 16px;
  line-height: 12px;
}

.div-block-59 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 40px;
  display: flex;
}

.div-block-60 {
  order: 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-61 {
  width: 50px;
}

.div-block-62 {
  flex-flow: column;
  display: flex;
}

.div-block-68 {
  background-color: #fbfee7;
  overflow: hidden;
}

.div-block-68:hover {
  background-color: #e5e8e124;
}

.div-block-69 {
  background-color: #beddff52;
}

.div-block-69:hover {
  background-color: #beddffab;
}

.div-block-70 {
  background-color: var(--color--stroke);
  overflow: hidden;
}

.div-block-71 {
  overflow: hidden;
}

.text-span-8, .text-span-9 {
  color: var(--color--white-bg);
}

.text-span-10 {
  color: var(--color--lightest-blue);
}

.heading-8-copy {
  color: var(--color--white-bg);
  font-family: Inter Tight, sans-serif;
  font-size: var(--font-size--h6);
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.arrow-wrapper {
  color: var(--color--white-bg);
}

.testimonial-slider-right {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  margin-bottom: -80px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.testimonial-slider-2 {
  background-color: #0000;
  flex-flow: column;
  max-width: none;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slide-wrapper-2 {
  border-radius: 24px;
  width: 49%;
  max-width: none;
  margin-right: 10px;
}

.testimonial-card-2 {
  background-color: var(--color--lightest-blue);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px;
  display: flex;
}

.testimonial-author-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.tagline-2 {
  margin-bottom: -8px;
  font-size: 10px;
  line-height: 16px;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  margin-bottom: -80px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.paragraph-2 {
  font-size: var(--font-size--paragraph);
  height: 156px;
  line-height: 24px;
}

.div-block-72 {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.image-17 {
  width: 100%;
}

.div-block-73 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.div-block-74 {
  display: none;
}

.div-block-75 {
  width: 24px;
}

.image-19 {
  width: 100%;
  transform: rotate(45deg);
}

.div-block-76 {
  z-index: 78;
  background-color: var(--color--white-bg);
  border-radius: 16px;
  flex-flow: column;
  width: 44%;
  margin: 72px auto;
  padding: 16px 12px 24px;
  display: flex;
  position: relative;
  inset: 0;
  box-shadow: 0 6px 18px #07002421;
}

.div-block-77 {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-78 {
  background-color: #0053fc00;
  border-radius: 12px;
  height: auto;
  margin: 0 40px;
  padding: 24px 20px 24px 0;
  display: block;
}

.heading-9 {
  color: var(--color--main-text);
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 31px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-17 {
  font-family: var(--font-family);
  color: var(--color--secondary-text);
  width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.text-field {
  font-family: var(--font-family);
  color: #000819e6;
  background-color: #e8ecf512;
  border: 1px solid #00000024;
  border-radius: 12px;
  height: 48px;
  margin-top: 8px;
  padding-right: 10px;
  font-size: 15px;
}

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

.text-field:focus {
  border-width: 2px;
  border-color: var(--color--pressed-blue);
}

.text-field::placeholder {
  color: #0008195c;
}

.text-field.brief-description {
  overflow: visible;
}

.field-label {
  color: var(--color--darkest-blue);
  margin-top: 24px;
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.form-block {
  margin-top: 16px;
}

.submit-button {
  background-color: var(--color--primary);
  font-family: var(--font-family);
  vertical-align: baseline;
  border-radius: 12px;
  width: 100%;
  height: 46px;
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.submit-button:hover {
  background-color: var(--color--hover-blue);
}

.submit-button:active {
  background-color: var(--color--pressed-blue);
}

.section-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-5 {
  z-index: 3;
  filter: blur(16px);
  object-fit: cover;
  width: 100%;
  height: 140%;
  position: fixed;
}

.image-21 {
  width: 100%;
}

.success-message {
  font-family: var(--font-family);
  color: #fff;
  background-color: #008528;
  border-radius: 16px;
  font-size: 15px;
}

.link-block-3 {
  text-align: right;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 32px;
  margin-right: 8px;
  display: block;
}

.image-22 {
  opacity: .52;
  width: 100%;
  padding: 10px;
}

.error-message {
  border-radius: 8px;
  margin-top: 16px;
  font-family: Neuemontreal, Verdana, sans-serif;
}

.div-block-79 {
  background-color: var(--color--secondary-text);
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

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

.text-block-18 {
  margin-left: 10px;
}

.code-embed {
  margin-top: 6px;
}

.link-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  margin-top: 7px;
  margin-left: 8px;
  transform: translate(0);
}

.product-designer {
  background-image: linear-gradient(50deg, #8b00fc, var(--color--primary) 54%, #002d80);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.navbar-dark {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000000d9;
  margin-top: 0;
  padding: 2px 20px;
  display: none;
  position: sticky;
  top: 0;
}

.nav-menu-dark {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
  display: flex;
}

.nav-menu-dark.cta {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-midlink-dark {
  color: var(--color--stroke);
  font-family: Neuemontreal, Verdana, sans-serif;
  font-size: var(--font-size--caption);
  background-color: #fff0;
  border-radius: 21px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 8px;
  font-weight: 400;
  line-height: 24px;
}

.navbar-midlink-dark:hover {
  color: var(--color--white-bg);
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-me {
    position: relative;
    overflow: hidden;
  }

  .section.text-for-web {
    width: 100%;
  }

  .section.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.hero-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .container.hero-images-container {
    max-width: 100%;
  }

  .container.about-me-container {
    z-index: 1;
    opacity: 100;
    max-width: 1200px;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
  }

  .container.nav-container {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-main-headig {
    font-size: 78px;
    line-height: 85px;
  }

  .hero-title {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-tag {
    margin-top: 44px;
  }

  .text-6 {
    width: 27ch;
    font-size: 24px;
    line-height: 40px;
  }

  .text-6.for-project, .text-6.for-access-project {
    font-size: 22px;
  }

  .seaction-headings {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .project-type {
    font-size: 18px;
  }

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

  .project-name {
    font-size: 30px;
    line-height: 51px;
  }

  .project-image {
    width: 100%;
    height: 44vh;
  }

  .foote-links {
    margin-right: 400px;
    padding-left: 0;
  }

  .footer-image {
    max-width: none;
    margin-left: 0;
  }

  .top-hero-grid, .down-hero-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-individual-image.on-mobile-l.desktop-main.large-hero-grid {
    display: block;
  }

  .content {
    min-width: auto;
    height: auto;
    min-height: 100vh;
  }

  .image-9 {
    transform: none;
  }

  .grid.for-text {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .webflow-screen-text {
    font-size: var(--font-size--paragraph);
    width: 20ch;
  }

  .cell-2 {
    padding: 32px;
  }

  .zoom-header {
    font-size: 20px;
    line-height: 40px;
  }

  .process-des {
    margin-bottom: 64px;
    font-size: 3.7rem;
    line-height: 4.2rem;
  }

  .div-block-29 {
    opacity: .44;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 65%;
    margin: auto;
    position: absolute;
  }

  .div-block-33 {
    width: 165px;
    position: static;
  }

  .image-11 {
    position: absolute;
  }

  .grid-2 {
    grid-column-gap: 36px;
    grid-row-gap: 64px;
  }

  .steps-grid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .step {
    font-size: var(--font-size--h4);
  }

  .top-process-div.third-step {
    width: 50%;
  }

  .div-block-41 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-47 {
    width: 64px;
  }

  .div-block-59 {
    margin-bottom: 40px;
  }

  .div-block-64 {
    margin-left: 10px;
  }

  .testimonial-info {
    margin-top: 44px;
  }

  .testimonial-slide-nav {
    display: none;
  }

  .testimonial-slide-wrapper-2 {
    margin-right: 16px;
  }

  .testimonial-card-2 {
    padding: 48px 52px;
  }

  .paragraph-2 {
    font-size: var(--font-size--h5);
    line-height: 30px;
  }

  .div-block-76 {
    width: 40%;
  }

  .heading-9 {
    font-size: 32px;
  }

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

  .submit-button {
    height: 48px;
  }

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

  .text-block-18 {
    background-color: var(--color--white-secondary-text);
    color: var(--color--white-bg);
    border-radius: 100px;
    margin-left: 6px;
    padding: 0 6px 2px;
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding: 100px 40px;
  }

  .section.hero-section {
    max-width: 100vw;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.interface {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.text-for-web {
    background-color: #0000;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% 8%;
    overflow: hidden;
  }

  .container {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.hero-container {
    max-width: 1440px;
  }

  .container.hero-images-container {
    max-width: 100%;
  }

  .container.about-me-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.nav-container {
    max-width: 1600px;
  }

  .container.grid-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-main-headig {
    font-size: 5.6rem;
    line-height: 100px;
  }

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

  .text-6.for-project {
    font-size: 24px;
  }

  .seaction-headings {
    font-size: 44px;
  }

  .project-type {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 22px;
  }

  .project-name {
    font-size: 32px;
  }

  .let-s-chat {
    font-size: 28px;
  }

  .footer-cta {
    font-size: 3.6rem;
  }

  .foot-link-heading {
    font-size: 1.4rem;
    line-height: 32px;
  }

  .footer-link {
    font-size: 1.2rem;
    line-height: 31px;
  }

  .sayhello {
    width: 150px;
  }

  .foote-links {
    margin-right: 600px;
  }

  .foote-links.copyright {
    font-size: .96rem;
  }

  .image-5 {
    height: 100%;
  }

  .hero-scroll {
    flex: 0 auto;
    height: 300vh;
  }

  .content {
    width: auto;
    min-width: auto;
    min-height: auto;
    position: relative;
  }

  .grid.for-text {
    max-width: 1600px;
    position: absolute;
  }

  .heading-7 {
    font-size: 24px;
  }

  .webflow-screen-text {
    width: 23ch;
    font-size: 22px;
    line-height: 29px;
  }

  .cell-2 {
    padding: 40px;
  }

  .small-about-us {
    color: var(--color--white-bg);
    font-size: 1.3rem;
    line-height: 30px;
  }

  .zoom-header {
    font-size: 24px;
  }

  .process-des {
    font-size: 4.6rem;
    line-height: 5rem;
  }

  .step {
    font-size: var(--font-size--h3);
  }

  .text-block-9 {
    font-size: var(--font-size--h5);
    line-height: 29px;
  }

  .header-for-process {
    font-size: 1.9rem;
    line-height: 32px;
  }

  .paragraph-2 {
    font-size: var(--font-size--h4);
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .section.process-section, .section.about-me {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.interface {
    background-color: var(--color--white-bg);
    margin: 60px 40px;
    padding-left: 0;
  }

  .section.text-for-web.main {
    display: none;
  }

  .section.featured-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .container {
    max-width: none;
    padding-right: 20px;
  }

  .container.hero-container {
    width: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .container.about-me-container {
    max-width: none;
  }

  .hero-main-headig {
    width: 21ch;
    font-size: 50px;
    line-height: 56px;
  }

  .navbar-light {
    background-color: #ffffffb5;
    padding: 0;
  }

  .nav-button.light, .nav-button.dark {
    margin-right: -4px;
  }

  .nav-menu {
    background-color: var(--color--main-text);
    display: none;
  }

  .nav-menu.cta {
    background-color: #0000;
    display: flex;
  }

  .text-6 {
    width: 30ch;
    font-size: 18px;
  }

  .text-6.for-project {
    font-size: 17px;
  }

  .seaction-headings {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-4 {
    width: 30ch;
  }

  .project-category {
    width: 100%;
  }

  .project-name {
    font-size: 19px;
  }

  .project-samples {
    width: 100%;
  }

  .image-3 {
    margin-left: 4px;
  }

  .project-link {
    padding-left: 0;
    padding-right: 0;
  }

  .let-s-chat {
    font-size: 20px;
  }

  .footer-cta {
    font-size: 3rem;
  }

  .foote-links {
    margin-left: 220px;
    margin-right: 100px;
  }

  .footer-image {
    width: 130px;
  }

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

  .down-hero-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -60px;
  }

  .hero-individual-image {
    height: 200px;
  }

  .hero-scroll {
    height: auto;
  }

  .sticky {
    min-height: auto;
  }

  .content {
    height: auto;
  }

  .cell-2 {
    padding: 36px;
  }

  .zoom-header {
    font-size: 23px;
  }

  .process-des {
    font-size: 2.9rem;
    line-height: 3.2rem;
  }

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

  .steps-grid {
    flex-flow: column;
    min-width: 100%;
    margin-bottom: 0;
    padding: 20px 28px 36px;
  }

  .steps-grid.step-2 {
    min-width: 100%;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .step {
    font-size: var(--font-size--h5);
    margin-bottom: 4px;
  }

  .text-block-9 {
    font-size: var(--font-size--paragraph);
    line-height: 26px;
  }

  .header-for-process {
    font-size: var(--font-size--h4);
  }

  .top-process-div {
    width: 100%;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
  }

  .top-process-div.third-step, .top-process-div.third-step.right {
    margin-bottom: 24px;
  }

  .top-process-div.for-launch {
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .text-block-10 {
    font-size: .7rem;
    line-height: 17px;
  }

  .image-12 {
    width: 48px;
  }

  .div-block-41 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-12 {
    font-size: 9px;
  }

  .text-block-12-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 7px;
  }

  .text-block-12-copy.con {
    font-size: 8px;
  }

  .grid-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-44 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-45 {
    margin-left: 0;
  }

  .image-13 {
    margin-top: 36px;
  }

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

  .invert-code {
    font-size: 9px;
    line-height: 16px;
  }

  .div-block-47 {
    width: 52px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-14.second-heading {
    font-size: 11px;
  }

  .text-block-14.fourth-heading {
    font-size: 10px;
  }

  .text-block-14.firth-heading {
    font-size: 9px;
  }

  .text-block-14.sdsff {
    font-size: 12px;
  }

  .text-block-14.fds {
    font-size: 14px;
  }

  .text-block-15 {
    font-size: 8px;
  }

  .div-block-57 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
    display: block;
  }

  .div-block-59 {
    width: 40px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .div-block-60 {
    display: none;
  }

  .div-block-61 {
    width: 100%;
  }

  .image-16 {
    width: 80px;
    margin-top: 20px;
  }

  .div-block-62 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-63 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-64 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-65 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-66 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-67 {
    width: 100%;
    margin-top: 40px;
  }

  .testimonial-slider-right {
    right: 0;
  }

  .testimonial-slider-left-2 {
    margin-right: 50px;
    inset: 0% 0% 0% auto;
  }

  .div-block-76 {
    width: 65%;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .div-block-77 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-78 {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 24px 36px 0;
  }

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

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

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

  .field-label {
    font-size: 16px;
  }

  .form-block {
    margin-top: 24px;
  }

  .submit-button {
    margin-top: 26px;
  }

  .image-23 {
    margin-top: 20px;
  }

  .navbar-dark {
    background-color: #000000d9;
    padding: 0;
  }

  .nav-menu-dark {
    background-color: var(--color--main-text);
    display: none;
  }

  .nav-menu-dark.cta {
    background-color: #0000;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.process-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.footer-section {
    margin-top: 60px;
  }

  .section.hero-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.interface.light-section {
    margin: 0;
    padding: 60px 40px;
  }

  .section.featured-work {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero {
    margin-top: 0;
  }

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

  .container.hero-container {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 20px;
  }

  .hero-main-headig {
    width: 95%;
    font-size: 46px;
    font-style: normal;
    line-height: 49px;
  }

  .hero-title {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .primary-button {
    text-align: center;
    margin-left: 8px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
  }

  .secondary-button {
    width: auto;
    margin-bottom: 24px;
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-tag {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-button.light, .nav-button.dark {
    margin-right: -4px;
  }

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

  .buttons {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .seaction-headings {
    margin-bottom: 32px;
  }

  .text-block-4 {
    width: auto;
  }

  .project-for-test {
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-category {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .full-project-link {
    width: 49.5%;
    margin-bottom: 40px;
  }

  .project-name {
    font-size: 18px;
    line-height: 24px;
  }

  .project-samples {
    flex-flow: row;
  }

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

  .image-3 {
    width: 28px;
    min-width: auto;
    margin-left: 0;
  }

  .project-image {
    width: 100%;
    max-width: none;
    height: 140px;
  }

  .let-s-chat {
    margin-bottom: -4px;
    font-size: 18px;
  }

  .footer-cta {
    font-size: 2.2rem;
    line-height: 40px;
  }

  .foote-links {
    margin-left: 0;
  }

  .foote-links.copyright {
    margin-top: 72px;
    font-size: 12px;
    font-weight: 400;
  }

  .footer-image {
    margin-bottom: 20px;
  }

  .foot-image-and-links {
    flex-flow: column;
    margin-top: 64px;
  }

  .social-icons {
    display: flex;
  }

  .div-block-12 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    width: auto;
  }

  .project-tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .top-hero-grid, .down-hero-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-individual-image {
    height: 168px;
  }

  .hero-individual-image.on-mobile-l {
    display: none;
  }

  .cell {
    border-radius: 12px;
  }

  .link-block-2 {
    padding-top: 48px;
  }

  .cell-2 {
    border-radius: 12px;
    padding: 28px;
  }

  .zoom-header {
    font-size: 18px;
    line-height: 30px;
  }

  .process-des {
    margin-bottom: 48px;
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .div-block-33 {
    margin-bottom: 0;
    right: 15%;
  }

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

  .top-process-div {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-process-div.for-launch {
    justify-content: center;
    align-items: center;
  }

  .div-block-41 {
    width: 95%;
  }

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

  .div-block-63 {
    width: 95%;
  }

  .div-block-64 {
    margin-left: 0;
  }

  .div-block-65, .div-block-67 {
    width: 95%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-small-2 {
    padding: 0;
  }

  .testimonial-slider-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slide-wrapper-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .testimonial-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 36px;
  }

  .testimonial-author-2 {
    font-size: 11px;
  }

  .tagline-2 {
    font-size: 9px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .paragraph-2 {
    font-size: var(--font-size--caption);
    line-height: 20px;
  }

  .div-block-75 {
    width: 20px;
  }

  .div-block-76 {
    width: 80%;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 20px 32px;
  }

  .div-block-78 {
    padding: 24px 12px 24px 0;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 25px;
    line-height: 29px;
  }

  .text-block-17 {
    font-size: 16px;
    line-height: 21px;
  }

  .field-label {
    margin-top: 22px;
    font-size: 15px;
  }

  .form-block {
    margin-top: 24px;
  }

  .submit-button {
    margin-top: 24px;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.process-section, .section.about-me {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.footer-section {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section.interface {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.interface.light-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.featured-work {
    padding: 0 10px;
  }

  .section.hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero-container {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 10px;
  }

  .container.about-me-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .hero-main-headig {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 39px;
    line-height: 44px;
  }

  .hero-title {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .primary-button {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .secondary-button {
    min-width: 100%;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-tag {
    flex-flow: column;
    margin-top: 24px;
  }

  .navbar-light {
    z-index: 100;
    position: sticky;
  }

  .nav-button.light, .nav-button.dark {
    margin-right: -4px;
    padding-right: 2px;
  }

  .text-6.for-project {
    line-height: 22px;
  }

  .text-6.for-access-project {
    margin-top: 8px;
    line-height: 24px;
  }

  .buttons {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .project-type {
    font-size: var(--font-size--caption);
    min-width: auto;
  }

  .text-block-4 {
    font-size: var(--font-size--paragraph);
    width: 100%;
  }

  .project-category, .full-project-link {
    width: 100%;
  }

  .project-name {
    line-height: 28px;
  }

  .project-samples {
    flex-flow: column;
  }

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

  .image-3 {
    width: 24px;
  }

  .project-link {
    padding-left: 0;
    padding-right: 0;
  }

  .project-image {
    height: 184px;
  }

  .let-s-chat {
    font-size: 18px;
    line-height: 23px;
  }

  .footer-cta {
    font-size: 33px;
    line-height: 32px;
  }

  .foote-links {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .foote-links.copyright {
    margin-top: 60px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .foot-image-and-links {
    margin-top: 40px;
  }

  .social-icons {
    margin-top: 24px;
    display: none;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-13 {
    width: 100%;
  }

  .menu-button {
    margin-right: -10px;
    padding: 16px;
  }

  .tabs-menu {
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-hero-grid {
    grid-template-columns: 1fr 1fr;
    width: 140%;
  }

  .down-hero-grid {
    grid-template-columns: 1fr 1fr;
    width: 140%;
    margin-left: -90px;
  }

  .hero-individual-image {
    height: 180px;
  }

  .hero-individual-image.mobile-portrait, .hero-individual-image.hide-mobile {
    display: none;
  }

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

  .cell-2 {
    padding: 20px;
  }

  .cell-2.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-about-us {
    font-size: var(--font-size--caption);
  }

  .process-des {
    margin-bottom: 40px;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .text-block-8 {
    font-size: var(--font-size--h4);
    margin-bottom: 10px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 80%;
    inset: 0%;
  }

  .heading-8 {
    font-size: var(--font-size--h6);
  }

  .div-block-32 {
    width: 64px;
    margin-left: 0;
  }

  .div-block-33 {
    width: 100px;
    margin-top: auto;
    margin-bottom: -20px;
  }

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

  .steps-grid {
    flex-flow: column;
    margin-bottom: 0;
    padding: 40px 24px 24px;
  }

  .steps-grid.step-2 {
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .step {
    font-size: var(--font-size--h6);
    margin-bottom: 0;
  }

  .text-block-9 {
    font-size: var(--font-size--caption);
    width: auto;
    margin-top: 2px;
    padding-right: 20px;
    line-height: 20px;
  }

  .header-for-process {
    font-size: var(--font-size--h5);
    min-width: auto;
  }

  .top-process-div {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
  }

  .top-process-div.third-step, .top-process-div.third-step.right {
    width: 50%;
  }

  .top-process-div.for-launch {
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-10 {
    font-size: .6rem;
    line-height: 15px;
  }

  .image-12 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .div-block-34-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .div-block-38 {
    margin-top: 10px;
  }

  .text-block-11 {
    font-size: .6rem;
  }

  .div-block-39 {
    width: 85%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-block-40 {
    width: 32px;
    height: 32px;
  }

  .div-block-41 {
    width: auto;
    margin-top: 32px;
    padding: 0;
  }

  .text-block-12 {
    font-size: 8px;
  }

  .text-block-12-copy {
    font-size: 5px;
  }

  .text-block-12-copy.con {
    font-size: 6px;
  }

  .div-block-44 {
    width: 64px;
    margin-bottom: 24px;
  }

  .div-block-45 {
    width: 28px;
    display: none;
  }

  .image-13 {
    margin-bottom: -10px;
  }

  .div-block-46 {
    width: 100%;
  }

  .text-block-13, .invert-code {
    font-size: 8px;
    line-height: 14px;
  }

  .text-span {
    font-size: 8px;
  }

  .div-block-47 {
    width: 40px;
    margin-bottom: 0;
    display: none;
  }

  .text-block-14.second-heading {
    font-size: 10px;
  }

  .text-block-14.fourth-heading {
    font-size: 9px;
  }

  .text-block-14.firth-heading {
    font-size: 8px;
  }

  .text-block-14.sdsff {
    font-size: 11px;
  }

  .text-block-14.fds {
    font-size: 14px;
  }

  .text-block-15 {
    font-size: 7px;
  }

  .div-block-48 {
    margin-top: 8px;
    display: none;
  }

  .div-block-57 {
    width: 40px;
    margin-right: 0;
    display: none;
  }

  .div-block-59 {
    display: none;
  }

  .image-16 {
    margin-top: 0;
  }

  .div-block-63 {
    width: auto;
    margin-top: 32px;
  }

  .div-block-64 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-65 {
    width: auto;
    margin-top: 32px;
  }

  .div-block-66 {
    width: auto;
    margin-left: 0;
  }

  .div-block-67 {
    width: auto;
    margin-top: 32px;
  }

  .testimonial-slider-right {
    right: 0;
  }

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

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 28px 32px;
  }

  .testimonial-slider-left-2 {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 50px;
    inset: 0% 0% 0% auto;
  }

  .div-block-74 {
    display: none;
  }

  .image-18 {
    display: inline-block;
  }

  .div-block-75 {
    width: 19px;
  }

  .div-block-76 {
    width: 90%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-78 {
    margin-top: 0;
    padding: 20px 10px 20px 0;
  }

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

  .text-block-17 {
    width: auto;
    font-size: 17px;
    line-height: 22px;
  }

  .field-label {
    margin-top: 20px;
  }

  .form-block {
    margin-top: 24px;
  }

  .submit-button {
    margin-top: 21px;
  }

  .navbar-dark {
    z-index: 100;
    display: none;
    position: sticky;
  }
}

#w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f98f-7b56c10e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr .5fr .5fr .5fr .5fr;
}

#w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f990-7b56c10e {
  grid-row: span 2 / span 2;
}

#w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f991-7b56c10e, #w-node-_699212f9-4bad-9a95-324c-ce7ac2eb147c-7b56c10e {
  grid-column: span 2 / span 2;
}

#w-node-_6cc62e1b-fb30-6501-c149-995dedacf32e-7b56c10e {
  grid-column: span 4 / span 4;
}

#w-node-bda2cb36-4cf1-2548-bc41-14ac236f8c04-7b56c10e, #w-node-a4a3e20f-59b9-4fff-b97e-c6f70ddd2dd5-7b56c10e, #w-node-_8ed65375-363d-da6a-6760-df7605d2f838-7b56c10e {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f98f-7b56c10e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f990-7b56c10e {
    grid-row: span 2 / span 2;
  }

  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f991-7b56c10e, #w-node-_699212f9-4bad-9a95-324c-ce7ac2eb147c-7b56c10e, #w-node-_6cc62e1b-fb30-6501-c149-995dedacf32e-7b56c10e, #w-node-bda2cb36-4cf1-2548-bc41-14ac236f8c04-7b56c10e {
    grid-column: span 2 / span 2;
  }

  #w-node-a4a3e20f-59b9-4fff-b97e-c6f70ddd2dd5-7b56c10e {
    grid-column: span 1 / span 1;
  }

  #w-node-_11795777-bb06-a2c6-ce91-52f585a6466d-7b56c10e, #w-node-_8ed65375-363d-da6a-6760-df7605d2f838-7b56c10e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f98f-7b56c10e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f990-7b56c10e {
    grid-row: span 2 / span 2;
  }

  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f991-7b56c10e {
    grid-column: span 1 / span 1;
  }

  #w-node-_699212f9-4bad-9a95-324c-ce7ac2eb147c-7b56c10e, #w-node-_6cc62e1b-fb30-6501-c149-995dedacf32e-7b56c10e {
    grid-column: span 2 / span 2;
  }

  #w-node-bda2cb36-4cf1-2548-bc41-14ac236f8c04-7b56c10e, #w-node-_11795777-bb06-a2c6-ce91-52f585a6466d-7b56c10e {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ed65375-363d-da6a-6760-df7605d2f838-7b56c10e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f98f-7b56c10e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f990-7b56c10e {
    grid-area: span 31 / span 2 / span 31 / span 2;
  }

  #w-node-_58bf03b7-f64d-e844-4d82-6ddf7581f991-7b56c10e, #w-node-_699212f9-4bad-9a95-324c-ce7ac2eb147c-7b56c10e, #w-node-_6cc62e1b-fb30-6501-c149-995dedacf32e-7b56c10e, #w-node-_8ed65375-363d-da6a-6760-df7605d2f838-7b56c10e {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}