.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#newhome header.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 1380px;
  margin-bottom: 60px;
  top: -70px;
}
@media (min-width: 768px) {
  #newhome header.hero {
    height: 1200px;
    margin-bottom: 0px;
    top: -130px;
  }
}
#newhome header.hero .hero-bg-overlay {
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.4));
  opacity: 0.8;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 1380px;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-bg-overlay {
    height: 1200px;
  }
}
#newhome header.hero .hero-bg {
  top: 0px;
  left: -30px;
  width: 105%;
  height: 1380px;
  background: url("https://dgsqcxi9lxx8v.cloudfront.net/4%2F82J9lbsCQ6OvHGrV3sup_1x_i.png");
  background-size: cover;
  position: relative;
  -webkit-animation: heroImgTranslate 60s infinite linear;
  animation: heroImgTranslate 60s infinite linear;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-bg {
    top: -20px;
    left: 0;
    width: auto;
    height: 1300px;
  }
}
#newhome header.hero .hero-bg-cutoff {
  height: 130vh;
  width: 110%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-bg-cutoff {
    height: 1200px;
  }
}
#newhome header.hero .hero-title {
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  top: 40px;
  padding: 24px 0 0 0;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-title {
    top: 130px;
  }
  #newhome header.hero .hero-title .width-auto {
    width: auto;
  }
}
#newhome header.hero .hero-title h1 {
  color: #1a2024;
  font-size: 44px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-title h1 {
    width: 500px;
    text-align: center;
    letter-spacing: -1px;
    margin: 20px auto;
    font-size: 52px;
  }
}
#newhome header.hero .hero-title p {
  color: #4a5658;
  font-size: 16px;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-title p {
    width: 550px;
    margin: 20px auto;
    font-size: 19px;
  }
}
#newhome header.hero .hero-title .btn-primary {
  background-color: #14C399;
  font-size: 15px;
  font-weight: 600;
}
#newhome section.hero-project-cards {
  --gap: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  #newhome section.hero-project-cards {
    top: 80px;
  }
}
#newhome section.hero-project-cards .banner-card {
  border-radius: 8px;
  background-size: cover;
  display: inline-block;
}
#newhome section.hero-project-cards .col {
  width: auto;
}
@media (min-width: 768px) {
  #newhome section.hero-project-cards .col {
    width: 100%;
  }
}
#newhome section.hero-project-cards .big-card {
  width: 491px;
  height: 290px;
}
#newhome section.hero-project-cards .new-marky {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
#newhome section.hero-project-cards .new-marky-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll 190s linear infinite;
          animation: scroll 190s linear infinite;
}
#newhome section.hero-project-cards .new-marky-content .col {
  width: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.hero-project-cards .new-marky-content .col {
    width: 100%;
  }
}
#newhome section.hero-project-cards .new-marky-content .col-row {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#newhome section.hero-subfooter {
  overflow: hidden;
}
@media (min-width: 768px) {
  #newhome section.hero-subfooter {
    margin: 100px 0 0 0;
  }
}
#newhome section.hero-subfooter h3 {
  font-size: 26px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.hero-subfooter h2 {
  color: #4a5658;
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 400;
}
#newhome section.hero-subfooter p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #60616D;
  font-size: 27px;
}
#newhome section.hero-subfooter p.sublabel {
  color: #FFF;
  font-size: 17px;
}
#newhome section.hero-subfooter .experiment-grant-stats {
  gap: 15px;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #newhome section.hero-subfooter .experiment-grant-stats {
    margin-left: 0;
    padding: 10px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #newhome section.hero-subfooter .experiment-grant-stats {
    margin-left: 0px;
    margin-top: 20px;
    justify-content: space-between;
    flex-direction: row;
  }
}
#newhome section.hero-subfooter .experiment-grant-stats h4 {
  font-size: 23px;
  margin: 4px 0px;
}
#newhome section.hero-subfooter .experiment-grant-stats p {
  color: #60616D;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 14.5px;
  width: auto;
}
#newhome section.hero-subfooter .experiment-grant-stats .stat {
  background-color: rgba(255, 255, 255, 0.39);
  border: 1px solid #E8ECED;
  min-width: 160px;
  padding: 18px 20px 10px 20px;
  border-radius: 9px;
}
#newhome section.hero-subfooter .experiment-grant-stats .stat-1 {
  border-color: #BC3BAF;
  box-shadow: 2px 2px 1px rgba(216, 0, 94, 0.3);
}
#newhome section.hero-subfooter .experiment-grant-stats .stat-2 {
  border-color: #10B2B9;
  box-shadow: 2px 2px 1px rgba(0, 196, 255, 0.3);
}
#newhome section.hero-subfooter .experiment-grant-stats .stat-3 {
  border-color: #50A87B;
  box-shadow: 2px 2px 1px rgba(0, 216, 54, 0.3);
}
#newhome section.hero-subfooter .experiment-grant-stats .stat-4 {
  border-color: #8A62C3;
  box-shadow: 2px 2px 1px rgba(47, 0, 216, 0.3);
}
#newhome section.hero-subfooter .experiment-grant-stats .col-md-3 {
  margin: 0;
  padding: 0;
}
#newhome section.gradient {
  padding-bottom: 60px;
  margin-top: -130px;
  background: linear-gradient(rgb(234, 244, 255), rgb(255, 255, 255));
  height: 120px;
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.gradient {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
#newhome section.gradient h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.1px;
  color: #9Ba5aa;
}
#newhome section.gradient h4 {
  color: #z124A5B;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
#newhome section.explainer {
  margin: 0;
  overflow: hidden;
}
#newhome section.explainer h3 {
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
}
@media (min-width: 768px) {
  #newhome section.explainer h3 {
    width: 660px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #newhome section.explainer h3 {
    width: auto;
  }
}
#newhome section.explainer p {
  font-size: 18px;
  color: #60616D;
}
#newhome section.explainer .btn-outline {
  color: #4a5658;
  border-color: #4a5658;
  border-width: 1px;
}
#newhome section.explainer .explainer-image {
  right: 0px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  #newhome section.explainer .explainer-image {
    border-radius: 9px;
    right: 18px;
  }
}
@media (min-width: 768px) {
  #newhome section.explainer .explainer-image {
    right: 0px;
  }
}
#newhome section.explainer .explainer-image img {
  width: 100%;
  border-radius: 4px;
}
#newhome section.explainer .pair-section {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (min-width: 768px) {
  #newhome section.explainer .pair-section {
    margin-top: 40px;
    padding: 0 30px;
  }
}
#newhome section.explainer .pair-section .flex-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.explainer .pair-section .flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #newhome section.explainer .pair-section .second-row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  #newhome section.explainer .half {
    width: 43%;
  }
}
#newhome section.explainer .explainer-card {
  border: 1px solid;
  border-radius: 5px;
  padding: 27px;
  height: auto;
}
@media (min-width: 768px) {
  #newhome section.explainer .explainer-card {
    width: 350px;
    height: 246px;
  }
}
#newhome section.explainer .explainer-card.card-1 {
  border-color: #B88FFB;
  box-shadow: 2px 2px 1px #F3DCED;
}
#newhome section.explainer .explainer-card.card-2 {
  border-color: #D1D399;
  box-shadow: 2px 2px 1px #DFDAA1;
}
#newhome section.explainer .explainer-card.card-3 {
  border-color: #B3B5FC;
  box-shadow: 2px 2px 1px #B3B5FC;
}
#newhome section.colorful-project-card h3, #newhome section.colorful-project-card p {
  color: #1a2024;
}
#newhome section.colorful-project-card .bg {
  min-height: 700px;
  width: 100%;
  padding: 0;
  z-index: 3;
  top: 0;
  margin-top: 120px !important;
  background-color: #1a2024;
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/wavybg.webp");
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #newhome section.colorful-project-card .bg {
    min-height: 400px;
  }
}
#newhome section.colorful-project-card .bg-overlay {
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
}
#newhome section.colorful-project-card .bg-content {
  z-index: 3;
  position: relative;
}
#newhome section.colorful-project-card .subheader {
  padding: 60px 0 40px 0;
  text-align: center;
}
#newhome section.colorful-project-card .subheader h3 {
  font-family: "sole-serif-small-variable";
  font-style: normal;
  font-variation-settings: "opsz" 12, "wght" 700;
  letter-spacing: -0.2px;
  font-weight: 550;
  font-size: 32px;
}
#newhome section.colorful-project-card .subheader p {
  font-weight: 300;
  font-size: 28px;
}
#newhome section.colorful-project-card .card {
  position: relative;
  top: 3px;
  box-shadow: 0px -3px 33px -11px rgba(156, 3, 217, 0.2);
}
#newhome section.colorful-project-card .card img {
  width: -webkit-fill-available;
}
#newhome section.colorful-project-card .flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.colorful-project-card .flex {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #newhome section.colorful-project-card .description {
    align-self: flex-end;
    padding-bottom: 120px;
  }
}
#newhome section.colorful-project-card .description p {
  font-size: 21px;
}
#newhome section.features {
  margin: 40px 0 90px 0;
}
#newhome section.features p.muted {
  color: #9Ba5aa;
}
#newhome section.features h3 {
  font-family: "Copernicus", Times;
  font-size: 21px;
}
#newhome section.features h4 {
  font-family: "sole-serif-small-variable";
  font-variation-settings: "opsz" 100, "wght" 600;
  font-size: 24px;
}
#newhome section.features .btn-outline {
  color: #1a2024;
  border-color: #D4D9DB;
}
#newhome section.features .col-md-12 {
  margin: 50px 0 0 0;
}
#newhome section.features .flex {
  gap: 25px;
  justify-content: flex-start 240sx a;
  flex-flow: row nowrap;
  margin: 20px 0;
}
#newhome section.features .feature-card {
  width: 300px;
  background-color: #E4F5F2;
  border-radius: 7px;
  padding: 12px;
  height: 120px;
}
#newhome section.features .feature-card.larger {
  height: 340px;
}
#newhome section.features .feature-card .strong {
  font-weight: 600;
  margin: 0;
}
#newhome section.features .feature-card p {
  color: #02373F;
  padding: 10px;
  margin: 0;
}
#newhome section.features .last-card {
  padding: 0 12px;
  width: 300px;
  min-height: 140px;
}
#newhome section.features .gradient {
  height: 30px;
  position: relative;
  top: -30px;
  margin-bottom: -36px;
  background: linear-gradient(to bottom, transparent 0%, rgba(228, 245, 242, 0.7), 50%, rgb(228, 245, 242) 100%);
}
#newhome section.features .img-1 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/feature_labnote.webp");
  background-size: cover;
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  #newhome section.features .img-1 {
    height: 230px;
    width: -webkit-fill-available;
  }
}
#newhome section.features .img-2 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/feature_payout.webp");
  background-size: cover;
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  #newhome section.features .img-2 {
    height: 230px;
    width: -webkit-fill-available;
  }
}
#newhome section.features .img-3 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/feature_review.webp");
  background-size: cover;
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  #newhome section.features .img-3 {
    height: 230px;
    width: -webkit-fill-available;
  }
}
#newhome section.funders {
  text-align: center;
  background-color: #F9F7F3;
  padding: 60px 0 80px 0;
}
#newhome section.funders p {
  font-size: 19px;
  color: #60616D;
}
#newhome section.funders .btn {
  font-weight: 600;
}
#newhome section.funders .rocket {
  width: 160px;
  margin-bottom: 0px;
}
#newhome section.funders .learn-more {
  color: #1a2024;
}
#newhome section.testimonials {
  margin-top: 120px;
  margin-bottom: 120px;
}
#newhome section.testimonials i.fa {
  text-align: center;
  font-size: 13px;
  display: flow;
  color: #DB5854;
}
#newhome section.testimonials h2 {
  font-family: "sole-serif-small-variable";
  font-style: normal;
  font-variation-settings: "opsz" 12, "wght" 700;
  letter-spacing: -0.2px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
#newhome section.testimonials .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#newhome section.testimonials .testimonial-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  width: auto;
  border: 1px solid #1F58F7;
  padding: 17px 16px;
  margin: 10px 3px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #newhome section.testimonials .testimonial-card {
    width: 288px;
    margin: 10px 7px;
  }
}
#newhome section.testimonials .testimonial-card-image {
  width: -webkit-fill-available;
}
#newhome section.testimonials .testimonial-card-image img {
  width: 100%;
  border-radius: 3px;
}
#newhome section.testimonials .textimonial-body {
  color: #4a5658;
  padding: 10px 2px;
}
#newhome section.testimonials .textimonial-body p {
  font-size: 15.5px;
  margin: 0;
}
#newhome section.testimonials .textimonial-user {
  padding: 2px 6px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.testimonials .textimonial-user .textimonial-user-avatar {
  display: inline-block;
}
#newhome section.testimonials .textimonial-user .textimonial-user-avatar img {
  height: 36px;
  width: 36px;
  top: 3px;
  position: relative;
}
#newhome section.testimonials .textimonial-user .textimonial-user-name {
  display: inline-block;
  height: 20px;
  position: relative;
  top: -10px;
  vertical-align: middle;
  margin: 0 0 0 11px;
  font-size: 15px;
  font-weight: 500;
  color: #4a5658;
}
#newhome section.testimonials .gradient {
  bottom: 100px;
  left: 0;
  right: 0;
  position: relative;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  height: 100px;
  z-index: 2;
  margin-bottom: -70px;
}
#newhome section.testimonials .testimonial-wrapper {
  max-height: 980px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
#newhome section.testimonials #testimonials.expanded .testimonial-wrapper {
  max-height: 3390px;
}
#newhome section.testimonials #testimonials.expanded .gradient {
  opacity: 0;
}
#newhome section.testimonials .collapsable-wrapper {
  text-align: center;
}
#newhome section.banner {
  min-height: 500px;
  text-align: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#newhome section.banner h2 {
  color: #FFF;
  font-family: "sole-serif-small-variable";
  opacity: 0.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  #newhome section.banner h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.2px;
  }
}
#newhome section.banner .btn {
  font-weight: 600;
  width: auto;
}
#newhome section.grant-testimonial .gradient {
  background: linear-gradient(to bottom, #BAEEFF, #FFF);
  opacity: 0.3;
  height: 90px;
}
#newhome section.grant-testimonial .scoot-up {
  position: relative;
  top: -80px;
}
#newhome section.grant-testimonial .divider {
  margin-top: 30px;
  border-top: 1px solid #72C3DC;
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.grant-testimonial .divider {
    padding-left: 28px;
    border-left: 1px solid #72C3DC;
    border-top: none;
    height: 130px;
    margin-top: 0px;
    text-align: left;
  }
}
#newhome section.grant-testimonial .homeworld-image {
  margin: 10px auto;
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/hwb.webp");
  background-size: cover;
  height: 36px;
  width: 160px;
}
@media (min-width: 768px) {
  #newhome section.grant-testimonial .homeworld-image {
    margin: 23px 12px 0 0;
    float: right;
  }
}
#newhome section.grant-testimonial .avatar {
  display: inline;
  margin-right: 9px;
}
#newhome section.grant-testimonial .avatar img {
  height: 40px;
  top: 2px;
  position: relative;
}
#newhome section.grant-testimonial .content {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.grant-testimonial .content {
    text-align: left;
    margin-top: 0px;
  }
}
#newhome section.grant-testimonial .content .name {
  display: inline-block;
}
#newhome section.grant-testimonial .content h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
#newhome section.grant-testimonial .content p {
  margin: 0;
}
#newhome section.experiment-grants {
  overflow: hidden;
}
#newhome section.experiment-grants .cloud {
  background-size: cover;
  height: 400px;
  width: 100%;
  padding: 80px 0 120px 0;
}
#newhome section.experiment-grants .cloud .header {
  width: 780px;
  text-align: center;
  margin: 0 auto;
}
#newhome section.experiment-grants .cloud .header h3 {
  font-family: "sole-serif-small-variable";
  font-style: normal;
  font-variation-settings: "opsz" 12, "wght" 700;
  letter-spacing: -0.2px;
  font-size: 32px;
  line-height: 44px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
#newhome section.experiment-grants .cloud .header h4 {
  font-family: "sole-serif-small-variable";
  font-style: normal;
  font-variation-settings: "opsz" 12, "wght" 700;
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
}
#newhome section.experiment-grants .cloud .btn-purple {
  background-color: #130486;
  color: #FFF;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 9px 14px;
}
#newhome section.experiment-grants .align-center {
  text-align: center;
  color: #FFF;
}
#newhome section.experiment-grants .new-home-grant-row {
  margin: 50px 0;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  grid-gap: 8px;
}
#newhome section.experiment-grants .new-home-grant-card {
  width: 247px;
  background-size: cover;
  border-radius: 7px;
  height: 140px;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  background-color: #4a5658;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .new-home-grant-card {
    width: auto;
    min-width: 247px;
  }
}
#newhome section.experiment-grants .new-home-grant-card h4 {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.experiment-grants .new-home-grant-card p {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0;
  color: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.experiment-grants .new-home-grant-card .grant-info {
  margin-bottom: 5%;
}

@-webkit-keyframes heroImgTranslate {
  0% {
    transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    transform: translate(-75px, 75px) scale(1.25, 1.2);
  }
  50% {
    transform: translate(0px, 0px) scale(1, 1);
  }
  75% {
    transform: translate(75px, -75px) scale(1.2, 1.25);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes heroImgTranslate {
  0% {
    transform: translate(0px, 0px) scale(1, 1);
  }
  25% {
    transform: translate(-75px, 75px) scale(1.25, 1.2);
  }
  50% {
    transform: translate(0px, 0px) scale(1, 1);
  }
  75% {
    transform: translate(75px, -75px) scale(1.2, 1.25);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}
@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
nav.solaris {
  --thickness: 2px;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 2;
  min-height: 55px;
  /*
    This code gets applied for folks using
    browsers that support mask-image. This
    adds the "consider near elements"
    optimization discussed in this article.
  */
}
nav.solaris .navbar-header.white-nav,
nav.solaris .navbar-header {
  display: flex;
  flex-direction: row;
  padding: 0 28px;
  justify-content: space-between;
}
nav.solaris .navbar-header.white-nav .search input,
nav.solaris .navbar-header .search input {
  background: transparent;
  color: #1a2024;
}
nav.solaris .navbar-header.white-nav arg ::-moz-placeholder, nav.solaris .navbar-header arg ::-moz-placeholder {
  color: #1a2024;
}
nav.solaris .navbar-header.white-nav arg :-ms-input-placeholder, nav.solaris .navbar-header arg :-ms-input-placeholder {
  color: #1a2024;
}
nav.solaris .navbar-header.white-nav arg ::placeholder,
nav.solaris .navbar-header arg ::placeholder {
  color: #1a2024;
}
nav.solaris .navbar-header.white-nav .main-links > li > a,
nav.solaris .navbar-header .main-links > li > a {
  color: #1a2024;
}
nav.solaris .navbar-header.white-nav .nav-item > a,
nav.solaris .navbar-header .nav-item > a {
  color: #1a2024;
}
nav.solaris .navbar-header.white-nav .redux-header > .list-inline-block > li > a,
nav.solaris .navbar-header .redux-header > .list-inline-block > li > a {
  color: #1a2024;
}
nav.solaris svg#logo {
  width: 120px;
  pointer-events: none;
}
nav.solaris svg#logo path {
  fill: #1a2024;
  opacity: 1;
}
nav.solaris li.nav-item a {
  top: 9px;
  position: relative;
}
nav.solaris li.nav-item a:hover {
  border: none !important;
}
nav.solaris .global-search .twitter-typeahead form {
  background: transparent;
}
nav.solaris .backdrop {
  border-bottom: 1px solid white;
}
@supports ((-webkit-backdrop-filter: blur(16px)) or (backdrop-filter: blur(16px))) or (-webkit-backdrop-filter: blur(16px)) {
  nav.solaris .backdrop {
    position: absolute;
    inset: 0;
    /*
      These prefixed properties are usually
      added automatically by tooling:
    */
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(14px);
    background: linear-gradient(to bottom, hsl(0, 0%, 95%), transparent 0%);
    pointer-events: none;
  }
  nav.solaris .backdrop-edge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--thickness);
    background: hsla(0, 0%, 100%, 0.1);
    -webkit-backdrop-filter: blur(12px) brightness(0.96);
    backdrop-filter: blur(12px) brightness(0.96);
    transform: translateY(100%);
    pointer-events: none;
  }
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  nav.solaris .backdrop {
    height: 200%;
    -webkit-mask-image: linear-gradient(to bottom, black 0% 50%, transparent 50% 100%);
    mask-image: linear-gradient(to bottom, black 0% 50%, transparent 50% 100%);
  }
  nav.solaris .backdrop-edge {
    height: 100%;
    inset: 0;
    -webkit-mask-image: linear-gradient(to bottom, black 0, black var(--thickness), transparent var(--thickness));
    mask-image: linear-gradient(to bottom, black 0, black var(--thickness), transparent var(--thickness));
  }
}

footer.solaris-footer {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1a2024;
  color: #FFF;
  width: auto;
}
footer.solaris-footer .logo svg path {
  fill: #FFF;
}
footer.solaris-footer .container {
  padding: 25px 25px 40px;
}
@media (min-width: 768px) {
  footer.solaris-footer .container {
    padding: 50px 0 80px;
  }
}
@media (min-width: 768px) {
  footer.solaris-footer .row {
    margin: 0 30px;
  }
}
@media (min-width: 1250px) {
  footer.solaris-footer .row {
    margin: 0;
  }
}
@media (min-width: 768px) {
  footer.solaris-footer .col-md-3,
  footer.solaris-footer .col-md-2 {
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1250px) {
  footer.solaris-footer .col-md-3,
  footer.solaris-footer .col-md-2 {
    margin: 0;
    display: block;
  }
}
footer.solaris-footer a {
  color: #FFF;
  opacity: 0.85;
}
footer.solaris-footer a:hover {
  opacity: 1;
}
footer.solaris-footer ul {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  footer.solaris-footer ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
  }
}
footer.solaris-footer ul li {
  line-height: 1.6;
  display: none;
}
@media (min-width: 768px) {
  footer.solaris-footer ul li {
    display: block;
  }
}
footer.solaris-footer ul li span {
  padding: 2px 3px 1px 2px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #FFF;
  margin-left: 4px;
  margin-top: -1px;
  font-size: 9.5px;
  color: #1a2024;
}
footer.solaris-footer ul li a {
  font-size: 13px;
}
footer.solaris-footer ul li.footer-heading {
  display: block;
}
footer.solaris-footer ul .footer-heading, footer.solaris-footer ul .footer-heading a {
  display: inline-block;
  opacity: 1;
  font-weight: 600;
  letter-spacing: 1.9px;
  color: #aaa;
  font-size: 13px;
}
footer.solaris-footer ul .footer-heading:hover, footer.solaris-footer ul .footer-heading a:hover {
  color: #dddddd;
}
@media (min-width: 768px) {
  footer.solaris-footer ul .footer-heading, footer.solaris-footer ul .footer-heading a {
    color: #FFF;
    opacity: 0.9;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  footer.solaris-footer ul .footer-heading:hover, footer.solaris-footer ul .footer-heading a:hover {
    opacity: 1;
  }
}
footer.solaris-footer .bad-robot {
  position: absolute;
  left: -5000px;
  display: inline;
}
footer.solaris-footer .newsletter p {
  font-size: 17px;
  margin: 0 0 5px 0;
  color: #FFF;
}
@media (min-width: 768px) {
  footer.solaris-footer .newsletter p {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
footer.solaris-footer .newsletter ul {
  margin-right: 0;
}
footer.solaris-footer .newsletter .form input.email {
  width: 70%;
  font-size: 17px;
  height: 50px;
  background-color: #1e2529;
  border-color: #1e2529;
  color: #FFF;
}
@media (min-width: 768px) {
  footer.solaris-footer .newsletter .form input.email {
    width: 95px;
    font-size: 14px;
    height: 35px;
  }
}
footer.solaris-footer .newsletter .form .btn {
  width: 94px;
  font-size: 17px;
  height: 50px;
  display: inline;
  margin-left: -10%;
  border-radius: 0px 4px 4px 0px;
}
@media (min-width: 768px) {
  footer.solaris-footer .newsletter .form .btn {
    width: 62px;
    font-size: 13px;
    height: 35px;
    margin-left: -10px;
  }
}
footer.solaris-footer .newsletter .form #mce-responses, footer.solaris-footer .newsletter .form .response {
  display: inline;
}
footer.solaris-footer .social a {
  margin-left: -16px;
  margin-right: 16px;
}
footer.solaris-footer .social .text-uppercase {
  padding-bottom: 5px;
  letter-spacing: 1.8px;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
footer.solaris-footer .social .social-links {
  margin-top: 25px;
}
footer.solaris-footer .social .social-links .circle {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #262c32;
}
@media (min-width: 768px) {
  footer.solaris-footer .social .social-links .circle {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
}
footer.solaris-footer .social .social-links i {
  font-size: 24px;
  color: #FFF;
}
@media (min-width: 768px) {
  footer.solaris-footer .social .social-links i {
    font-size: 14px;
  }
}
footer.solaris-footer .description {
  margin-bottom: 6px;
}
footer.solaris-footer .description .serif {
  font-family: "sole-serif-small-variable";
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: -0.01rem;
  width: 170px;
  color: #D4D9DB;
}
footer.solaris-footer .description strong {
  font-weight: 600;
  margin: 0 4px 6px 0;
  opacity: 1;
  color: #FFF;
  font-size: 14px;
}
footer.solaris-footer .copyright {
  font-size: 11px;
}
footer.solaris-footer .tou {
  display: none;
}
@media (min-width: 768px) {
  footer.solaris-footer .tou {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    opacity: 0.9;
  }
  footer.solaris-footer .tou p {
    margin-bottom: 5px;
  }
  footer.solaris-footer .tou a {
    opacity: 0.9;
    margin-right: 8px;
  }
}

.dark_mode {
  --darkModeBg-rgb:7, 16, 24;
}
.dark_mode nav.solaris {
  background: transparent;
}
.dark_mode #newhome {
  background-color: #071018;
}
.dark_mode #newhome h1, .dark_mode #newhome h2, .dark_mode #newhome h3 {
  color: #f5f5f5;
}
.dark_mode #newhome header.hero {
  background-color: #0F1C20;
}
.dark_mode #newhome header.hero .hero-bg-overlay {
  background: linear-gradient(rgba(21, 46, 62, 0), rgb(26, 0, 110));
}
.dark_mode #newhome header.hero p {
  color: #FFF;
}
.dark_mode #newhome section.gradient {
  background: linear-gradient(#0E2542, #101010);
}
.dark_mode #newhome section.gradient h3, .dark_mode #newhome section.gradient h4 {
  color: #FFF;
}
.dark_mode #newhome section.gradient h4 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
.dark_mode #newhome section.hero-subfooter .experiment-grant-stats .stat h4 {
  color: #FFF;
}
.dark_mode #newhome section.hero-subfooter .experiment-grant-stats .stat p {
  color: #FFF;
}
.dark_mode #newhome section.hero-subfooter .experiment-grant-stats .stat {
  background-color: rgba(32, 47, 52, 0.5);
  border-color: #A2A4AF;
}
.dark_mode #newhome section.hero-subfooter h2 {
  color: #FFF;
}
.dark_mode #newhome section.hero-subfooter p {
  color: #FFF;
}
.dark_mode #newhome section.explainer h1, .dark_mode #newhome section.explainer h2, .dark_mode #newhome section.explainer h3 {
  color: #FFF;
}
.dark_mode #newhome section.explainer h4, .dark_mode #newhome section.explainer p {
  color: #9Ba5aa;
}
.dark_mode #newhome section.explainer .btn-outline {
  color: #9Ba5aa;
}
.dark_mode #newhome section.explainer .explainer-card {
  background: #172327;
}
.dark_mode #newhome section.explainer .explainer-card.card-1 {
  border-color: #4E13AF;
  box-shadow: 2px 2px 1px #371A30;
}
.dark_mode #newhome section.explainer .explainer-card.card-2 {
  border-color: #82861B;
  box-shadow: 2px 2px 1px #636041;
}
.dark_mode #newhome section.explainer .explainer-card.card-3 {
  border-color: #42467D;
  box-shadow: 2px 2px 1px #383D66;
}
.dark_mode #newhome section.colorful-project-card .bg-overlay {
  background-color: rgb(11, 20, 44);
}
.dark_mode #newhome section.colorful-project-card .card {
  box-shadow: 1px -3px 33px -11px rgba(156, 3, 217, 0.9);
}
.dark_mode #newhome section.colorful-project-card h3, .dark_mode #newhome section.colorful-project-card p {
  color: #FFF;
}
.dark_mode #newhome section.features p.muted {
  color: #4a5658;
}
.dark_mode #newhome section.features .btn-outline {
  color: #FFF;
  border-color: #4a5658;
}
.dark_mode #newhome section.features .img-1 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/feature_labnote_d.webp");
  background-size: cover;
}
.dark_mode #newhome section.features .img-2 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/feature_payout_d.webp");
  background-size: cover;
}
.dark_mode #newhome section.features .img-3 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/feature_review_d.webp");
  background-size: cover;
}
.dark_mode #newhome section.features .gradient {
  background: linear-gradient(to bottom, transparent 0%, rgba(23, 35, 39, 0.7), 50%, rgb(23, 35, 39) 100%);
}
.dark_mode #newhome section.features .feature-card {
  background-color: #172327;
}
.dark_mode #newhome section.features .feature-card p {
  color: #FFF;
}
.dark_mode #newhome section.features .last-card p {
  color: #FFF;
}
.dark_mode #newhome section.grant-testimonial {
  background: linear-gradient(to bottom, #0F272F, #071018);
}
.dark_mode #newhome section.grant-testimonial .gradient {
  background: linear-gradient(to bottom, #056F91, rgba(var(--darkModeBg-rgb), 0.1));
}
.dark_mode #newhome section.grant-testimonial .homeworld-image {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/hww.webp");
  background-size: cover;
}
.dark_mode #newhome section.grant-testimonial .divider {
  border-top: 1px solid #005B76;
}
@media (min-width: 768px) {
  .dark_mode #newhome section.grant-testimonial .divider {
    border-left: 1px solid #005B76;
    border-top: none;
  }
}
.dark_mode #newhome section.grant-testimonial h4, .dark_mode #newhome section.grant-testimonial p {
  color: #FFF;
}
.dark_mode #newhome section.testimonials h1, .dark_mode #newhome section.testimonials p {
  color: #FFF;
}
.dark_mode #newhome section.testimonials .textimonial-user-name {
  color: #D4D9DB;
}
.dark_mode #newhome section.testimonials .gradient {
  background: linear-gradient(to bottom, transparent 0%, rgba(7, 16, 24, 0.7), 50%, rgb(7, 16, 24) 100%);
}
.dark_mode #newhome footer.solaris-footer {
  background-color: #071018;
}

.glitter {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.new-marky-content {
  --background: transparent;
  --background-card-content: transparent;
  --glitter: url("https://assets.codepen.io/13471/noise-base.png");
  --glitter2: url("https://assets.codepen.io/13471/noise-top.png");
  --ratio-x: .5;
  --ratio-y: .75;
  --light-size: 300px;
}
.new-marky-content .banner-card {
  z-index: 212;
  border-radius: 8px;
  opacity: 0.86;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}
.new-marky-content .banner-card .home-rounded-card {
  width: 240px !important;
  height: 138px !important;
}
.new-marky-content .col {
  display: grid;
  grid-template-columns: repeat(3, -webkit-min-content);
  grid-template-columns: repeat(3, min-content);
  gap: 10px;
}
.new-marky-content:hover > .col > .col-row > .card:before {
  opacity: 1;
  transition-delay: 0.1s;
}
.new-marky-content:hover > .col > .col-row > .card:after {
  opacity: 0.925;
  transition-delay: 0s;
}
.new-marky-content .card {
  position: relative;
  background-color: rgb(33, 33, 33);
  border-radius: 10px;
  height: 140px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  image-rendering: pixelate;
}
.new-marky-content .card:before,
.new-marky-content .card:after {
  transition: opacity 500ms ease;
  image-rendering: pixelate;
}
.new-marky-content .card:after {
  --bgoffsetx: calc( 3px * var(--ratio-x));
  --bgoffsety: calc( 3px * var(--ratio-y));
  --pointerx: calc( 100% * var(--ratio-x));
  --pointery: calc( 100% * var(--ratio-y));
  background-color: var(--background-card-content);
  background-image: radial-gradient(var(--light-size) circle at var(--pointerx) var(--pointery), rgba(0, 0, 0, 0.75), black), radial-gradient(var(--light-size) circle at var(--pointerx) var(--pointery), rgba(37, 37, 37, 0.8), rgb(16, 16, 16) calc(var(--light-size) * 1)), var(--glitter2), var(--glitter2);
  background-position: center, center, center, calc(var(--bgoffsetx) * 1) calc(var(--bgoffsety) * 1);
  background-size: 300px 300px;
  background-blend-mode: normal, color-burn, color-dodge;
  filter: brightness(1.4) contrast(0.725);
  opacity: 0;
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  height: calc(100% - 2.8px);
  width: calc(100% - 2.8px);
  transition-delay: 0.1s;
  z-index: 20;
}
.new-marky-content .card:before {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  border-radius: inherit;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.new-marky-content .card:before {
  content: "";
  background-image: conic-gradient(from 0deg at calc(0% + var(--mouse-x)) calc(0% + var(--mouse-y)), #FFBD8C 0%, #FD8585 11%, #FD8585 15%, #F882FF 27%, #F882FF 31%, #8785FE 42%, #8785FE 46%, #9AFCFF 55%, #9AFCFF 59%, #99FD9C 70%, #99FD9C 74%, #FFFD84 87%, #FFFD84 91%, #FFBD8C 100%), radial-gradient(calc(var(--light-size) * 1.5) circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.5) 50%), radial-gradient(calc(var(--light-size) * 1.5) circle at var(--mouse-x) var(--mouse-y), transparent, rgb(33, 22, 44) 60%, var(--background) 120%);
  background-blend-mode: hue, color-dodge;
  transition-delay: 0s;
  z-index: 1;
}
.new-marky-content .card-content {
  position: relative;
  z-index: 3;
  color: white;
}
