:root {
  --soft-black: rgba(24, 24, 24, .24);
  --medium-violet-red: #0059ff;
  --magenta: #a440c1;
  --white: white;
  --black: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

h1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  display: flex;
}

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: .02;
  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-row-gap: 2px;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 10%;
  grid-auto-flow: row;
  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: var(--soft-black);
  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: var(--medium-violet-red);
  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: var(--medium-violet-red);
  position: absolute;
  top: 60px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-background-interaction-numbers {
  height: 88px;
  background-color: var(--medium-violet-red);
  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: var(--medium-violet-red);
  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 {
  background-color: var(--soft-black);
  cursor: pointer;
  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: var(--soft-black);
  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: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.h4-cs {
  color: var(--medium-violet-red);
  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: var(--soft-black);
  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: var(--medium-violet-red);
  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: ". . . . ."
  / 8.5fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: grid;
  position: fixed;
}

.logo-navbar {
  height: 36px;
}

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

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

.nav-menu {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  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: var(--medium-violet-red);
  background-image: linear-gradient(99deg, #0163ff, #01bcfd);
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  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: 0;
  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: var(--medium-violet-red);
  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;
  background-color: var(--medium-violet-red);
  color: #fff;
  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 {
  background-color: var(--soft-black);
  color: #fff;
  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 {
  background-color: var(--medium-violet-red);
  opacity: .8;
  letter-spacing: 4px;
  text-transform: uppercase;
  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 {
  background-color: var(--soft-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-container-parameters.output {
  background-color: var(--medium-violet-red);
}

.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 var(--soft-black);
  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;
  background-color: var(--soft-black);
  opacity: 0;
  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: var(--medium-violet-red);
  font-weight: 600;
}

.text-privacy-footer.succeserror {
  color: var(--medium-violet-red);
  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;
  padding-bottom: 100px;
  padding-right: 60px;
  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: var(--medium-violet-red);
}

.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: var(--soft-black);
  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: var(--magenta);
}

.text-span {
  color: var(--soft-black);
  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: var(--soft-black);
  background-color: #fff;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

.success-message {
  background-color: var(--medium-violet-red);
}

.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: var(--medium-violet-red);
  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 {
  margin-top: 0;
  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;
}

.wrap._w-custom.hero5 {
  height: 674px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.wrap.w50-80-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.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: var(--medium-violet-red);
  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: var(--soft-black);
  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, .21);
  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: center;
  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 {
  background-color: var(--medium-violet-red);
  letter-spacing: 6px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  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 var(--white);
  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: 4rem;
  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: var(--medium-violet-red);
  -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');
}

.paragraph-3 {
  font-family: Muli, sans-serif;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Muli, sans-serif;
}

.icon-btn {
  color: #fff;
  background-color: #0075fe;
  background-image: linear-gradient(135deg, #0163ff, #01bcfd);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 15px 50px 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icon-btn:hover {
  background-color: #034492;
}

.text-block-2 {
  font-family: Muli, sans-serif;
}

.button-arrow {
  width: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

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

.section-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  text-decoration: underline;
  display: flex;
}

.container-1143 {
  width: 100%;
  max-width: 1300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.navbar-2 {
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navbar-cta-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(98deg, #0163ff, #01bcfd);
  border-radius: 8px;
  margin-left: 0;
  padding: 16px 20px 15px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
  display: block;
}

.navbar-cta-btn:hover {
  opacity: .8;
}

.logo-png {
  width: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: rgba(56, 152, 236, 0);
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
}

.div-block-5 {
  width: 100%;
  max-width: 66.5%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.image-10 {
  position: relative;
}

.hero-card-frame {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.track {
  z-index: 2;
}

.div-block-6 {
  width: 100%;
  max-width: 66.5%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.div-block-7 {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
}

.image-11 {
  position: relative;
}

.hero-card-mask {
  z-index: 2;
  position: relative;
}

.track-wrapper {
  margin-top: 80px;
}

.hero-card-wrapper {
  z-index: 1;
  background-image: none;
}

.col-6 {
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-white {
  color: rgba(255, 255, 255, .6);
  font-size: 21px;
  font-weight: 300;
}

.large-subtitle {
  color: #fff;
  font-family: Muli, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

.container-1144 {
  width: 100%;
  max-width: 1300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.large-heading {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Muli, sans-serif;
  font-size: 61px;
  font-weight: 600;
  line-height: 1.1;
}

.large-heading._w-70 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.large-heading.mb-20 {
  margin-bottom: 20px;
}

.feature-text-wrapper {
  width: 100%;
  max-width: 510px;
  margin-right: auto;
}

.card-w {
  z-index: 2;
  width: 100%;
  max-width: 55%;
  box-shadow: none;
  background-color: rgba(5, 19, 55, 0);
  background-image: url('../images/Frame-427318623.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.payout-section {
  background-color: rgba(7, 12, 41, 0);
  padding-top: 100px;
  padding-bottom: 120px;
}

.bank-card {
  width: 100%;
  max-width: 25%;
  border-radius: 20px;
  position: relative;
  left: 6%;
  box-shadow: 1px 1px 30px #000;
}

.row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.payout-section-2 {
  background-color: rgba(7, 12, 41, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.tabs_image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
}

.heading-5 {
  font-family: Muli, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.padding-global {
  margin-top: -19px;
  padding-left: 5%;
  padding-right: 5%;
}

.tabs_tabs-icon {
  width: 2.5rem;
}

.bold-text {
  font-size: 24px;
}

.heading-6 {
  font-family: Muli, sans-serif;
  font-size: 24px;
}

.text-style-muted {
  opacity: .7;
  color: var(--black);
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 1rem;
}

.margin-bottom.margin-xsmall {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.margin-bottom.margin-medium.min-height {
  min-height: 5.625rem;
}

.tabs_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_tabs {
  background-color: #fafafa;
}

.tabs_tabs-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 2rem;
  transition: box-shadow .1s;
  display: flex;
}

.tabs_tabs-link.w--current {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #eae9f2;
  box-shadow: 0 50px 70px -5px rgba(0, 0, 0, .05), 0 30px 50px -5px rgba(0, 0, 0, .1), 0 10px 20px -5px rgba(0, 0, 0, .1);
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-7 {
  font-family: Muli, sans-serif;
  font-size: 24px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.trading-section {
  background-color: #050505;
  background-image: linear-gradient(122deg, rgba(0, 0, 0, .4), var(--soft-black)), url('../images/bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-3 {
  font-family: Muli, sans-serif;
}

.youtube {
  width: 100vw;
  max-width: 1000px;
}

.text-block-4 {
  font-family: Muli, sans-serif;
}

.section-subtitle {
  color: #fff;
  font-family: Muli, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.2;
}

.section-heading {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.trading-tab-link {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding: 12px 24px;
  font-size: 19px;
  font-weight: 400;
  transition: border .2s;
}

.trading-tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}

.trading-tabs {
  width: 100%;
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.churn-section {
  background-color: #0f0f0f;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading-wrapper {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.churn-img-wrapper {
  width: 100%;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-wrapper {
  background-color: #0163ff;
  background-image: radial-gradient(circle at 50% 0, rgba(0, 117, 254, .5), rgba(255, 255, 255, .01)), radial-gradient(circle at 50% 0, #01bcfd, #0163ff);
  border-radius: 30px;
  padding: 7% 7% 0%;
}

.lottie-animation-2 {
  background-color: #070c29;
  border-radius: 20px 20px 0 0;
}

.panel-text-wrapper {
  width: 100%;
  max-width: 400px;
}

.panel-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Muli, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.12;
}

.integrate-panels-wrapper {
  width: 100%;
  max-width: 1124px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.panel {
  min-height: 420px;
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 10px;
  display: flex;
}

.client-section-02 {
  width: 100%;
  border-bottom: 1px solid rgba(219, 219, 219, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.client-logo {
  max-width: 175px;
  opacity: .55;
  transition: all .2s;
}

.client-logo:hover {
  opacity: 1;
}

.clients-inner-02 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

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

.panel-left-col {
  width: 100%;
  max-width: 50%;
  border-right: 1px solid #050505;
  align-items: center;
  padding: 60px;
  display: flex;
}

.description {
  width: 100%;
  max-width: 70%;
  color: #8a8f98;
  margin-bottom: 16px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}

.panel-right-col {
  width: 100%;
  max-width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.section-title-2 {
  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;
}

.integrate-section, .cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-subtitle {
  width: 100%;
  max-width: 800px;
  color: rgba(255, 255, 255, .6);
  text-align: center;
  margin: 0 auto 50px;
  font-family: Muli, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

.cta-img {
  z-index: -1;
  width: 100%;
  max-width: 174px;
  position: absolute;
  top: 30%;
  right: 10%;
}

.cta-text-wrapper {
  text-align: center;
  position: relative;
}

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

.text-block-5 {
  font-family: Muli, sans-serif;
}

.heading-8 {
  max-width: 600px;
  text-align: center;
  font-family: Muli, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}

.image-12 {
  max-width: 200%;
}

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

.submit-button-4 {
  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;
}

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

.section-2 {
  display: flex;
}

.image-13 {
  max-width: 200%;
}

.form-3 {
  width: 100%;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  border: 1px solid rgba(255, 255, 255, .23);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 40px 20px;
  display: grid;
  position: static;
}

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

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  background-image: linear-gradient(#000, #fff);
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

._6-col {
  width: 460px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

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

.hero5-image {
  display: inline-block;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 50%;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
  display: block;
}

.heading-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 48px;
}

.body-4 {
  background-color: var(--soft-black);
}

.div-block-45 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.heading-14 {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  font-weight: 400;
}

.heading-14.main-tablet {
  flex: 0 auto;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 9vh;
}

.heading-14.main-tablet.h1-in {
  font-size: 8.5vh;
}

.image-15 {
  width: 60vw;
  max-width: 60%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.image-15.kryp-image {
  width: 60vw;
  min-width: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.heading-15 {
  text-align: center;
  padding-right: 0;
  font-size: 9vh;
  font-weight: 400;
}

.heading-15.h1-in {
  color: #b3b3b3;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.div-block-43 {
  justify-content: center;
  display: flex;
}

.big-button {
  background-color: #224afa;
  border-radius: 100px;
  padding: 23px 100px 17px;
  line-height: 95%;
}

.big-button.unseen-button {
  display: none;
}

.section-20 {
  padding-left: 5%;
  padding-right: 5%;
}

.section-20.full-page {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(84deg, rgba(0, 0, 0, .51), rgba(255, 255, 255, 0)), url('../images/Frame-328.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 100px 10% 0;
  display: flex;
}

.div-block-46 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.heading-16 {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  font-weight: 400;
}

.heading-16.main-tablet {
  flex: 0 auto;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 9vh;
}

.heading-16.main-tablet.h1-in {
  font-size: 48px;
}

.container-1280 {
  max-width: 1280px;
  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;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.container-1280.mail-screen {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.image-16 {
  width: 60vw;
  max-width: 60%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.image-16.kryp-image {
  width: 60vw;
  min-width: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.div-block-47 {
  justify-content: center;
  display: flex;
}

.section-21 {
  padding-left: 5%;
  padding-right: 5%;
}

.section-21.bg-photo {
  background-image: url('../images/01_krupinka_graphics_03-1.png');
  background-position: 50% 35%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section-21.bg-photo.first-bg-photo {
  background-image: none;
}

.section-21.unseen {
  padding-bottom: 60px;
  display: block;
}

.grid-krupa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
}

.grid-krupa.grid-krupa-on-tab {
  background-color: #fff;
}

.bg-white {
  min-height: 90%;
  background-color: #fff;
}

.bg-white.on-tab {
  align-items: center;
  display: flex;
}

.bg-white.on-tab.mob-paddings {
  width: 100%;
}

.bg-white.krupa {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bg-white.krupa.on-mobile {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-color-blue {
  color: #224afa;
  -webkit-text-stroke-color: #4d6ae8;
  flex: 1;
  font-weight: 700;
}

.container-1281 {
  max-width: 1280px;
  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;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.container-1281.top-120 {
  margin-top: 120px;
  padding-top: 60px;
}

.container-1281.top-120.notop {
  margin-top: 0;
}

.container-1281.top-120.notop.top-90 {
  padding-top: 120px;
}

.container-1281.top-120.notop.top-90.top-60 {
  padding-top: 90px;
}

.container-1281.bottom-120 {
  margin-bottom: 0;
  padding-bottom: 120px;
}

.text-color-black {
  color: #000;
  margin: 0;
  font-weight: 400;
}

.text-color-black.top-30 {
  margin-top: 30px;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-17.heading-2-on-tab.mobile-h2 {
  font-weight: 400;
}

.krupa {
  padding-left: 30px;
  padding-right: 40px;
}

.bold-text-55 {
  font-weight: 400;
}

.image-17 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}

.image-17.on-tab-image.mob-paddings {
  width: 100%;
}

.text-span-4 {
  color: var(--medium-violet-red);
  background-color: rgba(48, 51, 233, 0);
}

.background-video-2 {
  max-width: 1280px;
  min-height: 180px;
}

.background-video-2.mobile-bigger.mobile-smaller {
  max-height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2.mobile-bigger.mobile-smaller.mob-top._120._60 {
  margin-top: 0;
}

.container-1282 {
  max-width: 1280px;
  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;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.container-1282.video {
  padding-top: 0;
  display: block;
}

.container-1282.video.t-p-90.b-p-90.b-m-90 {
  margin-bottom: 90px;
}

.container-1282.no-top {
  padding-top: 0;
}

.button-3 {
  background-color: #224afa;
  border-radius: 100px;
  flex: 0 auto;
  padding: 15px 50px 10px;
  font-size: 20px;
  line-height: 120%;
  display: inline-block;
}

.background-video-3 {
  width: 100%;
  max-width: 1280px;
  min-height: 500px;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-18.heading-2-on-tab.mobile-h2 {
  font-weight: 400;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.container-1283 {
  max-width: 1280px;
  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;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.container-1283.t-p-90 {
  padding-top: 90px;
}

.container-1283.bottom-120 {
  margin-bottom: 0;
  padding-bottom: 120px;
}

.container-1283.bottom-120.top-30 {
  padding-top: 60px;
  padding-bottom: 90px;
}

.image-18 {
  margin-right: 20px;
}

.div-block-49 {
  object-fit: fill;
  background-color: #224afa;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
  display: flex;
}

.div-block-49.card-on-tab {
  background-color: #0059ff;
}

.text-block-6 {
  align-self: center;
}

.text-block-6.text-on-mobile {
  color: #fff;
  font-family: Muli, sans-serif;
}

.text-block-6.text-on-tab.text-on-mobile {
  color: #fff;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

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

.div-block-18 {
  flex-direction: column;
  display: flex;
}

.container-1284 {
  max-width: 1280px;
  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;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.container-1284.top-60 {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 120px;
}

.grid-21 {
  grid-template-rows: auto;
  align-self: stretch;
}

.heading-20 {
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-9 {
  padding-top: 30px;
  padding-right: 120px;
}

.div-block-9.lunch {
  padding-top: 0;
}

.div-block-9.lunch.unseen {
  display: block;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr 6fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-55 {
  border: 1px #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-56 {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
  border: 1px solid rgba(255, 255, 255, .24);
}

.div-block-56.lunch {
  background-image: url('../images/Frame-5_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-color: rgba(255, 255, 255, .24);
}

.image-28 {
  display: block;
}

.text-block-7 {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.text-block-7.text-color-blue {
  color: #0059ff;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.container-1285 {
  max-width: 1280px;
  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;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
}

.container-1285.top-60 {
  text-align: left;
  align-items: flex-start;
  font-family: Muli, sans-serif;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.grid-6 {
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-22 {
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-8 {
  padding-top: 30px;
  padding-left: 30px;
}

.div-block-8.lunch {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-10 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-span-5 {
  color: #0059ff;
  font-weight: 700;
}

.h2-2 {
  margin-top: 0;
}

.google-icon {
  width: 20px;
}

.field-wrap {
  margin-bottom: 20px;
}

.cell {
  justify-content: center;
}

.button-4 {
  height: 45px;
  background-color: #0d0055;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  display: flex;
}

.button_social {
  width: 100%;
  color: #fff;
  background-color: #4280ef;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 3px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button_social.facebook {
  background-color: #2e80e4;
}

.stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.form-4 {
  flex-direction: column;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 65px;
}

.button-icon-wrap {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}

.form-block-3 {
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #f5f4f4;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

.input {
  height: 45px;
  background-color: #fff;
  border: 2px solid #f5f4f4;
  border-radius: 5px;
  margin-bottom: 0;
}

.input:focus-visible {
  border-color: #0e0255;
}

.input[data-wf-focus-visible] {
  border-color: #0e0255;
}

.spacer-40 {
  width: 40px;
}

.p {
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.button-blue {
  color: #fff;
  text-align: center;
  background-color: #454ade;
  border-radius: 50px;
  margin-top: 20px;
  padding: 19px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 106%;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), filter .3s cubic-bezier(.25, .46, .45, .94);
}

.button-blue:hover {
  filter: brightness(118%);
  box-shadow: 0 15px 30px rgba(255, 255, 255, .2);
}

.home-header_video {
  min-height: 70vh;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .25) 52%, #000);
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-header_subheading {
  color: #9883e5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 22px;
  font-weight: 500;
}

.button-white {
  color: #0f0d0d;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 19px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 106%;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), filter .3s cubic-bezier(.25, .46, .45, .94);
}

.button-white:hover {
  filter: brightness(118%);
  box-shadow: 0 15px 30px rgba(255, 255, 255, .2);
}

.button-white.header-button {
  margin-left: 17px;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.align-bottom {
  align-self: flex-end;
}

.home-header_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
}

.text-align-center {
  max-width: 45rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bold-text-56 {
  color: #da4167;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-vertical.padding-medium {
  padding: 2rem;
}

.noise {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.call-to-action {
  z-index: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.trigger {
  z-index: 20;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-color: #202020;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  box-shadow: 0 32px 32px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .12), 0 8px 8px rgba(0, 0, 0, .12), 0 4px 4px rgba(0, 0, 0, .12);
}

.trigger-lottie {
  width: 28px;
  height: 28px;
}

.whatsapp {
  z-index: 18;
  width: 56px;
  height: 56px;
  background-color: #4e4e4e;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.call-to-action-icon {
  width: 24px;
  height: 24px;
}

.email, .mobile {
  z-index: 18;
  width: 56px;
  height: 56px;
  background-color: #4e4e4e;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.bold-text-57 {
  display: block;
}

.top-bar-wrapper---brix {
  z-index: 9999;
  color: #fff;
  background-color: #0059ff;
  background-image: linear-gradient(84deg, #0163ff, #01bcfd);
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-bar-container---brix {
  width: 100%;
  max-width: 1240px;
  justify-content: center;
  align-items: center;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-container---brix.top-bar-2---brix {
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}

.top-bar-text---brix {
  font-family: Muli, sans-serif;
}

.top-bar-link---brix {
  color: #fff;
  order: 1;
  justify-content: flex-end;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.top-bar-link-text---brix {
  margin-right: 8px;
  font-family: Muli, sans-serif;
}

.top-bar-link-arrow---brix {
  flex: none;
}

.marquee_component {
  width: 100vw;
  height: 40rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper {
  width: 100vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  width: 120vw;
  background-color: #cc1f50;
  transform: rotate(-6deg);
}

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.marquee_wrapper-2 {
  width: 110vw;
  background-color: #9eec5a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
  transform: rotate(5deg);
}

.display_text-medium {
  color: #050508;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.showcase_marquee_flex {
  height: 100%;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.marquee_chat {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 20rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding: .75rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
}

.showcase_marquee_track {
  flex: none;
  display: flex;
}

.showcase_marquee_list {
  height: 100%;
  flex: none;
}

.showcase_marquee_wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.marquee_chat-img {
  width: 2rem;
  height: 2rem;
}

.icon-20 {
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee_color {
  width: 12.5rem;
  height: 100%;
  background-color: #ab88fd;
  border-radius: 2rem;
  flex: none;
  margin-right: 1rem;
}

.marquee_color.cyan {
  width: 7.5rem;
  background-color: #63e5e1;
}

.marquee_color.yellow {
  background-color: #ffd84a;
}

.marquee_color.red {
  width: 3.5rem;
  background-color: #fe6b6b;
}

.marquee_color.orange {
  width: 3.5rem;
  background-color: #ff7837;
}

.marquee_color.green {
  width: 7.5rem;
  background-color: #00c74e;
}

.button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: -.014em;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  transition: all .4s;
  display: flex;
}

.button-5:hover {
  box-shadow: 0 0 .5rem .25rem rgba(0, 0, 0, .08);
}

.button-5:active {
  box-shadow: none;
}

.showcase_logo {
  background-color: #fff;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.showcase_controls_play {
  width: 1.5rem;
  height: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.section_showcase {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.showcase_controls_pause {
  width: 1.5rem;
  height: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: var(--black);
  border: 1px solid #000;
  font-family: Muli, sans-serif;
}

.paragraph-6 {
  color: #000;
  font-family: Muli, sans-serif;
}

.vertical-scroll-wrapper {
  width: 43ch;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.text-rotation-wrapper {
  display: flex;
}

.track-overlay {
  z-index: 1;
  background-image: linear-gradient(#f9f5ff, rgba(0, 0, 0, 0) 50%, #f9f5ff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-overlay.unclickable {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 50%, #fff);
  background-image: linear-gradient(to bottom, var(--soft-black), transparent 50%, #000);
  position: absolute;
}

.track-vertical {
  color: #b99e9e;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.heading-large {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large.rotate-text {
  color: #dcdfea;
  white-space: nowrap;
  font-weight: 600;
}

.heading-large.rotate-text._1 {
  color: #0b40ff;
  font-family: Muli, sans-serif;
}

.infinite-rotation-holder {
  width: 100%;
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-arrow {
  width: 20px;
  height: 23px;
  margin-right: 0;
}

.faq-image {
  width: 100%;
  object-fit: contain;
  margin-top: 100px;
  display: block;
}

.faq-answer {
  overflow: hidden;
}

.no-margin {
  color: #fff;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.faq-question {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.container-1286 {
  width: 95%;
  max-width: 1350px;
}

.faq-title {
  max-width: 350px;
  margin-bottom: 0;
}

.guide-heading {
  width: 100%;
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.guide-heading.grey-1-text {
  color: #6b6b6b;
}

.section-22 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-22.smoke-background {
  background-color: rgba(245, 245, 245, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .79)), url('../images/Frame-5.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  grid-auto-flow: column;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-card {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 30px 0;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px rgba(0, 0, 0, .02);
}

.faq-card:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
}

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  font-size: 14px;
}

.cursor-wrapper {
  z-index: 1000;
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  z-index: 5;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.heading-wrapper {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.canvas {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  color: #fff;
  background-color: #000127;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  z-index: 2;
  font-size: 20px;
  line-height: 120%;
  position: relative;
}

.headline {
  z-index: 10;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 110%;
  position: relative;
}

.button-6 {
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
}

.cursor-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.cursor-circle {
  width: 40px;
  height: 40px;
  opacity: .7;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
}

.section_static-marquee {
  overflow: hidden;
}

.padding-section-large-2 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.label-2 {
  color: #787776;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
}

.label-2.is-center-aligned {
  text-align: center;
}

.padding-small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.marquee_wrap {
  width: 200vw;
  display: flex;
}

.static-marquee_logos {
  width: 100vw;
  justify-content: space-around;
  display: flex;
}

.logo-2 {
  width: 10%;
}

._3d-card-wrapper {
  height: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.span-text {
  display: inline-block;
}

.what-is-grid_features {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.what-is-cta_component {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

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

.what-is-description_content {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 4rem;
  display: grid;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-medium {
  font-size: 1.25rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large-2.height {
  height: 43.4375rem;
}

.container-large-2.height.background-color-royal-midnight-blue.shade-no {
  width: 75rem;
  height: auto;
  background-color: rgba(4, 44, 84, .7);
  border-radius: .9rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.animated-mouse-light {
  width: 30rem;
  height: 30rem;
  filter: blur(8rem);
  background-color: #052d56;
  background-image: radial-gradient(circle, #81afdd, #052d56);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.a-lot-happen-left_content {
  flex-direction: column;
  align-items: stretch;
}

.animated-backligh {
  width: 30rem;
  height: 30rem;
  filter: blur(8rem);
  background-color: #052d56;
  background-image: radial-gradient(circle, #81afdd, #052d56);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.animated-backligh.z-minus-3 {
  width: 90rem;
  height: 50rem;
  position: absolute;
}

.animated-backligh.z-minus-3.square {
  width: 80rem;
  height: 105%;
  filter: blur(1.4rem);
  border-radius: 0%;
  top: -2%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.clip-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(25deg, #f49867, #ae67fa);
  -webkit-background-clip: text;
  background-clip: text;
}

.page-padding-2 {
  padding-left: 3%;
  padding-right: 3%;
}

.page-padding-2.transform {
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
}

.cta-left_content {
  flex: 1;
}

.gradient-left {
  z-index: -1;
  opacity: .7;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-color-salmon {
  color: #ff8a71;
}

.max-width-large {
  width: 100%;
  max-width: 30rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.over-line {
  width: 3rem;
  height: .1875rem;
  margin-bottom: .25rem;
}

.a-lot-happen-grid_component {
  width: 100%;
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.logo-3 {
  max-height: 1.5rem;
}

.the-posibilites-grid_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: center;
  display: grid;
}

.article-link {
  transition: color .2s;
}

.article-link:hover {
  color: #ff8a71;
}

.grid-card_bottom {
  background-color: #052d56;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.grid-card_bottom.padding-custom1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.whipe-card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.main-cta_buttom {
  width: 11.875rem;
  height: 3.75rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #040c18;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: font-size .2s;
  display: flex;
}

.main-cta_buttom:hover {
  font-size: 1.5rem;
}

.main-cta_buttom:active {
  background-color: #002d9c;
}

.ring-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -50%;
  bottom: 0%;
  left: -19%;
  right: 0%;
}

.btn_content-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-left_content {
  max-width: 40rem;
}

.user-row-_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
  position: relative;
}

.imgage-wrapper {
  position: relative;
}

.header_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.the-future-features_content {
  flex-direction: column;
  align-items: center;
}

.grid-feature_item {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.user-total {
  width: 3rem;
  height: 3rem;
  background-color: #13ded2;
  border: .125rem solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-total.z-5 {
  left: -6.25rem;
}

.cta_content {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 3.75rem 2.5rem;
  display: grid;
}

.cta_content.background-color-gradient {
  background-image: linear-gradient(to right, #ae67fa, #ff4820);
  grid-template-columns: 2fr 1fr;
}

.header-grid_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.particles-js-canvas-el {
  z-index: 0;
  width: 100vw;
  height: 100vw;
  transition: background-color .6s;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout241_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.my-app_text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat_content-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_image {
  z-index: -1;
  width: 41.6875rem;
  height: 43.75rem;
  max-height: 60rem;
  object-fit: scale-down;
  position: relative;
}

.user-row_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.user-row_text {
  white-space: nowrap;
  position: absolute;
  left: -4.4375rem;
}

.my-app_text {
  white-space: nowrap;
  font-size: 1.25rem;
}

.the-future-features_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.a-lot-hppen-grid_item {
  width: 28rem;
  height: 43.6rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.a-lot-hppen-grid_item.small {
  width: 100%;
  height: 20.1875rem;
}

.margin-custom1 {
  margin-top: auto;
  margin-bottom: 0;
}

.my-app-btn {
  width: 10rem;
  height: 4rem;
  border-radius: 1rem;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.signup-form-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.user-avatar {
  width: 3rem;
  height: 3rem;
  border: .125rem solid #fff;
  border-radius: 100%;
  position: relative;
}

.user-avatar.z-1 {
  left: -1.25rem;
}

.user-avatar.z-3 {
  left: -3.75rem;
}

.user-avatar.z-4 {
  left: -5rem;
}

.user-avatar.z-2 {
  left: -2.5rem;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.main-wrapper {
  padding-top: 8rem;
}

.tittle-wrapper {
  position: relative;
}

.lthe-future-features_grid {
  width: 36.875rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.page-padding-3 {
  padding-left: 3%;
  padding-right: 3%;
}

.page-padding-3.transform {
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.header_form-input {
  height: auto;
  min-height: 2.75rem;
  color: #3d6184;
  background-color: #052d56;
  border: 1px solid #052d56;
  border-radius: .3125rem 0 0 .3125rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.header_form-input:focus {
  border: 1px solid #3d6184;
}

.logo-list {
  width: 41.875rem;
  grid-column-gap: 2.875rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.my-app_icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #040c18;
  font-size: .5rem;
}

.the-possibilites-right_content {
  max-width: 32.1875rem;
  margin-bottom: 2rem;
}

.my-app-chat {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  justify-content: center;
  display: flex;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.max-width-xsmall-2 {
  width: 100%;
  max-width: 16rem;
}

.text-size-small {
  font-size: .875rem;
}

.image-33 {
  height: 34.375rem;
}

.header-form_button {
  width: 9.5rem;
  height: 3.625rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff4820;
  border-radius: 0 .3125rem .3125rem 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 5s;
  display: flex;
}

.header-form_button:hover {
  background-image: linear-gradient(43deg, #ae67fa, #81afdd);
}

.header-form_button:active {
  background-color: #002d9c;
}

.max-width-small {
  width: 100%;
  max-width: 21rem;
}

.max-width-large-3 {
  width: 100%;
  max-width: 30rem;
}

.ring {
  width: 20.3719rem;
  height: 20.3719rem;
  border: .2rem solid #ff4820;
  border-radius: 100%;
  position: absolute;
}

.ring.three {
  width: 10.2375rem;
  height: 10.2375rem;
}

.ring.four {
  width: 6.72188rem;
  height: 6.72188rem;
}

.ring.two {
  width: 15.8219rem;
  height: 15.8219rem;
}

.a-lot-happen-right_conten {
  flex-direction: column;
  align-items: center;
}

.grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.image-background {
  width: 22.9375rem;
  height: 25.125rem;
  border-top-right-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.featuresv3_items-container {
  width: 300%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.feautresv3_item {
  width: 100%;
  max-width: 28rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(71, 44, 181, .3);
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .05);
}

.feautresv3_item.is-third {
  background-color: rgba(0, 0, 0, .3);
  background-image: linear-gradient(#000, #000);
  border: 1px solid rgba(255, 255, 255, .24);
}

.feautresv3_item.is-second {
  background-color: rgba(0, 0, 0, .3);
  background-image: linear-gradient(to bottom, black, var(--black));
  border: 1px solid rgba(255, 255, 255, .24);
  display: flex;
}

.feautresv3_item.is-first {
  background-color: var(--black);
  background-image: linear-gradient(#000, #000);
  border: 1px solid rgba(255, 255, 255, .24);
}

.text-size-small-2 {
  color: #c4cff5;
  font-size: .875rem;
}

.text-size-small-2.text-custom-gray {
  color: #fff;
  font-family: Muli, sans-serif;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: rgba(71, 44, 181, .24);
  border: 1px solid #472cb5;
  border-radius: 18px;
  padding: 1.3rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, background-color .2s;
}

.button-7:hover {
  background-color: rgba(121, 44, 181, .24);
  border-color: #792cb5;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-bold {
  color: #b6b6b6;
  font-family: Muli, sans-serif;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #bcdfff, #ffecd7 47%, #ffa3eb);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.gradient-text.featuresv3-heading {
  max-width: 35rem;
}

.featuresv3_content {
  width: 100%;
  max-width: 35rem;
  flex: none;
}

.featuresv3_item-text {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  align-items: flex-end;
  margin-top: 4.25rem;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.featuresv3_item-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.featuresv3_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  overflow: visible;
}

.padding-section-large-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container-1287 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-1287.container-questions {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.question-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.questions-answer {
  height: auto;
  min-height: 0;
  opacity: 1;
  color: rgba(255, 255, 255, .6);
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  display: block;
}

.question-box-title {
  width: auto;
  max-width: 450px;
  cursor: pointer;
  margin-right: 70px;
  line-height: 1.6;
  transition: color .3s;
}

.coin-rotate {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-34 {
  z-index: -5;
  position: absolute;
}

.coin-image {
  background-color: rgba(0, 0, 0, 0);
}

.questions-answer-wrapper {
  height: 0;
  opacity: 1;
  transition: all .3s;
  overflow: hidden;
}

.coin-bck-blur {
  z-index: 4;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 30px rgba(255, 255, 255, .14);
}

.figure-wrp {
  z-index: 0;
  width: 85px;
  height: 85px;
  position: absolute;
}

.figure-wrp.circle {
  top: -20px;
  left: 210px;
}

.figure-wrp.square {
  bottom: 80px;
  right: 40px;
}

.figure-wrp.triangle {
  margin-top: 100px;
  left: -40px;
}

.questions-content {
  z-index: 1;
  width: 56%;
  position: relative;
}

.faq-bckg2 {
  filter: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.coin-wrapper {
  z-index: 1;
  width: 183px;
  height: 183px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 90px;
}

.coin-wrapper.bitcoin {
  z-index: 1;
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.coin-wrapper.evro {
  top: auto;
  bottom: 0;
  left: auto;
  right: 80px;
}

.questions-title {
  margin-bottom: 30px;
  font-size: 40px;
}

.questions-pictires {
  z-index: 1;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.questions {
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.questions-box {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: 0;
  padding-bottom: 0;
}

.question-arrow-2 {
  cursor: pointer;
}

.coin {
  z-index: 5;
  width: 183px;
  height: 183px;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: rgba(64, 0, 255, .03);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, .08), inset 0 3px 2.8px rgba(255, 255, 255, .16);
}

.coin.evro {
  position: absolute;
  bottom: 0;
  right: 0;
}

.coin.baks {
  z-index: 5;
  filter: none;
  position: absolute;
  left: 0;
}

.question-string {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.figure-rotate {
  z-index: -22;
  width: 85px;
  height: 85px;
  display: none;
  position: absolute;
  top: -10px;
  left: -10px;
}

.questions-img {
  z-index: -1;
  width: 120vw;
  height: auto;
  max-width: 1544px;
  position: absolute;
  top: -7vw;
  left: -52vw;
}

.background-video-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .2));
}

.section_featuresv3 {
  height: 1700px;
  overflow: visible;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: rgba(71, 44, 181, .24);
  border: 1px solid #472cb5;
  border-radius: 18px;
  padding: 1.3rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, background-color .2s;
}

.button-8:hover {
  background-color: rgba(121, 44, 181, .24);
  border-color: #792cb5;
}

.featuresv3_sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  overflow: hidden;
}

.padding-section-large-4 {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-61 {
  padding-bottom: 140px;
}

.footer-email2_nav-links {
  text-align: center;
  font-weight: 600;
}

.footerv2-divider {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .12);
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}

.text-custom-gray {
  color: #c4cff5;
}

.footerv2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footerv2_newsletter-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footerv2_bottom-text {
  color: var(--white);
  padding: .5rem 0 .5rem 3rem;
  font-weight: 500;
  text-decoration: none;
  transition: none;
  display: inline-block;
}

.footerv2_bottom-text:hover {
  color: #7a3eb4;
}

.footerv2_subscribe {
  color: #fff;
  text-align: center;
  background-color: rgba(121, 44, 181, .24);
  border: 1px solid #7536ab;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: .6rem 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-standard_social-wrapper {
  width: 100%;
  max-width: 13rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 0;
  display: grid;
}

.footerv2_newsletter-div {
  justify-content: space-between;
  display: flex;
}

.footerv1_bottom-container-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footerv2_logo-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-standard_left-content {
  max-width: 22.5rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 2.5rem;
  display: flex;
}

.is-caps {
  text-transform: uppercase;
}

.footer-standard_link {
  color: #635e81;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.footer-standard_link:hover {
  color: #7a3eb4;
}

.footerv2_text-field {
  background-color: rgba(21, 14, 27, .4);
  border: 1px #000;
  border-radius: 6px;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.footerv2_text-field::-ms-input-placeholder {
  color: #b3aed2;
}

.footerv2_text-field::placeholder {
  color: #b3aed2;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-standard_item {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.footer-standard_logo {
  max-height: 2.5rem;
}

.padding-section-large-5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.footerv2_email-form {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 0;
}

.footerv2_email-div {
  max-width: 100%;
  position: relative;
}

.footer-social-icon-div {
  max-width: 1.5rem;
  color: #6b658e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-23 {
  overflow: hidden;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

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

._6-col-2 {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

._6-col-last {
  width: 460px;
}

.header {
  width: 500px;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.margin-bottom-2 {
  margin-bottom: 40px;
}

.section-24 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.paragraph-small {
  color: rgba(9, 106, 208, .6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.short-paragraph {
  width: 75%;
  color: rgba(255, 255, 255, .6);
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.content21-headline-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.content21-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content21-image {
  height: 100%;
  min-height: 582px;
  background-image: url('../images/Frame-427318624.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 457px;
}

.size1-text {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Muli, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.item-overlay {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-image: url('../images/Frame-427318624.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.content21-content-wrap {
  margin-top: 40px;
  padding-right: 67px;
}

.content21-content-wrap.content21-rght-column {
  padding-left: 67px;
  padding-right: 0;
}

.deco-dot {
  width: 12px;
  height: 6px;
  background-color: #636363;
  flex: none;
  margin-top: 7px;
  margin-right: 30px;
}

.content21-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.section-25 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.footerv2_grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 20px;
  display: grid;
}

.image-36, .image-37 {
  max-width: 200%;
}

.padding-section-large-6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footerv2_grid-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 20px;
  display: grid;
}

.image-38, .image-39 {
  max-width: 200%;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.footerv2_grid-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-bottom: 20px;
  display: grid;
}

.image-40, .image-41, .image-42, .image-43, .image-44, .image-45 {
  max-width: 200%;
}

.button-price {
  max-width: 178px;
  min-height: 64px;
  color: #fff;
  background-color: #4e5a85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 14px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-price:hover, .button-price.button-blue {
  background-color: #0059f7;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.grid-feature-check {
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

.price-block {
  background-color: #081131;
  border-radius: 20px;
  margin-top: 60px;
  padding: 48px 55px;
}

.price-block.feature-price {
  background-color: #162044;
  margin-top: 0;
}

.content-section {
  padding: 60px 3%;
}

.dollar-span {
  color: #4e5a85;
}

.container-large-4 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.title-wrap-centre {
  max-width: 550px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.check {
  margin-right: 14px;
}

.check-wrap {
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.line-break {
  height: 2px;
  background-color: #4e5a85;
  margin-top: 48px;
  margin-bottom: 48px;
}

.paragraph-71 {
  margin-bottom: 0;
}

.subheading-2 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
}

.container-tight {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap {
  max-width: 480px;
  margin-bottom: 60px;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.5;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.feature-card {
  background-color: var(--soft-black);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
  transition: all .3s;
}

.feature-card:hover {
  background-color: #081131;
  box-shadow: 34px 34px 96px rgba(7, 14, 39, .48);
}

.icon-2 {
  margin-bottom: 32px;
}

.button-text {
  height: 1.5rem;
  min-height: 1.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.button-text.is-white {
  color: #e2ebed;
}

.text-size-large-2 {
  letter-spacing: -.019em;
  font-size: 1.5rem;
  line-height: 2rem;
}

.button-text_wrap {
  z-index: 10;
  height: 1.25rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text_wrap.is-large {
  height: 1.5rem;
}

.plan_title {
  grid-column-gap: .5rem;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.padding-global-5 {
  margin-top: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.plan_pricing {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.container-70 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing_button-wrap {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.icon-text_row-small {
  grid-column-gap: .5rem;
  grid-row-gap: .75rem;
  display: flex;
}

.icon-text_row-small.is-align-center {
  align-items: center;
}

.icon-text_row-small.is-align-center.opacity-50 {
  padding-bottom: 0;
}

.text-size-xsmall {
  letter-spacing: 0;
  font-size: .75rem;
  line-height: 1.25rem;
}

.text-size-small-3 {
  font-size: .875rem;
  line-height: 1.375rem;
}

.social_link {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #0e1517;
  border-radius: 2.75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: background-color .3s;
  display: flex;
}

.social_link:hover {
  background-color: #172527;
}

.icon-1x1 {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.button_hover-effect {
  width: 100%;
  height: 175%;
  min-width: 4.5rem;
  background-color: #0e1517;
  border-radius: 100px;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.pricing_card-small {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1rem;
  flex-direction: column;
  padding: 3rem;
  position: relative;
  box-shadow: inset 0 0 0 1px #172527;
}

.grid_3-col {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.font-icon {
  font-weight: 300;
}

.button-9 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #3d40e2;
  background-image: linear-gradient(114deg, #0163ff, #00baff);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-9:hover {
  border-color: #1e4c54;
}

.max-width-40 {
  width: 100%;
  max-width: 40rem;
}

.text-size-medium-2 {
  letter-spacing: -.001em;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.center-content-vertically {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-40 {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.button-text-2 {
  height: 1.5rem;
  min-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
}

.button-text-2.is-white {
  color: #e2ebed;
}

.eyebrow {
  color: #66ff8e;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-10 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #3de273;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-10:hover {
  border-color: #1e4c54;
}

.button-10.is-large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.about_grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-header-component {
  padding-top: 8em;
  padding-bottom: 4em;
}

.pricing-card-feature {
  width: 100%;
  grid-column-gap: .5rem;
  border-bottom: 1px solid rgba(151, 151, 151, .25);
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  display: flex;
}

.pricing-card-feature.mobile {
  display: none;
}

.plan-type {
  border: 1px solid #979797;
  border-radius: 50px;
  padding: .3rem .6rem;
  font-size: .8rem;
  position: absolute;
  top: .2rem;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.plan-type.text-span {
  position: static;
}

.pricing-features-wrapper {
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, .25);
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.container-1288 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-header-bg {
  z-index: -10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quick-stack {
  grid-row-gap: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.pricing-plan-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: #979797;
  background-color: rgba(0, 0, 0, .2);
  border: 1px solid rgba(151, 151, 151, .25);
  border-radius: 2rem;
  padding: 2rem;
}

.bg-blue {
  width: 50em;
  height: 50em;
  opacity: .6;
  filter: blur(200px);
  background-image: linear-gradient(135deg, #0f9, #60f);
  border-radius: 100%;
}

.page-padding-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.relative {
  position: relative;
}

.cell-centre-align {
  text-align: center;
  align-items: center;
}

.section-pricing-header {
  position: relative;
}

.text-m {
  font-size: 1.2rem;
}

.pricing-card-header {
  min-height: 10rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.price {
  color: #fff;
  font-size: 1.8rem;
}

.pricing-card-cta {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(132deg, #0059ff, #00baff);
  border-radius: 50px;
  margin-top: auto;
  padding: .9rem 1.5rem;
  font-family: Muli, sans-serif;
}

.bottom-margin-1-5rem {
  margin-bottom: 1.5rem;
  line-height: 2;
}

.pricing-h2 {
  color: #fff;
  font-size: 1.8rem;
}

.cell-centre-align-copy {
  text-align: center;
  align-items: center;
}

.text-block-10, .text-block-11 {
  font-family: Muli, sans-serif;
}

.text-block-12 {
  text-transform: none;
  font-family: Muli, sans-serif;
}

.paragraph-72, .paragraph-73, .text-block-13, .text-block-14, .text-block-15, .paragraph-74, .text-block-16, .text-block-17, .text-block-18 {
  font-family: Muli, sans-serif;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.features-icon-image {
  color: #2d6ae0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-icon-grid-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: rgba(2, 2, 2, .8);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  font-family: Muli, sans-serif;
  display: grid;
}

.heading-container-center {
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-icon-bottom-wrapper {
  max-width: 32rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-color-light-blue {
  color: #fff;
  -webkit-text-stroke-color: #0045e2;
  font-family: Muli, sans-serif;
  font-weight: 700;
}

.margin-bottom-99 {
  margin-bottom: 4rem;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-weight-semibold {
  color: #fff;
  font-family: Muli, sans-serif;
}

.features-icon-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-icon-divider {
  width: 100%;
  height: 2px;
  background-color: #1b2e56;
  margin-top: 1rem;
  margin-bottom: 40px;
}

.padding-section-large-7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.features-icon-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 63, 199, 0);
  background-image: none;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 6px;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.padding-global-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .8)), url('../images/bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-bottom-98 {
  margin-bottom: 1rem;
}

.text-custom-blue {
  color: #2d6ae0;
}

.features-icon-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.button-wrap.center {
  max-height: 50px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.text-color-white {
  color: #fff;
}

.button-arrow-icon {
  width: 1.2rem;
  flex-direction: column;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.button-alternate {
  color: #fff;
  flex-direction: row;
  align-items: center;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-alternate.is-outline {
  background-color: #081631;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 60px;
  align-items: flex-start;
  padding: 1rem 1.5rem;
}

.text-color-light-blue-2 {
  color: #dfdee0;
  font-family: Muli, sans-serif;
  font-weight: 300;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #2d6ae0;
  border-radius: 60px;
  padding: 1rem 1.5rem;
  font-weight: 700;
  transition: background-color .2s;
}

.button-11:hover {
  background-color: #081631;
}

.button-11.is-large {
  background-image: linear-gradient(59deg, #0059ff, #00baff);
  align-self: stretch;
  padding: 1.25rem 2rem 0;
  font-family: Muli, sans-serif;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.margin-bottom-100 {
  margin-bottom: 1rem;
}

.hero-image-2 {
  width: 100%;
  max-height: 26rem;
  object-fit: fill;
  border: 12px solid rgba(255, 255, 255, .12);
  border-bottom-style: none;
  border-radius: 50px 50px 0 0;
}

.margin-bottom-101 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: Muli, sans-serif;
}

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

.bold-text-59 {
  color: #e2e2e2;
  font-weight: 300;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-div.center {
  justify-content: center;
}

.section-navbar {
  background-color: #020d24;
  border-bottom: 1px solid #5b6782;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.how-it-works-heading {
  font-family: Muli, sans-serif;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.margin-bottom-97 {
  margin-bottom: 3rem;
}

.how-it-works-menu {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-image {
  width: 100%;
  height: 35rem;
  object-fit: contain;
  background-image: url('../images/iphone15pro.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.section-cta-2 {
  color: #fff;
  background-color: #2d6ae0;
}

.features-image-text-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.features-image-text-div.is-reverse {
  flex-direction: row-reverse;
  padding-right: 0;
}

.features-image-left-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.nav-menu-icon {
  line-height: 1;
}

.footer-item {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.features-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav-link-2 {
  color: #5b6782;
  padding: .5rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s;
}

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

.features-icon-grid-item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #07132d;
  border-radius: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
}

.how-it-works-tab-image {
  width: 100%;
  height: 100%;
}

.banner-topv2_content {
  width: 100%;
  height: 100%;
  max-width: 50rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: flex;
}

.features-image-icon {
  display: flex;
}

.cta-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-button {
  color: #fff;
  text-align: center;
  background-color: #081631;
  border-radius: 99px;
  margin-left: 1rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.navbar-button:hover {
  background-color: #2d6ae0;
}

.features-image-right-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.features-image-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-image-item.reverse {
  text-align: right;
  align-items: flex-end;
}

.nav-logo {
  max-height: 1.5rem;
}

.features-image-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 340px 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  display: grid;
}

.section-hero {
  background-color: #020d24;
  background-image: url('../images/Group-47929.svg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.footer-bottom-link {
  color: #c0d6ff;
  padding: .5rem 0 .5rem 3rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer-bottom-link:hover {
  color: #fff;
}

.how-it-works-tag {
  color: var(--medium-violet-red);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #2d6ae0;
  border-radius: 60px;
  padding: 1rem 1.5rem;
  font-weight: 700;
  transition: background-color .2s;
}

.button-12:hover {
  background-color: #081631;
}

.button-12.is-large {
  padding: 1.25rem 2rem;
}

.button-12.is-white {
  color: #2d6ae0;
  background-color: #fff;
}

.text-custom-gray-2 {
  color: var(--black);
  font-family: Muli, sans-serif;
}

.how-it-works-content {
  width: auto;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.footer-link {
  color: #c0d6ff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .25s;
}

.footer-link:hover {
  color: #fff;
  font-weight: 700;
}

.text-color-light-blue-3 {
  color: #c0d6ff;
}

.nav-logo-link {
  line-height: 0;
}

.navbar-container {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 11rem auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-bottom-links-wrapper {
  text-align: center;
  font-weight: 600;
}

.section-features-image {
  color: #fff;
  background-color: #020d24;
  background-image: url('../images/CTA-Background.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.how-it-works-tab {
  width: auto;
  max-width: 31rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ebeef8;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 1.3rem 1.6rem;
  display: flex;
}

.how-it-works-tab.w--current {
  background-color: #fff;
  flex-direction: row;
}

.how-it-works-tab.is-last {
  border-bottom-style: none;
}

.section-features-icon {
  color: #fff;
  background-color: #020d24;
  background-image: url('../images/Seamless-Organize-BG.svg');
  background-position: 50%;
  background-size: cover;
}

.content-div {
  max-width: 32rem;
}

.features-icon-divider-2 {
  width: 100%;
  height: 2px;
  background-color: #1b2e56;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.footer-bottom-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-icon-tag-2 {
  text-transform: uppercase;
  background-color: #0a1836;
  border-radius: 6px;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-weight: 600;
}

.features-image-icon-wrapper {
  background-color: rgba(255, 92, 70, .12);
  border-radius: 99px;
  padding: .625rem;
}

.features-image-icon-wrapper.is-second {
  background-color: rgba(38, 191, 182, .12);
}

.features-image-icon-wrapper.is-fourth {
  background-color: rgba(232, 21, 122, .12);
}

.features-image-icon-wrapper.is-first {
  background-color: #091632;
}

.image-46 {
  width: 100%;
  height: 100%;
  max-width: 40rem;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.features-image-content {
  max-width: 16rem;
}

.padding-global-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-divider {
  width: 100%;
  border-bottom: 1.7px solid #3473ed;
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}

.margin-bottom-102 {
  margin-bottom: 1rem;
}

.how-it-works-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #dae2f3;
  border-radius: 9999px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  background-color: #fff;
}

.how-it-works-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-footer {
  color: #fff;
  background-color: #1b51b9;
  border-top: 1px solid #3473ed;
}

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

.margin-bottom-103 {
  margin-bottom: 2rem;
}

.banner-topv2_component {
  width: 100%;
  height: auto;
  max-width: 100vw;
  background-color: #c9fd02;
  border: 1px #000;
  position: relative;
  top: 0%;
}

.heading-25, .heading-26, .heading-27 {
  color: #000;
}

.bold-text-60 {
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
}

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

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

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

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

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

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

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

.navbar-3 {
  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 .25fr 1.5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: fixed;
}

.paragraph-75 {
  font-family: Muli, sans-serif;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 40px;
  background-color: #00f;
  background-image: linear-gradient(117deg, var(--medium-violet-red), #3f9ad3);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal-alt-css {
  font-family: Muli, sans-serif;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  font-family: Muli, sans-serif;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.paragraph-76, .link-3, .paragraph-77, .link-4 {
  color: #fff;
}

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

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

  .text-field-2 {
    border-color: rgba(255, 255, 255, .26);
  }

  .form-block-2 {
    border: 0 solid rgba(255, 255, 255, .22);
    border-radius: 1px;
  }

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

  .form-wrapper-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .form-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81));
    border: 1px solid rgba(255, 255, 255, .19);
  }

  .stack {
    flex: 1;
  }

  .questions-content {
    width: 52%;
  }

  .questions-title {
    font-size: 45px;
  }

  .questions-pictires {
    width: 44%;
    margin-left: 0%;
  }

  .questions {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .questions-img {
    max-width: 1550px;
    left: -45vw;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    margin-top: 0;
  }

  .section {
    margin-top: 100px;
  }

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

  .stack {
    flex: 1;
  }

  .feautresv3_item.is-third, .feautresv3_item.is-second {
    background-color: #000;
    background-image: linear-gradient(#000, #000);
  }

  .feautresv3_item.is-first {
    background-image: linear-gradient(#000, #000);
  }

  .navbar-3 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    margin-top: 0;
  }

  .wrap._w-custom.hero5 {
    margin-top: 100px;
  }

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

  .heading-14.main-tablet.h1-in, .heading-15.h1-in, .heading-16.main-tablet.h1-in {
    font-size: 7vh;
  }

  .container-1280, .container-1281, .container-1282 {
    justify-content: flex-start;
  }

  .background-video-3 {
    max-width: 1440px;
  }

  .container-1283, .container-1284, .container-1285 {
    justify-content: flex-start;
  }

  .stack {
    flex: 1;
    margin-right: 0;
  }

  .top-bar-container---brix {
    max-width: 1240px;
    position: relative;
  }

  .top-bar-container---brix.top-bar-2---brix {
    max-width: 1240px;
  }

  .navbar-3 {
    margin-top: 0;
  }
}

@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: var(--medium-violet-red);
  }

  .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 var(--soft-black);
    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: var(--medium-violet-red);
    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;
  }

  .wrap._w-custom.hero5 {
    height: auto;
    text-align: center;
    flex-direction: column;
    padding-top: 80px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

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

  .top-line {
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-19 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
  }

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

  .container-1143.navbar-container {
    padding-right: 24px;
  }

  .navbar-2 {
    height: 70px;
  }

  .navbar-cta-btn {
    margin-top: 15px;
    margin-left: 0;
  }

  .logo {
    width: auto;
    height: 100%;
  }

  .logo.w--current {
    z-index: 2;
    height: 25px;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .last-line {
    width: 18px;
    height: 1px;
    color: #fff;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-line {
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-5, .div-block-6 {
    max-width: 90%;
  }

  .col-6 {
    margin-bottom: 30px;
  }

  .large-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

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

  .large-heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .card-w {
    max-width: 60%;
  }

  .payout-section {
    padding-bottom: 70px;
  }

  .bank-card {
    max-width: 35%;
  }

  .payout-section-2 {
    padding-bottom: 70px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .trading-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  .churn-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .panel {
    min-height: auto;
  }

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

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

  .panel-left-col {
    padding: 50px;
  }

  .integrate-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
  }

  .cta-img {
    right: 0%;
  }

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

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

  ._6-col._6-col-last {
    width: 100%;
  }

  .hero5-image {
    margin-top: -10px;
    position: static;
  }

  .hero5-headline-wrap {
    text-align: center;
    padding-right: 0;
  }

  .heading-14 {
    padding-right: 60px;
    font-size: 60px;
  }

  .heading-14.main-tablet {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 6vh;
  }

  .heading-14.main-tablet.h1-in {
    font-size: 6vh;
  }

  .image-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-15, .heading-15.h1-in {
    font-size: 6vh;
  }

  .big-button.unseen-button {
    margin-top: 40px;
    display: block;
  }

  .section-20.full-page {
    background-position: 55% 60%;
    background-size: cover;
  }

  .heading-16 {
    padding-right: 60px;
    font-size: 60px;
  }

  .heading-16.main-tablet {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 6vh;
  }

  .heading-16.main-tablet.h1-in {
    font-size: 6vh;
  }

  .image-16 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-21.bg-photo {
    background-image: url('../images/01_krupinka_graphics_02.png');
  }

  .grid-krupa.grid-krupa-on-tab {
    background-color: #fff;
    grid-template-columns: 1fr;
  }

  .bg-white {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-white.on-tab {
    width: 100%;
    min-height: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bg-white.krupa.on-mobile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-color-blue {
    color: #224afa;
  }

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

  .heading-3-on-tab.no-margins {
    font-size: 36px;
  }

  .container-1281.bottom-120.on-tab {
    margin-top: 60px;
    margin-bottom: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-1281.bottom-120.on-tab.bot-60 {
    margin-bottom: 60px;
  }

  .text-color-black.top-30 {
    margin-top: 20px;
  }

  .heading-17.heading-2-on-tab {
    font-size: 46px;
  }

  .krupa.on-tab {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-17.on-tab-image {
    flex: 1;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .heading-18.heading-2-on-tab, .heading-19.heading-2-on-tab {
    font-size: 46px;
  }

  .about-krupynka {
    grid-template-columns: 1fr;
  }

  .grid-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-20, .heading-20.heading-2-on-tab {
    font-size: 46px;
  }

  .div-block-9, .div-block-9.smaller-pad {
    padding-right: 30px;
  }

  .text-block-7.text-color-blue {
    font-size: 18px;
    line-height: 120%;
  }

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

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

  .heading-23 {
    font-size: 30px;
  }

  .home-header_subheading {
    justify-content: center;
    display: flex;
  }

  .home-header_heading {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical.padding-medium {
    padding: 1.5rem;
  }

  .call-to-action {
    bottom: 20px;
    right: 20px;
  }

  .trigger-lottie {
    width: 24px;
    height: 24px;
  }

  .top-bar-container---brix {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-text---brix {
    max-width: 90%;
  }

  .top-bar-link---brix {
    width: 20%;
  }

  .div-block-59 {
    padding-bottom: 202px;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cursor-wrapper {
    margin-top: -45.5%;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.3em;
  }

  .padding-section-large-2 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .what-is-grid_features {
    grid-column-gap: 2rem;
  }

  .what-is-cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .what-is-description_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    margin-bottom: 4rem;
  }

  .container-large-2.height {
    height: auto;
  }

  .cta-left_content {
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .a-lot-happen-grid_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .the-posibilites-grid_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .main-cta_buttom {
    margin-left: 2.5rem;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header-grid_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 6rem;
  }

  .header_image {
    height: auto;
    max-height: none;
  }

  .the-future-features_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .a-lot-hppen-grid_item {
    width: 100%;
  }

  .main-wrapper {
    padding-top: 4rem;
  }

  .lthe-future-features_grid {
    width: 100%;
    grid-column-gap: 2rem;
  }

  .logo-list {
    width: auto;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .the-possibilites-right_content {
    max-width: none;
  }

  .header-form_button {
    margin-left: 2.5rem;
  }

  .featuresv3_items-container {
    width: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featuresv3_content {
    max-width: 100%;
  }

  .featuresv3_grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: start;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-1287 {
    flex-direction: column;
    display: flex;
  }

  .questions-answer-wrapper {
    height: 0;
  }

  .questions-content {
    width: 100%;
    min-width: 100%;
    text-shadow: 1px 0 #000;
  }

  .faq-bckg2 {
    z-index: -5;
    filter: blur(150px);
    display: block;
    top: auto;
    bottom: -100px;
    left: -15px;
  }

  .questions-title {
    font-size: 28px;
  }

  .questions-pictires {
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .questions {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .coin {
    color: #fff;
  }

  .coin.baks {
    left: auto;
    right: 90px;
  }

  .coin.bitcoin {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .questions-img {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: none;
    left: auto;
    right: -500px;
  }

  .section_featuresv3 {
    height: 2500px;
  }

  .featuresv3_sticky-container {
    top: 0%;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-61 {
    padding-bottom: 220px;
  }

  .footer-email2_nav-links {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footerv2_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   / .75fr .75fr .75fr;
    grid-auto-flow: column;
  }

  .footerv2_bottom-text {
    padding-left: 1.2rem;
  }

  .footer-standard_social-wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .footerv2_newsletter-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footerv1_bottom-container-copy {
    align-items: center;
  }

  .footer-standard_left-content {
    margin-right: 0;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-medium_right-text {
    flex: none;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

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

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content3-text-wrap {
    text-align: center;
  }

  ._6-col-last {
    width: auto;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .section-24 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .content21-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content21-image {
    min-height: 460px;
    background-position: 50% 0;
  }

  .content21-content-wrap {
    margin-top: 20px;
    margin-bottom: -30px;
    padding-right: 0;
  }

  .content21-content-wrap.content21-rght-column {
    margin-top: 0;
    padding-left: 0;
  }

  .content21-item-wrap {
    margin-bottom: 20px;
  }

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

  .footerv2_grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   / .75fr .75fr .75fr;
    grid-auto-flow: column;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footerv2_grid-3, .footerv2_grid-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   / .75fr .75fr .75fr;
    grid-auto-flow: column;
  }

  .price-grid {
    max-width: 480px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block {
    margin-top: 0;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-text_wrap.is-large {
    height: 1rem;
  }

  .padding-global-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-70 {
    max-width: 45rem;
  }

  .pricing_section-wrap {
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing_card-small {
    padding: 1.5rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-10.is-large {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .about_grid {
    max-width: 45rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-99 {
    margin-bottom: 3rem;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .features-icon-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-grid {
    grid-template-columns: auto auto auto;
  }

  .features-image {
    background-size: contain;
    margin-top: 3rem;
  }

  .features-component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nav-link-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .banner-topv2_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .navbar-button {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .features-image-component {
    grid-template-columns: 1.25fr 1.25fr;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .footer-bottom-link {
    padding-left: 1.2rem;
  }

  .footer-right-content {
    flex: none;
  }

  .nav-logo-link {
    margin-right: auto;
  }

  .navbar-container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .footer-bottom-links-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .content-div {
    max-width: 45rem;
  }

  .nav-menu-button {
    color: #fff;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav-menu-button.w--open {
    color: #fff;
    background-color: rgba(200, 200, 200, 0);
  }

  .footer-bottom-container {
    align-items: center;
  }

  .how-it-works-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .navbar-menu {
    text-align: left;
    background-color: #020d24;
    margin-left: 0;
    margin-right: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .banner-topv2_component {
    width: 100%;
  }

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

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

  .icon-btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .logo {
    padding-left: 0;
  }

  .track-wrapper {
    margin-top: 60px;
  }

  .col-6 {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .large-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .large-heading {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .large-heading._w-70 {
    max-width: 100%;
  }

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

  .feature-text-wrapper {
    max-width: 100%;
  }

  .card-w {
    max-width: 50%;
  }

  .payout-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .bank-card {
    left: 12%;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .payout-section-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .tabs_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .trading-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section-subtitle {
    font-size: 16px;
  }

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

  .trading-tab-link {
    padding: 10px 15px;
    font-size: 16px;
  }

  .churn-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading-wrapper {
    margin-bottom: 30px;
  }

  .panel-text-wrapper {
    max-width: 100%;
  }

  .panel-heading {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .panel {
    flex-direction: column;
  }

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

  .client-logo {
    width: 50%;
  }

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .panel-left-col {
    max-width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 30px;
  }

  .description {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .panel-right-col {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .integrate-section, .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }

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

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

  ._6-col {
    margin-right: 0;
  }

  .heading-14 {
    font-size: 42px;
  }

  .heading-14.main-tablet {
    margin-bottom: 30px;
    font-size: 6vh;
  }

  .heading-15 {
    color: #224afa;
    margin-bottom: 60px;
    font-size: 6vh;
  }

  .heading-15.h1-in {
    margin-bottom: 0;
  }

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

  .div-block-42 {
    flex-direction: column;
    display: flex;
  }

  .big-button.unseen-button {
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    display: flex;
  }

  .section-20.full-page {
    background-position: 50%;
    padding-top: 60px;
  }

  .heading-16 {
    font-size: 42px;
  }

  .heading-16.main-tablet {
    margin-bottom: 30px;
    font-size: 6vh;
  }

  .container-1280.mail-screen {
    flex: 1;
    align-items: center;
    padding-top: 0;
  }

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

  .div-block-48 {
    flex-direction: column;
    display: flex;
  }

  .bg-white.on-tab.mob-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-white.krupa.on-mobile.mob-paddings {
    padding: 40px 20px;
  }

  .heading-3-on-tab.no-margins.mobile-h3 {
    font-size: 26px;
  }

  .text-color-black.top-30.mobile-text {
    font-size: 18px;
    line-height: 120%;
  }

  .heading-17.heading-2-on-tab.mobile-h2 {
    font-size: 32px;
  }

  .image-17.on-tab-image.mob-paddings {
    padding-bottom: 20px;
  }

  .background-video-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .background-video-2.mobile-bigger {
    height: 350px;
  }

  .background-video-2.mobile-bigger.mobile-smaller {
    height: 320px;
    max-height: 500px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-1282.no-top {
    flex-direction: row;
    align-items: center;
  }

  .container-1282.no-top.unseen.seen {
    display: none;
  }

  .button-3.additional-button {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3.additional-button.big-button {
    font-size: 24px;
  }

  .image-18.image-on-tab {
    max-width: 100px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-49.card-on-tab {
    padding: 30px;
  }

  .text-block-6.text-on-tab {
    font-size: 24px;
  }

  .div-block-17.mobile-grid-krupynka {
    flex-direction: column;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical.padding-medium {
    padding: 1.25rem;
  }

  .call-to-action {
    bottom: 20px;
    right: 20px;
  }

  .top-bar-wrapper---brix {
    font-size: 16px;
  }

  .top-bar-container---brix {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-container---brix.top-bar-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-text---brix {
    max-width: 85%;
  }

  .top-bar-link---brix {
    width: 25%;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .vertical-scroll-wrapper {
    height: 2.34375rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .heading-large {
    font-size: 1.875rem;
  }

  .cursor-wrapper {
    margin-top: -62%;
  }

  .heading-wrapper {
    height: 60vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20%;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 55px;
  }

  .padding-section-large-2 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .what-is-grid_features {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .what-is-cta_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .what-is-description_content {
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 1rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-left_content {
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .a-lot-happen-grid_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo-3 {
    max-height: 3rem;
  }

  .the-posibilites-grid_component {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .main-cta_buttom {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-feature_item {
    flex-direction: column;
  }

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

  .cta_content.background-color-gradient {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header-grid_component {
    padding-top: 4rem;
  }

  .user-row_text {
    width: 16.875rem;
    white-space: normal;
  }

  .the-future-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lthe-future-features_grid {
    grid-row-gap: 3rem;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo-list {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .header-form_button {
    margin-left: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-text.featuresv3-heading {
    max-width: 25rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .featuresv3_grid {
    align-items: flex-start;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .questions-title {
    font-size: 32px;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footerv2_grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .footer-standard_social-wrapper {
    margin-top: 0;
  }

  .footerv1_bottom-container-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-standard_left-content {
    flex-direction: column;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  ._6-col-2 {
    margin-right: 0;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .content21-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

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

  .footerv2_grid-2 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footerv2_grid-3, .footerv2_grid-4 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-card {
    padding: 32px;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-xsmall {
    font-size: .625rem;
    line-height: 1rem;
  }

  .text-size-small-3 {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .pricing_section-wrap {
    max-width: 25rem;
  }

  .icon-1x1 {
    width: .875rem;
    height: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .container-40 {
    max-width: 32rem;
  }

  .about_grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .pricing-card-feature.mobile {
    display: flex;
  }

  .features-icon-grid-item {
    padding: 2rem;
  }

  .margin-bottom-99 {
    margin-bottom: 2rem;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-icon-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-image {
    margin-top: 1rem;
  }

  .features-image-text-div.is-reverse {
    text-align: left;
    flex-direction: row;
  }

  .features-image-left-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .nav-link-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features-icon-grid-item-2 {
    padding: 2rem;
  }

  .banner-topv2_content {
    padding: 1rem;
  }

  .navbar-button {
    margin-left: 1.25rem;
  }

  .features-image-right-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-image-item.reverse {
    text-align: left;
    align-items: flex-start;
  }

  .features-image-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-image-content {
    max-width: 20rem;
  }

  .padding-global-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .how-it-works-component {
    justify-items: start;
  }

  .banner-topv2_component {
    height: auto;
  }
}

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

  .div-content-main {
    align-items: center;
  }

  .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 {
    align-content: center;
    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;
  }

  .opacity-down {
    padding-bottom: 5%;
    padding-right: 5%;
  }

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

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

  .wrap._w-custom.hero5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .paragraph-3 {
    width: 100%;
  }

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

  .icon-btn {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-wrapper {
    margin-right: -146px;
    padding-right: 0;
  }

  .section-19 {
    margin-top: 14px;
  }

  .container-1143 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-9 {
    margin-top: -6px;
  }

  .track-wrapper {
    margin-top: 40px;
  }

  .col-6 {
    max-width: 100%;
    margin-bottom: 0;
  }

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

  .large-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

  .container-1144 {
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .large-heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
  }

  .large-heading.mb-20 {
    line-height: 1.3;
    overflow: hidden;
  }

  .feature-text-wrapper {
    margin-bottom: 20px;
  }

  .payout-section, .payout-section-2 {
    padding-top: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .trading-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .tab-menu {
    display: flex;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .trading-tab-link {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .trading-tab-link.w--current {
    text-align: center;
  }

  .churn-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-heading-wrapper {
    margin-bottom: 30px;
  }

  .panel-heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .integrate-panels-wrapper {
    grid-row-gap: 20px;
  }

  .client-section-02 {
    padding-bottom: 0;
  }

  .client-logo {
    width: 100%;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .panel-left-col {
    margin-bottom: 10px;
    padding: 20px;
  }

  .description {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.25;
  }

  .integrate-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-subtitle {
    font-size: 16px;
  }

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

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

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  ._6-col {
    flex: 0 auto;
    padding-right: 0;
  }

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

  .bold-text-2 {
    font-size: 52px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 42px;
  }

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

  .div-block-45 {
    justify-content: center;
    align-items: stretch;
    padding-top: 10vh;
    padding-left: 1%;
    padding-right: 1%;
  }

  .heading-14 {
    padding-right: 0;
  }

  .heading-14.main-tablet {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 4.5vh;
  }

  .heading-14.main-tablet.h1-in {
    font-size: 4.5vh;
  }

  .heading-15 {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 4.5vh;
  }

  .heading-15.h1-in {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 4.5vh;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .big-button.unseen-button {
    margin-top: 15vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-20.full-page {
    background-image: linear-gradient(rgba(0, 0, 0, .33), #0e0e0e), url('../images/Frame-328.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-46 {
    justify-content: center;
    align-items: stretch;
    padding-top: 10vh;
    padding-left: 1%;
    padding-right: 1%;
  }

  .heading-16 {
    padding-right: 0;
  }

  .heading-16.main-tablet {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 4.5vh;
  }

  .heading-16.main-tablet.h1-in {
    font-size: 4.5vh;
  }

  .container-1280 {
    padding-top: 30px;
  }

  .container-1280.mail-screen {
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .section-21.unseen {
    display: block;
  }

  .grid-krupa.grid-krupa-on-tab {
    grid-row-gap: 15px;
    background-color: rgba(0, 0, 0, 0);
  }

  .bg-white.on-tab.mob-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .container-1281 {
    padding-top: 30px;
  }

  .container-1281.top-120 {
    margin-top: 60px;
  }

  .container-1281.top-120.notop.top-90 {
    padding-top: 30px;
  }

  .container-1281.top-120.notop.top-90.top-60 {
    margin-top: 0;
    padding-top: 60px;
  }

  .container-1281.bottom-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .container-1281.bottom-120.on-tab {
    color: rgba(0, 0, 0, 0);
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .text-color-black {
    font-size: 18px;
    line-height: 120%;
  }

  .heading-17.heading-2-on-tab.mobile-h2 {
    margin-bottom: 0;
  }

  .image-17.on-tab-image.mob-paddings {
    padding-bottom: 0;
  }

  .background-video-2 {
    height: auto;
    max-width: 1240px;
    min-height: 180px;
  }

  .background-video-2.mobile-bigger.mobile-smaller {
    height: auto;
    min-height: 200px;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .background-video-2.mobile-bigger.mobile-smaller.mob-top {
    margin-bottom: 90px;
  }

  .background-video-2.mobile-bigger.mobile-smaller.mob-top._120 {
    margin-bottom: 120px;
  }

  .background-video-2.mobile-bigger.mobile-smaller.mob-top._120._60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .background-video-2.mobile-bigger.mobile-smaller.mob-top._120._60._90-90 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-1282 {
    padding-top: 30px;
  }

  .container-1282.video.t-p-90.b-p-90.b-m-90 {
    margin-bottom: 0;
  }

  .button-3 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3.additional-button.big-button {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18.heading-2-on-tab.mobile-h2, .heading-19.heading-2-on-tab.mobile-h2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .container-1283 {
    padding-top: 30px;
  }

  .container-1283.t-p-90.t-60 {
    padding-top: 60px;
  }

  .container-1283.bottom-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .container-1283.bottom-120.top-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-1283.bottom-120.top-30._30 {
    padding-top: 30px;
  }

  .image-18.image-on-tab.image-on-mobile {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .div-block-49.card-on-tab {
    flex: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-6.text-on-mobile {
    text-align: left;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-6.text-on-tab.text-on-mobile {
    text-align: left;
  }

  .div-block-17.mobile-grid-krupynka {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-1284 {
    padding-top: 30px;
  }

  .container-1284.top-20 {
    padding-top: 20px;
  }

  .container-1284.top-20.t-30 {
    padding-top: 30px;
  }

  .container-1284.top-60 {
    margin-top: 0;
    padding-top: 60px;
  }

  .container-1284.top-60._90 {
    padding-top: 90px;
  }

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

  .heading-20.heading-2-on-tab.mobile-h2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-53 {
    padding-left: 20px;
  }

  .image-32 {
    width: 100%;
  }

  .div-block-54 {
    padding-left: 20px;
  }

  .div-block-9 {
    padding-top: 0;
    padding-left: 20px;
  }

  .div-block-9.lunch {
    padding-top: 30px;
  }

  .div-block-9.lunch.unseen {
    display: none;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .div-block-56.lunch {
    background-position: 30%;
  }

  .image-28 {
    width: 100%;
  }

  .div-block-57 {
    padding-left: 20px;
  }

  .text-block-7.text-color-blue {
    margin-bottom: 0;
  }

  .div-block-58 {
    padding-left: 20px;
  }

  .container-1285 {
    padding-top: 30px;
  }

  .div-block-52, .div-block-51 {
    padding-left: 20px;
  }

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

  .div-block-8 {
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .div-block-8.lunch {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-10 {
    padding: 0;
  }

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

  .button_social {
    text-align: center;
  }

  .stack {
    margin-right: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .call-to-action {
    z-index: 9999;
    bottom: 12px;
    right: 12px;
  }

  .bold-text-57 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
  }

  .top-bar-container---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-container---brix.top-bar-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-text---brix {
    max-width: 100%;
  }

  .top-bar-link---brix {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .div-block-59 {
    padding-bottom: 277px;
  }

  .section-22 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cursor-wrapper {
    margin-top: -105%;
  }

  .heading-wrapper {
    height: 60vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 50%;
  }

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

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .what-is-grid_features, .what-is-description_content {
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .a-lot-happen-grid_component, .the-posibilites-grid_component {
    grid-template-columns: 1fr;
  }

  .imgage-wrapper {
    display: flex;
  }

  .user-total.z-5 {
    left: -5rem;
  }

  .cta_content, .header-grid_component {
    grid-template-columns: 1fr;
  }

  .user-row_text-wrapper {
    position: static;
  }

  .user-row_text {
    width: auto;
    top: 141%;
    bottom: -146%;
    left: 0%;
    right: auto;
  }

  .the-future-features_component {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .user-avatar.z-1 {
    left: -3vw;
  }

  .user-avatar.z-3 {
    left: -3rem;
  }

  .user-avatar.z-4 {
    left: -4rem;
  }

  .user-avatar.z-2 {
    left: -2rem;
  }

  .lthe-future-features_grid {
    grid-template-columns: 1fr;
  }

  .logo-list {
    justify-content: center;
  }

  .image-33 {
    object-fit: contain;
  }

  .image-33.z-3 {
    height: auto;
  }

  .header-form_button {
    width: auto;
    margin-left: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featuresv3_grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .questions-title {
    font-size: 25px;
  }

  .div-block-61 {
    padding-bottom: 320px;
  }

  .footerv2_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row dense;
  }

  .footerv2_bottom-text {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .footerv2_subscribe {
    width: 100%;
    border-radius: 6px;
    position: relative;
    right: 0;
  }

  .footerv1_bottom-container-copy {
    flex-direction: column-reverse;
    align-items: center;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .bold-text-58 {
    width: 60%;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .content21-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .content21-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .footerv2_grid-2, .footerv2_grid-3, .footerv2_grid-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row dense;
  }

  .price-block {
    padding: 32px;
  }

  .content-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-icon-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button-wrap, .button-wrap.center {
    flex-wrap: wrap;
  }

  .logo-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .features-image {
    height: 25rem;
    margin-top: 0;
  }

  .features-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .banner-topv2_content {
    padding: 1.5rem 2rem;
  }

  .cta-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom-link {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .navbar-container {
    grid-template-columns: auto max-content;
  }

  .footer-bottom-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .how-it-works-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

#w-node-bb1176e0-46a7-555d-6fb7-6ec1b1937246-2c7ca5e0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
  justify-self: center;
}

#w-node-bb1176e0-46a7-555d-6fb7-6ec1b1937247-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-bb1176e0-46a7-555d-6fb7-6ec1b1937249-2c7ca5e0 {
  grid-area: 1 / 3 / 2 / 6;
  justify-self: end;
}

#w-node-bb1176e0-46a7-555d-6fb7-6ec1b193724e-2c7ca5e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bb1176e0-46a7-555d-6fb7-6ec1b193724f-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-efd70744-6935-6ae9-d701-28f79548dc30-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc34-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc35-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc3b-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc3f-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc40-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc46-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc4a-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc4b-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc51-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc55-2c7ca5e0, #w-node-efd70744-6935-6ae9-d701-28f79548dc56-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e9e9613-46e9-fedc-9453-94594d20af9b-2c7ca5e0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2e9e9613-46e9-fedc-9453-94594d20af9c-2c7ca5e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e9e9613-46e9-fedc-9453-94594d20afa1-2c7ca5e0, #w-node-_2e9e9613-46e9-fedc-9453-94594d20afc3-2c7ca5e0, #w-node-_2e9e9613-46e9-fedc-9453-94594d20aff4-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3b4-2c7ca5e0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3b5-2c7ca5e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3ba-2c7ca5e0, #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3dd-2c7ca5e0, #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd403-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9a-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Telephone.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9c-2c7ca5e0 {
  align-self: start;
  justify-self: center;
}

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9d-2c7ca5e0 {
  justify-self: center;
}

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9e-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Name-5.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa3-2c7ca5e0, #Email.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa5-2c7ca5e0, #Telefone.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa7-2c7ca5e0, #name-4.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa9-2c7ca5e0, #name-4.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efab-2c7ca5e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efae-2c7ca5e0, #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8eb-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ef-2c7ca5e0, #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8f1-2c7ca5e0 {
  justify-self: center;
}

#w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0e-2c7ca5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a12-2c7ca5e0, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a14-2c7ca5e0 {
  justify-self: center;
}

#w-node-_5fe126fe-4c4c-abfb-2921-c463aafb4036-4f1a1e7c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
  justify-self: center;
}

#w-node-_5fe126fe-4c4c-abfb-2921-c463aafb4037-4f1a1e7c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_5fe126fe-4c4c-abfb-2921-c463aafb4039-4f1a1e7c {
  grid-area: 1 / 3 / 2 / 6;
  justify-self: end;
}

#w-node-_5fe126fe-4c4c-abfb-2921-c463aafb403e-4f1a1e7c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5fe126fe-4c4c-abfb-2921-c463aafb403f-4f1a1e7c {
  grid-area: 1 / 5 / 2 / 6;
}

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

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

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

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

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

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

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

#w-node-_14d83f41-a50d-5455-7079-154f7163ccb1-4f1a1e7c, #w-node-_14d83f41-a50d-5455-7079-154f7163ccb8-4f1a1e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14d83f41-a50d-5455-7079-154f7163cd0e-4f1a1e7c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_14d83f41-a50d-5455-7079-154f7163cd2a-4f1a1e7c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14d83f41-a50d-5455-7079-154f7163cd36-4f1a1e7c, #w-node-_14d83f41-a50d-5455-7079-154f7163cd3f-4f1a1e7c, #w-node-_14d83f41-a50d-5455-7079-154f7163cd48-4f1a1e7c, #w-node-_14d83f41-a50d-5455-7079-154f7163cd4a-4f1a1e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9a-4f1a1e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#wf-form-Telephone.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9c-4f1a1e7c {
  align-self: start;
  justify-self: center;
}

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9d-4f1a1e7c {
  justify-self: center;
}

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0ef9e-4f1a1e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Name-5.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa3-4f1a1e7c, #Email.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa5-4f1a1e7c, #Telefone.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa7-4f1a1e7c, #name-4.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efa9-4f1a1e7c, #name-4.w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efab-4f1a1e7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dfc7f2b-ae35-ffea-64c1-51168eb0efae-4f1a1e7c, #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8eb-4f1a1e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ef-4f1a1e7c, #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8f1-4f1a1e7c {
  justify-self: center;
}

#w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0e-4f1a1e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a12-4f1a1e7c, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a14-4f1a1e7c {
  justify-self: center;
}

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

@media screen and (max-width: 991px) {
  #w-node-bb1176e0-46a7-555d-6fb7-6ec1b1937247-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

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

  #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ea-2c7ca5e0, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0d-2c7ca5e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5fe126fe-4c4c-abfb-2921-c463aafb4037-4f1a1e7c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163ccb8-4f1a1e7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163ccba-4f1a1e7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163cd0e-4f1a1e7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163cd2a-4f1a1e7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163cd48-4f1a1e7c {
    grid-area: 2 / 1 / 3 / 3;
  }

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

  #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ea-4f1a1e7c, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0d-4f1a1e7c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb1176e0-46a7-555d-6fb7-6ec1b1937247-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_2e9e9613-46e9-fedc-9453-94594d20af9b-2c7ca5e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2e9e9613-46e9-fedc-9453-94594d20af9c-2c7ca5e0, #w-node-_2e9e9613-46e9-fedc-9453-94594d20afa1-2c7ca5e0, #w-node-_2e9e9613-46e9-fedc-9453-94594d20afc3-2c7ca5e0, #w-node-_2e9e9613-46e9-fedc-9453-94594d20aff4-2c7ca5e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3b4-2c7ca5e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3b5-2c7ca5e0, #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3ba-2c7ca5e0, #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd3dd-2c7ca5e0, #w-node-c70dc3ec-7d1c-aa78-ac8c-99296e1bd403-2c7ca5e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ea-2c7ca5e0, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0d-2c7ca5e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5fe126fe-4c4c-abfb-2921-c463aafb4037-4f1a1e7c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163cd35-4f1a1e7c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163cd48-4f1a1e7c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_14d83f41-a50d-5455-7079-154f7163cd49-4f1a1e7c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ea-4f1a1e7c, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0d-4f1a1e7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb1176e0-46a7-555d-6fb7-6ec1b1937247-2c7ca5e0 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ea-2c7ca5e0, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0d-2c7ca5e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5fe126fe-4c4c-abfb-2921-c463aafb4037-4f1a1e7c {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-_7be03224-9f94-4286-ac43-cb5e410dd8ea-4f1a1e7c, #w-node-_5a7664d7-67e9-71dc-28c4-cf00563e1a0d-4f1a1e7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


