:root {
  --light-grey-purple-bg: #edf1f7;
  --almost-black: #141414;
  --anderson-blue: #00518b;
  --white: white;
  --light-grey: #e4e4e4;
  --anderson-green: #00a634;
  --6px: 6px;
}

body {
  background-color: var(--light-grey-purple-bg);
  color: var(--almost-black);
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 1.7;
}

h1 {
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: 1px;
  margin-top: 1.5em;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: 1px;
  margin-top: 1.5em;
  margin-bottom: 24px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--anderson-blue);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 18px;
}

li {
  margin-bottom: .5em;
}

img {
  max-width: 100%;
  display: inline-block;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards-image.bruce {
  object-position: 50% 26%;
}

.cards-image.contain {
  object-fit: contain;
}

.cards-icon-mask {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.cards-icon-mask.blue {
  background-color: #3769ad;
}

.centered {
  text-align: center;
}

.cards-grid-container {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.cards-grid-container._4-up, .cards-grid-container._5-up {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section {
  background-color: var(--white);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.short {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.short.light-grey {
  background-color: #eee;
  background-color: var(--light-grey-purple-bg);
}

.section.short.blue {
  background-color: var(--anderson-blue);
  color: var(--light-grey);
}

.section.short.green {
  background-color: var(--anderson-green);
  color: var(--white);
}

.section.light-grey {
  background-color: var(--light-grey-purple-bg);
}

.section.blue {
  background-color: var(--anderson-blue);
  color: var(--light-grey-purple-bg);
}

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

.section-header {
  margin-bottom: 50px;
}

.card-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.flex-container {
  display: flex;
}

.container.flex-container.align-top {
  align-items: flex-start;
}

.container.hero {
  z-index: 1;
  text-align: center;
  position: relative;
}

.hero-section {
  background-color: var(--almost-black);
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.soda-shoppe {
  background-image: linear-gradient(#00000063, #00000063), url('../images/The-Soda-Shoppe-girl.jpg');
  background-position: 0 0, 50%;
}

.hero-section.smaller {
  height: 40vh;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section.smallest {
  background-color: var(--anderson-green);
  height: auto;
  min-height: auto;
}

.hero-container {
  z-index: 1;
  text-align: center;
  flex: 1;
  position: relative;
}

.inline-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 2px solid var(--anderson-green);
  border-radius: var(--6px);
  background-color: var(--anderson-green);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  background-color: var(--white);
  color: var(--anderson-green);
  transform: scale(1.05);
}

.button.inline {
  margin-bottom: 10px;
  margin-left: 10px;
}

.button.in-nav {
  background-color: var(--white);
  color: var(--anderson-green);
  margin-left: 1.5vw;
}

.button.in-nav:hover {
  border-color: var(--anderson-green);
  background-color: var(--anderson-green);
  color: var(--white);
}

.button.in-nav.w--current {
  margin-left: 20px;
}

.button.white {
  background-color: var(--white);
  color: var(--anderson-blue);
}

.button.blue {
  border-color: var(--anderson-blue);
  background-color: var(--anderson-blue);
  color: var(--white);
}

.logo-topnav-img {
  height: 100%;
}

.logo-topnav-link-block {
  flex: 0 auto;
  height: 60%;
  margin-right: 2vw;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  height: 140px;
  display: flex;
  box-shadow: 0 0 7px #0000001f;
}

.nav-link {
  color: var(--almost-black);
  border-radius: 4px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 6px 1.5vw;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link:hover {
  background-color: var(--light-grey);
}

.nav-link.w--current {
  color: var(--almost-black);
}

.nav-link.dropdown {
  padding-left: 1.3vw;
  padding-right: 1.9vw;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  padding: 1.3vw;
  top: 90px;
  left: -1.3vw;
  box-shadow: 0 0 10px #0003;
}

.nav-menu {
  flex: none;
  align-items: center;
  display: flex;
}

.sticky-nav {
  z-index: 100;
  position: sticky;
  top: 0;
}

.topnav-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.topnav-container.centered {
  justify-content: center;
}

.screenshot-lightbox-link {
  width: 80px;
  margin-bottom: 10px;
  margin-right: 3%;
}

.list {
  margin-bottom: 30px;
}

.footer {
  background-color: var(--light-grey-purple-bg);
  color: var(--almost-black);
  text-align: center;
  border-top: 1px solid #3769ad33;
  align-items: flex-start;
  padding-bottom: 40px;
}

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

.footer-flex-container {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 68px;
  display: flex;
}

.footer-heading {
  color: var(--almost-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: var(--anderson-blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-meta {
  opacity: .5;
  margin-top: 27px;
  font-size: 12px;
}

.footer-meta-link:hover {
  text-decoration: none;
}

.navbar-2 {
  background-color: #fff;
  flex-direction: column;
  height: 140px;
  display: flex;
  box-shadow: 0 0 7px #0000001f;
}

.topnav-container-2 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 27px;
  padding-right: 46px;
  display: flex;
}

.footer-meta-2 {
  opacity: .5;
  font-size: 12px;
}

.section-2 {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.div-block {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.image-text-section {
  justify-content: space-between;
  display: flex;
}

.image-text---image {
  background-color: var(--light-grey);
  object-fit: cover;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 140px;
}

.image-text---image.mobile-app {
  object-position: 0% 50%;
}

.image-text---image.not-full {
  min-height: auto;
}

.image-text---text {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.image-text---text.justify-top {
  justify-content: flex-start;
}

.circle-icon-mask {
  background-color: var(--anderson-green);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.cards-image-mask {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-mask.circle {
  border-radius: 50%;
}

.quotation-mark {
  width: 70px;
  margin-bottom: 10px;
}

.icon-link-block {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.icon-link-block:hover {
  text-decoration: underline;
}

.section-divider {
  background-color: var(--light-grey);
  width: 900px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.back-to-top-button-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button-circle {
  background-color: #3769ad;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: scale(1.1);
}

.button-circle.w--current {
  background-color: #3769ad;
}

.hero-overlay-2 {
  color: #f5f5f5;
  background-image: linear-gradient(#222a35b3, #222a35b3), url('../images/Gibson-Pharmacy-building-Athens-TX-1400.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 64vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-2.sode-shoppe {
  background-image: linear-gradient(#222a3566, #222a3566), url('../images/The-Soda-Shoppe-girl.jpg');
  background-attachment: scroll, scroll;
}

.hero-image-mask {
  flex: none;
  width: 40%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.spacer {
  width: 100%;
}

.spacer._20 {
  height: 20px;
}

.spacer._50 {
  height: 50px;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

._0-top-margin {
  margin-top: 0;
}

.content-max-width {
  max-width: 800px;
}

.hero-h1 {
  margin-bottom: 0;
}

.hero-image-full {
  opacity: .63;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image-full.mobile-app {
  object-position: 50% 20%;
}

.hero-image-full.long-lash-kit {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.image-cover {
  object-fit: cover;
}

.utility-page-wrap {
  color: var(--anderson-blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.utility-wrapper {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.fixed-topnav {
  position: fixed;
  inset: 0% 0% auto;
}

.split-content {
  justify-content: space-between;
  display: flex;
}

.split-left, .split-right {
  width: 47%;
}

.split-right._2 {
  text-align: center;
  margin-top: -133px;
  position: relative;
}

.footer-column {
  flex: none;
  padding-top: 60px;
  padding-right: 42px;
}

.footer-column.right {
  padding-right: 0;
}

.app-store-badge {
  margin-bottom: 10px;
}

.html-embed {
  max-width: 700px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

._0-bottom-margin {
  margin-bottom: 0;
}

.left-third-right-2-thirds {
  align-items: flex-start;
  display: flex;
}

.left-third-right-2-thirds.align-stretch {
  align-items: stretch;
}

.left-third {
  background-color: var(--light-grey-purple-bg);
  flex-direction: column;
  justify-content: flex-start;
  width: 33%;
  min-width: 400px;
  display: flex;
  position: sticky;
  top: 0;
}

.right-2-thirds {
  flex: 1;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.image {
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 1vw;
  padding-right: 2vw;
}

.image-2 {
  width: 100%;
}

.right-2-thirds-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  position: sticky;
  top: 80px;
}

.site-max-width {
  background-color: #fff;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.photo-for-refill {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.text-small {
  font-size: 15px;
}

.footer-image {
  mix-blend-mode: darken;
  width: 100%;
  max-width: 300px;
}

.facebook-link-block {
  background-color: var(--anderson-blue);
  border-radius: 4px;
  margin-top: 8px;
  padding: 12px 20px;
}

.dropdown-arrow {
  margin-right: .4vw;
  font-size: 17px;
  top: 5px;
}

.nav-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link {
  color: var(--anderson-blue);
  border-radius: 3px;
  padding: 15px 1.3vw;
  line-height: 1.2;
}

.dropdown-link:hover {
  color: var(--anderson-blue);
  background-color: #3769ad1a;
}

.dropdown-link.w--current {
  color: var(--anderson-blue);
}

.sticky-20-to-mobile {
  position: sticky;
  top: 20px;
}

.only-mobile {
  display: none;
}

.full-width {
  width: 100%;
  height: 100%;
}

.content {
  margin-bottom: 60px;
}

.callout {
  color: var(--anderson-blue);
  text-align: center;
  background-color: #3769ad1a;
  border: 1px solid #3769ad33;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8%;
  display: flex;
}

.callout.alt {
  border-color: var(--light-grey);
  background-color: var(--white);
  color: var(--almost-black);
}

.reviews-img-link-block {
  padding-left: 10px;
  padding-right: 10px;
}

.reviews-img-link-block:hover {
  transform: scale(1.1);
}

.rounded-corners {
  border-radius: var(--6px);
}

.text-blue {
  color: var(--anderson-blue);
}

.eyebrow {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.max-width._740 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.h2-top-margin-compensation {
  height: 0;
  margin-top: -40px;
}

.photos-side-by-side {
  justify-content: space-between;
  padding-bottom: 2%;
  display: flex;
}

.div-block-3 {
  background-color: #3769ad1a;
  align-items: center;
  width: 49%;
  display: flex;
}

.promo-box {
  text-align: center;
}

.image-4 {
  padding-left: 5%;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.right-image {
  float: right;
  width: 40%;
  margin-left: 5%;
}

.slider {
  border-radius: 6px;
  height: 50vw;
  max-height: 660px;
  margin-top: 50px;
}

.hide {
  display: none;
}

.slide-nav {
  margin-bottom: -45px;
  display: none;
}

.slide-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mask {
  border-radius: 6px;
}

.slider-arrows:hover {
  background-color: #00000073;
}

.app-icon {
  float: left;
  border: 1px solid #0003;
  border-radius: 16px;
  width: 80px;
  margin-top: -23px;
  margin-left: -40px;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.app-store-icon {
  width: 200px;
  height: 100%;
}

.app-badge-link-block {
  height: 52px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: transform .2s;
}

.app-badge-link-block:hover {
  transform: scale(1.066);
}

.app-badges {
  flex-wrap: wrap;
  display: flex;
}

._2-col {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

._2-col.is-reversed {
  flex-direction: row-reverse;
}

._2-col.less-gap {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  align-items: stretch;
}

.app-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 45%;
}

.app-image.size-small {
  object-fit: contain;
  object-position: 0% 50%;
  width: 30%;
}

.app-content-wrapper {
  margin-left: 60px;
}

.app-video {
  z-index: 2;
  background-color: #e2f8fb;
  width: 100%;
  height: auto;
  margin-left: -19%;
  padding-top: 46%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.app-hero-content {
  z-index: 4;
  background-color: var(--white);
  flex: none;
  width: 460px;
  margin-left: 40px;
  padding-top: 50px;
  padding-bottom: 41px;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.text-block-3 {
  border-radius: var(--6px);
  background-color: var(--light-grey-purple-bg);
  color: var(--anderson-blue);
  margin-bottom: 1rem;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.max-width-550 {
  width: 100%;
  max-width: 550px;
}

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

.div-block-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.app-content {
  flex: 1;
  min-width: 360px;
}

.inline-list {
  justify-content: center;
  align-items: flex-start;
  padding-top: 19px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.inline-list-item {
  padding-left: 8px;
  padding-right: 8px;
}

.text-white {
  color: var(--light-grey-purple-bg);
}

.text-size-small {
  font-size: 16px;
}

.text-size-medium {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .cards-grid-container._4-up {
    grid-template-columns: 1fr 1fr;
  }

  .cards-grid-container._5-up {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .section {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .hero-section.smaller {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .text-block {
    float: left;
    position: relative;
    top: -2px;
  }

  .icon {
    float: left;
    width: 50px;
    font-size: 40px;
  }

  .navbar {
    height: 110px;
  }

  .nav-link {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-link.dropdown {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-list.w--open {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .menu-button {
    color: #3769ad;
    text-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 30px;
  }

  .menu-button.w--open {
    background-color: var(--light-grey-purple-bg);
    color: #3769ad;
  }

  .nav-menu {
    background-color: var(--light-grey-purple-bg);
    padding: 20px 20px 30px;
    box-shadow: 0 18px 20px -7px #20202040;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .image-text---image {
    order: -1;
    width: 100%;
    min-height: auto;
    position: relative;
    top: 0;
  }

  .image-text---image.not-full {
    order: 0;
    width: 50%;
  }

  .image-text---text {
    width: 45%;
  }

  .circle-icon-mask {
    margin-bottom: 10px;
  }

  .left-third-right-2-thirds, .left-third-right-2-thirds.align-stretch {
    flex-direction: column;
  }

  .left-third {
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    position: relative;
  }

  .image {
    object-fit: cover;
    width: 50%;
    padding-right: 0;
  }

  .image-2 {
    width: 50%;
  }

  .dropdown-arrow {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    font-size: 20px;
    position: relative;
    top: 2px;
  }

  .nav-dropdown {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .only-mobile {
    display: block;
  }

  .text-block-2 {
    display: inline;
  }

  .slider {
    height: 90vw;
    max-height: none;
    margin-top: 0;
    margin-bottom: 50px;
  }

  ._2-col {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    align-items: flex-start;
  }

  ._2-col.less-gap {
    align-items: stretch;
  }

  .app-image {
    width: 39%;
  }

  .app-video {
    margin-top: -5vw;
    margin-left: 0%;
    padding-top: 56.25%;
  }

  .flex-horiz-align-center {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .cards-grid-container {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-grid-container._5-up {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .container.flex-container, .container.flex-container.align-top {
    flex-direction: column;
  }

  .hero-section {
    height: 70vw;
    min-height: 370px;
    padding: 40px 30px;
  }

  .hero-section.smaller {
    height: auto;
  }

  .hero-section.smallest {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar {
    height: 100px;
  }

  .menu-button {
    height: 80px;
  }

  .sticky-nav {
    position: relative;
  }

  .topnav-container {
    padding-left: 11px;
    padding-right: 0;
  }

  .list {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 41px;
  }

  .footer-flex-container {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .navbar-2 {
    height: 80px;
  }

  .topnav-container-2 {
    padding-left: 11px;
    padding-right: 0;
  }

  .image-text-section {
    flex-direction: column;
  }

  .image-text---image.not-full {
    width: 100%;
  }

  .image-text---text {
    width: 100%;
    padding-bottom: 6%;
  }

  .circle-icon-mask {
    width: 90px;
    height: 90px;
  }

  .cards-image-mask {
    margin-bottom: 0;
  }

  .icon-link-block {
    width: 130px;
    font-size: 20px;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero-image-full.long-lash-kit {
    object-position: 50% 55%;
  }

  .split-content {
    flex-direction: column;
  }

  .split-left, .split-right {
    width: 100%;
  }

  .split-right._2 {
    margin-top: 0;
  }

  .right-2-thirds {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-20-to-mobile {
    position: relative;
  }

  .callout {
    padding: 42px;
  }

  .callout.top-margin-on-mobile {
    margin-top: 50px;
  }

  .right-image {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0%;
  }

  .slider {
    height: 80vw;
  }

  ._2-col {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: row;
    justify-content: flex-start;
  }

  ._2-col.is-reversed {
    justify-content: flex-end;
  }

  .app-image {
    width: auto;
    height: 220px;
  }

  .app-image.size-small {
    width: auto;
    height: 330px;
  }

  .app-video {
    margin-top: 10vw;
  }

  .app-hero-content {
    box-shadow: none;
    width: 420px;
    padding-bottom: 0;
  }

  .app-content {
    flex: 1;
  }

  .text-size-medium {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .centered.except-on-mobile-portrait {
    text-align: left;
  }

  .cards-grid-container {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-grid-container._4-up {
    grid-template-columns: 1fr;
  }

  .cards-grid-container._5-up {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-section {
    height: auto;
  }

  .logo-topnav-link-block {
    padding-left: 0;
  }

  .text-block {
    float: left;
    position: relative;
    top: 2px;
  }

  .icon {
    width: 40px;
  }

  .navbar {
    height: 80px;
  }

  .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .dropdown-list.w--open {
    padding: 10px 0;
  }

  .menu-button {
    flex: none;
    height: 80px;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
  }

  .sticky-nav {
    padding: 0;
  }

  .topnav-container {
    justify-content: flex-start;
  }

  .footer {
    text-align: left;
  }

  .topnav-container-2 {
    padding-right: 0;
  }

  .icon-link-block {
    width: 160px;
    padding-bottom: 23px;
  }

  .hero-image-full.long-lash-kit {
    object-position: 50% 60%;
  }

  .footer-column {
    padding-right: 35px;
  }

  .right-2-thirds {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .photos-side-by-side {
    flex-direction: column;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 2%;
  }

  .app-icon {
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .app-image {
    width: 80vw;
    height: auto;
  }

  .app-image.size-small {
    width: 70vw;
    height: auto;
  }

  .app-content-wrapper {
    margin-left: 0;
  }

  .app-hero-content {
    width: auto;
    margin-left: 0;
    padding-top: 20px;
  }

  .app-content {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3f74fca-88b3-fc10-0ec2-235d891d4c95-9ec213d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3f74fca-88b3-fc10-0ec2-235d891d4c9e-9ec213d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_75833632-7d51-a36e-557a-643390801aad-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801aaf-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801ab7-9ec213d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75833632-7d51-a36e-557a-643390801ab9-9ec213d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_05c9ee4e-a3b1-ba44-9488-c195f6a59d55-f6a59d3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05c9ee4e-a3b1-ba44-9488-c195f6a59d5e-f6a59d3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3f74fca-88b3-fc10-0ec2-235d891d4c8a-9ec213d3, #w-node-c3f74fca-88b3-fc10-0ec2-235d891d4c93-9ec213d3, #w-node-c3f74fca-88b3-fc10-0ec2-235d891d4c9c-9ec213d3, #w-node-_75833632-7d51-a36e-557a-643390801a76-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801a79-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801a7c-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801aa0-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801aaa-9ec213d7, #w-node-_75833632-7d51-a36e-557a-643390801ab4-9ec213d7, #w-node-_05c9ee4e-a3b1-ba44-9488-c195f6a59d4a-f6a59d3e, #w-node-_05c9ee4e-a3b1-ba44-9488-c195f6a59d53-f6a59d3e, #w-node-_05c9ee4e-a3b1-ba44-9488-c195f6a59d5c-f6a59d3e {
    grid-column: span 1 / span 1;
  }
}


