body {
  --large-letter-space: -0.75;
  --medium-letter-space: -0.5;
  --small-letter-space: -0.1;

  --large-line-height: 1.75;
  --medium-line-height: 1.3;
  --small-line-height: 1.15;

  font-family: 'Space Grotesk';
  font-size: 19px;
  line-height: var(--medium-line-height);
  letter-spacing: var(--small-letter-space);
  margin: 0;
  /* background-color:gainsboro; */
  color: darkslategrey;
}

.section-robothead {
  color: white;
  text-align: center;
  
  @media (min-width: 640px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.section-robothead > h2 {
  font-size: 2.75rem;
  font-weight: 500;
}

.section-burnoutbot {
  position: relative;
  text-align: center;
  color: darkslategrey;
  margin-bottom: 5rem !important;
  padding: 7% 10% !important;
}

.section-burnoutbot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom right, rgb(252, 251, 223), rgb(246,221,222));
  transform: skew(3deg);

  @media (min-width: 640px) {
    transform: skew(20deg);
  }
}

.section-partners.flex-row {
  align-items: center;
}

.section-partners .third-div {
  text-align: left;
  mix-blend-mode: darken;
  margin: 1rem 0;

  @media screen and (min-width: 999px) {
    text-align: center !important;
    margin: 0 0;
  }
}

#logo img {
  width: 180px;
  height: auto;
}
#logo {
  /* width:100%; */
  padding: 5% 10% 0% 10%;
  /* position: fixed; */
}

#heroVideo {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: inherit;
  height: inherit;
  -o-filter: blur(8px);
  filter: blur(8px);
  object-fit: cover;
  background-color: white;
  z-index: -1;
}
.hero {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: inherit;
  height: inherit;
  /* word-spacing: 2; */
  /* margin-top:1%; */
  z-index: -1;
}
#hero-copy {
  height: 75vh;
}
#about-hero {
  margin-top: 20%;
}
.hed {
  color: white;
  font-size: 7rem;
  /* width: 80%; */
  letter-spacing: -3;
  z-index: 10;
  /* margin-top:18%; */
  font-weight: 500;
  width: 60%;
  position: absolute;
  bottom: 15%;
}
.hed_ko {
  color: darkslategray;
  font-size: 3rem;
  width: 80%;
  letter-spacing: -3;

  @media (min-width: 640px) {
    font-size: 5rem;
  }
    
  @media (min-width: 1024px) { 
    font-size: 7rem;
  }
}
#emojis {
  font-size: 6.75rem;
  line-height: 1.6;
}
.hed,
.sub-hed,
.hed_ko {
  display: inline-block;
  line-height: var(--small-line-height);
  letter-spacing: var(--large-letter-space);
}
#fixed-signup-button {
  bottom: 0;
  right: 0;
  float: right;
  position: fixed;
  text-align: right;
  /* width: -moz-available;
    width: -webkit-fill-available; */
  /* width: fill-available; */
  z-index: 10;
  padding-bottom: 5%;
  font-size: 2rem;
  padding-right: 6%;
}
@keyframes buttonGlow {
  0% {
    background-color: #eba977;
    color: #020324;
    border: 3px solid #020324;
  }
  25% {
    background-color: #c98999;
    color: #656698;
    border: 3px solid #656698;
  }
  50% {
    background-color: #a77da7;
    color: #ffffff;
    border: 3px solid #ffffff;
  }
  75% {
    background-color: #656698;
    color: #eba977;
    border: 3px solid #eba977;
  }
  100% {
    background-color: #020324;
    color: #fdca14;
    border: 3px solid #fdca14;
  }
}

#fixed-signup-button button {
  letter-spacing: 2px;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
  animation-name: buttonGlow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  font-weight: bold;
}
button {
  border-radius: 30px;
  background-color: white;
  color: #000d00;
  padding: 16px 22px;
  border: none;
  font-family: 'Space Grotesk';
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}
.sub-hed {
  font-size: 3.25rem;
  width: 50%;
}

.hero-img {
  position: absolute;
  top: 5%;
  right: 9%;
  width: 35%;
}

.hero-img > img {
  width: 100%;
}

#dashboard-imgs {
  margin-top: -100px;
}
/* .below-fold{
    margin-top: 70vh;
  } */
.transparent {
  color: white;
  text-align: center;
}
.transparent > h2 {
  font-size: 2.75rem;
  font-weight: 500;
}
.ko {
  background-color: gainsboro;
  background-blend-mode: lighten;
  /* width:100%; */
  color: darkslategray;
  /* font-weight: 500; */
  word-spacing: 2.5;
  border-radius: 100px;
}
.ko > .kicker {
  color: #bcade0 !important;
}

.user-quote {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: var(--large-letter-space);
  margin: 0.67em 0;
}
h2 {
  font-weight: normal;
}
h3 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: var(--medium-letter-space);
}
.user-quote {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: var(--large-letter-space);
}
.hero-text {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: var(--large-letter-space);
}
.expand-menu {
  padding: 3% 10%;
  transition: 500ms ease;
  font-size: 3rem;
  width: 100%;
}
.shrink-menu {
  padding: 2%;
  transition: 500ms ease;
  font-size: 2rem;
}
.hidden {
  display: none !important;
}
#logo > div {
  display: inline;
}
.expand-menu > a {
  text-decoration: none;
}
#links > a {
  margin: 0 20px;
  font-size: 1rem;
  /* font-weight:800; */
  font-style: normal;
  font-variant: small-caps;
  vertical-align: middle;
  color: #bcade0;
  text-decoration: none;
}
.kicker {
  color: #bcade0;
  font-weight: 1000;
  font-size: 1rem;
  width: 100%;
  letter-spacing: 1.5;
  text-transform: uppercase;
}
#pain-points > .kicker {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.callout {
  font-style: italic;
  font-weight: 800;
}
#approach {
  line-height: var(--large-line-height);
  text-align: center;
}
#approach > .callout {
  font-size: 3.75rem;
}
#why > h1 > .callout {
  color: #bcade0;
}
#why {
  padding-bottom: 0;
}
.half-div {
  /* flex: 1; */
  max-width: fit-content;
  width: 45%;
  /* min-width: 500px; */
}
.half-div > img {
  width: 100%;
}

.third-div {
  width: 33%;
}
.twothirds-div {
  width: 60%;
}
.twothirds-div > img {
  width: 100%;
}

/* #what > h1 {
    font-weight: bold;
    font-style: italic;
  } */
.home-div {
  padding: 10%;
  margin: auto;
  width: 76%;
}
.ko > .home-list > li::marker {
  color: white;
}
.home-list {
  padding-inline-start: 10px;
}
.home-list > li {
  margin-bottom: 15px;
  padding-inline-start: 5px;
}
.home-list > li::marker {
  color: #bcade0;
}
#CTA {
  font-weight: medium;
}
#CTA > .kicker {
  text-transform: uppercase;
  margin-bottom: 70px;
}
.profile {
  width: 45%;
  padding-right: 4%;
  display: inline-block;
  font-size: 1.5rem;
}
.subhead {
  font-size: 1.25rem;
  font-weight: 800;
  /* font-style: italic; */
  color: #bcade0;
}
#provider-solution {
  padding-top: 0;
}
a {
  color: #bcade0;
  cursor: pointer;
  text-decoration: underline;
}
/* .ko a{
      color:white;
  } */

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pain-list > h3::first-letter {
  margin-left: -45;
}
.pain-list {
  margin-left: 45;
}
/* #solution{
    text-align: center;
  } */
#charts > img {
  width: 45%;
}
#insights {
  font-size: 1.5rem;
}
#insights li {
  margin-bottom: 10px;
}
#CTA {
  text-align: center;
  color: white;
}
#meet {
  margin-top: 70px;
}
#user-features,
#provider-features {
  font-size: 1.75rem;
}
#user-features-imgs,
#provider-features-imgs {
  text-align: center;
}
#user-features-imgs img {
  width: 80%;
  height: auto;
}
.founder-bio {
  margin-right: 20px;
  width: 30%;

  /* width: 45%; */
}
.founder-bio > ul,
.advisor-bio > ul {
  margin-block-start: 0em;
  padding-inline-start: 0px;
}
.founder-bio li {
  margin-bottom: 10px;
}
.founder-bio h3 {
  margin-bottom: 15px;
}
.advisor-bio h4 {
  margin-bottom: 0px;
}
.advisor-bio p {
  margin-top: 6px;
}
#founders,
#advisors {
  margin-bottom: 150px;
  /* padding-right: 23%; */
}
.advisor-bio {
  padding-right: 1%;
  width: 30%;
}
#bots > img {
  width: 100px;
  padding: 10%;
}
#bots {
  justify-content: space-evenly;
}
#sleepbotCTA {
  text-align: center;
  width: 34%;
  border-radius: 50%;
  background: lavender;
  padding: 5%;
  /* position: relative; */
  position: sticky;
  top: 120px;
}
#sleepbotCTA h3 {
  margin-top: 0;
}
#sleepbotCTA img {
  width: 140px;
  height: auto;
  padding: 55px;
}
#sleepbotCTA h2 {
  margin: auto;
}
#testimonials {
  padding: 2%;
  width: 90%;
  margin-bottom: 14%;
  /* margin-top:-5%; */
}
#testimonials .third-div {
  width: 25%;
}
#testimonials .user-quote {
  color: white;
  font-weight: 800;
  /* filter: drop-shadow(10 10 10 lavender);
    text-shadow: lavender 1px 0 10px; */
}
#team {
  padding: 6%;
  z-index: 10;
}
#CTA h2 {
  width: 70%;
  margin: auto;
}
.title {
  font-variant: small-caps;
}
#data {
  padding-top: 0px;
}
footer {
  text-align: center;
  font-size: 0.85rem;
  margin-bottom: 50px;
  color: white;
}
#social-group {
  margin-bottom: 40px;
}
.fa-brands {
  width: 40px;
  font-size: 1.5rem;
  cursor: pointer;
}
#programs img {
  padding-top: 25px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .hero-img {
    top: 17%;
  }
  .hed,
  #emojis {
    font-size: 5.75rem;
  }
  .sub-hed {
    width: 65%;
  }
  .half-div {
    width: 40%;
  }
  #user-features,
  #provider-features {
    width: 50%;
  }
  /* #user-features-imgs, #provider-features-imgs{
      width:50%;
    } */
  #user-features-imgs img {
    width: 60%;
    height: auto;
    text-align: center;
  }
  #sleepbotCTA h2 {
    width: 80%;
  }
  #sleepbotCTA {
    padding: 6%;
  }
  #CTA h2 {
    width: 80%;
  }
  #founders {
    padding-right: 0;
  }
  #logo {
    padding-top: 7%;
  }
}
@media screen and (max-width: 1000px) {
  .half-div,
  .third-div,
  .twothirds-div,
  #user-features,
  #provider-features,
  #user-features-imgs,
  #provider-features-imgs {
    width: 100%;
  }
  .hero {
    font-size: 2rem;
    /* margin-top:21%; */
  }
  #hero {
    padding: 5% 10% 16% 10%;
  }
  .hero-img {
    position: absolute;
    top: 4%;
    right: -5%;
    width: 50%;
  }
  .hed {
    font-size: 6rem;
    /* width: 90%; */
  }
  #emojis {
    font-size: 5rem;
    line-height: inherit;
  }
  .sub-hed {
    font-size: 2.5rem;
    width: 68%;
  }
  #about-hero {
    margin-top: 60%;
  }
  #approach {
    line-height: 2.1;
  }
  #approach > .callout {
    font-size: 2rem;
  }
  #services {
    font-size: 1.2rem;
  }
  .home-div {
    padding: 16% 8%;
    width: 80%;
  }
  #sleepbotCTA {
    padding: 16%;
  }
  #sleepbotCTA img {
    width: 100px;
    height: auto;
    padding: 5%;
  }
  .ko {
    padding: 10% 8%;
    border-radius: 20px;
  }
  #logo {
    padding-top: 10%;
  }
  .home-list > li {
    margin-bottom: 10px;
    padding-inline-start: 10px;
  }
  .home-list {
    padding-inline-start: 10px;
  }
  #links > a {
    margin: 0 10px;
  }
  #user-features-imgs img {
    width: 45%;
    height: auto;
  }
  #mission {
    margin-bottom: 7%;
  }
  .kicker {
    font-weight: bold;
    color: #bcade0;
    text-transform: uppercase;
  }
  #work {
    font-size: 1.25rem;
  }
  .project-title {
    width: 100%;
    padding-right: 0px;
  }
  .project-title > img {
    width: 100%;
    max-width: 100%;
    max-height: auto;
    margin-bottom: 10px;
  }
  .project-content {
    width: 100%;
  }
  .project {
    margin-bottom: 75px;
  }
  #programs,
  #chart {
    margin-top: 50px;
  }
  #CTA > h2 {
    /* letter-spacing: 0.9;
      font-size:1.3rem; */
    width: 90%;
  }
  #sleepbotCTA h2 {
    width: 90%;
  }
  #sleepbotCTA {
    text-align: center;
    width: 34%;
  }
  #sleepbotCTA {
    position: relative;
    width: 80%;
    padding: 8%;
    top: 0;
  }
  #testimonials .third-div {
    width: 45%;
    font-size: 1.5rem;
  }
  #testimonials .user-quote {
    font-size: 2rem;
  }

  ul ul > li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .hed {
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .hero-img {
    position: relative;
    width: 95%;
    right: 0%;
  }
  #fixed-signup-button {
    padding-bottom: 4%;
    font-size: 1.5rem;
    letter-spacing: -2px;
    text-align: center;
    padding-right: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
  }
  footer {
    width: 80%;
    margin: auto;
    padding-bottom: 35%;
    line-height: 2;
  }
  #logo {
    padding: 10%;
  }
  #logo img {
    width: 150px;
    height: auto;
  }
  .sub-hed {
    width: 100%;
    font-size: 2.25rem;
  }
  .hed {
    font-size: 4rem;
    /* width: 100%; */
    /* margin-top: 40%; */
    line-height: 1.1;
  }
  .hed_ko {
    width: 100%;
  }
  .hed {
    margin-top: 64%;
  }
  #emojis {
    font-size: 3rem;
    line-height: 1.4;
  }
  #insights {
    font-size: 1.3rem;
  }
  .pain-list {
    margin-left: 25;
  }
  .pain-list > h3::first-letter {
    margin-left: -30;
  }
  .user-quote {
    font-size: 2rem;
    letter-spacing: var(--medium-letter-space);
  }

  h3,
  #user-features,
  #provider-features {
    font-size: 1.3rem;
    letter-spacing: var(--small-letter-space);
  }

  /* TYPOGRAPHY */
  .hero-text {
    font-size: 1.75rem;
    letter-spacing: var(--medium-letter-space);
  }

  .founder-bio h3 {
    font-size: 1.75rem;
  }
  #solution {
    text-align: left;
  }
  #bots > img {
    width: 80px;
  }
  #founders {
    margin-bottom: 50px;
  }
  #CTA {
    padding-top: 0;
    padding-bottom: 30%;
  }
  #CTA > h2 {
    /* letter-spacing: 0.9;
      font-size:1.3rem; */
    width: 100%;
  }
  #sleepbotCTA {
    width: 60%;
    padding: 15%;
  }
  #testimonials .third-div {
    width: 100%;
    font-size: 1.25rem;
  }
}
