@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Work Sans;
  src: url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Work Sans;
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-emphasis-color: var(--white);
  --white: white;
  --link-color: var(--white);
  --body-bg-color: var(--darkmode-bg-color);
  --silver: #bdbdbd;
  --rise-blue-violet: #721cff;
  --medium-slate-blue: #8e58ff;
  --black: black;
  --panelgray: #16161a;
  --midnight-blue: #040024;
  --midnightpurple: #1b1437;
  --text-color: #ccc;
  --h2-separator: #8e58ff9e;
  --toc-panel: var(--rise-blue-violet);
  --toc-tab: var(--rise-blue-violet-dark);
  --darkmode-bg-color: var(--black);
  --rise-blue-violet-dark: #5922b4;
  --lightmode-bg-color: var(--white);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #bdbdbd;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

h1 {
  color: var(--text-emphasis-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

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

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.body {
  background-color: var(--body-bg-color);
}

.body.is-blog {
  background-color: var(--body-bg-color);
  font-family: Nunito, sans-serif;
}

.heading {
  color: var(--white);
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.heading.blog {
  margin-top: 0;
}

.paragraph {
  max-width: none;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
  display: block;
}

.paragraph.smssuccesstext {
  display: none;
}

.paragraph.text-left {
  text-align: left;
}

.paragraph.intro {
  text-align: left;
  border-bottom: 1px #ffffff1f;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 18px;
}

.paragraph.intro.text-centered {
  text-align: center;
  border-bottom-style: none;
  align-self: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 26px;
  line-height: 35px;
  display: block;
}

.paragraph.intro.left-margin-20 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.intro.testimonial {
  text-align: left;
  border-bottom-style: solid;
  display: block;
}

.paragraph.intro.testimonial.text-centered {
  text-align: center;
}

.paragraph.intro.scienceheroparagraph {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 3px solid var(--rise-blue-violet);
  background-color: var(--rise-blue-violet);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.button:hover {
  background-color: var(--rise-blue-violet);
}

.button.white {
  background-color: var(--white);
  color: var(--rise-blue-violet);
  flex-direction: row;
  margin-right: 30px;
  font-weight: 400;
  display: flex;
}

.button.left-margin-20 {
  margin-left: 20px;
  font-weight: 400;
}

.button.left-margin-20.headerbutton {
  background-color: #0000;
}

.button.left-margin-20.headerbutton.headerhome {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.button.left-margin-20.headerbutton.headerhome.cta-link {
  padding-left: 25px;
}

.button.category-tag {
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
}

.button.category-tag.main-topic {
  color: var(--medium-slate-blue);
  letter-spacing: 0;
  text-transform: none;
  border-style: none;
  border-bottom-width: 2px;
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
}

.button.category-tag.image-overlay {
  border-style: none;
  border-color: var(--rise-blue-violet) var(--rise-blue-violet) #fff;
  text-align: right;
  background-color: #07000033;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.button.category-tag.image-overlay.featured-image {
  background-color: #07000066;
  border-radius: 8px;
  inset: 32px 32px auto auto;
}

.button.category-tag.image-overlay.podcast {
  background-color: #07000000;
}

.button.blog {
  color: var(--white);
  background-color: #0000;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 4px;
}

.button.second-cta {
  background-color: var(--black);
  margin-left: 20px;
}

.button.temp-hide {
  display: none;
}

.button.blackoutline {
  clear: none;
  border-color: var(--black);
  background-color: var(--rise-blue-violet);
  text-align: center;
  object-fit: fill;
  min-width: 0;
  max-width: 800px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 25px;
  display: block;
  position: static;
}

.heading3 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 42px;
}

.press {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.press.press-abm-lp {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

.paragraph-2.left {
  text-align: left;
}

.join {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.presslinks {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80vw;
  padding-left: 100px;
  padding-right: 100px;
}

.button-3 {
  background-color: #000;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 21px;
}

.button-3.nav.w--current {
  background-color: var(--black);
  color: var(--medium-slate-blue);
}

.button-3.nav.tab {
  border-right: 1px solid var(--panelgray);
  border-bottom: 4px none var(--rise-blue-violet);
  background-color: #0000;
  margin-left: 3px;
}

.button-3.nav.tab.outsidebutton {
  border-right-style: none;
}

.button-3.nav.tab.rightmosttab {
  border: 1px #000;
}

.button-3.nav.hide-button {
  display: none;
}

.button-3.nav {
  color: #fff;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.button-3.nav:hover {
  color: #fff;
}

.button-3.nav.w--current {
  color: #8e58ff;
  background-color: #000;
}

.button-3.nav.w--open {
  color: #fff;
}

.form-block {
  font-family: Proximanova;
  font-weight: 300;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--panelgray) black var(--rise-blue-violet);
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.subtitle {
  color: #fff;
  margin-top: 42px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.form {
  width: 500px;
}

.body-2 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-14 {
  margin-top: 0;
  padding-top: 0;
}

.space30 {
  height: 30px;
}

.faqblock {
  text-align: left;
  display: block;
}

.body-3 {
  background-color: #080808;
}

.section {
  margin-top: 160px;
  margin-bottom: 100px;
}

.textarea {
  border: 3px solid var(--rise-blue-violet);
  background-color: var(--panelgray);
  color: #fff;
  font-size: 18px;
}

.form-2 {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start stretch;
}

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

.form-block-2 {
  width: 50%;
}

.b2bmodalcontainer {
  opacity: 1;
  border-radius: 0;
  display: none;
  overflow: scroll;
  transform: none;
}

.atheleticsmodalcontainer {
  opacity: 1;
  display: none;
  overflow: scroll;
  transform: none;
}

.success-message {
  background-color: #fff0;
}

.error-message {
  clear: none;
  color: #ff2994;
  background-color: #ffdede00;
}

.text-block-2 {
  text-align: center;
}

.success-message-2 {
  background-color: #fff0;
}

.image-18 {
  transform: rotate(180deg);
}

.back-header {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.form-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.div-block-23.sms_download_container {
  display: none;
}

.div-block-24 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.error-message-3 {
  background-color: #a36060;
}

.success-message-3 {
  background-color: var(--black);
}

.html-embed {
  text-align: center;
  justify-content: center;
  display: flex;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-3 {
  margin-top: 7px;
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-left {
  flex: 0 2 auto;
  align-items: center;
  width: 50%;
  display: flex;
}

.rise-logo {
  width: 54px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  background-color: var(--body-bg-color);
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  height: 10%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 16px;
  display: flex;
  position: static;
}

.div-block-26 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.div-block-26._50 {
  flex: 0 50%;
  justify-content: center;
}

.div-block-26._50.centered {
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-27 {
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-27.top-pad-40 {
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-19 {
  min-width: 100%;
  max-width: 692px;
  padding-right: 16px;
}

.text-centered {
  text-align: center;
}

.text-centered.mobileh1features {
  font-size: 16px;
  font-weight: 400;
}

.rise-helps {
  background-color: var(--panelgray);
  background-image: linear-gradient(to bottom, black, var(--panelgray));
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.wrapper-3up {
  flex-wrap: nowrap;
  place-content: space-between;
  align-self: stretch;
  display: flex;
}

.wrapper-3up.top-margin-40 {
  margin-top: 40px;
}

.wrapper-3up-column {
  flex-direction: column;
  flex: 0 33%;
  align-items: center;
  margin-left: 8px;
  padding-right: 8px;
  display: flex;
}

.athleticshero {
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 10vw 5vw;
  display: flex;
}

.athleticshero.abm-lp-hero {
  margin-top: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.tabs-menu {
  justify-content: center;
  margin: 10px auto 40px;
  display: flex;
}

.section-2 {
  border: 1px #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.background-purple {
  background-color: var(--rise-blue-violet);
}

.section-2.background-gradient {
  background-image: linear-gradient(to bottom, var(--panelgray), var(--black));
  display: block;
}

.section-2.background-gradient.tab-section {
  display: block;
}

.section-2.background-gradient-blueblack {
  background-image: linear-gradient(#000, #040024);
  display: block;
}

.section-2.background-gradient-blueblack.video-section, .section-2.background-gradient-blueblack.video-section.sciencevideo {
  display: none;
}

.section-2.background-gradient-blueblack.testimonials-section {
  object-fit: fill;
  border-style: none;
  min-height: 700px;
  display: none;
}

.section-2.seo-copy-section {
  display: none;
}

.div-block-30 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.slider {
  z-index: 0;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.mask {
  min-height: 0;
  overflow: visible;
}

.div-block-31 {
  padding-left: 100px;
}

.div-block-32 {
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.icon-5 {
  opacity: .3;
  margin-top: 750px;
  margin-bottom: 30px;
  inset: auto 0% 0%;
}

.icon-6 {
  opacity: .3;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-3 {
  margin-top: 100px;
}

.heading-3 {
  display: none;
}

.heading-4 {
  text-align: left;
  flex: 0 2 auto;
  align-self: flex-start;
  font-size: 35px;
  font-weight: 700;
}

.heading-4.align-centered {
  align-self: center;
  line-height: 44px;
}

.slide-nav {
  opacity: .8;
  margin-top: auto;
  margin-bottom: 35px;
  display: block;
  top: 540px;
}

.slide-nav.landscape {
  margin-top: 0;
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-68 {
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}

.text-block-69 {
  text-transform: uppercase;
  display: inline-block;
}

.text-block-70 {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
}

.paragraph-5 {
  float: left;
  margin-top: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-71 {
  text-align: center;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  margin-top: 20px;
}

.image-27 {
  width: 80px;
  height: 80px;
  overflow: visible;
}

.div-block-34 {
  clear: none;
  display: flex;
}

.right-arrow {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: absolute;
}

.left-arrow {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.seo-copy-section {
  margin-top: 0;
  margin-bottom: 100px;
}

.seo-copy-section.section-2 {
  background-color: var(--midnight-blue);
  margin-bottom: 0;
}

.list-item {
  padding-top: 20px;
  display: block;
}

.list-item-2, .list-item-3 {
  padding-top: 20px;
}

.sciencehero {
  background-image: url('../images/bg-starryNight2x-min_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 10vw 5vw;
  display: flex;
}

.pillarhero {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 10vw 5vw;
  display: flex;
}

.twoup-imageright {
  background-color: var(--panelgray);
  background-image: linear-gradient(to bottom, black, var(--panelgray));
  padding: 100px 6% 60px;
  display: block;
}

.paragraph-13 {
  padding-right: 0;
}

.paragraph-13.promise {
  text-align: center;
  margin-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px;
  font-style: normal;
}

.image-30 {
  opacity: .79;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.twoup-imageleft {
  padding: 60px 6%;
  display: block;
}

.column-9 {
  padding-left: 10%;
  padding-right: 10%;
}

.paragraph-14 {
  text-align: center;
}

.heading-5.promise {
  text-align: center;
  align-self: center;
}

.heading-6 {
  margin-top: 70px;
}

.twoup-copy {
  background-color: var(--panelgray);
  padding: 60px 6%;
  display: block;
}

.twoup-copy.manythanksbg {
  background-color: var(--midnightpurple);
  padding-bottom: 100px;
  display: none;
}

.twoup-copy.additionallinksbg {
  background-image: url('../images/bg-bedroom2x-min_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-bottom: 100px;
  display: none;
}

.heading-7 {
  text-align: center;
}

.paragraph-15 {
  text-align: center;
  margin-bottom: 40px;
}

.links-manythanks {
  color: var(--white);
}

.thankslistitem {
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
}

.link-19 {
  color: var(--white);
}

.div-block-35 {
  border-bottom: 1px solid #ffffff26;
}

.div-block-36 {
  margin-top: 20px;
}

.div-block-37 {
  border: 1px #000;
  border-bottom: 1px solid #ffffff26;
  padding-left: 10%;
  padding-right: 10%;
}

.columns-3 {
  margin-top: 20px;
}

.column-11, .list-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 24px;
  display: flex;
}

.paragraph-16 {
  text-align: center;
  font-size: 15px;
}

.blog-hero {
  margin-top: 186px;
}

.container-horizontal-cta {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-horizontal-cta.hidden {
  display: none;
}

.text-container {
  max-width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.text-container.hero {
  text-align: center;
}

.text-container.is-top-padding {
  margin-top: 60px;
}

.hero-sub-copy {
  color: var(--text-color);
  letter-spacing: .6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.section-blog {
  padding-top: 80px;
}

.section-blog.latest-articles.outline {
  border-top: 1px solid var(--panelgray);
  border-bottom: 1px solid var(--panelgray);
  padding-bottom: 80px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.blog-text {
  color: var(--text-color);
  letter-spacing: .6px;
  line-height: 24px;
}

.blog-text.small {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.featured-copy {
  background-image: linear-gradient(#1e1e1e, #111);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 0 auto;
  align-self: stretch;
  width: 40%;
  padding: 32px;
}

.featured-copy.podcast {
  flex: 0 40%;
  width: auto;
}

.min-read {
  color: var(--text-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 12px;
  line-height: 24px;
}

.min-read.date, .min-read.margin-right-8.tight {
  margin-top: 0;
}

.featured-image-wrapper {
  object-fit: cover;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 60%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.featured-article {
  align-items: stretch;
  min-height: 277px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-heading {
  margin-top: 16px;
  text-decoration: none;
  transition: all .2s;
}

.blog-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card {
  background-image: linear-gradient(#333, #111);
  border-radius: 8px;
}

.article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
}

.article-image {
  background-color: var(--panelgray);
  object-fit: contain;
  width: 100%;
  min-height: 140px;
}

.article-image.customer-highlights {
  background-color: var(--panelgray);
  min-height: 162px;
}

.article-copy {
  background-color: var(--panelgray);
  padding: 24px;
}

.article-copy.customer-highlights {
  padding-top: 0;
}

.article-heading {
  letter-spacing: .6px;
  margin-top: 8px;
  line-height: 24px;
  transition: all .2s;
}

.article-heading.category-page {
  margin-top: 0;
}

.email-form {
  display: flex;
}

.footer-link {
  color: #888;
  margin-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--white);
}

.footer-link.hide-button {
  display: none;
}

.footer-link.vertical-list {
  color: var(--white);
  align-items: center;
  margin-bottom: 0;
  margin-left: 16px;
  display: flex;
}

.footer-link.vertical-list:hover {
  color: var(--medium-slate-blue);
}

.newsletter-title {
  color: var(--white);
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: grid;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-wrapper {
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.social-link {
  color: #888;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: var(--white);
}

.newsletter.xs {
  display: none;
}

.error-message-4 {
  color: #ddd;
  background-color: #f003;
  border: 1px solid red;
  border-radius: 40px;
  margin-top: 16px;
  padding: 16px 16px 16px 22px;
}

.copyright-text {
  color: #888;
  letter-spacing: .6px;
  font-size: 12px;
}

.rise-logo-footer {
  margin-bottom: 24px;
}

.footer {
  border-top: 1px solid #222;
  margin-top: 120px;
  padding-top: 64px;
  padding-bottom: 40px;
}

.success-message-4 {
  background-color: #721cff40;
  border: 1px solid #721cff;
  border-radius: 40px;
  padding: 16px;
}

.email-field {
  color: #bbb;
  letter-spacing: .6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 12px;
  height: 51px;
  margin-bottom: 0;
  margin-right: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 16px;
  transition: all .2s;
}

.email-field:hover, .email-field:focus {
  border-color: #721cff;
}

.email-field::placeholder {
  color: #888;
}

.email-block {
  margin-top: 8px;
  margin-bottom: 16px;
}

.pagination {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 40px;
}

.post-image {
  border-radius: 12px;
  margin-bottom: 8px;
}

.image-caption {
  text-align: center;
  letter-spacing: .6px;
  line-height: 18px;
}

.rise-description {
  font-size: 18px;
  font-weight: 300;
}

.social-share {
  display: flex;
}

.about-rise-title {
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 700;
}

.rich-text {
  color: #ccc;
  font-size: 19px;
}

.rich-text h2 {
  border-top: 4px solid var(--h2-separator);
  color: var(--text-emphasis-color);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-top: 40px;
}

.rich-text p {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
}

.rich-text blockquote {
  text-align: center;
  background-image: url('../images/“.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left-style: none;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.rich-text h6 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/quote-separator-line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: 400;
}

.rich-text img {
  object-fit: fill;
  border-radius: 8px;
  margin-bottom: 16px;
}

.rich-text figcaption {
  color: #aaa;
  letter-spacing: .6px;
  font-size: 14px;
  line-height: 18px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text ul {
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.rich-text h3 {
  color: var(--text-emphasis-color);
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text a {
  color: #e0e0e0;
  border-bottom: 1px dashed #757575;
  text-decoration: none;
}

.rich-text h4 {
  color: var(--text-emphasis-color);
  margin-top: 0;
}

.rich-text strong, .rich-text h1 {
  color: var(--text-emphasis-color);
}

.about-rise {
  border-top: 1px #333;
  margin-top: 48px;
  padding-top: 48px;
}

.post-category-share {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 86px;
  display: flex;
}

.social-circle {
  border: 1px solid #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  font-family: "Fa brands 400", sans-serif;
  transition: all .2s;
  display: flex;
}

.social-circle:hover {
  border-color: var(--rise-blue-violet);
}

.social-circle.twitter {
  background-color: #0000;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.social-circle.linkedin {
  background-color: #0000;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.page-scroll-progress {
  z-index: 3;
  background-color: #721cff;
  width: 100%;
  height: 6px;
  position: fixed;
  inset: 0% 0% auto;
}

.main-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 32px;
  display: flex;
}

.blog-body-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-image-caption {
  color: #aaa;
  justify-content: center;
  font-size: 14px;
  display: flex;
}

.caption-link {
  border-bottom: 1px solid var(--medium-slate-blue);
  color: var(--medium-slate-blue);
  margin-left: 6px;
  text-decoration: none;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: baseline;
  max-width: 1170px;
  display: flex;
}

.section-title-wrapper.text-centered {
  justify-content: center;
}

.section-title-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.link-blog {
  border-bottom: 1px none var(--silver);
  margin-left: 8px;
  padding-left: 0;
  text-decoration: none;
  transition: all .2s;
}

.link-blog:hover {
  color: var(--medium-slate-blue);
}

.fa-icon {
  font-family: "Fa brands 400", sans-serif;
}

.blog-grid-wrap {
  color: #0000;
}

.blog-grid-wrap.margin-top-32 {
  margin-top: 32px;
}

.empty-state, .empty-state-2 {
  background-color: #0000;
}

.text-field-2 {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #721cff;
}

.h3-insight {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.link-block---insights-list {
  border-top: 1px solid #16161a;
  border-bottom: 1px solid #16161a;
  text-decoration: none;
  display: flex;
}

.paragraph---insights {
  color: #bdbdbd;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.card-icon-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -6px;
  margin-right: -6px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.card-content-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  padding: 16px 12px;
  display: flex;
}

.card-content-text-wrapper {
  flex: 1;
  padding-right: 12px;
}

.image-insight {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}

.section-5 {
  margin-top: 8px;
}

.div-block-40 {
  background-color: var(--rise-blue-violet);
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.card-read-indicator-wrapper {
  margin-right: 12px;
  padding-top: 6px;
}

.section-6 {
  padding-top: 32px;
}

.image-34, .image-35, .image-36 {
  display: none;
}

.html-embed-3 {
  align-self: center;
}

.image-37 {
  margin-left: 20px;
  padding-top: 10px;
}

.image-37.abm-lp {
  margin-left: 60px;
}

._50 {
  flex: 0 50%;
}

.container-twoup {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.twoup-image._50 {
  align-self: center;
}

.margin-top-16 {
  margin-top: 16px;
}

.section-8 {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-4up {
  flex-direction: row;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-4up.margin-top-32 {
  margin-top: 32px;
}

.wrapper-25 {
  flex: 0 25%;
  padding-left: 0;
  padding-right: 32px;
}

.wrapper-25.margin-bottom-32 {
  margin-bottom: 32px;
}

.image-38.huntclublogo {
  padding-bottom: 16px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-quoteattribution {
  font-size: 16px;
  line-height: 24px;
}

.div-block-44 {
  justify-content: space-between;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.wrapper-logos {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.section-9 {
  border-top: 1px solid var(--panelgray);
  border-bottom: 1px solid var(--panelgray);
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-10 {
  margin-top: 127px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-44 {
  border-radius: 100px;
}

.select-field {
  color: var(--panelgray);
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 126px;
  display: flex;
}

.container-form {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.div-block-45 {
  border: 3px solid var(--rise-blue-violet);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-article-image {
  background-color: var(--black);
  position: relative;
}

.post-category, .text-block-76 {
  text-align: right;
}

.div-block-46 {
  display: flex;
}

.empty-state-3 {
  background-color: var(--black);
}

.wrapper-ctas {
  display: flex;
}

.image-45 {
  margin-right: 32px;
}

.container-hero {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.wrapper-podcastplayer {
  border: 3px none var(--rise-blue-violet);
  background-color: var(--panelgray);
  border-radius: 12px;
  align-self: stretch;
  margin-bottom: 32px;
}

.html-embed-4 {
  padding: 3% 3% 2%;
}

.wrapper_listenlinks {
  background-color: var(--panelgray);
  border-top: 1.5px solid #000;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 3%;
  display: flex;
}

.wrapper_listenlinks.stand-alone {
  border-radius: 10px;
}

.image-49 {
  margin-right: 8px;
}

.top-margin {
  margin-top: 32px;
}

.div-block-47 {
  background-color: var(--panelgray);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex: 1;
}

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

.wrapper-podcastplayer-2 {
  background-color: #16161a;
  border: 3px #721cff;
  border-radius: 12px;
  align-self: stretch;
  margin-bottom: 32px;
}

.wrapper_listenlinks-2 {
  background-color: #16161a;
  border-top: 1.5px solid #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  align-items: center;
  padding: 3%;
  display: flex;
}

.footer-link-2 {
  color: #888;
  margin-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-2:hover {
  opacity: 1;
  color: #fff;
}

.footer-link-2.vertical-list {
  color: #fff;
  align-items: center;
  margin-bottom: 0;
  margin-left: 16px;
  display: flex;
}

.footer-link-2.vertical-list:hover {
  color: #8e58ff;
}

.home-hero {
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  overflow: hidden;
}

.new-container {
  object-fit: contain;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 61px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.new-container.is-spacer {
  margin-bottom: 6rem;
}

.super {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 102px;
  font-weight: 700;
  line-height: 104px;
}

.super.hero-contain {
  text-align: left;
  max-width: 787px;
  margin-bottom: 40px;
  font-weight: 700;
  display: block;
}

.super.no-margin {
  margin-bottom: 0;
}

.app-store-icon {
  z-index: 10;
  width: 190px;
  position: relative;
}

.hero-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  position: relative;
}

.hero-gradient-bg {
  z-index: -1;
  width: 36%;
  position: absolute;
  inset: 0% 14% 0% auto;
}

.mockups {
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.graphics-wrap {
  justify-content: center;
  align-items: center;
  height: 850px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.graphics-wrap.graphics-wrap-lp {
  max-height: 250px;
}

.mockup-1 {
  z-index: -1;
  width: 50%;
  max-width: 624px;
  margin-top: -294px;
  position: absolute;
  inset: 0% 4% auto auto;
}

.mockup-2 {
  z-index: -1;
  width: 50%;
  max-width: 624px;
  margin-top: 80px;
  margin-left: -145px;
  position: absolute;
  top: auto;
  left: 0%;
  right: auto;
}

.graphics-text-wrap {
  width: 63%;
  max-width: 816px;
  margin-top: 90px;
  margin-left: 25%;
}

.emoji-graphics {
  width: 294px;
  margin-bottom: 20px;
  transform: translate(-100px);
}

.graphics-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 105px;
  display: grid;
}

.h2-new {
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.h3-new {
  margin-top: 0;
  font-weight: 400;
}

.sleep-laws {
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.user-reviews {
  border-top: 1px solid #222229;
  border-bottom: 1px solid #222229;
  padding-top: 80px;
  padding-bottom: 80px;
}

.user-reviews.is-mobile {
  display: none;
}

.laws-grid {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.law-card {
  background-color: #16161a;
  border-radius: 12px;
  padding: 40px 40px 60px;
}

.law-flex {
  display: flex;
}

.law-label {
  color: #fff;
  font-size: 102px;
  font-weight: 400;
  line-height: 104px;
}

.law-graphic {
  flex: 0 auto;
  width: 70%;
  margin-left: 18px;
}

.h4-web {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}

.reviews-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.percent-small {
  font-size: 52px;
  line-height: 34px;
}

.smile-icon {
  margin-right: 18px;
}

.app-button.hero {
  margin-top: 38px;
  margin-right: 12px;
}

.app-button.feature-button {
  margin-bottom: 16px;
}

.home-features {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.features-gradient-bg {
  z-index: -1;
  width: 100%;
  margin-top: 12%;
  margin-left: -10%;
  position: absolute;
  inset: 0%;
}

.features-tab-wrap {
  min-height: auto;
}

.feature-tab {
  background-color: #0000;
  align-items: center;
  padding: 7px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.feature-tab.w--current {
  color: #fff;
  background-color: #0000;
}

.feature-tab-menu {
  flex-direction: column;
  padding-top: 23px;
  display: flex;
}

.feature-tabs {
  margin-top: 40px;
  display: flex;
}

.feature-tab-wrap {
  flex-direction: column;
  margin-top: 0;
  padding-right: 13px;
  display: flex;
}

.feature-tab__graphic {
  width: 100%;
  max-width: 710px;
}

.features-heading-wrap {
  max-width: 850px;
  margin-left: auto;
}

.tab-icon {
  border: 2px solid var(--medium-slate-blue);
  width: 42px;
  height: 42px;
  color: var(--medium-slate-blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.feature-tab__text-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.tabs-graphic-text {
  width: 100%;
  max-width: 305px;
  margin-top: -40px;
  padding-left: 14%;
  transform: translate(0, -20%);
}

._2-col-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-blog.full-height {
  height: 100%;
}

.content-preview-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sleep-guide__thumbnail-content {
  background-color: var(--black);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 38px 43px;
  text-decoration: none;
  display: flex;
}

.sg__anchors {
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sg__download {
  background-color: var(--panelgray);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28%;
  max-width: 294px;
  height: 430px;
  margin-left: 122px;
  padding: 41px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-link {
  color: var(--medium-slate-blue);
  align-items: center;
  display: flex;
}

.sg__anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sg__section-content {
  justify-content: center;
  align-items: flex-start;
  margin-top: 125px;
  display: flex;
}

.sg__col-1 {
  justify-content: flex-end;
  width: 18%;
  display: flex;
}

.sg__col-3 {
  width: 18%;
  display: flex;
}

.sg__number-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-right: 18px;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
  position: relative;
}

.sg__icon-img {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.sg__section-icons {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg__nav-divider {
  background-color: var(--panelgray);
  width: 100%;
  max-width: 86px;
  height: 2px;
}

.sg__down-link {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.down-link-text {
  color: var(--medium-slate-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.sg__section {
  position: relative;
}

.sg__section.bottom-125 {
  margin-bottom: 125px;
}

.sleep-guide-text-contain {
  width: 100%;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
}

.sleep-guide-text-contain.margin-top-8 {
  width: 100%;
  max-width: 814px;
  margin-top: 0;
  padding-right: 16px;
}

.sg__heading-contain {
  width: 80%;
  margin-bottom: 16px;
}

.sleep-guide__gradient-bg {
  background-image: linear-gradient(237deg, #fd8206, #721cff);
  border-radius: 12px;
  padding: 3px;
}

.heading-14 {
  text-align: center;
}

.read-more-link {
  color: var(--medium-slate-blue);
  cursor: pointer;
  font-weight: 700;
}

.read-more-link.top-margin-38 {
  margin-top: 38px;
}

.press-wide {
  margin-bottom: -120px;
}

.press-grid--wide {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.press-grid--wide.home-press-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pre-section {
  margin-bottom: 0;
  font-weight: 500;
}

.press-header {
  border-bottom: 1px solid #222229;
  padding-bottom: 12px;
}

.toggle-arrow {
  cursor: pointer;
  width: 32px;
  min-height: 30px;
  margin-right: 42px;
  transform: rotate(-90deg);
}

.toggle-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.accordion-content {
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 42px;
  overflow: hidden;
}

.recommendations-callout {
  background-color: var(--panelgray);
  border: 2px solid #222229;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 24px 24px 0;
}

.sg__anchor-point {
  z-index: -1;
  width: 0;
  height: 0;
  margin-top: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sg__up-icon {
  cursor: pointer;
}

.anchor-offset {
  margin-left: -66px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.sg__cta {
  border-top: 1px solid #222229;
  margin-top: 90px;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.sg__cta-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sg__cta-content {
  padding-right: 0%;
}

.sg__cta-buttons-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.margin-right-8 {
  margin-right: 8px;
}

.sg__text-contain {
  width: 100%;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
}

.sg__partial-border {
  background-color: #222229;
  width: 85%;
  height: 1px;
  margin-left: -90px;
}

.sg__partial-border.bottom {
  margin-top: 12px;
}

.sg__partial-border.top {
  margin-bottom: 12px;
}

.sg__header {
  padding-top: 186px;
}

.sg__down-icon {
  margin-top: -10px;
}

.accordion-wrapper {
  border-top: 1px solid #222229;
  border-bottom: 1px solid #222229;
  align-items: center;
  margin-top: -1px;
  padding-top: 12px;
  padding-bottom: 0;
  padding-left: 30px;
}

.accordion-trigger {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.sg__app-icon {
  text-decoration: none;
}

.sg__app-icon.mar-right-8 {
  width: 56px;
  margin-right: 8px;
}

.sg__app-link {
  max-width: 190px;
  margin-right: 8px;
  text-decoration: none;
}

.feature-relative-wrap {
  position: relative;
}

.waves-bg-wrap {
  z-index: -2;
  background-image: url('../images/waves-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1800px;
  width: 100%;
  height: 900px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-contain {
  max-width: 400px;
}

.sleep-cards__overflow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.law-small-label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}

.body-new {
  float: none;
  color: #bdbdbd;
}

.body-new.contain {
  max-width: 600px;
  margin-bottom: 4px;
  display: block;
}

.press-logo {
  width: 80%;
}

.press-overflow-hide {
  overflow: hidden;
}

.overflow-hide-wrap {
  width: 100%;
  overflow: hidden;
}

.cta-text-contain {
  width: 70%;
}

.section-anchor-reference {
  width: 0;
  height: 0;
  margin-top: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.download-flex-wrap {
  display: flex;
}

.download-flex-wrap.reviews {
  justify-content: center;
}

.tab__buttons-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link {
  color: var(--medium-slate-blue);
  align-items: center;
  display: flex;
}

.tab-icon-circle {
  border: 2px solid var(--medium-slate-blue);
  width: 42px;
  height: 42px;
  color: var(--medium-slate-blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.button-6 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #721cff;
  border: 3px solid #721cff;
  border-radius: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.button-6:hover {
  background-color: #721cff;
}

.button-6.left-margin-20 {
  margin-left: 20px;
  font-weight: 400;
}

.button-6.left-margin-20.headerbutton {
  background-color: #0000;
}

.button-6.left-margin-20.headerbutton.headerhome {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.button-6.blackoutline {
  background-color: #721cff;
  border-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-2 {
  background-color: #000;
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  height: 10%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-button-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-container-mob-2 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.percent-small-2 {
  font-size: 52px;
  line-height: 34px;
}

.reviews-wrap-2 {
  text-align: center;
  border-top: 1px #000;
  flex-direction: column;
  align-items: center;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mockup-1-2 {
  z-index: -1;
  width: 50%;
  max-width: 624px;
  margin-top: -294px;
  position: absolute;
  inset: 0% 4% auto auto;
}

.download-flex-wrap-2 {
  display: flex;
}

.download-flex-wrap-2.reviews {
  justify-content: center;
  display: none;
}

.home-hero-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  overflow: hidden;
}

.h3-new-2 {
  margin-top: 0;
  font-weight: 400;
}

.hero-gradient-bg-2 {
  z-index: -1;
  width: 36%;
  position: absolute;
  inset: 0% 14% 0% auto;
}

.mockups-2 {
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-wrap-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  position: relative;
}

.new-container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.graphics-wrap-2 {
  justify-content: center;
  align-items: center;
  height: 850px;
  max-height: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.graphics-text-wrap-2 {
  width: 63%;
  max-width: 816px;
  margin-top: 90px;
  margin-left: 25%;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.user-reviews-2 {
  border-top: 1px solid #222229;
  border-bottom: 1px solid #222229;
  margin-top: 58px;
  padding-top: 0;
  padding-bottom: 80px;
}

.h2-new-2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.waves-bg-wrap-2 {
  z-index: -2;
  background-image: url('../images/waves-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1800px;
  width: 100%;
  height: 900px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tab__buttons-wrap-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link-2 {
  color: #8e58ff;
  align-items: center;
  display: flex;
}

.feature-tab__text-split-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.tab-icon-circle-2 {
  color: #8e58ff;
  border: 2px solid #8e58ff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.press-wide-2 {
  margin-bottom: -120px;
}

.footer-2 {
  border-top: 1px solid #222;
  margin-top: 120px;
  padding-top: 64px;
  padding-bottom: 40px;
}

.card-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.container-card-title-and-icon {
  align-items: center;
  display: flex;
}

.container-card-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-feature-image-card {
  background-color: var(--panelgray);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -20px;
  text-decoration: none;
  display: flex;
}

.image-companioncard {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.wrapper-single-date {
  flex-direction: row;
  display: flex;
}

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

.wrapper-updated {
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.body-4 {
  background-color: var(--black);
}

.wrapper-author {
  border-top: 1px none var(--panelgray);
  border-bottom: 1px solid var(--panelgray);
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.wrapper-writtenby {
  flex-direction: column;
  flex: 0 50%;
  align-items: flex-start;
  display: flex;
}

.wrapper-link_author {
  color: #e0e0e0;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.wrapper-image-writtenby {
  border-radius: 30px;
  flex: 0 auto;
  margin-top: .25em;
  margin-left: 0;
  margin-right: 9px;
}

.image-54 {
  border-radius: 14px;
}

.wrapper_authorpicandname {
  flex-direction: row;
  padding-right: 16px;
  display: flex;
}

.div-block-71 {
  max-width: 64%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-72 {
  flex: 1 0 250px;
  padding-left: 1em;
}

.wrapper-writtenby-lable {
  min-width: 110px;
}

.link-shorter-height {
  font-size: 18px;
  line-height: 30px;
}

.link-20 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: .9em;
  line-height: 1.4em;
}

.text-block-84 {
  border-left: 4px solid var(--midnightpurple);
  padding-left: 16px;
}

.blog-text.small.bold {
  font-weight: 700;
}

.div-block-73 {
  flex: 0 50%;
  margin-bottom: 16px;
}

.div-block-74 {
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 6px;
  border-color: black black black var(--rise-blue-violet);
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.wrapper-callout {
  border-left: 6px solid var(--rise-blue-violet);
  flex: 0 50%;
  margin-bottom: 16px;
  padding-left: 16px;
}

.list-3 {
  list-style-type: decimal;
}

.body-5 {
  background-color: #000;
}

.div-block-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-17 {
  align-self: center;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
  display: block;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
  display: block;
}

.cookie-modal_closebutton {
  z-index: 5;
  background-color: var(--black);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  border: 2px solid var(--rise-blue-violet);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: .75rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
}

.cookie-modal_button.is-secondary {
  color: var(--white);
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  background-color: var(--panelgray);
  max-width: 32rem;
  color: var(--white);
  text-align: left;
  border-radius: 1rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: var(--white);
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--panelgray);
  border-radius: 0 0 1rem 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  border-top: 1px solid #ffffff26;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  display: block;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid var(--silver);
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  border: 1px solid var(--rise-blue-violet);
  background-color: var(--rise-blue-violet);
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  border-color: var(--rise-blue-violet);
  background-color: var(--rise-blue-violet);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_content-wrap-2 {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap-2.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.cookie-modal_component-2 {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton_line-2 {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line-2.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line-2.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-2.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.post-summary_frame {
  border: 3px solid var(--rise-blue-violet);
  border-radius: 12px;
  margin-bottom: 2.5rem;
  padding: 2rem 2rem 1rem;
  display: block;
}

.post-summary_rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.post-summary_rich-text p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
}

.post-summary_rich-text blockquote {
  text-align: center;
  background-image: url('../images/“.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left-style: none;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.post-summary_rich-text h6 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/quote-separator-line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: 400;
}

.post-summary_rich-text img {
  border-radius: 8px;
  margin-bottom: 16px;
}

.post-summary_rich-text figcaption {
  color: #aaa;
  letter-spacing: .6px;
  font-size: 14px;
  line-height: 18px;
}

.post-summary_rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.post-summary_rich-text ul {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.post-summary_rich-text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.post-summary_rich-text a {
  color: #e0e0e0;
  border-bottom: 1px solid #757575;
  text-decoration: none;
}

.post-summary_rich-text h4 {
  margin-top: 0;
}

.post-summary_rich-text li {
  font-size: 19px;
}

.post-summary_title {
  margin-top: 0;
}

.admin_components-area {
  display: none;
}

.comp_cta, .comp_cta-mini {
  margin-top: 2rem;
}

.comp_cta-mini-text-container {
  margin-left: auto;
  margin-right: auto;
}

.comp_cta-mini-text-container.hero {
  text-align: center;
}

.sticky_wrapper {
  background-color: #f1f1f1;
}

.sticky_wrapper.show {
  display: block;
}

.sticky_heading {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.sticky_heading.edit-field {
  min-height: 1rem;
  display: block;
}

.video-cta_layout-outer {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.video-cta_close-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.sticky_button {
  color: #721cff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #924cf4;
  border-radius: 6px;
  padding: 4px 7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.sticky_button.is-apple-button {
  color: #1cadce;
  border-color: #1cadce;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
}

.sticky_close-button {
  color: #999;
  width: 10px;
  height: 16px;
  margin-top: -16px;
}

.sticky_desc {
  color: #000;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.sticky_text-wrapper {
  padding-left: 6px;
}

.sticky_button-wrapper {
  padding-right: 10px;
}

.sticky_container {
  padding-left: 8px;
}

.sticky_layout {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 86px;
  grid-template-columns: 64px 1fr 110px;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.sticky_logo {
  border-radius: 16px;
  height: 60px;
}

.sticky-top_wrapper-container {
  display: none;
}

.sticky-top_wrapper-container.bottom.demo {
  display: block;
}

.sticky_rating-wrapper {
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.sticky_rating-stars {
  color: #ffb442;
  margin-top: -2px;
  margin-right: 6px;
  font-family: Open Sans, sans-serif;
  line-height: 20px;
}

.sticky_rating-num {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.seo_data-area, .css_style-overrides {
  display: none;
}

.div-block-76 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.test-edit-mobile-view {
  width: 380px;
}

.collection-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.text-block-86 {
  background-color: #fffd96;
  height: 1rem;
  min-height: 1rem;
  display: block;
}

.text-block-87 {
  color: var(--black);
  text-align: center;
}

.image-55 {
  text-align: center;
}

.toc_header {
  color: #fff;
  border-radius: 4px;
  margin-top: .6rem;
  padding: .2rem .4rem;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.toc_header.w--current {
  background-color: #8e58ff;
}

.toc_popout-wrapper {
  z-index: 99;
  position: fixed;
  top: 300px;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  left: 2px;
}

.toc_wrapper {
  z-index: 101;
  background-color: var(--toc-panel);
  border-radius: 1.5rem 5rem 1.5rem 1.5rem;
  width: 95%;
  min-height: 20rem;
  max-height: 60vh;
  padding: .6rem 0 1.5rem 1rem;
  position: absolute;
}

.toc_popout-tab {
  background-color: var(--toc-tab);
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 80px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  left: -70px;
}

.toc_scroll-area {
  height: 100%;
  max-height: 45vh;
  padding-right: 1rem;
  overflow: auto;
}

.toc_popout {
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.toc_link-wrapper {
  margin-top: .2rem;
  line-height: 24px;
}

.toc_link-wrapper.is-h3, .toc_link-wrapper.is-h4 {
  margin-left: 2rem;
}

.toc_link-header {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  margin-right: 30px;
  padding-bottom: 1rem;
}

.toc_link {
  border-radius: 4px;
  margin-bottom: .2rem;
  padding: .2rem .4rem;
  text-decoration: none;
  display: block;
}

.toc_link.w--current {
  background-color: #8e58ff;
}

.video-player_cta-wrapper {
  background-color: var(--white);
  margin-top: .6rem;
  padding-left: .2rem;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_message {
  color: #9b9b9b;
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.video-player_container {
  background-color: var(--black);
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: block;
  position: relative;
}

.fs_modal-1_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.video-player {
  width: 100%;
  height: 400px;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.video-cta_wrapper {
  background-color: #f1f1f1;
}

.video-cta_wrapper.show {
  display: block;
}

.video-cta_close-button {
  color: #999;
  width: 10px;
  height: 16px;
  margin-top: -16px;
}

.video-cta_layout {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 86px;
  grid-template-columns: 64px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.video-cta_logo {
  border-radius: 16px;
  height: 60px;
}

.video-cta_text-wrapper {
  padding-left: 6px;
}

.video-cta_desc {
  color: #000;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.video-cta_heading {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.video-cta_heading.edit-field {
  min-height: 1rem;
  display: block;
}

.video-cta_rating-wrapper {
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.video-cta_button-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.video-cta_editors-choice {
  width: 130px;
}

.video-cta_button {
  color: #721cff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #924cf4;
  border-radius: 6px;
  padding: 4px 7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.video-cta_button.is-apple-button {
  color: #1cadce;
  border-color: #1cadce;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.sticky_close-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.sticky_layout-outer {
  display: flex;
}

.icon-embed-medium-2 {
  z-index: 1;
  width: 4rem;
  height: 4rem;
  color: var(--medium-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video_button {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video-thumb {
  position: absolute;
  inset: 0%;
}

.video-play-button {
  z-index: 1;
  background-color: var(--white);
  width: 4rem;
  height: 4rem;
  color: var(--medium-slate-blue);
  border: 2px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.qr-code-wrapper {
  height: 80px;
}

.video-cta_qr-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-player_wrapper {
  max-width: 70%;
  margin: 2rem auto 2.5rem;
}

.div-block-79 {
  display: none;
}

.wrapper_listenlinks-3 {
  background-color: #16161a;
  border-top: 1.5px solid #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  align-items: center;
  padding: 3%;
  display: flex;
}

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

.form-3 {
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start stretch;
}

.blog-text-2 {
  color: #bdbdbd;
  letter-spacing: .6px;
  line-height: 24px;
}

.blog-text-2.small {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.caption-link-2 {
  color: #8e58ff;
  border-bottom: 1px solid #8e58ff;
  margin-left: 6px;
  text-decoration: none;
}

.wrapper-podcastplayer-3 {
  background-color: #16161a;
  border: 3px #721cff;
  border-radius: 12px;
  align-self: stretch;
  margin-bottom: 32px;
}

.about-rise-title-2 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}

.div-block-81 {
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.image-56 {
  margin-right: 8px;
}

.hero-sub-copy-2 {
  color: #bdbdbd;
  letter-spacing: .6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-82 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.button-7 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #721cff;
  border: 3px solid #721cff;
  border-radius: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.button-7:hover {
  background-color: #721cff;
}

.button-7.category-tag {
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
}

.post-summary_frame-2 {
  border: 3px solid #721cff;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  padding: 2rem 2rem 1rem;
  display: block;
}

.text-block-88 {
  text-align: center;
}

.wrapper-author-2 {
  border-top: 1px #16161a;
  border-bottom: 1px solid #16161a;
  flex-direction: row;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-83 {
  display: none;
}

.footer-link-3 {
  color: #888;
  margin-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-3:hover {
  opacity: 1;
  color: #fff;
}

.footer-link-3.vertical-list {
  color: #fff;
  align-items: center;
  margin-bottom: 0;
  margin-left: 16px;
  display: flex;
}

.footer-link-3.vertical-list:hover {
  color: #8e58ff;
}

.video-player_container-2 {
  background-color: #000;
}

.html-embed-8 {
  padding: 3% 3% 2%;
}

.video-player_cta-wrapper-2 {
  background-color: #fff;
  margin-top: .6rem;
  padding-left: .2rem;
}

.div-block-84 {
  border: 1px solid #000;
  border-left: 6px #721cff;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.wrapper-callout-2 {
  border-left: 6px solid #721cff;
  flex: 0 50%;
  margin-bottom: 16px;
  padding-left: 16px;
}

.min-read-2 {
  color: #bdbdbd;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 12px;
  line-height: 24px;
}

.min-read-2.margin-right-8.tight, .min-read-2.date {
  margin-top: 0;
}

.div-block-85 {
  border: 3px solid #721cff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-transcript_header {
  margin-top: 40px;
  margin-bottom: 20px;
}

.popup-cta_wrapper {
  z-index: 99;
  border: 4px solid var(--rise-blue-violet);
  background-color: var(--white);
  background-image: linear-gradient(#721cffcf, #721cffcf), url('../images/stars1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 2rem;
  width: 500px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto auto 30px 30px;
}

.popup-cta_wrapper.is-visible {
  display: block;
}

.popup-cta_close-wrapper {
  background-color: var(--medium-slate-blue);
  width: 42px;
  height: 42px;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.popup-cta_close-button {
  width: 10px;
  height: 16px;
  color: var(--white);
  margin-top: -16px;
}

.popup-cta_heading {
  color: var(--white);
  font-size: 1.6rem;
}

.popup-cta_subheading {
  color: var(--white);
  text-align: right;
  margin-top: 10px;
  margin-right: 3px;
  font-size: .8rem;
  line-height: 1rem;
}

.popup-cta_qr-code {
  background-color: var(--white);
  border-radius: 1rem;
  width: 100px;
  height: 100px;
}

.popup-cta_qr-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.popup-cta_button-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.popup-cta_logo {
  border-radius: 16px;
  height: 60px;
}

.popup-cta_layout {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 86px;
  grid-template-columns: 64px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.popup-cta_layout-outer {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.popup-cta_editors-choice {
  filter: invert();
  width: 180px;
}

.div-block-86 {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.popup-cta_text-wrapper {
  padding-left: 6px;
}

.popup-cta_editors-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.popup-cta_heading-2 {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.popup-cta_heading-2.edit-field {
  min-height: 1rem;
  display: block;
}

.popup-cta_rating-num {
  color: var(--white);
  font-size: 20px;
  line-height: 24px;
}

.popup-cta_rating-wrapper {
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.div-block-87 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.popup-cta_rating-stars {
  color: #ffb442;
  margin-top: -2px;
  margin-right: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 28px;
}

.div-block-88 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.popup-cta_trigger {
  display: none;
}

.popup-cta_wrapper-static {
  z-index: 99;
  border: 4px solid var(--rise-blue-violet);
  background-color: var(--white);
  background-image: linear-gradient(#721cffcf, #721cffcf), url('../images/stars1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 2rem;
  width: 500px;
  padding: 20px;
}

.popup-cta_wrapper-static.is-visible {
  display: block;
}

.section-popup-static {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

._404-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-89 {
  margin-top: 40px;
}

.footer-icon {
  width: 16px;
  margin-top: 6px;
}

.app-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 38px;
  display: flex;
}

.app-button-wrap-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  display: flex;
}

.app-store-icon-desktop {
  z-index: 10;
  width: 56px;
  position: relative;
}

.qr-code {
  background-color: var(--white);
  border-radius: 1rem;
  width: 200px;
  height: 200px;
}

.qr-wrapper {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.qr_wrapper-static {
  z-index: 99;
  border: 4px solid var(--rise-blue-violet);
  background-color: var(--white);
  background-image: linear-gradient(#721cffcf, #721cffcf), url('../images/stars1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 2rem;
  padding: 20px;
}

.qr_wrapper-static.is-visible {
  display: block;
}

.div-block-91 {
  margin-top: 50px;
}

.gtm-data, .sticky-bottom_wrapper-container {
  display: none;
}

.sticky-bottom_wrapper-container.bottom.demo {
  display: block;
}

.quiz_wrapper {
  background-color: #f1f1f1;
}

.quiz_wrapper.show {
  display: block;
}

.quiz_container {
  padding-left: 8px;
}

.quiz_layout-outer {
  display: flex;
}

.quiz_close-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.quiz_layout {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 86px;
  grid-template-columns: 64px 1fr 110px;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.quiz_close-button {
  color: #999;
  width: 10px;
  height: 16px;
  margin-top: -16px;
}

.quiz_text-wrapper {
  padding-left: 6px;
}

.quiz_desc {
  color: #000;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.quiz_button-wrapper {
  padding-right: 10px;
}

.quiz_button {
  color: #721cff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #924cf4;
  border-radius: 6px;
  padding: 4px 7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.quiz_button.is-apple-button {
  color: #1cadce;
  border-color: #1cadce;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 700;
}

.empty-state-4 {
  display: none;
}

.heading-15, .heading-16, .heading-17 {
  color: var(--text-emphasis-color);
}

.editorial-container {
  max-width: 64%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.editorial-container.hero {
  text-align: center;
}

.editorial-container.is-top-padding {
  margin-top: 60px;
}

.author_name {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: .9em;
  line-height: 1.4em;
}

.author_info {
  color: var(--text-color);
  letter-spacing: .6px;
  font-size: 16px;
  line-height: 24px;
}

.author_info.small {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-share-btn {
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  height: 16px;
}

.social-share-btn.large {
  width: 20px;
  height: 20px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.social-share_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24px;
  margin-bottom: 1.5rem;
  display: flex;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon {
  width: 100%;
  height: 100%;
}

.editorial-text.small.bold {
  font-weight: 700;
}

.editorial-standards {
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 6px;
  border-color: black black black var(--rise-blue-violet);
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.sg__cta-buttons-sub-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.editorial-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.wrapper-link_author-name {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author_name-sep {
  margin-right: .2rem;
}

.div-block-92 {
  color: var(--medium-slate-blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.related-reads_link-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--medium-slate-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.related-reads-container {
  margin-left: auto;
  margin-right: auto;
}

.related-reads-container.hero {
  text-align: center;
}

.related-reads-container.is-top-padding {
  margin-top: 60px;
}

.related-reads-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.references-container {
  max-width: 64%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.references-container.hero {
  text-align: center;
}

.references-container.is-top-padding {
  margin-top: 60px;
}

.related-reads_list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.related-reads-thumb {
  object-fit: cover;
  border-radius: 5px;
  height: 140px;
}

.references-wrapper {
  margin-top: 1rem;
}

.ux-expando {
  position: relative;
  overflow: hidden;
}

.ux-expando-trigger {
  cursor: pointer;
  background-image: linear-gradient(#0000, #000 60%);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ux-expando-button {
  background-color: var(--rise-blue-violet);
  color: var(--white);
  padding: 10px 40px;
}

.text-block-89 {
  width: 800px;
  display: inline;
}

.test {
  border: 1px solid #3631a3;
}

.paragraph-18 {
  color: #d1a5a5;
}

.div-block-93 {
  color: var(--medium-slate-blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-profile-photo {
  float: left;
  shape-outside: circle();
  width: 220px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 60px;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.json-ld {
  display: none;
}

.profile-link {
  text-align: center;
}

.profile-photo {
  margin-bottom: 10px;
}

.fs-cc-modal_description {
  margin-right: 2rem;
  font-size: .9375rem;
  font-weight: 300;
}

.fs-cc-default_radius {
  border-radius: .75rem;
}

.fs-cc-button_actions {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap-reverse;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 9995;
  color: #bdbdbd;
  align-items: flex-end;
  max-height: 100%;
  padding: 1.25rem;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.fs-cc-modal_buttons {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
  position: sticky;
  bottom: -1.25rem;
}

.fs-cc-modal_title {
  color: var(--white);
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.fs-cc-screenreader-only {
  white-space: nowrap;
  border-style: none;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.fs-cc-modal_link {
  color: var(--link-color);
  text-decoration: underline;
  transition: color .2s;
}

.fs-cc-prefs_description {
  margin-right: 3rem;
  font-size: .9375rem;
  font-weight: 300;
}

.fs-cc-styles {
  display: none;
}

.fs-cc-default_maxwidth {
  max-width: 22rem;
}

.fs-cc-horizontal-line {
  border-style: none none solid;
  border-bottom-width: 1px;
  width: 100%;
  height: 0;
}

.fs-cc-horizontal-line.fs-cc-default_border {
  flex: none;
}

.fs-cc-default_border {
  border: 1px solid #3d3d44;
}

.fs-cc-prefs_checkbox-label {
  color: var(--white);
  cursor: pointer;
  flex: 1;
  margin-bottom: .25rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-prefs_wrapper {
  padding-top: .5rem;
  padding-bottom: .25rem;
}

.fs-cc-prefs_checkbox-toggle {
  float: right;
  background-color: #5c5c5c;
  background-image: url('../images/fs-cc-toggle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0 #fff0;
  border-radius: 2rem;
  width: 2.5rem;
  height: 1.5rem;
  margin: 0 0 0 2rem;
  transition: background-position .175s, background-color .175s;
}

.fs-cc-prefs_checkbox-toggle.w--redirected-checked {
  background-color: #239d28;
  background-image: url('../images/fs-cc-toggle.svg');
  background-position: 100%;
  background-size: auto 100%;
  border: 0 #fff0;
}

.fs-cc-prefs_checkbox-toggle.w--redirected-focus {
  box-shadow: 0 0 3px 1px #fff0;
}

.fs-cc-prefs_checkbox-toggle.is-required {
  cursor: not-allowed;
  background-color: #239d28;
  background-image: url('../images/fs-cc-toggle.svg');
  background-position: 100%;
}

.fs-cc-prefs_checkbox-toggle.is-required.w--redirected-checked {
  background-color: #239d28;
}

.fs-cc-default_background {
  background-color: #16161a;
}

.fs-cc-default_hide-all {
  display: none;
}

.fs-cc-modal_close-button {
  z-index: 1;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: .25rem .25rem auto auto;
}

.fs-cc-modal_prefs {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-modal_close-button-line {
  background-color: var(--white);
  width: 1.125rem;
  height: 1.5px;
  transform: rotate(45deg);
}

.fs-cc-modal_close-button-line.is-second {
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc-prefs_checkbox {
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: -1px;
  padding-left: 0;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.fs-cc-button {
  border: 2px solid var(--rise-blue-violet);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: .75rem;
  padding: .75rem 1.25rem .625rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.fs-cc-button.fs-cc-is-secondary {
  color: var(--white);
  background-color: #0000;
  border-color: #0000;
  flex: 0 auto;
}

.fs-cc-button.fs-cc-is-secondary:hover {
  text-decoration: underline;
}

.fs-cc-button-line-wrap {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.fs-cc-banner_modal {
  text-align: left;
  width: 100%;
  padding-top: 1.25rem;
  line-height: 1.33;
  position: relative;
}

.fs-cc-default_padding {
  padding: 1rem;
}

.fs-cc-default_maxwidth-de {
  max-width: 27rem;
}

.wrapper-questionanswer-section {
  border-top: 4px solid var(--h2-separator);
  margin-top: 40px;
  padding-top: 20px;
}

.content-container {
  object-fit: contain;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.press-logo-2 {
  width: 80%;
}

.div-block-94 {
  margin-bottom: 220px;
}

.div-block-95 {
  margin-top: 100px;
}

.div-block-97 {
  padding: 40px;
}

.div-block-98 {
  padding: 43px;
}

.paragraph-19 {
  color: var(--silver);
  font-weight: 300;
}

.group-918 {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2462px;
  height: 910px;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: contain;
  object-position: 50% 0%;
  width: 400px;
}

.title-lg {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 102px;
  font-weight: 700;
  line-height: 104px;
  text-decoration: none;
}

.title-lg.is-yellow {
  color: #ffd600;
}

.frame-185056 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.no-more-struggling-alone-rise-expert-care-pairs-you-with-a-licensed-sleep-therapist-for-real-results {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
}

.frame-185082 {
  grid-column-gap: 10px;
  border: 2px solid #721cff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-8 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.group-183711 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 405px;
  height: 371px;
  text-decoration: none;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.new-container-layer {
  z-index: 1;
  object-fit: contain;
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  inset: 0%;
}

.layered-hero {
  min-height: 100vh;
  position: relative;
}

.div-block-100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 191px;
  display: flex;
}

.blue-cross-blue-shield-19697-1 {
  object-fit: cover;
  overflow: hidden;
}

.frame-185054 {
  grid-column-gap: 23px;
  border: 3px solid #333;
  border-radius: 12px;
  flex-flow: wrap;
  padding-top: 11px;
  padding-bottom: 38px;
  padding-left: 47px;
  display: flex;
}

.union-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.union {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.5791px;
  height: 41.9996px;
  text-decoration: none;
  display: flex;
}

.frame-185045 {
  grid-row-gap: 8px;
  background-color: #16161a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 267px;
  padding: 34px 24px 24px;
  text-decoration: none;
  display: flex;
}

.frame-184274 {
  grid-column-gap: 13px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 416px;
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #bdbdbd;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.text-3 {
  color: #8e58ff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-185041 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1255px;
  text-decoration: none;
  display: grid;
}

.text-2 {
  color: #bdbdbd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.molina_healthcare_logo {
  object-fit: cover;
  padding: 1px;
  overflow: hidden;
}

.frame-1 {
  grid-column-gap: 10px;
  border: 2px solid #721cff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.make-progress-with-expert-insight {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.frame-185058 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-185055 {
  grid-column-gap: 33px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-185053 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 815px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.frame-185047 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.find-whats-truly-draining-your-energy {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-5 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.section-icon {
  object-fit: cover;
}

.text-13 {
  color: #8e58ff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-185089 {
  grid-row-gap: 8px;
  background-color: #16161a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 335px;
  padding: 34px 24px 24px;
  text-decoration: none;
  display: flex;
}

.solve-your-sleep-puzzle-with-expert-care {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 102px;
  font-weight: 700;
  line-height: 104px;
  text-decoration: none;
}

.text-11 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-185088 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 335px;
  display: flex;
}

.frame-185059 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1231px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.np_eye_7834745_000000-1 {
  object-fit: cover;
  overflow: hidden;
}

.frame-185087 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.youre-ready-for-results-lets-get-started {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.take-the-quiz {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.frame-185093 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ellipse-165 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87.1689px;
  height: 87.1689px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.frame-185092 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._20px-question {
  object-fit: cover;
}

.frame-185091 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 815px;
  text-decoration: none;
  display: flex;
}

.frame-185094 {
  grid-column-gap: 10px;
  border: 2px solid #721cff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 32px;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.frame-185060 {
  grid-column-gap: 33px;
  background-color: #0003;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.div-block-101 {
  margin-bottom: 49px;
  padding-left: 454px;
  padding-right: 100px;
}

.done-with-sleep-hacks-try-science-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.text-16 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.text-17 {
  color: #ffd600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.layer_12 {
  grid-column-gap: 3px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-102 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-103 {
  display: inline-block;
}

.div-block-104 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.layered-wrap {
  position: relative;
}

.div-block-105 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 400px;
  min-width: 400px;
  margin-top: 30px;
  display: flex;
}

.vector {
  object-fit: cover;
}

.quote-inner {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 79px;
  display: flex;
  position: absolute;
  inset: 17% 0% 0%;
}

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

.frame-style {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 108px;
  text-decoration: none;
  display: flex;
}

.body-text-medium {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.body-text-small {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.show-tablet, .show-mobile {
  display: none;
}

.frame-185095 {
  grid-row-gap: 14px;
  border: 3px solid #333;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 837px;
  height: 267px;
  padding: 44px 61px;
  text-decoration: none;
  display: flex;
}

.frame-185078 {
  grid-column-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.unitedhealthcare_logo-1 {
  object-fit: contain;
  overflow: hidden;
}

.aetna_logo {
  overflow: hidden;
}

.clip-path-group {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.medicare-2021-2 {
  object-fit: contain;
}

.frame-185096 {
  grid-column-gap: 13px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.union-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #bdbdbd;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.frame-185063 {
  grid-row-gap: 10px;
  background-color: #000;
  border: 1px solid #222229;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2092px;
  height: 300px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-graphic {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 4098.78px;
  height: 300px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.frame-185061 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._24px-feeling-8 {
  object-fit: cover;
}

.frame-style-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body-text-medium-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.body-text-small-2 {
  color: #ffd600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.frame-185097 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1231px;
  text-decoration: none;
  display: flex;
}

.frame-185098 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.solve-your-sleep-puzzle-with-expert-care-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 104px;
  text-decoration: none;
}

.text-19 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.numbered-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.frame-185100 {
  grid-row-gap: 8px;
  background-color: #16161a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 354px;
  padding: 34px 24px 24px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-21 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.text-22 {
  color: #8e58ff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-185101 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-185102 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.numbered-card {
  grid-row-gap: 8px;
  background-color: #16161a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 34px 24px 24px;
  text-decoration: none;
  display: flex;
}

.frame-185079 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #ffd600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 102px;
  font-weight: 500;
  line-height: 104px;
  text-decoration: none;
}

.text-25 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-26 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.text-27 {
  color: #8e58ff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-185048 {
  grid-row-gap: 8px;
  background-color: #16161a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 34px 24px 24px;
  text-decoration: none;
  display: flex;
}

.how-expert-care-gets-real-results-0 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 104px;
  text-decoration: none;
}

.how-expert-care-gets-real-results-1 {
  color: #ffd600;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 102px;
  font-weight: 700;
  line-height: 104px;
  text-decoration: none;
}

.image-58 {
  object-fit: cover;
  height: 1000px;
  position: absolute;
  inset: 0%;
}

.div-block-106 {
  width: 100%;
  height: 1000px;
  position: relative;
}

.cta-link {
  text-decoration: none;
}

.np_worry_200120_000000-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.group {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 57.6px;
  height: 57.6px;
  text-decoration: none;
  display: flex;
}

.frame-185080 {
  grid-column-gap: 10px;
  border: 0 solid #333;
  border-top-width: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #bdbdbd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none;
}

.div-block-107 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-copy {
  object-position: 50% 0%;
  object-fit: contain;
  object-position: 50% 0%;
  width: 400px;
}

.image-copy-copy {
  object-fit: contain;
  object-position: 50% 50%;
  align-self: auto;
  width: 350px;
}

.numbered-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.image-59 {
  position: absolute;
  inset: 0%;
}

.mobile-only {
  display: none;
}

.legal-disclaimer {
  margin-bottom: 100px;
}

.rich-text-small {
  color: #ccc;
  font-size: 19px;
}

.rich-text-small h2 {
  border-top: 4px solid var(--h2-separator);
  color: var(--text-emphasis-color);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-top: 40px;
}

.rich-text-small p {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 26px;
}

.rich-text-small blockquote {
  text-align: center;
  background-image: url('../images/“.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left-style: none;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.rich-text-small h6 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: url('../images/quote-separator-line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: 400;
}

.rich-text-small img {
  object-fit: fill;
  border-radius: 8px;
  margin-bottom: 16px;
}

.rich-text-small figcaption {
  color: #aaa;
  letter-spacing: .6px;
  font-size: 14px;
  line-height: 18px;
}

.rich-text-small figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-small ul {
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.rich-text-small h3 {
  color: var(--text-emphasis-color);
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-small a {
  color: var(--text-color);
  text-decoration: none;
}

.rich-text-small h4 {
  color: var(--text-emphasis-color);
  margin-top: 0;
}

.rich-text-small strong, .rich-text-small h1 {
  color: var(--text-emphasis-color);
}

.profile-testimonial {
  border: 2px solid var(--rise-blue-violet);
  object-fit: cover;
  border-radius: 50%;
}

html.w-mod-js [data-ix="closeb2bmodal"], html.w-mod-js [data-ix="closeatheleticsmodal"] {
  display: block;
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  .paragraph.intro {
    margin-right: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph.intro.text-centered {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph.intro.left-margin-20 {
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph.intro.scienceheroparagraph {
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .button {
    flex-wrap: nowrap;
    justify-content: center;
    display: block;
  }

  .button.scienceherocta {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.category-tag.image-overlay.featured-image {
    top: 24px;
    right: 24px;
  }

  .button-3.nav.tab {
    border-right: 1px solid #ffffff1a;
    border-radius: 0;
    flex: 0 auto;
    font-size: 20px;
  }

  .button-3.nav.tab.outsidebutton {
    flex: 0 auto;
  }

  .button-3.nav.w--current {
    border-right: 1px solid #16161a;
  }

  .form-2 {
    display: block;
  }

  .form-block-2 {
    width: 80%;
  }

  .form-main {
    padding-top: 100px;
  }

  .div-block-23 {
    padding-bottom: 40px;
  }

  .mobile-nav-link {
    border-bottom: 1px solid var(--panelgray);
    width: 100%;
    color: var(--white);
  }

  .mobile-nav-link.w--current, .mobile-nav-link.w--current:focus {
    color: var(--rise-blue-violet);
  }

  .mobile-nav-link.demolink {
    background-color: var(--rise-blue-violet);
  }

  .mobile-nav-link.demolink.whitectalink.w--current {
    color: var(--white);
  }

  .mobile-nav-link.hide-button {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    z-index: 100;
    background-color: var(--black);
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    position: fixed;
  }

  .navigation-left {
    display: flex;
  }

  .mobile-nav {
    background-color: var(--black);
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .menu-mob {
    background-color: var(--panelgray);
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--panelgray);
  }

  .navigation, .nav-menu {
    display: none;
  }

  .div-block-26._50.centered {
    margin-left: 16px;
    padding-right: 0;
  }

  .div-block-27 {
    flex-wrap: nowrap;
  }

  .div-block-27.top-pad-40 {
    padding-top: 0;
  }

  .athleticshero {
    background-position: -100px 0;
    margin-top: 86px;
  }

  .athleticshero.abm-lp-hero {
    flex-direction: column-reverse;
    align-items: center;
    display: block;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .section-2 {
    border-top-style: none;
  }

  .section-2.background-gradient-blueblack {
    background-image: linear-gradient(#000, #040024);
    padding-bottom: 50px;
  }

  .section-2.background-gradient-blueblack.video-section {
    background-color: var(--midnight-blue);
    background-image: none;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 6%;
    padding-right: 6%;
  }

  .slider {
    align-items: stretch;
    min-height: 600px;
  }

  .mask {
    min-height: 620px;
  }

  .div-block-31 {
    padding-left: 0;
  }

  .icon-5 {
    opacity: .3;
    margin-top: auto;
    margin-right: 0;
  }

  .icon-6 {
    opacity: .3;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    text-align: left;
  }

  .slide-nav {
    opacity: .8;
    margin-bottom: 29px;
    top: 550px;
  }

  .slide-nav.landscape {
    margin-top: auto;
  }

  .text-block-68 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .text-block-69, .text-block-70 {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .paragraph-5 {
    clear: none;
    margin-top: 20px;
    position: static;
  }

  .column-4, .column-5, .column-6 {
    padding: 20px;
  }

  .image-27 {
    width: 80px;
    height: 80px;
    margin-top: 20px;
  }

  .sciencehero {
    background-position: 0 0;
    background-size: 1440px;
    background-attachment: fixed;
    margin-top: 86px;
  }

  .pillarhero {
    background-position: -100px 0;
    margin-top: 86px;
  }

  .paragraph-13.promise {
    padding-left: 15%;
    padding-right: 15%;
  }

  .image-30 {
    min-width: 240px;
    max-width: 25%;
    margin-top: 20px;
  }

  .heading-5 {
    margin-top: auto;
  }

  .heading-6, .columns-3 {
    margin-top: 20px;
  }

  .div-block-38 {
    padding-top: 32px;
  }

  .blog-hero {
    margin-top: 160px;
  }

  .text-container {
    max-width: 70%;
  }

  .featured-copy {
    width: 50%;
    padding: 24px;
  }

  .blog-items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .article {
    width: 100%;
  }

  .article.german {
    width: auto;
  }

  .article-image {
    min-height: 91px;
  }

  .article-image.customer-highlights {
    min-height: 90px;
  }

  .article-image.german {
    width: auto;
    min-height: 0;
  }

  .email-form {
    flex-direction: column;
  }

  .email-field {
    margin-bottom: 8px;
  }

  .main-image {
    margin-top: 1rem;
  }

  .h3-insight {
    font-family: Work Sans, sans-serif;
    font-weight: 500;
  }

  .paragraph---insights {
    font-family: Work Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .html-embed-3 {
    display: none;
  }

  .container-twoup {
    flex-direction: column;
  }

  .container-4up {
    flex-wrap: wrap;
  }

  .wrapper-logos {
    padding-right: 32px;
  }

  .image-48 {
    margin-right: 0;
  }

  .wrapper_listenlinks {
    flex-wrap: wrap;
  }

  .div-block-47 {
    background-position: 27%;
  }

  .wrapper_listenlinks-2 {
    flex-wrap: wrap;
  }

  .home-hero {
    padding-top: 12%;
  }

  .new-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-gradient-bg {
    width: 60%;
    right: -20%;
  }

  .mockups {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .graphics-wrap {
    height: auto;
  }

  .mockup-1 {
    margin-top: -139px;
    margin-right: 0%;
    right: 0%;
  }

  .mockup-2 {
    margin-top: 240px;
    margin-left: -44px;
  }

  .graphics-text-wrap {
    width: 80%;
    margin-top: 120px;
  }

  .emoji-graphics {
    width: 250px;
    margin-bottom: 16px;
  }

  .features-gradient-bg {
    top: 32%;
  }

  .feature-tab {
    flex: none;
    margin-right: 12px;
  }

  .feature-tab-menu {
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
    padding-top: 0;
    overflow: auto;
  }

  .feature-tabs {
    flex-direction: column-reverse;
  }

  .feature-tab-wrap {
    margin-top: 0;
    padding-right: 0;
  }

  .feature-tab__text-split {
    z-index: 3;
    position: relative;
  }

  .sg__download {
    width: 64%;
    height: 300px;
    margin-top: 32px;
    margin-left: 0;
    position: static;
  }

  .sg__section-content {
    flex-wrap: wrap;
  }

  .sg__col-1 {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-height: 100px;
  }

  .sg__col-3 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    min-height: 100px;
  }

  .sleep-guide-text-contain {
    order: 1;
  }

  .sg__heading-contain {
    width: 100%;
  }

  .toggle-arrow {
    margin-right: 32px;
  }

  .anchor-offset {
    margin-left: 0;
  }

  .sg__cta-content {
    padding-right: 0%;
  }

  .sg__partial-border {
    width: 100%;
    margin-left: 0;
  }

  .sg__header {
    padding-top: 160px;
  }

  .feature-relative-wrap {
    width: 100%;
  }

  .waves-bg-wrap {
    opacity: .43;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .cta-text-contain {
    width: 100%;
  }

  .tab__buttons-wrap {
    align-items: center;
  }

  .button-6 {
    flex-wrap: nowrap;
    justify-content: center;
    display: block;
  }

  .navigation-2 {
    display: none;
  }

  .nav-button-wrap {
    align-items: center;
  }

  .mobile-nav-2 {
    background-color: #000;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .mobile-nav-link-2 {
    color: #fff;
    border-bottom: 1px solid #16161a;
    width: 100%;
  }

  .mobile-nav-link-2.w--current, .mobile-nav-link-2.w--current:focus {
    color: #721cff;
  }

  .mobile-nav-link-2.demolink {
    background-color: #721cff;
  }

  .navigation-container-mob-2 {
    justify-content: space-between;
  }

  .menu-mob-2 {
    color: #fff;
    background-color: #16161a;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #16161a;
  }

  .navigation-mob-2 {
    z-index: 100;
    background-color: #000;
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    position: fixed;
  }

  .mockup-1-2 {
    margin-top: -139px;
    margin-right: 0%;
    right: 0%;
  }

  .home-hero-2 {
    padding-top: 12%;
  }

  .hero-gradient-bg-2 {
    width: 60%;
    right: -20%;
  }

  .mockups-2 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .new-container-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .graphics-wrap-2 {
    height: auto;
  }

  .graphics-text-wrap-2 {
    width: 80%;
    margin-top: 120px;
  }

  .waves-bg-wrap-2 {
    opacity: .43;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .tab__buttons-wrap-2 {
    align-items: center;
  }

  .feature-tab__text-split-2 {
    z-index: 3;
    position: relative;
  }

  .wrapper-author.bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-71 {
    max-width: 70%;
  }

  .div-block-72 {
    flex-basis: 180px;
  }

  .div-block-75 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .text-block-85 {
    text-align: left;
  }

  .comp_cta-mini-text-container {
    max-width: 70%;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .video-player_wrapper {
    margin-top: 1rem;
  }

  .wrapper_listenlinks-3 {
    flex-wrap: wrap;
  }

  .form-3 {
    display: block;
  }

  .div-block-82 {
    padding-bottom: 40px;
  }

  .button-7 {
    flex-wrap: nowrap;
    justify-content: center;
    display: block;
  }

  .editorial-container {
    max-width: 70%;
  }

  .author_info {
    line-height: 20px;
  }

  .editorial-wrapper {
    margin-bottom: 1.5rem;
  }

  .related-reads_link-block {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .related-reads-wrapper {
    margin-bottom: 1.5rem;
  }

  .references-container {
    max-width: 70%;
  }

  .related-reads-thumb {
    height: 100px;
  }

  .content-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image {
    width: auto;
  }

  .title-lg {
    font-size: 80px;
    line-height: 80px;
  }

  .no-more-struggling-alone-rise-expert-care-pairs-you-with-a-licensed-sleep-therapist-for-real-results {
    font-size: 26px;
    line-height: 36px;
  }

  .new-container-layer {
    padding-left: 3%;
    padding-right: 3%;
  }

  .frame-185041 {
    grid-template-columns: 1fr;
  }

  .div-block-101 {
    padding-left: 185px;
    padding-right: 76px;
  }

  .div-block-105 {
    width: 350px;
    min-width: 350px;
  }

  ._200-image {
    object-fit: contain;
    object-position: 50% 0%;
  }

  .show-desktop {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .numbered-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal-disclaimer {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .heading.blog {
    font-size: 28px;
  }

  .paragraph {
    align-items: stretch;
    font-size: 26px;
  }

  .paragraph.intro {
    align-self: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.intro.text-centered {
    margin-left: 20px;
    padding-right: 0;
  }

  .paragraph.intro.left-margin-20 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.intro.testimonial {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    flex-direction: row;
    flex: 1;
    align-self: stretch;
    display: block;
  }

  .button.white {
    margin-left: 30px;
  }

  .button.category-tag.image-overlay {
    padding-left: 16px;
  }

  .button.category-tag.image-overlay.featured-image {
    top: 16px;
    right: 16px;
  }

  .button.blog {
    flex: 0 auto;
    width: 100%;
  }

  .button.second-cta {
    flex: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button.primary-cta {
    margin-bottom: 12px;
  }

  .button.blackoutline {
    flex: 0 auto;
    margin-top: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-3.nav.tab {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3.nav.tab.rightmosttab {
    margin-left: 0;
    margin-right: 20%;
    padding-right: 0;
  }

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

  .form-2 {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-flow: row;
  }

  .atheleticsmodalcontainer {
    padding-top: 124px;
  }

  .form-main {
    padding-top: 120px;
  }

  .mobile-nav-link {
    color: var(--white);
  }

  .mobile-nav-link.demolink {
    background-color: var(--rise-blue-violet);
  }

  .navigation-mob {
    background-color: var(--black);
    width: 100vw;
    position: fixed;
  }

  .div-block-26._50 {
    flex-basis: 100%;
  }

  .div-block-26._50.centered {
    flex-basis: 100%;
    align-self: center;
    margin-top: 30px;
    margin-right: 8px;
    padding-right: 0;
  }

  .div-block-27 {
    flex-direction: column;
    margin-top: -30px;
  }

  .div-block-27.top-pad-40 {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }

  .div-block-27.reverse-wrap {
    flex-flow: wrap-reverse;
  }

  .image-19 {
    margin-bottom: 20px;
  }

  .text-centered {
    margin-top: auto;
  }

  .rise-helps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-3up.top-margin-40 {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .athleticshero {
    background-position: -70px 0;
    margin-top: 86px;
  }

  .section-2 {
    border-top-style: none;
  }

  .section-2.background-purple, .section-2.background-gradient, .section-2.background-gradient-blueblack {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-30 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .slider {
    min-height: 800px;
  }

  .mask {
    min-height: 840px;
  }

  .div-block-31 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-32 {
    flex-wrap: wrap;
  }

  .image-21 {
    align-self: center;
    margin-bottom: 40px;
  }

  .icon-5, .icon-6 {
    opacity: .3;
    margin-top: auto;
  }

  .heading-3 {
    text-align: center;
    align-self: center;
  }

  .heading-4 {
    text-align: center;
    align-self: center;
    margin: auto 20px 10px;
  }

  .slide-nav {
    opacity: .8;
  }

  .slide-nav.landscape {
    margin-top: 0;
    top: auto;
  }

  .text-block-68 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-69 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .text-block-70 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-5 {
    float: none;
    text-align: center;
    padding-top: 8px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    text-align: center;
  }

  .image-27 {
    float: left;
    text-align: left;
    object-fit: scale-down;
    display: block;
  }

  .list-item, .list-item-2, .list-item-3 {
    margin-bottom: 7px;
  }

  .paragraph-11 {
    margin-bottom: 20px;
  }

  .paragraph-12 {
    margin-bottom: 40px;
  }

  .list {
    padding-left: 20px;
  }

  .sciencehero {
    background-position: 0 0;
    background-size: 1440px;
    background-attachment: fixed;
    margin-top: 86px;
  }

  .pillarhero {
    background-position: -70px 0;
    margin-top: 86px;
  }

  .twoup-imageright {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .paragraph-13.promise {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-30 {
    margin-left: auto;
    margin-right: auto;
  }

  .twoup-imageleft {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-14 {
    line-height: 24px;
  }

  .heading-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .twoup-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .twoup-copy.manythanksbg {
    padding-top: 100px;
  }

  .columns-3 {
    margin-top: 20px;
  }

  .video-2 {
    margin-bottom: 39px;
  }

  .blog-hero {
    margin-top: 136px;
  }

  .container-horizontal-cta {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-container {
    order: 1;
    max-width: 100%;
  }

  .hero-sub-copy {
    font-size: 21px;
    line-height: 28px;
  }

  .section-blog {
    margin-top: 40px;
  }

  .section-title {
    font-size: 20px;
    line-height: 28px;
  }

  .featured-copy {
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    width: 100%;
    padding: 16px;
  }

  .featured-copy.podcast {
    padding-bottom: 32px;
  }

  .min-read {
    font-weight: 400;
    line-height: 16px;
  }

  .featured-image-wrapper {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    flex: 0 auto;
    width: 100%;
  }

  .featured-article {
    flex-flow: column-reverse wrap;
  }

  .featured-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-items {
    grid-template-columns: 1fr 1fr;
  }

  .article-image.customer-highlights {
    min-height: 105px;
  }

  .article-copy {
    padding: 16px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .newsletter {
    display: none;
  }

  .newsletter.xs {
    display: block;
  }

  .footer {
    margin-top: 96px;
    padding-top: 48px;
  }

  .pagination {
    margin-top: 32px;
  }

  .image-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .rise-description {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .about-rise-title {
    font-size: 16px;
    line-height: 26px;
  }

  .rich-text h2 {
    margin-top: 40px;
    font-size: 21px;
    line-height: 26px;
  }

  .rich-text p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .rich-text blockquote {
    background-size: 32px;
    font-size: 21px;
    line-height: 26px;
  }

  .rich-text ul {
    margin-bottom: 32px;
  }

  .rich-text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .about-rise {
    margin-top: 32px;
    padding-top: 32px;
  }

  .page-scroll-progress {
    height: 3px;
  }

  .main-image {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .caption-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  .link-block---insights-list {
    justify-content: space-between;
    display: flex;
  }

  .card-icon-wrapper {
    flex-direction: row;
  }

  .card-content-text-wrapper {
    flex-direction: column;
    display: flex;
  }

  .section-5 {
    margin-top: 6px;
  }

  .heading-10 {
    margin-top: 16px;
  }

  .html-embed-3 {
    display: none;
  }

  .heading-12 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .container-twoup {
    flex-direction: column;
  }

  .wrapper-25 {
    flex-basis: 50%;
  }

  .div-block-44 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-logos {
    padding-right: 24px;
  }

  .section-11 {
    margin-top: 81px;
  }

  .wrapper-ctas {
    flex-direction: column;
    align-self: stretch;
  }

  .container-hero {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-47 {
    padding-top: 150px;
  }

  .home-hero {
    padding-top: 100px;
    padding-bottom: 85px;
  }

  .super {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
  }

  .super.hero-contain {
    max-width: 70%;
    font-size: 38px;
    line-height: 44px;
  }

  .app-store-icon {
    width: 168px;
  }

  .mockups {
    margin-top: 0;
    padding-bottom: 0;
  }

  .graphics-wrap {
    height: auto;
    max-height: none;
    padding-top: 147px;
    padding-bottom: 0;
    display: block;
  }

  .mockup-1 {
    width: 85%;
    margin-top: -270px;
    margin-right: 0%;
    position: relative;
    left: 35%;
  }

  .mockup-2 {
    width: 85%;
    margin-top: -139px;
    margin-left: -20%;
    position: relative;
  }

  .graphics-text-wrap {
    width: 100%;
    height: auto;
    margin-top: -160px;
    margin-left: 0%;
  }

  .emoji-graphics {
    width: 90%;
    transform: none;
  }

  .graphics-text {
    grid-template-columns: 1fr;
    grid-auto-columns: 1.25fr;
    margin-left: 0;
  }

  .h2-new {
    font-size: 28px;
    line-height: 36px;
  }

  .sleep-laws {
    margin-top: -120px;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .user-reviews {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .user-reviews.is-desktop {
    display: none;
  }

  .user-reviews.is-mobile {
    display: block;
  }

  .laws-grid {
    grid-template-columns: 1fr;
  }

  .law-label {
    font-size: 80px;
  }

  .percent-small {
    font-size: 26px;
    line-height: 30px;
  }

  .smile-icon {
    width: 56px;
  }

  .app-button.feature-button {
    margin-top: 0;
    margin-left: 4px;
    margin-right: 4px;
  }

  .home-features {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .features-gradient-bg {
    margin-top: -8%;
    margin-left: 0%;
  }

  .features-heading-wrap {
    width: 80%;
    margin-left: 0;
  }

  .tab-icon {
    margin-right: 17px;
    font-size: 18px;
    font-weight: 400;
  }

  .feature-tab__text-split {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0%;
  }

  .tabs-graphic-text {
    max-width: none;
  }

  ._2-col-blog.full-height, .content-preview-grid {
    grid-template-columns: 1fr;
  }

  .sg__download {
    background-color: #0000;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
    display: block;
  }

  .sg-download__icon {
    display: none;
  }

  .icon-link {
    font-size: 21px;
    line-height: 28px;
  }

  .sg__section-content {
    flex-wrap: wrap;
    margin-top: 48px;
  }

  .sg__col-1 {
    justify-content: flex-start;
    width: 50%;
    min-height: 60px;
  }

  .sg__col-3 {
    width: 50%;
    min-height: 60px;
  }

  .sg__number-wrap {
    width: 49px;
    height: 49px;
    font-size: 21px;
  }

  .sg__section-icons {
    flex-direction: row;
    justify-content: flex-end;
  }

  .sg__nav-divider {
    max-width: 46px;
    transform: rotate(90deg);
  }

  .sg__down-link {
    flex: none;
    order: -1;
  }

  .down-link-text {
    font-weight: 400;
  }

  .sg__up-link {
    flex: none;
    order: 1;
  }

  .sleep-guide-text-contain {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .press-grid--wide {
    align-items: center;
    height: 160px;
    display: flex;
    overflow: auto;
  }

  .press-grid--wide.home-press-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .toggle-arrow {
    margin-right: 16px;
  }

  .accordion-content {
    padding-left: 16px;
  }

  .sg__up-icon {
    width: 36px;
  }

  .sg__cta {
    margin-bottom: auto;
    padding-top: 96px;
  }

  .sg__cta-grid {
    grid-template-columns: 1fr;
  }

  .sg__cta-content {
    margin-top: -90px;
  }

  .sg__header {
    padding-top: 136px;
  }

  .text-block-78 {
    font-size: 21px;
  }

  .sg__down-icon {
    width: 36px;
  }

  .accordion-wrapper {
    padding-left: 8px;
  }

  .press-logo {
    width: 22%;
  }

  .download-flex-wrap.is-margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 38px;
  }

  .grid-contain {
    width: 53%;
  }

  .tab__buttons-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 16px;
  }

  .tab-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .tab-icon-circle {
    margin-right: 12px;
    font-size: 18px;
    font-weight: 400;
  }

  .button-6 {
    flex-direction: row;
    flex: 1;
    align-self: stretch;
    display: block;
  }

  .button-6.blackoutline {
    flex: 0 auto;
    margin-top: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-button-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 16px;
  }

  .mobile-nav-link-2 {
    color: #fff;
  }

  .mobile-nav-link-2.demolink {
    background-color: #721cff;
  }

  .navigation-mob-2 {
    background-color: #000;
    position: fixed;
  }

  .percent-small-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .mockup-1-2 {
    width: 85%;
    margin-top: -270px;
    margin-right: 0%;
    position: relative;
    left: 35%;
  }

  .home-hero-2 {
    padding-top: 100px;
    padding-bottom: 85px;
  }

  .mockups-2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .graphics-wrap-2 {
    height: auto;
    max-height: none;
    padding-top: 147px;
    padding-bottom: 0;
    display: block;
  }

  .graphics-text-wrap-2 {
    width: 100%;
    height: auto;
    margin-top: -160px;
    margin-left: 0%;
  }

  .user-reviews-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h2-new-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .tab__buttons-wrap-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 16px;
  }

  .tab-link-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .feature-tab__text-split-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0%;
  }

  .tab-icon-circle-2 {
    margin-right: 12px;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-2 {
    margin-top: 96px;
    padding-top: 48px;
  }

  .wrapper-author {
    margin-top: 24px;
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-author.bottom {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    margin-top: 0;
  }

  .wrapper-writtenby {
    margin-bottom: 10px;
  }

  .div-block-71 {
    flex-direction: row-reverse;
    max-width: 100%;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-modal_content-wrap-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap-2 {
    padding: 1.5rem;
  }

  .post-summary_frame {
    margin-bottom: 1.5rem;
    padding: 1rem 1rem .4rem;
  }

  .post-summary_rich-text h2 {
    font-size: 21px;
    line-height: 26px;
  }

  .post-summary_rich-text p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .post-summary_rich-text blockquote {
    background-size: 32px;
    font-size: 21px;
    line-height: 26px;
  }

  .post-summary_rich-text ul {
    margin-bottom: 10px;
  }

  .post-summary_rich-text h3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .post-summary_rich-text li {
    font-size: 16px;
  }

  .comp_cta-mini-text-container {
    order: 1;
    max-width: 100%;
  }

  .sticky_button.is-blue-text {
    color: #228afa;
    text-transform: none;
    border-style: none;
    border-width: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .sticky_button-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    display: flex;
  }

  .sticky-top_wrapper-container {
    z-index: 100;
    display: block;
    position: sticky;
    top: 85px;
  }

  .toc_popout-wrapper {
    top: 260px;
  }

  .icon-embed-medium {
    width: 2rem;
    height: 2rem;
  }

  .toc_wrapper {
    width: 98%;
  }

  .toc_popout-tab.is-close-action, .toc_popout-tab.is-open-action {
    width: 70px;
    height: 60px;
    left: -50px;
  }

  .video-player_cta-wrapper {
    display: none;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .video-cta_layout {
    grid-template-columns: 64px 1fr 150px;
  }

  .video-cta_button-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    display: flex;
  }

  .video-cta_editors-choice {
    width: 130px;
  }

  .video-cta_button.is-blue-text {
    color: #228afa;
    text-transform: none;
    border-style: none;
    border-width: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .video-cta_button.is-apple-button {
    width: 140px;
    height: 30px;
  }

  .video-cta_qr-wrapper {
    display: none;
  }

  .video-player_wrapper {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .form-3 {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-flow: row;
  }

  .caption-link-2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  .about-rise-title-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-sub-copy-2 {
    font-size: 21px;
    line-height: 28px;
  }

  .button-7 {
    flex-direction: row;
    flex: 1;
    align-self: stretch;
    display: block;
  }

  .video-player_cta-wrapper-2 {
    display: none;
  }

  .min-read-2 {
    font-weight: 400;
    line-height: 16px;
  }

  .popup-cta_qr-wrapper {
    display: none;
  }

  .popup-cta_button-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    display: flex;
  }

  .popup-cta_layout {
    grid-template-columns: 64px 1fr 150px;
  }

  .popup-cta_editors-choice {
    width: 130px;
  }

  .app-store-icon-desktop {
    width: 168px;
  }

  .qr-wrapper {
    display: none;
  }

  .sticky-bottom_wrapper-container {
    z-index: 100;
    display: block;
    position: sticky;
    bottom: 0;
  }

  .quiz_wrapper {
    background-color: var(--rise-blue-violet);
    color: var(--white);
  }

  .quiz_layout {
    flex-flow: column;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-right: 27px;
    display: flex;
  }

  .quiz_close-button {
    color: var(--white);
  }

  .quiz_text-wrapper {
    margin-bottom: 6px;
    padding-left: 0;
  }

  .quiz_desc {
    color: var(--white);
  }

  .quiz_button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    padding-right: 0;
    display: flex;
  }

  .quiz_button {
    border-color: var(--white);
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    text-transform: none;
    padding: 6px 10px;
    font-size: 14px;
  }

  .quiz_button.is-blue-text {
    color: #228afa;
    text-transform: none;
    border-style: none;
    border-width: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .quiz_button.small {
    border-width: 1px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .editorial-container {
    order: 1;
    max-width: 100%;
  }

  .author_info {
    font-size: 12px;
    line-height: 16px;
  }

  .social-share_wrapper {
    margin-bottom: 1rem;
  }

  .related-reads_link-block {
    font-size: 14px;
  }

  .related-reads-container {
    order: 1;
  }

  .references-container {
    order: 1;
    max-width: 100%;
  }

  .sg__cta-button-flex {
    display: none;
  }

  .fs-cc-modal_description {
    margin-right: 1rem;
    font-size: .73rem;
  }

  .fs-cc-modal_buttons.fs-cc-default_padding.fs-cc-default_radius.fs-cc-default_background {
    padding-top: .8rem;
  }

  .fs-cc-modal_title {
    font-size: .9rem;
  }

  .fs-cc-modal_wrapper.fs-cc-default_padding {
    padding-bottom: .6rem;
  }

  .fs-cc-prefs_description {
    font-size: .73rem;
  }

  .fs-cc-prefs_checkbox-label {
    font-size: .8rem;
  }

  .fs-cc-prefs_wrapper {
    padding-top: .4rem;
  }

  .fs-cc-prefs_checkbox {
    margin-top: .8rem;
  }

  .fs-cc-button {
    padding: .6rem 1rem;
    font-size: .7rem;
  }

  .fs-cc-button-line-wrap.fs-cc-default_padding {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .fs-cc-banner_modal.fs-cc-default_radius.fs-cc-default_border.fs-cc-default_maxwidth.fs-cc-default_background {
    padding-top: .2rem;
  }

  .image {
    width: auto;
  }

  .title-lg {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-99 {
    grid-template-columns: 2fr;
    justify-items: center;
  }

  .new-container-layer {
    margin-bottom: 100px;
  }

  .layered-hero {
    height: auto;
  }

  .div-block-101 {
    padding-left: 190px;
    padding-right: 0;
  }

  .layered-wrap {
    width: 100%;
  }

  .show-tablet {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .frame-185095 {
    height: auto;
  }

  .frame-185078 {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 100px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-185063 {
    height: auto;
  }

  .frame-185061 {
    width: auto;
  }

  .div-block-107 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column-reverse;
  }

  .image-copy-copy {
    height: auto;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .div-block-108 {
    margin-top: 14px;
  }

  .legal-disclaimer {
    margin-top: 136px;
  }

  .rich-text-small h2 {
    margin-top: 40px;
    font-size: 21px;
    line-height: 26px;
  }

  .rich-text-small p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .rich-text-small blockquote {
    background-size: 32px;
    font-size: 21px;
    line-height: 26px;
  }

  .rich-text-small ul {
    margin-bottom: 32px;
  }

  .rich-text-small h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 21px;
    line-height: 26px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  h4 {
    margin-bottom: 16px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .body {
    background-color: #000;
  }

  .heading {
    color: var(--white);
    text-align: center;
    justify-content: center;
    margin: 0 20px 10px;
    padding-left: 0;
    font-size: 21px;
    line-height: 24px;
    display: flex;
  }

  .heading.blog {
    justify-content: center;
  }

  .paragraph {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph.intro {
    text-align: center;
    margin: 10px auto 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph.intro.text-centered {
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    line-height: 26px;
  }

  .paragraph.intro.left-margin-20 {
    color: var(--silver);
    text-align: center;
    margin-left: 0;
    line-height: 22px;
  }

  .paragraph.intro.testimonial {
    margin-top: 10px;
    margin-right: 0;
    font-size: 21px;
    font-weight: 300;
  }

  .button {
    border: 2px solid var(--rise-blue-violet);
    background-color: var(--rise-blue-violet);
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    border-radius: 8px;
    align-self: stretch;
    font-size: 16px;
    line-height: 20px;
    display: block;
    top: 0;
  }

  .button.white {
    justify-content: center;
    margin: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.category-tag.image-overlay.featured-image {
    background-color: #07000033;
    inset: 0% 0% auto;
  }

  .button.blackoutline {
    flex: 1;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading3 {
    color: var(--white);
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Proximanova;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
  }

  .press {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .paragraph-2 {
    color: #ffffffbf;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 20px;
  }

  .paragraph-2.left {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .join {
    padding: 60px 20px;
  }

  .twitter {
    margin-left: 20px;
  }

  .container-7 {
    align-self: auto;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .presslinks {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    justify-content: center;
    place-items: center;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3.nav.tab {
    border: 1px #000;
    margin-left: auto;
  }

  .button-3.nav.tab.rightmosttab {
    margin-right: auto;
  }

  .button-3.nav.w--current {
    border: 1px #000;
  }

  .form-block {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--rise-blue-violet);
    padding-top: 0;
    font-size: 18px;
    display: block;
  }

  .subtitle {
    color: #ffffffbf;
    margin-bottom: 0;
    display: block;
  }

  .form {
    width: auto;
  }

  .space30 {
    height: 20px;
  }

  .form-2 {
    grid-column-gap: 41px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: auto;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .form-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .atheleticsmodalcontainer {
    z-index: 100;
    opacity: 1;
    background-color: #000;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .form-main {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-23 {
    margin-top: 66px;
  }

  .div-block-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-link {
    color: var(--white);
  }

  .mobile-nav-link.demolink {
    background-color: var(--rise-blue-violet);
  }

  .mobile-nav-link.hide-button {
    display: none;
  }

  .navigation-container-mob {
    margin-top: 12px;
  }

  .navigation-mob {
    background-color: var(--black);
    height: 70px;
  }

  .navigation-mob.sticky {
    position: sticky;
    top: 100px;
  }

  .mobile-nav {
    z-index: 1000;
  }

  .menu-mob {
    background-color: var(--panelgray);
    border-radius: 9990px;
    width: auto;
    height: auto;
  }

  .div-block-26._50.centered {
    margin-top: 0;
  }

  .div-block-27 {
    background-color: #0000;
    flex-wrap: wrap;
    margin-top: auto;
    display: flex;
  }

  .div-block-27.top-pad-40 {
    display: flex;
  }

  .text-centered {
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-centered.mobileh1features {
    text-align: center;
  }

  .rise-helps {
    padding: 100px 3%;
  }

  .wrapper-3up {
    flex-wrap: wrap;
  }

  .wrapper-3up-column {
    flex-basis: 100%;
  }

  .athleticshero {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-items: center;
    display: block;
  }

  .section-2 {
    border-top-style: none;
    border-top-color: var(--black);
    background-color: var(--black);
  }

  .section-2.background-gradient {
    padding-top: 100px;
  }

  .section-2.background-gradient.tab-section {
    padding-bottom: 100px;
  }

  .section-2.background-gradient.tab-section.sciencepagetabsection {
    padding-top: 60px;
  }

  .section-2.background-gradient-blueblack {
    padding-top: 100px;
  }

  .section-2.background-gradient-blueblack.testimonials-section {
    padding-bottom: 100px;
  }

  .slider {
    min-height: 800px;
  }

  .mask {
    z-index: 0;
    min-height: 830px;
    overflow: hidden;
  }

  .div-block-31 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .icon-5 {
    opacity: .3;
    margin-bottom: 0;
    inset: auto 0% 0;
  }

  .icon-6 {
    opacity: .3;
    background-color: #0000;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    text-align: center;
    white-space: nowrap;
    flex: 0 auto;
    align-self: center;
    margin-top: 40px;
    font-size: 14px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22, .image-23, .image-24 {
    margin-top: 40px;
  }

  .slide-nav {
    opacity: .8;
    margin-bottom: 0;
    inset: auto 0% 0%;
  }

  .slide-nav.landscape {
    bottom: -32px;
  }

  .text-block-68 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .text-block-69, .text-block-70 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .image-26 {
    margin-top: 2px;
    margin-bottom: 32px;
  }

  .paragraph-5 {
    text-align: center;
    margin-top: 20px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    text-align: center;
  }

  .image-27 {
    order: 0;
    overflow: auto;
  }

  .div-block-34 {
    position: relative;
  }

  .seo-copy-section.section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-12 {
    margin-bottom: 20px;
  }

  .list {
    display: block;
  }

  .sciencehero {
    background-image: url('../images/bg-starryNight2x-min_1.avif');
    background-position: 0%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 25%;
    padding-bottom: 60px;
  }

  .pillarhero {
    background-image: url('../images/starryNight-bg-min-1_1.avif');
    background-position: 17% 0;
    background-size: auto 100%;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .twoup-imageright {
    padding: 100px 3% 60px;
  }

  .paragraph-13.promise {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-30 {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .twoup-imageleft {
    padding: 60px 3%;
  }

  .paragraph-14 {
    margin-top: 20px;
  }

  .twoup-copy {
    padding: 60px 3%;
  }

  .paragraph-15 {
    line-height: 22px;
  }

  .div-block-35, .div-block-37 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .columns-3 {
    margin-top: 20px;
  }

  .tabs {
    padding-top: 20px;
  }

  .image-31 {
    margin-top: 2px;
  }

  .image-32 {
    margin-top: 3px;
  }

  .image-33 {
    order: 0;
    display: block;
    position: static;
  }

  .video-2 {
    margin-bottom: 29px;
  }

  .heading-8 {
    display: block;
  }

  .min-read.date {
    font-size: .9em;
  }

  .blog-items {
    grid-template-columns: 1fr;
  }

  .article-copy {
    flex: 1;
  }

  .footer-link.vertical-list {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .image-caption {
    margin-bottom: 12px;
  }

  .rich-text h2 {
    margin-bottom: 8px;
    padding-top: 30px;
  }

  .rich-text ul {
    padding-left: 24px;
  }

  .main-image {
    margin-bottom: 1rem;
  }

  .text-field-2 {
    border: 1px #000;
    border-bottom: 2px solid #721cff;
    padding-top: 0;
    font-size: 18px;
    display: block;
  }

  .paragraph---insights {
    line-height: 22px;
  }

  .card-content-wrapper {
    padding-left: 12px;
  }

  .card-content-text-wrapper {
    padding-right: 12px;
  }

  .heading-12 {
    text-align: center;
    align-self: center;
  }

  .image-37.abm-lp {
    clear: none;
    text-align: left;
    margin-left: 0;
    display: inline-block;
    position: static;
    inset: 0% 0% auto;
  }

  .section-7 {
    justify-content: center;
    display: flex;
  }

  .container-twoup {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-8 {
    padding: 40px 3%;
  }

  .container-4up {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-25 {
    flex-basis: 100%;
  }

  .wrapper-25.margin-bottom-32 {
    padding-right: 0;
  }

  .wrapper-logos {
    padding-right: 16px;
  }

  .container-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-45 {
    border-style: none;
  }

  .wrapper-ctas {
    flex-direction: column;
  }

  .wrapper-podcastplayer {
    border-style: none;
    padding-top: 3%;
    padding-right: 3%;
  }

  .html-embed-4 {
    padding: 0%;
  }

  .wrapper_listenlinks {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6%;
  }

  .wrapper-podcastplayer-2 {
    border-style: none;
    padding-top: 3%;
    padding-right: 3%;
  }

  .wrapper_listenlinks-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6%;
  }

  .footer-link-2.vertical-list {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .new-container {
    object-fit: fill;
    max-width: none;
    max-height: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .new-container.is-spacer {
    max-height: none;
  }

  .super.hero-contain {
    max-width: 330px;
  }

  .app-store-icon {
    z-index: 0;
    width: 160px;
  }

  .hero-wrap {
    padding-top: 52px;
  }

  .hero-gradient-bg {
    width: auto;
    height: 82%;
    right: -40%;
  }

  .mockup-1 {
    width: 120%;
    margin-top: -243px;
    left: 10%;
  }

  .mockup-2 {
    width: 120%;
    margin-top: -160px;
    margin-left: -30%;
  }

  .graphics-text-wrap {
    margin-top: -100px;
  }

  .graphics-text {
    grid-auto-columns: 1.5fr;
  }

  .h2-new {
    font-size: 21px;
    line-height: 26px;
  }

  .h3-new {
    line-height: 22px;
  }

  .sleep-laws {
    margin-top: -100px;
  }

  .law-card {
    flex: none;
    width: 80%;
    margin-right: 8px;
    padding: 21px;
  }

  .law-graphic {
    width: 75%;
  }

  .app-button.hero {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .features-gradient-bg {
    top: 46%;
    left: 0%;
  }

  .feature-tabs {
    margin-top: 20px;
  }

  .feature-tab__text-split {
    grid-template-rows: auto auto;
    margin-top: 0%;
  }

  .tabs-graphic-text {
    margin-top: 16px;
    padding-left: 0%;
  }

  .press-grid--wide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .press-grid--wide.home-press-grid {
    grid-template-columns: 1fr 1fr;
  }

  .toggle-arrow {
    width: 24px;
    margin-right: 8px;
  }

  .recommendations-callout {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-wrapper {
    padding-left: 4px;
  }

  .sg__app-link.mobile-stack {
    margin-top: 8px;
    margin-left: 64px;
  }

  .sleep-cards__overflow {
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .body-new {
    font-size: 16px;
    line-height: 26px;
  }

  .body-new.contain {
    margin-bottom: 40px;
  }

  .press-logo, .overflow-hide-wrap {
    width: 100%;
  }

  .download-flex-wrap {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .download-flex-wrap.reviews, .download-flex-wrap.is-margin {
    justify-content: center;
  }

  .grid-contain {
    width: 57%;
  }

  .tab__buttons-wrap {
    flex-wrap: wrap;
  }

  .button-6 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    background-color: #721cff;
    border: 2px solid #721cff;
    border-radius: 8px;
    align-self: stretch;
    font-size: 16px;
    line-height: 20px;
    display: block;
    top: 0;
  }

  .button-6.navbutton {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 14px;
    display: block;
  }

  .button-6.blackoutline {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-2 {
    display: none;
  }

  .nav-button-wrap {
    flex-wrap: wrap;
    flex: 0 auto;
    width: auto;
    margin-bottom: 16px;
    display: block;
  }

  .mobile-nav-2 {
    z-index: 1000;
  }

  .mobile-nav-link-2 {
    color: #fff;
  }

  .mobile-nav-link-2.demolink {
    background-color: #721cff;
  }

  .navigation-container-mob-2 {
    flex: 1;
    width: 100%;
    margin-top: 0;
  }

  .menu-mob-2 {
    background-color: #16161a;
    border-radius: 9990px;
    width: auto;
    height: auto;
  }

  .navigation-mob-2 {
    background-color: #000;
    border: 1px solid #1b1437;
    border-bottom-color: #222229;
    justify-content: space-between;
    width: auto;
    height: 70px;
    display: flex;
    position: fixed;
  }

  .percent-small-2 {
    letter-spacing: normal;
    column-count: auto;
  }

  .reviews-wrap-2 {
    margin-top: 220px;
  }

  .p1 {
    display: inline-block;
  }

  .p1.gray3 {
    color: #bdbdbd;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
  }

  .p1.fake-link {
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
  }

  .mockup-1-2 {
    background-color: #0000;
    width: 120%;
    margin-top: 0;
    display: none;
    left: 10%;
  }

  .download-flex-wrap-2 {
    flex-wrap: wrap;
    margin-top: 16px;
    display: none;
  }

  .download-flex-wrap-2.reviews {
    justify-content: center;
    display: none;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 8px;
    padding-left: 16px;
    display: block;
  }

  .home-hero-2 {
    background-image: url('../images/gradient-sphere.svg');
    background-position: 261% 149%;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    padding-bottom: 20px;
  }

  .div-block-60 {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .h3-new-2 {
    color: #fff;
    text-align: left;
    line-height: 22px;
    position: relative;
  }

  .h3-new-2.ugc-quote {
    width: 45%;
    position: absolute;
    top: 16px;
    left: 13px;
  }

  .h3-new-2.ugc-quote.small {
    font-size: 16px;
  }

  .hero-gradient-bg-2 {
    width: auto;
    height: 82%;
    display: none;
    right: -40%;
  }

  .html-embed-5 {
    margin-right: 0;
    line-height: 0;
    display: inline-block;
  }

  .image-53 {
    width: 50px;
    display: none;
    position: absolute;
    inset: 48% 4% auto auto;
  }

  .read-reviews-wrap {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    display: none;
  }

  .button-secondary {
    text-transform: uppercase;
    background-color: #000;
    border: 3px solid #721cff;
    border-radius: 8px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .image-52 {
    position: relative;
  }

  ._80 {
    font-size: 58px;
  }

  .mockups-2 {
    background-color: #0000;
    top: -2px;
  }

  .hero-wrap-2 {
    padding-top: 0;
  }

  .div-block-63 {
    margin-right: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
  }

  .html-embed-6 {
    line-height: 0;
    display: inline-block;
  }

  .new-container-2 {
    padding: 0 12px;
  }

  .new-container-2.section-reviews {
    background-image: url('../images/phone-1.avif');
    background-position: 35px -12px;
    background-repeat: no-repeat;
    background-size: 450px;
  }

  .div-block-59 {
    text-align: left;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 8px;
    padding-top: 0;
    line-height: 16px;
    display: flex;
  }

  .h2-display-light {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
  }

  .h2-display-light.margin-zero {
    margin-top: 0;
  }

  .graphics-wrap-2 {
    padding-top: 0;
  }

  .card {
    background-color: #16161a;
    border-radius: 12px;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
    padding: 0 0 16px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .graphics-text-wrap-2 {
    margin-top: 0;
  }

  .div-block-64 {
    margin-bottom: 8px;
  }

  .text-span-9 {
    margin-right: 3px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
  }

  .html-embed-7 {
    margin-right: 5px;
    line-height: 0;
  }

  .user-reviews-2 {
    z-index: 20;
    background-color: #0000;
    border-top-style: none;
    border-bottom-style: none;
    margin-top: 0;
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 48px;
    padding-bottom: 60px;
    display: block;
    position: relative;
  }

  .div-block-61 {
    text-align: left;
    padding-left: 0;
    padding-right: 16px;
    line-height: 22px;
  }

  .h2-new-2 {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
  }

  .waves-bg-wrap-2 {
    background-position: 50% 58%;
  }

  .tab__buttons-wrap-2 {
    flex-wrap: wrap;
    display: none;
  }

  .feature-tab__text-split-2 {
    grid-template-rows: auto;
    align-items: start;
    margin-top: 0%;
    display: block;
  }

  .press-wide-2 {
    margin-bottom: 0;
  }

  .text-block-83 {
    margin-top: 4px;
    margin-right: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    display: inline-block;
  }

  .text-span-5 {
    font-weight: 500;
  }

  .div-block-65 {
    margin-top: 24px;
  }

  .html-embed-purple-star {
    margin-right: 0;
    line-height: 0;
    display: inline-block;
  }

  .video-3 {
    display: block;
  }

  .text-block-82 {
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .div-block-66 {
    margin-top: 24px;
    margin-bottom: 40px;
    display: block;
  }

  .ratings {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 70px;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-67 {
    align-items: center;
    display: flex;
  }

  .footer-2 {
    margin-top: 24px;
  }

  .back-to-top-wrapper {
    z-index: 10;
    text-align: center;
    background-color: #721cff;
    border: 5px #721cff;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    margin-right: 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: block;
    position: fixed;
    inset: 75px 37% auto auto;
  }

  .text-span-10 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-68 {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .wrapper-single-date {
    font-size: 12px;
  }

  .wrapper-updated {
    margin-top: 0;
  }

  .wrapper-author {
    margin-top: 14px;
    margin-right: 0;
  }

  .wrapper-author.bottom {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin-top: 0;
  }

  .wrapper-writtenby {
    flex-wrap: wrap;
    flex-basis: auto;
    font-size: 14px;
  }

  .wrapper-link_author {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-image-writtenby {
    margin-left: 0;
  }

  .wrapper_authorpicandname {
    padding-right: 10px;
  }

  .div-block-72 {
    flex-basis: 90px;
  }

  .div-block-75 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_content-wrap-2.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-modal_button-wrap-2.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .post-summary_rich-text h2 {
    margin-bottom: 8px;
  }

  .post-summary_rich-text ul {
    padding-left: 24px;
  }

  .sticky_wrapper.demo {
    display: block;
  }

  .sticky_heading.is-blue {
    color: #f3694e;
  }

  .video-cta_layout-outer {
    padding-left: .25rem;
    padding-right: 0;
  }

  .video-cta_close-wrapper {
    cursor: pointer;
  }

  .sticky_close-button {
    width: 8px;
  }

  .sticky_layout {
    cursor: pointer;
    text-decoration: none;
  }

  .sticky_logo {
    border-radius: 15px;
  }

  .sticky-top_wrapper-container {
    height: 30px;
    top: 70px;
  }

  .sticky-top_wrapper-container.bottom {
    top: auto;
    bottom: 56px;
  }

  .div-block-77 {
    background-color: var(--black);
    margin-top: 140px;
    padding-top: 60px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .test_nav-wrapper {
    background-color: var(--medium-slate-blue);
    height: 70px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .test_banner-wrapper {
    background-color: var(--rise-blue-violet);
    height: 70px;
    position: fixed;
    inset: 70px 0% auto;
  }

  .body-6 {
    background-color: var(--black);
  }

  .text-block-87 {
    font-size: 11px;
  }

  .fs_modal-1_popup {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .video-cta_wrapper.demo {
    display: block;
  }

  .video-cta_close-button {
    width: 8px;
  }

  .video-cta_layout {
    cursor: pointer;
    text-decoration: none;
  }

  .video-cta_logo {
    border-radius: 15px;
  }

  .video-cta_heading.is-blue {
    color: #f3694e;
  }

  .video-cta_editors-choice, .video-cta_button.is-apple-button {
    width: 100px;
  }

  .sticky_close-wrapper {
    cursor: pointer;
  }

  .icon-embed-medium-2, .video-play-button {
    z-index: 1;
  }

  .wrapper_listenlinks-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6%;
  }

  .form-3 {
    grid-column-gap: 41px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: auto;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .wrapper-podcastplayer-3 {
    border-style: none;
    padding-top: 3%;
    padding-right: 3%;
  }

  .div-block-82 {
    margin-top: 66px;
  }

  .button-7 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    background-color: #721cff;
    border: 2px solid #721cff;
    border-radius: 8px;
    align-self: stretch;
    font-size: 16px;
    line-height: 20px;
    display: block;
    top: 0;
  }

  .wrapper-author-2 {
    flex-direction: column;
  }

  .footer-link-3.vertical-list {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .html-embed-8 {
    padding: 0%;
  }

  .div-block-85 {
    border-style: none;
  }

  .popup-cta_close-wrapper {
    cursor: pointer;
  }

  .popup-cta_close-button {
    width: 8px;
  }

  .popup-cta_logo {
    border-radius: 15px;
  }

  .popup-cta_layout {
    cursor: pointer;
    text-decoration: none;
  }

  .popup-cta_layout-outer {
    padding-left: .25rem;
    padding-right: 0;
  }

  .popup-cta_editors-choice {
    width: 100px;
  }

  .popup-cta_heading-2.is-blue {
    color: #f3694e;
  }

  .app-store-icon-desktop {
    z-index: 0;
    width: 160px;
  }

  .sticky-bottom_wrapper-container.bottom {
    top: auto;
    bottom: 56px;
  }

  .quiz_wrapper.demo {
    display: block;
  }

  .quiz_close-wrapper {
    cursor: pointer;
  }

  .quiz_layout {
    cursor: pointer;
    text-decoration: none;
  }

  .quiz_close-button {
    width: 8px;
  }

  .quiz_text-wrapper {
    padding-left: 0;
  }

  .quiz_button-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .quiz_button.small {
    font-size: 9px;
  }

  .author_name {
    margin-bottom: 4px;
  }

  .editorial-text {
    line-height: 1.5rem;
  }

  .editorial-text.small {
    font-size: 14px;
    line-height: 1.3rem;
    display: block;
  }

  .editorial-link-wrapper, .editorial-standards {
    margin-top: 8px;
  }

  .editorial-wrapper {
    margin-bottom: 1.2rem;
  }

  .related-reads_link-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    font-size: 16px;
  }

  .related-reads-wrapper {
    margin-bottom: 1.2rem;
  }

  .related-reads_list {
    grid-template-columns: 1fr;
  }

  .related-reads-thumb {
    width: 100px;
    height: 70px;
  }

  .main-profile-photo {
    float: none;
    width: 90%;
    margin: 10px auto 20px;
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .more-profiles-title {
    font-size: 14px;
    line-height: 20px;
  }

  .more-profiles-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .fs-cc-banner_component {
    padding: .75rem;
    left: 0;
    right: 0;
  }

  .fs-cc-modal_buttons {
    flex-flow: column;
    bottom: -.75rem;
  }

  .fs-cc-modal_buttons.fs-cc-default_padding.fs-cc-default_radius.fs-cc-default_background {
    flex-flow: row;
  }

  .fs-cc-default_maxwidth {
    max-width: none;
  }

  .fs-cc-prefs_wrapper {
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .fs-cc-button {
    flex: 1;
  }

  .fs-cc-button-line-wrap {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-cc-default_padding {
    padding: .75rem;
  }

  .fs-cc-default_maxwidth-de {
    max-width: none;
  }

  .content-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-96 {
    margin-top: 220px;
  }

  .title-lg {
    font-size: 45px;
    line-height: 45px;
  }

  .no-more-struggling-alone-rise-expert-care-pairs-you-with-a-licensed-sleep-therapist-for-real-results {
    font-size: 22px;
    line-height: 32px;
  }

  .new-container-layer {
    object-fit: fill;
    padding-left: 12px;
    padding-right: 12px;
  }

  .frame-185055 {
    grid-column-gap: 20px;
  }

  .section-icon {
    object-fit: fill;
    width: 60px;
  }

  .div-block-101 {
    padding-left: 20px;
  }

  .div-block-104, .layered-wrap {
    object-fit: none;
  }

  .div-block-105 {
    width: auto;
    min-width: auto;
  }

  .frame-185095 {
    height: auto;
    padding-left: 26px;
    padding-right: 26px;
  }

  .frame-185078 {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: 100px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 100px;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .frame-185096 {
    margin-top: 23px;
    margin-bottom: 32px;
    margin-left: 21px;
  }

  .frame-185061 {
    width: auto;
  }

  ._24px-feeling-8 {
    object-fit: contain;
    overflow: visible;
  }

  .numbered-card-grid {
    grid-template-columns: 1fr;
  }

  .div-block-107 {
    object-fit: none;
  }

  .image-copy-copy {
    width: auto;
    height: auto;
  }

  .rich-text-small h2 {
    margin-bottom: 8px;
    padding-top: 30px;
  }

  .rich-text-small ul {
    padding-left: 24px;
  }

  .profile-testimonial {
    object-fit: contain;
    overflow: visible;
  }
}

#w-node-_44cfbe73-de2c-94b6-0568-e34320f91262-20f9125f, #w-node-_44cfbe73-de2c-94b6-0568-e34320f91265-20f9125f, #w-node-_44cfbe73-de2c-94b6-0568-e34320f91266-20f9125f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77dc6c57-7f72-057d-6c5c-4015bdc0c34d-3e273fef, #w-node-heading-2-3e273fef, #w-node-_42fcf14c-203d-295b-0fb5-98c5341053e6-3e273fef, #w-node-_9f92a75f-eeed-6976-a414-d69fe6ef32d9-3e273fef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f92a75f-eeed-6976-a414-d69fe6ef32db-3e273fef {
  place-self: stretch stretch;
}

#w-node-_65d45bc6-0b89-fa93-cd25-7cc7e2e89058-3e273fef, #w-node-_65d45bc6-0b89-fa93-cd25-7cc7e2e8905b-3e273fef, #w-node-_65d45bc6-0b89-fa93-cd25-7cc7e2e8905c-3e273fef, #w-node-edef1afc-c22b-b6ba-9ee4-9709928f0202-928f01ff, #w-node-edef1afc-c22b-b6ba-9ee4-9709928f0206-928f01ff, #w-node-_8dc197a2-fea0-fe07-6b23-5dffedc2c24a-edc2c247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dc197a2-fea0-fe07-6b23-5dffedc2c251-edc2c247 {
  place-self: center;
}

#w-node-_8dc197a2-fea0-fe07-6b23-5dffedc2c254-edc2c247, #w-node-_8dc197a2-fea0-fe07-6b23-5dffedc2c25f-edc2c247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9df3e540-0feb-7e70-3606-bac72b4d7bc2-c02740bd {
  align-self: stretch;
}

#w-node-b34329b5-015c-6aee-7b5a-55f3f056a4ec-1f2740bc, #w-node-b34329b5-015c-6aee-7b5a-55f3f056a4ef-1f2740bc, #w-node-b34329b5-015c-6aee-7b5a-55f3f056a4f0-1f2740bc, #w-node-b34329b5-015c-6aee-7b5a-55f3f056a4fb-1f2740bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b34329b5-015c-6aee-7b5a-55f3f056a4fe-1f2740bc {
  place-self: center;
}

#w-node-b34329b5-015c-6aee-7b5a-55f3f056a500-1f2740bc {
  place-self: center end;
}

#w-node-_5d01a990-b020-3e12-958c-d34b3b546cc4-1f2740bc, #w-node-_5d01a990-b020-3e12-958c-d34b3b546cc7-1f2740bc, #w-node-_5d01a990-b020-3e12-958c-d34b3b546cc8-1f2740bc, #w-node-_5d01a990-b020-3e12-958c-d34b3b546cd3-1f2740bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d01a990-b020-3e12-958c-d34b3b546cd6-1f2740bc {
  place-self: center;
}

#w-node-_5d01a990-b020-3e12-958c-d34b3b546cd8-1f2740bc {
  place-self: center end;
}

#w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf76-1f2740bc {
  align-self: center;
}

#Name.w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf78-1f2740bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf79-1f2740bc, #w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf7c-1f2740bc, #w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf7f-1f2740bc {
  align-self: center;
}

#w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf82-1f2740bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87bdabd6-540a-7772-c1fd-3c7f7e02469b-1f2740bc {
  align-self: stretch;
}

#w-node-_08a06945-a816-3fd7-d814-67c4e6a4f321-1f2740bc, #w-node-_08a06945-a816-3fd7-d814-67c4e6a4f324-1f2740bc, #w-node-_08a06945-a816-3fd7-d814-67c4e6a4f325-1f2740bc, #w-node-_064436f0-5ff0-f35f-5d84-394807f2045b-1f2740bc, #w-node-_064436f0-5ff0-f35f-5d84-394807f2045e-1f2740bc, #w-node-_064436f0-5ff0-f35f-5d84-394807f2045f-1f2740bc, #w-node-_82d32b70-3ca3-4635-a972-eba0769c61b9-1f2740bc, #w-node-_82d32b70-3ca3-4635-a972-eba0769c61bc-1f2740bc, #w-node-_82d32b70-3ca3-4635-a972-eba0769c61bd-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97bf-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97c2-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97c3-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97d1-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97d4-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97d5-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97ea-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97ed-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97ee-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9801-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9804-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9805-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9816-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9819-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e981a-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e982d-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9830-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9831-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9844-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9847-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9848-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e985b-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e985e-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e985f-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9872-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9875-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9876-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9889-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e988c-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e988d-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98a0-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98a3-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98a4-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98b7-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98ba-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98bb-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98cd-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98d0-1f2740bc, #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98d1-1f2740bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7deb17a6-2c36-74f5-bad7-82dcaa4f22e7-6a2740bf {
  place-self: stretch stretch;
}

#w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df259-a32740de, #w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df25b-a32740de, #w-node-d1d73848-b125-75e2-8cea-d367452c1555-a32740de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d97058a7-d4ef-ca9f-6aeb-d1a4dbaddf8f-56274164 {
  place-self: stretch stretch;
}

#w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a68-33274087, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a6b-33274087, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a6c-33274087, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7a-33274087, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7d-33274087, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7e-33274087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d97058a7-d4ef-ca9f-6aeb-d1a4dbaddf8f-33274087 {
  place-self: stretch stretch;
}

#w-node-_77dc6c57-7f72-057d-6c5c-4015bdc0c34d-432740dd, #w-node-heading-2-432740dd, #w-node-_42fcf14c-203d-295b-0fb5-98c5341053e6-432740dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2eb17787-ac7a-da51-3202-90c81f0913b4-b6274197 {
  place-self: stretch stretch;
}

#w-node-_64568001-0585-38e1-5520-4c53c2b21b51-b6274197 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_83a30c18-9c6e-aadc-c8b7-ea7411a271bb-b6274197 {
  grid-area: 1 / 2 / 3 / 4;
  place-self: end center;
}

#w-node-_259bb31f-d23a-9a91-af11-b0177c74bbc9-b6274197 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_259bb31f-d23a-9a91-af11-b0177c74bbca-b6274197 {
  grid-area: 1 / 2 / 3 / 4;
  place-self: end center;
}

#w-node-_5c36d183-e751-de10-8905-691eae6e1835-b6274197 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_5c36d183-e751-de10-8905-691eae6e1836-b6274197 {
  grid-area: 1 / 2 / 3 / 4;
  place-self: end center;
}

#w-node-_5f5430d0-e615-c67f-c706-985c3782bb2c-b6274197 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_5f5430d0-e615-c67f-c706-985c3782bb2d-b6274197 {
  grid-area: 1 / 2 / 3 / 4;
  place-self: end center;
}

#w-node-a3ff4067-c8ab-3666-29a3-b37a8b40285f-b6274197, #w-node-_89856370-ae9d-2539-3218-d656ecd0e8d4-512740fd {
  place-self: stretch stretch;
}

#w-node-_49167e54-1da6-6cc7-63b1-945d5e328c5d-a0b2b6e5, #w-node-_49167e54-1da6-6cc7-63b1-945d5e328c60-a0b2b6e5, #w-node-_49167e54-1da6-6cc7-63b1-945d5e328c61-a0b2b6e5, #w-node-c95bf69f-927f-cb25-2f91-524a1a02d942-134b39ed, #w-node-c95bf69f-927f-cb25-2f91-524a1a02d945-134b39ed, #w-node-c95bf69f-927f-cb25-2f91-524a1a02d946-134b39ed, #w-node-_35bbbe2b-ad4a-c9cf-3a1c-ff94f940b537-eadaaefc, #w-node-_35bbbe2b-ad4a-c9cf-3a1c-ff94f940b53a-eadaaefc, #w-node-_35bbbe2b-ad4a-c9cf-3a1c-ff94f940b53b-eadaaefc, #w-node-_4bf16f46-bd7e-4d68-5b51-fe67cb969acb-6629a7a4, #w-node-_4bf16f46-bd7e-4d68-5b51-fe67cb969ace-6629a7a4, #w-node-_4bf16f46-bd7e-4d68-5b51-fe67cb969acf-6629a7a4, #w-node-_54faccc6-21ab-df64-e75c-d8f018e9318e-d005546a, #w-node-_54faccc6-21ab-df64-e75c-d8f018e93191-d005546a, #w-node-_54faccc6-21ab-df64-e75c-d8f018e93192-d005546a, #w-node-_137105a8-ca7a-defd-3924-76fb961e0704-60e6381f, #w-node-_137105a8-ca7a-defd-3924-76fb961e0707-60e6381f, #w-node-_137105a8-ca7a-defd-3924-76fb961e0708-60e6381f, #w-node-c68a30c5-5271-d2c2-6388-7815c683ff9c-0ff3bd95, #w-node-c68a30c5-5271-d2c2-6388-7815c683ff9f-0ff3bd95, #w-node-c68a30c5-5271-d2c2-6388-7815c683ffa0-0ff3bd95, #w-node-_0cc48ec6-391c-ef03-d7c8-22bdd97c77fc-885988f3, #w-node-_0cc48ec6-391c-ef03-d7c8-22bdd97c77ff-885988f3, #w-node-_0cc48ec6-391c-ef03-d7c8-22bdd97c7800-885988f3, #w-node-fa03927e-98d8-ab8e-0f89-9c03bc8bc4e6-e4c124c5, #w-node-fa03927e-98d8-ab8e-0f89-9c03bc8bc4e9-e4c124c5, #w-node-fa03927e-98d8-ab8e-0f89-9c03bc8bc4ea-e4c124c5, #w-node-_3dbde3bd-68eb-5d94-8c93-779299864d1e-e2e6433c, #w-node-_3dbde3bd-68eb-5d94-8c93-779299864d21-e2e6433c, #w-node-_3dbde3bd-68eb-5d94-8c93-779299864d22-e2e6433c, #w-node-af1a35ee-31e8-d0d4-eea1-6df8d9b659ba-7eed8880, #w-node-af1a35ee-31e8-d0d4-eea1-6df8d9b659bd-7eed8880, #w-node-af1a35ee-31e8-d0d4-eea1-6df8d9b659be-7eed8880, #w-node-e3aff36f-0fbe-d66d-0b66-be4e0da24fa4-7eed8880, #w-node-e3aff36f-0fbe-d66d-0b66-be4e0da24fa7-7eed8880, #w-node-e3aff36f-0fbe-d66d-0b66-be4e0da24fa8-7eed8880, #w-node-d2bc892f-3e83-243c-9fbc-77c43148195f-7eed8880, #w-node-d2bc892f-3e83-243c-9fbc-77c431481962-7eed8880, #w-node-d2bc892f-3e83-243c-9fbc-77c431481963-7eed8880, #w-node-_62e6f1e1-ae3c-900c-7df3-0eae913757b4-7eed8880, #w-node-_62e6f1e1-ae3c-900c-7df3-0eae913757b7-7eed8880, #w-node-_62e6f1e1-ae3c-900c-7df3-0eae913757b8-7eed8880, #w-node-afb14fb9-8b02-4f4d-7d37-2b25f0603eb4-7eed8880, #w-node-afb14fb9-8b02-4f4d-7d37-2b25f0603eb7-7eed8880, #w-node-afb14fb9-8b02-4f4d-7d37-2b25f0603eb8-7eed8880, #w-node-_9110fc4d-b5e1-e3a4-c9a5-680e5551e180-7eed8880, #w-node-_9110fc4d-b5e1-e3a4-c9a5-680e5551e183-7eed8880, #w-node-_9110fc4d-b5e1-e3a4-c9a5-680e5551e184-7eed8880, #w-node-adf686de-dd25-526b-b808-479ae33f78bb-7eed8880, #w-node-adf686de-dd25-526b-b808-479ae33f78be-7eed8880, #w-node-adf686de-dd25-526b-b808-479ae33f78bf-7eed8880, #w-node-_3edd64a1-1fb7-9164-f64b-40cd886cf25b-7eed8880, #w-node-_3edd64a1-1fb7-9164-f64b-40cd886cf25e-7eed8880, #w-node-_3edd64a1-1fb7-9164-f64b-40cd886cf25f-7eed8880, #w-node-_0d0e695d-5e84-ba83-686f-ae3be9918fa6-7eed8880, #w-node-_0d0e695d-5e84-ba83-686f-ae3be9918fa9-7eed8880, #w-node-_0d0e695d-5e84-ba83-686f-ae3be9918faa-7eed8880, #w-node-e434b2de-b3c3-fccc-d16b-225e895746ea-7eed8880, #w-node-e434b2de-b3c3-fccc-d16b-225e895746ed-7eed8880, #w-node-e434b2de-b3c3-fccc-d16b-225e895746ee-7eed8880, #w-node-f0d54bd5-17c8-4e91-82c7-731a4d851740-7eed8880, #w-node-f0d54bd5-17c8-4e91-82c7-731a4d851745-7eed8880, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a68-d9b1052e, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a6b-d9b1052e, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a6c-d9b1052e, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7a-d9b1052e, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7d-d9b1052e, #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7e-d9b1052e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d97058a7-d4ef-ca9f-6aeb-d1a4dbaddf8f-d9b1052e {
  place-self: stretch stretch;
}

#w-node-da3db928-7c96-0109-8885-bf2f83a40703-d9b1052e, #w-node-da3db928-7c96-0109-8885-bf2f83a40706-d9b1052e, #w-node-da3db928-7c96-0109-8885-bf2f83a40707-d9b1052e, #w-node-_37bc2133-2e72-e5ea-47e0-ee8bc8ea9933-dc5f8598, #w-node-_37bc2133-2e72-e5ea-47e0-ee8bc8ea9936-dc5f8598, #w-node-_37bc2133-2e72-e5ea-47e0-ee8bc8ea9937-dc5f8598, #w-node-_6e30e5df-e597-b89d-dca2-19254f4713ed-dc5f8598, #w-node-_6e30e5df-e597-b89d-dca2-19254f4713f0-dc5f8598, #w-node-_6e30e5df-e597-b89d-dca2-19254f4713f1-dc5f8598, #w-node-_42e35b75-ef07-0716-0986-3f17bd593a0c-ad4aec9a, #w-node-_42e35b75-ef07-0716-0986-3f17bd593a0f-ad4aec9a, #w-node-_42e35b75-ef07-0716-0986-3f17bd593a10-ad4aec9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6da9d-408779d6, #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6da9f-408779d6, #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6dab0-408779d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3206ba1b-22d4-2415-1bde-2458eca38346-82eebec9, #w-node-_3206ba1b-22d4-2415-1bde-2458eca38349-82eebec9, #w-node-_3206ba1b-22d4-2415-1bde-2458eca3834a-82eebec9, #w-node-b11ce67e-f215-af86-18a9-67da6bc5b7c0-82eebec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da17fa7-5841-dd7a-bc88-ae205092d53a-82eebec9 {
  place-self: center;
}

#w-node-c8697971-7fe9-da56-fa31-54369f91d261-82eebec9 {
  place-self: center end;
}

#w-node-_7234e221-c522-f256-118f-8253fe87a996-82eebec9, #w-node-_7234e221-c522-f256-118f-8253fe87a9a3-82eebec9, #w-node-_7234e221-c522-f256-118f-8253fe87a9b0-82eebec9, #w-node-_7234e221-c522-f256-118f-8253fe87a9bd-82eebec9, #w-node-_7234e221-c522-f256-118f-8253fe87a9ca-82eebec9, #w-node-_7234e221-c522-f256-118f-8253fe87a9d7-82eebec9, #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca2569518e-82eebec9, #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca25695191-82eebec9, #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca25695192-82eebec9, #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca2569519d-82eebec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1acc4f93-dfe5-dfc1-4830-f9ca256951a0-82eebec9 {
  place-self: center;
}

#w-node-_1acc4f93-dfe5-dfc1-4830-f9ca256951a2-82eebec9 {
  place-self: center end;
}

#w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03b2-82eebec9, #w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03b5-82eebec9, #w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03b6-82eebec9, #w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03c1-82eebec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03c4-82eebec9 {
  place-self: center;
}

#w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03c6-82eebec9 {
  place-self: center end;
}

#w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8e5-7bae7889, #w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8e8-7bae7889, #w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8e9-7bae7889, #w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8f4-7bae7889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8f7-7bae7889 {
  place-self: center;
}

#w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8f9-7bae7889 {
  place-self: center end;
}

#w-node-bf82d636-8054-c628-8415-6532bea150a3-7bae7889 {
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_9ab650e1-582a-368a-3151-3e4b52871e24-52871e22, #w-node-_9ab650e1-582a-368a-3151-3e4b52871e31-52871e22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77dc6c57-7f72-057d-6c5c-4015bdc0c34d-3e273fef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-heading-2-3e273fef {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c771e0e-c752-5873-dad5-0c97f5103a6e-3e273fef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-ddd4831d-7aed-dbcf-539d-e95e55d9ca50-3e273fef, #w-node-e5002dc0-aaec-52af-dce7-89291d201be7-3e273fef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf82-1f2740bc {
    grid-column: span 2 / span 2;
  }

  #w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df259-a32740de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df25b-a32740de {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df25f-a32740de {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-d1d73848-b125-75e2-8cea-d367452c1550-a32740de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77dc6c57-7f72-057d-6c5c-4015bdc0c34d-432740dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-heading-2-432740dd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c771e0e-c752-5873-dad5-0c97f5103a6e-432740dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-ddd4831d-7aed-dbcf-539d-e95e55d9ca50-432740dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6da9d-408779d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6da9f-408779d6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6daa3-408779d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6daab-408779d6, #w-node-bc358b29-b1db-f77e-5d16-d62af4916603-ae9e5c9a, #w-node-bc358b29-b1db-f77e-5d16-d62af4916610-ae9e5c9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_44cfbe73-de2c-94b6-0568-e34320f91262-20f9125f {
    justify-self: center;
  }

  #w-node-_44cfbe73-de2c-94b6-0568-e34320f91264-20f9125f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44cfbe73-de2c-94b6-0568-e34320f91272-20f9125f {
    justify-self: end;
  }

  #w-node-_6c771e0e-c752-5873-dad5-0c97f5103a6e-3e273fef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_65d45bc6-0b89-fa93-cd25-7cc7e2e89058-3e273fef {
    justify-self: center;
  }

  #w-node-_65d45bc6-0b89-fa93-cd25-7cc7e2e8905a-3e273fef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65d45bc6-0b89-fa93-cd25-7cc7e2e8906a-3e273fef {
    justify-self: end;
  }

  #w-node-edef1afc-c22b-b6ba-9ee4-9709928f0202-928f01ff {
    justify-self: center;
  }

  #w-node-edef1afc-c22b-b6ba-9ee4-9709928f0205-928f01ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edef1afc-c22b-b6ba-9ee4-9709928f0209-928f01ff {
    justify-self: end;
  }

  #w-node-b34329b5-015c-6aee-7b5a-55f3f056a4ec-1f2740bc {
    justify-self: center;
  }

  #w-node-b34329b5-015c-6aee-7b5a-55f3f056a4ee-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b34329b5-015c-6aee-7b5a-55f3f056a4fd-1f2740bc {
    justify-self: end;
  }

  #w-node-_5d01a990-b020-3e12-958c-d34b3b546cc4-1f2740bc {
    justify-self: center;
  }

  #w-node-_5d01a990-b020-3e12-958c-d34b3b546cc6-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d01a990-b020-3e12-958c-d34b3b546cd5-1f2740bc {
    justify-self: end;
  }

  #w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf76-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #Name.w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf78-1f2740bc {
    place-self: auto;
  }

  #w-node-_95efe1a8-91d6-f330-fcf3-7d3760b5bf82-1f2740bc {
    grid-column: span 1 / span 1;
  }

  #w-node-_08a06945-a816-3fd7-d814-67c4e6a4f321-1f2740bc {
    justify-self: center;
  }

  #w-node-_08a06945-a816-3fd7-d814-67c4e6a4f323-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08a06945-a816-3fd7-d814-67c4e6a4f32d-1f2740bc {
    justify-self: end;
  }

  #w-node-_064436f0-5ff0-f35f-5d84-394807f2045b-1f2740bc {
    justify-self: center;
  }

  #w-node-_064436f0-5ff0-f35f-5d84-394807f2045d-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_064436f0-5ff0-f35f-5d84-394807f2046d-1f2740bc {
    justify-self: end;
  }

  #w-node-_82d32b70-3ca3-4635-a972-eba0769c61b9-1f2740bc {
    justify-self: center;
  }

  #w-node-_82d32b70-3ca3-4635-a972-eba0769c61bb-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82d32b70-3ca3-4635-a972-eba0769c61cb-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97bf-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97c1-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97cb-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97d1-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97d3-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97e3-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97ea-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97ec-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e97fa-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9801-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9803-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e980f-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9816-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9818-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9826-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e982d-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e982f-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e983d-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9844-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9846-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9854-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e985b-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e985d-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e986b-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9872-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9874-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9882-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9889-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e988b-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e9899-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98a0-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98a2-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98b0-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98b7-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98b9-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98c5-1f2740bc {
    justify-self: end;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98cd-1f2740bc {
    justify-self: center;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98cf-1f2740bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e511ce9-e31a-18d9-2a1b-376d619e98dc-1f2740bc {
    justify-self: end;
  }

  #w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df25b-a32740de {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8d5c4e14-5cad-1a6f-fdf7-a483554df25f-a32740de {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_4294616f-7ed7-c343-ce23-e63afe91df38-a32740de {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a68-33274087 {
    justify-self: center;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a6a-33274087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a74-33274087 {
    justify-self: end;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7a-33274087 {
    justify-self: center;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7c-33274087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a8c-33274087 {
    justify-self: end;
  }

  #w-node-_6c771e0e-c752-5873-dad5-0c97f5103a6e-432740dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_15062834-c857-22bb-1bbc-1f2b2ae00491-432740dd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_49167e54-1da6-6cc7-63b1-945d5e328c5d-a0b2b6e5 {
    justify-self: center;
  }

  #w-node-_49167e54-1da6-6cc7-63b1-945d5e328c5f-a0b2b6e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49167e54-1da6-6cc7-63b1-945d5e328c69-a0b2b6e5 {
    justify-self: end;
  }

  #w-node-c95bf69f-927f-cb25-2f91-524a1a02d942-134b39ed {
    justify-self: center;
  }

  #w-node-c95bf69f-927f-cb25-2f91-524a1a02d944-134b39ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c95bf69f-927f-cb25-2f91-524a1a02d94e-134b39ed {
    justify-self: end;
  }

  #w-node-_35bbbe2b-ad4a-c9cf-3a1c-ff94f940b537-eadaaefc {
    justify-self: center;
  }

  #w-node-_35bbbe2b-ad4a-c9cf-3a1c-ff94f940b539-eadaaefc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35bbbe2b-ad4a-c9cf-3a1c-ff94f940b543-eadaaefc {
    justify-self: end;
  }

  #w-node-_4bf16f46-bd7e-4d68-5b51-fe67cb969acb-6629a7a4 {
    justify-self: center;
  }

  #w-node-_4bf16f46-bd7e-4d68-5b51-fe67cb969acd-6629a7a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bf16f46-bd7e-4d68-5b51-fe67cb969ad7-6629a7a4 {
    justify-self: end;
  }

  #w-node-_54faccc6-21ab-df64-e75c-d8f018e9318e-d005546a {
    justify-self: center;
  }

  #w-node-_54faccc6-21ab-df64-e75c-d8f018e93190-d005546a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54faccc6-21ab-df64-e75c-d8f018e9319a-d005546a {
    justify-self: end;
  }

  #w-node-_137105a8-ca7a-defd-3924-76fb961e0704-60e6381f {
    justify-self: center;
  }

  #w-node-_137105a8-ca7a-defd-3924-76fb961e0706-60e6381f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_137105a8-ca7a-defd-3924-76fb961e0710-60e6381f {
    justify-self: end;
  }

  #w-node-c68a30c5-5271-d2c2-6388-7815c683ff9c-0ff3bd95 {
    justify-self: center;
  }

  #w-node-c68a30c5-5271-d2c2-6388-7815c683ff9e-0ff3bd95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c68a30c5-5271-d2c2-6388-7815c683ffa8-0ff3bd95 {
    justify-self: end;
  }

  #w-node-_0cc48ec6-391c-ef03-d7c8-22bdd97c77fc-885988f3 {
    justify-self: center;
  }

  #w-node-_0cc48ec6-391c-ef03-d7c8-22bdd97c77fe-885988f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cc48ec6-391c-ef03-d7c8-22bdd97c7808-885988f3 {
    justify-self: end;
  }

  #w-node-fa03927e-98d8-ab8e-0f89-9c03bc8bc4e6-e4c124c5 {
    justify-self: center;
  }

  #w-node-fa03927e-98d8-ab8e-0f89-9c03bc8bc4e8-e4c124c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa03927e-98d8-ab8e-0f89-9c03bc8bc4f2-e4c124c5 {
    justify-self: end;
  }

  #w-node-_3dbde3bd-68eb-5d94-8c93-779299864d1e-e2e6433c {
    justify-self: center;
  }

  #w-node-_3dbde3bd-68eb-5d94-8c93-779299864d20-e2e6433c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3dbde3bd-68eb-5d94-8c93-779299864d2a-e2e6433c {
    justify-self: end;
  }

  #w-node-af1a35ee-31e8-d0d4-eea1-6df8d9b659ba-7eed8880 {
    justify-self: center;
  }

  #w-node-af1a35ee-31e8-d0d4-eea1-6df8d9b659bc-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af1a35ee-31e8-d0d4-eea1-6df8d9b659c6-7eed8880 {
    justify-self: end;
  }

  #w-node-e3aff36f-0fbe-d66d-0b66-be4e0da24fa4-7eed8880 {
    justify-self: center;
  }

  #w-node-e3aff36f-0fbe-d66d-0b66-be4e0da24fa6-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3aff36f-0fbe-d66d-0b66-be4e0da24fb0-7eed8880 {
    justify-self: end;
  }

  #w-node-d2bc892f-3e83-243c-9fbc-77c43148195f-7eed8880 {
    justify-self: center;
  }

  #w-node-d2bc892f-3e83-243c-9fbc-77c431481961-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2bc892f-3e83-243c-9fbc-77c43148196b-7eed8880 {
    justify-self: end;
  }

  #w-node-_62e6f1e1-ae3c-900c-7df3-0eae913757b4-7eed8880 {
    justify-self: center;
  }

  #w-node-_62e6f1e1-ae3c-900c-7df3-0eae913757b6-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62e6f1e1-ae3c-900c-7df3-0eae913757c6-7eed8880 {
    justify-self: end;
  }

  #w-node-afb14fb9-8b02-4f4d-7d37-2b25f0603eb4-7eed8880 {
    justify-self: center;
  }

  #w-node-afb14fb9-8b02-4f4d-7d37-2b25f0603eb6-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afb14fb9-8b02-4f4d-7d37-2b25f0603ec4-7eed8880 {
    justify-self: end;
  }

  #w-node-_9110fc4d-b5e1-e3a4-c9a5-680e5551e180-7eed8880 {
    justify-self: center;
  }

  #w-node-_9110fc4d-b5e1-e3a4-c9a5-680e5551e182-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9110fc4d-b5e1-e3a4-c9a5-680e5551e190-7eed8880 {
    justify-self: end;
  }

  #w-node-adf686de-dd25-526b-b808-479ae33f78bb-7eed8880 {
    justify-self: center;
  }

  #w-node-adf686de-dd25-526b-b808-479ae33f78bd-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-adf686de-dd25-526b-b808-479ae33f78cb-7eed8880 {
    justify-self: end;
  }

  #w-node-_3edd64a1-1fb7-9164-f64b-40cd886cf25b-7eed8880 {
    justify-self: center;
  }

  #w-node-_3edd64a1-1fb7-9164-f64b-40cd886cf25d-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3edd64a1-1fb7-9164-f64b-40cd886cf26b-7eed8880 {
    justify-self: end;
  }

  #w-node-_0d0e695d-5e84-ba83-686f-ae3be9918fa6-7eed8880 {
    justify-self: center;
  }

  #w-node-_0d0e695d-5e84-ba83-686f-ae3be9918fa8-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d0e695d-5e84-ba83-686f-ae3be9918fb6-7eed8880 {
    justify-self: end;
  }

  #w-node-e434b2de-b3c3-fccc-d16b-225e895746ea-7eed8880 {
    justify-self: center;
  }

  #w-node-e434b2de-b3c3-fccc-d16b-225e895746ec-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e434b2de-b3c3-fccc-d16b-225e895746fa-7eed8880 {
    justify-self: end;
  }

  #w-node-f0d54bd5-17c8-4e91-82c7-731a4d851740-7eed8880 {
    justify-self: center;
  }

  #w-node-f0d54bd5-17c8-4e91-82c7-731a4d851743-7eed8880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0d54bd5-17c8-4e91-82c7-731a4d851750-7eed8880 {
    justify-self: end;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a68-d9b1052e {
    justify-self: center;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a6a-d9b1052e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a74-d9b1052e {
    justify-self: end;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7a-d9b1052e {
    justify-self: center;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a7c-d9b1052e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e6ef7fb-4e7a-27e3-a361-c14f6e1f4a8c-d9b1052e {
    justify-self: end;
  }

  #w-node-da3db928-7c96-0109-8885-bf2f83a40703-d9b1052e {
    justify-self: center;
  }

  #w-node-da3db928-7c96-0109-8885-bf2f83a40705-d9b1052e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da3db928-7c96-0109-8885-bf2f83a40715-d9b1052e {
    justify-self: end;
  }

  #w-node-_37bc2133-2e72-e5ea-47e0-ee8bc8ea9933-dc5f8598 {
    justify-self: center;
  }

  #w-node-_37bc2133-2e72-e5ea-47e0-ee8bc8ea9943-dc5f8598 {
    justify-self: end;
  }

  #w-node-_6e30e5df-e597-b89d-dca2-19254f4713ed-dc5f8598 {
    justify-self: center;
  }

  #w-node-_6e30e5df-e597-b89d-dca2-19254f4713fb-dc5f8598 {
    justify-self: end;
  }

  #w-node-_42e35b75-ef07-0716-0986-3f17bd593a0c-ad4aec9a {
    justify-self: center;
  }

  #w-node-_42e35b75-ef07-0716-0986-3f17bd593a0e-ad4aec9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42e35b75-ef07-0716-0986-3f17bd593a1e-ad4aec9a {
    justify-self: end;
  }

  #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6daa3-408779d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_6add4b6b-4a0e-f104-1bdb-a56ee0d6dae8-408779d6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_06f1bd23-0b7b-7e7e-03b7-34f9421f0e83-82eebec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3206ba1b-22d4-2415-1bde-2458eca38346-82eebec9 {
    justify-self: center;
  }

  #w-node-_3206ba1b-22d4-2415-1bde-2458eca38348-82eebec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3206ba1b-22d4-2415-1bde-2458eca38355-82eebec9 {
    justify-self: end;
  }

  #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca25695180-82eebec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca2569518e-82eebec9 {
    justify-self: center;
  }

  #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca25695190-82eebec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1acc4f93-dfe5-dfc1-4830-f9ca2569519f-82eebec9 {
    justify-self: end;
  }

  #w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03b2-82eebec9 {
    justify-self: center;
  }

  #w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03b4-82eebec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7178e38c-c912-5eac-b950-8bd0fd9e03c3-82eebec9 {
    justify-self: end;
  }

  #w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8e5-7bae7889 {
    justify-self: center;
  }

  #w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8e7-7bae7889 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab9fcf65-bfc8-3a18-f619-ab0930b2b8f6-7bae7889 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}