.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

a:hover {
  color: #ff474a;
}

.heading {
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 18em;
  font-weight: 700;
  line-height: 80%;
}

.left-section {
  flex-flow: wrap;
  flex: 1;
  place-content: space-around space-between;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  max-height: 100vh;
  margin: auto;
  padding: 5% 5% 5% 8%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-section {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  padding: 10% 8% 10% 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body_grid {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: space-around;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  overflow: hidden;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  padding: 50% 7% 5%;
  display: flex;
}

.qintro {
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 150%;
}

.qbutton {
  color: #0b0b0b;
  background-color: #f7f7f7;
  padding: 16px 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: block;
  container-name: qbutton;
}

.qbutton:hover {
  color: #fff;
  background-color: #515050;
}

.answerscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help {
  z-index: 999;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  column-count: auto;
  background-color: #333;
  width: 30px;
  height: 30px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 2% 2% auto auto;
}

.help:hover {
  color: #fff;
  background-color: #f66;
}

.heading1 {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 18svw;
  font-weight: 700;
  line-height: 80%;
}

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

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

.div-block-3 {
  padding: 5% 2% 5% 10%;
  overflow: visible;
}

.code-embed {
  display: none;
  overflow: visible;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 24px;
  max-height: 32px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footertext {
  color: #bebebe;
  text-align: center;
  letter-spacing: 1px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 7px;
  display: block;
}

.link {
  color: #a0a0a0;
}

.heading0 {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 18svw;
  font-weight: 700;
  line-height: 80%;
}

.body-full {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  background-color: #0b0b0b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 5%;
  padding-bottom: 20%;
  display: flex;
  overflow: visible;
}

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

.heading-full-page {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 20svw;
  font-weight: 700;
  line-height: 80%;
}

.qbutton_full {
  color: #0b0b0b;
  background-color: #f7f7f7;
  padding: 16px 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: block;
  container-name: qbutton;
}

.qbutton_full:hover {
  color: #fff;
  background-color: #515050;
}

.heading-full-page-1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 20svw;
  font-weight: 700;
  line-height: 80%;
}

.text-span {
  letter-spacing: 3svh;
  font-weight: 700;
}

.text-span-2 {
  letter-spacing: 2px;
}

.text-span-3 {
  letter-spacing: 3px;
  font-weight: 300;
}

.leftbook {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #fd5353;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 15% 10% 10%;
  display: flex;
  overflow: visible;
}

.rightbook {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #0b0b0b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 15% 10% 10%;
  display: flex;
}

.body_books {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: space-around;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  overflow: hidden;
}

.image {
  max-width: 35svh;
}

.footertext-book {
  color: #bebebe;
  text-align: center;
  letter-spacing: 1px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Merriweather, serif;
  font-size: 9px;
  display: flex;
}

.image2 {
  max-width: 35svh;
}

.buy {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 1px;
  font-family: Inconsolata, monospace;
  font-weight: 500;
  display: block;
}

.interactivesbook {
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.button-2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 8px;
  font-family: Merriweather, serif;
}

.icon {
  color: #fff;
  margin: 0;
  position: static;
  transform: rotate(180deg);
}

.link-block {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.details {
  color: #fffdfd;
  padding-right: 4px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
}

.detailtitle {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.detailspara {
  color: #fff;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.button-3 {
  background-color: #0000;
  padding: 4px 8px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.deatails-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.detailspopup {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-left: 1px solid #fff;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  display: flex;
  position: relative;
  bottom: 5%;
}

.detailsblock {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.leftbook-mobile {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #fd5353;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 15% 10% 10%;
  display: none;
  overflow: visible;
}

.rightbook-mobile {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #0b0b0b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 15% 10% 10%;
  display: none;
}

.button-mobile-r {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.container-wrapper {
  display: none;
}

.button-mobile-l {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

.link-block-l, .link-block-r {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.detailspopup-l, .detailspopup-r {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-left: 1px solid #fff;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  display: flex;
  position: relative;
  bottom: 5%;
}

.float1 {
  z-index: -1;
  opacity: .71;
  filter: blur(120px);
  background-color: #7a7878;
  width: 60%;
  height: 40%;
  position: absolute;
  inset: auto auto 12% 5%;
}

.float2 {
  z-index: -2;
  opacity: .19;
  filter: blur(100px);
  background-color: #797777;
  width: 60%;
  height: 80%;
  position: absolute;
  inset: 8% 12% auto auto;
}

.div-block-4 {
  filter: blur(20px);
  background-color: #fff;
  width: 40%;
  height: 40%;
}

.cloudy-bg {
  z-index: -1;
  background-color: #e0c9c9;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.code-embed-2 {
  display: none;
}

.body_help {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: space-around;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  overflow: hidden;
}

.infinity {
  overflow: hidden;
}

.words-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
}

.code-embed-3 {
  display: none;
}

.fullpagesection-infinity {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 80%;
  display: flex;
  position: fixed;
  inset: 5% 30% 0%;
}

.heading-full-page-infinity {
  color: #3d3d3d;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 17svw;
  font-weight: 700;
  line-height: 80%;
  display: flex;
  overflow: visible;
}

.qbutton_full-outline {
  color: #0b0b0b;
  background-color: #f7f7f7;
  border: 0 solid #3d3d3d;
  border-radius: 0;
  padding: 16px 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: block;
  container-name: qbutton;
}

.qbutton_full-outline:hover {
  color: #fff;
  background-color: #515050;
}

.the-cloud {
  z-index: 1;
  opacity: .78;
  filter: blur(80px);
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 100%;
  height: 50%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 20%;
}

.the-cloud2 {
  z-index: 3;
  opacity: .79;
  filter: blur(80px);
  mix-blend-mode: hard-light;
  background-color: #8a8a8a;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 100%;
  height: 40%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 20% 20% 20% 35%;
}

.restart {
  color: #575757;
  background-color: #0000;
  border: 2px solid #5e5e5e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 20px;
  display: flex;
  position: fixed;
  inset: 2% auto auto 2%;
}

.heading-full-page-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 15svw;
  font-weight: 700;
  line-height: 80%;
}

.void {
  z-index: -1;
  opacity: .78;
  filter: blur(80px);
  mix-blend-mode: normal;
  background-color: #faa5a5b0;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 100%;
  height: 50%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 20%;
}

.image-b3 {
  max-width: 37svh;
  transform: rotate(-7deg);
}

.image2-b3 {
  max-width: 37svh;
  transform: rotate(4deg);
}

.rightbook-b3 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1b1b1b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 15% 10% 10%;
  display: flex;
}

.image-mb3, .image2-mb3 {
  max-width: 35svh;
}

.rightbook-mobile-b3 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #0b0b0b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 15% 10% 10%;
  display: none;
}

.body_posses {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: space-around;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  overflow: hidden;
}

.possesl {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 10%;
  display: flex;
  overflow: visible;
}

.possesr {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 10%;
  display: flex;
}

.h-posses {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  max-width: 100%;
  max-height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 10svw;
  font-weight: 700;
  line-height: 80%;
  display: block;
}

.bookl {
  width: 50svh;
  max-width: 50svh;
  transform: rotate(-9deg);
}

.possescontainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.bookl-2 {
  width: 52svh;
  max-width: 52svh;
  transform: rotate(-9deg);
}

.h-posses-2 {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  max-width: 100%;
  max-height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 9svw;
  font-weight: 700;
  line-height: 80%;
  display: block;
}

.image-b2 {
  max-width: 40svh;
}

.image2-b2 {
  max-width: 33svh;
}

.leftpic {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.line {
  width: 27%;
  max-width: 27%;
}

.heading-help {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 18svw;
  font-weight: 700;
  line-height: 80%;
}

.about {
  z-index: 999;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  column-count: auto;
  background-color: #0e0e0e00;
  width: auto;
  height: auto;
  font-family: Merriweather, serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 2% 2% auto auto;
}

.about:hover {
  color: #fff;
  background-color: #f66;
}

.answerscontainer2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40%;
  display: grid;
}

.body_d2 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#969696, #fafafa);
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 5%;
  padding-bottom: 20%;
  display: flex;
  overflow: visible;
}

.heading-about {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 16svw;
  font-weight: 700;
  line-height: 80%;
}

.div-block-w-pic {
  flex-flow: column;
  justify-content: flex-start;
  padding: 0% 5% 5% 7%;
  display: flex;
}

.image-2 {
  max-width: 80%;
}

.body-about1000 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 5%;
  padding-bottom: 20%;
  display: flex;
  overflow: visible;
}

.heading-about1000 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 50%;
  -moz-text-size-adjust: 50%;
  text-size-adjust: 50%;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 20svw;
  font-weight: 700;
  line-height: 80%;
}

.eyeshut {
  width: 70%;
  margin-bottom: 5%;
}

.heading-void {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 50%;
  -moz-text-size-adjust: 50%;
  text-size-adjust: 50%;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Humane, Impact, sans-serif;
  font-size: 10svw;
  font-weight: 700;
  line-height: 80%;
}

.realabout {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  background-color: #0b0b0b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-auto-columns: minmax(50%, 50%);
  justify-content: space-around;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: grid;
  overflow: hidden;
}

.qintro-dark {
  color: #fff;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.qintro-dark-headline {
  color: #fff;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
}

.div-block-about {
  flex-flow: column;
  justify-content: flex-start;
  padding: 10% 5% 5% 7%;
  display: flex;
}

.fullpagesection-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-5, .text-span-6 {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 1200%;
  }

  .left-section {
    width: 100%;
    max-width: 100%;
    padding-left: 30%;
    padding-right: 30%;
    position: static;
    inset: 0% 0% auto;
  }

  .right-section {
    width: 100%;
    max-width: 100%;
    padding: 5% 30% 10%;
    position: static;
  }

  .body_grid {
    height: auto;
    max-height: none;
    display: flex;
  }

  .div-block {
    padding: 0% 30% 15%;
  }

  .qintro, .qbutton {
    font-size: 16px;
  }

  .answerscontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading1 {
    font-size: 35svw;
  }

  .div-block-3 {
    padding-left: 2%;
  }

  .footertext {
    justify-content: space-between;
    align-items: center;
    padding-left: 0%;
    display: block;
  }

  .heading0 {
    letter-spacing: 4px;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: auto;
    font-size: 20svw;
  }

  .body-full {
    height: auto;
    max-height: none;
    display: flex;
  }

  .heading-full-page {
    letter-spacing: 4px;
    font-size: 25svw;
  }

  .qbutton_full {
    font-size: 16px;
  }

  .heading-full-page-1 {
    letter-spacing: 4px;
    font-size: 25svw;
  }

  .leftbook {
    padding-left: 2%;
    display: none;
  }

  .rightbook {
    padding: 15% 30%;
    display: none;
  }

  .body_books {
    background-color: #0b0b0b;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 100%;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .footertext-book {
    justify-content: space-between;
    align-items: center;
    padding-left: 0%;
    display: block;
  }

  .detailspara {
    transform: translate(0);
  }

  .leftbook-mobile {
    width: 90%;
    max-width: 90%;
    padding-left: 10%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .rightbook-mobile {
    width: 90%;
    max-width: 90%;
    padding: 15% 10%;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: translate(100%);
  }

  .button-4 {
    background-color: #fff;
  }

  .button-mobile-r {
    z-index: 999;
    background-color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    inset: 50% 2% 50% auto;
  }

  .mobile-section {
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .container-wrapper {
    justify-content: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: visible;
  }

  .button-mobile-l {
    z-index: 999;
    background-color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    inset: 50% auto 50% 2%;
  }

  .body_help {
    height: auto;
    max-height: none;
    display: flex;
  }

  .fullpagesection-infinity {
    justify-content: center;
    align-items: flex-start;
    left: 25%;
    right: 25%;
  }

  .heading-full-page-infinity {
    letter-spacing: 4px;
    font-size: 19svw;
  }

  .qbutton_full-outline {
    font-size: 16px;
  }

  .heading-full-page-2 {
    letter-spacing: 4px;
    font-size: 25svw;
  }

  .rightbook-b3 {
    padding: 15% 30%;
    display: none;
  }

  .rightbook-mobile-b3 {
    background-color: #222;
    width: 90%;
    max-width: 90%;
    padding: 15% 10%;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: translate(100%);
  }

  .body_posses {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
    grid-auto-columns: minmax(50%, 50%);
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    display: grid;
  }

  .possesl {
    padding-left: 2%;
  }

  .possesr {
    padding: 0% 10% 15%;
  }

  .h-posses {
    letter-spacing: 4px;
    font-size: 11svw;
  }

  .possescontainer {
    width: 100%;
    max-width: 100%;
  }

  .h-posses-2 {
    letter-spacing: 4px;
    font-size: 11svw;
  }

  .heading-help {
    letter-spacing: 4px;
    font-size: 20svw;
  }

  .about {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 12px;
    font-family: Humane, Impact, sans-serif;
    font-size: 18px;
    left: 35%;
    right: 45%;
  }

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

  .answerscontainer2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .body_d2 {
    height: auto;
    max-height: none;
    display: flex;
  }

  .heading-about {
    letter-spacing: 4px;
    font-size: 20svw;
  }

  .div-block-w-pic {
    padding: 0% 30% 15%;
  }

  .body-about1000 {
    height: auto;
    max-height: none;
    display: flex;
  }

  .heading-about1000 {
    letter-spacing: 4px;
    font-size: 25svw;
  }

  .eyeshut {
    width: 100%;
  }

  .heading-void {
    letter-spacing: 4px;
    font-size: 20svw;
  }

  .realabout {
    height: auto;
    max-height: none;
    display: flex;
  }

  .qintro-dark, .qintro-dark-headline {
    font-size: 16px;
  }

  .div-block-about {
    padding: 0% 30% 15%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    letter-spacing: .5vw;
    font-size: 40vw;
  }

  .left-section {
    padding-left: 15%;
    padding-right: 15%;
  }

  .right-section {
    padding: 5% 15% 15%;
  }

  .body_grid {
    flex-flow: column;
  }

  .div-block {
    padding-left: 15%;
    padding-right: 15%;
  }

  .answerscontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading1 {
    letter-spacing: .5vw;
    font-size: 35vw;
  }

  .footertext {
    text-align: center;
  }

  .heading0 {
    letter-spacing: .5vw;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 30vw;
  }

  .body-full {
    flex-flow: column;
  }

  .heading-full-page {
    letter-spacing: .5vw;
    font-size: 30vw;
  }

  .heading-full-page-1 {
    letter-spacing: 2vw;
    font-size: 30vw;
  }

  .rightbook {
    padding-left: 15%;
    padding-right: 15%;
  }

  .body_books {
    flex-flow: column;
  }

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

  .rightbook-mobile {
    padding-left: 15%;
    padding-right: 15%;
  }

  .button-mobile-r, .button-mobile-l {
    width: 32px;
    height: 32px;
  }

  .body_help {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .fullpagesection-infinity {
    width: 60%;
    left: 20%;
    right: 20%;
  }

  .heading-full-page-infinity {
    letter-spacing: .5vw;
    font-size: 19vw;
  }

  .heading-full-page-2 {
    letter-spacing: 2vw;
    font-size: 30vw;
  }

  .rightbook-b3 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .rightbook-mobile-b3 {
    background-color: #222;
    padding-left: 15%;
    padding-right: 15%;
  }

  .body_posses {
    flex-flow: column;
  }

  .possesr {
    padding-left: 15%;
    padding-right: 15%;
  }

  .h-posses, .h-posses-2 {
    letter-spacing: .3vw;
    font-size: 12vw;
  }

  .heading-help {
    letter-spacing: 2vw;
    font-size: 28vw;
  }

  .about {
    text-align: center;
    left: 30%;
    right: 40%;
  }

  .answerscontainer2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .body_d2 {
    flex-flow: column;
  }

  .heading-about {
    letter-spacing: 1vw;
    font-size: 30vw;
  }

  .div-block-w-pic {
    padding-left: 15%;
    padding-right: 15%;
  }

  .body-about1000 {
    flex-flow: column;
  }

  .heading-about1000 {
    letter-spacing: 2vw;
    font-size: 30vw;
  }

  .eyeshut {
    width: 100%;
  }

  .heading-void {
    letter-spacing: 2vw;
    font-size: 30vw;
  }

  .realabout {
    flex-flow: column;
  }

  .div-block-about {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 40vw;
    display: block;
  }

  .left-section {
    flex-flow: column;
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

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

  .body_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-top: 0%;
    margin-bottom: 5%;
    overflow: visible;
  }

  .div-block {
    padding-bottom: 20%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .qintro {
    font-size: 4vw;
  }

  .qbutton {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 3.5vw;
  }

  .answerscontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .help {
    top: 2%;
    right: 5%;
  }

  .heading1 {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 32svw;
    display: block;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
    margin-top: 10%;
    padding-left: 10%;
    padding-right: 5%;
  }

  .footer {
    height: auto;
    max-height: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .footertext {
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 7px;
  }

  .heading0 {
    text-align: left;
    letter-spacing: .5vw;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: auto;
    font-size: 18svh;
    display: block;
  }

  .body-full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-left: 4%;
    margin-right: 4%;
  }

  .heading-full-page {
    text-align: left;
    letter-spacing: .5vw;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: auto;
    margin-bottom: 24px;
    font-size: 40svw;
    display: block;
  }

  .qbutton_full {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 4vw;
  }

  .heading-full-page-1 {
    text-align: left;
    letter-spacing: 1vw;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 24px;
    font-size: 30svw;
    display: block;
  }

  .leftbook {
    max-width: 100%;
    margin-top: 20%;
  }

  .rightbook {
    padding-left: 10%;
    padding-right: 10%;
  }

  .body_books {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .image {
    max-width: 25svh;
  }

  .footertext-book {
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image2 {
    max-width: 25svh;
  }

  .link-block {
    padding: 12px;
  }

  .leftbook-mobile {
    max-width: 100%;
    margin-top: 0%;
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .rightbook-mobile {
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .float1 {
    z-index: -1;
    filter: blur(100px);
    mix-blend-mode: multiply;
    background-color: #534d4ded;
    width: 50%;
    max-width: 50%;
    height: 16%;
    max-height: 16%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto auto 12% 5%;
  }

  .float2 {
    z-index: -1;
    filter: blur(70px);
    mix-blend-mode: multiply;
    background-color: #444141;
    width: 20%;
    height: 20%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 24% 17% auto auto;
  }

  .body_help {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .infinity {
    padding-top: 2%;
  }

  .words-container {
    margin-left: 0;
    margin-right: 0;
  }

  .fullpagesection-infinity {
    width: 80%;
    max-width: 90%;
    height: 70%;
    left: 10%;
    right: 10%;
  }

  .heading-full-page-infinity {
    text-align: left;
    letter-spacing: .5vw;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 24px;
    font-size: 36svw;
    display: block;
  }

  .qbutton_full-outline {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 4vw;
  }

  .heading-full-page-2 {
    text-align: left;
    letter-spacing: 1vw;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 24px;
    font-size: 40svw;
    display: block;
  }

  .image-b3, .image2-b3 {
    max-width: 25svh;
  }

  .rightbook-b3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-mb3 {
    max-width: 30svh;
    transform: rotate(-9deg);
  }

  .image2-mb3 {
    max-width: 30svh;
    transform: rotate(4deg);
  }

  .rightbook-mobile-b3 {
    background-color: #222;
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .body_posses {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: minmax(50%, 50%);
    justify-content: center;
    align-items: stretch;
    margin-top: 0%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .possesl {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    transform: rotate(7deg);
  }

  .possesr {
    padding: 0% 10% 20%;
  }

  .h-posses {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 11svh;
    display: block;
  }

  .bookl, .bookl-2 {
    width: 70svw;
    max-width: 70svw;
    transform: rotate(0);
  }

  .h-posses-2 {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 11svh;
    display: block;
  }

  .image-b2, .image2-b2 {
    max-width: 25svh;
  }

  .heading-help {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 15svh;
    display: block;
  }

  .about {
    text-align: center;
    top: 2%;
    left: 20%;
    right: 30%;
  }

  .answerscontainer2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .body_d2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-left: 4%;
    margin-right: 4%;
  }

  .heading-about {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 18svh;
    display: block;
  }

  .div-block-w-pic {
    padding-bottom: 20%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .body-about1000 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-left: 4%;
    margin-right: 4%;
  }

  .heading-about1000 {
    text-align: left;
    letter-spacing: 1vw;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 24px;
    font-size: 40svw;
    display: block;
  }

  .heading-void {
    text-align: left;
    letter-spacing: 1vw;
    font-size: 18svh;
    display: block;
  }

  .realabout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: stretch;
    margin-top: 0%;
    margin-bottom: 5%;
    overflow: visible;
  }

  .qintro-dark, .qintro-dark-headline {
    font-size: 4vw;
  }

  .div-block-about {
    padding-bottom: 20%;
    padding-left: 10%;
    padding-right: 10%;
  }
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-958a482e {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-958a482e {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-958a482e, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-958a482e {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-958a482e {
  place-self: center;
}

#w-node-adb29ce8-f688-85ad-c171-bcf3ed06b9c2-958a482e {
  place-self: auto;
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-75441e9b {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-75441e9b {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-75441e9b, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-75441e9b, #w-node-_0965e30f-9464-951e-5ede-51a35ca52e66-75441e9b, #w-node-_2ca3ac67-2468-d52d-542e-8d1e6a403ccb-75441e9b {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-75441e9b {
  place-self: center;
}

#w-node-_08d3413f-2489-2bd3-7ee8-df1e660b1601-7cc3f437 {
  place-self: auto;
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-7cc3f437 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-7cc3f437 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-7cc3f437, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-7cc3f437, #w-node-_9d93d82c-a8ce-d262-7974-3667f1435eb3-7cc3f437 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-7cc3f437, #w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-0061f025 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-0061f025 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-0061f025, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-0061f025 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-0061f025 {
  place-self: center;
}

#w-node-_338405d6-4773-86cc-bcb9-179cbd496310-8f888f66 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-8f888f66 {
  place-self: center;
}

#w-node-_338405d6-4773-86cc-bcb9-179cbd496310-9aba208a {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-9aba208a {
  place-self: center;
}

#w-node-_338405d6-4773-86cc-bcb9-179cbd496310-8ab24480 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-8ab24480 {
  place-self: center;
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-35b63942 {
  place-self: stretch center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-35b63942 {
  place-self: stretch stretch;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-35b63942, #w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-56772ca2 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-56772ca2 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-56772ca2, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-56772ca2, #w-node-_9d93d82c-a8ce-d262-7974-3667f1435eb3-56772ca2 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-56772ca2 {
  place-self: center;
}

#w-node-_06b9c34b-f61b-4ac3-07f9-c7c004d1a5e7-8ff1f1a2, #w-node-_338405d6-4773-86cc-bcb9-179cbd496310-dca76131 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-dca76131 {
  place-self: center;
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-d1803626 {
  place-self: stretch center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-d1803626 {
  place-self: stretch stretch;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-d1803626 {
  place-self: center;
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-d60596e4 {
  place-self: stretch stretch;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-d60596e4 {
  place-self: stretch start;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-d60596e4, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-d60596e4, #w-node-_0965e30f-9464-951e-5ede-51a35ca52e66-d60596e4 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-d60596e4 {
  place-self: center;
}

#w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-3fec1a47 {
  place-self: stretch stretch;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-3fec1a47 {
  place-self: stretch start;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-3fec1a47, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-3fec1a47, #w-node-_0965e30f-9464-951e-5ede-51a35ca52e66-3fec1a47 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-3fec1a47, #w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-aa7b04c6 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-aa7b04c6 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-aa7b04c6, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-aa7b04c6, #w-node-_9d93d82c-a8ce-d262-7974-3667f1435eb3-aa7b04c6 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-aa7b04c6 {
  place-self: center;
}

#w-node-_338405d6-4773-86cc-bcb9-179cbd496310-d805ce54 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-d805ce54, #w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-4fbec5f3 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-4fbec5f3 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-4fbec5f3, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-4fbec5f3 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-4fbec5f3 {
  place-self: center;
}

#w-node-_338405d6-4773-86cc-bcb9-179cbd496310-14bb1120 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-14bb1120, #w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-edac9de4 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-edac9de4 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-edac9de4, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-edac9de4, #w-node-_8ca96966-e4b3-bb8e-f8a7-83c8c8de2ce4-edac9de4 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-edac9de4, #w-node-_5a65f5bc-3f27-bd24-5e2a-ae57da55397e-5dbc96c5 {
  place-self: center;
}

#w-node-_994b975f-08d5-5d1b-c487-0ee3a16ade12-5dbc96c5 {
  place-self: stretch stretch;
}

#w-node-fc7c861a-a5ad-cb4d-7769-8c0aa60304c8-5dbc96c5, #w-node-_6cba07de-e0ca-204b-4603-586fdf7aee63-5dbc96c5, #w-node-_9d93d82c-a8ce-d262-7974-3667f1435eb3-5dbc96c5 {
  justify-self: start;
}

#w-node-f36804b0-7216-88f3-fc1c-03225f0504e4-5dbc96c5 {
  place-self: center;
}


@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}