#bottomOverlayButton {
    position: fixed;
    width: 100%;
    max-width: 360px;
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
    z-index: 998;
}
#bottomOverlayButton button {
    border: 3px solid #FFF;
}

.hero-quote-name {
    font-size:32px;
    line-height:136%;
    float:left;
}
.hero-quote-img {
    max-width:200px;
    margin:0 auto;
    float:left;
}
.app-button-pill-lg {
    padding: 18px 36px;
    font-size:22px;
    border-radius: 36px;
    border: 4px solid #231F20;
}
.lu-home-info-banner {
  text-align: center;
  padding: 22px;
  font-size: 22px;
}
.lu-home-info-banner-stat {
  color: #FFF;
  font-weight: 400;
  font-size: 72px;
  text-shadow: #FFF 1px 0 12px;
}
.lu-home-hero {
    position: relative;
    margin-top: -820px;
    height: 820px;
}
.lu-home-hero-top-padding {
    height: 240px;
}
.lu-home-hero-text-top {
  font-size: 52px;
  letter-spacing: 0.2rem;
  margin-top: 1em;
}
.lu-home-hero-text {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 2px #000;
}
.lu-home-hero-text-bottom {
  text-align: center;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.lu-home-hero-text-bottom > div {
  max-width: 620px;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 15px;
}
.hero-section {
  background-position: 50% 50%;
  height: 820px;
}
.lu-home-section-white {
    background-color: white;
    color: #231F20;
}
.lu-home-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}
.lu-home-section-center-text {
    text-align: center;
}
.lu-home-title-caps {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.lu-home-subtitle-caps {
    font-size: 16px;
    text-transform: uppercase;
}
.lu-home-quote {
    border: none;
    display: block;
    padding: 1.5em 1.5em;
    margin: 1em 0;
    position: relative;
    font-size: 180%;
    line-height: 140%;
    color: inherit;
    text-align: justify;
}
.lu-home-quote:before {
  content: '\201C';
  position: absolute;
  top: 12px;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 2rem;
  font: 3.5em/0.96em 'Lora', sans-serif;
  text-align: center;
}
.lu-home-quote:after {
  content: '\201D';
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(100% - 10px);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 3rem;
  font: 3.5em/0.76em 'Lora', sans-serif;
  text-align: center;
}
.lu-home-app-feature {
  margin-top: 12px;
  padding: 8px 16px;
  text-align: left;
  background-color: inherit;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  letter-spacing:0.15rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lu-home-app-feature > img {
  width: 42px;
  margin-right: 28px;
}
#homeRoadmapWide {
    display: block;
}
#homeRoadmapMobile {
    display: none;
}
.lu-home-roadmap-ring {
  overflow: hidden;
  max-width: 540px;
  margin: 0 auto;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 220px;
  position: relative;
}
.lu-home-roadmap-ring > div {
    width: 160px;
    position: absolute;
    text-shadow: 1px 1px 2px #000;
}
.lu-home-roadmap-ring > div:nth-child(1) {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.lu-home-roadmap-ring > div:nth-child(2) {
  top: 70px;
  right: 0px;
}
.lu-home-roadmap-ring > div:nth-child(3) {
  top: 205px;
  right: 12px;
}
.lu-home-roadmap-ring > div:nth-child(4) {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.lu-home-roadmap-ring > div:nth-child(5) {
  top: 200px;
  left: 4px;
}
.lu-home-roadmap-ring > div:nth-child(6) {
  top: 70px;
  left: 0px;
}
.product-content-statement {
  font-size: 26px;
}
.lu-home-content-3 {
    float: left;
    width: 33.3%;
    padding: 20px;
    font-size: 20px;
}
.lu-home-content-2 {
    float: left;
    width: 50%;
    padding: 30px;
}
.lu-home-content-2:nth-of-type(2n - 1) {
    clear: both;
}
.lu-home-content-flex {
    display: flex;
    align-items: center;
}
.lu-home-text-lg {
    font-size: 62px;
    font-weight: 100;
    letter-spacing: 0.1rem;
}
.lu-home-content-flex-reverse > div:nth-child(1) {
    order: 2;
}
.lu-home-content-flex-reverse > div:nth-child(2) {
    order: 1;
}
.lu-home-hero-slider-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.lu-home-hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 500px;
}
.lu-home-hero-slider-item {
    float: left;
    width: 900px;
    height: 500px;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.lu-home-hero-slider-nav-container {
    display: flex;
    justify-content: center;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lu-home-hero-slider-nav-item {
    width: 12px;
    height: 12px;
    margin: 8px;
    cursor: pointer;
    background-color: white;
}
.lu-home-hero-slider-nav-item-selected {
    background-color: #38b6ff;
}
.lu-home-hero-slide-text-dark {
    text-shadow: 2px 2px 2px #FFF;
}
.lu-home-hero-slide2-text {
    position: absolute;
    top: 30px;
    left: 30%;
    text-align: center;
    max-width: 900px;
}
.lu-home-hero-slide2-text1 {
    font-size: 36px;
    text-shadow: 1px 1px 2px #FFF;
}
.lu-home-hero-slide2-text2 {
    font-size: 62px;
    text-shadow: 2px 2px 2px #FFF;
}
.lu-home-hero-slide2-button {
    position: absolute;
    width: 380px;
    bottom: 340px;
    left: 50%;
    transform: translateX(-50%);
}
.lu-home-hero-slide3-text {
    position: absolute;
    top: 260px;
    left: 5%;
    text-align: center;
    max-width: 600px;
}
.lu-home-hero-slide3-text1 {
    font-size: 36px;
    text-shadow: 1px 1px 2px #000;
}
.lu-home-hero-slide3-text2 {
    font-size: 82px;
    text-shadow: 2px 2px 2px #000;
}
.lu-home-hero-slide3-button {
    position: absolute;
    width: 350px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.lu-home-hero-slide4-text {
    position: absolute;
    top: 40px;
    left: 5%;
    text-align: center;
    max-width: 600px;
}
.lu-home-hero-slide4-text2 {
    font-size: 68px;
    text-shadow: 2px 2px 2px #000;
}
.lu-home-hero-slide5-text {
    text-align: center;
    margin-top: 50px;
}
.lu-home-hero-slide-text-bottom {
  text-align: center;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
  width: 100%;
  margin-top: 3em;
  padding: 0 20px;
}
.lu-home-hero-slide-text-bottom-details {
    font-size: 15px;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 6px;
}
.signup-app-option-wrapper {
  width: 58%;
  margin: 1% auto;
  height: 72px;
  border-radius:54px;
  position: relative;
  background: linear-gradient(to right, #8761F9, #62E9F2);
  padding: 4px;
}
.home-signup-app-option {
  height: 64px;
  padding:12px 16px;
  border-radius:50px;
  text-align:center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #231F20;
  font-size: 22px;
  font-weight: 300;
  letter-spacing:0.15rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-signup-app-option > img {
  width: 38px;
  margin-right: 6px;
  float: left;
}
.home-signup-app-option > div {
  text-align:center;
  width: calc(100% - 38px);
}
.home-signup-button {
    padding: 16px 38px;
    font-size: 26px;
    border-radius: 54px;
}
.lu-home-quiz-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 6px;
}
.lu-home-quiz-item {
  background-color: rgba(155, 155, 155, 0.7);
  width: 48%;
  margin: 1%;
  font-size: 22px;
}
.lu-home-quiz-item-selected {
  background-color: rgba(56, 182, 255, 0.4);
  border-color: #38b6ff;
}
.lu-home-hero-text-top-v17d {
    font-size: 72px;
    margin-top: 0px;
}
.lu-home-hero-text-top-v20 {
    font-size: 52px;
    margin-top: 16px;
}
.lu-home-hero-center-text {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-top: 70px;
}
.lu-home-hero-large-text {
    font-size: 56px;
    letter-spacing: 0.2rem;
    line-height: 115%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #D3B65C;
    text-shadow: -2px 2px 1px rgba(211,182,92,0.4);
}
.lu-home-hero-secondary-text {
    font-size: 30px;
    max-width: 780px;
    margin: 0 auto;
}
.lu-home-hero-secondary-text-v20 {
    font-size: 26px;
    max-width: 750px;
    margin: 0 auto;
}
.lu-home-hero-tertiary-text-v20 {
    font-size: 24px;
    max-width: 750px;
    margin: 0 auto;
}
.lu-home-text-background-highlighted {
    background-color: #FFFF00;
    padding: 0 3px 3px;
    color: #231F20;
    line-height: 100%;
}
.lu-home-hero-shadow-text {
    text-shadow: #FFF 1px 0 5px;
    font-weight: 500;
}
.lu-home-hero-bold-text {
    font-weight: bold;
}
.lu-home-hero-tertiary-text {
    color: #FFF;
    font-weight: 500;
    font-size: 22px;
    text-shadow: #FFF 1px 0 8px;
}
.lu-home-hero-tertiary-text-noshadow {
    text-shadow: none;
}
.lu-home-heading2 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.08rem;
    text-align: center;
}
.lu-home-heading3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.lu-home-heading4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.lu-home-testimonial {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 1em;
    font-size: 110%;
}
.lu-home-background-flex {
    position: relative;
}
.lu-home-background-flex > img {
    max-width: 500px;
    max-height: 500px;
    display: block;
    margin: 0 auto;
}
.lu-home-background-flex > div {
    position: absolute;
    width: 50%;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.lu-home-background-flex ul {
    margin-top: 1em;
}
.lu-home-background-flex li {
    padding-bottom: 1em;
}
.lu-home-background-top-img1 {
    width: 100px;
}
.lu-home-background-top-img2 {
    width: 60px;
}
.lu-home-bullet-list ul {
    margin-top: 1em;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.lu-home-bullet-list li {
    padding-bottom: 1em;
}
.lu-home-content-flex-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lu-home-content-block {
    height: 320px;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 0.1rem;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.lu-home-content-block li {
    padding-bottom: 1em;
}
.lu-home-content-flex-wrap-2col {
    display:flex;
    flex-wrap: wrap;
}
.lu-home-content-flex-wrap-2col > div {
    display:flex;
    width: 100%;
    margin: 20px 40px;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.lu-home-content-flex-wrap-2col > div > div {
    width: 350px;
}
.lu-home-text-highlighted {
    color: #D3B65C;
    font-size: 28px;
    text-transform: uppercase;
    text-shadow: 0 0 8px #D3B65C;
    text-align: center;
    line-height: 35px;
}
.lu-home-text-flex-xl {
    font-size: 48px;
    line-height: 56px;
    max-width: 45%;
    text-align: left;
}
#homeContent-v20-img-lg {
    margin-top: -60px;
}
#homeContent-v20-img-sm1 {
    max-width: 190px;
}
#homeContent-v20-img-sm2 {
    max-width: 180px;
}
.content-wrapper {
    padding-top: 30px;
}
#homeHero-v20c {
    max-width:600px;
}
@media only screen and (max-width: 600px) {
    .hero-quote-name {
        font-size:20px;
        line-height:160%;
    }
    .hero-quote-img {
        max-width:140px;
    }
    .lu-home-hero-large-text {
        font-size: 42px;
    }
    .lu-home-hero-secondary-text {
        font-size: 22px;
        line-height: 1.3;
    }
    .lu-home-hero-tertiary-text {
        font-size: 18px;
    }
    .hero-section {
        height: 420px;
    }
    .lu-home-hero {
        margin-top: -410px;
        height: 610px;
    }
    .lu-home-info-banner {
        font-size: 19px;
        padding: 15px;
    }
    .lu-home-info-banner-stat {
        font-size: 52px;
    }
    .lu-home-hero-top-padding {
        height: 68px;
    }
    .lu-home-hero-text-top {
        font-size: 38px;
        margin-top: 0.7em;
    }
    .lu-home-hero-text {
        font-size: 18px;
    }
    .lu-home-hero-text-bottom {
        font-size: 20px;
    }
    .lu-home-hero-text-bottom > div {
        font-size: 14px;
    }
    .lu-home-quote {
        font-size: 130%;
    }
    .lu-home-title-caps {
        font-size: 18px;
    }
    .lu-home-subtitle-caps {
        font-size: 15px;
    }
    #homeRoadmapWide {
        display: none;
    }
    #homeRoadmapMobile {
        display: block;
    }
    .lu-home-roadmap-ring {
        height: 280px;
        background-size: 280px;
    }
    .lu-home-roadmap-ring > div {
        width: 100%;
        position: relative;
        padding: 5px;
    }
    .lu-home-roadmap-ring > div:nth-child(n) {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
    }
    .product-content-statement {
      font-size: 22px;
    }
    .lu-home-content-3 {
        width: 100%;
    }
    .lu-home-content-2 {
        width: 100%;
        padding: 10px;
    }
    .lu-home-content-flex {
        display: block;
    }
    .lu-home-text-lg {
        font-size: 32px;
    }
    .lu-home-hero-slide-text-bottom {
        margin-top: 1em;
        font-size: 18px;
    }
    .lu-home-hero-slide-text-bottom-details {
        font-size: 14px;
        margin-top: 4px;
    }
    .lu-home-hero-slide2-text {
        top: 16px;
        left: 0;
        padding:0 10px;
    }
    .lu-home-hero-slide2-text1 {
        font-size: 25px;
    }
    .lu-home-hero-slide2-text2 {
        font-size: 46px;
        text-shadow: 2px 2px 2px #FFF;
    }
    .lu-home-hero-slide2-button {
        width: 330px;
        bottom: 240px;
    }
    .lu-home-hero-slide3-text {
        top: 170px;
        left: 0;
    }
    .lu-home-hero-slide3-text1 {
        font-size: 25px;
    }
    .lu-home-hero-slide3-text2 {
        font-size: 46px;
    }
    .lu-home-hero-slide3-button {
        bottom: 120px;
    }
    .lu-home-hero-slide4-text {
        left: 0;
    }
    .lu-home-hero-slide4-text2 {
        font-size: 46px;
    }
    .lu-home-quiz-item {
        width: 98%;
        padding: 8px 10px;
        margin-top: 12px;
    }
    .signup-app-option-wrapper {
        width: 98%;
    }
    .lu-home-hero-text-top-v17d {
        margin-top: 0px;
    }
    .lu-home-hero-text-v17d {
        font-size: 18px;
        letter-spacing: 0.08rem;
    }
    .lu-home-hero-center-text {
        font-size: 20px;
        margin-top: 40px;
    }
    .lu-home-quiz-item {
        font-size: 18px;
        font-weight: 500;
    }
    .hero-section-v20 {
        height: 700px;
    }
    .lu-home-hero-v20 {
        height: 860px;
        margin-top: -690px;
    }
    .lu-home-hero-button {
        margin-top: 24px;
    }
    .lu-home-background-flex > div {
        width: 100%;
        font-size: 110%;
        padding: 0 15%;
    }
    .lu-home-background-flex > img {
        max-width: 100%;
    }
    .lu-home-background-top-img1 {
        width: 50px;
    }
    .lu-home-background-top-img2 {
        width: 30px;
        padding-top: 26px;
    }
    .lu-home-content-flex-center {
        display: block;
        text-align: center;
    }
    .lu-home-content-block {
        height: auto;
    }
    #homeContent-v20-img-lg {
        margin-top: -20px;
    }
    #homeContent-v20-img-sm1 {
        max-width: 140px;
    }
    #homeContent-v20-img-sm2 {
        max-width: 120px;
    }
    .lu-home-content-flex-wrap-2col > div {
        margin: 20px 0;
        padding: 0 10px;
        font-size: 110%;
    }
    .lu-home-content-flex-wrap-2col > div > div {
        width: 50%;
    }
    .lu-home-text-highlighted {
        font-size: 22px;
    }
    .lu-home-text-flex-xl {
        font-size: 26px;
        line-height: 34px;
        max-width: none;
        text-align: center;
    }
    .lu-home-hero-text-top-v20 {
        margin-top: 0;
    }
    .lu-home-heading2 {
        font-size: 28px;
    }
    .lu-home-heading3 {
        font-size: 20px;
    }
    .lu-home-heading4 {
        font-size: 18px;
    }
    #homeContent-v20-img-sm-bottom {
        margin:0 auto;
    }
    #homeHero-v20c {
        max-width:250px;
    }
    .app-button-pill-lg {
        padding: 12px 28px;
        margin-top:6px;
        font-size:20px;
        border: 3px solid #231F20;
    }
}
