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

body {
  color: #333;
  font-family: Manrope variablefont wght, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brand {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

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

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-button {
  padding: 0;
}

.menu-button.w--open {
  background-color: #0000;
}

.logo {
  height: 40px;
}

.flex-hero {
  z-index: 20;
  text-align: left;
  background-color: #f5efea;
  flex-direction: row;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow: 5px 0 150px #33302c0d;
}

.block-hero {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42vw;
  margin: 90px 4vw 10vw;
  display: flex;
}

.heading-hero {
  color: #1b1b1b;
  max-width: 850px;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.heading-hero._01 {
  text-align: left;
}

.heading-hero._02 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-hero._03 {
  color: #fff;
}

.paragraph-large {
  text-align: center;
  max-width: 570px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.66;
}

.paragraph-large._01 {
  color: #747474;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.6;
}

.paragraph-large._02 {
  color: #747474;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 1.4em;
  line-height: 1.6;
  display: block;
}

.paragraph-large._03 {
  color: #1b1b1b;
  text-align: center;
  font-size: 1.1em;
}

.paragraph-large._04 {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.transformed-hero {
  perspective: 1700px;
  background-color: #dfd7d4;
  max-width: 100vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-hero {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #f5efea;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.section_content7 {
  background-color: #f5efea;
}

.padding-global {
  width: 100%;
  min-width: 100%;
  padding: 0 0% 20px;
}

.padding-global._02 {
  padding-top: 60px;
  padding-bottom: 20px;
}

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

.padding-section-large {
  width: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.margin-bottom.margin-small {
  color: #747474;
}

.margin-bottom.margin-small._02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  display: inline-flex;
  position: static;
  overflow: hidden;
}

.margin-bottom.margin-medium {
  padding-bottom: 20px;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.layout238_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.heading-style-h5 {
  color: #1b1b1b;
  font-family: Manrope variablefont wght, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5._01 {
  font-size: 2rem;
  font-weight: 600;
}

.heading-style-h5._10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #c06c84, #6c5b7b 90%, #9382a2);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
  font-weight: 700;
}

.layout238_item {
  text-align: center;
  border: 0 solid #747474;
  border-top-width: .5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout238_item._01 {
  border-top-style: none;
}

.layout238_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-large._02 {
  height: auto;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_component {
  border-bottom: 1px solid #0000;
}

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.footer3_component {
  background-color: #f1f1f1;
  width: 100%;
  height: auto;
}

.text-size-small {
  font-size: .875rem;
}

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  font-size: .7rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  width: 100%;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.link, .link-2 {
  color: #747474;
  text-decoration: none;
}

.html-embed {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding-right: 20px;
  display: flex;
}

.div-block-3 {
  width: 50%;
  min-width: 50%;
  height: 100%;
  min-height: 100%;
  padding-left: 20px;
}

.div-block-4 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

.section-icons {
  background-color: #f5efea;
  height: auto;
}

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

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

.full-width {
  width: 100%;
}

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

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

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

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

.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.is-secondary {
  color: #272531;
  background-color: #0000;
  font-weight: 700;
}

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

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

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

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

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

.lottie-animation {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: 4rem;
  max-height: 4rem;
  display: block;
  position: static;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .logo {
    height: 35px;
  }

  .flex-hero {
    width: 100%;
    min-height: 60vh;
    padding: 130px 10% 90px;
    position: relative;
  }

  .block-hero {
    width: 100%;
    max-width: 550px;
    margin: 0;
  }

  .heading-hero {
    font-size: 4.5vw;
    line-height: 1.1;
  }

  .paragraph-large._01, .paragraph-large._02 {
    font-size: 1.4em;
    line-height: 1.6;
  }

  .transformed-hero {
    overflow: hidden;
  }

  .section-hero {
    max-width: 100vw;
  }

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

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

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

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

  .padding-section-large {
    padding: 6rem 40px;
  }

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

  .layout238_list {
    grid-column-gap: 2rem;
  }

  .heading-style-h5._01 {
    font-size: 1.5rem;
  }

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

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    align-items: flex-end;
    height: 70vh;
    min-height: 70vh;
    display: flex;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 10px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .flex-hero {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .heading-hero {
    font-size: 6vw;
    line-height: 1.1;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-large._01, .paragraph-large._02 {
    font-size: 1.3em;
    line-height: 1.5;
  }

  .paragraph-large._03 {
    font-size: 1em;
  }

  .transformed-hero {
    overflow: hidden;
  }

  .section-hero {
    max-width: 100vw;
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .gallery-scroll-distance {
    height: 102vh;
    margin-top: -20px;
  }

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

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

  .padding-global {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .margin-bottom.margin-medium {
    padding-top: 40px;
  }

  .layout238_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .container-large {
    justify-content: center;
    height: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .html-embed {
    align-items: flex-end;
    height: 70vh;
    min-height: 70vh;
    display: flex;
  }

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

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

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

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

  .title3 {
    font-size: 2em;
  }

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

@media screen and (max-width: 479px) {
  .logo {
    height: 30px;
  }

  .heading-hero {
    font-size: 8vw;
    line-height: 1.1;
  }

  .paragraph-large._01, .paragraph-large._02 {
    font-size: 1.1em;
    line-height: 1.4;
  }

  .transformed-hero {
    overflow: hidden;
  }

  .section-hero {
    max-width: 100vw;
    height: 70vh;
    min-height: 70vh;
  }

  .gallery-scroll-distance {
    margin-top: -20px;
  }

  .copy-medium.text-semibold {
    font-size: 1em;
  }

  .padding-global {
    padding-top: 0;
  }

  .padding-global._02 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-section-large {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .margin-bottom.margin-medium {
    padding-top: 40px;
  }

  .layout238_list {
    grid-template-columns: 1fr;
  }

  .container-large {
    height: auto;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    align-items: flex-end;
    height: 70vh;
    min-height: 70vh;
    display: flex;
    position: relative;
  }

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

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

#w-node-_15b7ecf8-8a80-1075-1fc0-f0fa2f09ecff-7c90d390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a0fd4bd-6801-f3af-545c-808f976f33fe-7c90d390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_6a5b9d91-798b-e7fc-91b3-58e420dc81d9-7c90d390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Manrope variablefont wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}