body {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #e8e8e8;
  text-decoration: underline;
}

.tarot_cards {
  position: relative;
  overflow: hidden;
  width: 440px;
  border-radius: 10px;
}

.tarot_cards.card-2 {
  left: 0px;
  top: -84px;
  z-index: 3;
  width: 350px;
}

.tarot_cards.card-1 {
  top: -53px;
  right: 0px;
  z-index: 20;
  width: 400px;
}

.tarot_cards.card-3 {
  bottom: 21.899px;
  width: 270px;
}

.tarot_cards._2 {
  z-index: 4;
}

.tarot_cards._1 {
  z-index: 10;
}

.tarot_cards._3 {
  z-index: 2;
}

.tarot_cards._4 {
  z-index: 8;
}

.tarot_cards._5 {
  z-index: 6;
}

.tarot_cards._6 {
  display: none;
}

.tarot_section-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.highlighted-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  margin-top: 100px;
  border-radius: 20px;
  background-color: #133993;
}

.tarot_hero-h1 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #e8e8e8;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: center;
}

.tarot_hero-headline-wrapper {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.tarot_hero-h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #e8e8e8;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.tarot_hero-wrapper {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tarot_footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tarot_content {
  -webkit-transform: perspective(373px);
  transform: perspective(373px);
}

.tarot_footer-inner {
  width: 60%;
  margin-top: 60px;
}

.footer-text {
  color: #e8e8e8;
  text-align: center;
}

.footer-h3 {
  color: #e8e8e8;
  text-align: center;
}

.image-2 {
  width: 60px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  color: #3869e7;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  max-width: 1200px;
}

.footer-card {
  position: relative;
  overflow: hidden;
  width: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 10px;
}

.footer-card-text {
  color: #e8e8e8;
  text-align: center;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

@media screen and (min-width: 1280px) {
  .tarot_cards._2 {
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .highlighted-container {
    max-height: 800px;
    min-height: 0px;
  }
}

@media screen and (max-width: 991px) {
  .tarot_cards {
    width: 350px;
  }

  .tarot_cards.card-2 {
    left: 0px;
  }

  .tarot_cards._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tarot_section-wrapper {
    height: auto;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .highlighted-container {
    width: 100vw;
    height: 800px;
    min-height: 0px;
    margin-left: -40px;
    border-radius: 0px;
    background-color: transparent;
  }

  .tarot_hero-headline-wrapper {
    width: 80%;
  }

  .tarot_footer-wrapper {
    height: 30vh;
  }

  .footer-card {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tarot_cards {
    width: 300px;
  }

  .tarot_section-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .highlighted-container {
    margin-left: -30px;
  }

  .tarot_hero-h1 {
    font-size: 4em;
  }

  .tarot_hero-headline-wrapper {
    width: 90%;
  }

  .tarot_hero-h2 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 479px) {
  .tarot_section-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 30px;
  }

  .highlighted-container {
    margin-left: -10px;
  }

  .tarot_hero-h1 {
    font-size: 3em;
  }

  .tarot_hero-headline-wrapper {
    width: 100%;
  }

  .tarot_hero-h2 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a477a19b-9d25-7dbc-0208-34aee94ac2cd-9d893c7a {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

