:root {
  --white: white;
  --black: black;
}

.demo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 600;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nav {
  z-index: 9999;
  position: relative;
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  width: 1.5rem;
  margin-bottom: -12px;
}

.navigation-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #e3e1de;
  background-color: #161616;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.84375rem;
  font-size: 1.25rem;
  display: flex;
}

.navigation-button.white {
  color: #0a0a0a;
  background-color: #fff;
}

.navigation-button.no-bg {
  background-color: #0000;
  padding-left: 1.53125rem;
  padding-right: 1.53125rem;
}

.navigation-button.no-bg.hide-mobile {
  color: #146877;
}

.navigation-button.no-bg.hide-mobile.hide {
  display: none;
}

.btn-text {
  color: #1d5a5d;
}

.nav_border {
  background-image: linear-gradient(90deg, #25203000, #0a0a0a80 50%, #25203000);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

.nav_border.white {
  background-image: linear-gradient(90deg, #fff0, #ffffff80 50%, #fff0);
}

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

.navigation_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.navigation {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading_text {
  color: #0a0a0a;
  letter-spacing: -2px;
  font-size: 6rem;
  line-height: 1;
}

.heading_text.white {
  color: #fff;
  text-align: center;
  font-size: 12rem;
  font-weight: 500;
}

.page-inner {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.btn-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-wrap.hide-desk {
  display: none;
}

.text_24 {
  letter-spacing: -.3px;
  font-size: 1.5rem;
  font-weight: 400;
}

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

.hero {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.hero-section {
  color: #ebebeb;
  background-color: #1a1a1a00;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.matrix-title {
  width: 50%;
  position: absolute;
}

.lottie-animation-5 {
  width: 100%;
}

.questionmark {
  font-size: .9em;
  line-height: 1;
}

.stage-car {
  z-index: 2;
  transform-style: preserve-3d;
  width: 100%;
  padding-left: 1%;
  padding-right: 5%;
  position: relative;
  transform: translate3d(0, 0, 2px);
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular.text-grey {
  font-size: 1.5em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-wrapper {
  grid-column-gap: .4em;
  align-items: center;
  display: flex;
}

.p-xxxs-start {
  padding-top: .5em;
}

.popup-content {
  margin: 4em;
}

.p-xs-start {
  padding-top: 1.6em;
}

.popup-toggle {
  color: #272531;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.popup-toggle:hover {
  opacity: .75;
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1;
}

.stage-inner {
  perspective: 1200px;
  perspective-origin: 62% 70%;
  width: 100%;
  height: 100%;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.stage-objects-wrapper {
  perspective: 1200px;
  perspective-origin: 62% 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stage-shape-right {
  transform-style: preserve-3d;
  background-image: linear-gradient(141deg, #f8f1ec 21%, #d1cbcb);
  width: 100%;
  height: 55vh;
  min-height: 30em;
  max-height: 45em;
  margin-bottom: 18%;
  position: absolute;
  transform: rotateX(0)rotateY(-11deg)rotateZ(0);
}

.sun-page-load-overlay {
  background-color: #fffbf5;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.stage-copy-inner {
  width: 100%;
  margin-top: -2vh;
}

.stage-sun-inner {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.stage-car-shadow {
  width: 100%;
  position: relative;
}

.nav-info-wrapper {
  color: #fffbf5;
  background-color: #272531;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-weight: 700;
  display: flex;
}

.popup-background {
  z-index: 0;
  background-color: #e4d7c9f0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.why-this-site-wrapper {
  z-index: 11;
  position: absolute;
  inset: 4em 0% auto auto;
}

.stage-sun-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 0%;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fffbf5;
  border-radius: 1.3em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.stage-shapes-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}

.sun-page-load {
  background-image: radial-gradient(circle closest-side, #fff6de 7%, #ffde89 65%, #fffcf700);
  width: 25em;
  min-width: 25em;
  height: 25em;
  min-height: 25em;
  margin-top: -10em;
  margin-left: -2em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.stage-car-shine {
  z-index: 3;
  opacity: 0;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle closest-side, #ffde89, #e7e7e700);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-stage {
  height: 200vh;
  position: relative;
}

.save-sion-1 {
  display: block;
}

.stage-car-shadow-wrapper {
  z-index: 0;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 0, 1px);
}

.stage-object-inner {
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stage-copy-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 35.8em;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0;
}

.gutter-outside {
  padding-left: 7em;
  padding-right: 7em;
}

.stage-car-floor {
  width: 88%;
  position: absolute;
  top: auto;
  bottom: 4.5%;
  right: -5%;
}

.stage-shape-right-wrapper {
  perspective: 1200px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sun-scroll-animation {
  opacity: 0;
  background-image: radial-gradient(circle closest-side, #fff6de 7%, #ffde89 65%, #fffcf700);
  width: 25em;
  height: 25em;
  position: absolute;
  inset: -10em auto auto -2em;
}

.stage-car-floor-wrapper {
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button {
  color: #ffde89;
  text-align: center;
  background-color: #272531;
  border: .15em solid #272531;
  border-radius: 999em;
  margin-bottom: 0;
  padding: .9em 1.6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  opacity: .9;
  color: #ffde89;
}

.button:active {
  transform: scale(.95);
}

.button.small {
  font-size: .9em;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.stage-header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.savesion-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  top: 4em;
}

.stage-car-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.stage-wrapper {
  background-image: linear-gradient(#c8c8ca, #dfd7d4 18%, #f5f0ea 76%, #c8c8ca80);
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stage-car-wrapper {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 4% 9% auto;
}

.save-sion-2, .save-sion-3 {
  display: block;
}

.savesion-type {
  align-items: center;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.popup-close {
  z-index: 2;
  color: #ffde89;
  cursor: pointer;
  background-color: #272531;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-close:hover {
  transform: scale(1.1);
}

.nav-2 {
  z-index: 2;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.header-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding-top: 3.9em;
  padding-bottom: 1em;
  display: flex;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-width: 1px;
}

.matrix-animation_component {
  display: block;
  position: absolute;
  inset: 0%;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #ff7676;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-6:hover {
  opacity: .8;
}

.text-size-medium {
  color: #fbf9fc;
  font-size: 1.25rem;
}

.bg-circle {
  z-index: -1;
  opacity: .6;
  filter: blur(30px);
  background-color: #000;
  border-radius: 100%;
  width: 150%;
  height: 150%;
  position: absolute;
}

.heading-xxl {
  color: #fbf9fc;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_tip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.page-wrapper {
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.cta-img-2 {
  object-fit: contain;
  width: 60px;
}

.cta-flex-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e4e4e480;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  align-items: center;
  height: 64px;
  padding: 10px 25px;
  transition: all .2s;
}

.cta-flex-block:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: scale(1.01);
  box-shadow: 0 3px 6px #00000040;
}

.cta-flex-block.aidkit {
  background-color: #afb6ffb3;
  border-color: #a1a9f8;
  flex-direction: column;
  height: auto;
}

.link-wrap-cta {
  text-decoration: none;
}

.aidkit-wrapper {
  align-items: stretch;
}

.cta-container {
  z-index: 999999999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 10px 0% auto;
}

.cta-heading {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.cta-heading.sub {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 15px;
}

.cta-heading.border {
  text-transform: capitalize;
  background-color: #afb6fe;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.cta-heading.aidkit {
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
}

.empty-spacer {
  width: 0;
  height: 0;
}

.empty-spacer._2-0 {
  height: 5px;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.assulin-com-link {
  z-index: 999;
  color: #d1d1d1;
  text-align: left;
  text-decoration: none;
}

.assulin-com-link:hover {
  color: #c7ccff;
  text-decoration: none;
}

.text-wrap-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.marquee-horizontal {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-break: break-all;
  overflow-wrap: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.webflow-text-span {
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/644c5b63e523893746b52c7c_62c41f7269b0da78165bc220.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  margin-left: 5px;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #ff7676;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-7:hover {
  opacity: .8;
}

.button-8 {
  color: #ffde89;
  text-align: center;
  background-color: #272531;
  border: .15em solid #272531;
  border-radius: 999em;
  margin-bottom: 0;
  padding: .9em 1.6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button-8:hover {
  opacity: .9;
  color: #ffde89;
}

.button-8:active {
  transform: scale(.95);
}

.button-8.small {
  font-size: .9em;
}

.video-teaser-play-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto auto 1em 1em;
}

.container-w1 {
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
}

.video-teaser-caption-wrapper {
  text-align: left;
  flex: 1;
}

.p-sm-start {
  padding-top: 3em;
}

.video-teaser-video-wrapper {
  width: 18em;
  position: relative;
}

.extra-large {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.2em;
  font-weight: 700;
  line-height: 1.05;
}

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

.play-icon {
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.p-sm-end {
  padding-bottom: 3em;
}

.powered-by-the-sun-wrapper {
  background-image: linear-gradient(#c8c8ca80, #fffbf533 48%);
  position: relative;
}

.p-xl-start {
  padding-top: 8.5em;
}

.play-button {
  color: #272531;
  background-color: #fffbf5;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.powered-by-the-sun-inner {
  z-index: 11;
  position: relative;
}

.copy-small {
  line-height: 1.4em;
}

.width-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.p-xxs-start {
  padding-top: 1.1em;
}

.button-9 {
  color: #ffde89;
  text-align: center;
  background-color: #272531;
  border: .15em solid #272531;
  border-radius: 999em;
  margin-bottom: 0;
  padding: .9em 1.6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button-9:hover {
  opacity: .9;
  color: #ffde89;
}

.button-9:active {
  transform: scale(.95);
}

.button-9.is-secondary {
  color: #272531;
  background-color: #0000;
  font-weight: 700;
}

.button-9.is-secondary:hover {
  opacity: 1;
  color: #ffde89;
  background-color: #272531;
  border-color: #0000;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.container-w3 {
  width: 100%;
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.video-teaser-video {
  z-index: 1;
  border-radius: 1em;
  height: 0;
  margin-top: -22px;
  margin-left: 0;
  padding: 59% 0 303px;
}

.video-teaser-wrapper {
  grid-column-gap: 2.5em;
  align-items: flex-start;
  padding-left: 7.2em;
  padding-right: 5em;
  display: flex;
}

.gallery-lightbox-thumbnail {
  object-fit: cover;
  border-radius: .9em;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.gallery-lightbox-thumbnail:hover {
  transform: scale(1.15);
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.gallery-item-content-wrapper {
  z-index: 3;
  align-items: center;
  max-width: 46em;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gallery-lightbox-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 27em;
  display: flex;
}

.gallery-lightbox-wrapper {
  border-radius: .9em;
  width: 8vw;
  min-width: 8em;
  max-width: 10em;
  height: 8vw;
  min-height: 8em;
  max-height: 10em;
  overflow: hidden;
}

.lightbox-bg-image-wrapper {
  opacity: .7;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #dadada00, #15141ac7);
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-link {
  color: #272531;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: #fffbf5;
}

.hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
}

.hero-image-wrapper {
  position: relative;
  overflow: hidden;
}

.has-parallax-effect {
  background-color: #000;
  position: relative;
}

.container-w4 {
  width: 100%;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.button-10 {
  color: #ffde89;
  text-align: center;
  background-color: #272531;
  border: .15em solid #272531;
  border-radius: 999em;
  margin-bottom: 0;
  padding: .9em 1.6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button-10:hover {
  opacity: .9;
  color: #ffde89;
}

.button-10:active {
  transform: scale(.95);
}

.button-10.is-secondary {
  color: #272531;
  background-color: #0000;
  font-weight: 700;
}

.button-10.is-secondary:hover {
  opacity: 1;
  color: #ffde89;
  background-color: #272531;
  border-color: #0000;
}

.power-bank-gradient {
  background-image: linear-gradient(#e0e0e000, #c8c8ca);
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.full-width {
  width: 100%;
}

.section-power-sharing {
  background-image: linear-gradient(#c8c8ca, #dfd7d4 42%, #fffbf500);
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.feature-tab-media {
  width: 100%;
  height: 0%;
  padding-top: 100%;
}

.divider {
  background-color: #c8c8ca;
  width: 100%;
  height: 1px;
}

.pause-icon {
  align-items: center;
  width: .6em;
  height: 1em;
}

.feature-tab-copy-wrapper {
  display: none;
}

.feature-tab-nav-link {
  opacity: .6;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2em;
  transition: opacity .2s;
  display: block;
}

.feature-tab-nav-link:hover {
  opacity: 1;
}

.feature-tab-nav-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #272531;
}

.play-pause-state {
  justify-content: flex-start;
  align-items: center;
}

.feature-tabs-nav-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 37%;
  min-width: 26em;
  margin-right: 9em;
  display: flex;
}

.feature-tabs-component {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-tab-content-wrapper {
  flex: 1;
}

.specs-wrapper {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.specs-image-wrapper {
  flex: 1;
  padding-top: 10em;
}

.specs-image {
  width: 100%;
}

.specs-cms-data-wrapper {
  width: 52%;
}

.sunset-sticky {
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sunset-image {
  width: 100%;
}

.sunset-sun {
  background-image: radial-gradient(circle closest-side, #fffbf5 7%, #ffde89 50%, #fffcf700);
  width: 10vw;
  height: 10vw;
  margin-left: -33%;
  position: absolute;
}

.sunset-savesion-text {
  display: none;
}

.sunset-inner {
  color: #fffbf5;
  background-image: linear-gradient(#dfd7d4, #ffedbf 10%, #ffefc7 45%, #6198b2 65%);
  height: 500vh;
  position: relative;
}

.sunset-title-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sunset-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -10vh;
  position: absolute;
}

.sunset-title {
  text-align: center;
  letter-spacing: -.1em;
  justify-content: center;
  width: 100%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.sunset-sun-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sunset-savesion-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sunset-title-text {
  color: #e7ae1a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 500;
  line-height: .95;
}

.no-underline {
  text-decoration: none;
}

.opacity-50 {
  opacity: .5;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.footer {
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.overflow {
  width: 100%;
  overflow: hidden;
}

.hero-circle-2 {
  z-index: 1;
  filter: saturate(120%) invert();
  width: 30em;
  position: absolute;
  inset: 16% -5% auto auto;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  inset: auto 8% 25% auto;
  transform: none;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.footer-section {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.secondary {
  color: #040915;
  border: 1px solid #040915;
  transition: color .4s, background-color .4s;
}

.btn.secondary:hover {
  color: #f1f0ef;
  background-color: #040915;
}

.btn.bigger {
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.btn-gradient {
  color: #f1f0ef;
}

.btn.btn-gradient:hover {
  color: #040915;
}

.btn.btn-gradient.stagger-text:hover {
  color: #f1f0ef;
}

.footer-link {
  color: #f1f0ef;
  letter-spacing: -.01em;
  font-size: 1.32em;
  transition: color .4s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fe7505;
}

.hero-heading-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.rel {
  position: relative;
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.footer-link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.footer-link-grid.btm {
  grid-column-gap: 2em;
  grid-template-columns: max-content max-content max-content max-content max-content;
  place-items: center end;
  margin-top: 2em;
}

.h-services-person {
  width: 9.72em;
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  inset: auto auto 20% 11%;
  transform: none;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  inset: 15% auto auto -10%;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._4 {
  width: 1.32em;
  inset: auto 0% 31% auto;
}

.h-about-star._3 {
  width: 2em;
  inset: auto -8% 36% auto;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.hero-blur {
  z-index: 2;
  background-color: #00000003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-circle-2 {
  z-index: 1;
  filter: invert();
  width: 23.5em;
  position: absolute;
  inset: -2% -7% auto auto;
}

.h-services-bg {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  background-image: url('../images/bb.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.testimonial-author-info {
  margin-left: 2em;
}

.cta-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-wrapper.cta {
  overflow: visible;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.aluce-circle {
  align-self: flex-end;
  width: 44em;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.img-parent.h-services {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 3% 5vw;
}

.img-parent.h-services._4 {
  inset: 13% auto auto 7vw;
}

.img-parent.h-services._3 {
  inset: auto auto 38% 18vw;
}

.img-parent.h-services._5 {
  inset: 3% 7vw auto auto;
}

.img-parent.h-services._2 {
  inset: auto 4vw 25% auto;
}

.m-project-site-img {
  display: none;
}

.hero-heading-move {
  display: inline-block;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.social-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.hero-circle-1 {
  z-index: 1;
  width: 25vw;
  position: absolute;
  inset: 39% auto auto -1.5vw;
}

.cta-circle-1 {
  z-index: 1;
  width: 21.04em;
  position: absolute;
  inset: 56% auto auto -6.5vw;
}

.half {
  width: 100%;
}

.container-2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.flex-cc-v.is--cta, .container-2.flex-cc-v.is--hero {
  z-index: 2;
  height: 100%;
}

.container-2.flex-v {
  flex-direction: column;
  display: flex;
}

.logo-tag {
  letter-spacing: -.01em;
  font-size: 1.32em;
  line-height: 1.35;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  inset: 25% 16vw auto auto;
  transform: none;
}

.testimonial {
  text-align: left;
  max-width: 21ch;
  font-size: 3.33em;
  line-height: 1.2;
}

.social-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: #fe7505;
}

.cta-heading-line-wrapper {
  align-self: flex-start;
  margin-top: .5em;
  margin-left: 5.5vw;
  padding-left: 0;
}

.cta-heading-line-wrapper.top {
  margin-top: 0;
  margin-left: -4vw;
}

.project-title {
  color: #040915;
  align-items: flex-end;
  display: flex;
}

.p-full {
  max-width: none;
}

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 7.15em;
  font-weight: 500;
  line-height: 1.32;
}

.super-text.no-break {
  white-space: nowrap;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.footer-link-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 14% auto auto -3vw;
  transform: rotate(-90deg);
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  inset: auto auto 12% 21%;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.poster-img._2 {
  width: 15.9em;
  bottom: 11%;
  right: -.5%;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.poster-img._3 {
  z-index: 2;
  height: 23em;
  bottom: -15%;
  right: 11%;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.inline {
  align-self: flex-start;
  display: inline-block;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
}

.div-hide.is--mobile {
  display: none;
}

.hero-2 {
  height: 100vh;
  position: relative;
}

.hero-2.is--home {
  padding-top: 10em;
  padding-bottom: 7em;
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.sm-upper.footer {
  padding: 0;
  font-size: 1.32em;
  line-height: 1;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.m-hero-container {
  display: none;
}

.section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.is--bigger {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.is--services {
  justify-content: center;
  align-items: center;
  height: 62em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.is--cta {
  padding-top: 11em;
  padding-bottom: 12em;
  position: relative;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.btn-text-2 {
  font-size: 1.32em;
}

.h-services-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-author-img-parent {
  width: 6.53em;
  height: 6.53em;
  position: relative;
  overflow: visible;
}

.spacer-0-5em {
  width: 0;
  height: .5em;
}

.project-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-card-bg.bg-thats-clutch {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.footer-logo {
  margin-bottom: 1.53em;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.testimonial-author-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100vw;
  width: 6.53em;
  height: 6.53em;
}

.testimonial-author-img.top {
  object-position: 50% 0%;
}

.project-img-1.thats-clutch-app {
  width: 20.3em;
  height: 34.7em;
  position: absolute;
  inset: auto auto -29% 0;
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.project-card-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.36em;
  height: 38.19em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project-site-img {
  width: 43.47em;
  margin-top: -3%;
  position: absolute;
}

.btn-wrapper {
  align-self: center;
  display: inline-block;
}

.testimonial-author-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .heading_text.white {
    font-size: 8rem;
  }

  .hero-section {
    height: 40vh;
  }

  .matrix-title {
    width: 70%;
  }

  .lottie-animation-5 {
    height: 100%;
  }

  .stage-copy-inner {
    width: 80%;
    max-width: 47em;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .stage-copy-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 70%;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .stage-car-floor {
    width: 100%;
    right: 0%;
  }

  .stage-wrapper {
    min-height: 63em;
  }

  .stage-car-wrapper {
    width: 90%;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .button-6 {
    white-space: nowrap;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-7 {
    white-space: nowrap;
  }

  .extra-large {
    font-size: 4.25em;
  }

  .gallery-scroll-distance {
    height: 105vh;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-lightbox-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    max-width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-bg-image-wrapper {
    opacity: .3;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .feature-tab-copy-wrapper {
    padding-bottom: 2em;
  }

  .feature-tab-nav-link {
    border-bottom: 2px solid #0000;
    border-left-width: 0;
    padding-left: 0;
  }

  .feature-tab-nav-link.w--current {
    border-bottom: 2px solid #000;
    border-left-width: 0;
  }

  .feature-tabs-nav-wrapper {
    width: 100%;
    min-width: auto;
  }

  .feature-tabs-component {
    flex-direction: column;
    display: block;
  }

  .feature-tab-content-wrapper {
    flex: none;
    width: 100%;
    margin-top: 2em;
  }

  .feature-tab-nav-title-wrapper {
    font-size: 1.3em;
  }

  .specs-wrapper {
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .specs-image-wrapper {
    order: 1;
    width: 100%;
    padding-top: 0;
  }

  .specs-cms-data-wrapper {
    width: 100%;
  }

  .sunset-savesion-text {
    display: block;
  }

  .sunset-image-wrap {
    margin-bottom: 0;
  }

  .sunset-savesion-wrapper {
    z-index: 2;
    height: 65%;
  }

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

  .hero-circle-2 {
    width: 45vw;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .footer-link {
    font-size: 19px;
  }

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .label-3-wrapper {
    transform: none;
  }

  .footer-link-grid.btm {
    margin-top: 4vw;
  }

  .h-services-person, .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cta-circle-2 {
    width: 28vw;
    top: -7%;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round {
    background-image: none;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .cta-heading-wrapper {
    text-align: center;
    margin-bottom: 1vw;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .img-parent.h-services {
    flex: none;
    margin-right: 5em;
    position: static;
  }

  .img-parent.h-services._4 {
    display: none;
  }

  .hero-circle-1 {
    width: 28vw;
    top: 50%;
  }

  .cta-circle-1 {
    width: 26vw;
    top: 62%;
    left: -6vw;
  }

  .half {
    width: 100%;
  }

  .logo-tag {
    font-size: 19px;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .cta-heading-line-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .super-text {
    font-size: 7.7vw;
  }

  .super-text.no-break.cta {
    font-size: 7.5vw;
  }

  .footer-link-wrapper {
    align-items: flex-start;
    margin-top: 10vw;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .hero-2 {
    height: 80vh;
  }

  .hero-2.is--home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .sm-upper {
    font-size: 16px;
  }

  .sm-upper.footer {
    font-size: 19px;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--cta {
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .section.is--project {
    padding-bottom: 10vw;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .btn-text-2 {
    font-size: 2.5vw;
  }

  .btn-text-2.text-white {
    font-size: 19px;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-button.white {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    padding: .5rem 1rem;
  }

  .navigation-button.no-bg.hide-mobile {
    display: none;
  }

  .navigation-button.no-bg.hide-mobile.show {
    display: flex;
  }

  .navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading_text.white {
    font-size: 5rem;
  }

  .btn-wrap.hide-desk {
    display: flex;
  }

  .hero-section {
    height: 30vh;
  }

  .matrix-title {
    width: 80%;
  }

  .lottie-animation-5 {
    height: 100%;
  }

  .title4, .stage-copy-title-wrapper {
    font-size: 1.5em;
  }

  .popup-content {
    margin: 3em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title1 {
    font-size: 3.4em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .stage-objects-wrapper {
    height: auto;
    padding-bottom: 5em;
    position: relative;
  }

  .stage-shape-right {
    min-height: 20em;
    margin-bottom: 0%;
    bottom: 53%;
  }

  .why-this-site-wrapper {
    top: 2em;
  }

  .stage-sun-wrapper {
    position: relative;
  }

  .sun-page-load {
    width: auto;
    min-width: 17em;
    margin-top: -11em;
  }

  .section-stage {
    height: auto;
    min-height: 100vh;
  }

  .stage-object-inner {
    height: auto;
    position: static;
  }

  .stage-copy-wrapper {
    align-items: flex-start;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 11vh;
    position: relative;
  }

  .stage-car-floor {
    bottom: -7.5%;
  }

  .stage-shape-right-wrapper {
    display: block;
    position: static;
  }

  .sun-scroll-animation {
    width: auto;
    min-width: 17em;
    height: 17em;
  }

  .savesion-wrapper {
    top: 2em;
  }

  .stage-wrapper {
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    position: relative;
  }

  .stage-car-wrapper {
    position: static;
  }

  .savesion-type-wrapper {
    width: 100%;
  }

  .nav-2 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #fffbf5e8;
    border-radius: 2em 2em 0 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: auto 0% -1px;
    box-shadow: 0 12px 3em #00000012;
  }

  .header-inner {
    grid-column-gap: .6em;
    padding: 1em;
  }

  .header-button-wrapper {
    flex: 1;
  }

  .header-button.secondary {
    width: 100%;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .video-teaser-caption-wrapper {
    text-align: center;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .video-teaser-video-wrapper {
    flex: none;
    width: 50%;
  }

  .extra-large {
    font-size: 3.4em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .powered-by-the-sun-content-wrapper {
    margin-top: -3em;
  }

  .powered-by-the-sun-inner {
    z-index: 0;
  }

  .title3 {
    font-size: 2em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .section-powered-by-the-sun {
    z-index: 0;
  }

  .video-teaser-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .gallery-lightbox-wrapper {
    width: 43%;
    max-width: none;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .feature-tabs-component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sunset-image-wrap {
    width: 150%;
  }

  .sunset-title {
    max-width: 45em;
  }

  .sunset-title-text {
    font-size: 4em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .hero-circle-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .btn.bigger.btn-gradient {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .footer-link-grid {
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    justify-items: start;
    width: 100%;
    margin-bottom: 2.5vw;
  }

  .footer-link-grid.btm {
    grid-row-gap: 5vw;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .h-about-star {
    display: none;
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .img-parent.h-services {
    margin-top: 8%;
    margin-right: 18vw;
  }

  .img-parent.h-services._4 {
    margin-top: 0%;
  }

  .img-parent.h-services._3 {
    margin-top: -1%;
  }

  .img-parent.h-services._5 {
    margin-top: -2%;
  }

  .img-parent.h-services._2 {
    margin-top: 6%;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    inset: auto auto -3% 4%;
    transform: rotate(-5.5deg);
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .container-2.flex-v {
    width: 90%;
  }

  .logo-tag {
    display: none;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .super-text {
    flex: none;
    font-size: 20vw;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .poster-img._2, .poster-img._1, .poster-img._3 {
    display: none;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .div-hide {
    display: none;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .div-hide.is--always, .div-hide.is--mobile {
    display: block;
  }

  .hero-2.is--home {
    width: 100%;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .m-hero-container {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: hidden;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .testimonial-author-img-parent {
    width: 16vw;
    height: 16vw;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .testimonial-author-img.top {
    width: 16vw;
    height: 16vw;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    inset: 1% -9% auto auto;
    transform: rotate(17.6deg);
  }

  .label-1-wrapper {
    top: 5%;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .project-site-img {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navigation-button {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navigation-button.white {
    display: flex;
  }

  .navigation_buttons-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    margin-right: 0;
  }

  .navigation {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading_text.white {
    letter-spacing: normal;
    font-size: 5rem;
  }

  .matrix-title {
    width: 80%;
  }

  .sun-page-load-overlay {
    display: none;
  }

  .stage-copy-inner {
    width: auto;
  }

  .stage-wrapper {
    background-image: linear-gradient(#c8c8ca, #dfd7d4 18%, #f5f0ea 76%, #c8c8ca80);
    flex-direction: column;
    justify-content: center;
  }

  .header-button-wrapper.is-portfolio {
    display: none;
  }

  .header-button.secondary {
    font-size: .85em;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .section_tip {
    overflow: visible;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-teaser-video-wrapper {
    width: 80%;
    max-width: 25em;
  }

  .extra-large {
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 2.5em;
    line-height: 1;
  }

  .gallery-lightbox-list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .gallery-lightbox-wrapper {
    min-height: 7em;
  }

  .feature-tabs-component {
    grid-template-columns: 1fr;
  }

  .sunset-sun {
    transform: scale(4);
  }

  .hero-circle-2 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn.bigger {
    padding: 19px 57px;
  }

  .footer-link-grid.btm {
    justify-items: start;
    margin-top: 12vw;
  }

  .h-services-person {
    width: 30vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .container {
    width: 90%;
  }

  .cta-circle-2 {
    width: 40vw;
    top: 0%;
    left: -17%;
    right: auto;
  }

  .h-services-bg.bg-dark-gradient.round {
    margin-top: 15vw;
  }

  .testimonial-author-info {
    margin-top: 0;
    margin-left: 8vw;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .hero-circle-1 {
    width: 56vw;
    left: -35%;
  }

  .cta-circle-1 {
    top: 72%;
    left: auto;
    right: -6vw;
  }

  .container-2.flex-cc-v.is--cta {
    align-items: flex-start;
  }

  .testimonial {
    text-align: left;
  }

  .cta-heading-line-wrapper.top {
    margin-left: 0;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .super-text {
    font-size: 20vw;
  }

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 13.5vw;
  }

  .recent-project-label {
    display: none;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .hero-h1 {
    font-size: 12vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .hero-2.is--home {
    min-height: 100vh;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .section.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .section.is--cta {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-text-2 {
    font-size: 19px;
  }

  .testimonial-author-img-parent {
    flex: none;
    width: 18vw;
    height: 18vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .testimonial-author-img, .testimonial-author-img.top {
    width: 18vw;
    height: 18vw;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
  }

  .testimonial-author-wrapper {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 12vw;
  }
}

#w-node-_78bd7a6b-b606-eed7-0123-0fbacb57da1a-b297bf79, #w-node-_78bd7a6b-b606-eed7-0123-0fbacb57da20-b297bf79, #w-node-_78bd7a6b-b606-eed7-0123-0fbacb57da26-b297bf79 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_78bd7a6b-b606-eed7-0123-0fbacb57da92-b297bf79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_78bd7a6b-b606-eed7-0123-0fbacb57da9f-b297bf79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


