:root {
  --dark: #0c1117;
  --white: white;
  --green: #46ff9c;
  --black: black;
}

.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 {
  color: #fff;
  background-color: #0c1117;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.navbar {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(12, 17, 22, .78);
  width: 100%;
  padding-top: 12px;
  position: fixed;
}

.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
  border-bottom: 1px solid #72aee9;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:active {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 600;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-top: 139px;
  padding-top: 33px;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.heading {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}

.paragraph {
  text-align: center;
  width: 60%;
  font-size: 15px;
  line-height: 171%;
}

.paragraph.light {
  font-size: 15px;
  font-weight: 300;
  line-height: 179%;
}

.paragraph.light._1 {
  padding-top: 23px;
  padding-bottom: 23px;
  text-decoration: none;
}

.paragraph.light._2 {
  z-index: 5;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
}

.paragraph.left {
  text-align: left;
  width: auto;
  font-size: 15px;
}

.paragraph.left.green {
  color: #fff;
}

.paragraph.left.padding {
  color: rgba(255, 255, 255, .6);
  text-align: left;
  padding-bottom: 21px;
  text-decoration: none;
}

.paragraph.left.padding.center {
  text-align: center;
}

.paragraph.left._1 {
  font-size: 12px;
}

.social {
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.social_icon:hover {
  color: #4ea3f8;
  -webkit-text-stroke-color: #7d8996;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
}

.social_tab {
  padding-left: 14px;
  padding-right: 14px;
}

.social_tab:hover {
  filter: invert(51%);
}

.button {
  margin-top: 34px;
  margin-right: 15px;
}

.button.primary {
  color: #000;
  background-color: #2bf989;
  border-radius: 100px;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 36px;
  font-weight: 500;
  transition: all .2s;
  display: block;
}

.button.primary:hover {
  background-color: #14c565;
  box-shadow: 0 3px 15px 2px rgba(105, 187, 246, .21);
}

.button.primary.small {
  border-radius: 100px;
  padding: 13px 24px;
  font-size: 11px;
}

.button.primary.hide {
  display: none;
}

.button.charity {
  color: #ef9731;
  background-color: rgba(43, 249, 137, 0);
  border: 1px solid #ef9731;
  border-radius: 100px;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 36px;
  font-weight: 500;
  transition: all .2s;
}

.button.charity:hover {
  background-color: #1b2533;
  box-shadow: 0 3px 15px 2px rgba(105, 187, 246, .21);
}

.button.calendar {
  color: #000;
  background-color: #6a8fbb;
  border-radius: 100px;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 36px;
  font-weight: 500;
  transition: all .2s;
}

.button.calendar:hover {
  background-color: #a7d3ff;
  box-shadow: 0 3px 15px 2px rgba(105, 187, 246, .21);
}

.button.calendar.small {
  border-radius: 100px;
  padding: 13px 24px;
  font-size: 11px;
}

.secondary {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 62px;
  padding-left: 21px;
  padding-right: 21px;
  transition: all .2s;
}

.secondary:hover {
  box-shadow: 0 2px 16px -9px var(--white);
  color: #000;
  background-color: #fff;
  font-weight: 500;
}

.div-block {
  background-image: linear-gradient(0deg, var(--dark), white);
  width: 1px;
  height: 140px;
  margin-top: 38px;
}

.supply-section {
  max-width: 1080px;
  margin-bottom: 28px;
}

.supply-element {
  background-color: rgba(182, 77, 77, 0);
  background-image: linear-gradient(0deg, #29f989, rgba(255, 255, 255, 0) 30%, #fff 49%, rgba(255, 255, 255, 0));
  border-radius: 40px;
  padding: 2px;
  box-shadow: 0 7px 19px 1px #19222e;
}

.supply-containdr {
  background-color: var(--dark);
  border: 0 solid #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.heading-2 {
  margin-top: 10px;
  padding-top: 0;
  font-weight: 300;
}

.text-block {
  padding-top: 0;
  padding-bottom: 0;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #322ff0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 62.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 2.9rem;
  font-size: .9rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  color: #1fc446;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
  color: #3c6fdb;
}

.glowing-wrapper-borders {
  opacity: 1;
  color: rgba(10, 255, 149, .82);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  color: #b81c1c;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.button-text {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, .4), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  position: relative;
}

.styles---glowing-button {
  display: block;
  overflow: visible;
}

.text-block-2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.rounded-tag {
  background-color: var(--green);
  color: #0c1116;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 20px 36px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.rounded-tag:hover {
  background-color: #5cff8d;
}

.tokenomics-section {
  z-index: 19;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.percentage {
  color: var(--green);
  padding-right: 10px;
  font-size: 30px;
  line-height: 20px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 4px;
  font-size: 17px;
}

.link {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.graph-bg {
  z-index: 0;
  width: 100%;
  max-width: 100vw;
  margin-top: -193px;
  margin-bottom: 35px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.image {
  margin-top: 0;
}

.reveal-layer {
  z-index: 17;
  background-color: rgba(143, 184, 226, 0);
  background-image: linear-gradient(270deg, var(--dark), var(--dark) 77%, rgba(12, 17, 22, 0));
  color: #0c1116;
  object-fit: fill;
  width: 200vw;
  height: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-2 {
  width: 330px;
  position: absolute;
  top: 9%;
  bottom: 8px;
  left: auto;
  right: 2%;
}

.image-3 {
  width: 170px;
  position: relative;
}

.text-span {
  font-size: 13px;
}

.freedom-cause-section {
  max-width: 1080px;
  margin-top: 28px;
}

.cause-main-container {
  background-color: #121a24;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
  max-width: 1080px;
  margin-top: 26px;
  margin-bottom: 36px;
  padding: 0 32px;
  display: flex;
}

.cause-main-container:hover {
  box-shadow: 4px 13px 16px 3px rgba(3, 13, 26, .18);
}

.cause-main-container._2 {
  padding-bottom: 59px;
}

.image-5 {
  border-radius: 20px;
  width: 440px;
  position: relative;
  top: -27px;
}

.squared-tag {
  z-index: 13;
  color: #0c1116;
  background-color: #f09731;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 13px 25px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-bottom: 37px;
  font-weight: 500;
}

.text-span-2 {
  color: #000;
  font-weight: 700;
  position: static;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.paddng {
  padding-bottom: 18px;
}

.heading-4.paddng.values {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  padding-bottom: 0;
  padding-left: 153px;
  padding-right: 153px;
  font-weight: 200;
}

.about-image {
  border-radius: 20px 20px 160px;
  width: 290px;
}

.about-us {
  background-color: #121a24;
  background-image: url('../images/bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
  max-width: 1080px;
  margin-top: 26px;
  margin-bottom: 36px;
  padding: 60px 32px;
  display: flex;
}

.join-us {
  background-color: #121a24;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
  max-width: 1080px;
  margin-top: 26px;
  margin-bottom: 78px;
  padding: 23px 32px;
  display: flex;
}

.spaceer {
  height: 20px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-7 {
  border-top: 1px solid #202d39;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-3 {
  color: rgba(255, 255, 255, .33);
  text-align: center;
}

.text-span-3 {
  color: var(--green);
}

.text-span-4 {
  color: #f71616;
}

.div-block-9 {
  width: 80px;
  height: 80px;
  margin-top: -15px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  width: auto;
}

.ticker {
  color: var(--green);
  padding-right: 0;
  font-size: 16px;
  line-height: 20px;
}

.image-6 {
  padding-top: 21px;
  padding-bottom: 21px;
}

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

.link-2 {
  color: #fff;
  border: 1px #000;
  text-decoration: underline;
}

.hero-section-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.faqs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0d151f;
  border: 1px solid rgba(239, 240, 246, .07);
  border-radius: 24px;
  width: 100%;
  padding: 25px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  color: #4a8fbe;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.accordion-title.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
}

.mg-bottom-0 {
  margin-bottom: 0;
  padding-bottom: 14px;
}

.coin-details {
  padding-left: 23px;
  padding-right: 23px;
}

.cause-bio {
  border-top: 1px rgba(255, 255, 255, .33);
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 41px;
  padding-bottom: 28px;
  display: flex;
}

.cause-bio.dotted-lined {
  border-top-style: dashed;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cause-bio.flip {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 39px;
}

.cause-bio.flip._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.buy-coin-subscection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
}

.buy-coin-subscection.none {
  display: none;
}

.paragraph-4 {
  padding-top: 17px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.heading-5 {
  color: #fff;
  -webkit-text-stroke-color: #ef9731;
}

.div-block-12 {
  border-right: 1px solid rgba(255, 255, 255, .19);
  height: 100%;
}

.text-span-5 {
  color: #ef9731;
}

.text-span-6 {
  color: var(--white);
}

.text-span-7 {
  font-weight: 300;
}

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

.values {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.value-s-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.faqs-section {
  background-color: #121a24;
  background-image: url('../images/bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
  max-width: 1080px;
  margin-top: 26px;
  margin-bottom: 36px;
  padding: 60px 32px;
  display: flex;
}

.image-7 {
  padding-bottom: 52px;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-6 {
  margin-top: 0;
}

.heading-6.charity {
  font-weight: 400;
}

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

.div-block-16 {
  max-width: 500px;
  padding-top: 35px;
}

.roadmapcontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.phases-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.phase-container {
  width: 100%;
}

.list-item {
  padding-bottom: 0;
}

.list {
  padding-right: 21px;
}

.div-block-17 {
  background-image: linear-gradient(rgba(16, 25, 36, .8), rgba(16, 25, 36, .8)), url('../images/Group-131.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  border: 1px dashed rgba(255, 255, 255, .35);
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 26px;
}

.paragraph-5 {
  padding: 0;
}

.roadmap {
  background-color: rgba(33, 46, 63, .7);
  background-image: url('../images/bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
  max-width: 1080px;
  margin-top: 26px;
  margin-bottom: 36px;
  padding: 60px 32px;
  display: flex;
}

.faq-question {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.faq-question.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.div-block-18 {
  display: none;
}

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

.div-block-20 {
  background-color: #16202d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 51px 43px;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 24px;
}

.center-text.light {
  font-weight: 500;
}

.whte {
  color: #fff;
}

.paragraph-6 {
  line-height: 24px;
}

.text-span-8 {
  color: #0aff7a;
}

.text-span-9, .green {
  color: #2bf989;
}

.js-clock {
  justify-content: center;
  align-items: center;
  padding-bottom: 9px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.listing {
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: none;
}

.calendar-options {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-22 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.charity-option {
  background-color: #0f1720;
  border: 3px solid #202f42;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 9px;
  padding: 5px 13px 5px 24px;
  transition: all .2s;
  display: flex;
}

.charity-option:hover {
  background-color: #2a3b52;
}

.how-it-works {
  background-color: #121a24;
  background-image: url('../images/bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1080px;
  max-width: 1080px;
  margin-top: 26px;
  margin-bottom: 36px;
  padding: 60px 32px;
  display: flex;
}

.step-container {
  width: 100%;
  display: flex;
}

.step-main-container {
  grid-column-gap: 32px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.step-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.step-image {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 22px;
  display: flex;
}

.step-title {
  background-color: #0b1118;
  border-radius: 13px;
  margin-bottom: 11px;
  padding: 7px 24px;
}

@media screen and (min-width: 1280px) {
  .button.primary, .button.charity, .button.calendar {
    padding: 17px 43px;
  }

  .div-block-5 {
    padding-top: 20px;
  }

  .ticker {
    font-size: 18px;
  }

  .faqs, .buy-coin-subscection, .value-s-section {
    padding-top: 20px;
  }

  .div-block-14 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .roadmapcontainer {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 100%;
  }

  .calendar-options {
    z-index: 470;
    color: #fff;
  }

  .div-block-22 {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: rgba(25, 30, 36, .39);
    width: 100%;
    height: 100%;
  }

  .div-block-23 {
    z-index: 10;
    background-color: #192534;
    border-radius: 20px;
    width: 430px;
    padding: 47px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar {
    padding-top: 0;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(21, 32, 42, 0);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    position: absolute;
  }

  .paragraph.left._1, .button.primary, .button.charity, .button.calendar {
    text-align: center;
  }

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

  .graph-bg {
    margin-top: 0;
    top: -164px;
  }

  .reveal-layer, .image-3 {
    display: block;
  }

  .freedom-cause-section {
    width: 100%;
    margin-top: -92px;
  }

  .cause-main-container {
    width: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-right: 2px;
  }

  .div-block-5 {
    padding-right: 9px;
  }

  .heading-4.paddng.values {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us, .join-us {
    width: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .div-block-8 {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: rgba(138, 39, 39, 0);
    -webkit-text-stroke-color: rgba(199, 191, 191, .95);
    background-color: rgba(26, 40, 54, 0);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 9px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0c1116;
  }

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

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faqs-section {
    flex-flow: row;
    width: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .div-block-14 {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0);
    background-color: #1f3141;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    padding-top: 22px;
    padding-bottom: 39px;
    display: flex;
    box-shadow: -3px 4px 8px -3px rgba(0, 0, 0, .55);
  }

  .div-block-15 {
    margin-bottom: 30px;
  }

  .roadmapcontainer {
    padding-right: 9px;
  }

  .roadmap, .how-it-works {
    width: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .step-image {
    justify-content: center;
    align-items: flex-start;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-end;
    align-items: center;
  }

  .hero {
    width: 90%;
    padding-top: 0;
  }

  .paragraph, .paragraph.light {
    width: 100%;
  }

  .tokenomics-section {
    width: 90%;
    margin-bottom: 0;
  }

  .graph-bg {
    height: 250px;
    top: 0;
  }

  .image {
    aspect-ratio: auto;
    max-width: 130%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-2 {
    z-index: 2;
  }

  .image-3 {
    display: block;
    overflow: visible;
  }

  .freedom-cause-section {
    margin-top: 0;
  }

  .cause-main-container {
    flex-flow: column;
    justify-content: flex-end;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 37px;
    padding-right: 32px;
  }

  .image-5 {
    border-bottom-right-radius: 20px;
    width: auto;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-4.paddng.values {
    padding-left: 0;
    padding-right: 0;
  }

  .about-image {
    width: 230px;
    position: relative;
    left: 25px;
  }

  .about-us {
    flex-flow: column;
  }

  .join-us {
    flex-flow: column;
    align-items: center;
  }

  .faqs {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .cause-bio {
    flex-flow: column;
  }

  .cause-bio.dotted-lined {
    border-top-style: none;
    flex-flow: column;
    margin-top: 0;
  }

  .cause-bio.flip {
    flex-flow: column-reverse;
  }

  .buy-coin-subscection {
    border-bottom: 1px dashed rgba(255, 255, 255, .39);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .buy-coin-subscection.none {
    border-bottom-style: none;
  }

  .div-block-13 {
    flex-flow: column-reverse;
  }

  .value-s-section {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .faqs-section {
    flex-flow: column;
  }

  .roadmapcontainer {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .roadmap {
    flex-flow: column;
  }

  .faq-question {
    font-size: 20px;
    line-height: 30px;
  }

  .how-it-works {
    flex-flow: column;
  }

  .step-main-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0;
  }

  .hero {
    width: 95%;
  }

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

  .paragraph {
    font-size: 14px;
    line-height: 185%;
  }

  .paragraph.light._1 {
    width: 90%;
    font-size: 15px;
  }

  .paragraph.light._2 {
    width: 90%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .paragraph.left, .paragraph.left.green, .paragraph.left.padding {
    font-size: 14px;
  }

  .paragraph.left._1 {
    width: 100%;
  }

  .social {
    text-align: center;
  }

  .social_tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.primary {
    text-align: center;
    width: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
  }

  .button.primary.small {
    width: 70%;
  }

  .button.charity {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .button.calendar {
    text-align: center;
    width: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
  }

  .button.calendar.small {
    width: 70%;
  }

  .glowing-wrapper-button {
    font-size: .8rem;
  }

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

  .div-block-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .graph-bg {
    margin-bottom: 0;
    position: relative;
  }

  .image {
    max-width: 180%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .reveal-layer {
    width: 130vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-2 {
    z-index: 8;
  }

  .image-4 {
    width: 140px;
  }

  .text-span {
    font-size: 13px;
  }

  .cause-main-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cause-main-container._2 {
    flex-flow: column-reverse;
  }

  .image-5 {
    border-radius: 15px;
  }

  .squared-tag {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

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

  .heading-4 {
    padding-bottom: 10px;
  }

  .heading-4.paddng, .heading-4.paddng.values {
    font-size: 28px;
    line-height: 38px;
  }

  .about-image {
    width: 180px;
    left: 12px;
  }

  .about-us {
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .join-us {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    width: 90%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-3 {
    width: 300px;
    font-size: 12px;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .faqs {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-1-column {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .accordion-btn-line.horizontal, .accordion-btn-line.vertical {
    width: 16px;
  }

  .accordion-item-wrapper {
    flex-flow: row;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .mg-bottom-0 {
    font-size: 14px;
  }

  .cause-bio.dotted-lined {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cause-bio.flip {
    padding-top: 0;
  }

  .buy-coin-subscection {
    border-bottom-style: none;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-5 {
    font-size: 10px;
  }

  .value-s-section {
    justify-content: center;
    align-items: center;
  }

  .faqs-section {
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 38px;
  }

  .link-3 {
    color: #fff;
  }

  .roadmapcontainer {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

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

  .paragraph-5 {
    font-size: 14px;
  }

  .roadmap {
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-question {
    font-size: 18px;
    line-height: 26px;
  }

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

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .how-it-works {
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .step-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .step-main-container {
    grid-template-columns: 1fr;
  }

  .step-info {
    width: 100%;
  }

  .step-image {
    padding: 5px;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}