.color {
  animation: colorAnimation 3s infinite;
}

@keyframes colorAnimation {
  0%   { filter: saturate(3); }
  10%  { filter: grayscale(100%); }
  20%  { filter: saturate(3); }
  30%  { filter: sepia(100%) }
  40% { filter: saturate(3); }
  50%  { filter: grayscale(100%); }
  60%   { filter: saturate(3); }
  70%  { filter: sepia(100%) }
  80%   { filter: saturate(3); }
  90%  { filter: grayscale(100%); }
  100%   { filter: saturate(3); }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
}

p {
  margin-bottom: 10px;
}

.hero-slider {
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(#000, #1f2023);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-slider.text-light {
  z-index: 5;
  background-color: #040404;
  background-image: none;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.hero-container {
  z-index: 100;
  width: 82%;
  height: 40%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flex-sb-c {
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-text-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  display: block;
  margin-left: 25px;
  position: relative;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Sf pro text, sans-serif;
  font-size: 16px;
  line-height: 1.625em;
}

.static-text {
  -webkit-text-stroke-width: .5px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/29.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orange Grove, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
}

.text-rotate-wrap {
  height: 110px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 35px;
  display: flex;
  overflow: hidden;
}

.rotating-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: block;
}

.ratating-text-2, .ratating-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.s-hero {
  z-index: 50;
  width: 550px;
  height: 500px;
  perspective: 99999px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.s-hero_wrap {
  z-index: 50;
  width: 30vw;
  height: 20vw;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(45deg)rotateY(0)rotateZ(-35deg);
}

.s-hero_track {
  z-index: 1;
  position: relative;
}

.s-hero_group-position {
  position: relative;
}

.s-hero_group-position.position {
  position: absolute;
  top: 69vw;
  left: 0;
  right: 0;
}

.s-hero_group-position.position.top {
  top: auto;
  bottom: 69vw;
  left: 0;
  right: 0;
}

.s-hero_site {
  width: 30vw;
  height: 20vw;
  background-image: linear-gradient(315deg, #00A300, #edefff 86%);
  border-radius: 8px;
  margin-bottom: 3vw;
  position: relative;
  box-shadow: -23px 23px 48px 10px rgba(49, 53, 95, .07);
}

.s-hero_site.c-2 {
  background-image: linear-gradient(315deg, #ff700f, #ffeeed 86%);
}

.s-hero_site.c-3 {
  background-image: linear-gradient(315deg, #eb1fb1, #ffeded 86%);
  margin-bottom: 3vw;
}

.s-hero_group {
  height: 69vw;
  position: relative;
}

.s-hero_group.position {
  position: absolute;
  top: 69vw;
  left: 0;
  right: 0;
}

.s-hero_group.position.top {
  top: auto;
  bottom: 69vw;
  left: 0;
  right: 0;
}

.text-rotate-cell {
  align-items: center;
  display: flex;
  position: relative;
}

.p-wrap.mt-20 {
  width: 40vw;
}

.mt-20 {
  margin-top: 20px;
}

._w-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 74px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.text-light {
  color: #fff;
}

.payment-form-embed {
  margin-top: 40px;
}

.swipe-panel {
  z-index: 50;
  width: 0%;
  height: 100%;
  transform-origin: 0%;
  background-color: #040404;
  display: block;
  position: absolute;
}


.image-1 {
  z-index: 30;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: absolute;
}

.image-2 {
  z-index: 25;
  width: 100%;
  height: 100%;
  background-image: url('../images/1.jpg');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.image-3 {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.lead-text {
  font-family: "37c80f 1 0", sans-serif;
  font-size: 32px;
  line-height: 52px;
}

.text-grey {
  color: #8c8f93;
}

.navbar {
  z-index: 15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .63);
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-brand {
  width: 100%;
  max-width: 120px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-logo-text {
  margin-left: 5px;
  font-family: "37c80f 0 0", sans-serif;
  font-size: 18px;
  line-height: 18px;
}

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

.nav-link {
  color: #8c8f93;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Sf pro text, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

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

.nav-link--button {
  color: #fff;
  text-transform: none;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Sf pro text, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .22s ease-in-out;
  display: inline-block;
}

.nav-link--button:hover {
  background-color: #ff2900;
  border-color: #ff2900;
}

.nav-text-wrap {
  height: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-text-hov {
  color: #fff;
}

.nav-divider {
  width: 1px;
  height: 21px;
  border-right: 1px dotted #8c8f93;
  margin-left: 5px;
  margin-right: 5px;
}

.cart-link {
  width: 25px;
  height: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.big-text-link {
  color: #fff;
  border-bottom: 1px solid #ff2900;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 0;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.big-link-icon {
  margin-left: 5px;
  font-family: "Fa 300", sans-serif;
}

.caption-wrap {
  align-items: center;
  display: flex;
}

.hero-caption.text-grey {
  margin-left: 5px;
}

.hero-video-column {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.html-embed {
  width: 120px;
  height: 120px;
}


.hero-info-card {
  z-index: 200;
  background-color: #040404;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding: 10px 20px 10px 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.info-card-icon {
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.business-icon {
  width: 100%;
  height: auto;
}

.info-card-details-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.info-short-description {
  margin-bottom: 5px;
}

.info-contact-wrap {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-number {
  font-size: 13px;
  line-height: 20px;
}

.info-email {
  color: #ff2900;
  font-family: "37c80f 0 0", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
}

.info-email:hover {
  color: #fff;
  text-decoration: underline;
}

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

.burger-4 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px rgba(40, 7, 128, .15);
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.b4-bar1 {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.b4-bar-2 {
  width: 32px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.b4-bar3 {
  width: 18px;
  height: 2px;
  float: right;
  background-color: #fff;
  border-radius: 2px;
}

.image-5 {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.music-section {
  padding: 60px 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.galary-section {
  perspective: 1000px;
  padding: 60px 20px;
  position: relative;
}

.heading-wrapper {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-85 {
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  line-height: 1.05882em;
}

.articles-section {
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/fsdf.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 20px 100px;
}

.galary-slider {
  z-index: 2;
  width: 100%;
  max-width: 850px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.glaery-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, .12);
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 20px rgba(255, 255, 255, .2);
}

.glaery-block:hover {
  transform: rotateX(0)rotateY(-33deg)rotateZ(0);
}

.bg-shadow {
  width: 60%;
  height: 250px;
  opacity: 1;
  filter: blur(230px);
  background-color: #35613b;
  border-radius: 100px;
  position: absolute;
  top: 415px;
  left: 21%;
  box-shadow: 0 0 210px 20px #09431f90;
}

.slider-section {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 14%;
  display: flex;
  position: relative;
}

.hero-section {
  width: 100vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.panel-mask {
  z-index: 2;
  width: 310px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.test-slide {
  width: 310px;
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  margin-left: 0;
  margin-right: 70px;
}

.stories-text {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.stories-text.small-text {
  margin-bottom: 2px;
  font-size: 13px;
}

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

.inner-panel {
  width: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading.big-heading {
  font-size: 37px;
}

.heading.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.desk {
  width: 56vw;
  max-width: 780px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.arrow {
  width: 50px;
  height: 50px;
  color: #5e5e5e;
  font-size: 20px;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 12%;
}

.arrow.right-arrow {
  bottom: -20%;
  right: 8%;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.text-container.left-container {
  z-index: 10;
  top: 29%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.text-container.right-container {
  z-index: 10;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.erased-edge {
  z-index: 3;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-image: radial-gradient(circle, rgba(236, 236, 238, 0) 59%, #09431f90);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-container {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 2.5%;
  right: auto;
}

.panel {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.mask {
  width: 310px;
  overflow: visible;
}

.nlogo {
  margin-bottom: 17px;
  display: block;
}

.box-shadow {
  z-index: -1;
  width: 77%;
  height: 240px;
  filter: blur(60px);
  background-color: rgba(0, 0, 0, .78);
  position: absolute;
  bottom: 0;
}

.loading-screen {
  z-index: 99;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  z-index: 2;
  max-width: 70%;
  flex: 1;
}

.merch-section {
  height: 100vh;
  padding: 60px 20px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  color: #000;
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: #15421a;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  filter: invert();
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.music-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-86 {
  font-weight: 500;
}

.link {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.blocks {
  text-align: center;
}

.image-21 {
  width: 200px;
}

.cta-inner {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 22px;
  font-weight: 500;
  line-height: 1.3em;
}

.t-16 {
  font-weight: 600;
}

.t-16.gradient-fill {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(106deg, #35613b, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.q-block {
  width: 100%;
  max-width: 35rem;
  color: #c2bad9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-bar {
  width: 2px;
  height: 70px;
  background-image: repeating-linear-gradient(rgba(0, 0, 0, 0), #15421a 41%, #35613b 76%, rgba(0, 0, 0, 0));
  border-radius: 20px;
  margin-bottom: -41px;
  margin-left: -1px;
  position: absolute;
  left: 0;
}

.cta-outer {
  height: 50px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #15421a;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 80, 0, .6);
}

.cta-outer:hover {
  box-shadow: 0 4px 20px 1px #35613b;
}

.f-accordian-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3125em;
}

.heading-32.white {
  color: #fff;
  margin-bottom: 1rem;
}

.f-accordian-dropdown {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(5, 5, 25, .6);
  border: 1px solid #1e4422;
  border-radius: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-small {
  width: 100%;
  max-width: 770px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-section {
  background-color: #010104;
  padding: 100px 20px;
  position: relative;
}

.image-20 {
  width: 30px;
}

.market-heading-wrapper {
  max-width: 770px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.market-heading-wrapper._2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.heading-59 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.paragraph-5 {
  color: #b3b3b3;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-5.mb {
  margin-bottom: 2rem;
}

.f-accordian-title-wrapper {
  width: 100%;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-block {
  color: #fff;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #124516;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-accordian-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.f-paragraph-small-2 {
  color: #c2bad9;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.link-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.f-accordian-toggle {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 1.25rem 1.5rem;
}

.div-block-14 {
  width: 100%;
  max-width: 35.8rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.3rem 1.25rem 1.5rem;
}

.faq-wrapper {
  z-index: 10;
  color: #fff;
  position: relative;
}

.tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-weight: 300;
}

.tab-link.w--current {
  -webkit-text-fill-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, #35613b, #c700ff 18%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: .5rem;
  font-weight: 700;
}

.faq-heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.heading-54 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2037em;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.image-22 {
  display: none;
}


@media screen and (max-width: 991px) {
  .hero-container {
    width: 150%;
    margin-top: 0;
    height: 25%;
  }

  .flex-sb-c {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero-text-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  display: block;
  margin-left: 25px;
  position: relative;
  }

  .static-text {
    font-size: 70px;
  }

  .text-rotate-wrap {
    margin-left: 0;
  }

  .text-rotate-cell {
    align-items: center;
    display: flex;
    position: relative;
  }

  .p-wrap.mt-20 {
    width: 100%;
  }

  ._w-icon {
    display: none;
  }

  .image-2 {
    background-position: 100%;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .hero-video-column {
    margin-bottom: 19px;
    display: none;
  }

  .nav-wrapper {
    width: 100%;
  }

  .heading-85 {
    font-size: 60px;
  }

  .hero-section {
    justify-content: center;
    width: 150%;
  }

  .text-block-2 {
    width: 90%;
    max-width: 489px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .f-accordian-list {
    width: 100%;
  }

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

  .heading-54 {
    font-size: 30px;
  }


}

@media screen and (max-width: 767px) {
  .static-text {
    font-size: 50px;
  }

  .nav-brand {
    z-index: 50;
    position: relative;
  }

  .nav-menu-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .79);
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 91%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(0, -150%);
  }

  .nav-divider {
    display: none;
  }

  .cart-link {
    margin-left: 0;
  }

  .nav-wrapper {
    flex-direction: row;
  }

  .hero-section, .panel-mask {
    width: 100%;
  }

  .test-slide {
    width: 100%;
    margin-right: 60px;
  }

  .inner-panel {
    width: 100%;
  }

  .slider {
    width: 90%;
    overflow: hidden;
  }

  .desk {
    width: 100vw;
  }

  .arrow {
    color: #fff;
    font-size: 30px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .arrow.right-arrow {
    color: #fff;
    font-size: 30px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mask {
    width: 100%;
  }

  .background-video {
    max-width: 100%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

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

  .link {
    font-size: 18px;
  }

  .q-block {
    margin-top: 2rem;
  }

  .cta-outer {
    display: none;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .market-heading-wrapper._2 {
    width: 100%;
    max-width: 100%;
    grid-row-gap: 1rem;
  }

  .tabs-menu-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .heading-54 {
    font-size: 25px;
  }

  .image-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }

  .image-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
    background-position: 50%;
  }
  .image-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }

  .image-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }
  .image-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }
}

@media screen and (max-width: 686px) {
  .hero-slider.text-light {
    height: 55vh;
  }

  .hero-text-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  display: block;
  margin-left: 25px;
  position: relative;
  }

  .static-text {
    font-size: 37px;
    display: block;
  }

  .p-wrap.mt-20 {
    display: none;
  }

  ._w-icon {
    margin-top: 20px;
    display: block;
  }

  .nav-brand {
    max-width: 90px;
  }

  .nav-divider, .cart-link {
    display: none;
  }

  .big-text-link {
    margin-top: 30px;
  }

  .caption-wrap {
    display: none;
  }

  .hero-video-column {
    width: 100%;
    display: flex;
  }

  .info-contact-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }


  .galary-section {
    padding-top: 40px;
  }

  .heading-85 {
    font-size: 40px;
  }

  .bg-shadow {
    width: 100%;
    height: 250px;
    top: 172px;
    left: 0%;
  }

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

  .slider {
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .link, .link-2 {
    font-size: 16px;
  }

  .f-accordian-toggle, .f-accordian-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-link {
    font-size: 14px;
  }

  .image-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }

  .image-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }
  .image-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }

  .image-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }
  .image-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/0b.png');
  }



}

#w-node-_49953b43-5bcd-8bb3-0619-b31fb1f8ac38-fb835920, #w-node-_9a1cac1f-ec56-12bb-8f5b-0eaabb2d4190-fb835920, #w-node-ab2ddd63-6ba0-2b9c-40a3-9adfedd17c24-fb835920, #w-node-_3a580c1f-4b66-3cb6-707f-a12a31c9fa09-fb835920, #w-node-a2a6a269-185d-4789-d6cb-e23036cf9f4b-fb835920, #w-node-_11f30f07-a899-0628-1732-27039faab32b-fb835920, #w-node-fa27e312-d070-0d9e-0033-9d938fe5eba3-fb835920, #w-node-_1086574e-83db-a219-0086-f15e50a74fa6-fb835920, #w-node-_72ff2eab-81fb-cc0f-c387-79f0c13e38d2-fb835920, #w-node-c6583128-4f5c-303b-454e-d5a252993d0a-fb835920, #w-node-_598f5a41-925f-dbc0-be51-19a8e59d7fcd-fb835920, #w-node-_0860796a-b5b1-2e27-cb15-da5d329db7e5-fb835920 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: '37c80f 0 0';
  src: url('../fonts/37C80F_0_0.woff2') format('woff2'), url('../fonts/37C80F_0_0.eot') format('embedded-opentype'), url('../fonts/37C80F_0_0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: '37c80f 1 0';
  src: url('../fonts/37C80F_1_0.woff2') format('woff2'), url('../fonts/37C80F_1_0.eot') format('embedded-opentype'), url('../fonts/37C80F_1_0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Orange Grove';
  src: url('../fonts/Orange-Grove.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype'), url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}