@font-face {
  font-family: Khorla;
  src: url('../fonts/Khorla.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue-violet: #6e2ed8;
  --black: black;
  --azul-corredor: #0164ff;
  --verde-corredor: #03ff9a;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: var(--white);
  font-family: Khorla, Arial, sans-serif;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  -webkit-text-fill-color: inherit;
  background-color: #06f;
  background-image: url('../images/dobras-do-site1.png');
  background-position: 40% 40%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 47px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  color: #00ff9a;
  background-color: #00ff9a;
  background-image: linear-gradient(#0065ff, #03ff9a 47%);
  margin-top: 102px;
  margin-bottom: -113px;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/dobra-ABS.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 88px;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0065ff;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ff4340;
  border-radius: 200px;
  margin-right: 0;
  padding: 15px 50px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #008ae7;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  object-fit: fill;
  flex: none;
  max-width: 100%;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  white-space: normal;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-link:active {
  background-color: #03ff9a;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  flex: 0 auto;
  max-width: 94%;
  height: 83vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #06f;
  font-family: Khorla, Arial, sans-serif;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  justify-content: center;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  margin-right: 0;
  padding-right: 169px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 29px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #00ff9a;
  justify-content: center;
  align-items: center;
  margin-bottom: 98px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  white-space: normal;
}

.nav-menu-2:hover {
  color: #03ff9a;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  margin-right: 500px;
  padding-right: 137px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 8vh;
}

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

.heading-4-branco {
  color: #06f;
  font-family: Khorla, Arial, sans-serif;
  font-size: 41px;
}

.image-6 {
  max-width: 90%;
  margin-bottom: 113px;
}

.image-7 {
  max-width: 80%;
  margin-top: -94px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

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

.image-8 {
  max-width: 50%;
}

.heading-5 {
  color: var(--blue-violet);
}

.text-field {
  padding-bottom: 154px;
}

.heading-6 {
  color: var(--black);
  font-size: 4vh;
  font-weight: 700;
}

.heading-7 {
  color: var(--black);
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
  font-size: 4vh;
}

.section-2 {
  background-image: url('../images/fundo-big-numbers.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-field-2 {
  border-radius: 20px;
  padding-bottom: 149px;
}

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

.submit-button {
  background-color: #06f;
  border-radius: 200px;
  padding: 15px 50px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 16px;
}

.submit-button:hover {
  color: #0164ff;
  background-color: #03ff9a;
}

.heading-9 {
  color: #31557a;
  font-family: Khorla, Arial, sans-serif;
  font-weight: 400;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--white);
}

.form-3 {
  object-fit: fill;
  object-position: 50% 50%;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.image-9 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.heading-10 {
  color: #06f;
  text-align: center;
  margin-top: 41px;
  margin-bottom: -82px;
  padding-top: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 4vh;
  display: block;
}

.paragraph-2, .paragraph-3 {
  color: #06f;
  font-family: Khorla, Arial, sans-serif;
}

.column-2 {
  margin-top: 69px;
}

.heading-11 {
  color: #06f;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
  font-size: 6vh;
}

.heading-12 {
  color: #03ff9a;
  text-align: center;
  margin-top: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.heading-13 {
  color: var(--black);
}

.heading-14 {
  color: #0164ff;
  text-align: center;
  margin-top: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 3vh;
  line-height: 5vh;
}

.heading-15 {
  color: var(--azul-corredor);
  text-align: center;
  margin-top: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.heading-16 {
  color: var(--verde-corredor);
  text-align: center;
  margin-top: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 3vh;
  line-height: 3vh;
}

.heading-17 {
  color: #03ff9a;
  text-align: center;
  margin-top: 0;
  font-family: Khorla, Arial, sans-serif;
  font-size: 3vh;
  line-height: 5vh;
}

.heading-18 {
  color: #0164ff;
  text-align: center;
  padding-top: 20px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 4vh;
}

.section-3 {
  margin-top: 80px;
}

.section-4 {
  background-color: #00ff9a;
}

.heading-19 {
  color: #06f;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 6vh;
}

.column-3 {
  padding-left: 140px;
  padding-right: 40px;
}

.column-4 {
  padding-left: 40px;
  padding-right: 140px;
}

.section-5 {
  margin-top: 140px;
}

.paragraph-4, .paragraph-5 {
  color: #06f;
  font-family: Urbanist, sans-serif;
}

.headline-4 {
  color: #0065ff;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
  font-size: 7vh;
}

.image-10 {
  max-width: 80%;
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.columns {
  margin-bottom: 66px;
}

.heading-4-branco-copy {
  color: #06f;
  font-family: Khorla, Arial, sans-serif;
  font-size: 41px;
}

.heading-4-branco-copy-copy {
  color: var(--white);
  font-family: Khorla, Arial, sans-serif;
  font-size: 41px;
}

.heading-20 {
  color: #0065ff;
  text-align: center;
  margin-top: 69px;
  font-family: Khorla, Arial, sans-serif;
  font-size: 7vh;
  display: block;
}

.image-12, .image-13, .image-14, .image-15 {
  max-width: 70%;
}

.column-5 {
  justify-content: center;
  margin-bottom: 82px;
  display: flex;
}

.column-6, .column-7, .column-8 {
  justify-content: center;
  display: flex;
}

.heading-21 {
  color: #03ff9a;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.heading-22 {
  color: #0164ff;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.heading-23 {
  color: var(--azul-corredor);
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.heading-24 {
  color: var(--verde-corredor);
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.heading-25 {
  color: #03ff9a;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.column-9, .column-10 {
  padding-top: 20px;
}

.paragraph-6 {
  color: #0065ff;
  margin-bottom: 60px;
  font-family: Urbanist, sans-serif;
}

.container-2 {
  margin-top: -50px;
  padding-top: 0;
}

.heading-26 {
  color: #0065ff;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
  font-size: 4vh;
}

.paragraph-7 {
  color: #0065ff;
  margin-top: -35px;
  font-family: Urbanist, sans-serif;
}

.container-3 {
  margin-top: -16px;
}

.image-16 {
  max-width: 80%;
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-27 {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 60px;
}

.heading-28 {
  text-align: center;
  margin-top: -101px;
  margin-bottom: 60px;
}

.paragraph-8 {
  color: #0065ff;
  margin-bottom: 22px;
  font-family: Urbanist, sans-serif;
}

.heading-29 {
  color: #0164ff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
  font-family: Khorla, Arial, sans-serif;
}

.heading-30, .heading-31 {
  color: #0065ff;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.paragraph-9 {
  color: #0065ff;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-32 {
  color: #0164ff;
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.heading-33 {
  color: #0164ff;
  text-align: center;
  margin-top: 82px;
  font-family: Khorla, Arial, sans-serif;
}

.paragraph-10 {
  color: #0164ff;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
}

.section-6 {
  background-image: linear-gradient(#0065ff, #03ff9a);
  margin-top: 80px;
}

.heading-34 {
  color: var(--white);
  text-align: center;
  padding-top: 83px;
  font-family: Khorla, Arial, sans-serif;
}

.heading-35 {
  color: #0065ff;
  text-align: center;
  margin-top: 80px;
  font-family: Khorla, Arial, sans-serif;
}

.heading-36 {
  text-align: center;
  font-family: Khorla, Arial, sans-serif;
}

.container-5 {
  text-align: center;
}

.nav-link-2, .nav-link-3 {
  color: var(--white);
  padding-top: 20px;
  font-family: Khorla, Arial, sans-serif;
}

.nav-link-4 {
  color: var(--white);
  padding-top: 20px;
}

.nav-link-5 {
  color: var(--white);
  padding-top: 20px;
  font-family: Khorla, Arial, sans-serif;
}

.image-17 {
  object-fit: fill;
  max-width: 100%;
  margin-top: -41px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.button-2 {
  background-color: #06f;
  border-radius: 20px;
  padding: 10px 20px;
}

.button-2:hover {
  background-color: var(--verde-corredor);
  color: var(--azul-corredor);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    padding-top: 35vh;
    padding-bottom: 200px;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
    margin-top: 123px;
    padding-top: 91px;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .image-5 {
    max-width: 70%;
  }

  .heading-19 {
    margin-top: -91px;
  }

  .paragraph-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-7 {
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .paragraph-9, .paragraph-10 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    background-position: 20%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 12vh;
    padding-bottom: 12vh;
    padding-left: 0;
  }

  .section.wide.img {
    margin-top: 32px;
    margin-bottom: -120px;
  }

  .section.wide.purple {
    margin-top: 38px;
    margin-bottom: -22px;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
    margin-top: 0;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    object-fit: scale-down;
    object-position: 50% 50%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bottom-image-wrap {
    margin-top: 200px;
    padding-top: 136px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .image-5 {
    max-width: 50%;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-4-branco {
    font-size: 34px;
  }

  .image-6 {
    margin-top: -41px;
    margin-bottom: 126px;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .image-8 {
    max-width: 66%;
  }

  .heading-8 {
    margin-top: -44px;
  }

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

  .heading-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 20px;
  }

  .image-9 {
    max-width: 75%;
  }

  .heading-12, .heading-14, .heading-15, .heading-16, .heading-17 {
    margin-top: -13px;
  }

  .heading-19 {
    margin-top: -82px;
    font-size: 5vh;
    line-height: 44px;
  }

  .headline-4 {
    margin-top: -82px;
    font-size: 4vh;
  }

  .image-10 {
    margin-top: 13px;
    padding-top: 0;
  }

  .heading-4-branco-copy-copy {
    margin-top: -60px;
    font-size: 22px;
    line-height: 27px;
  }

  .heading-20 {
    font-size: 4vh;
  }

  .image-13 {
    padding-top: 0;
  }

  .paragraph-6 {
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-7 {
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-16 {
    margin-top: 6px;
  }

  .heading-27 {
    text-align: center;
    margin-top: -139px;
    font-size: 22px;
  }

  .heading-28 {
    text-align: center;
    margin-top: -85px;
    font-size: 22px;
    line-height: 33px;
  }

  .paragraph-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-29 {
    font-size: 25px;
    line-height: 30px;
  }

  .container-4 {
    margin-top: -28px;
    padding-top: 0;
  }

  .div-block-13 {
    display: block;
  }

  .heading-31 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-9 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-33 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-10 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-34 {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .container-5 {
    margin-top: -35px;
    padding-top: 0;
  }

  .image-17 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    margin-top: -6px;
  }
}


@font-face {
  font-family: 'Khorla';
  src: url('../fonts/Khorla.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}