html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #212121 !important;
  margin: 0px;
  padding: 0px;
  /*font-family: 'Black', sans-serif;*/
  font-family: 'fieldwork', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0px;
  height: 90%;
  width: 100%;
  /*
	transform: translate(0px, 0px) !important;
*/
}
.page-id-919 {
  background: #212121 !important;
}
.page-id-919 #main-content {
  background: transparent !important;
}
.page-id-919 #blueprint-section {
  display: none;
}
.page-id-919 #welcome-section {
  display: none;
}
.page-id-919 #email-thankyou {
  display: none;
}
.et-fb #blueprint-section {
  display: block;
}
.et-fb #welcome-section {
  display: block;
}
.et-fb #email-thankyou {
  display: block;
}
#activation-free-play {
  z-index: 1000;
  position: absolute;
  top: 40px;
  right: -46px;
  width: 30%;
}
#activation-free-play #free-play-btn {
  cursor: pointer;
}
#synthesis {
  position: relative;
}
#synthesis .blueprint {
  opacity: 1;
  transition: opacity 2s ease;
  position: relative;
}
.page-id-694 .et_pb_section_1 .et_pb_text_inner p:first-of-type {
  display: none;
}
.page-id-694 .fullscreen .et_pb_column {
  top: 0px;
}
#synthesis .blueprint.is-hidden {
  opacity: 0;
}
.bp-panel {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bp-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.bp-trigger {
  width: 100%;
  display: block;
  border: 0;
  background: none;
  text-align: left;
  padding: 16px 18px;
  cursor: pointer;
}
.bp-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  line-height: 1;
}
.bp-strong,
.bp-light {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 1.4rem;
  transition: color .2s ease, opacity .2s ease;
}
.bp-strong {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.26);
}
.bp-light {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.18);
}
.bp-item.is-open .bp-strong {
  color: #fff;
}
.bp-item.is-open .bp-light {
  color: rgba(255, 255, 255, 0.62);
}
.bp-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}
.bp-item.is-open .bp-content {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 10px;
}
.bp-content p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
  display: block !important;
}
/* segmented switch */
.bp-mode-wrap {
  padding-top: 8px;
}
.bp-mode-label {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.bp-mode-switch {
  position: relative;
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}
.bp-mode-thumb {
  position: absolute;
  width: calc(50%);
  height: calc(100%);
  background: rgba(255, 255, 255, 0.12);
  transition: transform .24s ease;
  z-index: 1;
}
.bp-mode-switch.is-trop .bp-mode-thumb {
  transform: translateX(100%);
}
.bp-mode-switch.is-true .bp-mode-thumb {
  transform: translateX(0);
}
.bp-mode-option {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  user-select: none;
  transition: color .2s ease;
  color: rgba(255, 255, 255, 0.42);
}
.bp-mode-switch.is-true .bp-mode-option-left {
  color: #fff;
}
.bp-mode-switch.is-true .bp-mode-option-right {
  color: rgba(255, 255, 255, 0.42);
}
.bp-mode-switch.is-trop .bp-mode-option-left {
  color: rgba(255, 255, 255, 0.42);
}
.bp-mode-switch.is-trop .bp-mode-option-right {
  color: #fff;
}
#rhythm {
  position: relative;
}
#rhythm #trop,
#rhythm #true {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: opacity 2s ease, visibility 0s linear 2s;
}
#rhythm #trop.is-active,
#rhythm #true.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3;
  transition: opacity 2s ease, visibility 0s linear 0s;
}
#rhythm #trop.is-fading-out,
#rhythm #true.is-fading-out {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  z-index: 3;
  transition: opacity 2s ease, visibility 0s linear 0s;
}
#rhythm #trop.is-hidden,
#rhythm #true.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
#wheel {
  transition: transform 2s ease;
}
#rhythm #true-in,
#rhythm #trop-in {
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;
}
#true-in #wheel,
#trop-in #wheel,
#true-in .rhythm,
#true-in {
  pointer-events: none;
}
#true-in .tz-center,
#trop-in .tz-center {
  pointer-events: auto;
}
#rhythm #true-in,
#rhythm #trop-in {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s ease;
}
#rhythm #true-in.is-active,
#rhythm #trop-in.is-active {
  opacity: 1;
}
#true-in,
#trop-in,
#true-in .fit,
#trop-in .fit,
#true-in svg,
#trop-in svg {
  pointer-events: none;
}
#true-in #planets .tz-center,
#trop-in #planets .tz-center,
#true-in #planets .tz-center *,
#trop-in #planets .tz-center * {
  pointer-events: auto;
}
#activate {
  z-index: 100;
  top: 11px;
  left: 0px;
  pointer-events: none;
}
#activate #flip-btn {
  pointer-events: auto;
}
#lookup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 28, 28, 0.7);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
#lookup-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lookup-panel {
  background: #111;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
}
#lookup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
#lookup-modal.is-loading .lookup-panel form,
#lookup-modal.is-loading #zp-form-wrap {
  opacity: .35;
  pointer-events: none;
}
#lookup-modal .lookup-status {
  display: none;
}
#lookup-modal.is-loading .lookup-status {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: .08em;
  opacity: .85;
}
#zp-fetch-birthreport,
#lookup-modal input[type="button"],
#lookup-modal input[type="submit"],
#lookup-modal button {
  cursor: pointer;
}
#lookup-title {
  color: #fff;
}
.zp-name-field,
.zp-email-field,
legend,
.zp-form-label,
#zp-offset-wrap {
  display: none !important;
}
#former {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 200px;
}
#former-wrap {
  padding: 20px;
}
#former-wrap p {
  padding: 0px !important;
}
#former-wrap select,
#former-wrap input[type="text"] {
  background-color: #3e3e3e;
  border: 0px solid #bbb;
  padding: 2px;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
}
#former-wrap #placein {
  width: 80%;
}
.parent-pageid-21 h1,
.parent-pageid-21 h2,
.parent-pageid-21 h3 {
  color: #fff !important;
}
.iam-chart-gate__system {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.iam-chart-gate__system-title {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
}
.iam-chart-gate__system-message {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}
.iam-chart-gate__system-options {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}
.iam-chart-gate__system-card {
  flex: 1 1 320px;
  max-width: 420px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  text-align: left;
  box-sizing: border-box;
  text-align: center;
}
.iam-chart-gate__system-name {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
}
.iam-chart-gate__system-copy {
  margin: 0 0 22px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
.iam-chart-gate__system-btn,
.iam-chart-gate__confirm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.iam-chart-gate__system-btn:hover,
.iam-chart-gate__confirm-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.iam-chart-gate__system-actions {
  margin-top: 24px;
  text-align: center;
}
.iam-birth-gate--loading {
  position: relative;
}
.iam-birth-gate--loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 18px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .iam-chart-gate__system-options {
    flex-direction: column;
  }
  .iam-chart-gate__system-card {
    max-width: none;
  }
}
.post-694 .iam-chart-gate {
  display: block;
  margin: auto;
  width: 80%;
  top: 100px;
  position: relative;
}
#iam-chart-gate-form-rhythm .iam-chart-gate-form select,
#iam-chart-gate-form-blueprint .iam-chart-gate-form select,
#iam-chart-gate-form-rhythm .iam-chart-gate-form input[type="text"],
#iam-chart-gate-form-blueprint .iam-chart-gate-form input[type="text"] {
  background-color: #3e3e3e;
  border: 0px solid #bbb;
  padding: 2px;
  color: #fff;
  font-size: 28px;
  padding: 10px 30px;
}
#iam-chart-gate-form-rhythm .iam-chart-gate-form #zp-birthplace,
#iam-chart-gate-form-blueprint .iam-chart-gate-form #zp-birthplace {
  padding: 13px 0px 2px;
  left: -10px;
  position: relative;
}
#iam-chart-gate-form-rhythm .iam-chart-gate-form #zp-fetch-birthreport,
#iam-chart-gate-form-blueprint .iam-chart-gate-form #zp-fetch-birthreport {
  margin: 3px 0 36px;
  width: 100%;
  cursor: pointer;
  font-size: 26px;
  padding: 18px;
}
.iam-chart-gate__confirm-btn {
  padding: 12px 30px;
  background: #5c5c5c;
  border: 0px;
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
  cursor: pointer;
}
#lookup-btn {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  background: #2d2340;
  width: 123px;
  padding: 0 30px 0 20px;
  height: 37px;
  font-weight: 700;
}
.autoComplete_result {
  list-style-type: none;
  background: #333;
  color: #999;
  padding: 0px 20px;
  cursor: pointer;
}
#zp-fetch-birthreport {
  background: #6012ae;
  padding: 10px 20px;
  border: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
#activator #mandala {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  isolation: isolate;
}
#activator #mandala img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  animation: mandalaHueFloat 18s ease-in-out infinite;
  will-change: filter;
}
/* radiant pulse layer */
#activator.water-on #mandala::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.22) 10%, rgba(255, 255, 255, 0.1) 22%, rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.18) 68%, rgba(0, 0, 0, 0.32) 100%);
  mix-blend-mode: screen;
  opacity: 1;
  filter: blur(28px);
  animation: radiantWave 12s ease-in-out infinite;
}
/* subtle analog RGB/light drift layer */
#activator.water-on #mandala::after {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: 3;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle at 49% 50%, rgba(255, 0, 80, 0.1) 0%, rgba(255, 0, 80, 0) 58%), radial-gradient(circle at 51% 49%, rgba(0, 180, 255, 0.1) 0%, rgba(0, 180, 255, 0) 56%), radial-gradient(circle at 50% 51%, rgba(255, 220, 120, 0.08) 0%, rgba(255, 220, 120, 0) 54%);
  mix-blend-mode: screen;
  opacity: 0.28;
  filter: blur(18px);
  animation: analogFloat 16s ease-in-out infinite;
}
@keyframes radiantWave {
  0% {
    transform: scale(0.82);
    opacity: 0.60;
    filter: blur(20px);
  }
  35% {
    transform: scale(1);
    opacity: 1;
    filter: blur(26px);
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
    filter: blur(34px);
  }
  100% {
    transform: scale(1.34);
    opacity: 0.10;
    filter: blur(42px);
  }
}
@keyframes analogFloat {
  0% {
    transform: translate3d(-8px, -4px, 0) rotate(0deg);
    opacity: 0.4;
  }
  25% {
    transform: translate3d(6px, -2px, 0) rotate(25deg);
    opacity: 0.5;
  }
  50% {
    transform: translate3d(10px, 5px, 0) rotate(60deg);
    opacity: 0.8;
  }
  75% {
    transform: translate3d(-5px, 8px, 0) rotate(120deg);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(-8px, -4px, 0) rotate(180deg);
    opacity: 0.16;
  }
}
@keyframes mandalaHueFloat {
  0% {
    filter: brightness(1) contrast(1.02) saturate(1.02) hue-rotate(0deg);
  }
  20% {
    filter: brightness(1.03) contrast(1.03) saturate(1.05) hue-rotate(-6deg);
  }
  50% {
    filter: brightness(1.05) contrast(1.05) saturate(1.08) hue-rotate(7deg);
  }
  80% {
    filter: brightness(1.02) contrast(1.03) saturate(1.04) hue-rotate(-4deg);
  }
  100% {
    filter: brightness(1) contrast(1.02) saturate(1.02) hue-rotate(0deg);
  }
}
#activator.water-on #mandala::after {
  opacity: 1;
  filter: blur(12px);
}
@keyframes mandalaHueFloat {
  0% {
    filter: brightness(1) contrast(1.02) saturate(1.02) hue-rotate(0deg);
  }
  20% {
    filter: brightness(1.05) contrast(1.05) saturate(1.1) hue-rotate(-14deg);
  }
  50% {
    filter: brightness(1.08) contrast(1.08) saturate(1.14) hue-rotate(14deg);
  }
  80% {
    filter: brightness(1.04) contrast(1.05) saturate(1.08) hue-rotate(-10deg);
  }
  100% {
    filter: brightness(1) contrast(1.02) saturate(1.02) hue-rotate(0deg);
  }
}
.page-id-730 header {
  position: absolute;
  z-index: 40;
}
.page-id-694 header {
  position: absolute;
  z-index: 40;
}
/* =========================
   SHARED MODE MENU HELP TEXT
   Keep this lightweight so the
   specific Rhythm / Blueprint
   styles below control the look.
========================= */
.blueprint-menu-help,
.rhythm-menu-help {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.blueprint-menu-note,
.rhythm-menu-note {
  margin: 0 0 10px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: normal;
}
.blueprint-menu-note:last-child,
.rhythm-menu-note:last-child {
  margin-bottom: 0;
}
.blueprint-menu-note strong,
.rhythm-menu-note strong {
  color: #fff;
  font-weight: 600;
}
.rhythm-nav-group {
  position: relative;
}
.rhythm-nav-btn {
  font-family: 'fieldwork', sans-serif;
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  padding: 12px 24px;
  font-size: 20px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  height: 38px;
}
.rhythm-nav-btn:hover,
.rhythm-nav-btn.is-open {
  background: rgba(90, 50, 160, 0.45);
  color: #fff;
}
.rhythm-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: rgba(18, 18, 22, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  width: 320px;
  padding: 14px;
}
.rhythm-menu.is-open {
  display: block;
}
.rhythm-option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  padding: 12px 16px;
  font-size: 18px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.rhythm-option:hover,
.rhythm-option.active {
  background: rgba(90, 50, 160, 0.32);
  color: #fff;
}
.post-694 .et_builder_inner_content {
  position: relative;
  z-index: 2;
}
.page-id-730 {
  background: #212121 !important;
}
.page-id-730 .logo {
  pointer-events: none;
}
.page-id-730 .logo svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-id-730 #rhythm {
  padding: 0 !important;
}
.page-id-730 #wheel {
  transform-origin: center;
}
.page-id-730 .select {
  display: inline;
  padding: 5px 20px;
  background: #333;
  color: #fff;
  margin-right: 4px;
  cursor: pointer;
}
.page-id-730 .select.on {
  background: #6012ae;
}
.page-id-730 #transit-toggle {
  position: absolute;
  top: 0px;
  left: 326px;
  z-index: 100;
  padding: 0 20px 0 20px;
  cursor: pointer;
  height: 37px;
}
.page-id-730 #transit-toggle.on {
  background: #2d2340;
}
.page-id-730 #main .main {
  pointer-events: none;
}
.page-id-730 #planets .tz-center {
  cursor: pointer;
  pointer-events: none;
}
.page-id-730 .transits {
  display: none;
  pointer-events: none;
}
.page-id-730 #button {
  pointer-events: fill;
  cursor: pointer;
}
.page-id-730 .zodiac-btn {
  pointer-events: fill;
  cursor: pointer;
}
.page-id-730 .transits #planets-marker,
.page-id-730 .transits #planets {
  display: none;
}
.page-id-730 .main-on {
  fill: #fff !important;
}
.page-id-730 .transit-on {
  fill: #ff54c4 !important;
}
.page-id-730 .both-on {
  fill: #fff !important;
}
.page-id-730 .codes-off {
  fill: #000 !important;
}
.page-id-730 #bg .main-on {
  fill: #2b2b2b !important;
  display: block;
}
.page-id-730 #bg .transit-on {
  fill: #2b2b2b !important;
  display: block;
}
.page-id-730 #bg .both-on {
  fill: #666 !important;
  display: block;
}
.page-id-730 #descriptions-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.page-id-730 #descriptions-wrap #content {
  font-size: 50px;
  line-height: 78px;
  width: 63%;
  margin: auto;
  color: #fff;
  padding-top: 27%;
}
.page-id-730 #descriptions-wrap #content .title {
  color: #999;
}
.page-id-730 #descriptions-wrap #content .desc,
.page-id-730 #descriptions-wrap #content .qualities,
.page-id-730 #descriptions-wrap #content .over,
.page-id-730 #descriptions-wrap #content .under {
  margin-bottom: 20px;
}
.page-id-730 #closer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
}
.page-id-730 #main.fade {
  opacity: .1;
}
.page-id-730 #description {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.page-id-730 #description #window {
  margin: auto;
  width: 44vh;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-730 #description #content {
  text-align: center;
  color: #fff;
}
.page-id-730 #description #content .title {
  color: #999;
}
.page-id-730 #description #content .desc,
.page-id-730 #description #content .qualities,
.page-id-730 #description #content .over,
.page-id-730 #description #content .under {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 20px;
}
.page-id-730 #btns .btn {
  fill: #000;
  opacity: 0;
  pointer-events: fill;
  cursor: pointer;
}
.page-id-730 #mandala img {
  max-width: 100%;
  height: 100%;
  position: absolute;
}
#toggle-music {
  left: 10px;
  position: relative;
}
#sequence-play {
  position: relative;
  left: 24px;
  color: #404040;
  display: none;
  font-size: 20px;
}
#codes-player-div {
  display: none;
}
#users {
  display: none;
}
#download {
  font-size: 16px;
  display: none;
}
#mobile_menu1 #download {
  display: block;
}
#mobile_menu1 #users {
  display: block;
}
#mobile_menu1 li {
  line-height: 10px;
}
.title-font {
  font-weight: 800;
}
.thin-font {
  font-weight: 200;
}
.black {
  font-weight: 800;
}
.thin {
  font-weight: 200;
}
#fullscreen {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 30px;
  z-index: 2000;
  cursor: pointer;
  right: 0px;
  bottom: 23px;
  opacity: .3;
  text-align: right;
}
#fullscreen img {
  width: 80%;
  transition: .5s;
}
#fullscreen:hover {
  opacity: 1;
}
#fullscreen:hover img {
  width: 100%;
}
:-webkit-full-screen #fullscreen {
  display: none;
}
:-moz-full-screen #fullscreen {
  display: none;
}
:fullscreen #fullscreen {
  display: none;
}
.thecircle svg {
  top: 0px;
  left: 0px;
}
.synthesis.admin-bar .window {
  width: 98vmin;
  height: 98vmin;
  margin-top: -20px;
}
.synthesis.admin-bar #main-nav {
  margin-top: 20px;
}
.synthesis.admin-bar #activation-info {
  height: 98vh;
  margin-top: 20px;
}
.hidden {
  display: none;
}
.thecircle {
  /*cropped circle*/
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
/* =========================
   SHARED SQUARE STAGE LAYOUT
   Keeps Blueprint / Rhythm / Compass
   in a centered square that fits the
   viewport without forcing landscape.
========================= */
.container {
  width: 100% !important;
  min-height: 100svh !important;
}
.fit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#activator {
  width: 88%;
  height: 88%;
}
.page-id-730 .fit {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-id-730 #activator {
  margin-top: -20px;
}
#activate .fit,
#activate #mandala,
#activate #fade,
#activate #back-text,
#activate #flip-btn {
  top: 0px !important;
  left: 0 !important;
}
#flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding: 0px;
  box-sizing: border-box;
}
#flex-main {
  position: relative;
  width: 100svh;
  aspect-ratio: 1;
  height: auto;
  margin: 0 auto;
  top: 0;
  text-align: center;
}
#flex-panel {
  width: 0;
  max-width: 0;
  flex: 0 0 0;
  display: none;
}
.flex-ratio {
  display: none;
}
.flex-content {
  position: absolute;
  inset: 0;
  padding: 0;
}
.flex-center {
  position: relative;
  width: 100%;
  height: 100%;
}
.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
#main,
#previews,
.txt-layer,
#activator,
#rhythm #trop,
#rhythm #true,
#rhythm #true-in,
#rhythm #trop-in {
  inset: 0;
}
#main svg,
#previews svg,
.txt-layer svg,
#activator svg,
#rhythm svg,
#blueprint-free svg,
#synthesis svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  #flex-box {
    padding: 56px 12px 20px;
  }
  #flex-main {
    width: 98svh;
  }
}
#top-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
}
#top-nav #icon-1 {
  fill: #fff;
}
#top-nav .nav-btn {
  cursor: pointer;
}
#top-nav #sequence-nav {
  position: absolute;
  max-width: 120px;
  width: 100%;
  right: 0px;
  top: 300px;
}
.videos-intro {
  z-index: 1000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 225px;
  width: 400px;
}
.videos-intro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-2 {
  left: auto;
  right: 0px !important;
}
.video-title {
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 100%;
}
@media screen and (max-device-width: 700px) and (orientation: landscape) {
  .videos-intro {
    height: 113px;
    width: 200px;
  }
}
.transparent-btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
.trans-btn {
  fill: #fff;
  opacity: 0 !important;
  cursor: pointer;
}
#zodiac-link {
  text-align: center;
  height: 400px;
  margin-top: 200px;
}
.login-link {
  text-align: center;
  margin-top: 100px;
}
.login-link2 {
  margin-top: 50px;
  text-align: center;
}
#sequence-title {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 30px;
}
#sequence-title .title {
  display: none;
}
#sequence-title .active {
  display: block;
}
#main-nav {
  position: absolute;
  max-width: 450px;
  z-index: 101;
  width: 450px;
}
#main-nav .obj {
  stroke: #666;
}
#main-nav .obj.selected {
  fill: #333;
}
#main-nav .txt {
  font-size: 44px;
  font-family: Fieldwork-HumBold, Fieldwork;
  font-weight: 700;
  fill: #4d4d4d;
}
#main-nav .txt.selected {
  fill: #fff;
}
.app {
  display: none;
  /*opacity: 0;*/
  /*-webkit-transition: all 1500ms ease-out;
	-moz-transition: all 1500ms ease-out;
	-o-transition: all 1500ms ease-out;
	transition: all 1500ms ease-out;*/
}
.app.active {
  display: block;
  /*opacity:1;*/
  /*-webkit-transition: all 1500ms ease-out;
	-moz-transition: all 1500ms ease-out;
	-o-transition: all 1500ms ease-out;
	transition: all 1500ms ease-out;*/
}
#trigrams {
  display: none;
}
#tri-btns .btn {
  cursor: pointer;
}
#synthesis svg {
  position: absolute;
  width: 100%;
  /*height:100%;*/
}
#synthesis .main-btn {
  width: 400px;
  height: 400px;
  position: absolute;
}
#synthesis .main {
  background: #000;
}
#synthesis .main #bg-1,
#synthesis .main #bg-2,
#synthesis .main #bg-3,
#synthesis .main #bg-4,
#synthesis .main #bg-5,
#synthesis .main #bg-7 {
  display: none;
}
#synthesis #synergy {
  display: none;
}
#synthesis #previews .obj {
  opacity: .3;
}
#synthesis #previews .glow {
  opacity: 1;
  display: none;
}
#synthesis .txt-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: fieldwork;
}
#synthesis .txt-layer .obj {
  display: none;
  text-shadow: 2px 2px 6px #000;
}
#synthesis .txt-layer #code-btns .obj {
  display: block;
}
#synthesis .txt-layer #code-btns .unlock {
  opacity: .5;
}
#synthesis .txt-layer #code-btns .btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
#synthesis .txt-layer #sequence-btns .btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
#synthesis .txt-layer #sequence-close {
  display: none;
}
#synthesis .txt-layer #sequence-close .btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
#synthesis .txt-layer .obj-off {
  /*buttons for preview mode only - no membership*/
  fill: #000 !important;
  opacity: .6 !important;
}
#synthesis .txt-layer #numbers {
  fill: #000;
  font-size: 330px;
  opacity: .4;
}
#synthesis .txt-layer #numbers .num {
  font-weight: 800;
}
#synthesis .txt-layer #titles .txt {
  font-weight: 200;
  text-align: center;
  fill: #fff;
  font-size: 46px;
  opacity: .5;
}
#synthesis .txt-layer #keywords .txt {
  font-weight: 800;
  text-align: center;
  fill: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
#synthesis .txt-layer .signs-txt {
  font-weight: 800;
  text-align: center;
  fill: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
#synthesis .txt-layer #mantras .mantra-txt {
  text-transform: uppercase;
  font-size: 38px;
}
#synthesis #signs-txt {
  display: none;
}
#synthesis #zodiac-button {
  display: none;
}
#synthesis #signs-btn {
  cursor: pointer;
}
#synthesis #code-btns .btn {
  cursor: pointer;
}
#synthesis .zodiac-on {
  fill: #fff;
}
#synthesis .zodiac-txt-on {
  fill: #fff;
}
#synthesis .zodiac-btn-on {
  fill: #000;
}
#blueprint-free svg {
  position: absolute;
  width: 100%;
  /*height:100%;*/
  left: 0px;
}
#blueprint-free .main-btn {
  width: 400px;
  height: 400px;
  position: absolute;
}
#blueprint-free .main {
  background: #000;
}
#blueprint-free .main #bg-1,
#blueprint-free .main #bg-2,
#blueprint-free .main #bg-3,
#blueprint-free .main #bg-4,
#blueprint-free .main #bg-5,
#blueprint-free .main #bg-7 {
  display: none;
}
#blueprint-free #previews .obj {
  opacity: .3;
}
#blueprint-free #previews .glow {
  opacity: 1;
  display: none;
}
#blueprint-free .txt-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: fieldwork;
}
#blueprint-free .txt-layer .obj {
  display: none;
  text-shadow: 2px 2px 6px #000;
}
#blueprint-free .txt-layer #code-btns .obj {
  display: block;
}
#blueprint-free .txt-layer #code-btns .unlock {
  opacity: 0;
}
#blueprint-free .txt-layer #code-btns .btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
#blueprint-free .txt-layer #sequence-btns .btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
#blueprint-free .txt-layer #sequence-close {
  display: none;
}
#blueprint-free .txt-layer #sequence-close .btn {
  fill: #fff;
  opacity: 0;
  cursor: pointer;
}
#blueprint-free .txt-layer .obj-off {
  /*buttons for preview mode only - no membership*/
  fill: #000 !important;
  opacity: .6 !important;
}
#blueprint-free .txt-layer #numbers {
  fill: #000;
  font-size: 330px;
  opacity: .4;
}
#blueprint-free .txt-layer #numbers .num {
  font-weight: 800;
}
#blueprint-free .txt-layer #titles .txt {
  font-weight: 200;
  text-align: center;
  fill: #fff;
  font-size: 46px;
  opacity: .5;
}
#blueprint-free .txt-layer #keywords .txt {
  font-weight: 800;
  text-align: center;
  fill: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
#blueprint-free .txt-layer .signs-txt {
  font-weight: 800;
  text-align: center;
  fill: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
#blueprint-free .txt-layer #mantras .mantra-txt {
  text-transform: uppercase;
  font-size: 38px;
}
#blueprint-free #code-btns .btn {
  cursor: pointer;
}
#blueprint-signs-btn {
  position: absolute;
  z-index: 100;
  top: 40px;
  right: 20px;
  width: 70px;
  cursor: pointer;
}
.fadeOut {
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
  opacity: 0;
  /*display: none;*/
}
.fadeIn {
  opacity: 1 !important;
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}
#back-button {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
#back-button svg {
  width: 70%;
}
#controls {
  /* contains the controller */
  display: none;
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 1000;
  width: 120px;
  height: 300px;
}
#controller {
  display: none;
}
#controller #icon-sound .obj {
  opacity: .3;
}
#controller #icon-sound .on {
  opacity: .8;
}
#controller #icon-play.on .icon {
  fill: #ffffff !important;
  opacity: .6;
}
#activator {
  display: none;
}
#activator svg {
  position: absolute;
  width: 100%;
  /*height:100%;*/
}
#activator #elements {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  /*
		overflow: hidden;
*/
}
#activator #mantra {
  display: none;
}
#activator #mantra #elements {
  /*mix-blend-mode: hard-light;*/
  margin-left: -1px;
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
  opacity: 0;
  /*display: none;*/
}
#activator #mantra #elements.on {
  opacity: 1 !important;
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}
#activator #mantra #fade {
  /*opacity: .3;*/
}
#activator #mantra #words {
  text-align: center;
  /*margin-top: -110px;*/
}
#activator #mantra #meaning {
  display: none;
}
#activator #mantra #meaning .hex {
  display: none;
}
#activator #mantra #back-text .obj {
  display: none;
}
#activator .mode.on {
  opacity: 1 !important;
  -webkit-transition: all 1500ms ease-out;
  -moz-transition: all 1500ms ease-out;
  -o-transition: all 1500ms ease-out;
  transition: all 1500ms ease-out;
}
#flip-btn {
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}
#flip-btn .svg-btn {
  opacity: 0;
  cursor: pointer;
}
.box {
  animation-name: movingBox;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hard-light {
  mix-blend-mode: hard-light;
}
.showOnView {
  display: none;
}
#activation-nav {
  width: 123px;
  position: absolute;
  right: 0px;
  height: 500px;
  top: 10vh;
}
#activation-nav .selected {
  fill: #fff;
}
#back-click {
  position: absolute;
  top: 0px;
  background: #000;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  cursor: pointer;
}
.back-click {
  cursor: pointer;
}
#compass {
  display: none;
}
#compass #intro #top {
  font-weight: 200;
}
#compass #intro #bottom {
  font-weight: 200;
}
#compass #intro #middle {
  font-weight: 800;
}
#compass #intro #glows {
  mix-blend-mode: hard-light;
}
#compass #intro #glows .obj {
  display: none;
  mix-blend-mode: hard-light;
}
#compass #synergy {
  /*display:none;*/
}
#compass #compass3 {
  display: none;
  width: 100%;
}
#compass #compass3 #content {
  position: absolute;
  z-index: 100;
  width: 100%;
}
#compass #compass3 #buttons {
  opacity: 0;
  cursor: pointer;
}
#compass #compass3 #text text {
  fill: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
#compass2 {
  display: none;
}
#compass2 svg {
  position: relative;
  z-index: 100;
}
#compass2 #previews .obj {
  display: none;
}
#compass2 #glows .obj {
  display: none;
}
#compass2 #mantras .obj {
  display: none;
}
#compass2 #btns .btn {
  cursor: pointer;
}
.page-id-1581 .container {
  padding: 0px !important;
}
.page-id-1581 #compass {
  display: inline-block;
}
.page-id-1581 #activator svg {
  position: absolute;
  width: 100%;
  /*height:100%;*/
  top: 0px;
  left: 0px;
}
.page-id-1581 #submitBtn {
  padding: 10px 30px;
  font-size: 20px;
  margin-top: 20px;
  background: #000;
  color: #8414f3;
  border: 2px solid #8414f3;
}
.page-id-1581 #oracle-free-play {
  z-index: 1000;
  position: absolute;
  top: 40px;
  right: -46px;
  width: 30%;
}
.page-id-1581 #oracle-free-play #free-play-btn {
  cursor: pointer;
}
#nav-bullets .bullet {
  fill: #000;
  stroke: #666 !important;
}
#nav-bullets .bullet.on {
  fill: #fff;
}
#nav-bullets .bullet-line {
  stroke: #666;
}
.control-btn {
  cursor: pointer;
}
.control-btn #box-border {
  fill: none;
}
.control-btn #text {
  fill: #808080;
}
.control-btn.btn-on #border rect {
  fill: #000;
  opacity: .4;
}
.control-btn.btn-on #txt {
  fill: #fff;
}
#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  text-align: center;
  display: none;
}
#loading img {
  max-width: 50px;
}
.unlock {
  cursor: pointer;
}
#compass3 {
  display: none;
}
#compass3 svg {
  position: relative;
  z-index: 100;
}
#compass3 #previews .obj {
  display: none;
}
#compass3 #glows .obj {
  display: none;
}
#compass3 #mantras .obj {
  display: none;
}
#compass3 #btns .btn {
  cursor: pointer;
}
#descriptions {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  line-height: 36px;
}
#descriptions h1 {
  color: #fff;
  font-weight: 800;
}
#descriptions .wrap {
  width: 80vw;
  margin: auto;
  max-width: 800px;
  position: relative;
  top: 46px;
  border: 1px solid #333;
  background: #111;
}
#descriptions .box {
  color: #a4a4a4;
  padding: 40px;
  overflow: scroll;
  height: 100%;
}
#descriptions .close-btn {
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 16px;
  border: 1px solid #9055b0;
  font-size: 25px;
  color: #999;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
}
#descriptions .close-btn .btn {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#descriptions.hidden {
  display: none;
}
#activation-control.on {
  right: -340px;
}
/*show hamburger menu on desktop*/
@media (min-width: 980px) {
  .et_pb_menu .et_pb_menu__menu,
  .et_pb_fullwidth_menu .et_pb_menu__menu {
    display: none;
  }
  .et_pb_menu .et_mobile_nav_menu,
  .et_pb_fullwidth_menu .et_mobile_nav_menu {
    display: flex;
    float: none;
    margin: 0 6px;
    align-items: left;
  }
}
.et-menu-nav {
  display: none !important;
}
.et_pb_menu .et_mobile_nav_menu li {
  list-style-type: none;
}
.et_mobile_menu {
  right: 0px !important;
  left: auto !important;
  width: 300px !important;
  text-align: left !important;
  background: #2c2c2c !important;
}
@media (max-width: 1112px) {
  #activation-info #title {
    right: 13px;
    top: 7px;
  }
  #activation-info #title div {
    font-size: 26px;
  }
  .plyr__controls .plyr__controls__item.plyr__time {
    display: none;
  }
}
@media (max-width: 1050px) {
  #main-nav {
    width: 330px;
  }
  #controls {
    display: none;
    position: absolute;
    top: 80px;
    left: 5px;
    z-index: 1000;
    width: 100px;
    height: 300px;
  }
  #activation-info #title {
    right: 13px;
    top: 7px;
  }
  #activation-info #title div {
    font-size: 20px;
  }
  #activation-info #codes {
    left: 10px;
    bottom: 4px;
  }
  #activation-info #codes div {
    font-size: 32px;
  }
  #activation-info #codes #hex {
    width: 138px;
    height: 44px;
    left: 60px;
    top: -2px;
  }
  #activation-info #key {
    right: 15px;
    bottom: 5px;
  }
  #activation-info #key div {
    font-size: 24px;
  }
  #top-nav #sequence-nav {
    max-width: 90px;
    top: 214px;
  }
  #activation-control .fluid-width-video-wrapper {
    top: -10px;
  }
  #activation-control #control-media iframe {
    min-height: 69px !important;
  }
}
@media (max-width: 900px) {
  #back-button {
    width: 120px;
    top: 0px;
  }
}
@media (max-width: 834px) {
  #main-nav {
    width: 240px;
  }
  #top-nav #sequence-nav {
    right: 0px;
    width: 80px;
    top: 20px;
  }
  #control-media .fluid-width-video-wrapper {
    max-height: 45px;
  }
  #controls {
    top: 60px;
    left: -10px;
    z-index: 1000;
    width: 100px;
    height: 285px;
  }
  #activation-info #title {
    top: 3px;
  }
  #activation-info #title div {
    font-size: 24px;
  }
  #compass #hex {
    width: 118px;
  }
  #activation-info #codes {
    left: 0px;
    bottom: 0px;
  }
  #activation-info #codes div {
    font-size: 30px;
  }
  #activation-info #codes #hex {
    top: 4px;
    left: 54px;
    width: 118px;
  }
  #activation-info #key {
    right: 10px;
    bottom: 0px;
  }
  #activation-info #key div {
    font-size: 24px;
  }
  #activation-nav {
    width: 134px;
    position: absolute;
    left: 64px;
    height: 4px;
    top: auto;
    bottom: 92px !important;
    transform: rotate(-90deg);
  }
}
@media (max-width: 785px) {
  html {
    margin-top: 0px !important;
  }
}
@media (max-width: 740px) and (orientation: landscape) {
  #top-nav #sequence-nav {
    max-width: 80px;
    top: 55px;
  }
  #main-nav {
    width: 210px;
  }
  #controls {
    top: 60px;
    left: -10px;
    z-index: 1000;
    width: 75px;
    height: 285px;
  }
  #activation-info #title {
    right: 10px;
    top: -4px;
  }
  #activation-info #title div {
    font-size: 16px;
  }
  #compass #hex {
    width: 118px;
  }
  #activation-info #codes {
    left: 0px;
    bottom: 0px;
  }
  #activation-info #codes div {
    font-size: 26px;
  }
  #activation-info #codes #hex {
    top: 4px;
    left: 54px;
    width: 118px;
  }
  #activation-info #key {
    right: 10px;
    bottom: 0px;
  }
  #activation-info #key div {
    font-size: 20px;
  }
  #activation-nav {
    width: 80px;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  #top-nav #sequence-nav {
    right: 0px;
    width: 60px;
    top: 20px;
  }
  #controls {
    top: 60px;
    left: -10px;
    z-index: 1000;
    width: 60px;
    height: 285px;
  }
  #activation-info #title {
    left: 10px;
    top: 24px;
  }
  #activation-info #title div {
    font-size: 20px;
  }
  #compass #hex {
    width: 118px;
  }
  #activation-info #codes {
    left: 0px;
    bottom: 0px;
  }
  #activation-info #codes div {
    font-size: 26px;
  }
  #activation-info #codes #hex {
    top: 4px;
    left: 54px;
    width: 118px;
  }
  #activation-info #key {
    right: 10px;
    bottom: 0px;
  }
  #activation-info #key div {
    font-size: 20px;
  }
  #activation-nav {
    width: 84px;
    position: absolute;
    left: -34px;
    height: 4px;
    top: auto;
    bottom: 92px !important;
    transform: rotate(-90deg);
  }
}
@media (max-width: 320px) and (orientation: portrait) {
  #top-nav #sequence-nav {
    right: -30px;
    min-width: 950px;
    top: 30px;
  }
  #activation-nav {
    width: 85px;
    position: absolute;
    left: -44px;
  }
  #activation-info #codes #hex {
    width: 85px;
  }
}
