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

#newhome {
  background-color: #101010;
}
#newhome header.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 78vh;
  margin-bottom: 60px;
  top: -70px;
}
@media (min-width: 768px) {
  #newhome header.hero {
    height: 1200px;
    margin-bottom: 0px;
  }
}
#newhome header.hero .hero-bg-overlay {
  opacity: 0.8;
  z-index: 2;
  position: absolute;
  width: 100%;
  background: linear-gradient(rgb(0, 28, 19), rgba(0, 62, 98, 0.1));
  height: 100vh;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-bg-overlay {
    height: 100%;
  }
}
#newhome header.hero .hero-bg {
  top: 0px;
  left: -30px;
  width: 105%;
  height: 100vh;
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/greenspace.png");
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-bg {
    top: 0px;
    left: 0;
    width: auto;
    height: 100vh;
  }
}
#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 {
  font-family: "DentonRegular";
  font-size: 44px;
  color: #FFF;
  letter-spacing: 0.8px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-title h1 {
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 52px;
  }
}
#newhome header.hero .hero-title p {
  color: #D4D9DB;
  font-size: 16px;
}
@media (min-width: 768px) {
  #newhome header.hero .hero-title p {
    margin: 20px auto;
    font-size: 19px;
  }
}
#newhome header.hero .hero-title .button-row {
  display: flex;
  gap: 15px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#newhome header.hero .hero-title .button-row .btn {
  padding: 11px 20px;
  font-size: 16.5px;
  border-radius: 6px;
}
#newhome header.hero .hero-title .button-row .btn-primary {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 600;
}
#newhome header.hero .hero-title .button-row .btn-transparent {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
}
#newhome section.hero-project-cards {
  --gap: 1.8rem;
  position: relative;
  /* Responsive adjustments */
}
@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: center;
  gap: var(--gap);
  min-width: 100%;
}
#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-project-cards .dark-project-card {
  max-width: 270px;
  text-align: left;
  background: #0D1D1C;
}
#newhome section.hero-project-cards .dark-project-card.project-card {
  border: #0D1D1C;
}
#newhome section.hero-project-cards .dark-project-card.project-card .project-card-content, #newhome section.hero-project-cards .dark-project-card.project-card .project-card-footer {
  background: #0D1D1C !important;
}
#newhome section.hero-project-cards .dark-project-card.project-card .project-card-content .progress, #newhome section.hero-project-cards .dark-project-card.project-card .project-card-footer .progress {
  background-color: transparent;
}
#newhome section.hero-project-cards .dark-project-card.project-card .project-card-content small, #newhome section.hero-project-cards .dark-project-card.project-card .project-card-footer small {
  color: #D4D9DB;
}
#newhome section.hero-project-cards .dark-project-card.project-card .project-card-footer .progress .bar {
  background-color: #0dc981;
}
#newhome section.hero-project-cards .dark-project-card h3, #newhome section.hero-project-cards .dark-project-card h4, #newhome section.hero-project-cards .dark-project-card a, #newhome section.hero-project-cards .dark-project-card p {
  color: #FFF;
}
#newhome section.hero-project-cards .dark-project-card .project-title {
  font-size: 13px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.hero-project-cards .dark-project-card p {
  font-size: 14px;
  line-height: 19px;
  color: #d4dde2;
}
#newhome section.hero-project-cards .dark-project-card .researcher .researcher-info {
  width: 185px;
}
#newhome section.hero-project-cards .hero-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newhome section.hero-project-cards .hero-gradient.left {
  left: 0;
  background: linear-gradient(to right, rgb(14, 24, 28), transparent);
}
#newhome section.hero-project-cards .hero-gradient.right {
  right: 0;
  background: linear-gradient(to left, rgb(14, 24, 28), transparent);
}
#newhome section.hero-project-cards .hero-carousel-btn {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 24px;
  padding: 0;
  pointer-events: auto;
  z-index: 11;
}
#newhome section.hero-project-cards .hero-carousel-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.08);
}
#newhome section.hero-project-cards .hero-carousel-btn:active {
  transform: scale(0.95);
}
@media (max-width: 1024px) {
  #newhome section.hero-project-cards .hero-gradient {
    width: 100px;
  }
  #newhome section.hero-project-cards .hero-carousel-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #newhome section.hero-project-cards .hero-gradient {
    width: 60px;
  }
  #newhome section.hero-project-cards .hero-carousel-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
@-webkit-keyframes hero-marquee {
  from {
    transform: translateX(var(--start-offset, 0));
  }
  to {
    transform: translateX(var(--end-offset, -100%));
  }
}
@keyframes hero-marquee {
  from {
    transform: translateX(var(--start-offset, 0));
  }
  to {
    transform: translateX(var(--end-offset, -100%));
  }
}
#newhome section.hero-subfooter {
  overflow: hidden;
}
@media (min-width: 768px) {
  #newhome section.hero-subfooter {
    margin: 100px 0 0 0;
  }
}
#newhome section.hero-subfooter h2 {
  color: #4a5658;
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 400;
}
#newhome section.hero-subfooter h3 {
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DentonMedium";
  font-size: 21px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 0.8px;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  #newhome section.hero-subfooter h3 {
    text-align: left;
  }
}
#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 .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.hero-subfooter .flex {
    flex-direction: row;
  }
}
#newhome section.hero-subfooter .copy-container {
  min-width: 430px;
  padding-right: 32px;
  text-align: left;
}
#newhome section.hero-subfooter .stats-container {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: -webkit-fill-available;
  align-items: center;
}
#newhome section.hero-subfooter .stats-container .stat {
  gap: 12px;
}
#newhome section.hero-subfooter .stats-container .number {
  font-size: 22px;
  color: #b7edd9;
  margin: 0;
  padding: 0;
}
#newhome section.hero-subfooter .stats-container p {
  padding: 0;
  margin: 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.colorful-project-card .bg {
  min-height: 700px;
  width: 100%;
  padding: 0;
  z-index: 3;
  top: 0;
  margin-top: 120px !important;
  background: linear-gradient(to bottom, #14363E, #0E1F18);
  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: linear-gradient(to bottom, #14363E, #0E1F18);
  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 p {
  color: #b7edd9;
  font-weight: 300;
  font-size: 22px;
}
#newhome section.colorful-project-card .card {
  position: relative;
  top: 3px;
  box-shadow: 0px -3px 33px -11px rgba(3, 217, 174, 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 {
  color: #b7edd9;
  font-size: 21px;
}
#newhome section.explainers {
  overflow-x: hidden;
}
#newhome section.explainers h4.section-header {
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.explainers h4.section-header {
    text-align: left;
  }
}
#newhome section.explainers .flex-row {
  display: flex;
}
@media (min-width: 768px) {
  #newhome section.explainers .flex-row {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  #newhome section.explainers .full-container {
    margin: 120px 0;
  }
}
#newhome section.explainers #card-1 {
  padding: 2vw;
  overflow: visible;
  margin: 80px 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-1 {
    display: flex;
    flex-direction: row;
    max-width: 980px;
    margin: 50px auto;
    min-height: 500px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  #newhome section.explainers #card-1 .explainer-container {
    flex: 0 0 50%;
    position: relative;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  #newhome section.explainers #card-1 .image-container {
    width: clamp(480px, 43vw, 820px);
    overflow: hidden;
    position: absolute;
    left: 48vw;
    transform: translateX(8vw);
  }
}
#newhome section.explainers #card-1 .image-container img {
  width: 94vw;
  border-radius: 6px;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-1 .image-container img {
    min-height: 340px;
    max-height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
    width: -webkit-fill-available;
  }
}
#newhome section.explainers #card-2 {
  display: flex;
  flex-direction: column-reverse;
  overflow: visible;
  margin: 80px 0;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-2 {
    width: clamp(480px, 100vw, 1500px);
    flex-direction: row;
    max-width: 100vw;
    margin: 40px auto;
    min-height: 600px;
    flex-wrap: nowrap;
  }
}
#newhome section.explainers #card-2 .image-collage {
  flex: 0 0 auto;
  min-width: 500px;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-2 .image-collage {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
#newhome section.explainers #card-2 .image-collage .row-1, #newhome section.explainers #card-2 .image-collage .row-2, #newhome section.explainers #card-2 .image-collage .row-3 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 10px;
  align-items: flex-end;
  position: relative;
}
#newhome section.explainers #card-2 .image-collage .row-1 {
  width: clamp(510px, 45vw, 760px);
  left: -12px;
}
#newhome section.explainers #card-2 .image-collage .row-2 {
  width: clamp(480px, 35vw, 680px);
  left: -32px;
}
#newhome section.explainers #card-2 .image-collage .row-3 {
  width: clamp(540px, 42vw, 730px);
  left: -12px;
  align-items: flex-start;
}
#newhome section.explainers #card-2 .image-collage img {
  height: 160px;
  min-height: 160px;
  width: 50%;
  flex: 1 1 50%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#newhome section.explainers #card-2 .image-collage img.collage-image-1 {
  max-width: 210px;
  min-height: 130px;
}
#newhome section.explainers #card-2 .image-collage img.collage-image-2 {
  min-width: 190px;
  height: clamp(230px, 10vh, 330px);
}
#newhome section.explainers #card-2 .image-collage img.collage-image-3 {
  max-width: 200px;
  min-height: 130px;
}
#newhome section.explainers #card-2 .image-collage img.collage-image-4 {
  max-width: 370px;
  min-height: 130px;
}
#newhome section.explainers #card-2 .image-collage img.collage-image-5 {
  max-width: 280px;
  min-height: 130px;
}
#newhome section.explainers #card-2 .image-collage img.collage-image-6 {
  width: clamp(100px, 40%, 300px);
  height: clamp(130px, 13vh, 180px);
}
@media (min-width: 768px) {
  #newhome section.explainers #card-2 .image-collage img {
    height: clamp(130px, 10vw, 160px);
  }
}
#newhome section.explainers #card-2 .explainer-container {
  flex: 1 1 auto;
  padding: 2vw;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-2 .explainer-container {
    flex: 1 1 50%;
    padding: 60px;
    max-width: 480px;
  }
}
@media (min-width: 2000px) {
  #newhome section.explainers #card-2 .image-collage img {
    height: 170px;
    max-width: 600px;
  }
}
#newhome section.explainers #card-3 {
  overflow: visible;
  margin: 80px 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-3 {
    display: flex;
    flex-direction: row;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 50px;
    min-height: 370px;
    padding: 0 2vw;
  }
}
#newhome section.explainers #card-3 .explainer-container {
  padding: 20px;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-3 .explainer-container {
    padding: 0;
    flex: 0 0 50%;
    position: relative;
    flex-shrink: 0;
  }
}
#newhome section.explainers #card-3 .thumbnail-container img {
  width: 80vw;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-3 .thumbnail-container img {
    min-height: 300px;
    max-height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50px;
    position: relative;
    width: auto;
  }
}
#newhome section.explainers #card-3 .thumbnail-container .mini {
  color: #10B777;
  font-size: 14.5px;
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.explainers #card-3 .thumbnail-container .mini {
    margin: 2px -40px 0 0;
    text-align: right;
    font-size: 12.5px;
  }
}
#newhome section.explainers #card-3 .thumbnail-container .mini a {
  text-decoration: none;
}
@media (min-width: 1400px) {
  #newhome section.explainers #card-1 img {
    position: relative; /* leave absolute positioning */
    left: 52px;
    transform: none;
  }
}
#newhome section.explainers h3 {
  font-weight: normal;
  font-size: 27px;
  margin: 18px 0 20px 0;
  color: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.explainers h4 {
  color: #83d4a2;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.explainers p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b7edd9;
  font-size: 22px;
}
#newhome section.explainers p a {
  color: #10B777;
  text-decoration: underline;
}
#newhome section.howitworks {
  margin: 120px 0 40px 0;
}
#newhome section.howitworks .section-subheader {
  color: #83d4a2;
}
#newhome section.howitworks p, #newhome section.howitworks h4 {
  color: #FFF;
}
#newhome section.howitworks .flex-row {
  flex-direction: column;
  margin: 0 -15px;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  #newhome section.howitworks .flex-row {
    flex-direction: row;
  }
}
#newhome section.howitworks .card {
  height: 200px;
  flex: 1 1 0;
  border-radius: 6px;
  border: 1px solid #12392F;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #newhome section.howitworks .card {
    height: 280px;
  }
}
#newhome section.howitworks .card h4 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 15px;
  text-align: center;
  color: #83d4a2;
  text-align: left;
  font-size: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  #newhome section.howitworks .card h4 {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-align: left;
  }
}
#newhome section.howitworks .card .title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  #newhome section.howitworks .card .title {
    min-height: 90px;
  }
}
#newhome section.howitworks .card .description {
  color: #b7edd9;
  font-size: 17px;
}
#newhome section.howitworks .two {
  flex: 2 1 0;
}
#newhome section.howitworks .btn-primary {
  margin: 18px 0;
  font-size: 14.5px;
}
@media (min-width: 768px) {
  #newhome section.howitworks .btn-primary {
    margin: 0 0 0 18px;
  }
}
#newhome section.features {
  padding: 40px 0 90px 0;
  background: linear-gradient(to bottom, #101010, #0F242B);
}
#newhome section.features p.muted {
  color: #9Ba5aa;
}
#newhome section.features h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.features h2 {
    text-align: left;
  }
}
#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;
  flex-flow: row wrap;
  margin: 30px 0;
}
@media (min-width: 768px) {
  #newhome section.features .flex {
    flex-flow: row nowrap;
  }
}
#newhome section.features .feature-card {
  width: 100%;
  height: 120px;
  background-color: #172327;
  border: 1px solid #12392F;
  border-radius: 7px;
  padding: 12px;
}
@media (min-width: 768px) {
  #newhome section.features .feature-card {
    width: 300px;
  }
}
#newhome section.features .feature-card.larger {
  height: 120px;
}
@media (min-width: 768px) {
  #newhome section.features .feature-card.larger {
    height: 340px;
  }
}
#newhome section.features .feature-card .strong {
  font-weight: 600;
  margin: 0;
  color: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.features .feature-card p {
  color: #b7edd9;
  padding: 10px;
  margin: 0;
}
#newhome section.features .last-card {
  width: 100%;
  padding: 0 12px;
  min-height: 140px;
}
@media (min-width: 768px) {
  #newhome section.features .last-card {
    width: 300px;
  }
}
#newhome section.features .last-card p {
  color: #b7edd9;
}
#newhome section.features .last-card .btn {
  font-weight: 600;
}
#newhome section.features .img-1 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/screenbg1.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  #newhome section.features .img-1 {
    height: 215px;
    width: 283px;
    border-radius: 10px;
  }
}
#newhome section.features .img-2 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/screenbg2.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  #newhome section.features .img-2 {
    height: 215px;
    width: 283px;
    border-radius: 10px;
  }
}
#newhome section.features .img-3 {
  background: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/screenbg3.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  #newhome section.features .img-3 {
    height: 215px;
    width: 283px;
    border-radius: 10px;
  }
}
#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 {
  background-color: #0E1D21;
  padding-top: 120px;
  padding-bottom: 20px;
  /* Carousel-specific wrapper styles */
  /* Carousel Controls */
  /* Responsive */
}
#newhome section.testimonials i.fa-heart {
  text-align: center;
  font-size: 13px;
  display: flow;
  color: #DB5854;
}
#newhome section.testimonials h2, #newhome section.testimonials h4 {
  text-align: center;
}
#newhome section.testimonials #testimonials {
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  padding: 0 12px 6px 12px;
}
#newhome section.testimonials .testimonial-wrapper {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  margin-top: 30px;
}
#newhome section.testimonials .testimonial-card {
  flex: 0 0 calc(26% - 10px);
  min-width: calc(26% - 10px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  border: 1px solid #12392F;
  background: #0F2126;
  padding: 24px 32px;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#newhome section.testimonials .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
#newhome section.testimonials .testimonial-card-image {
  width: -webkit-fill-available;
  overflow: hidden;
}
#newhome section.testimonials .testimonial-card-image img {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
#newhome section.testimonials .textimonial-body {
  color: #D4D9DB;
  padding: 10px 2px;
  flex: 1;
}
#newhome section.testimonials .textimonial-body p {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
#newhome section.testimonials .textimonial-user {
  padding: 2px 6px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  gap: 11px;
}
#newhome section.testimonials .textimonial-user .textimonial-user-avatar {
  flex-shrink: 0;
  height: 42px;
  margin-top: 9px;
}
#newhome section.testimonials .textimonial-user .textimonial-user-avatar .textimonial-user-avatar-ring {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  right: 1px;
  position: relative;
  top: -84px;
  border: 1px solid transparent; /* Transparent border to define the border width */
  border-radius: 50%; /* Rounded corners work with this method */
  background: linear-gradient(transparent, transparent) padding-box, linear-gradient(to right, #62EAC1, #40c0cb) border-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
}
#newhome section.testimonials .textimonial-user .textimonial-user-avatar .textimonial-user-avatar-bg {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: linear-gradient(83deg, #62EAC1, #37846D, #0B2128);
  z-index: 3;
  right: -1px;
  position: relative;
}
#newhome section.testimonials .textimonial-user .textimonial-user-avatar img {
  height: 43px;
  width: 43px;
  z-index: 4;
  position: relative;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: -38px;
  position: relative;
}
#newhome section.testimonials .textimonial-user .textimonial-user-name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 7px;
  color: #D4D9DB;
}
#newhome section.testimonials .testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
#newhome section.testimonials .testimonial-btn {
  width: 34px;
  height: 34px;
  border: 2px solid #12392F;
  background: #0F2126;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
  padding: 0;
}
#newhome section.testimonials .testimonial-btn:hover:not(:disabled) {
  background: #0F242B;
  border-color: #12392F;
  transform: scale(1.08);
}
#newhome section.testimonials .testimonial-btn:active:not(:disabled) {
  transform: scale(0.95);
}
#newhome section.testimonials .testimonial-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 1024px) {
  #newhome section.testimonials .testimonial-card {
    flex: 0 0 calc(50% - 7px);
    min-width: calc(50% - 7px);
  }
}
@media (max-width: 768px) {
  #newhome section.testimonials .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
  #newhome section.testimonials .testimonial-wrapper {
    gap: 15px;
  }
  #newhome section.testimonials .testimonial-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  #newhome section.testimonials .testimonial-breadcrumbs {
    gap: 8px;
  }
  #newhome section.testimonials .testimonial-dot {
    width: 8px;
    height: 8px;
  }
  #newhome section.testimonials .testimonial-dot.active {
    width: 10px;
    height: 10px;
  }
}
#newhome section.banner {
  min-height: 560px;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#newhome section.banner h4, #newhome section.banner h2, #newhome section.banner p {
  margin: 30px 0;
  text-align: left;
  color: #FFF;
}
#newhome section.banner p {
  font-size: 22px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.banner p a {
  color: #FFF;
  text-decoration: underline;
}
#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;
  position: relative;
}
#newhome section.experiment-grants .cloud {
  height: 1200px;
  background-size: cover;
  padding-top: 80px;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud {
    height: 800px;
  }
}
#newhome section.experiment-grants .cloud .header {
  width: auto;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .header {
    width: 750px;
  }
}
#newhome section.experiment-grants .cloud .header p {
  color: #D3E1DB;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .header p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .header p {
    font-size: 22px;
  }
}
#newhome section.experiment-grants .cloud .header h2 {
  text-align: center;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .header h2 {
    text-align: left;
  }
}
#newhome section.experiment-grants .cloud .header h4 {
  color: #FFF;
  opacity: 0.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0;
}
#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 .cloud .carousel-row {
  margin: 50px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 60px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#newhome section.experiment-grants .cloud .carousel-row:hover {
  cursor: pointer;
}
#newhome section.experiment-grants .cloud .carousel-row:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#newhome section.experiment-grants .cloud .reverse-gradient {
  margin-top: -670px;
  height: 620px;
  width: 40px;
  background: linear-gradient(to left, rgba(47, 96, 167, 0), rgba(25, 75, 148, 0.3), rgb(25, 75, 148));
  position: absolute;
  z-index: 2323;
  left: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .reverse-gradient {
    margin-top: -450px;
    height: 400px;
    width: 63px;
  }
}
#newhome section.experiment-grants .cloud .gradient {
  margin-top: -670px;
  height: 620px;
  width: 40px;
  background: linear-gradient(to right, rgba(47, 96, 167, 0), rgba(25, 75, 148, 0.3), rgb(25, 75, 148));
  position: absolute;
  z-index: 2323;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .gradient {
    margin-top: -450px;
    height: 400px;
    width: 63px;
  }
}
#newhome section.experiment-grants .cloud .carousel-btn {
  top: 68%;
  position: absolute;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 0 4px -18px #093144;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  z-index: 2325;
  background: rgba(19, 74, 99, 0.3);
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .carousel-btn {
    top: 66%;
  }
}
#newhome section.experiment-grants .cloud .carousel-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.08);
}
#newhome section.experiment-grants .cloud .carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}
#newhome section.experiment-grants .cloud .carousel-btn.prev {
  left: 18px;
}
#newhome section.experiment-grants .cloud .carousel-btn.next {
  right: 18px;
}
#newhome section.experiment-grants .cloud .grant-card {
  display: flex;
  border-radius: 8px;
  background: #EBEBEB;
  overflow: hidden;
  width: 98vw;
  flex-direction: column;
  box-shadow: 0 0 16px -12px #152231;
  cursor: default;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .grant-card {
    height: 400px;
    width: 800px;
    flex-direction: row;
  }
}
#newhome section.experiment-grants .cloud .grant-card .grant-banner img {
  height: 200px;
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #newhome section.experiment-grants .cloud .grant-card .grant-banner img {
    height: -webkit-fill-available;
    width: 380px;
  }
}
#newhome section.experiment-grants .cloud .grant-card .grant-info {
  display: flex;
  flex-direction: column;
  color: #4a5658;
  padding: 23px 36px;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-logo img {
  max-width: 190px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-stats {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 20px 0;
  border-left: 2px solid #83D4A2;
  padding-left: 20px;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-stats .stat-holder {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-stats p.stat {
  color: #4a5658;
  font-size: 21px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-stats p.label {
  color: #4a5658;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-description p {
  color: #4a5658;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-description .arrow {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #00507A;
  background: #C5D1D4;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-description .arrow i {
  color: #00507A;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-description .arrow:hover {
  transition-duration: 0.3s;
  opacity: 1;
  background: #0E1D21;
  border-color: #0E1D21;
}
#newhome section.experiment-grants .cloud .grant-card .grant-info .grant-description .arrow:hover i {
  color: #FFF;
}
#newhome section.experiment-grants .align-center {
  text-align: center;
  color: #FFF;
}
#newhome section.experiment-grants .carousel-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 0;
}
#newhome section.experiment-grants .breadcrumb-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}
#newhome section.experiment-grants .breadcrumb-dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}
#newhome section.experiment-grants .breadcrumb-dot.active {
  background: rgba(255, 255, 255, 0.8);
  width: 12px;
  height: 12px;
}
#newhome section.experiment-grants .breadcrumb-dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
#newhome h2.section-header {
  font-family: "DentonRegular";
  font-size: 44px;
  color: #FFF;
  letter-spacing: 0.8px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newhome h4.section-subheader {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 15px;
  text-align: center;
  color: #83d4a2;
}
@media (min-width: 768px) {
  #newhome h4.section-subheader {
    font-size: 13px;
    letter-spacing: 1.3px;
    text-align: left;
  }
}
#newhome .btn-primary {
  background-color: #10B777;
  color: #FFF;
}
#newhome .btn-primary:hover {
  background-color: #0dc981;
}

@-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: #FFF;
  opacity: 1;
}
nav.solaris li.nav-item a {
  top: 9px;
  position: relative;
  color: #FFF;
}
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: #101010;
  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.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 {
  background-color: linear-gradient(to bottom, #101010, #0F242B);
  margin-bottom: 120px;
}
.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 .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://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/noise-base.png");
  --glitter2: url("https://d1sg0ksu7mr16v.cloudfront.net/admin_uploads/home/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)), #00C76F 0%, #02ACC5 10%, #02B6A9 55%, #08C540 65%, #0DBA3B 80%, #11B473 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;
}

@media (max-width: 1200px) {
  section.experiment-grants .carousel-btn.prev {
    left: 10px;
  }
  section.experiment-grants .carousel-btn.next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  section.experiment-grants .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  section.experiment-grants .carousel-btn.prev {
    left: 5px;
  }
  section.experiment-grants .carousel-btn.next {
    right: 5px;
  }
}
