:root {
  --black: black;
  --light-grey: #ccc;
  --white: white;
  --dark-grey: #222;
  --dim-grey: #6b6b6b;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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: #000;
  text-decoration: underline;
}

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

.section.center {
  background-color: #c29b2e;
  background-image: linear-gradient(127deg, #b649009e, #e4ab02 28%, #c76b09eb);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.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: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  flex-direction: column;
  padding-top: 4vh;
  padding-bottom: 0;
}

.section.wide.purple {
  background-color: #fcb900;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(18deg, #ac8415, #c29b2e);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.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;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #000;
  width: auto;
  height: auto;
  margin-bottom: -200px;
  padding: 0 10vw;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

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

.nav-inner {
  background-color: #0000;
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  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;
  background-color: #fff0;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-top: 18px;
  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-yellow {
  color: #fff;
  text-align: center;
  background-color: #c29b2e;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  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-yellow:hover {
  color: #6b6b6b;
  background-color: #fff;
}

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

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

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

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

.button-yellow.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-yellow.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-yellow.form-button.bottom {
  height: 10vh;
  margin-top: 18px;
}

.button-yellow.basement-cta {
  border: 3px none var(--black);
  background-color: #fa9e00;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 15px;
  display: flex;
}

.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 {
  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;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 16px;
  display: inline-block;
}

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

.image-2 {
  flex: none;
}

.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_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.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: var(--light-grey);
  background-color: #3898ec00;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.nav-link.phone-number {
  font-weight: 600;
}

.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 {
  height: 85vh;
  margin-top: 0;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  right: .3vw;
}

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

.black-text {
  color: #000;
  margin-bottom: 2px;
}

.black-text.bottom {
  color: #6b6b6b;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 500;
}

.hero-content {
  z-index: 90;
  border-right: 1px #000;
  flex-direction: column;
  width: 62%;
  height: 30%;
  margin-top: -1px;
  padding-left: 10vw;
  padding-right: 5vh;
  display: block;
  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;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-left: 0;
  padding-right: 0;
}

.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%;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  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-links {
  background-color: #1b1b1b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: opacity .2s;
  display: flex;
}

.footer-links:hover {
  opacity: 1;
}

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

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

.footer-link.sidkey {
  opacity: .65;
  align-items: center;
  margin-bottom: -17px;
  padding-bottom: 0;
  transition: opacity 1s;
  display: block;
  transform: translate(0);
}

.footer-link.sidkey:hover {
  opacity: 1;
}

.footer-list {
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 44px;
}

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

.form-2 {
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  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-top: 19px;
  margin-bottom: 0;
  margin-left: 17px;
  padding-left: 18px;
  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 {
  color: #c29b2e;
  font-size: 60px;
  line-height: 90px;
}

.number._5million {
  font-size: 40px;
}

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

.nav-logo-wrap {
  background-color: var(--white);
  flex: none;
  align-self: flex-start;
  height: 75px;
  min-height: auto;
  margin-right: 0;
}

.nav-menu-2 {
  margin-left: 23px;
  padding-left: 0;
  position: relative;
}

.brand {
  align-self: center;
}

.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 {
  perspective: 1157px;
  transform-origin: 0%;
  margin-top: -108px;
  margin-right: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 6vmin;
  transform: perspective(1196px);
}

.footer-2 {
  position: fixed;
}

.button-black {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  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-black:hover {
  color: #6b6b6b;
  background-color: #fff;
}

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

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

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

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

.button-black.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-black.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-black.mobile-1 {
  font-family: Lato, sans-serif;
  position: static;
}

.button-nav {
  color: #c29b2e;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  margin-top: 29px;
  margin-left: 1px;
  margin-right: 6px;
  padding: 5px 10px 5px 7px;
  font-size: 13px;
  font-style: normal;
  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-nav:hover {
  color: #6b6b6b;
  background-color: #fff;
}

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

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

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

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

.button-nav.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-nav.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-nav.phone {
  margin: 24px 0 24px 8px;
  padding-top: 4px;
  padding-right: 6px;
}

.heading-4 {
  color: #000;
}

.heading-5 {
  color: #000;
  text-align: center;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gothic A1, sans-serif;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.heading-5.smaller, .heading-5.smaller-copy {
  font-size: 35px;
}

.link-3 {
  opacity: .5;
  color: #c29b2e;
  background-color: #c29b2e00;
  border: 0 solid #000;
  border-radius: 0;
  margin: 3px 6px;
  padding: 2px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-3:hover {
  opacity: 1;
  transform: scale(1.2);
}

.section-2 {
  float: none;
  text-align: center;
  margin: 13px 100px;
  position: static;
}

.container {
  background-image: url('../images/GTA-Map.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: visible;
}

.image-5 {
  float: left;
  max-width: 40%;
  margin-left: 133px;
  padding: 20px;
  display: inline-block;
  position: static;
}

.section-3 {
  opacity: .8;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.form-3 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 45%;
  max-width: 45%;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-field {
  width: 200px;
  max-width: none;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 0;
}

.field-label {
  max-width: none;
}

.text-field-2, .text-field-3 {
  width: 200px;
  max-width: none;
}

.field-label-2, .field-label-3 {
  max-width: none;
}

.div-block-13 {
  background-color: #c29b2e;
  width: 100%;
  min-height: 100px;
}

.heading-6 {
  float: none;
  text-align: center;
  padding: 10px 60px;
  overflow: visible;
}

.heading-6.form-title {
  width: 100%;
  font-size: 20px;
  display: flex;
}

.heading-7 {
  margin-top: 92px;
  padding-left: 21px;
  font-size: 19px;
  font-weight: 500;
}

.image-6 {
  order: -1;
  align-self: center;
  margin-top: 59px;
  padding-bottom: 0;
}

.image-6.minilogo {
  align-self: start;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.image-6.minilogo:hover {
  align-self: start;
  display: block;
}

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

.grid-2 {
  grid-row-gap: 11px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  align-self: flex-start;
  justify-items: center;
  width: auto;
  margin: 0 20px;
  padding: 20px;
}

.basement {
  color: #fa9e00;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  margin-bottom: 32px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.slide {
  text-align: left;
}

.quote {
  border-top: 2px solid #6b6b6b9e;
  flex-direction: column;
  align-items: center;
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #aaaaaab3;
}

.image-7 {
  width: 75%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.phone {
  border-right: 1.2px #000;
  margin-top: -5px;
  margin-right: 0;
  padding-right: 0;
}

.grid-3 {
  display: none;
  position: static;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: center;
  min-width: 75vw;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.grid-4.footer-links._1 {
  border-right: 0 #000;
}

.footer-list {
  border: 1px #000;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-list._1 {
  border-right-style: none;
}

.footerlinkstitle {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 500;
}

.footerlinkstext {
  color: #6b6b6b;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.footerlinkstext:hover {
  color: var(--light-grey);
}

.grid-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch;
  align-self: center;
  place-items: center;
}

.social-links.bottom {
  opacity: .5;
  padding: 5px;
  transition: opacity .2s;
}

.social-links.bottom:hover {
  opacity: 1;
  transform: scale(1.4);
}

.grid-6 {
  flex-direction: column;
  order: -1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px;
  display: flex;
}

.grid-6.social {
  margin-top: 40px;
  padding-right: 26px;
}

.image-9 {
  padding-left: 0;
  padding-right: 0;
}

.grid-7 {
  order: -1;
  grid-template-rows: auto;
}

.grid-7.footer {
  opacity: .73;
  flex-direction: row;
}

.image-10 {
  display: none;
}

.div-block-15 {
  flex-direction: row;
  display: flex;
}

.div-block-15.basement-cta {
  justify-content: center;
  margin: 10px 30px 23px;
  padding-left: 0;
}

.basement-cta {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.basement-pg {
  margin-bottom: 5px;
  padding-top: 7px;
}

.form-block-2 {
  margin-left: 18px;
  margin-right: 18px;
  padding: 23px;
  display: flex;
}

.grid-8 {
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.heading-9 {
  color: var(--dark-grey);
  justify-content: center;
  align-self: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 67px;
  font-weight: 800;
  line-height: 88px;
  display: flex;
}

.contractor {
  order: -1;
  height: 100vh;
  margin-top: 10px;
}

.grid-9 {
  grid-template-rows: auto auto auto auto;
}

.heading-10 {
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  flex-direction: row;
  order: -1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-20 {
  background-color: #1b1b1b;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-bottom {
  background-color: #1b1b1b;
  width: auto;
  margin-top: 0;
  padding-top: 10px;
}

.div-block-21 {
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.div-block-22 {
  width: 62%;
  height: auto;
}

.div-block-23 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 5px 0 0;
  padding-bottom: 30px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.image-11, .image-11:hover {
  display: block;
  position: relative;
}

.section-5 {
  background-color: #0000;
}

.background-video {
  background-color: #0009;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
}

.paragraph-3 {
  order: -1;
}

.paragraph-4 {
  order: 1;
}

.light-grey {
  color: #c29b2ec4;
  margin-top: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.section-6 {
  height: 100vh;
}

.image-12 {
  padding: 0 8px;
  position: static;
}

.div-block-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-13, .image-14, .image-15, .image-16 {
  border-radius: 11px;
  box-shadow: 6px 6px 11px #000;
}

.link-block-3 {
  box-shadow: 0 0 3px #000;
}

.pricing-image {
  margin-bottom: 28px;
  margin-left: -35px;
  margin-right: -35px;
}

.plan {
  background-color: #fff;
  border-radius: 2px;
  width: 266px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 55px 35px 5px;
  position: relative;
}

.pricing-plan-block {
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 6px;
  font-weight: 600;
}

.pricing-type-text {
  color: #636a7f;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.price-text {
  color: #282d3e;
  text-align: left;
  padding-left: 5px;
  font-size: 67px;
  line-height: 70px;
}

.includes {
  margin-bottom: 50px;
}

.currency {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: -37px;
  right: 4px;
}

.contain {
  text-align: left;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.popullar {
  background-color: #9bacbd;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.price {
  margin-bottom: 20px;
}

.button {
  color: #282d3e;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 2px solid #282d3e;
  border-radius: 3px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.button.button-filled {
  background-color: var(--white);
  color: #000;
}

.contain-text {
  color: #282d3e;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.pricing-type-title {
  color: #282d3e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.pricing-action {
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  inset: auto 0% 35px;
}

.content-wrapp-sb {
  background-color: var(--white);
  padding: 20px;
  position: relative;
  box-shadow: 0 7px 7px #0000000f;
}

.img-wrapp-sb {
  background-image: url('../images/Almacen_1200.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-wrapp-sb.suministros {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapp-sb.frescos {
  background-image: url('../images/3d-rendering-business-meeting-and-working-room-on--JFD9CC2.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapp-sb.almacen {
  background-image: url('../images/trolley-with-boxes-against-truck-male-logistic-P2Q9VH7-min.jpg');
  background-position: 43%;
  background-size: cover;
}

.img-wrapp-sb.congelados {
  background-image: url('../images/volunteers-sorting-trash-HRNQHGZ-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-sb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-sb.content-right {
  grid-column-gap: 30px;
  grid-template-rows: .25fr .5fr .5fr .25fr;
  grid-template-columns: 1fr .25fr;
  max-width: 1280px;
}

.grid-sb.content-right.productos {
  grid-template-rows: auto .5fr .5fr auto;
  grid-template-columns: .5fr .5fr;
}

.grid-sb.content-left {
  grid-column-gap: 30px;
  grid-template-rows: .25fr .5fr .5fr .25fr;
  grid-template-columns: 1fr .25fr;
  grid-auto-rows: .25fr;
  max-width: 1280px;
}

.grid-sb.content-left.productos {
  grid-template-rows: auto .5fr .5fr auto;
  grid-template-columns: .5fr .5fr;
}

.list {
  padding-left: 20px;
}

.list.right {
  margin-left: 30px;
  list-style-type: disc;
}

.section-sb {
  background-color: #ffba0b;
  background-image: url('../images/bg_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 170px;
  margin-bottom: 40px;
}

.list-wrapp {
  justify-content: flex-start;
  margin-top: 21px;
  display: flex;
}

.h1-wrapp.bottom {
  border-left: 4px solid #f29100;
  margin-top: 30px;
  text-decoration: none;
}

.text {
  white-space: break-spaces;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.6;
}

.text.card {
  text-align: left;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text.card.productos {
  color: var(--dark-grey);
  background-color: #000;
  background-color: var(--white);
  border-radius: 17px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text.card.contacto {
  color: var(--dark-grey);
}

.text.list {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.text.nosotros {
  color: #f29100;
  text-transform: none;
  text-decoration: none;
}

.h1-sb {
  color: var(--white);
  border-left: 4px solid #f29100;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 2.2em;
  line-height: 1.4;
}

.h1-sb.botton {
  color: #f29100;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

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

.section-copy.center {
  background-color: #c29b2e;
  background-image: linear-gradient(127deg, #b649009e, #e4ab02 28%, #c76b09eb);
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

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

.section-copy.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-copy.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-copy.wide.img {
  flex-direction: column;
  padding-top: 4vh;
  padding-bottom: 0;
}

.section-copy.wide.purple {
  background-color: #fcb900;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(18deg, #ac8415, #c29b2e);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

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

.heading-11 {
  text-transform: uppercase;
  font-size: 3.1em;
  line-height: 1.4;
}

.heading-11.map {
  color: #f29100;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
}

.heading-11.footer {
  color: #f29100;
  background-color: #0000;
  margin-bottom: 19px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.8em;
}

.heading-11.images {
  color: #f29100;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
}

.hero-2.nosotros {
  background-image: url('../images/bg_footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-2.nosotros.img {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 65vh;
}

.text-container {
  width: 50%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
}

.text-container.nosotros {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 0;
  display: inline;
}

.sub_heading {
  white-space: nowrap;
  background-image: url('../images/Van-Mockupff-min-2.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 245px;
  font-size: 1.4em;
  line-height: 1;
}

.nosotros-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-container.footer {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.social-icon {
  margin-right: 7px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.social-icon.ig {
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}

.social-icon.ig.footer {
  color: #f29100;
  background-color: #0000;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.social-icon.ig.footer.light {
  color: #0b2a40;
  font-size: 2em;
  line-height: 1.1;
}

.social-icon.in {
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
}

.social-icon.in.footer {
  color: #f29100;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.social-icon.in.footer.light {
  color: #0b2a40;
  font-size: 2.1em;
}

.social-icon.fb {
  color: #fff;
  margin-right: 10px;
}

.social-icon.fb.footer {
  color: #f29100;
  background-color: #0000;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2em;
}

.social-icon.fb.footer.light {
  color: #0b2a40;
}

.icon-font {
  color: #fff;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
}

.icon-font.footer {
  color: #fdfdfd;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2em;
  line-height: 1.4;
}

.icon-font.footer.light {
  color: #0b2a40;
  background-color: #0000;
}

.icon-font.brand {
  color: #fff;
  width: auto;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.icon-font.brand.footer {
  font-size: 27px;
}

.logo-footer-wrapp {
  width: 200px;
  margin-bottom: 10px;
}

.footer {
  text-align: center;
  background-color: #0b2a40;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 10px;
}

.footer.light {
  background-color: #fff;
  background-image: url('../images/bg_footer.png');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: relative;
}

.info-wrapper {
  color: #0b2a40;
  border-right: 1px solid #fff;
  align-items: center;
  height: 30px;
  margin-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.info-wrapper.fin {
  border-right-style: none;
}

.info-wrapper.inicio {
  color: #0b2a40;
  border-right: 1px solid #fff;
  align-items: center;
  height: 30px;
  margin-left: 0;
  padding-right: 10px;
}

.info-wrapper.inicio.footer {
  color: #fff;
  padding-top: 0;
}

.info-wrapper.inicio.footer.light {
  background-color: #0000;
  background-image: none;
}

.info-wrapper.footer {
  background-color: #0000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.social-wrapper {
  color: #0b2a40;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.social-wrapper.footer {
  color: #0000;
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.copy {
  color: #fff;
  align-items: center;
  font-size: 12px;
}

.copy.light {
  color: #0b2a40;
}

.text-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-link.footer {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.text-link.footer.light {
  color: #0b2a40;
  background-color: #0000;
  background-image: none;
}

.text-span-footer {
  color: #fff;
  text-transform: none;
}

.text-span-footer.light {
  color: #0b2a40;
}

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

.info-grid.footer {
  color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.info-footer-wrapp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-span {
  color: #fff;
}

.text-span-2, .text-span-3 {
  background-color: #c29b2e;
}

.text-span-5 {
  color: var(--dark-grey);
}

.text-block-4 {
  color: #f29100;
  font-size: 22px;
  font-weight: 300;
}

.info-contact-wrapp {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #f29100;
  border-radius: 6px;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.4;
  position: relative;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 14px -3px #0000001a;
}

.card.contacto {
  color: var(--dim-grey);
  flex-direction: row;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.section-7 {
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-7.contact {
  background-color: #050505;
  padding-top: 60px;
}

.form-block-3 {
  position: relative;
}

.text-container-contacto {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 30px;
  font-size: 24px;
  line-height: 1.2;
}

.text-block-5 {
  color: #0b2a40;
  margin-left: 20px;
  font-size: 1.2em;
  line-height: 1.4;
}

.sub_heading-2 {
  white-space: nowrap;
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1;
}

.sub_heading-2.contacto {
  color: #fff;
  padding-left: 20px;
  font-size: 2.2em;
  line-height: 1.4;
}

.textarea {
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 17px;
}

.submint-wrapp {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.sub_heading-productos {
  white-space: nowrap;
  margin-top: 0;
  font-size: 2vw;
  line-height: 1;
}

.sub_heading-productos.images {
  color: #0b2a40;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.4;
}

.form-4 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.form-wrapp {
  position: relative;
}

.map-wrapp {
  width: 90%;
  max-width: 1280px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-27 {
  margin-bottom: -217px;
  padding-top: 0;
  padding-bottom: 104px;
}

.div-block-28 {
  z-index: 8;
  background-color: var(--black);
  position: relative;
}

.text-span-6 {
  color: #00d0ff;
}

.image-18 {
  filter: invert();
}

.dropdown-image {
  border-radius: 10px;
  margin-bottom: 14px;
}

.navigation-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: var(--white);
  font-family: Lato, sans-serif;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle {
  z-index: 88888;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Lato, sans-serif;
  transition: all .2s;
  position: relative;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-column-left {
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fa9e00;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -104px;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown.dropdown-long {
  min-width: 500px;
  left: -185px;
}

.navigation-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: static;
  left: auto;
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-wrapper-flex {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  min-width: 140px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper-flex.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-title {
  color: #fa9e00;
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  background-color: #0000;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu-3 {
  color: #283338;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: flex;
  position: static;
}

.flowbase-logo {
  width: 90px;
  padding-left: 0;
  padding-right: 0;
}

.icon-wrap {
  background-color: #8c54ff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon-5 {
  width: 100%;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.nav-link-blog {
  color: #8c54ff;
  white-space: normal;
  font-size: 14px;
}

.dropdown-column-right {
  background-color: #fafafa;
  border-left: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 25px;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #7839f3;
  background-color: #fafafacc;
}

.heading-3-copy {
  perspective: 1157px;
  transform-origin: 0%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 6vmin;
  transform: perspective(1196px);
}

.cursor {
  background-color: #2c1d1224;
  width: 3px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.content-hero-div {
  margin-top: 0;
  padding-right: 10%;
}

.hero-section {
  background-color: #fdf4ed;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.left-image {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/trolley-with-boxes-against-truck-male-logistic-P2Q9VH7-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.headline {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 58px;
  line-height: 68px;
}

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

.typed {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 68px;
}

.right-content {
  background-color: #fa9e00;
  background-image: linear-gradient(#fa9e00, #e4ab02 100%, #fff);
  align-self: center;
  width: 60%;
  padding: 12.5% 10% 12.5% 8%;
  position: relative;
  overflow: hidden;
}

.subheader {
  color: #fff;
  text-align: left;
  width: 88%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.testimonial-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-left {
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.section-header.light {
  color: #fff;
  margin-bottom: 20px;
}

.body-paragraph {
  color: #363636;
  border: 1px solid #0000;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph.quote {
  box-shadow: none;
  color: #cecece;
  padding-top: 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.upper-head {
  color: #bcbcbc;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.footer-section {
  background-color: #e9e9e9;
  padding: 0 10% 20px;
  position: relative;
  overflow: visible;
}

.split-div {
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.middle-cta-div {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta {
  text-align: center;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
  padding: 100px 5% 130px;
}

.testimonial-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
  margin-bottom: -90px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  top: -143px;
}

.testimonial-right {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
}

.service-paragraph {
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.service-div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.lottie-anim {
  width: 150px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.services-header {
  text-align: center;
  background-color: #0000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.service-box {
  text-align: center;
  width: 29%;
  padding-left: 1%;
  padding-right: 1%;
}

.service-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.service-box-holder {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

.services-section {
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.feature-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.block-2 {
  background-color: #bdbdbd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.feature-icon-2 {
  width: 24px;
  margin-right: 12px;
}

.block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.legal-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-box._2-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.legal-box._2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.page-container {
  background-color: #d38d00;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-container._2 {
  background-color: #fff;
}

.page-wrapper {
  width: 100%;
  height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-box {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.heading-1 {
  color: #fff;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.content-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: space-between;
  max-width: 454.4px;
  height: 100%;
  display: flex;
  position: relative;
}

.text-span-7 {
  color: #363636;
  background-color: #0000;
}

.form-subtitle-cf10 {
  color: #969696;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-field-cf10 {
  text-align: left;
  background-color: #f4f6fc;
  border: 2px solid #0000;
  border-radius: 6px;
  margin-top: 0;
  font-size: 16px;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: #f76874;
}

.text-field-cf10.other {
  width: 40%;
  margin-top: 10px;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  flex-wrap: wrap;
  display: flex;
}

.form-subwrapper-cf10 {
  width: 100%;
  display: flex;
}

.form-cf10 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.checkbox-cf10 {
  border-radius: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.checkbox-cf10.w--redirected-checked {
  background-color: #f76874;
  border-color: #f76874;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf10 {
  border: 2px solid var(--dark-grey);
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  transition: color 1s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf10:hover {
  color: #fff;
  background-color: #f7404f;
  border-color: #f7404f;
}

.field-label-cf10 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.checkbox-field-cf10 {
  color: #999;
  background-color: #f3f6fb;
  border-radius: 6px;
  align-items: center;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 7px 30px;
  font-size: 14px;
}

.contact-form-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf10 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.text-span-8 {
  color: #c29b2e;
}

.hero-intro {
  opacity: 1;
  color: #111;
  text-align: left;
  background-color: #ffffff61;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  padding: 56px 48px;
  display: flex;
}

.mouse-icon {
  border: 2px solid #bbb;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.title-2 {
  color: #fa9e00;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}

.section-8 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section-8.hero-section {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  margin-bottom: 40px;
  position: relative;
}

.section-8.no-padding-vertical {
  padding-top: 60px;
  padding-bottom: 60px;
  transition: opacity .2s;
}

.section-8.color {
  background-color: #a5c926;
}

.section-8.color.no-padding-vertical {
  color: var(--white);
  background-color: #1b1b1b;
}

.section-8.hero-section-copy {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  margin-bottom: 40px;
  position: relative;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #00000026;
}

.heading-12 {
  color: var(--dark-grey);
  margin-left: 0;
  margin-right: 114px;
  padding-left: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.button-top {
  color: #fff;
  text-align: left;
  background-color: #fa9e00;
  border-radius: 24px;
  justify-content: center;
  align-self: flex-start;
  height: 48px;
  margin-top: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-top:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #009bfa;
}

.mouse-wheel-icon {
  background-color: #bbb;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

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

.wrapper-2.text-white {
  opacity: 1;
  align-items: flex-start;
}

.wrapper-2.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.body-2 {
  background-color: #fa9e00;
}

.delivery {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 100px 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.header-copy {
  background-color: #0000;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 40px 80px 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 7px 15px #00000026;
}

.contact-heading {
  color: var(--white);
  text-shadow: 3px 3px 8px #7e7e7e;
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
  font-size: 39px;
  line-height: 32px;
}

.contact-info {
  flex: 1;
  font-size: 12px;
}

.paragraph-16 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.heading-13 {
  color: #000;
  margin-top: -29px;
  margin-bottom: 46px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

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

.paragraph-17 {
  padding: 24px 20px 40px;
  font-size: 24px;
  line-height: 38px;
}

.container-4 {
  text-align: center;
  align-self: auto;
}

.heading-14 {
  padding-bottom: 20px;
  font-size: 24px;
}

.image-19 {
  width: 64px;
  padding-bottom: 20px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #fa9e00;
  border-radius: 24px;
  justify-content: center;
  align-self: center;
  height: 48px;
  margin-top: 40px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-2:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #009bfa;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  align-items: flex-start;
  padding-left: 0%;
}

.side-info {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.heading-15 {
  color: #292929;
  font-size: 44px;
}

.paragraph-18 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.footer-social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00000014;
}

.footer-3 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.text-block-7 {
  color: #4e4e4e;
  margin-left: 30px;
  font-size: 14px;
}

.footer-bottom-2 {
  border-top: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-link-2.w--current {
  font-family: Lato, sans-serif;
}

.footer-social {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 18px;
}

.footer-bottom-left {
  align-items: center;
  width: 50%;
  margin-left: -35px;
  display: flex;
}

.footer-left {
  align-items: center;
  width: 200px;
  display: flex;
}

.section-9 {
  background-color: var(--black);
}

.text-span-9 {
  color: #fa9e00;
}

.section-10 {
  background-color: #fa9e00;
  margin-top: 0;
  padding-bottom: 95px;
}

.section-8-copy {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section-8-copy.hero-section {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  margin-bottom: 40px;
  position: relative;
}

.section-8-copy.no-padding-vertical {
  padding-top: 60px;
  padding-bottom: 60px;
  transition: opacity .2s;
}

.section-8-copy.color {
  background-color: #a5c926;
}

.section-8-copy.color.no-padding-vertical {
  color: var(--white);
  background-color: #1b1b1b;
}

.section-8-copy.hero-section-copy {
  background-image: url('../images/deliveryman-in-uniform-check-parcels-delivery-U5JQM9A-min.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  margin-bottom: 40px;
  position: relative;
}

.text-span-12 {
  color: #9b9b9b;
  border: 0 solid #c29b2e;
}

.div-block-206 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.faq-item-h {
  color: #282f2f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-8 {
  width: 600px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 175%;
}

.text-field-4, .text-field-5, .text-field-6, .text-field-7 {
  border-radius: 10px;
}

.link-4, .link-5 {
  color: #fff;
  text-decoration: none;
}

.text-block-10 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.link-6 {
  color: var(--white);
  text-decoration: none;
}

.panel-content {
  flex: 1;
  padding: 20px;
}

.panel-content.element {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-3 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-3:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-3.lottie-icon {
  background-color: #3ecf8e;
  background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
  border-radius: 7px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone-2 {
  width: 40px;
  padding-top: 10px;
}

.phone-2.small {
  width: 25px;
  padding-top: 11px;
}

.button-text {
  flex: 1;
  margin-left: 10px;
}

.text-span-13 {
  color: #fa9e00;
}

.cookie-modal {
  z-index: 999;
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.p-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-7 {
  color: #ffe1a9;
}

.link {
  color: #fff;
  display: block;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.line.rotate-45 {
  transform: rotate(45deg);
}

.line.rotate-min45 {
  transform: rotate(-45deg);
}

.image-20 {
  text-align: center;
  margin-left: 258px;
}

.image-21 {
  display: none;
}

.flowbase-logo-copy {
  width: 75px;
  margin-left: 115px;
}

.image-22 {
  margin-left: 31px;
}

.link-copy {
  color: #fff;
  display: block;
}

.form-subtitle-cf10-copy {
  color: #969696;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
}

@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;
    padding-top: 15vh;
  }

  .section.wide.purple {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: auto;
    display: flex;
  }

  .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: 27px auto -24vw;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 18px;
    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 {
    margin-top: 104px;
    font-size: 24px;
    line-height: 31px;
    position: static;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer-links {
    flex-direction: column;
    margin-bottom: 0;
  }

  .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;
    display: block;
  }

  .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 {
    padding-top: 0;
    font-size: 8vw;
    position: relative;
    top: -137px;
  }

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

  .link-3 {
    flex-direction: row;
    display: inline-block;
  }

  .section-2, .image-5 {
    display: none;
  }

  .grid-2 {
    justify-items: center;
  }

  .mobile-fixed-footer {
    background-color: #c29b2e;
  }

  .mobile-fixed-footer.bottom-cta {
    z-index: 1000;
    background-color: var(--dark-grey);
    border: 1px #444040;
    min-height: 75px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-14 {
    min-width: 50%;
    display: flex;
  }

  .bottom-fixed {
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#000, #222 67%);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    display: grid;
  }

  .image-8 {
    display: inline-block;
    position: static;
  }

  .bottom-freeestimate {
    justify-content: center;
    align-items: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    display: flex;
  }

  .container-2 {
    border-right: 2px solid #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    color: #c29b2e;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .link-block {
    text-decoration: none;
  }

  .image-10 {
    display: none;
  }

  .heading-9 {
    color: var(--dark-grey);
    flex-direction: row;
    align-items: center;
    margin: 0 40px 0 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    display: flex;
  }

  .contractor {
    width: 50%;
    max-width: none;
    height: 50%;
    position: static;
    overflow: visible;
  }

  .div-block-17 {
    order: 1;
  }

  .div-block-18 {
    order: -1;
    display: flex;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .footer-bottom {
    margin-bottom: 100px;
  }

  .div-block-22 {
    order: -1;
    width: 100%;
  }

  .div-block-23 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .plan {
    width: 45%;
    margin-bottom: 6px;
  }

  .pricing-plan-block {
    flex-wrap: wrap;
  }

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

  .grid-sb.content-right.productos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .grid-sb.content-left.productos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .list-wrapp {
    margin-top: 0;
  }

  .text {
    line-height: 1.6;
  }

  .section-copy.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section-copy.wide.purple {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: auto;
    display: flex;
  }

  .heading-11 {
    font-size: 2.5em;
    line-height: 1.4;
  }

  .heading-11.footer {
    font-size: 2em;
  }

  .heading-11.images {
    font-size: 1.4em;
  }

  .nosotros-grid {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-container {
    font-size: 1em;
    line-height: 1;
  }

  .social-icon.ig {
    display: none;
  }

  .social-icon.ig.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .social-icon.ig.footer.light {
    background-image: none;
    display: flex;
  }

  .social-icon.in {
    display: none;
  }

  .social-icon.in.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .social-icon.in.footer.light {
    background-image: none;
    display: flex;
  }

  .social-icon.fb {
    display: none;
  }

  .social-icon.fb.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
    display: flex;
  }

  .social-icon.fb.footer.light {
    background-image: none;
    font-size: 2em;
    display: flex;
  }

  .icon-font.footer {
    text-align: left;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
  }

  .icon-font.footer.light {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-footer-wrapp {
    width: 140px;
  }

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

  .info-wrapper.inicio.footer {
    border-right-style: none;
    flex-direction: column;
    height: auto;
    margin-bottom: 14px;
  }

  .info-wrapper.inicio.footer.light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-wrapper.footer {
    border-right-style: none;
    flex-direction: column;
    height: auto;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-wrapper {
    justify-content: center;
  }

  .social-wrapper.footer {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .text-link.footer.light {
    padding-left: 0;
    padding-right: 0;
  }

  .info-grid {
    display: none;
  }

  .info-grid.footer {
    flex-direction: column;
    grid-template-columns: auto;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .info-footer-wrapp {
    margin-top: 30px;
  }

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

  .mobile-nav-link {
    background-color: #0000;
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    margin-top: 0;
    margin-bottom: -86px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--dim-grey);
  }

  .navigation {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-toggle {
    width: 100%;
  }

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

  .content-hero-div {
    padding-right: 0%;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .left-image {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .headline, .typed {
    font-size: 52px;
    line-height: 62px;
  }

  .right-content {
    width: 100%;
    padding: 130px 5% 60px;
  }

  .testimonial-name {
    margin-bottom: 0;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .section-header, .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

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

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .final-cta {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .testimonial-holder {
    margin-bottom: -100px;
    padding-left: 0%;
    padding-right: 0%;
    top: -201px;
  }

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .services-header {
    width: 80%;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-box-holder {
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .block-2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .block-1 {
    padding-bottom: 60px;
  }

  .legal-box._2-copy {
    margin-top: 60px;
    display: block;
  }

  .legal-box._2 {
    display: none;
  }

  .page-container {
    width: auto;
  }

  .page-wrapper {
    flex-direction: column;
    height: auto;
  }

  .heading-1 {
    max-width: none;
    margin-top: 20px;
  }

  .content-wrapper {
    max-width: none;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-intro {
    max-width: 480px;
    padding: 40px;
  }

  .section-8 {
    padding: 88px 8px;
  }

  .section-8.hero-section, .section-8.hero-section-copy {
    height: auto;
    padding: 184px 16px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .button-top:hover {
    transform: none;
  }

  .wrapper-2.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .delivery {
    flex-direction: column;
    padding: 64px;
  }

  .header-copy {
    padding: 64px;
  }

  .contact-info {
    margin-top: 48px;
  }

  .button-2:hover {
    transform: none;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-3 {
    padding-top: 40px;
  }

  .footer-nav {
    justify-content: flex-end;
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .footer-social {
    width: 100%;
    margin-top: 24px;
  }

  .footer-left {
    flex: none;
    width: auto;
  }

  .section-8-copy {
    padding: 88px 8px;
  }

  .section-8-copy.hero-section, .section-8-copy.hero-section-copy {
    height: auto;
    padding: 184px 16px;
  }

  .paragraph-8 {
    width: 80%;
  }

  .image-20 {
    display: none;
  }

  .image-21 {
    margin-left: 625px;
  }
}

@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-yellow.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 {
    width: 90%;
    margin-top: 27px;
    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;
  }

  .hero-subhead {
    margin-top: -24px;
  }

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

  .heading-3 {
    margin-top: -199px;
    top: -257px;
  }

  .form-block {
    width: 100%;
  }

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

  .link-3 {
    width: auto;
    margin-left: 6px;
    margin-right: 6px;
    display: inline;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 3px;
    margin-right: 3px;
    display: none;
    overflow: visible;
  }

  .image-5 {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 11px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .basement.mobilr-portrait {
    margin-left: 43px;
    margin-right: 43px;
    display: flex;
  }

  .mobile-fixed-footer.bottom-cta {
    min-height: 75px;
  }

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

  .grid-4.footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 19px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    width: 100%;
    min-width: 100%;
  }

  .footer-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

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

  .div-block-20 {
    align-self: center;
  }

  .plan {
    width: 90%;
  }

  .content-wrapp-sb {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-sb.content-left {
    grid-template-rows: .25fr .5fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text.nosotros {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-11 {
    font-size: 2.2em;
  }

  .heading-11.map {
    font-size: 1.1em;
  }

  .heading-11.footer {
    font-size: 2em;
  }

  .sub_heading {
    font-size: 1.1em;
  }

  .nosotros-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-icon.ig.footer, .social-icon.in.footer, .social-icon.fb.footer {
    margin-right: 0;
    display: flex;
  }

  .icon-font.footer {
    margin-right: 0;
  }

  .logo-footer-wrapp {
    width: 140px;
  }

  .footer {
    padding: 40px 20px;
  }

  .info-wrapper.inicio.footer, .social-wrapper.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-link.footer {
    margin-top: 15px;
  }

  .info-grid.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .info-footer-wrapp {
    margin-top: 30px;
  }

  .sub_heading-2 {
    font-size: 1.1em;
  }

  .sub_heading-productos {
    font-size: 14px;
  }

  .mobile-nav-link, .mobile-nav-link.w--current {
    font-weight: 500;
  }

  .menu-mob.w--open {
    background-color: var(--dim-grey);
  }

  .heading-3-copy {
    margin-top: -199px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .headline, .typed {
    font-size: 48px;
    line-height: 58px;
  }

  .subheader {
    width: 95%;
  }

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

  .section-header, .section-header.light {
    line-height: 50px;
  }

  .final-cta {
    padding-bottom: 80px;
  }

  .testimonial-holder {
    margin-bottom: -120px;
  }

  .service-box-holder {
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .content-box {
    flex-direction: column;
    display: flex;
  }

  .legal-box {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .page-container {
    width: auto;
  }

  .page-wrapper {
    flex-direction: column;
  }

  .heading-1 {
    max-width: 400px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .text-field-cf10.other {
    width: 60%;
  }

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

  .checkbox-field-cf10 {
    width: 60%;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-wrapper.extra-large {
    height: auto;
  }

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

  .section-8.hero-section, .section-8.hero-section-copy {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .delivery, .header-copy {
    padding: 40px;
  }

  .footer-3 {
    padding-top: 32px;
  }

  .footer-nav {
    padding-left: 24px;
    padding-right: 0;
  }

  .footer-brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-2 {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link-2 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-social {
    margin-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-block-9 {
    font-weight: 500;
  }

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

  .section-8-copy.hero-section, .section-8-copy.hero-section-copy {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .panel-content.element, .image-20 {
    display: none;
  }

  .image-21 {
    margin-left: 420px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .section.wide.purple {
    flex-direction: column;
    width: auto;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .button-yellow.basement-cta {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .wrap.mobile {
    flex-direction: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
  }

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

  .hero-image {
    width: 100%;
    position: static;
  }

  .hero-content {
    margin-top: -113px;
  }

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

  .feature-wrap.icons.numbers {
    margin-top: -7vh;
    margin-bottom: -7vh;
  }

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

  .hero-subhead {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: -18px;
    font-size: 22px;
    display: flex;
  }

  .bottom-image-wrap {
    z-index: 10;
  }

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

  .menu-icon {
    color: var(--black);
  }

  .nav-menu-2 {
    margin-left: -49px;
    padding-bottom: 0;
    display: none;
  }

  .heading-3 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: -2px;
    margin-right: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 56px;
    position: static;
    top: 0;
  }

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

  .heading-5 {
    z-index: 10;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
    line-height: 27px;
    position: relative;
  }

  .link-3, .image-5 {
    display: none;
  }

  .section-3 {
    z-index: 10;
    flex-direction: column;
    position: relative;
  }

  .form-3 {
    min-width: 100%;
    max-width: none;
  }

  .text-field, .text-field-2 {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-self: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .basement {
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .basement.mobilr-portrait {
    justify-content: flex-start;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 13px;
    font-weight: 500;
  }

  .quote {
    margin-top: 40px;
  }

  .image-7 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-fixed-footer.bottom-cta {
    z-index: 1000;
    background-color: var(--dark-grey);
    min-height: 50px;
    margin-top: 0;
  }

  .grid-3 {
    background-image: linear-gradient(#000, #161616);
    margin-top: 0;
  }

  .heading-8 {
    color: #c29b2e;
    padding-right: 11px;
    font-size: 15px;
    font-weight: 600;
  }

  .grid-4.footer-links {
    flex-direction: column;
    min-width: auto;
    display: flex;
  }

  .footer-list {
    background-color: #0000;
    border-top-width: 1px;
    border-bottom: 1px #6b6b6b;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .footerlinkstitle {
    text-align: left;
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .footerlinkstext {
    text-align: left;
    width: 100%;
  }

  .div-block-15.basement-cta {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .basement-cta {
    width: 100%;
    margin: 6px 0;
  }

  .basement-pg {
    line-height: 25px;
  }

  .form-block-2 {
    z-index: 10;
    width: 100%;
    margin-left: 0;
    padding: 5px;
    position: relative;
  }

  .heading-9 {
    text-align: center;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 7px;
    margin-right: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    position: static;
  }

  .heading-9.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .contractor {
    order: 0;
    align-self: center;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 50%;
    margin-top: 1px;
    padding-left: 0;
  }

  .contractor.mobile {
    order: -1;
    align-self: center;
  }

  .div-block-16 {
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    display: flex;
  }

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

  .div-block-25 {
    flex-direction: column;
  }

  .paragraph-2 {
    line-height: 25px;
  }

  .submit-button {
    align-self: center;
    width: 100%;
  }

  .image-17 {
    margin-left: -79px;
    margin-right: 93px;
    padding-right: 0;
  }

  .plan {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-plan-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapp-sb {
    margin: 10px;
  }

  .grid-sb.content-left {
    grid-template-rows: .25fr .5fr .5fr;
  }

  .grid-sb.content-left.productos {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .list-wrapp {
    flex-direction: column;
  }

  .h1-wrapp {
    white-space: normal;
  }

  .text {
    font-size: 1em;
    line-height: 1.6;
  }

  .text.card.productos {
    width: auto;
    font-size: 1.1em;
  }

  .text.list {
    font-size: 1.2em;
  }

  .text.nosotros {
    white-space: break-spaces;
    width: 90%;
  }

  .h1-sb {
    white-space: normal;
    padding-left: 10px;
    font-size: 2.3em;
    line-height: 1.6;
  }

  .h1-sb.botton {
    font-size: 1.8em;
  }

  .section-copy.center {
    padding-bottom: 10vh;
  }

  .section-copy.wide.purple {
    flex-direction: column;
    width: auto;
  }

  .heading-11 {
    font-size: 2em;
  }

  .heading-11.map {
    white-space: normal;
    font-size: 1.1em;
  }

  .heading-11.footer {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3em;
  }

  .hero-2.nosotros {
    margin-top: 184px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-container.nosotros {
    white-space: break-spaces;
  }

  .sub_heading {
    white-space: normal;
    font-size: 1.1em;
    line-height: 1.4;
  }

  .nosotros-grid {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-container.footer {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon.ig.footer, .social-icon.in.footer, .social-icon.fb.footer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    display: flex;
  }

  .icon-font.footer {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-footer-wrapp {
    width: 130px;
  }

  .footer {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-wrapper.inicio.footer, .info-wrapper.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .social-wrapper.footer {
    align-items: center;
  }

  .copy {
    text-align: center;
    width: 70%;
    font-size: .8em;
  }

  .info-grid.footer {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .info-footer-wrapp {
    width: 100%;
  }

  .text-span-4 {
    background-color: #c29b2e;
  }

  .info-contact-wrapp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    line-height: 1.2;
  }

  .form-grid {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    width: 90%;
  }

  .card {
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .card.contacto {
    flex-direction: column;
  }

  .section-7.contact {
    padding-bottom: 60px;
  }

  .text-block-5 {
    margin-left: 0;
    font-size: .9em;
  }

  .sub_heading-2 {
    white-space: normal;
    font-size: 1.1em;
    line-height: 1.4;
  }

  .sub_heading-2.contacto {
    padding-left: 10px;
    font-size: 1.5em;
  }

  .sub_heading-productos {
    font-size: 14px;
  }

  .sub_heading-productos.images {
    white-space: normal;
  }

  .form-wrapp {
    width: 90%;
  }

  .mobile-nav-link {
    font-weight: 500;
  }

  .menu-mob.w--open {
    background-color: #6e6e6e;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-3-copy {
    text-align: left;
    letter-spacing: 0;
    margin-top: 70px;
    margin-bottom: -2px;
    margin-right: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 56px;
  }

  .left-image {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .headline {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .typed-div {
    flex-wrap: wrap;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .section-header, .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

  .final-cta {
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .testimonial-holder {
    margin-bottom: -140px;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-box-holder {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-2 {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-box {
    padding-top: 45px;
  }

  .block-1 {
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-box {
    flex-direction: column;
    justify-content: space-between;
  }

  .heading-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
  }

  .contact-form {
    width: 100%;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0;
  }

  .form-subwrapper-cf10 {
    flex-direction: column;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .title-2 {
    object-fit: fill;
    width: 260px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .section-8.hero-section, .section-8.hero-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-12 {
    width: 300px;
    margin-left: 169px;
  }

  .delivery {
    padding: 24px;
  }

  .header-copy {
    background-color: #0000;
    padding: 0 24px;
    box-shadow: 0 3px 8px 2px #00000026;
  }

  .contact-heading {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 6px var(--black);
    font-size: 25px;
    line-height: 25px;
  }

  .contact-info {
    margin-bottom: 16px;
  }

  .heading-13 {
    margin-left: -12px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-14 {
    color: #fa9e00;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .text-span-10 {
    color: var(--black);
    margin-right: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .bold-text {
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
    font-size: 35px;
  }

  .text-span-11 {
    color: #ffb300;
    font-weight: 500;
  }

  .text-block-9 {
    font-weight: 500;
  }

  .section-8-copy.hero-section, .section-8-copy.hero-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-8 {
    width: auto;
  }

  .form-subtitle-cf10-copy {
    font-size: 16px;
  }

  .panel-content.element {
    z-index: 1000;
    clear: left;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .button-3.lottie-icon {
    background-color: #fa9e00;
    background-image: linear-gradient(309deg, #fa9e00, #fab300);
  }

  .cookie-modal {
    padding-top: 12px;
    bottom: 77px;
  }

  .image-20 {
    margin-left: 185px;
    display: none;
  }

  .image-21 {
    margin-left: 235px;
    display: block;
    position: absolute;
  }

  .image-22 {
    margin-top: 21px;
    margin-left: 46px;
  }
}

#w-node-fbaf153c-c225-fa5a-0e58-fa0939b191cf-fe8044c9, #w-node-fbaf153c-c225-fa5a-0e58-fa0939b191e4-fe8044c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fbaf153c-c225-fa5a-0e58-fa0939b191cf-fe8044c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


