@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-mediumitalic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-blackitalic-webfont.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-thinitalic-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-lightitalic-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-semibolditalic-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-extralightitalic-webfont.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-bolditalic-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-black-webfont.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-thin-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-extralight-webfont.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@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-family: Silka Webfont, Arial, sans-serif;
  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-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  justify-content: center;
  align-items: center;
  display: block;
  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: #009b68;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 9vh;
  font-family: Silka Webfont, Arial, sans-serif;
  display: block;
}

.section.wide.img {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-bottom: 5vh;
}

.section.wide.purple {
  background-image: linear-gradient(135deg, #303030, #0f3613);
  padding-top: 15vh;
  padding-bottom: 15vh;
  font-family: Wotfard Webfont;
}

.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;
  width: 100%;
  height: auto;
  padding: 100px 10vw 80px;
  display: block;
  position: relative;
}

.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 {
  background-color: #009b68;
  font-family: Gothic A1;
  display: block;
}

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

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

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

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

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

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

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

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

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

.button:hover {
  color: #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 {
  color: #fff;
  background-color: #5abe79;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 34px;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.button.appdownload {
  border-radius: 12px;
  width: 240px;
  padding: 10px 20px;
  box-shadow: 2px 2px 5px #0003;
}

.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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Screenshot-2025-11-14-at-16.36.50.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border: 20px solid #3f3f3f;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 1200px;
  height: 700px;
  display: flex;
  overflow: visible;
}

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

.wrap {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 9px;
  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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  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-family: Silka Webfont, Arial, sans-serif;
  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;
  margin-right: 40px;
  position: static;
  bottom: 0;
  right: 3vw;
}

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

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10vw;
  padding-right: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.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;
  padding-left: 0;
  padding-right: 0;
}

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

.black {
  color: #000;
  font-family: Wotfard Webfont;
}

.hero-subhead {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.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 {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Wotfard Webfont;
  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-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #f0f0f0;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 0;
  font-family: Silka Webfont, Arial, sans-serif;
  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;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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 {
  text-shadow: 4px 4px 8px var(--black);
  max-width: 600px;
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 4.4vh;
  font-weight: 700;
  line-height: 5vh;
  position: relative;
}

.image-5 {
  border-radius: 0;
}

.bold-text {
  text-align: left;
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
}

.text-block-3 {
  color: #fff;
  font-family: Silka Webfont, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.heading-4 {
  font-family: Silka Webfont, Arial, sans-serif;
  font-weight: 600;
}

.paragraph-2, .bold-text-2, .paragraph-3, .bold-text-3, .paragraph-4, .heading-5 {
  font-family: Wotfard Webfont;
}

.heading-6 {
  font-family: Silka Webfont, Arial, sans-serif;
  line-height: 42px;
}

.paragraph-5 {
  color: #fff;
  line-height: 18px;
}

.heading-7 {
  font-family: Wotfard Webfont;
}

.heading-8 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.wrapper-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Screenshot-2025-11-14-at-16.37.32.png');
  background-position: 0 0;
  background-size: contain;
  background-clip: border-box;
  border: 20px solid #3f3f3f;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 1200px;
  height: 640px;
  font-family: Silka Webfont, Arial, sans-serif;
  display: flex;
  overflow: visible;
}

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

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.background-video {
  width: 360px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  width: 400px;
}

.div-block-15 {
  width: 330px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 600px 0% 0%;
}

.div-block-16 {
  box-sizing: border-box;
  object-fit: fill;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 30%;
  left: 760px;
  right: 0%;
}

.div-block-17 {
  margin-left: auto;
  margin-right: auto;
  font-family: Silka Webfont, Arial, sans-serif;
  position: relative;
  inset: 0% 0% auto;
}

.bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.form-2 {
  display: flex;
}

.div-block-18 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border: 24px solid #2e2e2e;
  border-radius: 48px;
  width: 400px;
  height: 713px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s, opacity .2s;
}

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

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

.form-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-6 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Silka Webfont, Arial, sans-serif;
}

.div-block-19 {
  width: 240px;
  margin-top: 20px;
}

.div-block-20 {
  border: 24px solid #000;
  border-radius: 48px;
  width: 423px;
  height: 787px;
  position: absolute;
  inset: 0%;
}

.link-3 {
  color: #fff;
  font-family: Silka Webfont, Arial, sans-serif;
}

.div-block-21 {
  margin-bottom: 10px;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.morecustomisation {
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-clip: content-box;
  border: 16px solid #2e2e2e;
  border-radius: 40px;
  width: 300px;
  height: 539px;
  transition: opacity .2s, opacity .2s;
  position: relative;
  right: auto;
  transform: rotateX(-12deg)rotateY(31deg)rotateZ(12deg);
}

.div-block-23 {
  width: 360px;
  margin-bottom: 60px;
  margin-right: 60px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.div-block-24 {
  background-image: linear-gradient(#009b68, #5abe79);
  width: 100%;
  height: 660px;
  position: relative;
}

.div-block-25 {
  background-color: #009b68;
  width: 100%;
  height: 100px;
  position: relative;
}

.div-block-25._5 {
  height: 200px;
}

.heading-6--2 {
  font-family: Silka Webfont, Arial, sans-serif;
  line-height: 42px;
}

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

  .section.wide {
    padding-top: 10vh;
    position: static;
  }

  .hero {
    padding: 20px 0;
  }

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

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

  .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 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }

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

  .nav-logo-wrap {
    padding-left: 0;
  }

  .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 {
    text-align: center;
    max-width: 100%;
    font-size: 7vw;
    line-height: 6vh;
  }

  .heading-8 {
    margin-bottom: 20px;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    position: relative;
    left: auto;
    right: auto;
  }

  .div-block-16 {
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
    left: auto;
    right: auto;
  }

  .form-4 {
    display: block;
  }

  .bold-text-6 {
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-19 {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .morecustomisation {
    position: relative;
  }

  .div-block-23 {
    width: 300px;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .div-block-24 {
    height: 960px;
  }

  .div-block-25 {
    height: 300px;
  }
}

@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-radius: 40px;
  }

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

  .hero-subhead {
    text-align: left;
  }

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

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

  .input {
    text-align: center;
    border-radius: 14px;
    height: 60px;
    padding: 0 22px;
  }

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

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

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

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .heading-6 {
    font-size: 48px;
    line-height: 48px;
  }

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

  .div-block-15 {
    margin-top: 0;
  }

  .div-block-16 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .form-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-6 {
    text-align: center;
  }

  .div-block-19 {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .morecustomisation {
    height: 408px;
    margin-right: auto;
  }

  .div-block-23 {
    width: 260px;
    margin-bottom: 140px;
    margin-right: 0;
  }

  .flex-block-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-25 {
    height: 460px;
  }

  .heading-6--2 {
    font-size: 36px;
    line-height: 38px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.wide {
    padding-top: 0;
  }

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

  .button.form-button {
    background-color: #5abe79;
    border-radius: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .image-2 {
    width: 100%;
  }

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

  .hero-image {
    width: 80%;
  }

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

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

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

  .hero-subhead {
    text-align: center;
    line-height: 18px;
  }

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

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

  .input {
    border-radius: 12px;
    height: 50px;
  }

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

  .nav-logo-wrap {
    padding-left: 0;
  }

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

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

  .heading-6 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-15 {
    margin-bottom: 40px;
  }

  .div-block-16 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 90vw;
  }

  .div-block-18 {
    border-width: 18px;
    border-radius: 44px;
    width: 286px;
    height: 509px;
  }

  .form-4 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
  }

  .bold-text-6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .div-block-19 {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .morecustomisation {
    border-width: 14px;
    border-radius: 40px;
    width: 240px;
    height: 429px;
    margin-left: auto;
  }

  .div-block-23 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-24 {
    height: 700px;
  }

  .div-block-25 {
    height: 400px;
  }

  .heading-6--2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }
}


@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-blackitalic-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-thinitalic-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-lightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-extralightitalic-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}