:root {
  --black: #000;
  --white: white;
  --section-border: #b1afaf7a;
  --red: red;
  --green: #0f0;
  --yellow: #ff0;
  --orange: #ff7f00;
  --indigo: indigo;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  background-color: #000;
  font-family: Accuratist, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

.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;
  width: 100vw;
  height: auto;
  margin-top: 85px;
  display: block;
  position: static;
  overflow: clip;
}

.matrix-animation_component {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar-menu {
  z-index: 99;
  border: 2px solid var(--black);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.wrap-5vw_sides {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar_logo-link {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  position: static;
  inset: 0% 0% auto;
}

.hamburger {
  padding: 0;
  display: none;
}

.navbar-link {
  color: #fff;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-family: Boombox, sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
}

.navbar-link:hover {
  opacity: .65;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.navbar-link.far-left {
  margin-left: 10px;
}

.navbar-link.far-left.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  box-shadow: 0 0 5px 20px #0003;
}

.navbar-link.contact {
  box-shadow: 0 0 19px 2px var(--section-border);
  text-align: center;
  border: 1px #000;
  border-radius: 68px;
  width: auto;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 15px;
}

.navbar-link.contact:hover {
  box-shadow: 0 0 17px 1px var(--white);
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-style: none;
  border-radius: 20px;
}

.navbar-link.contact.w--current {
  width: auto;
  margin-left: 10px;
  text-decoration: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block {
  color: #fff;
  font-family: Accuratist, sans-serif;
  font-size: 25px;
  font-weight: 800;
  display: none;
}

.body {
  color: #fff;
  font-family: Accuratist, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.team-section {
  z-index: 1;
  width: 90%;
  height: 50vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 94px;
  display: block;
  position: relative;
}

.grid {
  grid-column-gap: 11%;
  grid-row-gap: 11%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-name {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Boombox, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.team-designation {
  color: #fff;
  text-align: center;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.image-2:hover {
  box-shadow: 0 0 10px 2px #f5f5f5;
}

.image-2._1 {
  box-shadow: 0 0 17px 5px #a467d3;
}

.image-2._1:hover {
  box-shadow: 0 0 17px 5px #af8bca;
}

.image-2._2 {
  opacity: .15;
  box-shadow: 0 0 17px 5px #6fca0d;
}

.image-2._3 {
  box-shadow: 0 0 17px 5px var(--red);
  opacity: .15;
}

.team-data._3, .team-data._2 {
  display: block;
}

.image-team {
  width: 100%;
}

.image-team._3 {
  box-shadow: 0 0 17px 5px var(--red);
  border-radius: 15px;
}

.image-team._2 {
  box-shadow: 0 0 17px 5px var(--green);
  border-radius: 15px;
}

.team-name-desig {
  margin-top: 12px;
}

.join-form {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0%;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  object-fit: none;
  width: 515px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Boombox, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 59%;
}

.section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 20vh;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.join-form-text {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0%;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  width: auto;
  height: auto;
  margin-top: 37px;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
}

.text-span {
  font-size: 16px;
  font-weight: 700;
}

.body-2 {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  overflow: auto;
}

.footor {
  z-index: 10;
  box-sizing: border-box;
  box-shadow: 0 1px 20px 1px var(--white);
  color: var(--white);
  object-fit: scale-down;
  background-color: #ffffff24;
  border: 4px #fff;
  border-radius: 25px 25px 0 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18px;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
}

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

.success {
  color: #fff;
  background-color: #057979;
  border-radius: 2em;
  padding: 2.5em;
  font-size: 2em;
  font-weight: 500;
}

.form_input {
  border: 1px solid #00000087;
  border-radius: 25px;
  height: 52px;
  margin-bottom: 1em;
  padding: 0 .9em 0 1.5em;
  font-size: 16px;
  position: relative;
  box-shadow: 0 1px 8px #ffffffbf, 8px 8px 30px #03494933;
}

.form_input:hover {
  border-color: #03494980;
}

.form_input:focus {
  border-color: #034949cc;
  box-shadow: 0 1px 8px #ffffffbf, 0 0 #03494933;
}

.relative {
  position: relative;
}

.relative.z1 {
  z-index: 1;
}

.form-box {
  margin-left: -.25em;
}

.button-3 {
  background-color: #057979;
  border-radius: 10em;
  padding: .6em 1.5em;
  font-size: 1.6em;
  font-weight: 500;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #4253ff;
}

.button-3.is-absolute {
  background-color: #686a6c;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  top: .4em;
  bottom: .4em;
  right: .4em;
}

.button-3.is-absolute:hover {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
}

.lottie-plane {
  margin-top: -5em;
  margin-bottom: -3em;
}

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

.form-block-2 {
  margin-top: 16px;
}

.navbar-2 {
  box-shadow: 0 0 9px 2px var(--section-border);
  color: #fff;
  background-color: #0000;
  border-radius: 17px;
  align-self: auto;
  width: 14%;
  min-width: 13em;
  height: 100vh;
  margin-top: 0;
  margin-left: 1.5em;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-link-number {
  font-size: .8em;
}

.navbar-inner {
  border-radius: 1em;
  height: 100%;
  padding: 1.5em;
  display: block;
  overflow: hidden;
}

.navbar-links-wrapper {
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-link-block {
  opacity: .44;
  color: #fff;
  background-color: #9400d3;
  background-image: url('../images/voilet.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 4.7em;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block.w--current {
  background-image: url('../images/voilet.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block.is-1 {
  background-color: indigo;
  background-image: url('../images/voilet_1.png');
  background-position: 0 0;
  background-size: cover;
}

.navbar-link-block.is-1.w--current {
  opacity: 1;
  background-position: 50%;
}

.navbar-link-block.is-3 {
  background-color: #00f;
  background-image: url('../images/blue.png');
}

.navbar-link-block.is-3.w--current {
  opacity: 1;
}

.navbar-link-block.is-5 {
  background-color: var(--yellow);
  opacity: .44;
  background-image: url('../images/yellow.png');
}

.navbar-link-block.is-5.w--current {
  opacity: 1;
}

.navbar-link-block.is-logo {
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: static;
}

.navbar-link-block.is-6 {
  background-color: var(--orange);
  background-image: url('../images/orange.png');
}

.navbar-link-block.is-6.w--current {
  opacity: 1;
}

.navbar-link-block.is-4 {
  background-color: var(--green);
  background-image: url('../images/green.png');
}

.navbar-link-block.is-4.w--current {
  opacity: 1;
}

.navbar-link-block.is-7 {
  background-color: var(--red);
  background-image: url('../images/red.png');
}

.navbar-link-block.is-7.w--current {
  opacity: 1;
  background-image: url('../images/red.png');
}

.navbar-link-block.is-2 {
  background-image: url('../images/indigo.png');
}

.navbar-link-block.is-2.w--current {
  opacity: 1;
}

.main-wrapper-2 {
  flex: 1;
  margin-top: -4px;
  padding: 1.5em;
}

.navbar-link-text {
  display: none;
}

.lottie-animation-2 {
  width: 80%;
}

.navbar-link-indicator-dot {
  background-color: #f4eae1;
  border-radius: 999em;
  width: .4em;
  height: .4em;
}

.navbar-link-indicator-wrapper {
  margin-top: 68px;
  display: none;
  position: absolute;
  inset: 1em 1em 1em auto;
}

.section--example {
  box-shadow: 0 0 19px 2px var(--section-border);
  background-color: #686a6c;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-top: -14px;
  margin-bottom: 1.8em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
  position: relative;
  overflow: hidden;
}

.section--example._7 {
  height: auto;
}

.section--example._4 {
  height: 100%;
}

.section--example.extra {
  height: auto;
}

.page-wrapper {
  z-index: 3;
  flex-flow: row;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link.w--current {
  width: 80%;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 17px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-label {
  color: #f0f0f0;
  font-size: 18px;
}

.footer-label.location {
  margin-top: 15px;
}

.footer-content {
  color: var(--white);
  margin-top: 2px;
  font-size: 18px;
  text-decoration: none;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 9px;
  display: grid;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-5 {
  grid-template-columns: 1fr .5fr;
  padding-left: 0;
}

.vigour-selection-div {
  display: none;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

.div-block-7 {
  box-shadow: 0 0 20px 2px var(--section-border);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0 0;
  padding: 3.3rem 10%;
  display: flex;
}

.div-block-7:focus {
  box-shadow: inset 0 0 20px 2px var(--section-border);
}

.text-heading {
  color: #ffffffe0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.text-content {
  color: #fffdfd;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  font-size: 24px;
  line-height: 26px;
  display: block;
}

.link-3 {
  color: #ffffffe0;
  font-size: 24px;
  text-decoration: none;
}

.div-block-8 {
  margin-bottom: 1rem;
}

.div-block-9 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.3rem;
  padding-left: 1rem;
  padding-right: 6.1rem;
  display: flex;
}

.section-2 {
  margin-top: 76px;
  margin-bottom: 193px;
  padding-bottom: 0;
}

.container-5, .container-6 {
  max-width: 1300px;
}

.body-3 {
  font-family: Cascadia, sans-serif;
}

.hero-without-image {
  background-color: #0000;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-7 {
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  line-height: 69px;
  display: block;
}

.code-embed-3 {
  z-index: -1;
  aspect-ratio: auto;
  opacity: .66;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.code-embed-3.maintain {
  opacity: .89;
}

.body-4 {
  background-color: #000;
  overflow: hidden;
}

.text-block-5 {
  color: #fff;
  text-align: right;
  padding-bottom: 28px;
  padding-right: 42px;
  font-size: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.form-div {
  width: 100%;
}

.grid-8 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._3b-section {
  z-index: 1;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
  position: relative;
}

.div-block-10 {
  background-color: #28282840;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 304px;
  display: flex;
}

.div-block-10:hover {
  pointer-events: auto;
  box-shadow: 0 0 20px -2px #c0bbbbd6;
}

.text-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 31px;
  font-size: 21px;
  line-height: 24px;
  display: block;
}

.div-block-11 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  display: block;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 98px;
  margin-bottom: 105px;
  display: none;
}

.image-6.club {
  margin-left: 20px;
  margin-right: 20px;
}

.mantra {
  z-index: 1;
  height: 100px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.jumble {
  height: 100vh;
  padding-top: 132px;
  display: none;
  position: absolute;
}

.jumble-container {
  text-align: left;
  background-color: #333;
  border: 16px #333;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  height: 280px;
  margin: 151px auto 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outer-container {
  width: 300px;
  max-width: none;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  transform: rotate(-45deg);
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.jumble-section-text {
  background-color: #272727;
  border: 1px solid #000;
  border-radius: 25px;
  width: 400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  box-shadow: 0 0 20px -6px #757575;
}

.code-embed-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(0);
}

.div-block-12 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.code-embed-5 {
  z-index: -1;
  opacity: .88;
  position: static;
}

.container-8 {
  max-width: 1200px;
}

.container-9 {
  max-width: 95vw;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marquee {
  z-index: 10;
  color: #e9d7fe;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 127px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: clip;
}

.marquee.club {
  background-color: #0000;
  height: 4rem;
  position: static;
  inset: 0% 0% auto;
}

.track {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 3px;
  display: flex;
}

.override-parent {
  display: none;
}

.flex-horizontal {
  order: -1;
  align-items: center;
  font-family: Accuratist, sans-serif;
  display: flex;
}

.text1, .text2 {
  color: #000;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
}

.about-content {
  box-shadow: 0 0 19px 2px var(--section-border);
  -webkit-text-fill-color: inherit;
  background-color: #686a6c;
  background-clip: border-box;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-top: -14px;
  margin-bottom: 1.8em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
}

.container-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 100%;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 23px;
}

.heading-2._5 {
  color: #c7c801;
}

.heading-2._4 {
  color: #72a23e;
  margin-top: 0;
}

.heading-2._2 {
  color: #00194c;
  margin-top: 0;
}

.heading-2._1 {
  color: #7030a1;
  margin-top: 0;
}

.heading-2._7 {
  color: red;
  text-transform: uppercase;
}

.heading-2._3 {
  color: #008bb7;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
}

.heading-3._1 {
  color: #7030a1;
  position: static;
}

.heading-3._1.hidden {
  display: block;
}

.heading-3._2 {
  color: #00194c;
}

.heading-3._3 {
  color: #008bb7;
}

.heading-3._4 {
  color: #72a23e;
}

.heading-3._5 {
  color: #c7c801;
}

.heading-3._6 {
  color: #ff7f00;
}

.heading-3._7 {
  color: red;
}

.heading-3.hidden {
  color: #686a6c;
}

.button-4 {
  text-align: left;
  text-transform: uppercase;
  cursor: auto;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 13px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 39px;
  margin-left: auto;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
}

.button-4._1 {
  border-width: 3px;
  border-color: #7030a1;
}

.button-4._1:hover {
  background-color: #9400d3;
  border-style: solid;
}

.button-4._2 {
  background-color: #0000;
  border: 3px solid #00194c;
}

.button-4._2:hover {
  background-color: #00194c;
}

.button-4._3 {
  background-color: #0000;
  border: 3px solid #008bb7;
}

.button-4._3:hover {
  background-color: #008bb7;
}

.button-4._4 {
  background-color: #0000;
  border: 3px solid #0f0;
}

.button-4._4:hover {
  color: #000;
  background-color: #72a23e;
  border-color: #72a23e;
}

.button-4._5 {
  background-color: #0000;
  border: 3px solid #ff0;
}

.button-4._5:hover {
  color: #000;
  background-color: #c7c801;
  border-color: #c7c801;
}

.button-4._6 {
  background-color: #0000;
  border: 3px solid #ff7f00;
}

.button-4._6:hover {
  background-color: #ff7f00;
}

.button-4._7 {
  background-color: #0000;
  border: 3px solid red;
}

.button-4._7:hover {
  background-color: red;
}

.button-4.explore-vip {
  border-width: 3px;
  border-color: #7030a1;
}

.button-4.explore-vip:hover {
  background-color: #9400d3;
  border-style: solid;
}

.page-wrapper-about {
  z-index: 3;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 38px;
  display: flex;
  position: relative;
}

.container-11 {
  max-width: 95vw;
  display: block;
  overflow: hidden;
}

.div-block-20 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.image-12 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: content-box;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.image-12.desktop {
  width: 1300px;
  max-width: none;
  height: auto;
  margin-top: 25vh;
}

.image-12.mobile {
  display: none;
}

.button_color-3 {
  filter: blur(2px);
  background-image: linear-gradient(201deg, #ffb820, #e500ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 31px;
}

.button-5 {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  display: flex;
  position: relative;
}

.button-5._3 {
  border: 1px solid #ffffff82;
  width: 200px;
  height: 200px;
  position: absolute;
}

.button_color-6 {
  filter: blur(2px);
  background-image: linear-gradient(#00d0ff, #5f50ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 48px;
}

.button_color-1 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #ffb820, #e600ff);
  border-radius: 50%;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 8px;
}

.button_color-2 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #b379ff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 24px;
}

.button_color-5 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 4px;
}

.button_colors {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  overflow-wrap: normal;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.image-13 {
  z-index: 11;
  width: 190px;
  height: auto;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero-bg {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#363212, #363212);
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-22 {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  background-clip: content-box;
  position: fixed;
  inset: 0%;
}

.hero-cursor {
  z-index: 1;
  opacity: 1;
  filter: blur(150px);
  background-color: #fff;
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container {
  background-color: #000;
  height: 100vh;
  position: relative;
}

.section-3 {
  z-index: 9;
  background-color: #000;
  width: auto;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: static;
  overflow: hidden;
}

.reveal-area {
  z-index: 10;
  border: 1px #000;
  border-radius: 0%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 54px;
  display: none;
  position: absolute;
  inset: auto;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 72vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-4.about-us {
  display: none;
}

.container-13 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-4 {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.container-14 {
  height: 10vh;
}

.hamburger-2 {
  padding: 0;
  display: none;
}

.button-2 {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button-2:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #000;
}

.button-2.nav {
  color: #000;
  background-color: #70f37d;
  height: auto;
  margin-left: 10px;
  padding: 9px 17px;
  font-size: 14px;
}

.logo-code {
  filter: invert();
  color: #000;
}

.navbar-link-2 {
  color: #fff;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link-2:hover {
  opacity: .65;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link-2.w--current {
  color: #000;
  text-decoration: underline;
}

.navbar-link-2.far-left {
  margin-left: 10px;
}

.navbar_logo-link-2 {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.navbar-menu-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border: 1px solid #303030;
  border-radius: 50px;
  align-items: center;
  padding: 8px 8px 8px 0;
  display: flex;
}

.wrap-5vw_sides-2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.navbar-5 {
  z-index: 20;
  background-color: #000;
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  margin-bottom: 14px;
  position: static;
  inset: 0% 0% auto;
}

.navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-layer, .div-block-23, .nav-scroll-div, .nav-scroll-div.initial {
  display: none;
}

.about-section {
  margin-top: 0;
  margin-bottom: 10px;
}

.about-content-heading {
  text-transform: uppercase;
  font-family: Boombox, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.div-block-25 {
  color: #fffefe;
  background-color: #28282840;
  border-radius: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 40px 20px;
}

.div-block-25:hover {
  box-shadow: 0 0 20px -2px #c0bbbbd6;
}

.div-block-25.sep {
  margin-top: 0;
  margin-bottom: 0;
}

.about-content-heading-copy {
  text-transform: uppercase;
}

.section-5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-4 {
  text-align: left;
  width: 42vw;
  font-size: 72px;
  line-height: 67px;
}

.text-block-8 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
}

.button-6 {
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px #282828;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-26 {
  opacity: 1;
  color: #fff;
  background-color: #282828;
  background-image: linear-gradient(#00000040, #00000040), url('../images/medium-shot-man-wearing-vr-glasses.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 25px;
  height: auto;
  padding: 40px 90px 20px 97px;
}

.container-15 {
  max-width: 95vw;
}

.bold-text {
  color: #21042e;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: 1.5px;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  background-image: url('../images/medium-shot-man-wearing-vr-glasses.jpg');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
}

.heading-wrap {
  background-color: #7030a1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  left: 0;
}

.heading-wrap._6 {
  background-color: #ff7f00;
}

.heading-wrap._7 {
  background-color: red;
}

.heading-wrap._5 {
  background-color: #c7c801;
}

.heading-wrap._4 {
  background-color: #72a23e;
}

.heading-wrap._3 {
  background-color: #008bb7;
}

.heading-wrap._2 {
  background-color: #00194c;
}

.heading-3-copy {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.heading-3-copy._1 {
  color: #7030a1;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
  position: static;
}

.heading-3-copy._1.hidden {
  display: block;
}

.heading-3-copy._2 {
  color: #00194c;
}

.heading-3-copy._3 {
  color: #008bb7;
}

.heading-3-copy._4 {
  color: #72a23e;
}

.heading-3-copy._5 {
  color: #c7c801;
}

.heading-3-copy._6 {
  color: #ff7f00;
}

.heading-3-copy._7 {
  color: red;
}

.heading-3-copy.hidden {
  color: #686a6c;
}

.heading-3-copy.black {
  color: #000;
}

.heading-3-copy.vip {
  text-transform: none;
}

.container-16 {
  min-width: 1000px;
  max-width: 1200px;
}

.div-block-27 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-14 {
  width: 25px;
  margin-left: auto;
}

.image-14.right {
  order: -1;
  margin-left: 0;
  margin-right: auto;
}

.text-block-9 {
  color: #fff;
  font-size: 30px;
}

.text-span-2 {
  text-transform: none;
}

.grid-12 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr;
}

.image-15 {
  width: 239px;
  max-width: none;
  overflow: visible;
}

.grid-13 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.image-16 {
  max-width: 50px;
  position: absolute;
  left: auto;
  right: 33.5vw;
}

.ipnotec-popup {
  z-index: 30;
  object-fit: fill;
  background-color: #7030a1;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-17 {
  height: 100%;
}

.code-embed-9 {
  display: block;
  position: relative;
}

.div-block-28 {
  background-image: url('../images/ipnotec-new-new-temp-logo.png');
  background-position: 0 0;
  background-size: auto;
  width: 90vw;
  height: 100%;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  width: 80vw;
  max-width: 90vw;
  margin-top: 0;
  overflow: visible;
}

.grid-14 {
  grid-template-rows: auto;
}

.text-block-10 {
  text-align: center;
  margin-bottom: 10px;
}

.link-block-2 {
  color: #0000;
}

.body-5 {
  overflow: visible;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.scroller {
  z-index: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 11vh;
  font-size: 14px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.custom-css {
  display: none;
}

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

.scroll-text {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  margin-right: 5vw;
  font-family: Accuratist, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.37;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .button-5 {
    transform: scale(1.15);
  }
}

@media screen and (min-width: 1920px) {
  .navbar-link-block.is-6 {
    background-image: url('../images/orange_1.png');
  }

  .navbar-link-block.is-7 {
    background-image: url('../images/red_1.png');
  }

  .button-5 {
    transform: scale(1.3);
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    height: 100%;
    overflow: hidden;
  }

  .navbar-menu {
    z-index: 40;
    border: 1px solid var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 1rem;
    display: flex;
    overflow: auto;
  }

  .hamburger_line-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .wrap-5vw_sides {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .hamburger_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle-in {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_logo-link {
    left: -127px;
  }

  .hamburger_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar {
    position: static;
  }

  .hamburger {
    display: block;
  }

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

  .navbar-link {
    white-space: nowrap;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-size: 14px;
    display: flex;
  }

  .navbar-link.far-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-link.contact {
    margin-left: auto;
    margin-right: auto;
  }

  .team-section {
    height: 100%;
    position: static;
  }

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

  .image-2, .team-data {
    margin-left: auto;
    margin-right: auto;
  }

  .image-team {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    height: 100%;
    margin-top: 258px;
    margin-bottom: 104px;
    padding-top: 70px;
    position: static;
  }

  .container-4 {
    max-width: 80vw;
  }

  .div-block-3 {
    order: 1;
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-inner {
    padding: 1em;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .main-wrapper-2 {
    margin-top: 0;
    padding: 1em;
  }

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

  .section--example {
    height: auto;
    padding-top: .25em;
    padding-bottom: .95em;
  }

  .page-wrapper {
    margin-top: 7px;
  }

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

  .div-block-5 {
    margin-top: 0;
  }

  .grid-5 {
    grid-template-rows: auto;
    margin-top: 16px;
  }

  .vigour-selection-div {
    display: none;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .about-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-10 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

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

  .heading-2 {
    font-size: 20px;
  }

  .heading-2._5, .heading-2._4 {
    line-height: 26px;
  }

  .heading-2._7 {
    color: #ff3030;
  }

  .heading-3 {
    margin-bottom: -5px;
  }

  .page-wrapper-about {
    margin-top: 7px;
  }

  .div-block-20 {
    width: 80%;
  }

  .image-12 {
    height: 100%;
  }

  .container-13 {
    width: 700px;
  }

  .menu-button-2 {
    right: -120px;
  }

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

  .icon-2 {
    color: var(--white);
    line-height: 29px;
  }

  .hamburger-2.w--open {
    background-color: #0000;
  }

  .navbar-link-2 {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .navbar-link-2.far-left {
    margin-left: 0;
  }

  .navbar-menu-2 {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    display: flex;
    overflow: visible;
  }

  .navbar-5 {
    position: relative;
  }

  .navbar-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .image-layer, .div-block-23 {
    display: none;
  }

  .heading-4 {
    font-size: 49px;
  }

  .text-block-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .div-block-26 {
    padding-left: 59px;
  }

  .container-15 {
    width: auto;
  }

  .bold-text {
    font-size: 16px;
  }

  .heading-3-copy {
    margin-bottom: -5px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .image-15 {
    z-index: 20;
    width: 200px;
    position: static;
  }

  .image-16 {
    right: 2.4vw;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .scroller {
    height: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    grid-template-columns: 100%;
    width: 100vw;
    height: 100%;
  }

  .navbar-menu {
    border-radius: 20px;
    margin-top: 0;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 5%;
  }

  .hamburger_line-wrap {
    width: 57px;
  }

  .navbar-container {
    width: auto;
  }

  .hamburger_line-bottom {
    background-color: var(--white);
    width: 80%;
  }

  .hamburger_line-top, .hamburger_line-middle {
    background-color: #fff;
    width: 80%;
  }

  .navbar {
    height: 4rem;
  }

  .hamburger {
    flex: 0 auto;
    align-self: auto;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link:hover {
    opacity: 1;
    color: #fff;
    border: 1px #000;
  }

  .navbar-link.far-left {
    margin-left: 0;
  }

  .navbar-link.contact {
    margin-bottom: 10px;
  }

  .grid {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }

  .image-2._2, .image-2._3 {
    box-shadow: none;
  }

  .image-team._3, .image-team._2 {
    border-radius: 15px;
  }

  .join-form {
    font-size: 69px;
  }

  .section {
    height: 20vh;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
    display: flex;
  }

  .footor {
    background-color: #7f7f7f5e;
  }

  .container-4 {
    max-width: 80vw;
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 6em;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .navbar-inner {
    background-color: #333;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .navbar-links-wrapper {
    background-color: #fff;
    height: auto;
    padding: 0 6vw 6vw;
    inset: 0% 0% auto;
  }

  .navbar-link-block {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

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

  .section--example {
    height: 100%;
    margin-top: 0;
  }

  .page-wrapper {
    display: block;
  }

  .link {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 19px;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

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

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

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

  .vigour-selection-div {
    background-color: #f4eae1;
    border-radius: 20px;
    width: 95vw;
    height: 90px;
    margin-top: 59px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    display: block;
    position: static;
  }

  .grid-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 100%;
    display: flex;
  }

  .vibgour-blocks {
    background-color: violet;
    border-radius: 14px;
    width: 100%;
    height: 78px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 0;
  }

  .vibgour-blocks.violet {
    background-color: #9400d3;
    background-image: url('../images/voilet_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.violet.w--current {
    background-image: url('../images/voilet_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.indigo {
    background-color: var(--indigo);
    background-image: url('../images/indigo.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.blue {
    background-color: #00f;
    background-image: url('../images/blue.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.green {
    background-color: #0f0;
    background-image: url('../images/green.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.yellow {
    background-color: #ff0;
    background-image: url('../images/yellow.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.orange {
    background-color: #ff7f00;
    background-image: url('../images/orange.png');
    background-position: 50%;
    background-size: cover;
  }

  .vibgour-blocks.red {
    background-color: red;
    background-image: url('../images/red_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .grid-7 {
    grid-template-columns: 1.75fr;
  }

  .div-block-7 {
    width: 80vw;
    margin-top: 2.2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading {
    font-size: 40px;
    line-height: 44px;
  }

  .grid-10 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .image-5 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .marquee {
    z-index: 0;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .text1, .text2 {
    font-family: Accuratist, sans-serif;
    font-size: 1.6rem;
  }

  .about-content {
    margin-top: 105px;
  }

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

  .div-block-16 {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .heading-3.hidden {
    margin-bottom: 25px;
  }

  .button-4 {
    width: 150px;
  }

  .button-4._1 {
    margin-left: auto;
    margin-right: 0;
  }

  .button-4._7 {
    width: 100%;
  }

  .button-4.explore-vip {
    margin-left: auto;
    margin-right: 0;
  }

  .page-wrapper-about {
    margin-top: 167px;
    display: block;
    position: static;
  }

  .image-12.desktop {
    background-image: none;
    width: 500px;
  }

  .section-4 {
    height: 76vh;
  }

  .container-13 {
    width: 500px;
  }

  .button-2.nav {
    margin-top: 10px;
  }

  .navbar-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link-2.far-left {
    margin-left: 0;
  }

  .navbar-menu-2 {
    color: var(--white);
    background-color: #0000;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 5%;
  }

  .wrap-5vw_sides-2 {
    background-color: #000;
  }

  .navbar-5 {
    background-color: #0000;
    height: 4rem;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
  }

  .nav-scroll-div {
    width: auto;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-scroll-div._1, .nav-scroll-div._2, .nav-scroll-div._3, .nav-scroll-div._4, .nav-scroll-div._5, .nav-scroll-div._6, .nav-scroll-div._7 {
    display: block;
  }

  .nav-scroll-div.initial {
    background-color: #0000;
    width: 100vw;
    height: 0;
    display: block;
    position: absolute;
    top: 12px;
  }

  .nav-mobile {
    z-index: 3;
    background-color: #000;
    height: auto;
    padding-bottom: 7px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .about-section {
    margin-top: 53px;
  }

  .about-content-heading {
    font-size: 17px;
  }

  .div-block-25 {
    width: auto;
    box-shadow: 0 0 5px 1px #ffffff45;
  }

  .div-block-25.sep {
    width: auto;
  }

  .div-block-26 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#00000040, #00000040), url('../images/medium-shot-man-wearing-vr-glasses.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-clip: padding-box;
  }

  .container-16 {
    min-width: 90vw;
    max-width: 95vw;
  }

  .grid-12 {
    grid-template-columns: .5fr;
  }

  .image-15 {
    width: 165px;
  }

  .grid-13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-14 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .body-6 {
    height: 100%;
    overflow: hidden;
  }

  .div-block-29 {
    aspect-ratio: auto;
    width: 100vw;
    height: 11vh;
    overflow: visible;
  }

  .scroller {
    background-color: #fff;
  }

  .scroll-text {
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-right: 10vw;
    font-size: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    width: 320px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 38px;
    display: block;
    overflow: hidden;
  }

  .navbar-menu {
    border: 1px solid var(--white);
    text-align: center;
    background-color: #000;
    border-radius: 0 0 20px 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-5vw_sides {
    background-color: #000;
    border-bottom: .5px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container {
    width: auto;
  }

  .navbar_logo-link {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: block;
    left: -15px;
  }

  .navbar {
    position: sticky;
  }

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

  .navbar-link.far-left {
    text-align: center;
    text-decoration: none;
  }

  .navbar-link.contact {
    text-align: center;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-team {
    box-shadow: none;
    width: 199px;
  }

  .join-form {
    width: 100%;
    font-size: 52px;
  }

  .section {
    width: 100%;
    height: auto;
    margin-top: 207px;
  }

  .join-form-text {
    font-size: 14px;
  }

  .footor {
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 80vw;
    padding-bottom: 18px;
  }

  .form_input {
    border-radius: .5em;
  }

  .button-3.is-absolute {
    border-radius: .5em;
    width: 100%;
    position: relative;
    top: -.5em;
    right: 0;
  }

  .div-block-3 {
    text-align: center;
  }

  .navbar-2 {
    display: none;
  }

  .navbar-link-block {
    flex-flow: column;
    width: 10px;
    display: block;
  }

  .main-wrapper-2 {
    margin-top: 67px;
  }

  .section--example {
    height: 100%;
    margin-top: 0;
    padding-top: .125em;
  }

  .page-wrapper {
    margin-top: 24px;
    overflow: hidden;
  }

  .link {
    text-align: center;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    padding-left: 0;
  }

  .link.w--current {
    text-align: center;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    text-align: center;
    flex-flow: column;
    margin-top: -11px;
    display: flex;
  }

  .flex-block {
    margin-top: -7px;
    display: flex;
  }

  .rl-social-icon {
    order: 0;
  }

  .rl_footer3_social-list {
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .vigour-selection-div {
    z-index: 4;
    aspect-ratio: auto;
    background-color: #f4eae1;
    border: 1px solid #000;
    border-radius: 14px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    inset: 5% auto auto;
  }

  .grid-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-flow: row;
    place-content: stretch center;
    align-self: center;
    place-items: center stretch;
    width: 95vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .vibgour-blocks {
    object-fit: fill;
    background-color: violet;
    border: 1px #0000;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 58px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: static;
    inset: 13% auto auto 7%;
    overflow: visible;
  }

  .vibgour-blocks.violet {
    background-color: #7030a1;
    background-image: url('../images/voilet_1.png');
    background-position: 50%;
    background-size: cover;
    padding-right: 0;
  }

  .vibgour-blocks.indigo {
    background-color: indigo;
    border: 0 solid #0000;
  }

  .vibgour-blocks.blue {
    background-color: #00f;
  }

  .vibgour-blocks.green {
    background-color: #0f0;
  }

  .vibgour-blocks.yellow {
    background-color: #ff0;
  }

  .vibgour-blocks.orange {
    background-color: #ff7f00;
  }

  .vibgour-blocks.red {
    background-color: red;
  }

  .div-block-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-7 {
    max-width: none;
    margin-top: 14vh;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .code-embed-3 {
    width: auto;
  }

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

  .form-partner {
    background-color: var(--black);
    border-radius: 11px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .grid-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  ._3b-section {
    justify-content: center;
    align-items: center;
    height: 600px;
    margin-top: 156px;
    margin-bottom: 290px;
    padding-top: 0;
    display: none;
  }

  .div-block-10 {
    width: 80%;
    height: 247px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-11 {
    margin-top: 20%;
  }

  .image-6 {
    max-width: 80%;
  }

  .mantra {
    height: 100px;
    margin-top: 0;
    overflow: hidden;
  }

  .marquee {
    height: 11vh;
    margin-top: 25vh;
  }

  .marquee.club {
    margin-top: -.2rem;
  }

  .about-content {
    margin-top: 0;
  }

  .container-10 {
    margin-top: 0;
    padding: 0;
  }

  .div-block-16 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-2 {
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2._1 {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 32px;
  }

  .button-4._7 {
    width: 200px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: 0;
  }

  .page-wrapper-about {
    margin-top: 68px;
    position: static;
  }

  .div-block-20 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .image-12 {
    height: auto;
  }

  .image-12.desktop {
    display: none;
  }

  .image-12.mobile {
    display: block;
  }

  .image-13 {
    width: 120px;
  }

  .code-embed-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-12 {
    max-width: 300px;
  }

  .section-3 {
    margin-top: 36px;
  }

  .content-reveal-container {
    max-width: 300px;
  }

  .section-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 30vh;
    margin-left: auto;
    display: block;
  }

  .navbar-3 {
    display: none;
  }

  .container-13 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    left: auto;
    right: -43px;
  }

  .button-2.nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .navbar-5 {
    height: 64px;
    position: relative;
  }

  .div-block-24 {
    position: fixed;
    inset: 0% 0% auto;
  }

  .code-embed-8 {
    position: static;
  }

  .nav-mobile {
    z-index: 100;
  }

  .about-content-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .about-text {
    font-size: 14px;
  }

  .div-block-25 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .text-block-8 {
    margin-top: -3px;
    font-size: 18px;
  }

  .button-6 {
    width: 60vw;
  }

  .div-block-26 {
    padding-left: 18px;
    padding-right: 0;
  }

  .bold-text {
    font-size: 10px;
  }

  .heading-wrap {
    top: 27.75px;
  }

  .heading-wrap._2 {
    left: 0;
  }

  .heading-3-copy {
    font-size: 32px;
  }

  .about-content-data {
    margin-top: 36px;
  }

  .about-content-data._2 {
    margin-top: -18px;
  }

  .about-content-data._3 {
    margin-top: -16px;
  }

  .about-content-data._4 {
    margin-top: -69px;
  }

  .about-content-data._6 {
    margin-top: -7px;
  }

  .about-content-data._7 {
    margin-top: -19px;
  }

  .grid-12 {
    grid-row-gap: 5vw;
  }

  .image-15 {
    width: 131px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-18 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-14 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .scroller {
    height: 6rem;
  }
}

#w-node-_1b4abd42-90f0-ca1f-5498-368c256cffca-b5522586 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-da061a89-3171-cc07-14fc-f6835e52908e-5e529079 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23c8c702-66b0-188c-457d-d50cbe9ef561-5e529079 {
    place-self: start end;
  }

  #w-node-da061a89-3171-cc07-14fc-f6835e52908e-5e529079 {
    place-self: end stretch;
  }

  #w-node-_5a3ded0a-1b95-66e6-4cb1-f3f64abb0261-244d8a73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_854be8c4-48bd-db69-be3d-bb048b1e63d9-b3404f9b, #w-node-_64cbace1-54d8-5034-3410-58f770607ded-b3404f9b, #w-node-b1f5df78-5e06-9078-bfaf-95faddefad26-b3404f9b, #w-node-_23c8c702-66b0-188c-457d-d50cbe9ef561-5e529079 {
    justify-self: center;
  }

  #w-node-da061a89-3171-cc07-14fc-f6835e52908e-5e529079 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Boombox';
  src: url('../fonts/BOOMBOX.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boombox';
  src: url('../fonts/BOOMBOX.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boombox';
  src: url('../fonts/BOOMBOX.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Accuratist';
  src: url('../fonts/Accuratist.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Accuratist';
  src: url('../fonts/Accuratist.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Accuratist';
  src: url('../fonts/Accuratist.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Accuratist';
  src: url('../fonts/Accuratist.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Accuratist';
  src: url('../fonts/Accuratist.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Accuratist';
  src: url('../fonts/Accuratist.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cascadia';
  src: url('../fonts/Cascadia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}