:root {
  --jedi_light: #fffbf7;
  --dark_side: #27002d;
  --i-m-blue-dabadee-dabadae: #6033f8;
  --sweet_orange: #ff9433;
  --passion: #f7455c;
  --tech-purple: #c200e0;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--jedi_light);
  color: var(--dark_side);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

h1 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 5.65em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--dark_side);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 3.998em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--dark_side);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 2.827em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--dark_side);
  font-family: JetBrains Mono, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.2;
}

h5 {
  color: var(--dark_side);
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.414em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--dark_side);
  letter-spacing: 1.05px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--jedi_light);
  font-family: JetBrains Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

a:hover {
  border-bottom: 2px none var(--jedi_light);
  letter-spacing: 1px;
  font-weight: 600;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-primary {
  background-color: var(--dark_side);
  color: var(--jedi_light);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 40px;
  padding: 12px 32px 10px;
  font-size: 1em;
  line-height: 1.4;
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
}

.button-primary:hover {
  color: #fff;
  letter-spacing: 1px;
  background-color: #27002db5;
  transform: scale(1.03);
}

.button-primary:active {
  background-color: var(--i-m-blue-dabadee-dabadae);
}

.button-primary.blue {
  background-color: var(--i-m-blue-dabadee-dabadae);
  color: var(--jedi_light);
  margin-top: 16px;
}

.button-primary.blue:hover {
  background-color: #6033f8b3;
  font-size: 1em;
}

.button-primary.blue._8px {
  color: var(--jedi_light);
  margin-top: 0;
}

.button-primary.blue.animation_container {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.blue.center {
  margin-top: 0;
  padding-top: 10px;
}

.button-primary.orange {
  border: 2px solid var(--sweet_orange);
  background-color: var(--dark_side);
  color: var(--sweet_orange);
  height: 48px;
}

.button-primary.center-text.disabled {
  opacity: .5;
}

.button-primary.center-text.disabled:hover {
  letter-spacing: 0;
  font-weight: 400;
  transform: none;
}

.button-primary.center-text.stream {
  background-color: var(--jedi_light);
  color: var(--passion);
  box-shadow: 0 2px 20px 6px #ff9433a3;
}

.button-primary.center-text.closed {
  background-color: var(--passion);
}

.button-primary.passion {
  background-color: var(--i-m-blue-dabadee-dabadae);
  color: var(--jedi_light);
  margin-top: 16px;
}

.button-primary.passion:hover {
  background-color: #6033f8b3;
  font-size: 1em;
}

.button-primary.passion._8px {
  color: var(--jedi_light);
  margin-top: 0;
}

.button-primary.passion.center {
  margin-top: 0;
  padding-top: 10px;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  margin: 16px auto 0;
  padding: 16px 0 100px;
  display: block;
  position: relative;
}

.main-container._8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-container.ctasection {
  flex-flow: column;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
}

.main-container.contact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.main-container.double-space {
  margin-top: 80px;
  margin-bottom: 80px;
}

.main-container.blog-navigation {
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-container.filters {
  margin-bottom: -32px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-container.landing {
  align-items: flex-end;
  height: 85vh;
  display: flex;
}

.navbar_main {
  z-index: 200;
  background-color: var(--dark_side);
  object-fit: none;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: fixed;
  top: 0;
}

.navbar_main.services {
  display: block;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--jedi_light);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 30px;
  font-family: JetBrains Mono, sans-serif;
  font-size: .875em;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fffbf7bf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
}

.nav-link-2.left:hover, .nav-link-2.left.w--current:hover {
  color: var(--sweet_orange);
}

.nav-link-2.menu {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-2.menu:hover {
  color: var(--sweet_orange);
  border-bottom-style: none;
  text-decoration: underline;
}

.nav-link-2.menu.w--current {
  color: var(--sweet_orange);
}

.nav-link-2.menu.w--current:hover {
  text-decoration: none;
}

.nav-link-2.menu.services, .nav-link-2.menu.solutions {
  color: var(--sweet_orange);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: var(--jedi_light);
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  display: none;
}

.nav-dropdown-link-2:hover {
  color: #fffbf7cc;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 40px;
}

.button-primary-2 {
  background-color: var(--sweet_orange);
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  border-radius: 50px;
  padding: 12px 32px 10px;
  font-family: JetBrains Mono, sans-serif;
  font-size: .875em;
  transition: all .2s;
  position: static;
}

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

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

.menu-button-2 {
  display: none;
}

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

.list-item {
  display: none;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 46%;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  display: flex;
}

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

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

.base_column.contact {
  padding-left: 8px;
  padding-right: 8px;
}

.body {
  font-size: 16px;
}

.xl_heading {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: 1;
}

.xl_heading.right {
  color: var(--dark_side);
  text-align: right;
  font-size: 4em;
}

.xl_heading.right.purple {
  color: var(--dark_side);
  font-size: 4em;
}

.xl_heading.right.orange-text {
  color: var(--dark_side);
}

.xl_heading.notsogiant {
  font-size: 4em;
}

.overline {
  opacity: .86;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
}

.overline.white {
  margin-top: 0;
}

.overline.white.contact {
  color: var(--dark_side);
}

.overline._30 {
  opacity: .3;
  text-transform: none;
}

.overline.center-text {
  margin-bottom: 64px;
}

.xs_text {
  font-family: Roboto, sans-serif;
  font-size: .75em;
  line-height: 1.4;
}

.xs_text.center-text.disclaimer {
  z-index: 99;
  color: #27002d73;
  max-width: 170ch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.yomamas_paragraph {
  text-align: right;
  font-size: 1.25em;
  display: none;
}

.s_text {
  color: var(--dark_side);
  flex: 0 3 auto;
  height: 64px;
}

.s_text.author-by {
  margin-right: 4px;
}

.footer-dark {
  background-color: var(--dark_side);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper.logos {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column wrap;
  align-items: center;
}

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

.footer-brand {
  margin-bottom: 80px;
}

.footer-brand.logos {
  text-align: center;
  object-fit: fill;
  width: 108px;
  margin-bottom: 0;
}

.footer-brand.logos.centro {
  width: 288px;
}

.footer-brand.logos.ql {
  width: 400px;
  margin-bottom: 32px;
}

.footer-brand.logos._115px {
  width: 112px;
}

.footer-brand.logos-copy {
  text-align: center;
  width: 150px;
  margin-bottom: 0;
}

.footer-brand.logos-copy.centro {
  width: 300px;
}

.footer-brand.logos-copy.ql {
  width: 400px;
  margin-bottom: 32px;
}

.footer-brand.logos-copy._115px {
  width: 115px;
}

.footer-content {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.footer-block {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -16px;
  display: flex;
}

.divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider._8px {
  background-color: var(--jedi_light);
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.divider.black {
  background-color: var(--dark_side);
}

.divider.black._16px {
  height: 2px;
  margin-top: 8px;
}

.divider.blue {
  background-color: var(--i-m-blue-dabadee-dabadae);
  width: 330px;
  height: 2px;
  margin-top: -12px;
  margin-bottom: 16px;
}

.divider.blue.full-with {
  width: 100%;
}

.divider.blue.spotlight {
  width: 232px;
}

.divider.blue.process {
  width: 280px;
}

.divider.white.related-div {
  margin-top: -4px;
  margin-bottom: 16px;
}

.s_overline {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: -14px;
  margin-bottom: 8px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.s_overline._8 {
  margin-top: 8px;
}

.s_overline.white_text.no-caps {
  text-transform: none;
}

.s_overline._0-space-div {
  text-transform: uppercase;
}

.s_overline.center-text {
  margin-top: 0;
}

.text-span {
  color: #fff;
}

.white {
  color: var(--jedi_light);
}

.white.right {
  text-align: right;
  padding-right: 8px;
  font-weight: 700;
}

.white.t-purple.jetbrains {
  font-family: JetBrains Mono, sans-serif;
  font-size: .875em;
}

.form-block {
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.social-wrapper {
  margin-right: 16px;
}

.social-wrapper:hover {
  opacity: .75;
}

.ghost-button {
  border: 2px solid var(--dark_side);
  box-shadow: 0 0 0 3px var(--jedi_light);
  color: var(--dark_side);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 40px;
  margin-left: 0;
  padding: 11px 32px 9px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  transition: all .2s;
}

.ghost-button:hover {
  box-shadow: none;
  outline-offset: -3px;
  background-color: #0000;
  outline: 3px solid #27002d;
  transform: scale(1.03);
}

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

.ghost-button.service-tags {
  border-color: var(--i-m-blue-dabadee-dabadae);
  box-shadow: none;
}

.ghost-button.service-tags:hover {
  outline-offset: -3px;
  outline: 3px #27002d;
  transform: none;
}

.base_link {
  color: var(--dark_side);
  margin-left: 16px;
  font-size: .875em;
  font-weight: 500;
}

.base_link:hover {
  color: var(--sweet_orange);
}

.base_link.footer-blue {
  color: #ac93ff;
}

.base_link.footer-blue.hidden {
  display: none;
}

.footer_terms {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  background-color: var(--dark_side);
  margin-top: 112px;
  padding-top: 96px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
}

.hero_text_wrapper {
  z-index: 2;
  max-width: 90ch;
  margin-top: 64px;
  margin-bottom: -24px;
  position: relative;
}

.hero_text_wrapper.solutions {
  max-width: 133ch;
}

._60ch-text-wrapper {
  max-width: 60ch;
}

._60ch-text-wrapper.sub-header {
  color: var(--jedi_light);
  font-size: 1.1em;
}

.hero-image {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/0072.png');
  background-position: 50% 70%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  max-width: none;
  height: 75vh;
  margin-left: -32px;
  margin-right: -32px;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: visible;
}

.hero-image.about-us {
  background-image: url('../images/19.jpg');
  background-position: 50% 15%;
  background-size: cover;
  height: 85vh;
  display: block;
}

.hero-image.projects {
  background-image: url('../images/us-v2.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.hero-image.projects.show {
  background-position: 50%;
  background-attachment: scroll;
  height: 85vh;
}

.hero-image.projects.development {
  background-position: 50%;
}

.hero-image.services {
  background-image: url('../images/engineering_v3.jpg');
  background-position: 50%;
  height: 85vh;
  position: relative;
}

.hero-image.blog {
  background-image: url('../images/18.jpg');
}

.hero-image.landing {
  display: none;
}

.hero-image.main {
  z-index: 0;
  background-image: linear-gradient(#27002d47, #27002d47);
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.big-quote-cta {
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.big-quote-cta.about-us {
  margin-top: 96px;
  margin-bottom: 96px;
}

.content-section {
  z-index: 0;
  color: var(--jedi_light);
  object-fit: fill;
  margin-top: 0;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: visible;
}

.content-section.no-overflow {
  margin-top: 64px;
  padding-top: 8px;
  overflow: hidden;
}

.content-section.no-overflow.cta {
  overflow: hidden;
}

.content-section.hidden {
  padding-top: 0;
  display: block;
}

.content-section.section-divider {
  align-items: center;
  height: 50vh;
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
}

.card-container {
  grid-column-gap: 16px;
  display: flex;
}

.card {
  background-color: var(--i-m-blue-dabadee-dabadae);
  background-image: url('../images/Grupo-22x.png');
  background-position: 50%;
  background-size: auto 110%;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: auto;
  min-width: auto;
  height: 600px;
  margin-left: 16px;
  margin-right: 0;
  padding: 32px 24px;
  transition: all .375s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
}

.card:hover {
  background-position: 50%;
  background-size: auto 120%;
}

.card.work {
  background-image: url('../images/aquaspot-hero-v2-quantumleap.png.jpg');
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 550px;
  margin-bottom: 16px;
  margin-left: 0;
}

.card.work.home {
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 75vh;
  max-height: 800px;
  margin-top: 32px;
}

.card.value1 {
  border: 2px solid var(--i-m-blue-dabadee-dabadae);
  background-color: var(--jedi_light);
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
}

.card.content {
  background-color: #0000;
  background-image: none;
}

.card.content.contact {
  object-fit: fill;
  justify-content: flex-start;
  width: 50%;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
}

.card.service {
  background-image: none;
  justify-content: flex-start;
  height: auto;
  min-height: 300px;
  margin-left: 0;
}

.gradient-overlay {
  z-index: 1;
  border-bottom: 2px solid var(--passion);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(0deg, var(--i-m-blue-dabadee-dabadae) 21%, #fff0);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-position: 50%, 0 0;
  background-size: auto 110%, auto;
  background-clip: border-box;
  border-radius: 20px 20px 0 0;
  flex: 0 auto;
  align-self: stretch;
  height: 264px;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.card-content-wrapper {
  z-index: 2;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.dark-link {
  color: var(--dark_side);
}

.dark-link:hover {
  border-bottom: 2px solid var(--i-m-blue-dabadee-dabadae);
  color: var(--i-m-blue-dabadee-dabadae);
  text-decoration: none;
}

.dark-link.blog-template {
  border-bottom: 2px solid var(--i-m-blue-dabadee-dabadae);
  text-decoration: none;
}

.dark-link.blog-template.hidden-uptdated {
  display: none;
}

.colorbg {
  z-index: -1;
  background-color: var(--dark_side);
  height: 40%;
  margin-top: -40px;
  position: absolute;
  inset: auto 0% -3%;
}

.colorbg.work {
  height: 105%;
  inset: 0% 0% auto;
}

.colorbg.blue {
  background-color: var(--dark_side);
  height: auto;
  margin-top: -16px;
  margin-bottom: -16px;
  inset: 0%;
  overflow: hidden;
}

.clients-title {
  text-align: center;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: flex;
}

.clients-image {
  mix-blend-mode: normal;
  width: 23%;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.clients-image.horizontal-logo {
  flex: 0 auto;
  height: 35px;
}

.clients-image.horizontal-logo-but-big, .clients-image.vertical-logo {
  flex: 0 auto;
  height: 80px;
}

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

.xl_paragraph {
  letter-spacing: 1.5px;
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.xl_paragraph.center-text.quote-home {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.xl_paragraph.center-text.quote-home.white_text {
  max-width: 750px;
}

.image-3 {
  z-index: 2;
  transform-style: preserve-3d;
  margin-top: 145px;
  margin-right: -375px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-3.solutions {
  margin-right: 161px;
  inset: 0% 0% auto auto;
  transform: none;
}

.image-3.no-show {
  display: none;
}

.image-3.aboutus {
  max-width: none;
  margin-top: 0;
  margin-bottom: 787px;
  margin-right: -792px;
  display: block;
  inset: auto 0% 0% auto;
}

.image-7 {
  margin-right: -1670px;
  position: absolute;
  inset: 7% 50% auto auto;
}

.image-7.left {
  margin-left: -1660px;
  inset: 7% 0 0% 50%;
  transform: rotate(180deg);
}

.logos_wrapper {
  margin-top: 56px;
  padding-left: 96px;
  padding-right: 96px;
}

.image-8 {
  transform-style: preserve-3d;
  margin-right: -548px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.styleguide {
  display: block;
}

.image-9 {
  object-fit: contain;
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.divider_black {
  background-color: var(--dark_side);
  outline-offset: 0px;
  outline: 1px #27002d;
  width: 100%;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 16px;
  display: none;
}

.paragraph_values {
  margin-bottom: 0;
}

.featured-blog-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 70vh;
  max-height: 500px;
  position: relative;
}

.featured-title-customer {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: -16px;
  margin-bottom: 16px;
  padding-bottom: 0;
  display: flex;
}

.featured-title-customer.details {
  justify-content: space-between;
  margin-top: -8px;
  margin-bottom: 16px;
}

.featured-title-customer.author {
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
}

.featured-title-customer.author.not-featured {
  grid-column-gap: 16px;
  color: var(--dark_side);
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
}

.featured-title-customer.author.blog-page {
  flex-direction: row;
  margin-top: 0;
}

.featured-title-customer.author.blog-featured, .featured-title-customer.featured-product {
  flex-direction: row;
}

.title-customer-divider {
  margin-left: 8px;
  margin-right: 8px;
}

.featured-project {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-10.logos {
  filter: grayscale();
  mix-blend-mode: multiply;
  transition: all .3s;
}

.image-10.logos:hover {
  filter: none;
}

.author-by {
  grid-column-gap: 8px;
  display: flex;
}

.author-by.white {
  grid-column-gap: 4px;
}

.collection-item-2 {
  width: 30%;
  margin-top: 40px;
  margin-left: 0;
  position: relative;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

._60ch {
  width: 40ch;
}

.service-detail {
  flex-flow: column wrap;
  height: 230px;
  display: flex;
}

.service-detail-item {
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.image-100 {
  width: 100%;
  height: 100%;
}

.arrow-container {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 8px;
}

.link-block-images {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-images.services {
  cursor: default;
}

.collection-list-wrapper-3 {
  margin-bottom: 10px;
}

.collection-list-wrapper-4 {
  margin-left: 16px;
}

.contact {
  background-color: var(--dark_side);
}

.blue {
  color: #9e82ff;
}

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

.text-field-2 {
  border-style: solid none solid solid;
  border-width: 0 0 2px;
  border-color: black black var(--i-m-blue-dabadee-dabadae);
  color: var(--jedi_light);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 16px;
  font-size: .875em;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  color: var(--jedi_light);
}

.text-field-2::placeholder {
  color: #fffbf7b3;
}

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

.div-block-4 {
  justify-content: space-between;
  margin-bottom: 29px;
  display: flex;
}

.form-single-line {
  flex: 1;
  padding-right: 16px;
}

.form-single-line.captcha {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.textarea {
  border: 2px solid var(--i-m-blue-dabadee-dabadae);
  background-color: #0000;
  border-radius: 0 0 20px 20px;
  min-height: 130px;
}

.services-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-data-wrapper {
  margin-top: 48px;
  margin-left: -16px;
  display: flex;
}

.project-data-wrapper.landing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 0;
  margin-left: 0;
}

.basic-info-cms {
  color: var(--jedi_light);
  padding-right: 8px;
}

.basic-info-cms.opacity {
  opacity: .8;
  margin-left: 16px;
  padding-right: 0;
}

.service-tags {
  color: #fffbf799;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.tag-collection {
  margin-top: 32px;
  display: flex;
}

.collection-list-wrapper-5 {
  margin-top: -64px;
}

.rich-text-projects {
  text-align: justify;
  margin-top: 16px;
  font-weight: 300;
}

.rich-text-projects img {
  border-radius: 20px;
}

.rich-text-projects p {
  text-align: left;
  margin-bottom: 32px;
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.6;
}

.rich-text-projects blockquote {
  border-left: 4px solid var(--i-m-blue-dabadee-dabadae);
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.4;
}

.rich-text-projects h5 {
  font-weight: 400;
}

.rich-text-projects a {
  color: var(--i-m-blue-dabadee-dabadae);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.rich-text-projects a:hover {
  font-weight: 800;
  text-decoration: underline;
}

.rich-text-projects figure {
  margin-top: 16px;
  margin-bottom: 32px;
}

.rich-text-projects h2 {
  margin-bottom: 24px;
}

.rich-text-projects h6 {
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3em;
}

.rich-text-projects.the-leap {
  color: var(--dark_side);
  flex: 0 auto;
  width: 48%;
  height: auto;
  margin-top: 0;
}

.rich-text-projects.blog {
  margin-bottom: 64px;
}

.rich-text-projects._70 {
  width: 100%;
}

.rich-text-projects strong {
  font-weight: 400;
}

.blog-container {
  max-width: 960px;
  margin: 32px auto;
}

.blog-container.topspace {
  margin-top: 64px;
}

.blog-container.quote-service {
  margin-top: 88px;
  margin-bottom: 88px;
}

.project-groups-container {
  margin-top: 64px;
  margin-bottom: 64px;
}

.project-groups-container.quote {
  margin-top: 72px;
  margin-bottom: 72px;
}

.project-groups-container.nutshell {
  width: 100%;
}

.quote-cms {
  border-right: 3px solid var(--i-m-blue-dabadee-dabadae);
  border-left: 3px solid var(--i-m-blue-dabadee-dabadae);
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  font-style: italic;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  place-content: space-around space-between;
  align-items: flex-start;
  display: flex;
}

.social-media-container.share-hidden {
  margin-bottom: 32px;
  display: block;
}

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

.related-project-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.collection-item-3 {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.related-project-info {
  background-color: var(--dark_side);
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  max-width: 40%;
  padding: 24px 16px;
  display: flex;
  position: relative;
}

.related-project-image-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  flex: 1;
  height: auto;
  margin-right: -16px;
}

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

.heading-10 {
  margin-bottom: 40px;
}

.heading-10._20px {
  margin-bottom: 20px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.name-industry-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: baseline;
  display: flex;
}

.project-category {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-left: 12px;
  display: none;
}

.no-show {
  display: none;
}

.div-block-8 {
  margin-top: -76px;
  margin-bottom: 42px;
}

.empty-state {
  display: none;
}

.div-block-9 {
  z-index: 0;
  background-image: linear-gradient(to top, var(--i-m-blue-dabadee-dabadae) 32%, #fff0);
  opacity: .6;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.project-data-container {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-container {
  border-radius: 20px;
  flex: 0 auto;
  height: 600px;
  margin-bottom: 24px;
  position: relative;
  left: 0;
  overflow: hidden;
}

.image-container.ricardo {
  border-radius: 40px 40px 250px 250px;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.large {
  font-size: 1.3em;
}

.flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  align-items: center;
  display: flex;
}

.flex-horizontal.project {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.flex-horizontal.full-with {
  justify-content: space-around;
  align-items: flex-start;
}

.flex-horizontal.blog {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.text-span-3 {
  color: var(--passion);
}

.text-block-2 {
  display: none;
}

.vertical-center-flexbox {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 177px;
  padding-right: 177px;
  display: flex;
}

.lottie-container {
  width: 500px;
  display: none;
  position: sticky;
  inset: 220px auto 0% 0%;
}

.right--wrapper {
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  margin-top: -64px;
  display: flex;
}

.icon {
  color: var(--jedi_light);
  margin-right: 24px;
}

.icon.services {
  color: var(--sweet_orange);
}

.dropdown-link {
  border-left: 0px solid var(--sweet_orange);
  background-color: var(--dark_side);
  color: var(--jedi_light);
  white-space: pre;
  transition-duration: .4s;
}

.dropdown-link:hover {
  color: var(--sweet_orange);
  letter-spacing: 0;
  border-left-width: 3px;
}

.dropdown-link.w--current {
  color: #ffb16b;
}

.toggle {
  margin-left: -20px;
  margin-right: 0;
  padding-right: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

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

.dropdown-list {
  overflow: hidden;
}

.grid {
  grid-column-gap: 91px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.cicle-animation-container.absolute-right {
  opacity: .6;
  width: 800px;
  position: absolute;
  inset: 15% auto auto -15%;
}

.cicle-animation-container.absolute-right.left {
  opacity: .4;
  width: 800px;
  inset: 0% 0% auto auto;
}

.blog-grid-divider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "."
  / .75fr 1fr;
  align-content: start;
}

.blog-no-featured {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-no-featured.grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.blog-no-featured.related {
  grid-column-gap: 25px;
  grid-row-gap: 48px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-featured-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.no-featured-blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-width: 45%;
  padding-bottom: 0;
}

.no-featured-blog-image.secundary-pages {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/QLandAWS-vert.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  align-items: stretch;
  min-width: 50%;
  height: 100%;
  padding-left: 0;
  transition: all .3s cubic-bezier(.994, .311, 0, .703);
  display: flex;
  position: relative;
}

.no-featured-blog-image.secundary-pages:hover {
  filter: grayscale();
}

.no-featured-blog-image.blog-page {
  border-radius: 15px;
  min-width: 100%;
  min-height: 250px;
  position: relative;
}

.info-blog-container {
  border-left: 2px solid var(--i-m-blue-dabadee-dabadae);
  flex-direction: column;
  justify-content: space-around;
  align-self: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  display: flex;
}

.info-blog-container.blog-page {
  grid-row-gap: 8px;
  border-left-style: none;
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 0;
}

.black-text {
  color: var(--dark_side);
}

.blue-text {
  color: var(--i-m-blue-dabadee-dabadae);
}

.blue-text.filter {
  font-size: 1.05em;
}

.blue-text.filter:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--i-m-blue-dabadee-dabadae);
  text-decoration: none;
}

.blue-text.filter.w--current {
  color: var(--dark_side);
}

.absolute-decorative-shape {
  position: absolute;
}

.absolute-decorative-shape.right {
  z-index: 1;
  margin-top: 12px;
  margin-right: -386px;
  inset: 0% 0% 0% auto;
}

.absolute-decorative-shape.right.landing {
  margin-right: -359px;
  inset: auto -24% -33% 62%;
}

.decorative-one-header {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.blog-page-container {
  grid-column-gap: 16px;
  border: 2px none var(--dark_side);
  background-color: #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.image-14 {
  margin-left: -600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: auto;
}

.contact-lottie {
  position: static;
  inset: 0% 0% auto auto;
}

.contact-lottie-container {
  z-index: 1;
  width: 800px;
  margin-top: -23px;
  margin-right: -300px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hidden-text, .mobile-animation {
  display: none;
}

.mobile-animation.big-screen {
  width: 450px;
  margin-top: -64px;
  padding-top: 0;
  display: block;
}

.animation-lotie-absolute {
  z-index: 0;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: visible;
}

.animation-lotie-absolute.no-overflow {
  overflow: hidden;
}

.animation-lotie-absolute.no-overflow.animation-container {
  width: 100%;
  height: 2000px;
  margin-top: -435px;
  position: absolute;
}

.animation-lotie-absolute.no-overflow.animation-container.v1 {
  margin-top: 0;
  display: none;
}

.white_text {
  color: var(--jedi_light);
  flex: 0 auto;
}

.white_text.custom-services {
  height: 56px;
  font-size: 1.3em;
}

.white_text.footer-contact {
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .875em;
  font-weight: 300;
}

.white_text._80ch {
  max-width: 80ch;
}

.l_paragraph {
  letter-spacing: 1px;
  font-size: 1.15em;
  font-weight: 400;
}

.l_paragraph.center-text {
  color: var(--dark_side);
}

.l_paragraph.shortlist {
  text-align: center;
  margin-bottom: 5px;
}

.l_heading {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1;
}

.no-caps {
  text-transform: capitalize;
}

.text-span-4 {
  color: var(--passion);
}

.l_overline {
  opacity: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}

.l_overline.white_text.center-text {
  padding-bottom: 32px;
}

._30 {
  opacity: .3;
}

.project-data {
  max-width: 35em;
}

.link-block-7 {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: auto auto 0% 0%;
}

.form {
  flex: 1;
}

.product-text-wrapper {
  max-width: 800px;
}

.divider_32px {
  height: 32px;
}

.navmenu.hidden-big-screen {
  display: none;
}

.services-page-image-container {
  background-color: var(--dark_side);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 350px;
  margin-bottom: 16px;
  position: relative;
}

.heading-11 {
  text-align: center;
}

.contact-lottie-section {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.image-15 {
  margin-left: 10px;
}

.center-text {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.center-text.white_text_claim {
  color: var(--jedi_light);
}

.what-we-do-landing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr);
  grid-auto-columns: auto;
  place-content: flex-start center;
  display: grid;
}

.collection-item-8 {
  background-color: var(--dark_side);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.orange-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--sweet_orange);
  flex-flow: row;
  font-size: 13px;
  display: flex;
}

.orange-link:hover {
  color: #ffb470;
}

.vertical-div-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 356px;
  padding: 32px 16px;
  display: flex;
}

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

.left-animation-wrapper {
  display: flex;
}

.paragraph-5 {
  display: none;
}

.pagination {
  margin-top: 32px;
}

.heading-12 {
  display: none;
}

.div-block-14 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.xxl_paragraph {
  letter-spacing: 1.5px;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

.circle-decoration {
  border: 3px solid var(--i-m-blue-dabadee-dabadae);
  background-color: #0000;
  border-radius: 600px;
  width: 600px;
  height: 600px;
  margin-top: -276px;
  margin-left: -211px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-decoration-2 {
  border: 3px solid var(--i-m-blue-dabadee-dabadae);
  background-color: #0000;
  border-radius: 600px;
  width: 800px;
  height: 800px;
  margin-bottom: -405px;
  margin-right: -383px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nobreak-text {
  color: var(--jedi_light);
  white-space: nowrap;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.select-field {
  border: 2px solid var(--i-m-blue-dabadee-dabadae);
  background-color: var(--i-m-blue-dabadee-dabadae);
  color: #fffbf7f0;
  border-radius: 10px;
}

._400 {
  width: 450px;
}

.div-block-16, .div-block-17 {
  flex: 1;
}

.full-with-divider {
  border-top: 2px solid var(--i-m-blue-dabadee-dabadae);
  width: 85%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-7, .orange-text {
  color: var(--sweet_orange);
}

.collection-item-9 {
  border-bottom: 2px solid var(--i-m-blue-dabadee-dabadae);
}

.blog-navigation-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  color: var(--jedi_light);
}

.secondary-image {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  position: relative;
}

.section.contest {
  padding-top: 150px;
}

.unicorn {
  z-index: -1;
  opacity: .4;
  background-color: #0000;
  width: 750px;
  height: 750px;
  margin-top: -219px;
  margin-left: -375px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.blog-type-filter {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  padding-bottom: 32px;
  display: flex;
}

._0-space-div {
  margin: 0;
  padding: 0;
}

.div-block-18, .div-block-19 {
  flex: 1;
}

.video {
  width: 100%;
}

.html-embed {
  margin-bottom: 16px;
}

.div-block-20 {
  background-color: #27002d33;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.heading-14 {
  color: var(--dark_side);
  height: 72px;
}

.text-block-3 {
  color: var(--jedi_light);
  letter-spacing: 3px;
  margin-bottom: -42px;
  font-size: 12px;
  font-weight: 300;
}

.grid-wrapper {
  z-index: 150;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  max-width: 1440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid-wrapper._4rows {
  grid-template-rows: auto auto auto auto;
}

.grid-wrapper._1row {
  grid-template-rows: auto auto;
}

.div-block-21 {
  height: 160px;
}

._20-divider {
  height: 20px;
}

.absolute-image {
  width: 1000px;
  margin-top: -621px;
  margin-left: -631px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.absolute-image.v2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: -830px;
  inset: 0% 0% auto auto;
}

.absolute-image.v3 {
  margin-top: -735px;
  margin-bottom: 638px;
  margin-left: -775px;
  inset: auto auto 0% 0%;
}

.absolute-image.v4 {
  margin: 14px -837px -211px 0;
  inset: auto 0% 0% auto;
}

.div-block-22 {
  border-radius: 20px;
  width: 450px;
  overflow: hidden;
}

.div-block-23 {
  height: 275px;
}

.div-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.joinus {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.joinus.stream {
  background-color: var(--passion);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--passion), #ffc793);
  border-radius: 200px;
  padding: 34px 0;
}

.joinus.stream.hidden {
  display: none;
}

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

.judge-wrapper.hidden {
  display: none;
}

.div-block-26 {
  background-image: url('../images/framephoto.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 70px;
  width: 100%;
  height: 300px;
  padding: 16px;
  overflow: hidden;
}

.text-block-4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.xs_overline {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
}

.text-field-3, .text-field-4 {
  border-radius: 20px;
}

.div-block-27 {
  border-right: 2px solid var(--i-m-blue-dabadee-dabadae);
  padding-right: 24px;
}

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

.heading-15, .heading-16, .heading-17, .heading-18 {
  line-height: .9;
}

.text-span-8 {
  font-family: Roboto, sans-serif;
  font-size: .6em;
  font-weight: 300;
}

.div-block-29 {
  background-color: #ffe8d3;
  border-radius: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-30 {
  height: 62px;
}

.div-block-30.keyshot {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-designcontest-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

._60-divider {
  height: 60px;
}

.text-span-9 {
  font-size: 11px;
  line-height: 11px;
}

.text-span-10 {
  color: var(--jedi_light);
  font-size: 2em;
}

.text-span-11 {
  color: var(--jedi_light);
}

.text-span-12 {
  color: #27002d00;
}

.text-span-13, .bold-text {
  color: var(--passion);
}

.text-span-14 {
  opacity: .7;
}

.t-purple {
  color: #ac93ff;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-15, .text-span-16 {
  color: var(--sweet_orange);
}

.heading-21 {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
}

.text-span-17, .text-span-18, .text-span-19 {
  color: var(--sweet_orange);
}

.white-contact {
  color: var(--jedi_light);
  -webkit-text-stroke-color: var(--dark_side);
}

.white_text_card {
  color: var(--jedi_light);
  flex: 0 auto;
  height: 256px;
  margin-bottom: 0;
}

.white_text_card.custom-services {
  font-size: 1.3em;
}

.white_text_card.footer-contact {
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .875em;
  font-weight: 300;
}

.white_text_card._80ch {
  max-width: 80ch;
}

.paragraph-7 {
  color: var(--jedi_light);
}

.white_text_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--jedi_light);
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 128px;
  margin-top: -24px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.white_text_title.custom-services {
  font-size: 1.3em;
}

.white_text_title.footer-contact {
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .875em;
  font-weight: 300;
}

.white_text_title._80ch {
  max-width: 80ch;
}

.text-span-23, .text-span-24 {
  color: var(--sweet_orange);
}

.heading-28, .collection-list-5 {
  height: 64px;
}

.nav-link-2--solutions {
  color: var(--jedi_light);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 30px;
  font-family: JetBrains Mono, sans-serif;
  font-size: .875em;
  text-decoration: none;
}

.nav-link-2--solutions:hover {
  color: #fffbf7bf;
}

.nav-link-2--solutions:focus-visible, .nav-link-2--solutions[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2--solutions.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
}

.nav-link-2--solutions.left:hover, .nav-link-2--solutions.left.w--current:hover {
  color: var(--sweet_orange);
}

.nav-link-2--solutions.menu {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-2--solutions.menu:hover {
  color: var(--sweet_orange);
  border-bottom-style: none;
  text-decoration: underline;
}

.nav-link-2--solutions.menu.w--current {
  color: var(--sweet_orange);
}

.nav-link-2--solutions.menu.w--current:hover {
  text-decoration: none;
}

.nav-link-2--solutions.menu.services, .nav-link-2--solutions.menu.solutions {
  color: var(--sweet_orange);
}

.dropdown-link-1 {
  border-left: 0px solid var(--sweet_orange);
  background-color: var(--dark_side);
  color: var(--jedi_light);
  white-space: pre;
  transition-duration: .4s;
}

.dropdown-link-1:hover {
  color: var(--sweet_orange);
  letter-spacing: 0;
  border-left-width: 3px;
}

.dropdown-link-1.w--current {
  color: #ffb16b;
}

.image-103 {
  text-align: center;
  max-width: 80%;
}

.image-104 {
  max-width: 100%;
}

.image-105 {
  width: 144px;
  max-width: 100%;
  overflow: clip;
}

.image-106 {
  width: 128px;
}

.image-107 {
  max-width: 128%;
}

@media screen and (min-width: 1920px) {
  .button-primary {
    padding-bottom: 12px;
  }

  .button-primary.blue {
    background-color: var(--i-m-blue-dabadee-dabadae);
  }

  .button-primary.blue.animation_container {
    text-align: left;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    position: relative;
    right: auto;
  }

  .button-primary.blue.center {
    padding-top: 12px;
  }

  .button-primary.orange {
    padding-bottom: 12px;
    font-family: JetBrains Mono, sans-serif;
  }

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

  .button-primary.passion.animation_container {
    text-align: left;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    position: relative;
    right: auto;
  }

  .main-container {
    border-radius: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-container._8px {
    margin-bottom: 128px;
  }

  .main-container.ctasection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-no-shadow-container-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-regular-2 {
    min-height: 30px;
  }

  .nav-link-2.menu {
    border: 0 solid #000;
    margin-left: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .nav-link-2.menu.w--current {
    border-width: 0;
  }

  .button-primary-2 {
    text-align: center;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .button-primary-2.w--current {
    padding-bottom: 12px;
  }

  .list-item {
    display: flex;
  }

  .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-basis: 46%;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .base_column {
    align-self: center;
    padding-right: 32px;
  }

  .xl_heading.right.purple {
    color: var(--dark_side);
    -webkit-text-stroke-color: var(--tech-purple);
  }

  .xl_heading.right.orange-text {
    color: var(--dark_side);
  }

  .overline {
    color: var(--dark_side);
    text-align: center;
    padding-bottom: 16px;
  }

  .overline.white.contact {
    color: var(--dark_side);
  }

  .overline._30 {
    color: var(--jedi_light);
  }

  .overline.white_text {
    color: var(--jedi_light);
    text-align: left;
  }

  .overline.white_text.mobile, .overline.product {
    text-align: left;
  }

  .footer-brand.logos, .footer-brand.logos-copy {
    text-align: center;
  }

  .divider.blue {
    margin-bottom: 0;
  }

  .s_overline.white_text.no-caps {
    flex-flow: row;
  }

  .white {
    color: var(--jedi_light);
    overflow: visible;
  }

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

  .hero_text_wrapper {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-top: 64px;
    margin-bottom: 160px;
    padding-bottom: 0;
  }

  ._60ch-text-wrapper.sub-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 59%;
    max-width: 100%;
    display: flex;
  }

  ._60ch-text-wrapper.contact {
    width: 100%;
  }

  .hero-image.services {
    height: 70vh;
  }

  .big-quote-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-section {
    width: 100%;
    margin-top: 88px;
    padding-top: 0;
  }

  .content-section.no-overflow {
    margin-top: 112px;
  }

  .content-section.hidden {
    margin-top: 0;
  }

  .card.work.home {
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .card.value1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .card.content.contact {
    margin-top: 32px;
  }

  .card.content.contact.adress {
    width: 72%;
  }

  .card-content-wrapper {
    object-fit: fill;
    object-position: 50% 50%;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    height: 232px;
    position: relative;
  }

  .colorbg.work {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    inset: 0%;
  }

  .clients-title {
    padding-top: 46px;
  }

  .clients-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 128px;
    display: flex;
  }

  .clients-image {
    text-align: left;
    width: 25%;
  }

  .clients-image.vertical-logo {
    width: 25%;
  }

  .image-3 {
    margin-right: -242px;
  }

  .image-3.solutions {
    margin-right: 250px;
  }

  .image-3.aboutus {
    inset: 20% 0% auto auto;
  }

  .logos_wrapper {
    margin-top: 64px;
  }

  .featured-title-customer.author.blog-page {
    justify-content: flex-start;
    width: 328px;
  }

  .featured-title-customer.author.blog-featured {
    justify-content: flex-start;
  }

  .image-10 {
    height: auto;
  }

  .author-by {
    grid-row-gap: 16px;
    padding-right: 16px;
  }

  .collection-item-2 {
    align-self: stretch;
    height: 48.1724%;
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 32px;
    justify-content: center;
    padding-bottom: 0;
  }

  .service-detail-wraper {
    object-fit: fill;
  }

  .service-detail {
    height: 244px;
  }

  .link-block-images {
    width: 100%;
  }

  .link-block-images.services {
    height: auto;
  }

  .contact {
    font-weight: 400;
  }

  .rich-text-projects {
    width: 100%;
  }

  .rich-text-projects.the-leap {
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    display: block;
  }

  .rich-text-projects._70 {
    width: 100%;
    margin-top: 0;
  }

  .blog-container {
    width: 66.6%;
    max-width: 100%;
  }

  .project-groups-container.nutshell {
    width: 100%;
  }

  .related-project-info {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9 {
    height: 45%;
  }

  .div-block-9.faceguard {
    display: none;
  }

  .project-data-container {
    display: flex;
  }

  .flex-horizontal {
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.project {
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-horizontal.blog {
    flex-flow: column;
  }

  .flex-horizontal.footer {
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-container {
    display: none;
    top: 320px;
  }

  .icon {
    margin-right: 56px;
  }

  .toggle {
    text-align: left;
    border: 0 solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 40px;
  }

  .dropdown-list {
    margin-left: 0;
    padding-left: 0;
  }

  .grid {
    grid-column-gap: 91px;
    grid-template-rows: .5fr .5fr .5fr .5fr;
    grid-template-columns: 1fr 1fr;
  }

  .no-featured-item {
    justify-content: center;
    align-items: center;
  }

  .no-featured-blog-image.secundary-pages {
    -webkit-text-fill-color: inherit;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 48%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    height: 100%;
  }

  .link-block-6 {
    cursor: auto;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .blog-page-container {
    height: 550px;
  }

  .mobile-animation.big-screen {
    width: 450px;
    display: block;
  }

  .animation-lotie-absolute.no-overflow.animation-container {
    margin-top: -400px;
  }

  .white_text {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 98%;
    height: auto;
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 0;
    display: flex;
  }

  .white_text.reduced {
    width: 100%;
    padding-top: 48px;
  }

  .white_text.custom-services {
    width: 100%;
    height: 32px;
  }

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

  .white_text.hero {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .white_text.product {
    padding-top: 64px;
  }

  .l_paragraph.white_text {
    width: auto;
  }

  .l_overline.white_text.center-text {
    padding-bottom: 48px;
  }

  .l_overline.white_text.center-text.solutions {
    width: 100%;
    padding-top: 118px;
    padding-bottom: 0;
  }

  .link-block-7 {
    z-index: 0;
    width: 403.188px;
  }

  .navmenu {
    display: flex;
  }

  .services-page-image-container {
    display: block;
  }

  .heading-11 {
    text-align: center;
  }

  .center-text.white_text_claim {
    color: var(--jedi_light);
    text-align: center;
    margin-bottom: 64px;
    font-size: 64px;
  }

  .collection-item-8 {
    align-items: stretch;
  }

  .orange-link {
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 16px;
    display: flex;
  }

  .vertical-div-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 336px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

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

  .left-animation-wrapper {
    display: flex;
  }

  .div-block-14 {
    max-width: 80%;
    padding-bottom: 0;
  }

  .circle-decoration-2 {
    border-width: 5px;
  }

  .div-block-15 {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .secondary-image {
    width: 100%;
  }

  .section {
    overflow: hidden;
  }

  .unicorn {
    border-width: 5px;
  }

  .div-block-20 {
    margin-bottom: 0;
  }

  .heading-14 {
    object-fit: fill;
    align-items: stretch;
    height: 80px;
    display: flex;
  }

  .collection-list-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "Area";
    margin-bottom: 32px;
  }

  .text-span-15, .text-span-16 {
    color: var(--tech-purple);
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .heading-20 {
    margin-top: 0;
  }

  .heading-21 {
    height: 72px;
    margin-top: 0;
    padding-bottom: 8px;
  }

  .heading-22, .heading-23 {
    margin-top: 0;
  }

  .text-span-17, .text-span-18 {
    color: var(--i-m-blue-dabadee-dabadae);
  }

  .text-span-19 {
    color: var(--sweet_orange);
  }

  .div-block-33 {
    height: 128.316px;
  }

  .white-contact {
    color: var(--jedi_light);
  }

  .collection-list-wrapper-7 {
    padding-bottom: 48px;
  }

  .div-block-34 {
    height: 99px;
  }

  .white_text_card {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 156px;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .bold-text-2 {
    flex-flow: row;
    display: flex;
  }

  .paragraph-7 {
    color: var(--jedi_light);
    width: 100%;
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .bold-text-3 {
    flex-flow: row;
    display: block;
  }

  .white_text_title {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 64px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .white_text_title.hero {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .text-span-20 {
    color: var(--jedi_light);
    width: 100%;
    padding-right: 0;
  }

  .paragraph_about {
    color: var(--jedi_light);
    width: 100%;
    font-size: 18px;
  }

  .text-span-21 {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .paragraph_solutions {
    color: var(--jedi_light);
    width: 90%;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .paragraph_services, .paragraph_blog {
    color: var(--jedi_light);
    font-size: 18px;
    line-height: 25px;
  }

  .text-span-22 {
    color: var(--sweet_orange);
  }

  .text-span-23 {
    color: var(--sweet_orange);
    padding-top: 48px;
    display: block;
  }

  .collection-list-5 {
    padding-bottom: 40px;
  }

  .heading-29, .heading-30 {
    padding-right: 16px;
  }

  .image-102 {
    object-fit: cover;
  }

  .icon-2 {
    color: var(--jedi_light);
    margin-right: 56px;
  }

  .dropdown-list-2 {
    background-color: #27002d;
  }

  .dropdown-list-2.w--open {
    background-color: #141414;
  }

  .dropdown-link-2, .dropdown-link-3 {
    color: var(--jedi_light);
    background-color: #27002d;
  }

  .dropdown-link-4, .dropdown-link-5 {
    background-color: var(--dark_side);
    color: var(--jedi_light);
  }

  .dropdown-2 {
    display: none;
  }

  .code-embed {
    border-radius: 0;
  }

  .nav-link-2--solutions.menu {
    border: 0 solid #000;
    margin-left: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .nav-link-2--solutions.menu.w--current {
    border-width: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 4.52em;
  }

  h2 {
    font-size: 3.2em;
  }

  h3 {
    margin-bottom: 24px;
    font-size: 2.264em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.12em;
  }

  p {
    font-size: .95em;
  }

  .button-primary {
    font-size: 1.1em;
  }

  .button-primary:hover {
    font-size: 1em;
  }

  .main-container {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-container.ctasection {
    padding-top: 88px;
    padding-bottom: 104px;
  }

  .navbar_main {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu-wrapper-2 {
    background-color: var(--dark_side);
    height: 90vh;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nav-menu-2 {
    grid-row-gap: 30px;
    background-color: #0000;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2.menu {
    font-size: 3em;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .menu-button-2 {
    color: var(--sweet_orange);
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: var(--sweet_orange);
    background-color: #0000;
    transform: rotate(90deg);
  }

  .content-wrapper {
    flex: 1;
    width: auto;
    max-width: 80%;
  }

  .xl_heading {
    font-size: 6.4em;
  }

  .overline.white.contact {
    color: var(--dark_side);
  }

  .xs_text {
    font-size: .7em;
  }

  .s_text {
    font-size: .8em;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto auto;
  }

  .s_overline {
    line-height: 1.2;
  }

  .ghost-button {
    margin-left: 0;
    font-size: 1.1em;
  }

  .footer_terms {
    grid-column-gap: 60px;
  }

  .hero-image, .hero-image.about-us {
    height: 40vh;
  }

  .hero-image.projects {
    height: 50vh;
  }

  .hero-image.main {
    height: 65vh;
  }

  .content-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-container {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .card.value1 {
    flex: 0 48%;
    justify-content: flex-start;
    align-self: flex-start;
    height: 288px;
  }

  .card.content.contact {
    width: 100%;
  }

  .card.service {
    min-height: 200px;
  }

  .gradient-overlay {
    background-size: auto 125%, auto;
  }

  .card-content-wrapper {
    height: auto;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-image {
    width: 30%;
  }

  .xl_paragraph {
    letter-spacing: 1.1px;
    font-size: 1.1em;
  }

  .image-3 {
    max-width: 50%;
    display: inline-block;
    top: 46%;
  }

  .image-3.solutions {
    margin-top: -5px;
    margin-right: -35px;
    top: 37%;
  }

  .image-3.aboutus {
    margin-bottom: 342px;
    margin-right: -1192px;
  }

  .logos_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-8 {
    margin-right: -328px;
  }

  .styleguide {
    display: block;
  }

  .featured-blog-image-container {
    background-position: 43%;
    background-size: 200% 100%;
    height: 40vh;
    max-height: 380px;
  }

  .featured-title-customer.details {
    grid-column-gap: 8px;
  }

  .featured-title-customer.featured-product {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: baseline;
    width: auto;
  }

  .collection-item-2 {
    width: 100%;
  }

  .collection-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  ._60ch {
    width: auto;
    max-width: 60ch;
  }

  .project-data-wrapper {
    grid-column-gap: 16px;
    margin-left: 0;
  }

  .basic-info-cms.opacity.s_text {
    margin-left: 0;
  }

  .rich-text-projects.the-leap {
    width: 48%;
  }

  .div-block-9 {
    opacity: .8;
    height: 40%;
  }

  .project-data-container {
    flex-wrap: wrap;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .image-container {
    align-self: stretch;
    left: 0;
  }

  .image-container.ricardo {
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    display: none;
  }

  .flex-horizontal {
    grid-column-gap: 8px;
  }

  .flex-horizontal.full-with {
    flex-direction: column;
  }

  .flex-horizontal.footer {
    flex-wrap: wrap;
    place-content: center;
  }

  .lottie-container {
    margin-bottom: -123px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .right--wrapper {
    align-items: center;
    height: 70vh;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: -40px;
  }

  .cicle-animation-container.absolute-right {
    opacity: .3;
    width: 600px;
    top: -1%;
    left: -31%;
  }

  .cicle-animation-container.absolute-right.left {
    opacity: .3;
    width: 600px;
    bottom: -1239px;
    right: -32%;
  }

  .blog-grid-divider {
    grid-row-gap: 64px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    height: auto;
    display: flex;
  }

  .blog-no-featured.grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-no-featured.related {
    grid-template-columns: 1fr;
  }

  .no-featured-blog-image.blog-page {
    background-position: 50%;
    background-size: cover;
  }

  .absolute-decorative-shape.right {
    margin-top: 12px;
    margin-right: -632px;
  }

  .image-14 {
    margin-left: -389px;
  }

  .contact-lottie-container {
    margin-top: -253px;
    margin-right: -557px;
  }

  .mobile-animation {
    width: 350px;
    padding-top: 40px;
    display: block;
  }

  .mobile-animation.production {
    margin-bottom: -98px;
  }

  .mobile-animation.big-screen {
    display: none;
  }

  .animation-lotie-absolute {
    padding-left: 24px;
    padding-right: 24px;
  }

  .l_paragraph {
    font-size: 1.1em;
  }

  .l_heading {
    font-size: 5em;
  }

  .navmenu.hidden {
    display: none;
  }

  .navmenu.hidden-big-screen {
    display: block;
  }

  .center-text.how-we-do-it {
    padding-bottom: 80px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .xxl_paragraph {
    letter-spacing: 1.1px;
    font-size: 1.1em;
  }

  .circle-decoration, .circle-decoration-2 {
    display: none;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.contest {
    overflow: hidden;
  }

  .div-block-20 {
    margin-bottom: 0;
  }

  .grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .absolute-image {
    margin-left: -722px;
  }

  .absolute-image.v2 {
    margin-top: -611px;
    margin-left: -73px;
    margin-right: -842px;
  }

  .absolute-image.v3 {
    margin-left: -867px;
  }

  .absolute-image.v4 {
    margin-right: -888px;
  }

  .div-block-22 {
    max-width: 450px;
    display: block;
  }

  .div-block-22.photo {
    width: auto;
    max-width: none;
  }

  .div-block-26 {
    height: 600px;
  }

  .div-block-27 {
    border-bottom: 2px solid var(--i-m-blue-dabadee-dabadae);
    border-right-style: none;
    padding-bottom: 24px;
  }

  .div-block-31 {
    text-align: center;
  }

  .heading-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: baseline;
    padding-right: 8px;
    display: block;
  }

  .heading-30 {
    padding-right: 16px;
  }

  .nav-link-2--solutions {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2--solutions.menu {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 3.5em;
    line-height: 1.2;
  }

  h2 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 2.7em;
  }

  h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 2em;
  }

  h4 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 1.75em;
  }

  h5 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 1.2em;
  }

  .button-primary, .button-primary:hover {
    font-size: 1em;
  }

  .main-container {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-container.ctasection {
    padding-top: 109px;
  }

  .main-container.double-space {
    margin-top: 20px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-2.menu {
    font-size: 2em;
  }

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

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .content-wrapper {
    flex: 1;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .base_column {
    padding-right: 0;
  }

  .xl_heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 4em;
  }

  .xl_heading.right {
    text-align: left;
    font-size: 3em;
  }

  .overline {
    font-size: 1em;
  }

  .xs_text {
    font-size: .75em;
  }

  .s_text {
    font-size: .85em;
  }

  .s_text.footer-stext {
    text-align: center;
    flex-shrink: 1;
    flex-basis: 100vw;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-content {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .footer-block {
    align-items: flex-start;
  }

  .divider {
    margin-top: 60px;
  }

  .divider.blue {
    margin-top: 8px;
  }

  .s_overline {
    font-size: .85em;
  }

  .ghost-button {
    font-size: 1em;
  }

  .footer_terms {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 8px;
    display: flex;
  }

  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_text_wrapper {
    margin-top: 112px;
    margin-bottom: -8px;
  }

  .hero-image {
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-image.about-us, .hero-image.projects {
    height: 30vh;
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-image.projects.show {
    height: 30vh;
  }

  .hero-image.services {
    height: 30vh;
    margin-left: -16px;
    margin-right: 0;
  }

  .hero-image.main {
    height: 45vh;
  }

  .big-quote-cta.about-us {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .card-container {
    flex-wrap: wrap;
  }

  .card.work.home {
    height: 40vh;
  }

  .card.value1 {
    flex: 0 auto;
    height: 200px;
    padding: 24px 16px;
  }

  .gradient-overlay {
    z-index: 1;
    opacity: .25;
    background-size: cover, auto;
    border-bottom-style: none;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .colorbg {
    margin-top: 0;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    width: 38%;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl_paragraph {
    font-size: 1.125em;
  }

  .image-3, .image-3.no-show {
    display: none;
  }

  .image-3.aboutus {
    margin-right: -1212px;
  }

  .image-8 {
    margin-right: -300px;
  }

  .styleguide {
    display: block;
  }

  .featured-title-customer.author.blog-page {
    margin-bottom: 0;
  }

  .featured-project {
    flex-wrap: wrap;
  }

  .image-10 {
    object-fit: cover;
  }

  .collection-item-2 {
    max-width: none;
    margin-left: 0;
  }

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

  .project-data-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .project-data-wrapper.landing {
    grid-column-gap: 8px;
    margin-top: 0;
  }

  .basic-info-cms.opacity {
    margin-left: 0;
  }

  .rich-text-projects {
    margin-top: 8px;
  }

  .rich-text-projects._70, .project-groups-container.nutshell {
    width: 90%;
  }

  .related-project-container {
    flex-wrap: wrap;
  }

  .collection-item-3 {
    flex: 0 100%;
  }

  .related-project-info {
    min-width: 40%;
  }

  .collection-list-2 {
    flex-wrap: wrap;
  }

  .name-industry-project {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-end;
  }

  .flex-horizontal {
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .flex-horizontal.project {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .flex-horizontal.footer {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cicle-animation-container.absolute-right.left {
    bottom: -1420px;
    right: -57%;
  }

  .blog-no-featured.grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .no-featured-blog-image.blog-page {
    min-height: 200px;
  }

  .info-blog-container.blog-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .absolute-decorative-shape.right {
    margin-right: -737px;
  }

  .image-14 {
    margin-left: -336px;
    inset: 0% auto auto 0%;
  }

  .contact-lottie-container {
    margin-top: -393px;
    margin-right: -541px;
  }

  .animation-lotie-absolute {
    padding-left: 8px;
    padding-right: 8px;
  }

  .white_text {
    line-height: 1;
  }

  .l_heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 4em;
  }

  .l_overline {
    font-size: 1.15em;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .collection-item-8 {
    position: relative;
  }

  .vertical-div-text {
    z-index: 3;
    position: relative;
  }

  .xxl_paragraph {
    font-size: 1.125em;
  }

  .heading-13 {
    margin-bottom: 16px;
  }

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

  .absolute-image {
    margin-left: -801px;
  }

  .absolute-image.v2 {
    margin-right: -912px;
  }

  .absolute-image.v3 {
    margin-left: -913px;
  }

  .absolute-image.v4 {
    margin-right: -915px;
  }

  .div-block-26 {
    align-self: center;
    height: 300px;
  }

  .div-block-32 {
    z-index: 99;
    position: relative;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .white_text_card, .white_text_title {
    line-height: 1;
  }

  .nav-link-2--solutions {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-2--solutions.menu {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
    line-height: 1.2;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2.1em;
  }

  a {
    font-size: 1em;
  }

  .button-primary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 10px;
    display: inline-flex;
  }

  .button-primary.blue {
    text-align: left;
    display: inline-block;
  }

  .button-primary.blue._8px {
    margin-top: 8px;
  }

  .button-primary.blue.animation_container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .button-primary.blue.animation_container:hover {
    transform: none;
  }

  .button-primary.passion.animation_container {
    display: inline-block;
  }

  .button-primary.passion.animation_container:hover {
    transform: none;
  }

  .main-container {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 32px 0 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-container.ctasection {
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
    padding-top: 24px;
    padding-bottom: 48px;
    display: flex;
  }

  .main-container.double-space {
    margin-bottom: 24px;
  }

  .main-container.landing {
    width: auto;
    height: auto;
    margin-top: 302px;
    margin-bottom: 40px;
  }

  .navbar-no-shadow-container-2 {
    padding: 24px 8px 16px 16px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-link-2.left:hover {
    letter-spacing: 0;
  }

  .nav-link-2.menu {
    font-size: 2em;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .button-primary-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-wrapper {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }

  .base_column {
    padding-top: 24px;
  }

  .xl_heading {
    font-size: 2.8em;
  }

  .xl_heading.right {
    text-align: left;
    font-size: 2em;
  }

  .xl_heading.right.purple {
    color: var(--dark_side);
    font-size: 2em;
  }

  .xl_heading.notsogiant {
    padding-bottom: 0;
    font-size: 2em;
  }

  .overline.white {
    color: var(--dark_side);
  }

  .overline.white_text.mobile {
    display: none;
  }

  .s_text {
    text-align: left;
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    display: flex;
  }

  .s_text.footer-stext {
    text-align: center;
    flex-basis: 100vw;
    justify-content: center;
    align-items: center;
  }

  .footer-dark {
    padding: 16px 20px;
  }

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

  .footer-wrapper.menus {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .footer-brand.logos {
    width: 120px;
  }

  .footer-brand.logos.centro {
    width: 200px;
  }

  .footer-brand.logos.ql.w--current {
    width: 100%;
  }

  .footer-brand.logos-copy {
    width: 120px;
  }

  .footer-brand.logos-copy.centro {
    width: 200px;
  }

  .footer-brand.logos-copy.ql.w--current {
    width: 100%;
  }

  .footer-content {
    grid-row-gap: 48px;
    margin-top: 0;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .footer-block.hidden {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .divider.blue {
    width: 75%;
  }

  .s_overline {
    margin-top: 0;
  }

  .white {
    color: var(--jedi_light);
    font-size: .85em;
  }

  .white.title-mobile {
    font-size: 1em;
  }

  .base_link.footer-blue {
    margin-left: 0;
    font-size: .75em;
  }

  .footer_terms {
    text-align: left;
    flex-wrap: wrap;
  }

  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_text_wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  ._60ch-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._60ch-text-wrapper.white_text {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  ._60ch-text-wrapper.white_text.product {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 80ch;
    display: block;
  }

  .hero-image {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-image.about-us {
    height: 30vh;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 0;
  }

  .hero-image.projects {
    width: auto;
    display: block;
  }

  .hero-image.projects.show {
    object-fit: fill;
    background-position: 50%;
    width: auto;
    max-width: none;
    height: 30vh;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: auto;
  }

  .hero-image.projects.development {
    height: 30vh;
  }

  .hero-image.services {
    width: auto;
    height: 30vh;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 0;
    display: block;
  }

  .hero-image.blog {
    width: auto;
    height: 30vh;
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-image.main {
    height: 45vh;
  }

  .content-section {
    margin-top: 16px;
    padding: 24px 16px;
    overflow: hidden;
  }

  .content-section.hidden {
    margin-top: 0;
  }

  .content-section.section-divider {
    height: 60vh;
  }

  .card.work.home {
    height: 50vh;
  }

  .card.value1 {
    height: 288px;
  }

  .card.content.contact {
    width: 100%;
    padding-right: 0;
  }

  .card.content.contact.adress {
    width: 100%;
  }

  .gradient-overlay {
    border-bottom-style: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }

  .colorbg.work {
    height: 100%;
  }

  .clients-wrapper {
    grid-column-gap: 64px;
  }

  .clients-image {
    width: 75px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .clients-image.horizontal-logo {
    width: 110px;
  }

  .clients-image.horizontal-logo-but-big, .clients-image.vertical-logo {
    width: 30%;
  }

  .xl_paragraph.cta {
    text-align: center;
  }

  .xl_paragraph.center-text.quote-home.white_text {
    color: var(--jedi_light);
  }

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

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

  .image-8 {
    display: none;
  }

  .styleguide {
    display: block;
  }

  .image-9 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .featured-blog-image-container {
    background-position: 50%;
    background-size: cover;
    height: 20vh;
    margin-top: 16px;
  }

  .featured-title-customer {
    flex-wrap: wrap;
  }

  .featured-title-customer.details {
    grid-column-gap: 16px;
    flex-flow: column;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .featured-title-customer.author.blog-page {
    font-size: .85em;
  }

  .featured-title-customer.author.blog-featured {
    text-align: left;
  }

  .featured-title-customer.featured-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .title-customer-divider {
    color: var(--dark_side);
    overflow: visible;
  }

  .featured-project {
    height: auto;
  }

  .image-10 {
    object-fit: cover;
  }

  .author-by {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .collection-item-2 {
    max-width: none;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-detail-wraper {
    margin-bottom: 24px;
  }

  .service-detail {
    height: 250px;
  }

  .collection-list-wrapper-4 {
    margin-left: 0;
  }

  .div-block-4 {
    flex-flow: column wrap;
  }

  .form-single-line {
    flex: 0 auto;
    width: 99.9999%;
    padding-right: 0;
  }

  .project-data-wrapper {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .project-data-wrapper.landing {
    grid-row-gap: 0px;
    margin-bottom: 8px;
  }

  .basic-info-cms.opacity {
    margin-left: 0;
  }

  .rich-text-projects {
    font-size: 14px;
  }

  .rich-text-projects.the-leap {
    width: 100%;
    margin-bottom: 24px;
  }

  .rich-text-projects._70 {
    color: var(--dark_side);
    width: 100%;
    font-size: 14px;
  }

  .blog-container {
    max-width: 100%;
    margin-bottom: 0;
  }

  .blog-container.topspace {
    margin-top: 32px;
  }

  .blog-container.quote-service, .project-groups-container {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .project-groups-container.quote {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .project-groups-container.nutshell {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .quote-cms {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-item-3 {
    flex-direction: column;
  }

  .related-project-info {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-width: auto;
    max-width: none;
  }

  .related-project-image-thumbnail {
    border-radius: 20px;
    flex: 0 auto;
    height: 200px;
    margin-bottom: -32px;
    margin-right: 0;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .div-block-9 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 60%;
    padding-bottom: 0;
  }

  .project-data-container {
    flex-wrap: wrap;
  }

  .image-container {
    min-width: 100%;
    height: 300px;
    margin-bottom: 25px;
    left: 0;
  }

  .flex-horizontal {
    align-items: flex-start;
  }

  .flex-horizontal.project {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .flex-horizontal.blog {
    flex-flow: column;
  }

  .flex-horizontal.footer {
    align-items: center;
  }

  .right--wrapper {
    height: auto;
    margin-top: 0;
  }

  .animation_container {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -20px;
  }

  .blog-grid-divider {
    grid-template-rows: auto auto;
  }

  .blog-no-featured {
    grid-row-gap: 32px;
    height: auto;
  }

  .blog-no-featured.grid {
    grid-template-columns: 1fr;
  }

  .blog-no-featured.related {
    margin-top: 16px;
  }

  .no-featured-item {
    grid-row-gap: 16px;
    flex-direction: column;
    min-height: 200px;
  }

  .no-featured-blog-image {
    width: 100%;
    min-width: auto;
    height: 220px;
  }

  .no-featured-blog-image.secundary-pages {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .no-featured-blog-image.blog-page {
    background-position: 50%;
    height: 150px;
    min-height: auto;
  }

  .info-blog-container {
    border-left-style: none;
    margin-bottom: 24px;
    padding-left: 8px;
  }

  .blue-text {
    height: auto;
    margin-top: 0;
    padding-top: 16px;
  }

  .absolute-decorative-shape.right {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: none;
  }

  .decorative-one-header {
    width: 100%;
    max-width: none;
    margin-top: 214px;
    padding-bottom: 0;
    display: none;
    position: relative;
  }

  .link-block-6 {
    height: 100%;
    display: flex;
  }

  .link-block-6.mobile {
    object-fit: fill;
    height: 113%;
  }

  .blog-page-container {
    flex-wrap: wrap;
  }

  .image-14 {
    display: none;
  }

  .contact-lottie-container {
    z-index: 1;
    margin-right: -603px;
  }

  .mobile-animation {
    width: 85%;
  }

  .mobile-animation.production {
    margin-bottom: -54px;
  }

  .animation-lotie-absolute {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .animation-lotie-absolute.no-overflow.animation-container, .animation-lotie-absolute.no-overflow.animation-container.v1 {
    z-index: -1;
    display: none;
  }

  .white_text {
    line-height: 1.1;
  }

  .white_text.reduced {
    font-size: 2.5em;
  }

  .l_paragraph.center-text {
    white-space: normal;
  }

  .l_heading {
    font-size: 3.5em;
  }

  .l_overline.white_text.center-text {
    color: var(--jedi_light);
  }

  .collection-list-wrapper-6 {
    height: auto;
  }

  .divider_32px {
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-11 {
    text-align: center;
  }

  .center-text {
    color: var(--dark_side);
  }

  .center-text.white_text_claim {
    color: var(--jedi_light);
    width: 100%;
  }

  .center-text.what-we-do-mobile {
    color: var(--tech-purple);
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .div-block-14 {
    max-width: 80%;
    height: auto;
    margin-top: -32px;
  }

  .nobreak-text {
    white-space: break-spaces;
  }

  .div-block-15 {
    margin-top: 24px;
  }

  .secondary-image {
    max-width: 100%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.contest {
    overflow: hidden;
  }

  .div-block-20 {
    margin-bottom: 0;
  }

  .heading-14 {
    margin-top: 24px;
  }

  .text-block-3 {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 500;
  }

  .grid-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: start;
    place-items: center;
    width: auto;
    max-width: none;
    margin: 20px 5px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .grid-wrapper._4rows {
    align-items: flex-start;
  }

  .absolute-image {
    display: none;
  }

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

  .div-block-22.photo {
    display: none;
  }

  .div-block-23 {
    height: auto;
  }

  .div-block-24, .joinus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .judge-wrapper {
    width: 300px;
  }

  .div-block-26 {
    height: 400px;
  }

  .div-block-30 {
    height: auto;
  }

  .logo-designcontest-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-span-15, .text-span-16 {
    color: var(--tech-purple);
  }

  .heading-20 {
    width: 100%;
    display: flex;
  }

  .heading-21 {
    text-align: left;
  }

  .text-span-17, .text-span-18 {
    color: var(--tech-purple);
  }

  .white_text_card {
    line-height: 1.1;
  }

  .white_text_card.reduced {
    font-size: 2.5em;
  }

  .paragraph-7 {
    color: var(--jedi_light);
  }

  .white_text_title {
    line-height: 1.1;
  }

  .white_text_title.reduced {
    font-size: 2.5em;
  }

  .paragraph_about, .paragraph_solutions, .paragraph_services, .paragraph_blog {
    color: var(--jedi_light);
  }

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

  .form-2 {
    width: 100%;
  }

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

  .heading-26, .heading-27 {
    color: var(--sweet_orange);
  }

  .heading-28 {
    height: auto;
  }

  .collection-list-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-29, .heading-30 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .paragraph-8 {
    padding-bottom: 8px;
  }

  .image-101 {
    max-width: 80%;
  }

  .nav-link-2--solutions.left:hover {
    letter-spacing: 0;
  }

  .nav-link-2--solutions.menu {
    font-size: 2em;
  }
}

#sticky1.w-node-e6608268-3e7f-20f4-ea97-cd302241da63-43f72dea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_96b13c6f-b11c-dbd1-cab8-5241f302ba6a-43f72dea {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_61cc0518-c33d-64f7-399c-6ae61403055e-43f72dea {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_503fb432-47a1-0443-1e77-8b203d5c286d-43f72dea {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7aa2cc81-f9e2-e4be-f284-c19126b0b4b6-43f72dea {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6b12ca3c-b9d2-e484-21eb-3a9fbae8b0ba-43f72dea, #w-node-_774dcc85-b390-7820-2c72-dd31adc27637-43f72dea, #w-node-_25a3447a-1cf2-58fc-15bc-831a8d429087-43f72dea, #w-node-_52e3d862-1001-8836-2cc7-5bcadf032f55-43f72dea {
  justify-self: end;
}

#w-node-fa59d9eb-ad27-9ee7-515b-5e15ef949dde-43f72dea {
  grid-area: 1 / 2 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b2028eae-98f3-224d-f193-5444f0c174a0-43f72dea, #w-node-_5c21e506-6810-e4af-cee8-300a0bab3d2a-0bab3d24, #w-node-_5c21e506-6810-e4af-cee8-300a0bab3d38-0bab3d24, #w-node-_5c21e506-6810-e4af-cee8-300a0bab3d56-0bab3d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c21e506-6810-e4af-cee8-300a0bab3d44-0bab3d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_5c21e506-6810-e4af-cee8-300a0bab3d48-0bab3d24, #w-node-_5c21e506-6810-e4af-cee8-300a0bab3d6a-0bab3d24, #w-node-_5c21e506-6810-e4af-cee8-300a0bab3d6c-0bab3d24, #w-node-_5c21e506-6810-e4af-cee8-300a0bab3d6e-0bab3d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb417639-f58d-6d13-caf4-2fc6049e7025-f4f72df1 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-bb417639-f58d-6d13-caf4-2fc6049e7039-f4f72df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c04ed2-7eba-a8c3-9ddd-0ac28f92cf68-86f72df6 {
  align-self: auto;
}

#w-node-e538ce12-359d-b601-a65b-6f4395133cc8-1d24164b {
  grid-area: span 3 / span 12 / span 3 / span 12;
  justify-self: center;
}

#w-node-da40cdf9-a434-8296-982f-271cdf9860fe-1d24164b, #w-node-_78ac46a8-3064-f668-e500-8aef9b06af2b-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-dcba7091-7ac0-e6bd-90ed-8f0c5d7ca86c-1d24164b, #w-node-_90832db9-5bd2-34f5-7852-e98d00aeb1a8-1d24164b {
  grid-area: 5 / 5 / 6 / 9;
}

#w-node-_17a737ee-de09-78be-4fe8-72e7d3c2ac40-1d24164b {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_92b02262-698d-c8f6-48c3-a67b9b243c6d-1d24164b {
  grid-area: 7 / 3 / 8 / 7;
  place-self: center;
}

#w-node-a2eb0d52-64a5-12ba-c52b-2ce44243b8b8-1d24164b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0535425a-149c-4596-dc06-c1c78dea12e2-1d24164b {
  grid-area: 7 / 7 / 8 / 11;
  align-self: center;
}

#w-node-_8510a832-77bb-a11d-355f-57392f9ec58b-1d24164b {
  grid-area: 6 / 6 / 7 / 11;
}

#w-node-_0e61579e-c0d4-b734-0fa5-d4275c6686d6-1d24164b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9285b1b6-589f-7c4b-853b-2523638a8c31-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-_1f03eb5b-5710-d6b3-64fc-8af966535f31-1d24164b {
  grid-area: span 3 / span 12 / span 3 / span 12;
  justify-self: center;
}

#w-node-_858496de-1cb5-036c-2e73-bab7cc7928cd-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-c6bc3a69-a7fe-ef74-04ce-384627cd4a6f-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_56a847d8-a6f5-8192-0087-21594a5e4d73-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_330d9708-ca25-6be7-3f1f-d859d23e7238-1d24164b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13fcb4a8-9bb0-5bbf-e6e9-9ab62b8655fd-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-e6ca5f2d-b301-8a77-863a-43c0a8ff2357-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-e6ca5f2d-b301-8a77-863a-43c0a8ff2358-1d24164b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7aa6-1d24164b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7aa9-1d24164b {
  grid-area: 2 / 3 / 5 / 5;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ab6-1d24164b {
  grid-area: 5 / 6 / 8 / 8;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ac3-1d24164b {
  grid-area: 5 / 3 / 7 / 5;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ad0-1d24164b {
  grid-area: 5 / 9 / 8 / 11;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7add-1d24164b {
  grid-area: 2 / 6 / 5 / 8;
}

#w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ae8-1d24164b {
  grid-area: 2 / 9 / 5 / 11;
}

#w-node-f426eb05-552d-4771-49c0-bebb99219426-1d24164b {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-_0ede2a09-0e8b-0053-54f3-7d519145ba8f-1d24164b {
  grid-area: 1 / 3 / 2 / 7;
  align-self: start;
}

#w-node-_0ede2a09-0e8b-0053-54f3-7d519145ba91-1d24164b {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-_2bada84c-e47f-b689-b65c-7ee536a15e72-1d24164b {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_4c673d6b-e77a-4481-a1a0-eb0c87052aaa-1d24164b {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-b9cebae3-dcb5-6eea-4131-203b21434646-1d24164b {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-be53b980-aef3-d7f2-ccb7-3af744ff673a-1d24164b {
  grid-area: 2 / 9 / 3 / 11;
}

#w-node-e4cd9e3a-4f1b-d7f8-2175-42565df1c197-1d24164b {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d066908-1d24164b {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d06690b-1d24164b {
  grid-area: 1 / 3 / 2 / 7;
  align-self: start;
}

#w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d06690d-1d24164b {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d066915-1d24164b {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d066925-1d24164b {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d06692f-1d24164b {
  grid-area: 3 / 7 / 4 / 10;
}

#w-node-_12969542-085a-5cd9-33b2-d97bce4796bb-1d24164b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_12969542-085a-5cd9-33b2-d97bce4796be-1d24164b {
  grid-area: 1 / 3 / 2 / 7;
  align-self: start;
}

#w-node-_12969542-085a-5cd9-33b2-d97bce4796c0-1d24164b {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-_12969542-085a-5cd9-33b2-d97bce4796c2-1d24164b {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_2ebaadc3-780c-5e12-86a0-53e9d2f2e235-1d24164b {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-ff5e19c3-61d1-16ef-e888-cafd54267019-1d24164b {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-eef185f8-08a1-71bb-2f70-872260913118-1d24164b {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-_248aff00-57a4-7a80-c1bd-dbd074a26285-1d24164b {
  grid-area: 4 / 7 / 5 / 10;
  place-self: center start;
}

#w-node-a52f9de5-6320-95d4-58f8-551469753df5-1d24164b {
  grid-area: 1 / 3 / 6 / 7;
  align-self: auto;
}

#w-node-a52f9de5-6320-95d4-58f8-551469753df6-1d24164b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b1e5d2-76b2-4ee2-663c-dccaa2de684f-1d24164b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (min-width: 1920px) {
  #w-node-_96b13c6f-b11c-dbd1-cab8-5241f302ba6a-43f72dea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_61cc0518-c33d-64f7-399c-6ae61403055e-43f72dea {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7aa2cc81-f9e2-e4be-f284-c19126b0b4b6-43f72dea {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_6b12ca3c-b9d2-e484-21eb-3a9fbae8b0ba-43f72dea, #w-node-_774dcc85-b390-7820-2c72-dd31adc27637-43f72dea, #w-node-_25a3447a-1cf2-58fc-15bc-831a8d429087-43f72dea, #w-node-_52e3d862-1001-8836-2cc7-5bcadf032f55-43f72dea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_9b14365d-d3b1-e944-806a-c371d00e8908-e9f72dfb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_96b13c6f-b11c-dbd1-cab8-5241f302ba6a-43f72dea {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_61cc0518-c33d-64f7-399c-6ae61403055e-43f72dea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_503fb432-47a1-0443-1e77-8b203d5c286d-43f72dea {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7aa2cc81-f9e2-e4be-f284-c19126b0b4b6-43f72dea {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e538ce12-359d-b601-a65b-6f4395133cc8-1d24164b {
    grid-area: span 3 / span 12 / span 3 / span 12;
    justify-self: center;
  }

  #w-node-_92b02262-698d-c8f6-48c3-a67b9b243c6d-1d24164b {
    grid-area: 7 / 1 / 8 / 13;
    place-self: center;
  }

  #w-node-_0535425a-149c-4596-dc06-c1c78dea12e2-1d24164b {
    grid-area: 8 / 3 / 9 / 11;
    place-self: center;
  }

  #w-node-_0e61579e-c0d4-b734-0fa5-d4275c6686d6-1d24164b {
    order: -10;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9285b1b6-589f-7c4b-853b-2523638a8c31-1d24164b, #w-node-_1f03eb5b-5710-d6b3-64fc-8af966535f31-1d24164b {
    grid-column: span 6 / span 6;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7aa6-1d24164b {
    order: -10;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7aa9-1d24164b {
    order: -9;
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ab6-1d24164b, #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ac3-1d24164b, #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ad0-1d24164b {
    order: 9999;
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7add-1d24164b, #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ae8-1d24164b {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-f426eb05-552d-4771-49c0-bebb99219426-1d24164b {
    grid-area: 1 / 3 / 3 / 11;
  }

  #w-node-_2bada84c-e47f-b689-b65c-7ee536a15e72-1d24164b {
    grid-area: 3 / 3 / 4 / 6;
  }

  #w-node-_4c673d6b-e77a-4481-a1a0-eb0c87052aaa-1d24164b {
    grid-area: 3 / 6 / 4 / 9;
  }

  #w-node-b9cebae3-dcb5-6eea-4131-203b21434646-1d24164b {
    grid-area: 3 / 9 / 4 / 12;
  }

  #w-node-be53b980-aef3-d7f2-ccb7-3af744ff673a-1d24164b {
    grid-area: 4 / 3 / 5 / 6;
  }

  #w-node-e4cd9e3a-4f1b-d7f8-2175-42565df1c197-1d24164b {
    grid-area: 4 / 6 / 5 / 9;
  }

  #w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d066908-1d24164b {
    grid-area: 1 / 3 / 3 / 11;
  }

  #w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d066915-1d24164b {
    grid-area: 3 / 3 / 5 / 8;
  }

  #w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d066925-1d24164b {
    grid-area: 3 / 8 / 4 / 11;
  }

  #w-node-_7a78cc7d-57e7-ffaa-fcbf-771d5d06692f-1d24164b {
    grid-area: 4 / 8 / 5 / 11;
  }

  #w-node-_12969542-085a-5cd9-33b2-d97bce4796bb-1d24164b {
    grid-area: 1 / 3 / 3 / 11;
  }

  #w-node-_12969542-085a-5cd9-33b2-d97bce4796c2-1d24164b {
    grid-area: 3 / 3 / 5 / 8;
  }

  #w-node-_2ebaadc3-780c-5e12-86a0-53e9d2f2e235-1d24164b {
    grid-area: 3 / 3 / 4 / 11;
    place-self: start center;
  }

  #w-node-ff5e19c3-61d1-16ef-e888-cafd54267019-1d24164b {
    grid-area: 4 / 3 / 5 / 7;
  }

  #w-node-eef185f8-08a1-71bb-2f70-872260913118-1d24164b {
    grid-area: 4 / 7 / 5 / 11;
  }

  #w-node-_248aff00-57a4-7a80-c1bd-dbd074a26285-1d24164b {
    grid-area: 5 / 3 / 6 / 11;
    place-self: center;
  }

  #w-node-a52f9de5-6320-95d4-58f8-551469753df5-1d24164b {
    grid-area: 1 / 3 / 3 / 11;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0535425a-149c-4596-dc06-c1c78dea12e2-1d24164b {
    grid-column: 2 / 12;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7aa9-1d24164b {
    grid-area: 2 / 3 / 5 / 7;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ab6-1d24164b {
    grid-area: 2 / 7 / 5 / 11;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ac3-1d24164b {
    grid-area: 5 / 3 / 8 / 7;
  }

  #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ad0-1d24164b, #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7add-1d24164b, #w-node-da2918dd-9bc6-df68-8e7a-bc7012ba7ae8-1d24164b {
    grid-area: 1 / 1 / 4 / 5;
  }

  #w-node-f426eb05-552d-4771-49c0-bebb99219426-1d24164b {
    grid-area: 1 / 2 / 3 / 12;
  }

  #w-node-_2bada84c-e47f-b689-b65c-7ee536a15e72-1d24164b {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_4c673d6b-e77a-4481-a1a0-eb0c87052aaa-1d24164b {
    grid-area: 3 / 7 / 4 / 12;
  }

  #w-node-b9cebae3-dcb5-6eea-4131-203b21434646-1d24164b {
    grid-area: 4 / 2 / 5 / 7;
  }

  #w-node-be53b980-aef3-d7f2-ccb7-3af744ff673a-1d24164b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e4cd9e3a-4f1b-d7f8-2175-42565df1c197-1d24164b {
    grid-area: 5 / 2 / 6 / 7;
  }

  #w-node-_2ebaadc3-780c-5e12-86a0-53e9d2f2e235-1d24164b {
    grid-area: 3 / 2 / 4 / 12;
    place-self: start center;
  }

  #w-node-ff5e19c3-61d1-16ef-e888-cafd54267019-1d24164b {
    grid-area: 4 / 2 / 5 / 7;
  }

  #w-node-eef185f8-08a1-71bb-2f70-872260913118-1d24164b {
    grid-area: 4 / 7 / 5 / 12;
  }

  #w-node-_248aff00-57a4-7a80-c1bd-dbd074a26285-1d24164b {
    grid-area: 5 / 2 / 6 / 12;
    place-self: center;
  }

  #w-node-a52f9de5-6320-95d4-58f8-551469753df5-1d24164b {
    grid-area: 1 / 2 / 3 / 12;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e538ce12-359d-b601-a65b-6f4395133cc8-1d24164b {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-da40cdf9-a434-8296-982f-271cdf9860fe-1d24164b {
    grid-column: span 4 / span 4;
  }

  #w-node-_78ac46a8-3064-f668-e500-8aef9b06af2b-1d24164b, #w-node-_17a737ee-de09-78be-4fe8-72e7d3c2ac40-1d24164b, #w-node-_92b02262-698d-c8f6-48c3-a67b9b243c6d-1d24164b, #w-node-_0535425a-149c-4596-dc06-c1c78dea12e2-1d24164b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


