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

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

h3 {
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

p {
  opacity: .8;
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 20px;
  position: relative;
}

a {
  text-decoration: none;
}

.body {
  background-color: #000;
}

.grid-background {
  z-index: 0;
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .05;
  grid-template: ". . . . ."
    / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.div-grid-bg {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.div-grid-bg.opacity {
  z-index: 0;
  opacity: .05;
  display: block;
  position: relative;
}

.grid-main {
  z-index: 1;
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-template: ". . . . . ."
    / 1fr 1fr 1fr 1fr 1fr 10%;
  padding-left: 10%;
  position: relative;
}

.div-content-main {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.first-button {
  background-color: #181818;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.text-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-left-first-button {
  width: 8px;
  height: 44px;
  background-color: #0059ff;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-scroll-down {
  z-index: 11;
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-small {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.text-small.click-me {
  opacity: .2;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.text-small.role {
  opacity: .4;
  line-height: 16px;
}

.text-small.technology {
  letter-spacing: 2px;
}

.div-scroll-conteiner {
  width: 28px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
}

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

.div-section-number {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 10px;
}

.div-number-container {
  width: 90px;
  height: 88px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-bar-sn {
  width: 300px;
  height: 4px;
  background-color: rgba(255, 255, 255, .2);
}

.div-small-bar-sn {
  width: 100px;
  height: 4px;
  background-color: #fff;
}

.text-section-numbers {
  color: #fff;
  font-family: Circularstd book;
  font-size: 80px;
  line-height: 88px;
  position: relative;
  left: 182px;
}

.text-section-numbers._02 {
  opacity: .2;
  position: relative;
  top: 0;
}

.text-section-numbers._03 {
  opacity: 0;
  opacity: .2;
  position: relative;
  top: 0;
}

.grid-project-ci {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template: ". . . . ."
    ". . . . ."
    ". . . . ."
    / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-title-project {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.div-title-project.ideas {
  display: none;
}

.div-conteiner-titles {
  height: 60px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.heading-2-projects {
  z-index: 1;
  margin-bottom: 0;
  line-height: 60px;
}

.div-background-interaction {
  height: 60px;
  background-color: #0059ff;
  position: absolute;
  top: 60px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-background-interaction-numbers {
  height: 88px;
  background-color: #0059ff;
  display: block;
  position: absolute;
  top: 88px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-project-technology {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template: ". . . . ."
    / 1fr 1fr 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-title-project-technology {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.h4-technology {
  color: #0059ff;
  margin-bottom: 40px;
}

.div-options-hardware {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template: "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-technology-container {
  cursor: pointer;
  background-color: #181818;
  padding: 30px 50px 10px 40px;
  position: relative;
}

.text-title-small {
  width: auto;
  max-width: 200px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.div-png-tec {
  z-index: 0;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.grid-generative-design {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: ". . . . ."
    "Area . . Area-2 Area-3"
    / 1fr minmax(0, 4px) minmax(0, 4px) 1fr 1fr;
  margin-bottom: 120px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-content-gd {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.centrado {
  text-align: center;
}

.div-card-gd {
  z-index: 1;
  min-height: 400px;
  background-color: #181818;
  background-image: url('../images/empr.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 30px 10px;
  display: flex;
  position: relative;
}

.div-card-gd._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Frame-427318558.png');
  background-position: 50%;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-card-gd._3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.text-bg {
  z-index: 0;
  width: 100%;
  opacity: .05;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  font-family: Circularstd book;
  font-size: 160px;
  line-height: 200px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-content-case-study {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: flex-start;
  display: flex;
  top: 25%;
}

.grid-case-study {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template: ". . . . ."
    ". . . . ."
    / 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 100px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.h4-cs {
  color: #0059ff;
  font-weight: 600;
}

.h4-cs._2 {
  color: #10b976;
}

.h4-cs._3 {
  color: #ddd596;
}

.h4-cs._4 {
  color: #f9a95f;
}

.grid-colors {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". ."
    ". ."
    ". ."
    / auto 1fr;
  margin-top: 30px;
}

.grid-colors._3 {
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
    ". ."
    ". .";
}

.grid-colors._4 {
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
    ". .";
}

.grid-colors._2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.text-small-title-cs {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

.div-color {
  background-color: #181818;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  display: flex;
  position: relative;
}

.div-circle-inside {
  width: 4px;
  background-color: #fff;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-circle-inside.pink {
  background-color: #ff75f1;
}

.div-circle-inside.blue {
  background-color: #4a98ff;
}

.div-circle-inside.purple {
  background-color: #5f67f9;
}

.div-circle-inside.red {
  background-color: #ff595c;
}

.div-circle-inside.yellow {
  background-color: #cad36e;
}

.div-circle-inside.orange {
  background-color: #ff8400;
}

.text-normal {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.text-normal.space {
  letter-spacing: 8px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grid-parameters {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template: "."
    "."
    "."
    "."
    "."
    "."
    / auto;
}

.grid-parameters._1 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
    "."
    "."
    "."
    / auto;
}

.grid-parameters._02,
.grid-parameters._03 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-areas: "."
    "."
    "."
    "."
    "."
    "."
    ".";
}

.grid-parameters._2 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
    "."
    "."
    "."
    "."
    "."
    "."
    / auto;
}

.grid-parameters._3 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
    "."
    "."
    "."
    / auto;
}

.grid-parameters._4 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    / auto;
}

.div-small-bar-parameter {
  width: 20%;
  height: 100%;
  background-color: #fff;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-bar-parameter {
  z-index: 0;
  width: 0%;
  height: 100%;
  background-color: #0059ff;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-media {
  min-height: 95vh;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". . . . . . . . ." 140px
    ". . . . . . . . ." 30px
    ". . . . . . . . ." minmax(100px, 1fr) ". . . . . . . . ." minmax(100px, 1fr) ". . . . . . . . ." 100px
    ". . . . . . . . ." 100px
    ". . . . . . . . ." 100px
    ". . . . . . . . ." 100px
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-pictures {
  filter: saturate(0%);
  cursor: pointer;
  background-image: url('../images/reflejo2-min.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-pictures._2 {
  background-image: url('../images/IMG_2772-min.jpg');
  background-size: cover;
}

.div-pictures._3 {
  background-image: url('../images/exterior-min.jpg');
}

.div-pictures._4 {
  background-image: url('../images/esquina-min.jpg');
}

.div-pictures._5 {
  background-image: url('../images/reflejo1-min.jpg');
  background-size: cover;
}

.div-pictures._6 {
  background-image: url('../images/IMG_2772-min.jpg');
  background-size: cover;
}

.div-pictures._7 {
  background-image: url('../images/puerta-min.jpg');
  background-size: cover;
}

.div-pictures._8 {
  background-image: url('../images/esquina-min.jpg');
  background-position: 0%;
  background-size: cover;
}

.footer {
  grid-column-gap: 0px;
  grid-template: ". . . . ."
    / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
}

.image-footer {
  width: 200px;
  align-self: center;
}

.navbar {
  width: 100%;
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, .9);
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .3);
  grid-template: ". . . . ."
    / 1.25fr 1fr 1.5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.logo-navbar {
  height: 36px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand.w--current {
  z-index: 2;
}

.nav-menu {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.nav-link {
  opacity: .6;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.contact-button {
  z-index: 2;
  height: 60px;
  background-color: #0059ff;
  background-image: linear-gradient(99deg, #0163ff, #01bcfd);
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-button:hover {
  background-color: rgba(68, 81, 246, .8);
}

.text-contact-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-options {
  opacity: .3;
}

.section-project {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.section-media {
  z-index: 1;
  padding-top: 60px;
  position: relative;
}

.section-design {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.gif {
  width: 32vw;
  height: 32vw;
  box-shadow: none;
  border-radius: 1000px;
  align-self: start;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.div-content-card {
  max-width: 200px;
}

.div-bg-box {
  z-index: 2;
  background-color: #0059ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form {
  grid-column-gap: 0px;
  grid-template: ". ."
    / 1fr 66px;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  width: 400px;
  height: 66px;
  color: #fff;
  background-color: #0059ff;
  border: 1px #000;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.text-field:hover {
  background-color: rgba(68, 81, 246, .95);
  align-self: stretch;
}

.text-field:focus {
  color: #fff;
  background-color: #181818;
  align-self: stretch;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .8);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .8);
}

.submit-button {
  opacity: .8;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0059ff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.submit-button:hover {
  background-color: #1e29af;
}

.div-contact-container {
  z-index: 10000;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-container-parameters {
  cursor: pointer;
  background-color: #181818;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-container-parameters.output {
  background-color: #0059ff;
}

.image {
  width: 0;
  height: 20px;
}

.arrow {
  width: 12px;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: 34px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-bg-pictures {
  opacity: 0;
  background-color: rgba(68, 81, 246, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-content-media {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.div-testimoninal {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 3px solid #181818;
  grid-template: ". ."
    ". ."
    ". ."
    / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 4px;
  padding: 30px 40px 40px;
  display: grid;
}

.div-picture-testimonial {
  width: 80px;
  height: 80px;
  filter: grayscale();
  background-image: url('../images/232ae1d8-8fe6-41c3-a1c5-a029dc37b8fb-1.png');
  background-position: 0%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 100px;
  align-self: center;
}

.div-picture-testimonial._2 {
  background-image: url('../images/download-3.jpeg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
}

.quote-icon {
  width: 30px;
}

.div-content-card-gd {
  overflow: hidden;
}

.background-gd-card {
  z-index: 0;
  opacity: 0;
  background-color: #181818;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-video {
  height: 100%;
  align-self: center;
  margin-left: -10vw;
}

.bar-flag {
  height: 1px;
  opacity: .2;
  background-color: #fff;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-privacy-footer {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  display: block;
}

.text-privacy-footer.pc {
  color: #0059ff;
  font-weight: 600;
}

.text-privacy-footer.succeserror {
  color: #0059ff;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-privacy-footer.success {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-small-buttons-output {
  z-index: 1;
  opacity: .8;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.opacity-down {
  z-index: 2;
  height: 60px;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 75%);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grande {
  opacity: .9;
  font-size: 20px;
  line-height: 24px;
}

.container {
  height: 100vh;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.div-container {
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.boxx {
  z-index: 2;
  width: 100%;
  height: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
  top: 100px;
}

.b1 {
  width: 300px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -120px;
  left: 0%;
  right: auto;
}

.v1 {
  width: 2px;
  height: 220px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.buttton {
  width: 120px;
  height: 80px;
  background-color: #0059ff;
}

.png-tec-base {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  left: -10%;
}

.png-tec-base._1,
.png-tec-base._2,
.png-tec-base._3,
.png-tec-base._4,
.png-tec-base._5 {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.png-tec-base._6 {
  margin-top: -200px;
}

.heading {
  position: relative;
}

.div-png-tec-responsive {
  z-index: 0;
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.color {
  color: #0059ff;
  font-weight: 600;
}

.div-inputoutput {
  background-color: #181818;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 30px;
  display: flex;
  position: relative;
}

.div-bar-input {
  z-index: 2;
  width: auto;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  margin-left: 16px;
  padding: 4px 10px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.div-bar-input.pink {
  background-color: #ff75f1;
}

.div-bar-input.blue {
  background-color: #4a98ff;
}

.div-bar-input.purple {
  background-color: #5f67f9;
}

.div-bar-input.red {
  background-color: #ff595c;
}

.div-bar-input.yellow {
  background-color: #cad36e;
}

.div-bar-input.orange {
  background-color: #ff8400;
}

.div-bar-input.output {
  background-color: #a440c1;
}

.text-span {
  color: #181818;
  background-color: #fff;
  margin-right: 20px;
  padding-left: 8px;
  font-weight: 600;
}

.text-io {
  z-index: 1;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 200;
  position: relative;
}

.text-io.click-me {
  opacity: .2;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.text-io.role {
  opacity: .4;
  line-height: 16px;
}

.text-io.technology {
  letter-spacing: 2px;
}

.text-span-2 {
  background-color: #fff;
  padding-left: 8px;
  padding-right: 4px;
}

.text-span-3 {
  color: #181818;
  background-color: #fff;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

.error-message {
  max-width: 400px;
  text-transform: uppercase;
  background-color: #181818;
  padding: 16px 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
}

.success-message {
  background-color: #0059ff;
}

.paragraph-2 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

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

.section-title {
  color: #0059ff;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.content-card-02 {
  border: 1px solid #dbdbdb;
  border-left: 5px solid #3b2ae5;
  padding: 20px;
  transition: all .2s;
}

.content-card-02:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

.content-grid-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.no-left-margin {
  margin-top: 20px;
  margin-left: 0;
}

.icon-div {
  width: 65px;
  height: 65px;
  background-color: rgba(0, 89, 255, 0);
  background-image: url('../images/Transparente_-traz-dados-atuais.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 13px;
}

.icon-div._1 {
  background-image: url('../images/Simplicidade.png');
}

.icon-div._3 {
  background-image: url('../images/Redução-de-tempo-e-custos.svg');
}

.icon-div._4 {
  background-image: url('../images/Disruptivo_-quebra-conceitos.svg');
}

.heading-3 {
  max-height: 300px;
  max-width: 300px;
  object-fit: scale-down;
  margin-top: 0;
  font-weight: 600;
  overflow: visible;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content-section-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.image-3 {
  background-image: url('../images/Redução-de-tempo-e-custos.png');
  background-position: 0 0;
  background-size: auto;
}

.section {
  overflow: hidden;
}

.content2-jumbonumber {
  opacity: .2;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

.decoline {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.stacked-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.body-display {
  color: #a0a1af;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.card-link {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.three-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  line-height: 1.3em;
}

.card {
  min-height: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
}

.subtitle {
  z-index: 10;
  color: rgba(255, 255, 255, .8);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
  position: relative;
}

.four-column {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 120px;
  padding-right: 120px;
  display: grid;
  position: relative;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.medium-width {
  max-width: 600px;
}

.content-grid-03 {
  width: 100%;
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.content-card-03 {
  border: 1px solid rgba(219, 219, 219, .3);
  border-radius: 20px;
  padding: 20px;
  transition: all .2s;
}

.content-card-03:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

.content-card-03._1 {
  border: 1px solid rgba(219, 219, 219, .3);
  border-radius: 20px;
}

.content-wrap-left-03 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.icon-div-2 {
  width: 65px;
  height: 65px;
  background-color: #3b2ae5;
  margin-bottom: 20px;
  padding: 13px;
}

.icon-div-2.smaller {
  width: 45px;
  height: 45px;
  background-color: #0059ff;
  background-image: url('../images/Simplicidade.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 8px;
}

.icon-div-2.smaller._2 {
  background-image: url('../images/Redução-de-tempo-e-custos.svg');
  background-size: 25px;
  border-radius: 20px;
}

.icon-div-2.smaller._4 {
  background-image: url('../images/Disruptivo_-quebra-conceitos.svg');
  border-radius: 20px;
}

.icon-div-2.smaller._1 {
  background-color: #0059ff;
  background-image: url('../images/Transparente_-traz-dados-atuais.svg');
  border-radius: 20px;
}

.icon-div-2.smaller._3 {
  border-radius: 20px;
}

.content-left-inner-03 {
  border: 5px #000;
  border-left: 5px solid #3b2ae5;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.heading-3-2 {
  margin-top: 0;
  font-weight: 600;
}

.content-section-03 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-inner-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.form-wrapper {
  z-index: 25;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  background-color: #181818;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 93px 60px 60px;
  display: grid;
  position: relative;
}

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

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.form-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 80px;
  display: grid;
}

.grain-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.success-content-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #12151a;
  border: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.success-message-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0 0;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-title.centered {
  text-align: center;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.four-column-2 {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.grid-wrapper {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.contact-wrapper-2 {
  z-index: 35;
  background-color: #161a20;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.text-field-2 {
  min-height: 60px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2px;
  margin-bottom: 0;
  padding: 18px 22px;
  font-family: Montserrat, sans-serif;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  background-color: rgba(18, 21, 26, .3);
  border-color: rgba(255, 255, 255, .25);
  padding-left: 26px;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(255, 255, 255, .48);
  font-weight: 300;
}

.text-field-2::placeholder {
  color: rgba(255, 255, 255, .48);
  font-weight: 300;
}

.text-field-2.large {
  min-height: 160px;
}

.form-block-2 {
  z-index: 50;
  width: 100%;
  height: 100%;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.full-hero {
  min-height: 100vh;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.error-message-2 {
  background-color: #12151a;
  border: 1px #963030;
  border-left-style: solid;
  margin-top: 36px;
  padding: 12px;
}

.submit-button-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(22, 26, 32, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  padding: 26px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-2:hover {
  border-color: #fff;
}

.heading-3 {
  max-width: 600px;
  text-align: center;
  line-height: 1.3em;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.left {
  z-index: 20;
  width: 100vw;
}

.social-icon-2 {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.overlay {
  z-index: 3;
  background-color: rgba(3, 6, 12, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background {
  background-image: url('../images/Comp024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background.contact-background {
  background-image: none;
}

.social-block {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.submit-button-3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0059ff;
  background-image: linear-gradient(99deg, #0163ff, #01bcfd);
  background-clip: padding-box;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.image-4,
.image-5,
.image-6,
.image-7 {
  max-width: 200%;
}

.div-block-2 {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 20px;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video,
.background-video {
  min-width: 100px;
}

.image-8 {
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  overflow: auto;
}

.section-14 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #001c4e);
  padding-top: 100px;
  padding-bottom: 100px;
}

.line {
  width: 60px;
  height: 4px;
  background-color: rgba(255, 255, 255, .51);
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.container-1141 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: block;
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.columns-14 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 14px;
  display: flex;
}

.experience-slide-inner {
  -webkit-backdrop-filter: saturate(200%) blur(5px);
  backdrop-filter: saturate(200%) blur(5px);
  color: rgba(255, 255, 255, .7);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 80px 28px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  box-shadow: 0 4px 12px rgba(118, 144, 164, .05);
}

.experience-slide-inner.bg-blur-grey {
  mix-blend-mode: normal;
  background-color: rgba(0, 14, 41, .32);
  border-radius: 20px;
  padding: 40px 0;
  box-shadow: 0 8px 15px 9px rgba(118, 144, 164, .05);
}

.text-block {
  color: rgba(255, 255, 255, .81);
  font-weight: 700;
}

.heading-4 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-bottom: -20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3em;
}

.subtitle-2 {
  z-index: 10;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1px;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-72px {
  grid-row-gap: 72px;
}

.inner-container._574px {
  max-width: 574px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-center,
.aligncenter {
  text-align: center;
}

.occupation {
  font-size: .875rem;
  line-height: 25.2px;
}

.subheading {
  letter-spacing: 3.2px;
  font-size: 1rem;
  font-weight: 500;
}

.container-1142 {
  max-width: 1400px;
}

.h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 64px;
}

.h2.team {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.teamcontent {
  width: auto;
  height: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(28, 27, 24, 0), #1c1b18);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 52px;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-2 {
  width: 72px;
  height: 72px;
  background-color: rgba(0, 0, 0, .4);
  border: 1.73px solid #d5bfb2;
  border-radius: 50%;
}

.arrow-2.team {
  display: none;
}

.teammember {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 43.2px;
}

.slide {
  width: auto;
  height: auto;
  margin-right: 40px;
}

.teamimg {
  z-index: -1;
  position: relative;
}

.mask-2 {
  overflow: visible;
}

.teamnav {
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.slidecardteam {
  position: relative;
}

.sliderteam {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 70px;
}

.section-15 {
  padding: 60px;
}

.section-15.team {
  padding-top: 150px;
  padding-bottom: 120px;
}

.section-16,
.section-17,
.section-18 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.border {
  color: #fff;
  -webkit-text-stroke-color: #0059ff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-bottom: 150px solid #f8d265;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flex-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-position {
  font-family: Muli, sans-serif;
  font-weight: 300;
}

.team-wrap {
  width: 300px;
  height: 300px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Muli, sans-serif;
  position: relative;
}

.team-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.thumbnail {
  width: 90%;
  height: 90%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail._3 {
  background-image: url('../images/MicrosoftTeams-image-7.png');
  background-size: cover;
}

.thumbnail._2 {
  background-image: url('../images/blank-profile-picture-973460_1280.webp');
  background-size: cover;
}

.thumbnail._1 {
  background-image: url('../images/232ae1d8-8fe6-41c3-a1c5-a029dc37b8fb-1.png');
  background-size: cover;
}

.thumbnail._4 {
  background-image: url('../images/Nathalia.jpg');
}

.thumbnail._5 {
  background-image: url('../images/blank-profile-picture-973460_1280.webp');
}

.thumbnail._6 {
  background-image: url('../images/RafaelSetubal-1.jpg');
}

.thumbnail._7 {
  background-image: url('../images/Lucas-Barbosa.jpg');
  background-position: 40%;
  background-size: 400px;
}

.thumbnail._8 {
  background-image: url('../images/Erlan.jpg');
}

.thumbnail._9 {
  background-image: url('../images/Gabi.jpg');
}

.thumbnail._10 {
  background-image: url('../images/Izaias.jpeg');
}

.thumbnail._11 {
  background-image: url('../images/Emily.jpeg');
}

.thumbnail._12 {
  background-image: url('../images/Erika.jpg');
}

.thumbnail._13 {
  background-image: url('../images/MicrosoftTeams-image-8-1.png');
}

.thumbnail._14,
.thumbnail._15 {
  background-image: url('../images/blank-profile-picture-973460_1280.webp');
}

.thumbnail._16 {
  background-image: url('../images/Erlan.jpg');
}

.thumbnail._17 {
  background-image: url('../images/blank-profile-picture-973460_1280.webp');
}

@media screen and (min-width: 1280px) {
  .form-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .four-column-2 {
    display: block;
  }

  .hero-background.contact-background {
    background-image: url('../images/glitter-lines-on-black-background-2022-12-16-01-11-55-utc-1.jpg');
  }
}

@media screen and (min-width: 1440px) {
  .four-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hero-background.contact-background {
    background-image: url('../images/glitter-lines-on-black-background-2022-12-16-01-11-55-utc-1.jpg');
  }
}

@media screen and (min-width: 1920px) {
  .hero-background.contact-background {
    background-image: url('../images/modern-buildings-in-the-city-night-background-with-2022-11-01-04-03-33-utc.jpg');
  }

  .container-1142 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-15 {
    background-position: 50%;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-weight: 300;
  }

  .grid-background {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 40px;
    padding-left: 40px;
  }

  .div-content-main {
    align-self: center;
    position: relative;
  }

  .first-button {
    background-color: #0059ff;
  }

  .div-left-first-button {
    width: 60px;
    margin-right: 0;
  }

  .text-small {
    font-weight: 300;
  }

  .text-small.click-me {
    opacity: 1;
    right: 30px;
  }

  .text-small.io {
    font-weight: 600;
  }

  .grid-project-ci {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    margin-bottom: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-project {
    align-self: center;
    margin-left: 40px;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
      ". . . . .";
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0%;
  }

  .div-options-hardware {
    grid-row-gap: 20px;
    grid-template: "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .div-technology-container {
    border: 3px solid #181818;
    align-self: center;
  }

  .div-png-tec {
    display: none;
  }

  .grid-generative-design {
    grid-template: ". . ."
      ". . ."
      ". . ."
      / 1fr minmax(0, 4px) 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-content-gd {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-card-gd {
    min-height: 300px;
  }

  .div-card-gd._2 {
    background-size: contain;
  }

  .text-bg {
    align-self: center;
    font-size: 120px;
    line-height: 120px;
  }

  .grid-case-study {
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . . . ."
      ". . . . ."
      ". . . . .";
    margin-bottom: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-colors._4 {
    grid-template-rows: auto auto;
    grid-template-areas: ". ."
      ". .";
  }

  .div-color {
    justify-content: center;
    padding-left: 30px;
  }

  .div-circle-inside {
    width: auto;
    height: 6px;
    margin-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      "."
      ".";
  }

  .grid-media {
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-areas: ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . .";
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer {
    height: 100vh;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
      ". . . . .";
    align-content: center;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar {
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-button {
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .gif {
    width: 360px;
    height: 360px;
    border-style: none;
    border-width: 1px;
    position: relative;
    top: 0%;
  }

  .text-field {
    font-weight: 300;
  }

  .image {
    width: 20px;
  }

  .arrow {
    opacity: 1;
    right: 10px;
  }

  .div-content-media {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-testimoninal {
    grid-row-gap: 30px;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg-video {
    align-self: center;
    margin-left: -40px;
  }

  .bar-flag {
    margin-right: 30px;
  }

  .div-contact {
    flex-direction: column;
    align-self: end;
    align-items: center;
    display: flex;
  }

  .text-privacy-footer,
  .text-small-buttons-output {
    font-weight: 300;
  }

  .div-png-tec-responsive {
    height: 0;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .base-responsive {
    opacity: 0;
  }

  .png-responsive {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-bar-input {
    background-color: #0059ff;
    justify-content: center;
    margin-left: 40px;
  }

  .div-bar-input.out {
    background-color: rgba(68, 81, 246, .6);
  }

  .text-io {
    font-weight: 300;
  }

  .text-io.click-me {
    opacity: 1;
    right: 30px;
  }

  .content-grid-02 {
    grid-template-columns: 1fr 1fr;
  }

  .content-02-title-div {
    text-align: center;
  }

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

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .content-grid-03 {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrap-left-03 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .four-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form-block-2 {
    padding-bottom: 60px;
  }

  .full-hero {
    min-height: 90vh;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .hero-background.contact-background {
    background-image: url('../images/glitter-lines-on-black-background-2022-12-16-01-11-55-utc-1.jpg');
  }

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

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

  .section-16,
  .section-17,
  .section-18 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h4 {
    letter-spacing: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .grid-project-ci {
    grid-row-gap: 40px;
    grid-template: "."
      "."
      "."
      "."
      "."
      / 1fr;
    margin-bottom: 80px;
  }

  .div-content-project {
    padding-right: 0;
  }

  .div-title-project {
    align-self: center;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .div-title-project.ideas {
    display: block;
  }

  .grid-project-technology {
    grid-template: "."
      "."
      / 1fr;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0;
  }

  .div-options-hardware {
    padding-left: 0;
  }

  .grid-generative-design {
    grid-template: "."
      "."
      "."
      "."
      / 1fr;
    margin-bottom: 0;
  }

  .div-content-gd {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-card-gd._3 {
    margin-bottom: 80px;
  }

  .text-bg {
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .grid-case-study {
    grid-template: "."
      "."
      "."
      / 1fr;
    margin-bottom: 80px;
  }

  .grid-parameters._1 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
      "."
      "."
      ".";
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      "."
      ".";
  }

  .grid-media {
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-areas: ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . .";
  }

  .footer {
    z-index: 1;
    grid-row-gap: 80px;
    grid-template: ". . ."
      ". . ."
      / 1fr 1fr 1fr;
    position: relative;
  }

  .contact-button {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .section-design {
    padding-top: 80px;
  }

  .gif {
    z-index: 10;
    width: 60vw;
    height: 60vw;
    border: 2px solid #000;
  }

  .text-field {
    width: auto;
    align-self: stretch;
  }

  .div-content-media {
    padding-left: 0;
    padding-right: 0;
  }

  .bar-flag {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-contact {
    width: 100%;
    align-self: end;
  }

  .form-block {
    align-self: stretch;
  }

  .grande {
    font-size: 18px;
    line-height: 22px;
  }

  .div-inputoutput {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-bar-input {
    width: auto;
  }

  .div-bar-input.out {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .error-message {
    max-width: 100%;
  }

  .content-grid-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-02-title-div {
    text-align: center;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .content-grid-03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap-left-03 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .four-column-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .form-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 36px;
  }

  .hero-background.contact-background {
    background-image: url('../images/glitter-lines-on-black-background-2022-12-16-01-11-55-utc-1.jpg');
  }

  .experience-slide-inner {
    font-size: 14px;
    line-height: 24px;
  }

  .experience-slide-inner.bg-blur-grey {
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 36px;
  }

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

  .grid-3-columns.gap-row-72px {
    grid-row-gap: 56px;
  }

  .section-16,
  .section-17,
  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

  h2 {
    font-size: 44px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    opacity: .8;
  }

  .grid-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 20px;
    padding-left: 20px;
  }

  .text-small.click-me {
    font-size: 10px;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 20px;
  }

  .grid-project-ci {
    grid-template-rows: auto auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    margin-left: 20px;
    margin-right: 20px;
  }

  .h4-technology {
    margin-bottom: 20px;
  }

  .div-options-hardware {
    grid-row-gap: 4px;
  }

  .div-technology-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-generative-design {
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-content-gd {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .centrado {
    text-align: left;
  }

  .div-card-gd {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .div-card-gd._3 {
    background-size: contain;
    margin-bottom: 0;
  }

  .text-bg {
    align-self: center;
    font-size: 60px;
    line-height: 60px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .grid-case-study {
    grid-template-columns: 1fr;
    grid-template-areas: "."
      "."
      ".";
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-colors {
    grid-template: "."
      "."
      "."
      "."
      "."
      / auto;
  }

  .grid-colors._3 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
      "."
      ".";
  }

  .div-color {
    justify-content: flex-start;
  }

  .div-circle-inside {
    width: 12px;
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-normal.space {
    letter-spacing: 6px;
    align-self: center;
    font-size: 16px;
  }

  .grid-parameters._3 {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      "."
      ".";
  }

  .grid-media {
    grid-template-rows: 140px 30px 160px 200px 200px 120px 160px 200px;
    grid-template-areas: ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . ."
      ". . . . . . . . .";
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    grid-row-gap: 20px;
    grid-template: "."
      "."
      / 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .logo-navbar {
    align-self: flex-start;
  }

  .brand,
  .brand.w--current {
    padding-left: 0;
  }

  .section-project {
    padding-top: 80px;
  }

  .gif {
    width: 80vw;
    height: 80vw;
  }

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

  .arrow {
    top: auto;
    bottom: 14px;
    left: auto;
    right: 5px;
  }

  .div-content-media {
    align-items: flex-start;
  }

  .div-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-picture-testimonial {
    align-self: center;
    display: none;
  }

  .bg-video {
    align-self: center;
    margin-left: -20px;
  }

  .text-privacy-footer {
    text-align: center;
  }

  .div-inputoutput {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-bar-input {
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 2px 10px;
    position: relative;
  }

  .text-io.click-me {
    font-size: 10px;
  }

  .heading-2.center {
    text-align: left;
  }

  .content-grid-02 {
    grid-template-columns: 1fr;
  }

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

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

  .content-grid-03 {
    grid-template-columns: 1fr;
  }

  .content-left-inner-03 {
    border-left-style: none;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .form-2 {
    padding-top: 60px;
  }

  .form-block-2 {
    grid-row-gap: 80px;
  }

  .full-hero {
    min-height: 550px;
  }

  .hero-image.full {
    width: 100%;
  }

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

  .hero-background.contact-background {
    background-image: url('../images/glitter-lines-on-black-background-2022-12-16-01-11-55-utc-1.jpg');
  }

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

  .heading-4 {
    font-size: 35px;
  }

  .subtitle-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-3-columns.gap-row-72px {
    grid-row-gap: 40px;
  }

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

  .h2.team {
    font-weight: 600;
    line-height: 52px;
  }

  .section-16,
  .section-17,
  .section-18 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

#w-node-c93155af-aed5-582d-b8eb-db7f80a66902-2c7ca5e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
  justify-self: center;
}

#w-node-_87c63252-33a8-f241-8a72-54c4d912d481-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_87c63252-33a8-f241-8a72-54c4d912d482-2c7ca5e0 {
  grid-area: 1 / 3 / 2 / 6;
  justify-self: end;
}

#w-node-_3e3ca5a4-2e2a-4b12-4540-8e3c1617a38e-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da0c9c8e-e8db-936a-0ffb-02356f0d5943-2c7ca5e0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b7c789f-2df4-6647-cba1-1c21c21027b2-2c7ca5e0 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_1c51b0b6-560f-66af-3ef8-84e8c554ed20-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f74ac387-a2f3-b0c7-92e5-c5becb65b6ef-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c51b0b6-560f-66af-3ef8-84e8c554ed21-2c7ca5e0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1c51b0b6-560f-66af-3ef8-84e8c554ed22-2c7ca5e0 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_20ba9880-71a2-bea6-7897-2af225106e9e-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45172919-be80-d468-db31-5c4eadb7baca-2c7ca5e0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f0fe1e16-4857-2d58-8d1a-ea689ff6ec4b-2c7ca5e0 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_10a1a828-2821-daa4-a9b1-1c4387a6e7d9-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#BG-video.w-node-_47d4e963-c07b-e723-7784-053fe6762589-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_34dc172b-cda4-49c0-2254-6ca1aa607111-2c7ca5e0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
  justify-self: center;
}

#w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2912e0ee-448a-20de-84bd-24eff9553567-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_63e7abf1-2d80-b049-ccd2-6ae30f3360cd-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 3;
}

#Testimonial-Picture.w-node-_7f803277-5658-9fe5-83c2-bf1ccdd779e1-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_4de851f0-06f9-5d46-4202-a4d9aa2e477e-2c7ca5e0 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_76454c75-906b-765b-883c-df348223df0e-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-e97e613e-af97-3280-1774-e46b3b0fa2cc-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_3daa640f-edb4-2a80-6bf7-c2560322f15e-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_758506b2-404f-e833-6c15-e8df81b9a7b4-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8066e65c-73cd-2b71-a8b2-a5ea41f70b0a-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_68472224-dbe5-d122-3f32-4329104c840e-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-_5bce48fb-02f4-9a13-e52a-768324633bbd-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_6e8d6fe4-5757-316a-0f22-e73c85275825-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_6e8d6fe4-5757-316a-0f22-e73c85275827-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_6e8d6fe4-5757-316a-0f22-e73c8527582a-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ce392043-942c-f64a-f316-4421484703f4-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_2b2f4662-9a12-6935-09f5-92a60206c9e1-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-f8d17836-8f50-a49c-d211-bb4f205cb07a-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-f8d17836-8f50-a49c-d211-bb4f205cb07c-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-f8d17836-8f50-a49c-d211-bb4f205cb07f-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_43b1e77a-b169-0b50-9c5c-3fd4d71d001c-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a47456d3-76f5-ee78-8cc4-5415d39e7515-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-_245428d6-11f1-ffab-7f9a-3e4e81c4e4ee-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-c6362309-b284-a572-4f17-f62e191874cf-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c6362309-b284-a572-4f17-f62e191874d1-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-c6362309-b284-a572-4f17-f62e191874d4-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ab074199-949c-0359-8c0a-27d5db95612b-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-ab074199-949c-0359-8c0a-27d5db956137-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-ab074199-949c-0359-8c0a-27d5db95613f-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-ab074199-949c-0359-8c0a-27d5db956141-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-ab074199-949c-0359-8c0a-27d5db956144-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ab074199-949c-0359-8c0a-27d5db956147-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afb-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afc-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b07-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b0f-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b11-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b14-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c5faaff1-8d9c-2995-b218-233bacdc8198-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-c5faaff1-8d9c-2995-b218-233bacdc81a1-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-c5faaff1-8d9c-2995-b218-233bacdc81a9-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c5faaff1-8d9c-2995-b218-233bacdc81ab-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-c5faaff1-8d9c-2995-b218-233bacdc81ae-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c5faaff1-8d9c-2995-b218-233bacdc81b1-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_5e27b499-7397-3c93-0a25-ef21d880863d-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e27b499-7397-3c93-0a25-ef21d880863e-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
  align-self: start;
}

#w-node-_5e27b499-7397-3c93-0a25-ef21d880864a-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_5e27b499-7397-3c93-0a25-ef21d8808652-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_5e27b499-7397-3c93-0a25-ef21d8808654-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_5e27b499-7397-3c93-0a25-ef21d8808657-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30a74823-d638-6600-f086-ff2f8f916a24-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_30a74823-d638-6600-f086-ff2f8f916a2d-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_30a74823-d638-6600-f086-ff2f8f916a35-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_30a74823-d638-6600-f086-ff2f8f916a37-2c7ca5e0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_30a74823-d638-6600-f086-ff2f8f916a3a-2c7ca5e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_30a74823-d638-6600-f086-ff2f8f916a3d-2c7ca5e0 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_67b3c53d-c09b-11fb-e75b-d611e7528761-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_54e41804-d6c7-7d8b-af25-6e325176f7b3-2c7ca5e0 {
  grid-area: 3 / 1 / 5 / 5;
}

#w-node-_3b6b71ae-0773-f8f1-6b84-e85a0256d49b-2c7ca5e0 {
  grid-area: 3 / 5 / 7 / 8;
}

#w-node-_5e11997c-8bed-1a19-eafc-f2db1fb61946-2c7ca5e0 {
  grid-area: 3 / 8 / 5 / 10;
}

#w-node-d5771f5d-5573-da1a-50ba-93c4f3a2fc81-2c7ca5e0 {
  grid-area: 5 / 8 / 7 / 10;
}

#w-node-_5cf53716-9ce9-da58-1190-cca92e5cf3c0-2c7ca5e0 {
  grid-area: 5 / 1 / 9 / 5;
}

#w-node-cd36853c-db40-43ad-c369-57897fd92f7f-2c7ca5e0 {
  grid-area: 7 / 5 / 9 / 7;
}

#w-node-e5d11e09-8272-91a4-b214-8c0c389508bc-2c7ca5e0 {
  grid-area: 7 / 7 / 9 / 10;
}

#w-node-_1919931f-a712-5dcc-da47-93641b1801df-2c7ca5e0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1919931f-a712-5dcc-da47-93641b1801e0-2c7ca5e0 {
  grid-area: 1 / 2 / 2 / 4;
}

#email-form.w-node-_1919931f-a712-5dcc-da47-93641b1801e3-2c7ca5e0 {
  align-self: start;
  justify-self: center;
}

#w-node-_1919931f-a712-5dcc-da47-93641b1801e4-2c7ca5e0 {
  justify-self: center;
}

#w-node-_1919931f-a712-5dcc-da47-93641b1801e7-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1919931f-a712-5dcc-da47-93641b1801eb-2c7ca5e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name-5.w-node-_1919931f-a712-5dcc-da47-93641b1801ed-2c7ca5e0,
#name-2.w-node-_1919931f-a712-5dcc-da47-93641b1801ee-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1919931f-a712-5dcc-da47-93641b1801f0-2c7ca5e0,
#name-4.w-node-_1919931f-a712-5dcc-da47-93641b1801f2-2c7ca5e0,
#w-node-_1919931f-a712-5dcc-da47-93641b1801f4-2c7ca5e0,
#field-2.w-node-_1919931f-a712-5dcc-da47-93641b1801f6-2c7ca5e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53fe0228-ea11-8f9b-9050-94ecfee2e2f4-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1919931f-a712-5dcc-da47-93641b180202-2c7ca5e0,
#w-node-_1919931f-a712-5dcc-da47-93641b180204-2c7ca5e0 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_1919931f-a712-5dcc-da47-93641b1801df-2c7ca5e0 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_87c63252-33a8-f241-8a72-54c4d912d481-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_10a1a828-2821-daa4-a9b1-1c4387a6e7d9-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3daa640f-edb4-2a80-6bf7-c2560322f15e-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2c7ca5e0,
  #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_6e8d6fe4-5757-316a-0f22-e73c8527582a-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-f8d17836-8f50-a49c-d211-bb4f205cb07f-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2c7ca5e0,
  #w-node-_43b1e77a-b169-0b50-9c5c-3fd4d71d001c-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-a47456d3-76f5-ee78-8cc4-5415d39e7515-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-c6362309-b284-a572-4f17-f62e191874d4-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db95612b-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956144-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956147-2c7ca5e0,
  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afb-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afc-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b14-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc8198-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81ae-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81b1-2c7ca5e0,
  #w-node-_5e27b499-7397-3c93-0a25-ef21d880863d-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d880863e-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d8808657-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a24-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a3a-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a3d-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: center;
  }

  #w-node-_54e41804-d6c7-7d8b-af25-6e325176f7b3-2c7ca5e0 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_3b6b71ae-0773-f8f1-6b84-e85a0256d49b-2c7ca5e0 {
    grid-area: 3 / 5 / 5 / 8;
  }

  #w-node-_5e11997c-8bed-1a19-eafc-f2db1fb61946-2c7ca5e0 {
    grid-area: 3 / 8 / 5 / 10;
  }

  #w-node-d5771f5d-5573-da1a-50ba-93c4f3a2fc81-2c7ca5e0 {
    grid-area: 5 / 5 / 9 / 10;
  }

  #w-node-cd36853c-db40-43ad-c369-57897fd92f7f-2c7ca5e0 {
    grid-area: 9 / 6 / 11 / 10;
  }

  #w-node-e5d11e09-8272-91a4-b214-8c0c389508bc-2c7ca5e0 {
    grid-area: 9 / 1 / 11 / 6;
  }

  #w-node-_1919931f-a712-5dcc-da47-93641b1801df-2c7ca5e0 {
    grid-column: 1 / 4;
  }

  #w-node-_1919931f-a712-5dcc-da47-93641b1801e0-2c7ca5e0 {
    grid-column: 1 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_87c63252-33a8-f241-8a72-54c4d912d481-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-c53035f4-5ad7-7249-3de2-fdf4621f1c34-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_63e7abf1-2d80-b049-ccd2-6ae30f3360cd-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-2c7ca5e0 {
    grid-column: 1 / 2;
  }

  #w-node-e97e613e-af97-3280-1774-e46b3b0fa2cc-2c7ca5e0 {
    grid-column-end: 2;
  }

  #w-node-_3daa640f-edb4-2a80-6bf7-c2560322f15e-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2c7ca5e0,
  #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_6e8d6fe4-5757-316a-0f22-e73c85275825-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_6e8d6fe4-5757-316a-0f22-e73c85275827-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-f8d17836-8f50-a49c-d211-bb4f205cb07a-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-f8d17836-8f50-a49c-d211-bb4f205cb07c-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2c7ca5e0,
  #w-node-_43b1e77a-b169-0b50-9c5c-3fd4d71d001c-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a47456d3-76f5-ee78-8cc4-5415d39e7515-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-c6362309-b284-a572-4f17-f62e191874cf-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-c6362309-b284-a572-4f17-f62e191874d1-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db95612b-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db95613f-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956141-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956147-2c7ca5e0,
  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afb-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afc-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b0f-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b11-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc8198-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81a9-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81ab-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81b1-2c7ca5e0,
  #w-node-_5e27b499-7397-3c93-0a25-ef21d880863d-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d880863e-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d8808652-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d8808654-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a24-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a35-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a37-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a3d-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_54e41804-d6c7-7d8b-af25-6e325176f7b3-2c7ca5e0 {
    grid-area: 3 / 1 / 5 / 10;
  }

  #w-node-_3b6b71ae-0773-f8f1-6b84-e85a0256d49b-2c7ca5e0 {
    grid-area: 5 / 1 / 7 / 5;
  }

  #w-node-_5e11997c-8bed-1a19-eafc-f2db1fb61946-2c7ca5e0 {
    grid-area: 7 / 7 / 9 / 10;
  }

  #w-node-d5771f5d-5573-da1a-50ba-93c4f3a2fc81-2c7ca5e0 {
    grid-area: 5 / 5 / 7 / 10;
  }

  #w-node-_5cf53716-9ce9-da58-1190-cca92e5cf3c0-2c7ca5e0 {
    grid-area: 7 / 1 / 9 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87c63252-33a8-f241-8a72-54c4d912d481-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_4de851f0-06f9-5d46-4202-a4d9aa2e477e-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-_76454c75-906b-765b-883c-df348223df0e-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0eb6cc99-b68f-25d6-772f-047c089a5ccb-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-c05656a7-7c0e-10c9-6874-3d614fd5a29a-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_68472224-dbe5-d122-3f32-4329104c840e-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_2ce2b7e2-da87-c557-d877-a4ff8a94e678-2c7ca5e0,
  #w-node-c4bb1764-ba3c-d070-e6d8-85f41cf6ccd7-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bb5-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5bce48fb-02f4-9a13-e52a-768324633bbd-2c7ca5e0,
  #w-node-_6e8d6fe4-5757-316a-0f22-e73c85275825-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_6e8d6fe4-5757-316a-0f22-e73c85275827-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_6e8d6fe4-5757-316a-0f22-e73c8527582a-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-ce392043-942c-f64a-f316-4421484703f4-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2b2f4662-9a12-6935-09f5-92a60206c9e1-2c7ca5e0,
  #w-node-f8d17836-8f50-a49c-d211-bb4f205cb07a-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-f8d17836-8f50-a49c-d211-bb4f205cb07c-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-f8d17836-8f50-a49c-d211-bb4f205cb07f-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-ff1155d5-3aa4-e10f-6eb3-0eed04317108-2c7ca5e0,
  #w-node-_43b1e77a-b169-0b50-9c5c-3fd4d71d001c-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a47456d3-76f5-ee78-8cc4-5415d39e7515-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_245428d6-11f1-ffab-7f9a-3e4e81c4e4ee-2c7ca5e0,
  #w-node-c6362309-b284-a572-4f17-f62e191874cf-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-c6362309-b284-a572-4f17-f62e191874d1-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-c6362309-b284-a572-4f17-f62e191874d4-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db95612b-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956137-2c7ca5e0,
  #w-node-ab074199-949c-0359-8c0a-27d5db95613f-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956141-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956144-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-ab074199-949c-0359-8c0a-27d5db956147-2c7ca5e0,
  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afb-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3afc-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b07-2c7ca5e0,
  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b0f-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b11-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8fd0b3a9-e451-7126-ff6d-feca058e3b14-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc8198-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81a1-2c7ca5e0,
  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81a9-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81ab-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81ae-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-c5faaff1-8d9c-2995-b218-233bacdc81b1-2c7ca5e0,
  #w-node-_5e27b499-7397-3c93-0a25-ef21d880863d-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d880863e-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d880864a-2c7ca5e0,
  #w-node-_5e27b499-7397-3c93-0a25-ef21d8808652-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d8808654-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_5e27b499-7397-3c93-0a25-ef21d8808657-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a24-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a2d-2c7ca5e0,
  #w-node-_30a74823-d638-6600-f086-ff2f8f916a35-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a37-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a3a-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-_30a74823-d638-6600-f086-ff2f8f916a3d-2c7ca5e0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_54e41804-d6c7-7d8b-af25-6e325176f7b3-2c7ca5e0 {
    grid-area: 3 / 1 / 4 / 10;
  }

  #w-node-_3b6b71ae-0773-f8f1-6b84-e85a0256d49b-2c7ca5e0 {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-_5e11997c-8bed-1a19-eafc-f2db1fb61946-2c7ca5e0 {
    grid-area: 6 / 5 / 7 / 10;
  }

  #w-node-d5771f5d-5573-da1a-50ba-93c4f3a2fc81-2c7ca5e0 {
    grid-area: 5 / 1 / 6 / 10;
  }

  #w-node-_5cf53716-9ce9-da58-1190-cca92e5cf3c0-2c7ca5e0 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-cd36853c-db40-43ad-c369-57897fd92f7f-2c7ca5e0 {
    grid-area: 8 / 1 / 9 / 10;
  }

  #w-node-e5d11e09-8272-91a4-b214-8c0c389508bc-2c7ca5e0 {
    grid-area: 7 / 1 / 8 / 10;
  }

  #w-node-_1919931f-a712-5dcc-da47-93641b1801e0-2c7ca5e0 {
    grid-column-end: 2;
  }
}


.select-idioma {
  background-color: transparent;
  opacity: .6;
  color: #fff;
  border: none;
  outline: none;
}


