:root {
  /* Colors */
  --color-aqua: #1CA4C2;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-red: #D75843;
  --color-lightgreen: #98CA49;
  --color-gray: #767676;
  --color-semi-darkgray: #2F2F2F;
  --color-darkgray: #121212;
  --color-darkyellow: #FBAD17;
  --color-navyblue: #173851;
  /* Fonts */
  --font-gotham-light: 'GothamLight', sans-serif;
  --font-gotham-book: 'GothamBook', sans-serif;
  --font-gotham-medium: 'GothamMedium', sans-serif;
  --font-gotham-bold: 'GothamBold', sans-serif;
  --font-gotham-black: 'Gotham-Black', sans-serif;
}
@font-face {
  font-family: 'var(--font-gotham-light)';
  src: url('../fonts/gotham/GothamLight.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'var(--font-gotham-book)';
  src: url('../fonts/gotham/GothamBook.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'var(--font-gotham-medium)';
  src: url('../fonts/gotham/GothamMedium.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'var(--font-gotham-bold)';
  src: url('../fonts/gotham/GothamBold.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'var(--font-gotham-black)';
  src: url('../fonts/gotham/Gotham-Black.otf');
  font-weight: normal;
}
body {
  border: 0;
}
body.page .fl-page-content {
  background: none !important;
  margin-top: -121px;
  padding-top: 121px;
}
header.fl-builder-content {
  background: transparent linear-gradient(180deg, var(--color-darkgray) 0%, #12121200 100%) 0% 0% no-repeat padding-box;
}
.fl-page h1,
.fl-page h2,
.fl-page h3 {
  font-family: 'var(--font-gotham-black)' !important;
  font-weight: normal;
}
.fl-page h1 {
  font-size: 44px;
  line-height: 49px;
}
.fl-node-5df177e6c1549 > .fl-row-content-wrap {
  background-color: transparent;
}
.fl-page .button,
.fl-page .button:hover,
.fl-page .button:focus {
  background-color: var(--color-darkyellow);
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.fl-page .button:hover:before,
.fl-page .button:active:before,
.fl-page .button:focus:before {
  display: none;
}
.main-content {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-gotham-bold);
  font-size: 22px;
  line-height: 26px;
  z-index: 2;
}
.show-for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero {
  background-color: var(--color-darkgray);
  background-image: url('../images/hero-landing-bg-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 28px;
  height: 780px;
}
.hero-title {
  font-family: 'var(--font-gotham-bold)', sans-serif !important;
  margin-top: -35px;
  margin-bottom: 50px;
}
.hero-text {
  font-family: 'var(--font-gotham-medium)', sans-serif !important;
  margin-bottom: 40px;
}
.hero-content h1 + h1 {
  color: var(--color-aqua);
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}
.hero-content .button,
.hero-content .button:hover,
.hero-content .button:focus {
  background-color: var(--color-aqua);
}
.happier-life {
  background-color: var(--color-navyblue);
  padding-block: 100px;
}
.happier-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1100px;
}
.happier-content .content h1,
.happier-content .content h2,
.happier-content .content h3 {
  font-size: 44px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 3rem;
}
.happier-content .content p {
  font-size: 18px;
}
.happier-content .content {
  margin-bottom: 40px;
}
footer.fl-builder-content,
.footer-copy {
  display: none;
}
.mobile-only {
  display: none;
}
.graphic {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 395px;
}
/* Media Queries */
@media screen and (max-width: 600px) {
  .fl-page .button {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 36px;
  }
}
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .hero {
    background-position-x: 75%;
    height: 100vh;
    padding-inline: 25px;
    text-align: center;
  }
  .happier-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .happier-content .graphic {
    margin-inline: auto;
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .lp .hero-content {
    flex: 1;
    margin-left: 10%;
  }
  .hero-text {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .hero-content .button,
  .happier-life .button {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .lp .hero-content {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1600px) {
  .hero {
    background-image: url('../images/hero-landing-bg-2-xl.png');
    height: 1000px;
  }
  .hero-title {
    font-size: 65px !important;
    line-height: 75px !important;
  }
  .hero-text {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media screen and (min-width: 1700px) {
  .lp .hero-content {
    margin-left: 20%;
  }
}
@media screen and (min-width: 2000px) {
  .lp .hero-content {
    margin-left: 25%;
  }
}