@font-face {
  font-family: Alexerpro;
  src: url('../fonts/AlexerPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  height: auto;
}

.about {
  position: relative;
}

.featureimage {
  display: none;
  overflow: hidden;
}

.body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
  font-family: Alexerpro, Arial, sans-serif;
  display: block;
}

.navbar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 8vh;
  margin-left: 0;
  padding: 10px 64px;
  display: grid;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.container {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
}

.nav-link {
  opacity: 1;
  color: #fff;
  padding: 0;
  font-family: Alexerpro, Arial, sans-serif;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  padding: 0;
}

.container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 90vh;
  min-height: 70vh;
  display: grid;
  overflow: hidden;
}

.image {
  max-width: 70%;
}

.herowrapper {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding: 40px 64px;
  display: flex;
  overflow: visible;
}

.image-2 {
  min-width: 70%;
  max-width: 70%;
  margin-top: 40px;
}

.buttonwrapper {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  margin-bottom: 20px;
  display: flex;
}

.buttonclass {
  aspect-ratio: auto;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #000;
  background-image: none;
  border-radius: 4000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50%;
  max-width: 100%;
  padding: 18px 20px;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: inset 0 0 .25px 1.25px #262524, inset 3px 5px 2px -4.75px #fff, inset 1.25px 1.5px 5px #000000bf, inset 0 4.5px .25px -2.5px #fbfbfb, inset 1px 1px 3px 3px #1a1818, inset 0 -3px 1px #00000080, inset 2.5px -2px 3px #7c6c5ebf, inset 0 -3px 3px 1px #fff5dd1a;
}

.buttonclass:where(.w-variant-006e7e18-299d-caf6-72c8-35007e5e3b53) {
  border-color: #ffffff80;
}

.text-block {
  color: #fff;
  padding-top: 1px;
  font-size: 18px;
  display: none;
}

.text-block:where(.w-variant-c2f6fb49-4ec1-415a-4fe9-2634990be4be) {
  color: #000;
}

.text-block:where(.w-variant-006e7e18-299d-caf6-72c8-35007e5e3b53) {
  display: none;
}

.aboutwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 56px;
  margin-bottom: 14px;
  font-size: 96px;
  font-weight: 300;
  line-height: 110px;
}

.heading.headinganimated {
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
}

.heading.headingabout {
  color: #000;
  font-family: Baskervville, sans-serif;
}

.paragraph {
  color: #fff;
  text-align: justify;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.textdiv {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 70vh;
  display: grid;
  position: sticky;
  top: 10vh;
}

.image-3 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-4, .image-5 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.image-6 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.membershipswrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.heading-2 {
  text-align: center;
  white-space: break-spaces;
  word-break: keep-all;
  width: 100%;
  max-width: 100%;
  font-size: 165px;
  line-height: 250px;
  position: static;
  overflow: clip;
}

.sticky-column {
  object-fit: fill;
  height: 100%;
  margin-bottom: 34px;
  padding-bottom: 102px;
  position: relative;
}

.imagesdiv {
  width: 100%;
  position: relative;
}

.imagesdiv.imagesdivright {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: static;
}

.imagedivright {
  z-index: 0;
  width: 100%;
  display: block;
  position: relative;
}

.headingmembershipwrapper {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.membershipcardswrapper {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
  position: relative;
}

.membershipcard {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(#000, #000);
  background-position: 0 0;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  height: 75vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: 15vh;
}

.membershipcard.startercard {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#000, #000);
  background-position: 0 0;
  border-radius: 0;
  justify-content: space-between;
  width: 40%;
}

.membershipcard.evolutioncard {
  background-image: linear-gradient(#000, #000);
  background-position: 0 0;
  width: 40%;
  display: none;
}

.membershipcardtitle {
  color: #fff;
  text-align: center;
  column-count: auto;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 80px;
  position: static;
}

.image-7 {
  z-index: -10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.headingmembershipdiv {
  z-index: -100;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

.divfiller {
  height: 70vh;
}

.buttonmembershipwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: grid;
  position: sticky;
  top: 85vh;
}

.missionwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.logotextwrapper {
  width: 50%;
}

.textbuttonwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  font-size: 24px;
  font-weight: 300;
  line-height: 148%;
  display: grid;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127px;
}

.div-block-3, .logowrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 150px;
}

.divfiller2 {
  height: 10vh;
}

.horizontal-scroll {
  display: none;
  overflow: clip;
}

.projects_content-wrapper-nonmobile {
  box-sizing: content-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300%;
  height: 400vh;
  padding-bottom: 10vh;
  display: block;
}

.projects_content-wrapper-nonmobile.project-nonmobile {
  overflow: clip;
}

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

.missionscrollwrapper {
  z-index: 1000;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  border: 3px solid #000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: auto;
  height: auto;
  display: grid;
  position: relative;
}

.horizontalscrollwrapper {
  box-sizing: border-box;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 15vh;
  overflow: visible;
}

.carruselwrapper {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  padding: 32px 64px;
  display: none;
  position: static;
}

.carruselitemwrapper {
  background-color: #000;
  border: 2px solid #000;
  height: 50vh;
}

.text-block-2 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.featureimagewrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 64px 0;
  display: flex;
  overflow: hidden;
}

.logowrapperfeature {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.textwrapperfeature {
  z-index: 0;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  display: none;
  position: static;
}

.imagewrapperfeature {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: 65vh;
  display: grid;
  position: relative;
  overflow: clip;
}

.buttonwrapperfeature {
  display: none;
}

.featureimagegrid {
  z-index: -10000;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
  position: relative;
}

.image-9 {
  flex: 0 auto;
  width: 130px;
  height: 130px;
}

.heading-5 {
  z-index: -2000;
  color: #fff;
  white-space: nowrap;
  font-size: 124px;
  font-style: normal;
  line-height: 156px;
  position: relative;
}

.heading-5.headingtext2 {
  margin-left: -194vw;
}

.heading-5.headingtext2.headingtexttest {
  color: #000;
}

.image-10 {
  z-index: 10;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: clip;
}

.mission2wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 23px 64px;
  display: grid;
}

.mission2col1wrapper {
  z-index: -100;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 65px;
  padding-bottom: 65px;
  display: grid;
  position: relative;
}

.mission2col2wrapper {
  z-index: -100;
  border-radius: 40px;
  height: 100%;
  position: relative;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100px;
}

.paragraph-3 {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  line-height: 150%;
}

.image-11 {
  filter: grayscale();
  object-fit: cover;
  border-radius: 40px;
  height: 100%;
}

.mission2logowrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-12 {
  z-index: -200;
  background-color: #000;
  border-radius: 4000px;
  position: relative;
}

.paragraph-4 {
  z-index: 300;
  box-sizing: border-box;
  white-space: nowrap;
  display: none;
  position: relative;
  overflow: visible;
}

.logoandtext {
  position: relative;
}

.ctawrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: auto;
  padding: 32px 0 32px 64px;
  display: grid;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 130px;
}

.image-13 {
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.footerwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  max-width: 100%;
  height: auto;
  padding: 10px 64px;
  display: grid;
}

.footerlogowrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footerlinks {
  color: #fff;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footerlinkswrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  display: none;
}

.footersocials {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footercopyright {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.text-block-3 {
  color: #fff;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  display: block;
}

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

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-14 {
  object-fit: cover;
  overflow: visible;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.background-video {
  object-position: 50% 50%;
  height: 100%;
  min-height: 80vh;
  overflow: clip;
}

.videowrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: block;
  position: relative;
  overflow: clip;
}

.text-block-4 {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.image-16, .vertical-scroll-mobile {
  display: none;
}

.projects_content-wrapper-mobile {
  box-sizing: content-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300%;
  height: 400vh;
  padding-bottom: 10vh;
  display: block;
}

.projects_content-wrapper-mobile.project-mobile {
  overflow: visible;
}

.projects_content-wrapper-mobile.project-mobile.vertical-scroll-project {
  width: auto;
  height: auto;
  padding-bottom: 0;
}

.verticalscrollwrapper {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: static;
  top: 15vh;
  overflow: visible;
}

.missionscrollwrappermobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100vw;
  height: auto;
  display: grid;
  position: static;
}

.carruselwrappermobile {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
}

.featureimagegridmobile {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
  position: static;
}

.carruselitemwrappermobile {
  background-color: red;
  height: 50vh;
}

.logonavmobile {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.logonavmobile.logofooter {
  display: block;
}

.text-span {
  font-weight: 300;
  text-decoration: line-through;
}

.bold-text {
  font-weight: 300;
}

.imagewrapper {
  object-fit: fill;
  height: 25%;
  min-height: 25%;
  overflow: visible;
}

.button {
  background-color: #0000;
  background-image: url('../images/tiktokLogoBW.svg');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: scroll;
  font-size: 0;
}

.button.buttonig {
  background-image: url('../images/igLogoBW.svg');
}

.button.buttonwsp {
  background-image: url('../images/wspSVG.svg');
}

.image-17, .verticalscroll {
  display: none;
}

.div-block-11 {
  background-color: #fff;
  display: flex;
}

.carruselitemswrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featuretext {
  z-index: -10;
  color: #fff;
  white-space: nowrap;
  width: 400%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 124px;
  font-style: normal;
  line-height: 156px;
  display: none;
  position: relative;
  overflow: clip;
}

.featuretext.headingtext2 {
  margin-left: -194vw;
}

.featuretext.headingtext2.headingtexttest {
  color: #000;
}

.div-block-12 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.membershipcarddiv {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15vh;
  display: flex;
  position: sticky;
  top: 15vh;
}

.membershipcarddiv.membershipcarddiv2, .membershipcarddiv.membershipcarddiv3 {
  justify-content: flex-end;
  align-items: center;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #000;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item-bottom-wrapper {
  padding-left: 0%;
  font-size: 16px;
  overflow: hidden;
}

.accordion {
  border-bottom: 0 #fff;
  padding: 10px;
}

.p-accordion-answer {
  color: #fff;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #000;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-3 {
  background-color: #000;
  width: 100%;
  max-width: none;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
  display: none;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.text-block-5 {
  color: #fff;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.carruselimage {
  object-fit: fill;
  max-width: none;
  overflow: hidden;
}

.image-18 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: clip;
}

.membershipsabout {
  display: none;
}

.heading-8 {
  color: #000;
  font-family: Baskervville, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 140px;
}

.heroaboutwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.headingabout {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 80%;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 110px;
  display: block;
}

.headingabout.headingcontact {
  color: #000;
}

.imageabouthero {
  object-fit: contain;
  width: 50%;
  max-width: 50%;
  height: 85vh;
  overflow: clip;
}

.image-19 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: clip;
}

.paragraph-5 {
  color: #fff;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.membershipsimagewrapper {
  background-image: linear-gradient(#00000040, #00000040), url('../images/fondoCarrusel.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-flow: column;
  padding: 32px 64px;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 63px;
}

.membershipsdivabout {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 43px;
  display: flex;
}

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

.productsaboutwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 32px 64px;
  display: grid;
  overflow: hidden;
}

.heading-10 {
  text-transform: uppercase;
  font-family: Baskervville, sans-serif;
  font-size: 3.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 80px;
  display: none;
}

.productsaboutcol1 {
  object-fit: cover;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: clip;
}

.productsaboutcol2 {
  display: block;
  overflow: clip;
}

.productsaboutcol3 {
  max-height: 25vh;
  display: block;
  overflow: clip;
}

.productsaboutcol3bottom {
  object-fit: contain;
  max-height: none;
  display: block;
  overflow: clip;
}

.image-21 {
  filter: grayscale();
  object-fit: cover;
  min-height: 100%;
}

.image-22 {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  width: auto;
  height: 100%;
  max-height: none;
  overflow: clip;
}

.image-23 {
  object-fit: contain;
  min-height: 100%;
  max-height: 100%;
  overflow: clip;
}

.image-24 {
  width: 100%;
  max-height: 100%;
}

.image-25 {
  filter: grayscale();
  object-fit: cover;
  min-width: 100%;
  height: auto;
  min-height: auto;
  overflow: clip;
}

.faqwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 64px;
  display: flex;
}

.imagewrapperfaq {
  width: 50%;
  max-width: 50%;
}

.text-block-6 {
  color: #fff;
  display: none;
}

.heading-11 {
  color: #000;
  text-align: left;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 110px;
}

.accordionwrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accesoriesaboutwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 32px 64px;
  display: grid;
}

.paragraph-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.5rem;
  font-style: normal;
  line-height: 80px;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.marquee-horizontal {
  z-index: -10;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 16vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 124px;
  line-height: 156px;
}

.track-horizontal {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16 {
  width: 100%;
}

.div-block-16:where(.w-variant-006e7e18-299d-caf6-72c8-35007e5e3b53) {
  font-family: Alexerpro, Arial, sans-serif;
}

.div-block-17 {
  background-image: url('../images/aboutAccesories1.webp');
  background-position: 0 0;
  background-size: cover;
  height: 40vh;
}

.div-block-18 {
  background-image: url('../images/aboutAccesories2.webp');
  background-position: 0 0;
  background-size: cover;
  height: 40vh;
}

.div-block-19 {
  background-image: url('../images/aboutAccesories3.webp');
  background-position: 50%;
  background-size: cover;
  height: 65vh;
}

.image-28 {
  filter: grayscale();
}

.contactwrapper {
  padding: 32px 64px;
}

.image-29, .image-30 {
  object-fit: cover;
  border-radius: 0;
  width: 90%;
  height: 45%;
  max-height: 45%;
}

.paragraph-7 {
  color: #0000;
  width: 90%;
  display: none;
}

.image-31 {
  object-fit: cover;
  border-radius: 0;
  width: 90%;
  height: 90%;
}

.text-span-2, .text-span-3 {
  text-decoration: line-through;
}

.membershiptitle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.membershipsubtitle {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-family: Alexerpro, Arial, sans-serif;
}

.membershipfeatures {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.membershipfeatureblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 50%;
  display: flex;
}

.membershipimage {
  color: #fff;
  width: 20%;
}

.membershiptext {
  color: #fff;
  text-align: center;
  font-family: Alexerpro, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-span-4 {
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .navbar, .container-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-2 {
    min-width: 90%;
    max-width: 90%;
  }

  .aboutwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .textdiv {
    flex-flow: column;
    display: flex;
  }

  .heading-2 {
    font-size: 90px;
    line-height: 150px;
  }

  .sticky-column {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .imagesdiv {
    display: none;
  }

  .imagesdiv.rightcolumn {
    display: block;
  }

  .imagedivright {
    display: none;
  }

  .membershipcardswrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .membershipcard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #fff;
    width: 100%;
  }

  .membershipcard.startercard {
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    width: 100%;
    height: 75vh;
  }

  .membershipcard.evolutioncard {
    width: 100%;
    height: 75vh;
  }

  .membershipcardtitle {
    font-size: 6.5rem;
  }

  .paragraph-2 {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 2rem;
  }

  .buttonmembershipwrapper {
    display: flex;
  }

  .missionwrapper {
    padding-top: 0;
  }

  .logotextwrapper {
    width: 100%;
  }

  .textbuttonwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .horizontal-scroll {
    display: none;
  }

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

  .text-block-2 {
    color: #000;
  }

  .logowrapperfeature {
    margin-top: 0;
  }

  .textwrapperfeature {
    position: static;
  }

  .imagewrapperfeature {
    height: auto;
    position: static;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .mission2wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mission2logowrapper {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .logoandtext {
    z-index: 10;
  }

  .ctawrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 25px;
  }

  .footerwrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footerlogowrapper {
    display: none;
  }

  .footerlinks {
    font-size: 15px;
  }

  .footerlinkswrapper {
    flex-flow: row;
    justify-content: center;
  }

  .div-block-7 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
  }

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

  .text-block-4 {
    font-size: 18px;
  }

  .image-15 {
    z-index: 10;
    max-width: 100%;
  }

  .div-block-9, .vertical-scroll-mobile {
    display: none;
  }

  .projects_content-wrapper-mobile {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .verticalscrollwrapper {
    flex-flow: column;
    position: static;
    top: auto;
  }

  .missionscrollwrappermobile {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    position: static;
  }

  .carruselwrappermobile {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 36px 64px;
    position: static;
  }

  .featureimagegridmobile {
    z-index: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    height: 100%;
    margin-top: 37px;
    margin-bottom: 37px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .carruselitemwrappermobile {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    height: auto;
    display: flex;
  }

  .imagewrapper {
    display: none;
  }

  .imagewrapper.aboutimagefirst {
    display: block;
  }

  .verticalscroll {
    display: none;
  }

  .carruselitemswrapper, .heroaboutwrapper {
    flex-flow: column;
  }

  .headingabout, .imageabouthero {
    width: auto;
    max-width: none;
  }

  .membershipsimagewrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/fondoCarrusel.webp');
    background-size: auto, cover;
  }

  .heading-9 {
    margin-bottom: 52px;
    line-height: 68px;
  }

  .membershipsdivabout {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .productsaboutwrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .faqwrapper {
    flex-flow: column;
  }

  .imagewrapperfaq {
    width: 100%;
    max-width: 100%;
  }

  .accordionwrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-6 {
    word-break: break-all;
    overflow-wrap: normal;
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-14 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .image-26 {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: none;
  }

  .div-block-17 {
    object-fit: cover;
    background-image: url('../images/aboutAccesories1.webp');
    background-position: 50%;
    background-size: cover;
    height: 40vh;
    overflow: clip;
  }

  .div-block-18 {
    background-image: url('../images/aboutAccesories2.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .image-27 {
    display: none;
  }

  .div-block-19 {
    background-image: url('../images/aboutAccesories3.webp');
    background-position: 50%;
    background-size: cover;
    height: 40vh;
  }

  .membershipfeatures {
    width: 100%;
  }

  .text-span-4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    min-width: 90%;
    max-width: 90%;
  }

  .ctawrapper {
    height: 65vh;
    padding-right: 64px;
  }

  .footerwrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttonwrapperstickycolumn {
    display: none;
  }

  .logonavmobile {
    padding-left: 0;
    display: none;
  }

  .carruselimage {
    height: 50vh;
  }

  .image-18 {
    object-fit: cover;
  }

  .heading-9 {
    font-size: 64px;
  }

  .productsaboutwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    font-size: 3.25rem;
    line-height: 80px;
  }

  .faqwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 4rem;
  }

  .accesoriesaboutwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 3.25rem;
  }

  .div-block-14 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: space-between;
    width: auto;
  }

  .image-28 {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: center;
    align-items: center;
    height: 7vh;
    padding: 0;
    display: flex;
  }

  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-link {
    background-color: #000;
    border-top: .5px solid #fff;
    border-radius: 0;
    padding: 15px 7px;
  }

  .nav-link-2, .nav-link-3 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .container-2 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/about3.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    height: 80vh;
    display: block;
  }

  .herowrapper {
    background-color: #0000;
    margin-top: 40px;
    margin-bottom: 19px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-2 {
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
  }

  .buttonwrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .aboutwrapper {
    grid-template-rows: auto auto;
    padding: 32px 20px;
  }

  .heading {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
  }

  .heading.headinganimated {
    font-size: 3.9rem;
    line-height: 90px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 34px;
  }

  .textdiv {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: auto;
    height: auto;
    min-height: auto;
    display: flex;
    position: static;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    height: auto;
  }

  .image-5 {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .image-6.rightimage {
    display: block;
  }

  .membershipswrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 70px;
  }

  .sticky-column {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .imagesdiv {
    display: flex;
  }

  .imagesdiv.rightcolumn {
    display: none;
  }

  .headingmembershipwrapper {
    width: auto;
    height: auto;
    position: static;
  }

  .membershipcardswrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .membershipcard {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    justify-content: space-between;
    align-items: center;
    height: 75vh;
    margin-bottom: 0;
    padding: 20px;
    position: static;
  }

  .membershipcard.startercard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .membershipcard.evolutioncard {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    width: 100%;
    height: 80vh;
  }

  .membershipcardtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.7rem;
    line-height: 65px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.7rem;
    line-height: 23px;
  }

  .headingmembershipdiv {
    width: auto;
    height: auto;
    position: static;
  }

  .divfiller {
    display: none;
  }

  .buttonmembershipwrapper {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .missionwrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 60px;
    line-height: 82px;
  }

  .image-8 {
    width: 120px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .featureimagewrapper {
    padding: 32px 0;
  }

  .logowrapperfeature {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: none;
    overflow: visible;
  }

  .textwrapperfeature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .imagewrapperfeature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
    overflow: clip;
  }

  .buttonwrapperfeature {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .image-9 {
    width: 120px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 80px;
    position: static;
    overflow: hidden;
  }

  .heading-5.headingtext2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .image-10 {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .mission2wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 36px 0;
  }

  .mission2col1wrapper {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    position: static;
  }

  .mission2col2wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .heading-6 {
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-3 {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 156%;
  }

  .image-11 {
    border-radius: 20px;
  }

  .ctawrapper {
    flex-flow: column;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 72px;
  }

  .buttonctawrapper {
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    display: flex;
  }

  .footerwrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
    display: flex;
  }

  .footerlogowrapper {
    display: none;
  }

  .footerlinks {
    font-size: 14px;
  }

  .footerlinkswrapper {
    padding-top: 0;
    display: none;
  }

  .footersocials {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    justify-content: center;
  }

  .footercopyright {
    justify-content: center;
    align-items: flex-end;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .div-block-8 {
    display: block;
  }

  .background-video {
    object-fit: contain;
    overflow: clip;
  }

  .videowrapper {
    z-index: -100;
    object-fit: contain;
    width: 100%;
    height: 20vh;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    overflow: clip;
  }

  .buttonwrapperstickycolumn {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    display: none;
  }

  .text-block-4 {
    text-align: center;
    font-size: 14px;
    line-height: 170%;
  }

  .image-16 {
    display: none;
  }

  .projects_content-wrapper-mobile {
    padding-bottom: 0;
  }

  .missionscrollwrappermobile {
    flex-flow: column;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .carruselwrappermobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featureimagegridmobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .carruselitemwrappermobile {
    width: 100%;
  }

  .logonavmobile, .div-block-10 {
    display: none;
  }

  .text-span {
    text-decoration: line-through;
  }

  .imagewrapper {
    display: none;
  }

  .imagewrapper.imagemobileshow {
    display: block;
  }

  .imagewrapper.imagemobileshow.noshow {
    display: none;
  }

  .imagewrapper.aboutimagefirst {
    height: 100%;
    min-height: 100%;
  }

  .menu-button {
    background-color: #0000;
    padding-bottom: 18px;
  }

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

  .featuretext {
    width: 800%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 104px;
    font-weight: 300;
    line-height: 80px;
    position: static;
    overflow: hidden;
  }

  .featuretext.headingtext2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .div-block-12 {
    height: 65vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .membershipcarddiv {
    padding-bottom: 0;
    position: static;
    top: 10vh;
  }

  .p-accordion-answer {
    font-size: 12px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .carruselimage {
    height: 50vh;
  }

  .image-18 {
    object-fit: cover;
  }

  .heroaboutwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingabout {
    width: 100%;
    font-size: 6.5rem;
    line-height: 120px;
  }

  .headingabout.headingcontact {
    color: #000;
    font-size: 3rem;
    overflow: clip;
  }

  .imageabouthero {
    border-radius: 40px;
    height: auto;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 34px;
  }

  .membershipsimagewrapper {
    padding: 0 20px;
  }

  .heading-9 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 70px;
  }

  .productsaboutwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 70px;
  }

  .productsaboutcol1, .productsaboutcol2, .productsaboutcol3, .productsaboutcol3bottom {
    max-height: 40vh;
  }

  .image-21 {
    object-position: 50% 50%;
  }

  .faqwrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.75rem;
    line-height: 70px;
  }

  .accesoriesaboutwrapper {
    flex-flow: column-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .paragraph-6 {
    text-transform: uppercase;
    word-break: keep-all;
    font-size: 3.75rem;
    line-height: 70px;
  }

  .div-block-14 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .marquee-text {
    font-size: 80px;
    line-height: 109px;
  }

  .div-block-16 {
    font-family: Alexerpro, Arial, sans-serif;
  }

  .image-28 {
    border-radius: 40px;
  }

  .contactwrapper {
    padding: 20px;
  }

  .image-29, .image-30 {
    width: 100%;
  }

  .paragraph-7 {
    color: #0000;
  }

  .image-31 {
    width: 100%;
  }

  .text-span-3 {
    text-decoration: line-through;
  }

  .membershiptitle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .membershipsubtitle {
    width: 100%;
    font-size: 13px;
  }

  .membershipfeatures {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .membershipfeatureblock {
    width: 90%;
    max-width: none;
  }

  .membershiptext {
    font-size: 14px;
  }

  .text-span-4 {
    font-size: 1.7rem;
    line-height: 24px;
  }
}

#w-node-e91fdb47-1756-aceb-06d3-092c1245e614-f1e4a53a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e91fdb47-1756-aceb-06d3-092c1245e613-f1e4a53a {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_679b1593-de0c-bb74-d5d6-e410a62099ed-f1e4a53a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b75aa070-8b6c-dac4-5528-8e6b0a35345b-f1e4a53a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d87671e3-fbcd-4cb8-6b3c-4844b0dfddf7-f1e4a53a {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-_5672a12a-528f-41ec-acfa-a12b89e7a82f-f1e4a53a {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_33a88760-231d-3d54-e2e7-f207ddbc7eaf-f1e4a53a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c8dfd7b4-3610-3ec1-d6f0-a16fa84ca983-f1e4a53a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f143538-62b7-eee6-4d93-c4e3bb8d67f6-f1e4a53a {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_4e8b4c5e-34f2-0fb8-9b01-8b0e95678ca8-f1e4a53a {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b57ccb12-9fd7-e74d-b28a-a3d05a86f53c-f1e4a53a, #w-node-_2f30c193-3404-4a05-b9bd-2b41f334be85-f1e4a53a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7eda5992-a40f-9a46-60f8-cd2445e48c52-f1e4a53a, #w-node-_4914399d-322c-d16c-21a4-5613caac2627-f1e4a53a, #w-node-_31a9358a-f4e6-1958-b772-b4407d7e1e17-f1e4a53a, #w-node-_64e20435-f003-bc8e-ba99-9dd197864f02-f1e4a53a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c0094e7-e155-6831-d197-c4347eee065d-f1e4a53a {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_42f71188-fb33-fa5b-6417-aa999c1d7693-f1e4a53a {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_42f71188-fb33-fa5b-6417-aa999c1d7698-f1e4a53a {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_42f71188-fb33-fa5b-6417-aa999c1d7699-f1e4a53a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_42f71188-fb33-fa5b-6417-aa999c1d769f-f1e4a53a {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-ef1f2864-2a31-4544-89fe-c5ccc530441e-f1e4a53a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d31f1995-e619-c50a-3d3b-ebcc88b5d47c-f1e4a53a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_85ddacd0-14a7-3b2f-2cf7-12be801eeabc-f1e4a53a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_11a145e1-52f5-97c2-c784-283485b582e0-f1e4a53a {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_36f28217-5a34-2e44-20eb-46a39594fd8d-f1e4a53a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_05cabbab-4d71-f753-99ef-db086c34623b-f1e4a53a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_06c55b6f-8927-cb0c-2825-bf33353ec16a-f1e4a53a {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_1772ec6d-fed9-65ba-3044-8075a7f855d1-f1e4a53a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-c58971d2-6a75-2013-1726-69a16d2af0e8-f1e4a53a {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-d804dee0-a03f-c502-bd81-466d72281d8a-f1e4a53a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2f06379c-aba9-5f4d-16dc-cb13109b2482-f1e4a53a {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-ea2227e0-9b04-65c8-21c4-e13aa825ed5a-f1e4a53a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7570d3f7-ff66-967b-bfe2-9a1dc3544a3c-f1e4a53a {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f025a518-7917-bd06-19c9-1bbc0c7bb49f-f1e4a53a {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_030a1fbe-5e66-7a7c-cfa6-e71919c95981-32ed0c32 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_030a1fbe-5e66-7a7c-cfa6-e71919c95983-32ed0c32 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d63d-32ed0c32 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d63e-32ed0c32 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d640-32ed0c32 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d642-32ed0c32 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d64a-32ed0c32 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d655-32ed0c32 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-bf5a3b0c-c29f-95d7-360e-b3ad71955aab-ff85d7de {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bf5a3b0c-c29f-95d7-360e-b3ad71955aad-ff85d7de {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_92a9f710-b4ed-3352-aee8-7e6af07b3e46-ff85d7de {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_82374b2a-5c2b-ef00-b852-ae8f1f741bca-ff85d7de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce1c2f40-73a5-138c-a097-fa9d63005a2d-ff85d7de {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2425dba7-0f78-8683-f740-90f71caf0a4b-ff85d7de {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_42475874-8faf-e230-eb54-c640ba4027d3-ff85d7de {
  grid-area: 1 / 7 / 3 / 10;
}

#w-node-_37e93375-b86c-47eb-16a1-83aa068e4565-ff85d7de {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-ace83916-cbe9-cdd9-cf35-db9d74dc0e15-ff85d7de {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-e7da8202-d204-dcc2-2d3a-93b9c0e31a1b-ff85d7de {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_626d205e-1d82-516b-2826-adf5dc406893-ff85d7de {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_55e16ffd-4c33-feb1-ec0a-6a9cd72de003-ff85d7de {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-f6b3770c-14b4-bbad-1edc-4467cd58acdf-ff85d7de {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-c879b81f-ccff-af5e-e5cc-49e49f1060e8-ff85d7de {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_873a3f90-0091-d486-67f7-708b230260db-ff85d7de {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b780da71-0b6a-ad58-d104-bc65421421a4-ff85d7de {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_4a4e7fd1-0158-b5f4-72b7-0a755cf54fcd-ff85d7de {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_4a4e7fd1-0158-b5f4-72b7-0a755cf54fcf-ff85d7de {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f3556b64-a0a0-63ce-7155-e14d01c023cd-ff85d7de {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f3556b64-a0a0-63ce-7155-e14d01c023d8-ff85d7de {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_3894eeb5-29d8-c1dc-db7f-001875ef4b39-75ef4b37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3894eeb5-29d8-c1dc-db7f-001875ef4b3b-75ef4b37 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3894eeb5-29d8-c1dc-db7f-001875ef4b3d-75ef4b37 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-e91fdb47-1756-aceb-06d3-092c1245e613-f1e4a53a {
    grid-column: 6 / 7;
  }

  #w-node-_679b1593-de0c-bb74-d5d6-e410a62099ed-f1e4a53a {
    grid-column-end: 7;
  }

  #w-node-d87671e3-fbcd-4cb8-6b3c-4844b0dfddf7-f1e4a53a {
    grid-column: 3 / 5;
  }

  #w-node-_5672a12a-528f-41ec-acfa-a12b89e7a82f-f1e4a53a {
    grid-column-end: 7;
  }

  #w-node-_33a88760-231d-3d54-e2e7-f207ddbc7eaf-f1e4a53a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b57ccb12-9fd7-e74d-b28a-a3d05a86f53c-f1e4a53a {
    grid-column: 4 / 7;
  }

  #w-node-_2f30c193-3404-4a05-b9bd-2b41f334be85-f1e4a53a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7eda5992-a40f-9a46-60f8-cd2445e48c52-f1e4a53a {
    grid-column-end: 7;
  }

  #w-node-_4914399d-322c-d16c-21a4-5613caac2627-f1e4a53a, #w-node-_31a9358a-f4e6-1958-b772-b4407d7e1e17-f1e4a53a {
    grid-column: 2 / 6;
    grid-row-end: 4;
  }

  #w-node-_64e20435-f003-bc8e-ba99-9dd197864f02-f1e4a53a {
    grid-column-end: 7;
  }

  #w-node-_42f71188-fb33-fa5b-6417-aa999c1d7693-f1e4a53a {
    grid-column: 1 / 7;
  }

  #w-node-_42f71188-fb33-fa5b-6417-aa999c1d7698-f1e4a53a {
    grid-column: 2 / 6;
  }

  #w-node-_42f71188-fb33-fa5b-6417-aa999c1d7699-f1e4a53a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d31f1995-e619-c50a-3d3b-ebcc88b5d47c-f1e4a53a {
    grid-column: 2 / 6;
  }

  #w-node-_2f06379c-aba9-5f4d-16dc-cb13109b2482-f1e4a53a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_7570d3f7-ff66-967b-bfe2-9a1dc3544a3c-f1e4a53a {
    grid-column: 3 / 5;
    grid-row-end: 2;
  }

  #w-node-f025a518-7917-bd06-19c9-1bbc0c7bb49f-f1e4a53a {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_030a1fbe-5e66-7a7c-cfa6-e71919c95983-32ed0c32 {
    grid-column: 6 / 7;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d63d-32ed0c32 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d642-32ed0c32 {
    grid-column: 3 / 5;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d64a-32ed0c32 {
    grid-column: 6 / 7;
    grid-row-end: 2;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d655-32ed0c32 {
    grid-column-end: 7;
  }

  #w-node-bf5a3b0c-c29f-95d7-360e-b3ad71955aad-ff85d7de {
    grid-column: 6 / 7;
  }

  #w-node-ce1c2f40-73a5-138c-a097-fa9d63005a2d-ff85d7de {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2425dba7-0f78-8683-f740-90f71caf0a4b-ff85d7de {
    grid-row-end: 3;
  }

  #w-node-_42475874-8faf-e230-eb54-c640ba4027d3-ff85d7de {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_37e93375-b86c-47eb-16a1-83aa068e4565-ff85d7de {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-ace83916-cbe9-cdd9-cf35-db9d74dc0e15-ff85d7de {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_55e16ffd-4c33-feb1-ec0a-6a9cd72de003-ff85d7de {
    grid-column: 4 / 7;
    grid-row-start: 2;
  }

  #w-node-f6b3770c-14b4-bbad-1edc-4467cd58acdf-ff85d7de {
    grid-column-end: 4;
  }

  #w-node-_4a4e7fd1-0158-b5f4-72b7-0a755cf54fcd-ff85d7de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f3556b64-a0a0-63ce-7155-e14d01c023cd-ff85d7de {
    grid-column: 3 / 5;
    grid-row-end: 2;
  }

  #w-node-f3556b64-a0a0-63ce-7155-e14d01c023d8-ff85d7de {
    grid-area: 1 / 6 / 2 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e91fdb47-1756-aceb-06d3-092c1245e613-f1e4a53a {
    grid-column: 5 / 6;
  }

  #w-node-ea2227e0-9b04-65c8-21c4-e13aa825ed5a-f1e4a53a {
    grid-column-end: 4;
  }

  #w-node-_7570d3f7-ff66-967b-bfe2-9a1dc3544a3c-f1e4a53a {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-f025a518-7917-bd06-19c9-1bbc0c7bb49f-f1e4a53a {
    grid-column-start: 6;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d640-32ed0c32 {
    grid-column-end: 3;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d642-32ed0c32 {
    grid-column: 3 / 5;
  }

  #w-node-f0cadc44-b82a-13a8-e2d1-f43403c0d64a-32ed0c32 {
    grid-column: 5 / 7;
  }

  #w-node-bf5a3b0c-c29f-95d7-360e-b3ad71955aad-ff85d7de {
    grid-column: 5 / 6;
  }

  #w-node-f3556b64-a0a0-63ce-7155-e14d01c023cd-ff85d7de {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-f3556b64-a0a0-63ce-7155-e14d01c023d8-ff85d7de {
    grid-column-start: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33a88760-231d-3d54-e2e7-f207ddbc7eaf-f1e4a53a {
    grid-column-end: 7;
  }

  #w-node-c8dfd7b4-3610-3ec1-d6f0-a16fa84ca983-f1e4a53a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4f143538-62b7-eee6-4d93-c4e3bb8d67f6-f1e4a53a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e8b4c5e-34f2-0fb8-9b01-8b0e95678ca8-f1e4a53a {
    grid-column-end: 2;
  }

  #w-node-b57ccb12-9fd7-e74d-b28a-a3d05a86f53c-f1e4a53a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Alexerpro';
  src: url('../fonts/AlexerPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}