:root {
  --color--bg: var(--light);
  --color--text: var(--dark);
  --dark--button-bg: var(--brand1);
  --color--button-bg: var(--brand1);
  --brand1: #c5a45b;
  --color--toggle-offset: 0px;
  --light: #f7eedd;
  --color--button-text: var(--light);
  --dark: #494d4d;
  --dark--toggle-offset: 33px;
  --dark--button-text: var(--dark);
  --dark--text: var(--light);
  --dark--bg: var(--dark);
}

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

body {
  background-color: var(--color--bg);
  color: var(--color--text);
  font-family: Chewy, sans-serif;
  font-size: 1.5vw;
  line-height: 1;
}

.body {
  background-color: var(--color--bg);
  color: var(--color--text);
  font-size: 1vw;
  line-height: 1;
}

.hero-div {
  margin-top: 9vh;
  margin-bottom: 50vh;
  display: none;
}

.nav {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px solid var(--dark--button-bg);
  background-color: var(--color--text);
  color: var(--color--bg);
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.nav-link {
  color: var(--color--bg);
  text-decoration: none;
}

.nav-link:hover {
  color: var(--color--button-bg);
}

.button-wrapper {
  background-color: var(--brand1);
  border-radius: 20px;
  width: 90px;
  height: 30px;
  padding: 3px;
}

.toggle-circle {
  margin-top: 0;
  margin-left: var(--color--toggle-offset);
  background-color: var(--light);
  border-radius: 20px;
  width: 60%;
  height: 100%;
  padding: 0;
}

.grid {
  grid-template: ". Area" 4fr
                 ". ." 1fr
                 / 1fr 3.25fr 1fr;
  width: 90vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  border: 5px #000;
  border-radius: 20px;
  grid-template: "Area Area-2 Area-3" 1fr
                 "Area Area-2 Area-4" 1fr
                 "Area-5 Area-2 Area-4" 1fr
                 "Area-5 Area-2 Area-4" 1fr
                 "Area-5 Area-6 Area-4" 1fr
                 / 1fr 1fr 1fr;
  width: 95vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.grid-item-wraper {
  border: 3px solid var(--dark--button-bg);
  background-color: var(--color--text);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-item-wraper._1 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.grid-item-wraper._2 {
  justify-content: center;
  align-items: flex-end;
}

.grid-item-wraper._3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
}

.image {
  width: auto;
  height: 100%;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: auto;
  height: 100%;
}

.image-4 {
  height: 70%;
}

.image-5 {
  height: 50%;
}

.image-6 {
  height: 65%;
}

.sticky-content-div {
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 220px;
  margin-bottom: 220px;
  display: flex;
  position: relative;
}

.left {
  border-style: none solid none none;
  border-width: 4px 2px 4px 4px;
  border-color: black var(--color--text) black black;
  justify-content: center;
  align-items: flex-start;
  width: 30vw;
  display: flex;
  position: relative;
  top: auto;
}

.right {
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
}

.text1 {
  text-align: left;
  margin-left: 2vw;
  margin-right: 2vw;
  font-size: 1.5vw;
  line-height: 1.1;
}

.heading-1 {
  font-size: 2.5vw;
  position: static;
  top: 150px;
}

.important {
  font-size: 2vw;
  text-decoration: none;
}

.hero-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px none var(--color--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-7 {
  height: 30%;
}

.image-8 {
  height: 60%;
}

.counter-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.counter-wraper {
  outline-color: var(--color--button-bg);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 5px;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 20vw;
  height: 17vh;
  padding: 20px;
  display: flex;
  box-shadow: 10px 10px 8px #0003;
}

.text-block {
  font-weight: 400;
}

.div-block {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  max-width: 100vw;
  margin-top: 522px;
  margin-bottom: 327px;
  display: flex;
}

.icon.accordion-icon {
  color: var(--color--text);
  cursor: pointer;
  font-size: 3vw;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  line-height: 1;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 60vw;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--color--button-bg);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.image-9 {
  height: 90%;
  margin: 0;
  padding: 0;
}

.tokenomics-section {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.image-10 {
  background-color: var(--color--button-bg);
  border-radius: 20px;
  position: static;
  left: 0;
  right: 0;
}

.swap {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.footer-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 220px;
  display: flex;
}

.image-11 {
  width: 25vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bullishbrands-header {
  border-top: 4px solid var(--color--button-bg);
  border-bottom: 4px solid var(--color--button-bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.image-12 {
  width: 18vw;
}

.image-12._1 {
  width: 10vw;
}

.logo-wraper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-bottom: 100px;
  display: flex;
}

.social-wraper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 5vw;
}

.image-13._1 {
  width: 4vw;
}

.policy-wraper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-3 {
  color: #faf9db;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 1.5vw;
  line-height: 1;
  display: flex;
}

.text-block-3._1 {
  color: var(--color--text);
}

.text-span-8 {
  cursor: auto;
  background-color: #5ba5cd00;
  border-radius: 20px;
  padding: 5px 20px 10px;
}

.button {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #1b386a;
  border-radius: 10em;
  margin-top: 0;
  padding: 5px 40px 10px;
  font-size: 2vw;
  line-height: 1;
  text-decoration: none;
  transition: transform .5s, background-color .3s, color .3s;
  box-shadow: 10px 10px 10px #0003;
}

.button:hover {
  color: #1b386a;
  background-color: #fff;
  transform: translate(0, -10px);
}

.button._1 {
  color: #faf9db;
  background-color: #5ba5cd;
}

.button._1._2 {
  background-color: var(--color--button-bg);
  color: var(--color--text);
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5vw;
}

.button._1._2:hover {
  transform: none;
}

.menu-wraper {
  z-index: 2;
  background-color: #1b386a;
  border-radius: 20px;
  width: 6vw;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 3%;
  right: 2%;
}

.image-14 {
  z-index: 2;
  cursor: pointer;
  background-color: #1b386a00;
  border-radius: 0;
  width: auto;
  padding: 20%;
  position: static;
  top: 3%;
  right: 2%;
}

.menu {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-color: #1b386a;
  background-clip: border-box;
  border: 1px #faf9db;
  border-left: 3px solid #faf9db;
  border-radius: 40px 0 0 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 100vh;
  margin-left: 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: -20px 20px 20px #000000ad;
}

.image-15 {
  cursor: pointer;
  border: 5px solid #faf9db;
  border-radius: 50%;
  width: 15%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: 3%;
  padding: 11px;
  transform: rotate(45deg);
}

.nav-link-wraper {
  border-top: 4px solid #000;
  flex-flow: column;
  margin-top: 10%;
  margin-left: 5%;
  display: flex;
}

.nav-link-wraper._1 {
  border-top-style: none;
  margin-top: 0%;
  padding-right: 3vw;
}

.nav-link-wraper._2 {
  border-top-style: none;
  border-top-color: #d16d6c;
}

.nav-link-2 {
  color: #faf9db;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  font-size: 2.5vw;
  line-height: 1.2;
  text-decoration: none;
  transition: letter-spacing .2s cubic-bezier(.6, -.28, .735, .045), border-width .2s cubic-bezier(.6, -.28, .735, .045);
  overflow: visible;
}

.nav-link-2:hover {
  outline-offset: 0px;
  letter-spacing: .8vw;
  text-underline-offset: 0px;
  text-underline-position: under;
  border-bottom: 4px #faf9db;
  outline: 3px #faf9db;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.nav-link-2._2 {
  color: #d16d6c;
}

.nav-link-2._2:hover {
  border-bottom-color: #d16d6c;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 3vw;
  }

  .nav {
    display: none;
  }

  .button-wrapper.mobile {
    border: 2px solid var(--color--text);
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-content-div {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .text1 {
    font-size: 3vw;
  }

  .heading-1 {
    font-size: 4vw;
  }

  .counter-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .counter-wraper {
    width: 25vw;
    height: 10vh;
    padding: 9px;
  }

  .text-block {
    font-size: 3vw;
  }

  .icon.accordion-icon {
    font-size: 6vw;
  }

  .accordion-item-trigger, .accordion-heading {
    font-size: 4vw;
  }

  .content-wrapper.slim {
    max-width: 80vw;
  }

  .tokenomics-section {
    flex-flow: column;
    margin-bottom: 100px;
  }

  .image-10 {
    margin-bottom: 100px;
  }

  .footer-section {
    margin-top: 100px;
  }

  .image-11 {
    width: 40vw;
  }

  .bullishbrands-header {
    margin-bottom: 60px;
  }

  .image-12 {
    width: 25vw;
  }

  .image-12._1 {
    width: 14vw;
  }

  .logo-wraper {
    flex-flow: wrap;
    margin-bottom: 60px;
  }

  .image-13 {
    width: 10vw;
  }

  .image-13._1 {
    width: 8vw;
  }

  .policy-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
  }

  .text-block-3 {
    font-size: 2vw;
  }

  .text-block-3._1 {
    flex-flow: wrap;
    font-size: 3vw;
  }

  .button {
    font-size: 4vw;
  }

  .button._1, .button._1._2 {
    font-size: 3vw;
  }

  .menu-wraper {
    background-color: var(--color--button-bg);
    cursor: pointer;
    width: auto;
    padding: 15px;
    display: block;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-color: var(--color--text);
    background-color: var(--color--button-bg);
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 100vh;
    display: flex;
  }

  .image-15 {
    border-style: solid;
    border-width: 4px;
    width: 16%;
    padding: 8px;
    position: relative;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-link-wraper._1 {
    margin-top: 5%;
  }

  .nav-link-wraper._2 {
    margin-top: 15%;
    margin-left: 20%;
    margin-right: 0;
  }

  .nav-link-2 {
    font-size: 3.5vw;
  }

  .nav-link-2._2 {
    color: var(--color--text);
    transition-property: none;
  }

  .nav-link-2._2:hover {
    letter-spacing: normal;
    text-decoration: none;
  }

  .button-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: auto auto 10vh;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body, .text1 {
    font-size: 4vw;
  }

  .heading-1 {
    font-size: 6vw;
  }

  .image-8 {
    object-fit: contain;
  }

  .counter-section {
    flex-flow: column;
    margin-top: 20px;
  }

  .counter-wraper {
    width: 60vw;
  }

  .text-block, .accordion-heading {
    font-size: 5vw;
  }

  .content-wrapper.slim {
    max-width: 90vw;
  }

  .accordion-item-content {
    margin-right: 0;
    line-height: 1.2;
  }

  .tokenomics-section {
    margin-bottom: 60px;
  }

  .image-10 {
    object-fit: contain;
    max-width: 90vw;
    margin-bottom: 60px;
  }

  .image-12 {
    width: 40vw;
  }

  .image-12._1 {
    width: 20vw;
  }

  .logo-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-13 {
    width: 12vw;
  }

  .image-13._1 {
    width: 10vw;
  }

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

  .text-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3vw;
  }

  .text-block-3._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
  }

  .text-span-8 {
    overflow-wrap: anywhere;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .button._1 {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.5vw;
  }

  .button._1._2 {
    margin-top: -5px;
    margin-left: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 5vw;
  }

  .menu-wraper {
    width: auto;
    display: flex;
  }

  .menu {
    display: none;
  }

  .image-15 {
    border-width: 4px;
    width: 20%;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-link-wraper._1, .nav-link-wraper._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link-2 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .nav-link-2._2 {
    line-height: 6vw;
  }

  .text-block-4 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .text1 {
    font-size: 6vw;
  }

  .heading-1 {
    font-size: 8vw;
  }

  .counter-wraper {
    width: 80vw;
    height: 10vh;
  }

  .text-block {
    font-size: 7vw;
  }

  .icon.accordion-icon {
    font-size: 8vw;
  }

  .accordion-heading {
    font-size: 6vw;
    line-height: 1.2;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item-content {
    font-size: 5vw;
    line-height: 1.4;
  }

  .image-11 {
    width: 60vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-13 {
    width: 15vw;
  }

  .image-13._1 {
    width: 12vw;
  }

  .policy-wraper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .text-block-3 {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 3vw;
  }

  .text-block-3._1 {
    margin-bottom: 0;
  }

  .button._1 {
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button._1._2 {
    text-align: center;
    margin-top: -10px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-wraper {
    border: 2px solid var(--color--text);
    border-radius: 10px;
    width: auto;
    padding: 10px;
    font-size: 6vw;
    top: 20px;
    right: 20px;
  }

  .menu {
    width: 60%;
    display: none;
  }

  .image-15 {
    border-width: 3px;
    width: 25%;
  }

  .nav-link-wraper._2 {
    margin-top: 8vw;
  }

  .nav-link-2 {
    font-size: 6vw;
    line-height: 10vw;
  }

  .nav-link-2._2 {
    line-height: 10vw;
  }

  .text-block-4 {
    font-size: 6vw;
  }
}

#w-node-_8c955f99-8224-0e9b-405a-32ecacbe0a80-1f3be2fa {
  grid-area: Area-2;
  place-self: center;
}

#w-node-bfa2fcb0-9f7d-eafb-a04e-80867bf3d824-1f3be2fa {
  grid-area: Area;
}

#w-node-c1eb4476-9c15-b77e-8e50-7e46e3d0dd75-1f3be2fa {
  grid-area: Area-6;
}

#w-node-fbcef37b-3be9-d0f1-a5c0-ff97f85c3a04-1f3be2fa {
  grid-area: Area-3;
}

#w-node-_5aaf936b-9fdd-3182-5b4d-7da9a7bb1bf9-1f3be2fa {
  grid-area: Area-5;
}

#w-node-b8f50a4d-b18b-efa2-bab6-4bd4085ac079-1f3be2fa {
  grid-area: Area-4;
}


