:root {
  --dark-grey: #a7a7ad;
  --radio-red: #f51d05;
  --white: white;
  --dark-slate-blue: #324761;
  --alice-blue: #eef2f6;
  --black: #202020;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: .5em;
  font-family: DM Sans, sans-serif;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 115%;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  margin-top: .5em;
  margin-bottom: .75rem;
  font-family: Gt haptik;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

a {
  color: var(--radio-red);
  text-decoration: underline;
}

.phone-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.frame {
  border: 2px #080621;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-hex {
  opacity: .3;
  background-image: url('../images/hero-hex.svg');
  background-position: 0 0;
  background-size: cover;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: 20% auto auto 0%;
}

.bg-hex._3 {
  top: 46%;
}

.bg-hex._4 {
  inset: 65% 5% auto auto;
}

.bg-hex._2 {
  inset: 38% 5% auto auto;
}

.sticky-content {
  margin-bottom: 0;
}

.small-title {
  margin-top: .25em;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}

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

.screen {
  z-index: -1;
  background-image: url('../images/home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.6em;
  width: 89%;
  height: 97%;
  position: absolute;
}

.screen._2 {
  z-index: -2;
  background-image: url('../images/schedule.webp');
}

.screen._4 {
  z-index: -5;
  background-image: url('../images/podcast.webp');
}

.screen._3 {
  z-index: -3;
  background-image: url('../images/feed.webp');
}

.hero-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hero-content-wrapper.sticky {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 15%;
  margin-bottom: 0;
}

.mobile-section {
  background-color: #080621;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600vh;
  max-height: 6000px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.mobile-section.mobile, .hidden {
  display: none;
}

.sticky-wrapper-main {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 80%;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-bottom: 237px;
  display: flex;
}

.p2 {
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 1.08em;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-bottom: 64px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.sticky {
  height: 91vh;
  position: sticky;
  top: 8%;
  bottom: 7%;
}

.desktop-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 500vh;
  max-height: 6000px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.body {
  color: #fff;
  background-color: #070707;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.heading {
  color: #a59696;
}

.header {
  text-align: center;
  padding: 2em 3em;
  position: relative;
}

.simple_header {
  z-index: 5;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-content {
  margin-top: 5em;
  margin-bottom: 10em;
}

.badge {
  background-color: var(--radio-red);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: .25em 1em;
  font-family: Brown;
  font-size: .825em;
  display: inline-block;
  box-shadow: 0 8px 32px #0000004d;
}

.badge.small {
  background-color: var(--radio-red);
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: .61255em;
  line-height: 20px;
}

.badge.small.red {
  background-image: linear-gradient(to top, var(--radio-red), var(--radio-red));
}

.heading-2 {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.button {
  border: 2px solid var(--radio-red);
  background-color: var(--radio-red);
  white-space: nowrap;
  border-radius: .75rem;
  padding: 1rem 2rem;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: background-color .2s;
}

.button:hover {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #ffffff14;
}

.button.onlight:hover {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
}

.lead-p {
  color: var(--alice-blue);
  margin-bottom: 1.5em;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  line-height: 1.47em;
}

.mask {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mask.grad-mask {
  display: none;
}

.mask-img {
  min-width: 100%;
  transform: scale(1.025);
}

.app-preview {
  background-color: #0f0f0f;
  position: relative;
}

.feature-cards {
  padding-bottom: 2rem;
}

.feature-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.feature-wrap.left {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}

.feature-item {
  background-color: var(--black);
  border-radius: 1em;
  width: 32%;
  margin-bottom: 1em;
  padding: 2em 2em 1em;
}

.feature-item.light {
  background-color: #0000;
}

.feature-item.light._50 {
  width: 48%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.app-builder {
  background-color: var(--white);
  color: var(--black);
  padding-top: 4em;
  position: relative;
}

.builder-preview {
  border-radius: .75em;
  margin: 2em auto;
  display: block;
  box-shadow: 0 8px 32px #d6e1ea;
}

.app-ready {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  background-image: linear-gradient(#f7f7f7, #fff);
  padding: 4em 3em 1em;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.faq-circle {
  background-color: var(--radio-red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  margin-left: 1em;
  display: flex;
}

.faq-paragraph {
  color: #4f596a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 300;
}

.container-2 {
  perspective: 1000px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 1em;
  padding-right: 1em;
}

.faq-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content {
  overflow: hidden;
}

.question-title {
  color: #001a49;
  letter-spacing: -.03em;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #dddfe5;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.content-section {
  padding: 128px 0%;
  position: relative;
}

.content-section.home-faq {
  padding-top: 3em;
  padding-bottom: 0;
}

.center {
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.dark {
  color: var(--dark-slate-blue);
}

.how-it-works {
  padding-bottom: 0;
  position: relative;
}

.paragraph {
  color: var(--dark-slate-blue);
}

.feature-image-badge {
  justify-content: space-between;
  display: flex;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.background-video {
  background-image: radial-gradient(circle at 50% 100%, #000000b3, #141414cc);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-3 {
  z-index: 2;
  position: relative;
}

.container-3.max-80 {
  max-width: 40rem;
}

.h2-no-topmarging {
  margin-top: 0;
}

.logo {
  height: 48px;
}

.white_card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 48px;
  box-shadow: 2px 2px 20px -4px #0000001a;
}

.bold-text {
  font-weight: 500;
}

.padbot2 {
  margin-bottom: 1em;
}

@media screen and (min-width: 1280px) {
  .badge {
    background-color: var(--radio-red);
    background-image: none;
    font-family: Brown;
  }

  .container-2 {
    max-width: 1400px;
  }

  .content-section {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-content {
    margin-top: 10em;
  }

  .feature-cards {
    padding-bottom: 16rem;
  }

  .container-2 {
    overflow: visible;
  }

  .content-section.home-faq {
    padding-bottom: 12em;
  }

  .how-it-works {
    padding-bottom: 18em;
  }

  .container-3.max-80 {
    max-width: 57rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  .phone-wrapper {
    width: 50%;
  }

  .bg-hex {
    width: 400px;
    height: 400px;
  }

  .bg-hex._4 {
    top: 57%;
  }

  .bg-hex._2 {
    top: 32%;
  }

  .sticky-content {
    margin-bottom: -172px;
  }

  .mobile-section {
    display: none;
  }

  .mobile-section.mobile {
    background-color: #0f0f0f;
    display: flex;
  }

  .sticky-wrapper-main {
    margin-top: -75px;
  }

  .sticky-wrapper {
    width: 40%;
  }

  .desktop-section {
    display: none;
  }

  .feature-item {
    width: 48%;
  }

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

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

  .phone-wrapper {
    width: 100%;
    margin-top: 41px;
    overflow: hidden;
  }

  .frame {
    border-radius: 49px;
    width: 19.7em;
    height: 39.4em;
    margin-top: 0;
  }

  .sticky-content {
    flex: none;
    width: 250px;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .sticky-content._1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .small-title {
    font-size: 1.8em;
  }

  .screen {
    width: 90%;
    height: 95%;
    margin-top: 0;
  }

  .hero-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .mobile-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-section.mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sticky-wrapper-main {
    flex-direction: column;
    height: 81%;
    margin-top: 0;
    overflow: visible;
  }

  .sticky-wrapper {
    flex-direction: row;
    flex: none;
    width: 1250px;
    margin-bottom: 60px;
    margin-left: 0;
  }

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

  .container.sticky.mobile {
    overflow: hidden;
  }

  .desktop-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header {
    padding-left: 1em;
    padding-right: 1em;
  }

  .mask.grad-mask {
    display: block;
  }

  .feature-cards {
    margin-left: .5em;
    margin-right: .5em;
  }

  .feature-wrap {
    justify-content: space-around;
  }

  .feature-item {
    width: 48%;
  }

  .feature-item.light._50 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 1em;
  }

  .builder-preview {
    border-radius: .5em;
  }

  .faq-circle {
    margin-left: 1em;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-3 {
    margin-bottom: 1em;
  }

  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  .phone-wrapper {
    position: relative;
    overflow: visible;
  }

  .frame {
    border-radius: 36px;
    width: 200px;
    height: 400px;
  }

  .bg-hex {
    display: none;
  }

  .sticky-content._3 {
    width: 275px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-title {
    font-size: 2em;
  }

  .image-6 {
    border-radius: 20px;
  }

  .screen {
    width: 89%;
    height: 98%;
  }

  .mobile-section.mobile {
    height: 5500px;
  }

  .sticky-wrapper-main {
    justify-content: center;
    position: relative;
  }

  .container {
    max-width: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.sticky.mobile {
    height: auto;
  }

  .body {
    font-size: 14px;
  }

  .button.small {
    padding: 8px 20px;
  }

  .mask.grad-mask {
    background-image: linear-gradient(to top, #0f0f0f, #0f0f0f00);
    height: 3em;
  }

  .feature-item {
    width: 98%;
  }

  .feature-item.light._50 {
    padding-left: 0;
    padding-right: 0;
  }

  .builder-preview {
    border-radius: .25em;
  }

  .app-ready {
    padding-left: 1em;
    padding-right: 1em;
  }

  .title-wrap {
    margin-bottom: 32px;
    padding-top: 64px;
  }

  .faq-circle {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .container-2 {
    width: 95%;
    margin-top: .5rem;
  }

  .question-title {
    flex: 1;
    font-size: 18px;
  }

  .faq-question-bar {
    justify-content: space-around;
    padding-right: 0;
  }

  .faq-question-wrap {
    padding: .75em 1em 1em;
  }

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

  .heading-3 {
    margin-top: 0;
    margin-bottom: 1.25em;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    height: 32px;
  }
}


