body {
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, .87);
  font-size: 14px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.2em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6em;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 24px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  line-height: 1.4em;
  font-weight: 700;
}

.feature-section {
  overflow: hidden;
  padding-right: 5vw;
  padding-left: 5vw;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.feature-wrapper.end {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.feature-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-text.right {
  margin-left: 20px;
}

.feature-text.left {
  margin-right: 20px;
}

.feature-image {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 700px;
  perspective: 700px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.feature-image._1 {
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-image._2 {
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-image._3 {
  margin-right: 20px;
}

.tag {
  margin-bottom: 16px;
  color: #26c6da;
}

.centered-header {
  display: block;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.client-section {
  overflow: hidden;
  padding-right: 5vw;
  padding-left: 5vw;
}

.subtext {
  margin-top: 16px;
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
}

.pricing-section {
  overflow: hidden;
  padding: 160px 5vw;
  border-top: 1px solid rgba(0, 0, 0, .12);
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  background-color: #f5f5f5;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffc107;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.submit:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
}

.button.cta {
  padding: 16px;
}

.button.feature {
  margin-top: 32px;
  background-color: #26c6da;
}

.button.log-in {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
}

.button-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transform: translate(-125%, 0px);
  -ms-transform: translate(-125%, 0px);
  transform: translate(-125%, 0px);
}

.button-text {
  position: relative;
  z-index: 1;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 24px;
  margin-left: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.card:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .12);
}

.resource-heading {
  margin-top: 24px;
  color: rgba(0, 0, 0, .7);
  line-height: 1.4em;
  font-weight: 700;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 80px 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper {
  margin-top: 24px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-underline {
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 32px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #55aef6;
}

.nav-link.my-account {
  display: none;
}

.brand {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 12px;
}

.brand.w--current {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding: 16px 5vw;
  background-color: transparent;
}

.logo-heading {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.iphone-wrapper {
  position: relative;
  top: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 332px;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.iphone-wrapper.log-in {
  top: 0vh;
}

.iphone-base {
  position: relative;
  width: 332px;
  height: 600px;
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 90vh;
  margin-top: -5vh;
  margin-left: -10%;
  padding: 80px 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(315deg, #0288d1, #26c6da);
  background-image: linear-gradient(135deg, #0288d1, #26c6da);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.iphone-gif-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 332px;
  height: 600px;
  -webkit-transform: rotateX(0deg) rotateY(-12deg) rotateZ(7deg);
  transform: rotateX(0deg) rotateY(-12deg) rotateZ(7deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.iphone-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 332px;
  height: 600px;
  background-image: url('https://res.cloudinary.com/hpwejnwbc/image/upload/v1534961434/Angled-White-iPhone-ouline_cehlts.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.iphone-video-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 332px;
  height: 600px;
  -webkit-transform: rotateX(0deg) rotateY(-12deg) rotateZ(7deg);
  transform: rotateX(0deg) rotateY(-12deg) rotateZ(7deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 120%;
  border-radius: 24px;
  -webkit-transform: scale3d(0.7, 0.74, 1) translate(-20px, -92px);
  transform: scale3d(0.7, 0.74, 1) translate(-20px, -92px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statement-heading {
  margin-bottom: 40px;
}

.contact-section {
  overflow: hidden;
  padding: 160px 5vw 80px;
}

.contact-form-block {
  display: block;
  max-width: 740px;
  margin: 24px auto 0px;
}

.contact-form-block._2 {
  max-width: none;
  padding: 40px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.contact-form-block.hide {
  display: none;
}

.inquiry-form {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.form-label {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, .7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-label.w--current {
  color: rgba(0, 0, 0, .87);
}

.text-input {
  margin-bottom: 16px;
}

.success-message {
  margin-top: 16px;
  padding: 16px;
  background-color: #fff;
}

.submission-text {
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  font-family: Roboto, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.pricing-subtext {
  color: hsla(0, 0%, 100%, .7);
}

.nav-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 32px;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.feature-list {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-left: 32px;
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
  line-height: 1.6em;
}

.feature-list-item {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left;
}

.video-card {
  overflow: hidden;
  border-radius: 4px;
}

.how-it-works-section {
  overflow: hidden;
  padding-top: 80px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.card-background-wrapper {
  position: relative;
}

.card-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #0288d1, #26c6da);
  background-image: linear-gradient(180deg, #0288d1, #26c6da);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.card-background.contact {
  background-image: -webkit-linear-gradient(270deg, #fff59d, #ffbe00);
  background-image: linear-gradient(180deg, #fff59d, #ffbe00);
}

.mobile-ordering-wrapper {
  position: relative;
  display: block;
  width: 274px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.mobile-selection-shape {
  position: absolute;
  left: 225px;
  top: 184px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #64bc7d;
  -webkit-transform: rotateX(0deg) rotateY(10deg) rotateZ(0.6deg);
  transform: rotateX(0deg) rotateY(10deg) rotateZ(0.6deg);
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.halo-effect {
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: rgba(121, 185, 130, .24);
}

.mobile-1 {
  position: relative;
  z-index: 1;
  height: 600px;
}

.mobile-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  height: 600px;
}

.mobile-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  height: 600px;
}

.mobile-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: none;
  height: 600px;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .75);
  border-radius: 6px;
  -webkit-transform: rotateX(0deg) rotateY(-17deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-17deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client-link {
  margin-right: 8px;
  margin-left: 8px;
  color: #26c6da;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}

.client-link:hover {
  text-decoration: underline;
}

.client-spacer {
  width: 8px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #26c6da;
}

.cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cell.name {
  color: #26c6da;
}

.cell.name.gray {
  background-color: #f5f5f5;
}

.cell.title {
  height: 32px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
}

.cell.gray {
  background-color: #f5f5f5;
}

.cell.meal-1 {
  background-image: url('https://res.cloudinary.com/hpwejnwbc/image/upload/v1534961458/Vietnamese-sandwich_hxiny8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cell.meal-2 {
  background-image: url('https://res.cloudinary.com/hpwejnwbc/image/upload/v1534961475/Beef-kabob-platter_u4j6fd.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cell.meal-3 {
  background-image: url('https://res.cloudinary.com/hpwejnwbc/image/upload/v1534961480/Roasted-beet-salad_cf8jag.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cell.meal-4 {
  background-image: url('https://res.cloudinary.com/hpwejnwbc/image/upload/v1534961485/Roasted-cauliflower-pita_driolo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-divider {
  width: 1px;
  background-color: rgba(0, 0, 0, .75);
}

.cell-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, .75);
}

.texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateX(0deg) rotateY(17deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(17deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text {
  max-width: 400px;
  margin-bottom: 2px;
}

.text.spaced {
  margin-bottom: 10px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 160px 5vw 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading {
  color: #fff;
  text-align: center;
}

.footer-background {
  position: absolute;
  left: 0px;
  top: 48px;
  right: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 100%;
  margin-left: -10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(315deg, #0288d1, #26c6da);
  background-image: linear-gradient(135deg, #0288d1, #26c6da);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.footer-story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-paragraph {
  margin-bottom: 24px;
  color: hsla(0, 0%, 100%, .7);
  text-align: left;
}

.footer-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-button.close {
  display: none;
  cursor: pointer;
}

.footer-button.open {
  cursor: pointer;
}

.contact-form-heading {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.card-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(315deg, #0288d1, #26c6da);
  background-image: linear-gradient(135deg, #0288d1, #26c6da);
  text-decoration: none;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, .54);
  font-size: 16px;
}

.list-check {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  opacity: 0.54;
}

.iphone-gif {
  height: 100%;
  border-radius: 24px;
}

.background-gif {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 120%;
  border-radius: 24px;
  -webkit-transform: scale3d(0.7, 0.74, 1) translate(-20px, -92px);
  transform: scale3d(0.7, 0.74, 1) translate(-20px, -92px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.yellow-highlight {
  color: #ffbe00;
}

.body-wrapper {
  overflow: hidden;
  max-width: 100vw;
}

.body {
  overflow: hidden;
}

.log-in-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.log-in-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(315deg, #0288d1, #26c6da);
  background-image: linear-gradient(135deg, #0288d1, #26c6da);
}

.log-in-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form-heading-text {
  font-family: 'Playfair Display', sans-serif;
  color: rgba(0, 0, 0, .87);
  font-weight: 900;
  letter-spacing: 1px;
}

.form-block {
  min-width: 320px;
  margin-bottom: 16px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 48px;
  margin-bottom: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  border-radius: 4px;
  font-size: 16px;
}

.log-in-heading {
  margin-top: 64px;
  margin-bottom: 24px;
  font-family: 'Playfair Display', sans-serif;
}

.link {
  color: #26c6da;
  font-weight: 400;
}

.link.log-in {
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: underline;
}

.log-in-footer {
  margin-top: 64px;
  text-align: center;
}

.log-in-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.log-in-iphone {
  height: 60%;
}

.bottle-logo {
  height: 24px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iphone-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 332px;
  height: 600px;
  background-image: url('https://res.cloudinary.com/hpwejnwbc/image/upload/v1534961519/Angled-White-iPhone_c0sl75.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .feature-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-text.right {
    max-width: 400px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .feature-text.left {
    max-width: 400px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .feature-image._1 {
    margin-right: 0px;
    margin-bottom: 64px;
  }
  .feature-image._2 {
    margin-bottom: 64px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-image._3 {
    margin-right: 0px;
    margin-bottom: 64px;
  }
  .button-overlay {
    display: none;
  }
  .card {
    margin-bottom: 80px;
  }
  .menu-icon {
    line-height: 14px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: auto;
    margin-bottom: 0px;
    padding: 40px 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-linear-gradient(315deg, #0288d1, #26c6da);
    background-image: linear-gradient(135deg, #0288d1, #26c6da);
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .12);
  }
  .nav-link-underline {
    display: none;
  }
  .menu-button {
    padding: 11px 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .38);
    color: #fff;
  }
  .menu-button.w--open {
    z-index: 2;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .54);
  }
  .nav-link {
    margin-left: 0px;
    padding: 8px 12px;
  }
  .nav-link.my-account {
    display: block;
  }
  .brand {
    z-index: 2;
  }
  .hero-copy {
    max-width: 50%;
  }
  .form-label {
    text-align: center;
  }
  .nav-button {
    display: block;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
  }
  .card-background-wrapper {
    width: 100%;
  }
  .client-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .client-link {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
  }
  .client-spacer {
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    font-size: 40px;
  }
  .feature-text.right {
    margin-left: 0px;
  }
  .feature-text.left {
    margin-right: 0px;
  }
  .tag.log-in {
    color: #fff;
  }
  .resource-heading {
    font-size: 32px;
  }
  .hero-section {
    height: 960px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .nav-menu {
    top: 64px;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
  }
  .menu-button {
    display: block;
  }
  .nav-link {
    padding: 12px;
  }
  .hero-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .iphone-wrapper {
    top: 0px;
    width: 274px;
    height: 496px;
  }
  .hero-background {
    height: 960px;
  }
  .iphone-gif-wrapper {
    display: block;
    width: 275px;
    height: 496px;
    -webkit-transform: rotateX(0deg) rotateY(-14deg) rotateZ(7deg) scale(1) translate(0px, 10px);
    transform: rotateX(0deg) rotateY(-14deg) rotateZ(7deg) scale(1) translate(0px, 10px);
  }
  .iphone-top {
    width: 274px;
    height: 496px;
  }
  .iphone-video-wrapper {
    display: none;
    width: 274px;
    height: 496px;
    -webkit-transform: rotateX(0deg) rotateY(-12deg) rotateZ(7deg);
    transform: rotateX(0deg) rotateY(-12deg) rotateZ(7deg);
  }
  .client-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .client-link {
    margin-bottom: 24px;
  }
  .log-in-section {
    background-image: -webkit-linear-gradient(315deg, #26c6da, #0288d1);
    background-image: linear-gradient(135deg, #26c6da, #0288d1);
    color: #fff;
  }
  .log-in-image {
    display: none;
  }
  .log-in-form {
    width: 100%;
    height: auto;
  }
  .link.log-in {
    color: #fff;
  }
  .link.white {
    color: #fff;
    text-decoration: underline;
  }
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .iphone-background {
    width: 274px;
    height: 496px;
  }
}

@media (max-width: 479px) {
  .feature-section {
    overflow: hidden;
  }
  .feature-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .feature-text.left {
    max-width: 320px;
  }
  .feature-image._1 {
    margin-bottom: 40px;
  }
  .feature-image._2 {
    margin-bottom: 40px;
  }
  .feature-image._3 {
    margin-bottom: 40px;
  }
  .client-section {
    overflow: hidden;
    padding-top: 64px;
  }
  .pricing-section {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .hero-section {
    overflow: hidden;
  }
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section {
    overflow: hidden;
    padding-top: 120px;
  }
  .how-it-works-section {
    overflow: hidden;
  }
  .table {
    margin-right: 16px;
    margin-left: 0px;
    -webkit-transform: rotateX(0deg) rotateY(-17deg) rotateZ(0deg) scale(0.8);
    transform: rotateX(0deg) rotateY(-17deg) rotateZ(0deg) scale(0.8);
  }
  .column.meals {
    display: none;
  }
  .column-divider.meals {
    display: none;
  }
  .texts {
    margin-right: 0px;
    margin-left: 16px;
    -webkit-transform: rotateX(0deg) rotateY(17deg) rotateZ(0deg) scale(0.8);
    transform: rotateX(0deg) rotateY(17deg) rotateZ(0deg) scale(0.8);
  }
  .text {
    max-width: 360px;
  }
  .footer {
    overflow: hidden;
  }
  .form-block {
    min-width: 240px;
  }
}

