@font-face {
  font-family: Raleway;
  src: url('../fonts/RALEWAY-EXTRABOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep-pink: #40a3b4;
  --black: black;
  --white: white;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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-platforms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 66px;
  display: block;
}

.section-platforms.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-right: 176px;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

.section-platforms.wide.img {
  padding-bottom: 0;
}

.section-platforms.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

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

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

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

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

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

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

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

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

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

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

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

.body {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  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;
  margin-left: 44px;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  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:hover {
  color: #6b6b6b;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #070707;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  padding-right: 0;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

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

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

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

.text-block {
  color: #fff;
}

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

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

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.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;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

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

.black-text {
  color: var(--deep-pink);
  margin-top: -87px;
  margin-left: -71px;
  padding-top: 0;
  padding-left: 86px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 30px;
}

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

.feature-wrap {
  border: 1px #000;
  border-radius: 0;
  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;
  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-size: 30px;
  line-height: 44px;
}

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

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

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

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.slider-arrow {
  color: #d6d6d6;
}

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

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

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

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

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

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

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

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

.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 {
  padding-left: 200px;
  display: block;
}

.image-5 {
  vertical-align: middle;
  flex: none;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 0;
  display: inline-flex;
  position: relative;
  inset: 14% 0% 0%;
  overflow: visible;
}

.image-6 {
  clear: none;
  text-align: justify;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 114px;
}

.image-7 {
  flex: 0 auto;
  align-self: center;
  margin-top: 78px;
  padding-top: 0;
  padding-bottom: 38px;
}

.image-8 {
  margin-top: 45px;
  margin-left: -23px;
}

.image-9 {
  margin-right: -35px;
}

.image-10 {
  align-self: flex-start;
  margin-right: 50px;
  padding-right: 0;
}

.image-11 {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 0;
  display: inline-flex;
  position: fixed;
  inset: 14% 0% 0%;
}

.image-12 {
  text-align: left;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 107px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  text-align: center;
  align-self: center;
  margin-top: 159px;
  padding-left: 57px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 36px;
}

.paragraph-2 {
  color: var(--black);
  column-count: auto;
  white-space: normal;
  word-break: normal;
  margin-left: auto;
  margin-right: auto;
  padding-right: 11px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.image-13 {
  align-self: center;
  padding-left: 66px;
}

.paragraph-3 {
  color: #000;
  margin-top: -15px;
  margin-left: -71px;
  padding-top: 0;
  padding-bottom: 136px;
  padding-left: 87px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.image-14 {
  margin-bottom: 156px;
  margin-left: 77px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-15 {
  margin-bottom: 200px;
  margin-left: -53px;
}

.paragraph-4 {
  margin-top: -129px;
  margin-left: 14px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.image-16 {
  padding-left: 54px;
}

.button-2 {
  vertical-align: sub;
  background-image: none;
  background-size: auto;
  border-radius: 8px;
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-15-copy {
  margin-bottom: 200px;
  margin-left: -53px;
}

.container {
  background-image: linear-gradient(99deg, #cf0063 30%, #2e5aa9);
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
}

.image-17 {
  margin-top: 10px;
  margin-left: 10px;
  position: static;
}

.image-18 {
  vertical-align: middle;
  align-self: center;
  padding-left: 0;
}

.text-block-3 {
  color: #f9fbfc;
  text-align: center;
  order: 1;
  align-self: center;
  margin-top: 11%;
  margin-bottom: 27px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}

.section-main {
  max-height: 100vh;
}

.section-platform {
  background-color: #231f20;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: 100vh;
}

.platform-container {
  background-color: #231f20;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.flex-block {
  color: #0c0b0b;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-top: 60px;
}

.image-19 {
  align-self: center;
  margin-bottom: 0;
  margin-left: 40px;
  position: absolute;
  inset: 15% auto auto 22%;
}

.image-20 {
  text-align: left;
  order: 1;
  align-self: center;
  margin-left: 57px;
  position: relative;
}

.text-block-h1 {
  color: #f9fbfc;
  text-align: center;
  margin-bottom: 40px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 81px;
  display: block;
}

.flex-block-2 {
  width: 100%;
  max-height: 100vh;
}

.image-21 {
  width: 53%;
}

.image-22 {
  width: 56%;
}

.logo {
  text-align: center;
  align-self: center;
  width: 46%;
  max-width: 56%;
  display: block;
  position: absolute;
  top: 19%;
}

.div-block-13 {
  position: sticky;
  top: auto;
  bottom: auto;
}

.description-container {
  max-width: 100%;
}

.container-3 {
  flex: 1;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 1%;
}

.quick-stack {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 0% 0 0;
}

.image-23, .image-24 {
  width: 100%;
}

.image-25 {
  flex: 1;
  order: 0;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  overflow: auto;
}

.image-26 {
  width: 111%;
  overflow: hidden;
}

.div-block-14 {
  width: 100%;
  max-width: 59vw;
  position: relative;
  inset: 25% auto auto;
}

.paragraph-5 {
  color: #fff;
  max-width: 100%;
  height: 80%;
  max-height: 80%;
  margin-top: 15%;
  margin-bottom: 10px;
  margin-left: 51px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.div-block-14-copy {
  align-self: auto;
  width: 100%;
  max-width: 60vw;
  position: relative;
  top: 50%;
}

.cell {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.paragraph-5-copy {
  color: #fff;
  text-align: right;
  max-width: 100%;
  height: 80%;
  max-height: 80%;
  margin-top: 15%;
  margin-left: 0;
  margin-right: 40px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.section-description {
  width: 100vw;
  max-width: 1603.33vw;
  height: 100%;
}

.quick-stack-2 {
  width: 100%;
  max-width: 100%;
}

.image-27 {
  align-self: flex-end;
}

.image-28 {
  align-self: flex-start;
}

.link-block {
  align-self: flex-end;
}

.image-29 {
  vertical-align: top;
  width: 100%;
  max-width: 94vw;
  position: absolute;
  overflow: auto;
}

.image-30 {
  vertical-align: top;
  width: 130%;
  max-width: 94vw;
  position: absolute;
  overflow: auto;
}

.image-31 {
  width: 151%;
  max-width: 94vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.image-32 {
  width: 100%;
  max-width: 100vw;
  max-height: 90vh;
  position: absolute;
}

.image-33 {
  display: none;
}

.container-description {
  max-width: 100%;
}

.quick-stack-3 {
  width: 100%;
  margin-left: 10%;
}

.heading-5 {
  color: #070707;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 5vh;
}

.text-block-4 {
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.quick-stack-4 {
  margin-top: 5%;
  padding-left: 40px;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: 5%;
  padding-left: 40px;
}

.heading-5-copy {
  float: none;
  clear: none;
  color: #cc2f8d;
  width: 100%;
  max-width: 100vw;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 5vh;
  line-height: 6vh;
  position: static;
}

.quick-stack-ing {
  padding-left: 40px;
}

.quick-stack-5-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: 15%;
}

.heading-5-copy-copy {
  color: #4f3a91;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 5vh;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.heading-5-copy-copy-copy {
  color: #00aad2;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 5vh;
}

.image-34 {
  margin-top: 25%;
}

.image-35 {
  margin-top: 10%;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack-qr {
  grid-column-gap: 17px;
  background-image: url('../images/Lineas-Modif.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: contain;
  padding-left: 40px;
}

.quick-stack-footer {
  grid-column-gap: 17px;
  background-image: linear-gradient(99deg, #cf0063, #2e5aa9);
  padding-left: 40px;
}

.quick-stack-footer.container, .quick-stack-footer.container-copy {
  background-image: none;
}

.container-copy {
  background-image: linear-gradient(99deg, #cf0063 30%, #2e5aa9);
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
}

.quick-stack-categoria {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.qscate {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.cell-7 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.cell-8 {
  justify-content: flex-end;
  align-items: center;
}

.text-block-5 {
  text-align: center;
  margin-top: 20px;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.divpromo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
  position: relative;
}

.cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.cell-10 {
  justify-content: flex-end;
  align-items: center;
}

.cell-11, .cell-12, .cell-13 {
  justify-content: flex-start;
  align-items: center;
}

.cell-14 {
  justify-content: flex-end;
  align-items: center;
}

.cell-15 {
  justify-content: flex-start;
  align-items: center;
}

.section-footer {
  width: 100vw;
  max-width: none;
  height: auto;
  max-height: none;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.qsfooter {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.cell-16 {
  text-align: center;
  background-color: #231f20;
  justify-content: flex-start;
  align-items: center;
}

.cell-17 {
  background-image: linear-gradient(99deg, #cf0063, #2e5aa9);
}

.text-block-promo {
  color: #00acd4;
  text-align: center;
  font-family: Raleway, Trebuchet MS, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.image-36 {
  width: 100px;
}

.text-block-6 {
  font-weight: 700;
}

.text-block-footer {
  color: #a8a9ac;
  flex: 0 auto;
  font-size: 19px;
  font-weight: 700;
}

.container-4 {
  flex-flow: row;
  justify-content: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.image-check {
  width: 9%;
  height: 9%;
  max-height: 130px;
}

.cell-18, .cell-19, .cell-20 {
  display: block;
}

.cell-4-d1 {
  justify-content: center;
  align-items: flex-end;
}

.cell-4-copy, .cell-4-d2 {
  justify-content: center;
  align-items: center;
}

.cell-22 {
  justify-content: center;
  align-items: flex-start;
  line-height: 40px;
}

.image-38 {
  margin-top: 100px;
}

.image-37-copy {
  display: none;
}

.quick-stack-5-cc {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  max-width: none;
  margin-top: 5%;
  padding-left: 10px;
}

.cell-cc {
  flex-flow: column;
  display: block;
}

.quick-stack-3-copy {
  width: 100%;
  max-width: 48vw;
  margin-left: 0%;
}

.quick-stack-5-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-top: 5%;
  padding-left: 40px;
}

.cell-24 {
  display: block;
}

.image-39 {
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

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

.image-40 {
  margin-top: 11%;
  margin-left: -79px;
  margin-right: -20px;
  position: absolute;
}

.image-41 {
  margin-top: 542px;
  margin-left: 13px;
  position: absolute;
}

.buttoncomercios {
  color: #f1eeeedb;
  background-color: #3898ec57;
  border: 1px solid #507ae8;
  border-radius: 5px;
  margin-top: 2%;
  margin-right: 2%;
  font-size: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.cell-26, .cell-27 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-7 {
  max-width: 100vw;
}

.code-embed {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.cell-embed {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.cell-28 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

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

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

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

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

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

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

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

  .nav-menu {
    position: absolute;
  }

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

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

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

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

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

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

  .feature-icon {
    flex: none;
  }

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

  .quote-wrap {
    width: 70vw;
  }

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

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

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

  .brand {
    padding-left: 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .form-block {
    width: 100%;
  }

  .div-block-14, .div-block-14-copy {
    display: none;
  }
}

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

  h3 {
    font-size: 16px;
  }

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

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

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

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

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

  .image-2 {
    width: 100%;
  }

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

  .hero-image {
    width: 80%;
  }

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

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

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

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

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

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

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

  .number {
    font-size: 40px;
  }

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

  .container {
    min-height: 84vh;
  }

  .image-17 {
    width: 39%;
    max-width: 100%;
  }

  .text-block-3 {
    margin-top: 48%;
    font-size: 30px;
    line-height: 40px;
  }

  .platform-container {
    max-width: 100%;
  }

  .flex-block {
    margin-top: 5%;
  }

  .image-19 {
    width: 83%;
    margin-left: 0;
    top: 25%;
    left: 14%;
  }

  .image-20 {
    width: 80%;
    margin-left: 7%;
  }

  .text-block-h1 {
    width: 92%;
    max-width: 100%;
    margin-bottom: 3%;
    font-size: 263%;
    line-height: 56px;
  }

  .image-21 {
    width: 97%;
  }

  .image-22 {
    width: 90%;
  }

  .logo {
    width: 94%;
    max-width: 100%;
    margin-top: 50%;
    position: absolute;
    top: 0%;
  }

  .image-23 {
    width: 164%;
    display: none;
  }

  .image-25 {
    object-fit: cover;
    width: auto;
    max-width: 20.9rem;
    height: 78%;
    min-height: auto;
  }

  .div-block-14 {
    max-width: 100%;
    display: none;
    overflow: visible;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-2 {
    clear: left;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-32 {
    object-fit: cover;
    width: auto;
    max-width: none;
    max-height: 88vh;
    display: none;
    overflow: hidden;
  }

  .image-33 {
    display: block;
  }

  .quick-stack-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 0;
  }

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

  .text-block-4 {
    width: 100%;
    font-size: 15px;
  }

  .quick-stack-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-right: 10px;
  }

  .cell-4 {
    display: block;
  }

  .quick-stack-5 {
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-5-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin-left: 0%;
    font-size: 1.3rem;
    line-height: 31px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .quick-stack-ing {
    padding-left: 10px;
  }

  .quick-stack-5-copy {
    padding-right: 10px;
  }

  .heading-5-copy-copy {
    font-size: 1.6rem;
    line-height: 47px;
  }

  .heading-5-copy-copy-copy {
    font-size: 1.9rem;
    line-height: 30px;
  }

  .image-35 {
    margin-top: 50%;
  }

  .container-copy {
    min-height: 84vh;
  }

  .quick-stack-categoria {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .qscate {
    flex: none;
    align-self: auto;
  }

  .text-block-5 {
    font-weight: 400;
  }

  .image-36 {
    width: 88px;
  }

  .text-block-footer {
    pointer-events: none;
    font-size: 15px;
  }

  .image-check {
    margin-top: 10%;
    margin-left: 5%;
  }

  .cell-4-d1, .cell-4-copy {
    display: block;
  }

  .cell-4-d2 {
    text-align: left;
    display: block;
  }

  .cell-4-d0 {
    display: none;
  }

  .cell-21 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .image-37 {
    margin-left: 31px;
    display: none;
  }

  .cell-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-38 {
    margin-top: 40px;
    margin-left: 20px;
  }

  .image-37-copy {
    margin-left: 0;
    display: block;
  }

  .cell-23 {
    display: none;
  }

  .quick-stack-5-cc {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 0;
  }

  .quick-stack-5-copy {
    padding-left: 10px;
    padding-right: 0;
  }

  .image-40 {
    margin-top: -11%;
    margin-left: 0;
    margin-right: 50%;
    display: none;
    position: relative;
  }

  .image-41 {
    margin-top: 127%;
    margin-left: -25%;
    display: none;
  }

  .buttoncomercios {
    font-size: 15px;
  }

  .cell-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-26 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .cell-27 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-7 {
    width: 100%;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    width: auto;
    height: auto;
    padding: 0;
  }

  .cell-embed {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-28 {
    justify-content: flex-end;
    align-items: center;
  }
}

#w-node-eeffa4e0-b538-140b-ffae-8cd7cff67091-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed5a7eaa-58b3-cc5d-aa7e-b32fd8dd6608-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-_7bd80e88-88fa-71a6-c9f5-584a6787718f-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-f729f2af-81f9-63ea-b46e-3677482af62e-bbb59550 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.75fr;
}

#w-node-_698c954e-7f07-fc74-564b-754d785e2054-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0443231d-adc8-19c8-67eb-69b179d29e6b-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
}

#w-node-_71ad32d6-dabe-76bb-1ef5-fe672959db3c-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
}

#w-node-_67e1706e-0338-96d2-69a7-8d7eea0d2c3b-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_802405fb-6f05-a4b4-83e6-8606b6bba8fa-bbb59550 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_802405fb-6f05-a4b4-83e6-8606b6bba8fe-bbb59550, #w-node-_8253ffde-7a72-7a9d-b1a5-03517f88595c-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
}

#w-node-_0645cbb1-abd2-4e14-0d63-dc661f2e5ba6-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e0078cc-cbd3-5544-88d3-8bfb7e73c236-bbb59550 {
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
}

#w-node-e33953d5-e7c1-a817-3b6b-494107146443-bbb59550 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_402baac8-9d24-fb0e-f4ea-66d8fb316f74-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-edfb296f-3630-c362-3961-80855523efa3-bbb59550 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-eeffa4e0-b538-140b-ffae-8cd7cff67091-bbb59550, #w-node-ed5a7eaa-58b3-cc5d-aa7e-b32fd8dd6608-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7bd80e88-88fa-71a6-c9f5-584a6787718f-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-f729f2af-81f9-63ea-b46e-3677482af62e-bbb59550 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-_7bd80e88-88fa-71a6-c9f5-584a67877191-bbb59550 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_698c954e-7f07-fc74-564b-754d785e2054-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_698c954e-7f07-fc74-564b-754d785e2055-bbb59550 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0443231d-adc8-19c8-67eb-69b179d29e6b-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr;
  }

  #w-node-_71ad32d6-dabe-76bb-1ef5-fe672959db3c-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 2fr);
  }

  #w-node-_67e1706e-0338-96d2-69a7-8d7eea0d2c3b-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_1e0078cc-cbd3-5544-88d3-8bfb7e73c236-bbb59550 {
    grid-template-rows: minmax(100vh, 5fr);
    grid-template-columns: 1fr;
  }

  #w-node-edfb296f-3630-c362-3961-80855523efa3-bbb59550 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.75fr;
  }
}


@font-face {
  font-family: 'Raleway';
  src: url('../fonts/RALEWAY-EXTRABOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}