:root {
  --indigo: #4a255d;
  --white: white;
  --dblue: #050d16;
  --midnight-blue: #250f30;
  --ddblue: #11181f;
  --dim-grey: #535353;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 6;
  background-color: #11181ffc;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: block;
  position: fixed;
}

.navigation-button {
  background-color: var(--indigo);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: var(--white);
  color: var(--indigo);
  font-size: 18px;
  font-weight: 700;
}

.logo {
  width: 283px;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: var(--indigo);
  background-color: #f3f5fb;
  border-radius: 20px;
}

.navigation-link.w--current {
  color: #642eff;
}

.body {
  background-color: var(--dblue);
}

.curveshape {
  background-color: #fff;
  border-radius: 100px;
  height: 200px;
  margin-top: -107px;
}

.slide {
  background-image: url('../images/banner_01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainbanner {
  overflow: visible;
}

.slider {
  background-color: #0000;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
}

.section {
  padding-top: 110px;
}

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

.picspk01 {
  z-index: 1;
  object-fit: fill;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  margin-top: -167px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.imageb1 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0 1%;
}

.imageb2 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 1%;
  padding-right: 1%;
}

.slide-2 {
  background-image: url('../images/banner_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/banner_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  z-index: 2;
  top: 510px;
}

.mask {
  height: 734px;
  max-height: none;
}

.about {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10% 121px;
  font-family: Open Sans, sans-serif;
}

.maintitle {
  color: var(--indigo);
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.paragraph_white {
  color: var(--white);
  text-align: center;
  column-count: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
}

.paragraph_white:hover, .paragraph_white.link {
  color: var(--white);
}

.paragraph_white.link:hover {
  color: var(--dblue);
}

.paragraph_white.contact {
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph_white.abouttxt {
  text-align: justify;
}

.column {
  padding-left: 5%;
  padding-right: 0%;
}

.column-2 {
  padding-left: 0%;
  padding-right: 5%;
}

.button01 {
  background-color: var(--indigo);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: background-color .2s, border-radius .2s;
}

.button01:hover {
  background-color: var(--midnight-blue);
  border-radius: 20px;
}

.pictureholder {
  background-image: url('../images/03.jpg');
  background-position: 50% 14%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-logo-grid-primary.mid {
  grid-template-columns: 1fr 1fr;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-section-small._02 {
  padding: 0 0%;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h4-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-logo-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 490px;
  display: block;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-grid-two-column {
  grid-column-gap: 59px;
  grid-row-gap: 40px;
  grid-template: ". Area"
  / .5fr .5fr;
  justify-content: stretch;
  align-items: center;
  position: static;
}

.f-logo-block {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 49%;
  padding: 24px;
  display: flex;
}

.f-logo-block:hover {
  background-color: var(--indigo);
}

.albums {
  background-color: var(--ddblue);
  margin-bottom: 36px;
  padding-top: 60px;
}

.amz {
  max-width: 118%;
  margin-left: -12px;
}

.spfy {
  max-width: 134%;
  margin-left: -17px;
}

.insta {
  max-width: 92%;
}

.lbox {
  overflow: visible;
}

.footer-social-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-link {
  color: #b6bcce;
  letter-spacing: -.01em;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
  border: 1px solid #37456c;
}

.social-icon {
  color: #061237;
  background-color: #67718e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin: 8px;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  color: #1355ff;
  background-color: #fff;
}

.section-footer {
  background-color: var(--ddblue);
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 250px;
  margin-bottom: 32px;
}

.footer-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-footer {
  color: #dadde7;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

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

.footer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery {
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.image {
  width: 599px;
  max-width: none;
}

.videos {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 220px auto 202px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.html-embed {
  text-align: center;
  width: 1300px;
  height: 635px;
  display: none;
}

.featured {
  background-color: var(--ddblue);
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Open Sans, sans-serif;
}

.image-15 {
  padding-top: 25px;
}

.slider-2 {
  background-color: #0000;
  height: 350px;
}

.column-3 {
  padding-top: 0;
}

.columns {
  padding: 60px 18%;
}

.column-4 {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.ftext {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.ftext._2 {
  text-align: left;
}

.link {
  color: #797979;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.link:hover {
  color: var(--indigo);
}

.image-16 {
  margin-top: -37px;
}

.image-17 {
  margin-top: 75px;
}

.contact {
  margin: 60px auto 150px;
  padding-left: 10%;
  padding-right: 10%;
}

.html-embed-2 {
  border-radius: 0;
  width: 900px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-span {
  font-size: 46px;
  line-height: 56px;
  display: inline;
}

.image-18 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-19 {
  width: 472px;
  max-width: none;
}

.image-20, .image-21 {
  width: 352px;
  max-width: none;
}

.image-22 {
  width: 370px;
  max-width: none;
}

.image-23 {
  width: 340px;
  max-width: none;
}

.image-24 {
  width: 396px;
  max-width: none;
}

.image-25 {
  width: 340px;
  max-width: none;
}

.div-block-12 {
  z-index: 5;
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #faf5ef;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  height: auto;
  margin: auto;
  padding: 100px 10%;
  display: none;
  position: static;
  inset: 0% 0% 0% auto;
  box-shadow: 0 0 30px -4px #000;
}

.image-14 {
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  margin: 10px 10px 10px 35px;
  transition: all .35s ease-in-out;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.image-14:hover {
  transform: rotate(30deg);
}

.image-26 {
  max-width: 350px;
  margin-left: 5%;
  display: inline-block;
}

.div-block-13 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 43px;
  padding-right: 5%;
  display: flex;
}

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

.player-code {
  z-index: 7;
  background-color: var(--midnight-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.html-embed-3 {
  background-color: #f1f3f4;
  border-radius: 0;
  display: block;
}

.paragraph_black {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 24px;
}

.h1-main {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 51px;
}

.text-span-4 {
  font-size: 31px;
  line-height: 41px;
}

.header-block-feature {
  border: 1px solid #d1d1d6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  box-shadow: 25px 25px 64px -14px #a1a1a526;
}

.header-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-shop-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.header-block {
  color: #1e1e20;
  border: 1px solid #d1d1d6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  padding: 32px;
  display: flex;
}

.header-line-shop {
  background-color: #ececee;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.header-content {
  margin-bottom: 55px;
}

.header-image-large {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-27 {
  margin-top: 0;
  margin-bottom: 40px;
}

.ytub {
  max-width: 105%;
}

.html-embed-4 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  max-width: 1300px;
}

.div-gal-container {
  object-fit: fill;
  border-radius: 0;
  width: auto;
  margin-top: -6px;
  display: inline-block;
  overflow: hidden;
}

.icon, .icon-2 {
  display: none;
}

.videolb {
  width: auto;
  height: auto;
  position: static;
  overflow: hidden;
}

.div-block-15 {
  flex-flow: row;
  place-content: space-around;
  align-items: center;
  width: auto;
  display: block;
  position: relative;
}

.vidimage01 {
  transition: transform .4s ease-in-out;
}

.vidimage01:hover {
  transform: scale(1.3);
}

.icon-3 {
  z-index: 3;
  opacity: .44;
  color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: opacity .4s ease-in-out;
  display: flex;
  position: sticky;
  inset: 25% 0% 0% 37%;
}

.icon-3:hover {
  opacity: .93;
}

.mailform {
  background-color: #0000;
}

.div-block-16 {
  background-color: var(--white);
  border-radius: 10px;
  padding: 5%;
}

.lbox-1, .lbox-2 {
  overflow: visible;
}

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

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

.faq-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 56px;
}

.banner-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.faq-section {
  padding: 80px 3%;
}

.faq-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.banner-button {
  color: #fff;
  background-color: #6366f1;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.faq-icon-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 8px;
  display: flex;
}

.faq-icon-wrapper.blue {
  background-color: #e0f5ff;
  display: none;
}

.faq-icon-wrapper.purple {
  background-color: #f7ebff;
  display: none;
}

.faq-icon-wrapper.orange {
  background-color: #ff8c4b1a;
  display: none;
}

.faq-banner-block {
  background-color: #1f2937;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 12px 30px;
  display: flex;
}

.faq-banner-block._02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.faq-banner-image {
  margin-right: 32px;
}

.faq-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  display: none;
}

.date-paragraph {
  color: #8c87a6;
  letter-spacing: -.01em;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.date-paragraph._01 {
  text-align: center;
  padding: 40px;
}

.date-paragraph._02 {
  text-align: center;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.right-chevron {
  margin-left: 10px;
}

.dates {
  color: var(--dim-grey);
  letter-spacing: -.01em;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.faq-cta-text-wrap {
  align-items: center;
  display: block;
}

.grey-divider {
  background-color: #e5e7eb;
  height: 1px;
  margin-bottom: 40px;
}

.faq-wrapper {
  margin-bottom: 50px;
}

.background-video {
  width: 300px;
}

.div-block-17 {
  z-index: 2;
  width: auto;
  position: relative;
}

.div-block-18 {
  width: auto;
  height: auto;
}

.background-video-2 {
  z-index: 2;
  width: 300px;
}

.about-con {
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1;
}

.title {
  color: #fff6;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.title._1 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-5 {
  z-index: 2;
  color: #ffffff1c;
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-in-out;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.icon-5:hover {
  color: #ffffff78;
}

.link-2 {
  color: #d6d6d6;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.link-2:hover {
  color: #a232db;
}

.section-footer-2 {
  background-color: #0a1016;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-2 {
  width: 130px;
  margin-bottom: 32px;
}

.main-text {
  color: #afafaf;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.main-text.jastyle {
  margin-top: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5%;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-28 {
  color: var(--white);
  background-color: #a05bc3;
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  font-size: 12px;
  transition: background-color .2s, transform .2s;
}

.image-28:hover {
  background-color: var(--dim-grey);
  color: var(--indigo);
  transform: scale(1.5);
}

.image-29, .image-30 {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-19 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.div-block-20 {
  margin-bottom: 20px;
}

.socials {
  background-color: var(--ddblue);
  padding-top: 60px;
}

.code-embed {
  opacity: 1;
  color: #9621d3;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
  display: block;
  position: static;
}

.code-embed:hover {
  color: #d8b8e9;
  transform: scale(1.4);
}

@media screen and (min-width: 1440px) {
  .navigation-button:hover {
    color: var(--indigo);
    background-color: #fff;
  }

  .navigation-link:hover {
    color: var(--indigo);
    border-radius: 15px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    z-index: 4;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .logo {
    width: 260px;
  }

  .navigation-menu {
    background-color: var(--indigo);
    color: #393b6a;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .curveshape {
    display: none;
  }

  .slider {
    min-height: auto;
  }

  .section {
    margin-top: 106px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .picspk01 {
    margin-top: -22px;
    display: flex;
  }

  .imageb1 {
    margin-left: -6px;
    margin-right: -6px;
    display: block;
  }

  .imageb2 {
    display: none;
  }

  .slide-nav {
    margin-bottom: 25px;
    top: auto;
  }

  .mask {
    height: 393px;
  }

  .about {
    padding-left: 5%;
    padding-right: 5%;
  }

  .maintitle {
    margin-top: 0;
  }

  .paragraph_white.abouttxt {
    text-align: justify;
  }

  .column {
    padding-left: 2%;
  }

  .column-2 {
    padding-right: 2%;
  }

  .pictureholder {
    background-position: 50% 0;
    background-size: cover;
    height: 348px;
  }

  .f-logo-grid-primary {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .amz {
    max-width: 131%;
  }

  .spfy {
    max-width: 141%;
  }

  .insta {
    max-width: 100%;
  }

  .section-footer {
    padding-bottom: 140px;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
  }

  .image {
    width: 340px;
  }

  .videos {
    margin-top: 119px;
    margin-bottom: 30px;
  }

  .html-embed {
    width: 696px;
    height: 367px;
  }

  .image-15 {
    padding-top: 79px;
  }

  .slider-2 {
    height: 350px;
  }

  .column-3 {
    padding-top: 0;
  }

  .ftext {
    font-size: 34px;
  }

  .image-16 {
    margin-top: 44px;
  }

  .html-embed-2 {
    width: auto;
    height: 630px;
  }

  .image-19 {
    width: 265px;
  }

  .image-20, .image-21 {
    width: 303px;
  }

  .image-22 {
    width: 332px;
  }

  .image-23 {
    width: 270px;
  }

  .image-24 {
    width: 324px;
  }

  .image-25 {
    width: 277px;
  }

  .div-block-12 {
    z-index: 3;
    width: 694px;
    height: auto;
  }

  .image-14 {
    float: none;
    clear: none;
    margin-left: 26px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .image-26 {
    display: none;
  }

  .div-block-13 {
    padding-right: 0;
  }

  .paragraph_black {
    padding-right: 5%;
  }

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

  .header-block {
    align-items: center;
  }

  .ytub {
    text-align: left;
    max-width: 71%;
    margin-left: 15px;
  }

  .faq-grid {
    grid-column-gap: 60px;
  }

  .faq-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-video-2 {
    margin-top: 49px;
  }

  .about-con {
    text-align: center;
    width: 70%;
  }

  .title._1 {
    width: auto;
  }

  .section-footer-2 {
    padding-bottom: 140px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    z-index: 4;
  }

  .logo {
    width: 200px;
  }

  .curveshape {
    border-radius: 70px;
    margin-top: -140px;
  }

  .slider {
    min-height: auto;
  }

  .section {
    margin-top: 92px;
  }

  .picspk01 {
    margin-top: -33px;
  }

  .mask {
    height: 296px;
  }

  .paragraph_white {
    text-align: center;
  }

  .paragraph_white.abouttxt {
    text-align: justify;
  }

  .column, .column-2, .button01 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pictureholder {
    height: 380px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-grid-two-column {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .spfy {
    max-width: 120%;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .image {
    width: 501px;
  }

  .html-embed {
    width: 510px;
    height: 276px;
  }

  .image-15 {
    padding-top: 0;
    display: block;
  }

  .slider-2 {
    height: 463px;
  }

  .column-3 {
    text-align: center;
    display: block;
  }

  .column-4 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-16 {
    margin-top: 0;
    display: block;
  }

  .image-17 {
    margin-top: 0;
  }

  .image-19 {
    width: 257px;
  }

  .image-20 {
    width: 245px;
  }

  .image-21 {
    width: 244px;
  }

  .image-22 {
    width: 257px;
  }

  .image-23 {
    width: 250px;
  }

  .image-24 {
    width: 500px;
  }

  .image-25 {
    width: 250px;
  }

  .div-block-12 {
    width: 504px;
    height: auto;
  }

  .image-14 {
    margin-left: 12px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .image-26 {
    max-width: 360px;
  }

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

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .faq-banner-block {
    flex-direction: column;
    align-items: center;
  }

  .faq-banner-image {
    margin-bottom: 20px;
  }

  .faq-cta-text-wrap {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .background-video-2 {
    margin-top: 0;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .div-block-19 {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .logo-link {
    flex: 0 auto;
    display: none;
  }

  .navigation-button {
    display: none;
  }

  .curveshape {
    border-radius: 40px;
    margin-top: -162px;
  }

  .slider {
    min-height: auto;
  }

  .section {
    margin-top: 92px;
  }

  .picspk01 {
    margin-top: -11px;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .mask {
    height: 191px;
  }

  .about {
    margin-bottom: 0;
    padding-top: 36px;
  }

  .maintitle {
    font-size: 55px;
  }

  .paragraph_white {
    text-align: center;
  }

  .paragraph_white.abouttxt {
    text-align: justify;
  }

  .column, .column-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .pictureholder {
    height: 280px;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .f-logo-grid-primary.mid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .f-logo-block {
    padding: 10px;
  }

  .albums {
    margin-top: 40px;
    padding-top: 0;
  }

  .amz {
    max-width: 246%;
    margin-left: 0;
    padding-left: 0;
  }

  .spfy {
    max-width: 94%;
    margin-left: 5px;
  }

  .deez {
    max-width: 227%;
    margin-left: -20px;
  }

  .fb, .insta {
    width: 40px;
    max-width: none;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .gallery {
    margin-top: 60px;
  }

  .image {
    width: 288px;
  }

  .videos {
    margin-top: 60px;
  }

  .html-embed {
    width: 100%;
    height: auto;
  }

  .featured {
    padding-top: 39px;
  }

  .slider-2 {
    text-align: center;
    height: 578px;
  }

  .column-3 {
    padding-top: 10px;
  }

  .columns {
    padding-top: 0;
  }

  .ftext {
    text-align: center;
  }

  .image-19 {
    width: 288px;
  }

  .image-20 {
    width: 287px;
  }

  .image-21, .image-22, .image-23, .image-24 {
    width: 288px;
  }

  .image-25 {
    width: 287px;
  }

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

  .div-block-12 {
    width: 284px;
    height: auto;
  }

  .image-26 {
    max-width: 222px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1-main {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 37px;
  }

  .text-span-4 {
    font-size: 19px;
  }

  .ytub {
    width: 40px;
    max-width: none;
    margin-left: 0;
  }

  .icon {
    display: none;
  }

  .background-video-2 {
    width: 250px;
  }

  .about-con {
    width: 90%;
  }

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

  .socials {
    margin-top: 40px;
    padding-top: 0;
  }
}

#w-node-_86951166-c60f-0d61-51e8-f2bbec6bda96-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e51f-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e522-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e526-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e529-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e52d-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e530-fb67a321, #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e531-fb67a321, #w-node-ea01fe2a-fd0e-b33f-f311-cb8d08a3c00c-fb67a321, #w-node-ea01fe2a-fd0e-b33f-f311-cb8d08a3c00d-fb67a321, #w-node-_86951166-c60f-0d61-51e8-f2bbec6bdaa4-fb67a321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a47f613f-df99-e798-df63-82e4474f198e-fb67a321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a47f613f-df99-e798-df63-82e4474f1995-fb67a321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-a47f613f-df99-e798-df63-82e4474f1997-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f199a-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f199e-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f19a1-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f19a5-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f19a8-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f19a9-fb67a321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9c9227e9-defb-86d6-0a98-228c0c18e51f-fb67a321, #w-node-a47f613f-df99-e798-df63-82e4474f1997-fb67a321 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


