:root {
  --black: black;
  --white-15: #ffffff26;
  --tan: #bdaf85;
  --white: white;
  --antique-white: #e2dbcc;
  --purple: #8760fc;
  --error: #f33131;
  --dark-slate-blue: #313946;
  --black-grey: #181d25;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--black);
  color: #fff;
  height: 100%;
  font-family: Restora, sans-serif;
}

.fulll-logo {
  background-image: url('../images/FULL_LOGO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 325px;
  margin-top: -45px;
}

.wrapper {
  opacity: 0;
  background-color: #0000;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.wrapper.map {
  background-image: url('../images/DARKMAP.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-close {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-close:hover {
  color: #bdaf85;
}

.pass-div {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.menu-mid {
  flex: 1;
  height: 60%;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: line-through;
}

.footer-link.copyright:hover {
  text-decoration: none;
}

.footer-link.underline {
  text-decoration: underline;
}

.mid-link {
  color: #fff;
  letter-spacing: 3px;
  font-family: House Of The Dragon, sans-serif;
  font-size: 150px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.mid-link:hover {
  text-decoration: line-through;
}

.footer-left {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.password-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.top-line {
  transform-origin: 0%;
  background-color: #181d25;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.bones {
  width: 100px;
  height: 100px;
}

.bones.rotate {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.footer-right {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.mid-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mid-line {
  z-index: 25;
  transform-origin: 50% 100%;
  background-color: #181d25;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-logo {
  background-image: url('../images/FULL_LOGO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  height: 150px;
}

.bttn-design {
  background-image: url('../images/flowerdesign.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.footer-div._50r {
  margin-right: 50px;
}

.footer-mid {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 3vh 5vw;
  display: flex;
}

.menu-trigger {
  z-index: 25;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: background-color .5s;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: rotate(-46deg);
}

.menu-trigger:hover {
  background-color: #000;
}

.footer-section-fixed {
  z-index: 15;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-section-fixed.order {
  background-color: #000;
  border-top: 1px solid #181d25;
}

.menu-wrapper {
  z-index: 75;
  background-color: #000;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100%);
}

.pass-para {
  text-align: center;
  letter-spacing: 2px;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
}

.marquee-track {
  filter: brightness(76%);
  justify-content: flex-start;
  align-items: center;
  width: 1000%;
  display: flex;
}

.menu-top {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
  position: relative;
}

.menu-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.menu-link:hover {
  text-decoration: line-through;
}

.menu-link.middle {
  margin-left: 100px;
  margin-right: 100px;
}

.bottom-line {
  transform-origin: 0%;
  background-color: #181d25;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-bottom {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
  position: relative;
}

.enter-bttn {
  color: #fff;
  letter-spacing: 3px;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 225px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.enter-bttn:hover {
  background-color: #000;
}

.fog {
  margin-right: 8vw;
}

.mid-left {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-section {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mobile-landscape {
  z-index: 75;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.landscape-svg {
  width: 200px;
}

.page-intro {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.skullload {
  background-image: url('../images/SKULL.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
}

._15 {
  margin-bottom: 15px;
}

._30 {
  margin-bottom: 30px;
}

.nav-line {
  background-color: #181d25;
  flex: 1;
  height: 1px;
}

.nav-line._5vw {
  max-width: 5vw;
}

.div {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.div.wide {
  text-align: left;
  max-width: 1000px;
}

.x-close {
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #313946;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.x-close:hover {
  border-color: #fff;
}

.h1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: House Of The Dragon Deco, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1.5;
}

.h-outline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: House Of The Dragon Outline, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20vh 5vw;
  display: flex;
  overflow: hidden;
}

.container._10x10 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container._10x0 {
  padding-top: 10vh;
  padding-bottom: 0;
}

.scroll-section {
  z-index: 10;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: scroll;
}

.footer-section-relative {
  z-index: 15;
  width: 100%;
  position: relative;
  inset: auto 0% 0%;
}

.footer-section-relative.border-top {
  border-top: 1px solid #181d25;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 3vw;
  display: flex;
}

.x-svg {
  width: 100%;
  height: 100%;
}

.para {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

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

.section.linebttm {
  border-bottom: 1px solid #181d25;
}

.h1-txt {
  margin-bottom: 0;
}

._25 {
  margin-bottom: 25px;
}

.ltop {
  background-image: url('../images/TR.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 14px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.rbottom {
  background-image: url('../images/BL.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 14px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 20px 20px;
}

.anchor-word-svg {
  background-image: url('../images/ANCHORFRONT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

.flow-svg-three {
  background-image: url('../images/flowthree.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 350px;
  height: 75px;
}

.newsbox-content {
  border: 1px solid #181d25;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.h2-lrg {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: House Of The Dragon Deco, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 250px;
}

.lbottom {
  background-image: url('../images/BR.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 14px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.rtop {
  background-image: url('../images/TL.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 14px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.newsbox {
  background-color: #000;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.anchor-div {
  justify-content: center;
  width: 100%;
  margin-bottom: -50px;
  display: flex;
  position: relative;
}

.anchor-front {
  background-image: url('../images/ANCHORSVGFRONTpng.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 350px;
}

._50 {
  margin-bottom: 50px;
}

.flow {
  border-bottom: 1px solid #181d25;
  width: 100%;
  padding-bottom: 10px;
}

.flow.reverse {
  border-top: 1px solid #181d25;
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.fixed-section {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.fixed-section._0 {
  padding-bottom: 0;
}

.flow-svg-two {
  background-image: url('../images/flowbo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 75px;
}

.highlight-span {
  color: #bdaf85;
}

.flow-svg {
  background-image: url('../images/flowup.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 75px;
}

.f-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3vh 5vw;
  display: flex;
}

.f-container.border {
  border: 1px solid #181d25;
  border-radius: 15px;
}

._100 {
  margin-bottom: 100px;
}

.none {
  display: none;
}

._400max {
  max-width: 400px;
}

.password-enter {
  color: #fff;
  letter-spacing: 3px;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.password-input {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/ANCHOR.svg'), url('../images/flowerdesign.svg');
  background-position: 20px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px 25px, contain;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding: 5px 26px;
  display: flex;
}

.password-input::placeholder {
  color: #bdbdbd;
  letter-spacing: 2px;
}

.error-message {
  background-color: #f33131;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.error-link {
  z-index: 50;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

._404-anchor {
  width: 50px;
}

.form-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  display: flex;
}

.log-in-form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-field {
  font-weight: 400;
}

.form-link {
  color: #313946;
  text-decoration: none;
}

.form-link:hover {
  text-decoration: line-through;
}

.form-link.nohover:hover {
  text-decoration: none;
}

.form-submit {
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.form-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: House Of The Dragon, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #181d25;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding-bottom: 17px;
  padding-left: 0;
  font-size: 24px;
  line-height: 1;
  transition: border-color .5s;
}

.form-input:focus {
  border-bottom-color: #fff;
}

.form-input::placeholder {
  color: #313946;
}

.form-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-section {
  width: 100%;
  position: relative;
}

.s-title {
  margin-top: 0;
  margin-bottom: 0;
}

.span-clink {
  color: #fff;
}

.question-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.faq-para {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.row {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.faq-plus {
  background-color: #fff;
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.collection-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  text-decoration: none;
  transition: border-color .5s;
}

.collection-link:hover {
  border-color: #bdaf85;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.s-div {
  max-width: 500px;
}

.block.wide {
  width: 100%;
}

.faq-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10vh 5vw;
  display: flex;
}

.c-container._0x0 {
  padding-left: 0;
  padding-right: 0;
}

.c-container._10x20 {
  padding-bottom: 20vh;
}

.div-block-wrap {
  display: flex;
}

.h-block {
  margin-top: 0;
  margin-bottom: 0;
}

.s-row {
  margin-bottom: 50px;
}

.s-row.last {
  margin-bottom: 0;
}

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.div-block.middle {
  margin-left: 10vw;
  margin-right: 10vw;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.faq-question-wrap {
  border-bottom: 1px solid #181d25;
  margin-bottom: 15px;
}

.h1-hero {
  margin-top: 0;
  margin-bottom: 0;
  font-family: House Of The Dragon Deco, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-minus {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 2px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

._75 {
  margin-bottom: 75px;
}

.linebttm {
  border-bottom: 1px solid var(--white-15);
}

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

.collection-list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.card-price {
  color: #414957;
  font-size: 16px;
}

.card-title {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}

.card-link {
  color: #bdaf85;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.card-link:hover {
  color: #fff;
}

.card {
  color: #f5f5f5;
  border: 1px solid #181d25;
  border-radius: 15px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-right: 2rem;
  padding: 25px 20px;
  text-decoration: none;
  transition: border-color .5s;
  display: flex;
  position: relative;
}

.card:hover {
  border-color: #bdaf85;
}

.card-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.p-img-wrap {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding: 2vw;
  display: flex;
}

.p-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.txt-medium {
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.div-500 {
  width: 100%;
  max-width: 500px;
}

.div-500.horiz {
  align-items: center;
  display: flex;
}

.bar-div {
  width: 40%;
}

.p-block {
  flex-direction: row;
  display: flex;
}

.p-block._20r {
  margin-right: 20px;
}

.div-block-7 {
  color: #bdaf85;
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
  font-weight: 700;
  display: flex;
}

.txt-small {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.info {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #bdaf85;
  border-radius: 3px;
  margin-right: 20px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.bar {
  background-color: #bdaf85;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.bar-wrap {
  background-color: #181d25;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 15px;
  display: flex;
}

.block-div._5r {
  margin-right: 5px;
}

.block-div.horiz {
  display: flex;
}

.p-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 55px;
}

.price {
  color: #bdaf85;
  font-size: 20px;
  line-height: 1;
}

.p-subtitle {
  color: #bdaf85;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.add-now {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 7px;
  justify-content: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.checkbox-bttn {
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-bttn:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.checkbox-bttn[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filters5_dropdown-icon {
  color: #fff;
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.cart {
  color: #fff;
  background-color: #313946;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px 10px 10px;
  display: flex;
}

.fs-rangeslider_input-3 {
  display: none;
}

.header-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.filters5_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.fs-rangeslider_fill-3 {
  background-color: #181d25;
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.collection-section {
  border-bottom: 1px solid #181d25;
  width: 100%;
  overflow: hidden;
}

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

.filters5_dropdown-toggle {
  color: #313946;
  border: 1px solid #181d25;
  border-radius: 10px;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 20px;
  display: flex;
}

.filters5_filters-dropdown-list {
  width: 100%;
}

.filters5_filters-dropdown-list.w--open {
  background-color: #000;
  border: 1px solid #181d25;
  min-width: 18.5rem;
  max-height: 200px;
  margin-top: .5rem;
  padding: .5rem 1rem;
  overflow: scroll;
}

.notify-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #bdaf85;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: 700;
  text-decoration: none;
}

.filter-svg {
  width: 30px;
  margin-right: 20px;
}

.search {
  color: #fff;
  background-color: #0000;
  border: 1px solid #181d25;
  border-radius: 10px;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 3rem;
  font-size: 20px;
  line-height: 1.6;
}

.search:focus {
  border-color: #fff;
}

.search::placeholder {
  color: #313946;
}

.fs-reset_text-3 {
  font-weight: 500;
}

.fs-sort_button-1 {
  color: #fff;
  background-color: #000;
  background-image: url('../images/SORT.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  border: 1px solid #313946;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem .75rem 3rem;
  font-weight: 500;
  display: flex;
}

.fs-sort_button-1:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-sort_button-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.success-title {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: 1.5;
}

.order-wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.filters5_list {
  flex-direction: column;
  display: flex;
}

.cheader-subtitle {
  color: #bdaf85;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
}

.order-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
}

.price-txt {
  font-size: 30px;
  line-height: 1;
}

.clear-link {
  color: #313946;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.cart-txt {
  letter-spacing: 2px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
}

.success-message {
  background-color: #bdaf85;
  width: 100%;
  height: 100%;
  padding: 0;
}

.order-header {
  width: 100%;
}

.form-error {
  z-index: 75;
  text-align: center;
  background-color: #f33131;
  margin-top: 0;
  padding: 2vh 5vw;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-9 {
  border-bottom: 1px solid #181d25;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.filters5_filter-group-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 5vh 5vw;
  display: grid;
}

.cheader-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.success-bttn {
  color: #fff;
  letter-spacing: 3px;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 225px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.success-bttn:hover {
  background-color: #000;
}

.success-txt {
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.cart-svg {
  width: 30px;
}

.collection-filter {
  flex-direction: column;
  width: auto;
  display: flex;
  overflow: hidden;
}

.fs-reset-3 {
  color: #fff;
  border: 1px solid #181d25;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .45rem 1rem;
  text-decoration: none;
  display: flex;
}

.fs-reset-3:hover {
  opacity: .7;
}

.fs-reset-3:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-reset-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.collection-container {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.header-container {
  border-bottom: 1px solid #181d25;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vh 5vw;
  display: flex;
}

.fs-reset_icon-3 {
  width: 30px;
  height: 30px;
  margin-right: .25rem;
}

.filters5_form-checkbox1-icon {
  cursor: pointer;
  border: 1px solid #181d25;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters5_form-checkbox1-icon.w--redirected-checked {
  background-color: #fff;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters5_form-checkbox1-icon.w--redirected-focus {
  border-color: #000;
}

.filters5_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.cart-link {
  color: #fff;
  cursor: pointer;
  border: 1px solid #313946;
  border-radius: 25px;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.cart-link:hover {
  border-color: #fff;
}

.filters5_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filter-link {
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.filter-link.w--current {
  border-bottom-color: #bdaf85;
}

.oder-section {
  width: 100%;
  height: 100%;
}

.fs-rangeslider_wrapper-3 {
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.cheader-right {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.fs-rangeslider_handle-right-3 {
  z-index: 1;
  color: #fff;
  cursor: grab;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .5rem .7rem;
  font-size: 20px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.fs-rangeslider_handle-right-3:focus {
  background-color: #bdaf85;
}

.fs-rangeslider_handle-right-3:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-rangeslider_handle-right-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filters5_item-text-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.cheader-title {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.2;
}

.notification-section {
  width: 100%;
}

.header-left {
  justify-content: flex-start;
  width: 33%;
  display: flex;
}

.filters5_filter-options {
  flex-direction: row;
}

.header-txt {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto 12px;
}

.fs-rangeslider_track-3 {
  background-color: #181d25;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collection-header {
  justify-content: space-between;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.fs-rangeslider_handle-left-3 {
  z-index: 1;
  color: #fff;
  cursor: grab;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .5rem .7rem;
  font-size: 20px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.fs-rangeslider_handle-left-3:focus {
  background-color: #bdaf85;
}

.fs-rangeslider_handle-left-3:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-rangeslider_handle-left-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filters5_filter-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.span-phone {
  color: #fff;
}

.header-right {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.filters5_dropdown {
  z-index: 1;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.success-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.type-bttn {
  display: flex;
}

.type {
  color: #313946;
  border: 1px solid #313946;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
}

.type:hover {
  color: #fff;
  border-color: #fff;
}

.info-link {
  color: #313946;
  width: 22px;
  height: 22px;
}

.info-link:hover {
  color: #fff;
}

.text-block {
  margin-bottom: 5px;
}

.buy-now {
  background-color: var(--tan);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  justify-content: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

._5 {
  margin-bottom: 5px;
}

.call {
  color: #fff;
  background-color: #313946;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px 10px 5px;
  display: flex;
}

.appleandbananas {
  background-image: url('../images/Apples-and-Bananas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.glue {
  background-image: url('../images/Glue-aka-GG4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.laughinggas {
  background-image: url('../images/laughing-gas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.fishscale {
  background-image: url('../images/Fish-Scale.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.audios {
  background-image: url('../images/AUDIOS-MF.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.rollsofury {
  background-image: url('../images/BLANKPREROLL.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.mc25 {
  background-image: url('../images/MC25.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.mc10 {
  background-image: url('../images/MC10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.dc25 {
  background-image: url('../images/DC25.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.dc10 {
  background-image: url('../images/DC10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.cookies-svg {
  width: 30px;
}

.cookies {
  color: #fff;
  background-color: #313946;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 14px 6px 10px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .anchor-word-svg {
    background-image: url('../images/ANCHORFRONT.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 400px;
  }

  .anchor-div {
    margin-bottom: -50px;
  }

  .cheader-subtitle, .cheader-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .menu-mid {
    flex-direction: column;
    align-items: center;
  }

  .mid-line {
    width: 100%;
    height: 1px;
  }

  .menu-logo {
    width: 150px;
    height: 100px;
  }

  .menu-top {
    height: 10%;
    display: none;
  }

  .menu-bottom {
    height: 10%;
  }

  .span-mobile {
    display: none;
  }

  .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column {
    width: 100%;
  }

  .column._10vh {
    margin-bottom: 10vh;
  }

  .card {
    width: 250px;
  }

  .card-img {
    width: 125px;
    height: 125px;
  }

  .filters5_dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% auto auto;
  }

  .filters5_filters-dropdown-list.w--open {
    min-width: 90vw;
  }

  .header-div._5 {
    margin-bottom: 0;
  }

  .filters5_filter-group-list {
    grid-template-columns: 1fr;
  }

  .header-txt {
    display: none;
  }

  .filters5_dropdown {
    width: 100%;
  }

  .appleandbananas, .glue, .laughinggas, .fishscale, .audios, .rollsofury, .mc25, .mc10, .dc25, .dc10 {
    width: 125px;
    height: 125px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    display: none;
  }

  .menu-mid {
    flex-direction: column;
  }

  .footer-div._50r {
    margin-right: 0;
  }

  .mobile-landscape {
    display: flex;
  }

  .card {
    width: 300px;
  }

  .filter-svg {
    width: 35px;
    margin-right: 0;
  }

  .order-wrapper {
    display: none;
  }

  .cart-link {
    padding-left: 5px;
  }
}

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

  .wrapper {
    display: flex;
  }

  .mid-link {
    font-size: 125px;
  }

  .footer-content {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .menu-trigger {
    width: 40px;
    height: 40px;
  }

  .pass-para, .menu-link {
    font-size: 14px;
  }

  .menu-link.middle {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mobile-landscape {
    display: none;
  }

  .skullload {
    width: 125px;
    height: 100px;
  }

  .mobile {
    display: none;
  }

  .x-close {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .h1 {
    font-size: 125px;
  }

  .para {
    font-size: 18px;
  }

  .h1-txt {
    font-size: 12px;
  }

  .ltop, .rbottom, .lbottom, .rtop {
    width: 75px;
    height: 75px;
  }

  .flow-svg-two, .flow-svg {
    height: 50px;
  }

  .question-title {
    flex: 1;
  }

  .div-block-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block.middle {
    margin: 10vh 0;
  }

  .card {
    width: 150px;
    padding: 14px 7px;
  }

  .card-img {
    width: 100px;
    height: 100px;
  }

  .p-img-wrap {
    width: 300px;
    height: 300px;
  }

  .header-middle {
    width: 50%;
  }

  .success-title {
    font-size: 75px;
  }

  .order-wrapper {
    display: block;
  }

  .cheader-subtitle {
    font-size: 14px;
  }

  .order-title {
    font-size: 35px;
  }

  .cheader-left {
    width: 100%;
  }

  .success-txt {
    font-size: 18px;
  }

  .fs-rangeslider_wrapper-3 {
    padding-left: 2rem;
  }

  .cheader-right {
    display: none;
  }

  .cheader-title {
    font-size: 35px;
  }

  .header-left, .header-right {
    width: 25%;
  }

  .card-header {
    display: none;
  }

  .appleandbananas, .glue, .laughinggas, .fishscale, .audios, .rollsofury, .mc25, .mc10, .dc25, .dc10 {
    width: 100px;
    height: 100px;
  }

  .cookies {
    background-color: #0000;
  }
}


@font-face {
  font-family: 'Restora';
  src: url('../fonts/RestoraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Restora';
  src: url('../fonts/Restora.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'House Of The Dragon';
  src: url('../fonts/HouseoftheDragon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'House Of The Dragon Outline';
  src: url('../fonts/HouseoftheDragon-Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'House Of The Dragon';
  src: url('../fonts/HouseoftheDragon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'House Of The Dragon Deco';
  src: url('../fonts/HouseoftheDragon-Deco.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}