@font-face {
  font-family: Mistymedow;
  src: url('../fonts/MistyMedow.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mistymedow;
  src: url('../fonts/MistyMedow.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-body: #191a1a;
  --middle-line-gray: #707070;
  --white: white;
  --silver-paragraph: #bbb;
  --goldenrod: #fbbb2e;
  --black: black;
  --black-2: #101010;
  --footer-black: #131313;
  --black-faq: #252525;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--black-body);
  color: var(--middle-line-gray);
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

h1 {
  transform-origin: 0 0;
  color: var(--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 150px;
}

h2 {
  color: var(--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90px;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Junge, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 76px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 66px;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
}

p {
  color: var(--silver-paragraph);
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.banner {
  background-color: #000;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.banner.about {
  background-image: url('../images/elena-saharova-hzNnJyC9FOA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
}

.banner.services {
  background-image: url('../images/5e16fef2cb9d511da2e01f48_joshua-oluwagbemiga-QZ9cVpMUpZ4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.contact-us {
  background-image: url('../images/jeremy-bishop-uAfZBP-GtiA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.banner.thank-you {
  background-image: url('../images/jeremy-bishop-uAfZBP-GtiA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.portfolio {
  background-image: url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mouse-scroll {
  z-index: 10;
  width: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.mouse-scroll-weel {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.mouse-scroll-link {
  position: absolute;
  inset: 0%;
}

.alpha {
  z-index: 9999;
  transition: transform .3s;
  position: fixed;
  inset: 100px 4vw auto auto;
}

.alpha:hover {
  transform: scale(1.05);
}

.menu-text {
  margin-left: 15px;
}

.info-left {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: fixed;
  inset: auto auto 200px 0;
  transform: rotate(-90deg);
}

.vertical-link {
  margin-left: 15px;
  transition: color .3s;
}

.vertical-link:hover {
  color: var(--goldenrod);
}

.middle-line {
  background-color: var(--middle-line-gray);
  width: 48px;
  height: 1px;
  margin-left: 15px;
}

.info-right {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: fixed;
  inset: auto 0 210px auto;
  transform: rotate(90deg);
}

.container-small {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}

.container-small.left-text-align {
  text-align: left;
  display: none;
}

.link {
  box-shadow: inset 0 -2px 0 0 var(--middle-line-gray);
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.link.gray {
  color: var(--silver-paragraph);
  margin-right: 0;
}

.link.last {
  margin-right: 0;
}

.link-underline {
  background-color: var(--goldenrod);
  width: 12px;
  height: 2px;
  margin-top: 5px;
}

.banner-content-half {
  width: 100%;
  max-width: 700px;
}

.main-links {
  margin-top: 70px;
}

.coordinates-text-span {
  color: var(--silver-paragraph);
}

.coordinates {
  margin-left: 15px;
}

.sticky-info {
  margin-left: auto;
  margin-right: auto;
}

.container-banner {
  z-index: 10;
  margin-left: 13vw;
  margin-right: 13vw;
  position: relative;
}

.container-banner.second {
  margin-left: 11vw;
  margin-right: 11vw;
}

.heading-span {
  display: block;
}

.content-half {
  position: relative;
}

.step {
  margin-bottom: 200px;
  margin-right: 60px;
}

.step.last {
  margin-bottom: 0;
}

.background-video {
  opacity: .3;
  filter: grayscale(70%);
  background-image: linear-gradient(#000000b0, #000000b0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.style-guide-banner-holder {
  color: var(--white);
  text-align: center;
}

.template-banner {
  background-color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

.main-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.style-content {
  padding-top: 200px;
  padding-bottom: 200px;
}

.main-content.style-guide-main-content {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 140px;
  padding-bottom: 100px;
}

.paragraph-banner {
  margin-bottom: 50px;
}

.yellow-text-block {
  color: var(--goldenrod);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.content-holder {
  margin-bottom: 100px;
}

.style-guide-holder {
  padding-left: 20px;
  padding-right: 20px;
}

.yellow {
  color: var(--goldenrod);
  margin-bottom: 0;
  font-family: Mistymedow, sans-serif;
  font-weight: 400;
  line-height: 120px;
}

.headline-7 {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.headline-7.no-margin-bottom {
  text-align: left;
  margin-bottom: 0;
}

.section-steps {
  background-color: var(--black-2);
  background-image: url('../images/Section-Shapes-Top.png'), url('../images/Section-Shapes-Middle.png');
  background-position: 100% 0, 0 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.steps-icon {
  margin-bottom: 40px;
}

.sticky-heading {
  z-index: 2;
  margin-bottom: 180px;
  position: sticky;
  top: 150px;
  bottom: auto;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
}

.section.cta {
  background-color: var(--black-2);
  background-image: linear-gradient(to right, #000 25%, #0000), url('../images/Untitled-1.png');
  background-position: 0 0, 100.5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.section.awards {
  background-image: url('../images/5e16f13a3c053f5f6d836d62_samuel-scalzo-xyuYk9oLA8I-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section.visit-our-work {
  background-image: url('../images/visit-work-shapes.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.section.faq {
  background-color: var(--footer-black);
  display: none;
}

.section.form {
  justify-content: space-between;
  align-items: center;
  height: 400px;
  display: flex;
}

.container-big {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.yellow-separator {
  background-color: var(--goldenrod);
  width: 76px;
  height: 2px;
  margin-bottom: 60px;
}

._3d-content {
  flex-direction: column;
  justify-content: flex-end;
  margin: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._3d-content.l {
  margin-left: 100px;
  margin-right: 100px;
}

._3d-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._3d-card {
  perspective: 1000px;
  width: 100%;
  height: 400px;
  margin-bottom: 5%;
  position: relative;
}

._3d-card.smaller {
  cursor: default;
  width: 47%;
  height: 400px;
  margin-right: 3%;
}

._3d-card.smaller.no-margin-left {
  margin-left: 3%;
  margin-right: 0;
}

._3d-content-wrapper-bottom {
  position: relative;
}

.d-133-image-wrapper {
  background-image: url('../images/alexander-slattery-311438-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 200%;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
  background-size: cover;
}

._3d-card-image-wrapper {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
  width: 110%;
  height: 110%;
}

._3d-card-image-wrapper._2 {
  cursor: default;
  background-image: linear-gradient(#0009, #0009), url('../images/history-of-tarot-cards-thumbnail.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/psychics.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/235242-699x450-evolutionary-astrology-beginners.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._5 {
  background-image: url('../images/ilnur-kalimullin-kP1AxmCyEXM-unsplash.jpg');
}

._3d-card-image-wrapper._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1MMNsgsdhXsPkb0nd6rfLAA.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._7 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/palm-readings-2-838x520.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SpiritSoul-thumb-e1496326679516.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._9 {
  background-image: linear-gradient(#00000091, #00000091), url('../images/andrew-lymanart-feeldesain-open.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._10 {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/soul.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aromatherapy-and-cosmetics-FZL98FH.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._3d-card-image-wrapper._12 {
  background-image: url('../images/kobu-agency-qj15uNotnH0-unsplash.jpg');
}

._3d-content-wrapper-top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-small-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: grid;
}

.center-width {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.logos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 164px 164px 164px 164px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 100px;
}

.friends-section {
  background-image: url('../images/andrew-seaman-Y8ruVPHUSnc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.friends-section.black-image {
  background-image: url('../images/tobias-van-schneider-MWFWz4DWwKI-unsplash.jpg');
}

.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;
  display: flex;
}

.plus-margin-bottom {
  margin-bottom: 40px;
  font-size: 65px;
}

.content-width {
  width: 70%;
}

.content-left-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-logo {
  z-index: 9999;
  margin-bottom: 60px;
}

.headline-8 {
  max-width: 70%;
  margin-bottom: 120px;
  font-size: 26px;
  line-height: 46px;
}

.yellow-footer-link {
  color: var(--goldenrod);
  transition: color .3s;
}

.yellow-footer-link:hover {
  color: var(--white);
}

.footer {
  background-color: var(--footer-black);
  padding-left: 20px;
  padding-right: 20px;
}

.footer-title {
  color: var(--goldenrod);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 36px;
}

.top {
  padding-left: 20px;
}

.bottom {
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-nav-link {
  color: var(--middle-line-gray);
  margin-right: 20px;
  transition: color .3s;
}

.footer-nav-link:hover {
  color: var(--white);
}

.container-footer {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.menu-block {
  z-index: 1000000;
  background-color: var(--black-body);
  perspective: none;
  transform: ;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-span {
  margin-top: 15px;
  margin-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.heading-menu {
  color: var(--middle-line-gray);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 100px;
  transition: color .3s;
  display: flex;
}

.heading-menu:hover {
  color: var(--white);
}

.link-heading-menu {
  display: inline;
}

.menu-links {
  align-self: center;
}

.menu-contact {
  align-self: center;
  padding-left: 10%;
}

.menu-wrap {
  z-index: 9999;
  justify-content: center;
  align-items: stretch;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.menu-circles {
  margin-bottom: 90px;
}

.menu-contact-link {
  color: var(--goldenrod);
  transition: color .3s;
}

.menu-contact-link:hover {
  color: var(--middle-line-gray);
}

.logo {
  width: 232px;
  height: auto;
}

.link-2 {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: inset 0 -2px #707070;
}

.headline-top-text {
  color: var(--goldenrod);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.menu {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: color .6s;
  display: flex;
  position: fixed;
  inset: 100px auto auto 4vw;
}

.menu:hover {
  color: var(--goldenrod);
}

.paragraph {
  color: #bbb;
  letter-spacing: .3px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.slide {
  margin-right: 60px;
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.content-left {
  width: 100%;
  margin-right: auto;
}

.content-left.right {
  margin-left: auto;
  margin-right: 0;
}

.left-arrow {
  filter: grayscale();
  background-image: url('../images/left-arrow2x_1left-arrow@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  height: 120px;
  font-size: 14px;
  transition: filter .3s, background-position .3s;
  inset: auto auto 0% 30%;
}

.left-arrow:hover {
  filter: grayscale(0%);
  background-position: 30%;
}

.slide-nav {
  background-image: linear-gradient(#0000, #000c);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 120px;
  padding-top: 5px;
  font-size: 8px;
  line-height: 8px;
  display: flex;
}

.right-arrow {
  filter: grayscale();
  background-image: url('../images/right-arrow2x_1right-arrow@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  height: 120px;
  font-size: 14px;
  transition: filter .3s, background-position .3s;
  inset: auto 30% 0% auto;
}

.right-arrow:hover {
  filter: grayscale(0%);
  background-position: 70%;
}

.slider {
  background-color: #0000;
  max-width: 760px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 164px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 100px;
}

.accordion-item-wrapper {
  margin-bottom: 40px;
}

.accordion-item-wrapper.last {
  margin-bottom: 0;
}

.accordion-tab-button {
  background-color: var(--black-faq);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  transition: background-color .3s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--black-body);
}

.accordion-arrow {
  opacity: .8;
  width: 15px;
}

.accordion-pane {
  background-color: var(--black-body);
  overflow: hidden;
}

.accordion-pane-content {
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-faq {
  text-align: center;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-content {
  background-color: var(--black-body);
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 20px 10px 60px;
}

.form-container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-block {
  margin-top: 80px;
}

.text-field {
  background-color: var(--black-faq);
  color: var(--white);
  letter-spacing: .3px;
  border: 1px #000;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 16px;
  line-height: 33px;
}

.submit-button {
  border-bottom: 2px solid var(--goldenrod);
  color: var(--silver-paragraph);
  background-color: #0000;
  padding: 0;
  line-height: 40px;
  transition: color .3s;
}

.submit-button:hover {
  color: var(--goldenrod);
}

.submit-button.protected-page {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  background-image: url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-2 {
  background-image: url('../images/Layer-709.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.block-quote {
  border-left-width: 3px;
  border-left-color: var(--silver-paragraph);
}

.link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image {
  object-fit: scale-down;
}

.color-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.color {
  background-color: var(--goldenrod);
  width: 100%;
  height: 50px;
}

.color._3 {
  background-color: var(--middle-line-gray);
}

.color._2 {
  background-color: var(--silver-paragraph);
}

.color._4 {
  background-color: var(--black-faq);
}

.licencing-holder {
  margin-bottom: 100px;
}

.licencing-wrapper {
  border: 1px solid var(--goldenrod);
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 4%;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 15px 30px 5px #1a237e1a;
}

.licencing-wrapper:hover {
  box-shadow: none;
}

.licencing-left {
  width: 50%;
}

.licencing-right {
  color: #1a237e;
  text-align: center;
  width: 48%;
}

.secondary-link {
  color: #a7a9c5;
  font-weight: 400;
  display: inline-block;
}

.secondary-link:hover {
  color: #1a237e;
}

.secondary-link.licencing-link {
  color: var(--goldenrod);
  margin-left: 10px;
  margin-right: 10px;
  transition: color .3s;
  display: inline-block;
}

.secondary-link.licencing-link:hover {
  color: var(--middle-line-gray);
}

.license-video {
  opacity: .25;
  filter: grayscale(70%);
  height: 300px;
}

.list-item {
  margin-bottom: 20px;
}

.list-item.ordered {
  padding-left: 10px;
}

.list-block {
  width: 50%;
}

.list-text {
  color: var(--silver-paragraph);
  margin-bottom: 20px;
}

.list-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.no-margin-botttom {
  margin-bottom: 0;
}

.yellow-small {
  color: var(--goldenrod);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Junge, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
}

.image-2 {
  width: 300px;
  height: auto;
}

.section-3 {
  z-index: 5;
  background-color: #daa5209e;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.heading {
  font-size: 20px;
}

.heading-2 {
  margin-bottom: 0;
  font-size: 20px;
}

.image-3 {
  width: 100%;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.div-block-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 350px;
}

.image-4 {
  border-radius: 0;
  width: 400px;
}

.link-block {
  perspective: 1000px;
  background-image: linear-gradient(#00000096, #00000096), url('../images/history-of-tarot-cards-thumbnail.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 47%;
  height: 400px;
  margin-bottom: 5%;
  margin-right: 3%;
  position: relative;
}

._3d-card-div {
  width: 47%;
  height: 400px;
  margin-bottom: 5%;
  margin-right: 3%;
  display: inline-block;
  position: relative;
}

._3d-cad-wrapper-div {
  perspective: 1000px;
  background-image: url('../images/history-of-tarot-cards-thumbnail.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(1000px);
}

.d-133-image-wrapper-div {
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.div-block-4 {
  perspective: 1000px;
  width: 47%;
  height: 400px;
  margin-bottom: 5%;
  margin-right: 3%;
  display: inline-block;
  position: relative;
  inset: auto;
}

.n-3d-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.n-d-133-wrapper {
  background-image: linear-gradient(#00000091, #00000091), url('../images/history-of-tarot-cards-thumbnail.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 110%;
  height: 110%;
  position: absolute;
}

.n-d-133-wrapper._2 {
  background-image: url('../images/palm-reading-MA7FCZA.jpg');
  background-position: 0 0;
  background-size: cover;
}

.n-d-133-wrapper._3 {
  background-image: url('../images/istockphoto-980603246-612x612.jpg'), linear-gradient(#00000091, #00000091);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.n-d-133-wrapper._4 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/using-a-phone-CM3HYUW.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.n-d-133-wrapper._5 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/reading-the-lines-hand-in-a-man-39-s-hands-FB42FLA.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.n-d-133-wrapper._6 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/healthy-life-PQ32RQJ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.n-d-133-wrapper._7 {
  background-image: linear-gradient(#5a89a852, #5a89a852), url('../images/andrew-lymanart-feeldesain-open.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.n-d-133-wrapper._8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MYS_Spiritual-Quotient-776x620.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
}

.n-d-133-wrapper._9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aromatherapy-and-cosmetics-FZL98FH.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.n-3d-card {
  perspective: 1000px;
  width: 47%;
  height: 400px;
  margin-bottom: 5%;
  margin-right: 3%;
  display: inline-block;
  position: relative;
  inset: auto;
}

.n-3d-card.l {
  width: 100%;
}

.n-3d-card.lm {
  margin-left: 3%;
  margin-right: 0%;
}

.n-d-133-wrapper-copy {
  background-image: linear-gradient(#00000091, #00000091), url('../images/history-of-tarot-cards-thumbnail.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 110%;
  height: 110%;
  position: absolute;
}

.heading-3 {
  line-height: 45px;
}

.link-3 {
  color: var(--goldenrod);
}

.link-3:hover {
  color: #7e5700;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0 100px;
}

.heading-4 {
  color: #daa520;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-5 {
  font-size: 20px;
  line-height: 20px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-6 {
  perspective: none;
  transform-style: preserve-3d;
  width: 20%;
  margin-left: 7%;
  transform: translate3d(0, 0, -300px)perspective(1200px)rotateX(0)rotateY(-20deg)rotateZ(0);
  box-shadow: 0 0 20px #ad7802;
}

.div-block-7 {
  perspective: none;
  transform-style: preserve-3d;
  width: 20%;
  margin-right: 7%;
  transform: translate3d(0, 0, -300px)perspective(1200px)rotateX(0)rotateY(20deg)rotateZ(0)perspective(1200px);
  box-shadow: 0 0 20px #ad7802;
}

.heading-6 {
  color: #daa520;
  font-size: 22px;
  line-height: 26px;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
}

.div-block-9 {
  width: 50%;
  padding-left: 0%;
  padding-right: 2%;
}

.div-block-10 {
  width: 50%;
  padding-left: 0%;
}

.paragraph-2 {
  color: #daa520;
  max-width: 600px;
  padding-left: 0%;
  font-family: Junge, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3 {
  color: #daa520;
  max-width: 600px;
  font-family: Junge, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-7 {
  margin-bottom: 50px;
}

.div-block-11, .div-block-12 {
  width: 50%;
  height: 100%;
}

.heading-8 {
  font-size: 100px;
  line-height: 130px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.section-5 {
  justify-content: center;
  align-items: flex-start;
  height: 900px;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
}

.heading-9 {
  color: #daa520;
  text-align: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Junge, sans-serif;
  font-size: 25px;
  line-height: 60px;
}

.div-block-13 {
  margin-bottom: 70px;
  margin-left: 0;
  padding-left: 0;
}

.heading-10 {
  text-align: center;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.div-block-14 {
  background-color: #131313;
  border: 1px solid #ffffff8f;
  border-radius: 0;
  width: 20%;
  height: 500px;
  margin-top: -50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.div-block-15 {
  color: #fff;
  background-color: #131313;
  border: 1px solid #ffffff8f;
  border-radius: 0;
  width: 900px;
  height: 800px;
  margin-top: -50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  width: 900px;
  margin-top: -50px;
  position: relative;
}

.heading-11 {
  color: #daa520;
  padding-left: 0;
  font-size: 55px;
  line-height: 60px;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.heading-12 {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-17 {
  width: 100%;
  height: 400px;
  display: block;
}

.grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 11vw;
  margin-right: 11vw;
}

.div-block-18 {
  color: #7070706b;
  background-color: #3838388a;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: 200px;
  display: flex;
}

.div-block-19, .div-block-20 {
  background-color: #383838;
  border-radius: 10px;
}

.image-5 {
  margin-top: -40px;
}

.div-block-21 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -20px;
  display: flex;
}

.heading-13 {
  font-size: 25px;
  line-height: 20px;
}

.heading-14 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 25px;
}

.big-pricing-text {
  color: #7567f8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}

.big-pricing-text.white {
  color: #fff;
  font-size: 45px;
}

.big-pricing-text.white.inline {
  color: #fff;
  margin-bottom: 8px;
  padding-right: 5px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.big-pricing-text.white.inline._2 {
  font-size: 20px;
}

.big-pricing-text.inline {
  color: #1665af;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}

.big-pricing-text.free {
  color: #292929;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-family: Junge, sans-serif;
  font-size: 27px;
  line-height: 40px;
  display: inline-block;
}

.list-text-2 {
  color: #a0a0a0;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-text-2.white {
  color: #fff;
}

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

.top-padding.center {
  margin-bottom: 0;
}

.middle-column-price-block {
  text-align: center;
}

.list-item-2 {
  padding-left: 30px;
  line-height: 24px;
  position: relative;
}

.image-7 {
  filter: invert();
  border-radius: 100%;
  width: 20px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-7.white {
  filter: none;
}

.pricing-small-title.center {
  text-align: center;
}

.pricing-row {
  justify-content: center;
  display: flex;
}

.pricing-wrapper {
  padding: 50px;
}

.pricing-wrapper.left {
  float: none;
  text-align: left;
  background-color: #f7f7f7;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding-bottom: 50px;
  display: flex;
  position: static;
  box-shadow: 4px 4px 12px #0000001a;
}

.pricing-wrapper.right {
  float: right;
  text-align: left;
  background-color: #fafafa;
  background-image: linear-gradient(135deg, #bcc3df, #fff);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: -15px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 45px;
  display: flex;
  box-shadow: 0 6px 12px #0000001a;
}

.pricing-wrapper.center {
  z-index: 9999;
  text-align: center;
  background-color: #1665af;
  background-image: linear-gradient(45deg, #000, #1665af);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.color-line {
  background-color: #7567f8;
  border-bottom: 3px solid #1665af;
  align-items: center;
  width: 20%;
  margin: -2px auto 15px;
  display: block;
}

.color-line.pricing {
  background-color: #1665af;
  border-bottom-color: #1665af;
  width: 25%;
  margin: 15px 0;
}

.color-line.pricing.white {
  background-color: #fff;
  border-bottom-color: #fff;
}

.color-line.pricing.white.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-plan {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #e7e8ea;
  border-bottom: 1px solid #f1f1f7;
  height: 40px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 40px;
}

.pricing-plan.colored {
  color: #fff;
  background-color: #0000;
  border-top-color: #ffffff4d;
  border-bottom-color: #ffffff4d;
}

.heading-15 {
  color: #292929;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.heading-16 {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.heading-17 {
  color: #464646;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.html-embed-3 {
  background-color: #694848;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-16-copy {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 22px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-22 {
  background-color: #fff;
  background-image: linear-gradient(#0f2027, #203a43 50%, #112027);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  padding-top: 0;
  display: flex;
  box-shadow: 0 0 13px 1px #daa520;
}

.div-block-22.big {
  perspective: 1200px;
  color: #3d3939;
  background-color: #535353;
  background-image: linear-gradient(135deg, #0f2027, #203a43 51%, #112027);
  border-radius: 8px;
  width: 350px;
  height: 300px;
  margin-left: 35px;
  margin-right: 35px;
  transform: perspective(1200px);
  box-shadow: 0 0 13px 1px #daa520;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: -30px;
  display: flex;
  box-shadow: 1px 1px 3px #00000087;
}

.heading-18 {
  color: #474747;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Junge, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
}

.heading-18-copy {
  color: #474747;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 20px;
}

.image-8 {
  width: 40px;
  height: 40px;
}

.heading-18-copy-copy {
  color: #474747;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 20px;
}

.image-9, .image-10, .image-11 {
  height: 45px;
}

.heading-19 {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.heading-19-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-19-copy-copy {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.html-embed-4 {
  color: #2c2c2c;
}

.div-block-25 {
  width: 400px;
  height: 400px;
}

.div-block-26 {
  background-image: url('../images/Main-image.png');
  background-position: 60% 100%;
  background-size: cover;
  border-radius: 1000px;
  width: 320px;
  height: 320px;
  transform: rotate(0)perspective(1200px);
}

.paragraph-4 {
  color: #ebebeb;
}

.html-embed-5 {
  background-color: #f1f1f1;
  width: 100%;
  height: 90vh;
  padding-top: 10px;
}

.body {
  background-color: #191a1a00;
}

.section-6 {
  background-color: var(--black-body);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  align-items: center;
  width: 50%;
  height: 80px;
  padding-left: 3%;
  display: flex;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 80px;
  padding-right: 3%;
  display: flex;
}

.image-12 {
  height: 60px;
}

.link-4 {
  padding-right: 0%;
}

.link-5 {
  color: #daa520;
  font-weight: 500;
}

.text-block-4 {
  padding-top: 20px;
}

.html-embed-6 {
  filter: saturate(200%);
}

.heading-19-copy-copy-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.heading-19-copy-copy-copy-copy {
  color: #fdbf23;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 0;
  display: flex;
}

.text-block-5 {
  font-size: 13px;
  line-height: 13px;
}

.link-6 {
  color: #fbbb2e;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}

.link-6:hover {
  color: #14c2e9;
}

.section-8 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.video {
  width: 60vw;
  max-width: 100%;
  height: auto;
}

.div-block-29 {
  width: auto;
  height: auto;
}

.video-2 {
  border: 0px none var(--black-body);
  color: #70707000;
  border-radius: 0;
  width: 55vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-bottom: 0;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 100px;
  }

  h2 {
    font-size: 60px;
    line-height: 80px;
  }

  h3 {
    font-size: 50px;
    line-height: 70px;
  }

  h4 {
    font-size: 46px;
    line-height: 66px;
  }

  h5 {
    font-size: 36px;
    line-height: 56px;
  }

  h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .banner {
    justify-content: center;
    height: auto;
  }

  .banner.about {
    height: auto;
  }

  .mouse-scroll {
    display: none;
  }

  .alpha, .alpha.w--current {
    position: fixed;
    top: 40px;
  }

  .info-left, .info-right {
    display: none;
  }

  .container-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link.gray {
    margin-right: 0;
  }

  .link-underline {
    width: 100%;
  }

  .banner-content-half {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .main-links {
    justify-content: center;
    display: flex;
  }

  .container-banner {
    justify-content: center;
    align-items: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .container-banner.second {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 2vw;
  }

  .content-half.c-footer {
    min-height: auto;
    margin-top: 60px;
  }

  .step {
    margin-right: 0;
  }

  .main-content.style-content {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .main-content.style-guide-main-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-holder {
    margin-bottom: 60px;
  }

  .headline-7 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .section-steps {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .content-half-sticky {
    padding-left: 20px;
  }

  .sticky-heading {
    font-size: 40px;
  }

  .section.cta {
    background-image: linear-gradient(to right, #000 25%, #0000);
    background-position: 0 0;
  }

  .section.form {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-big {
    text-align: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .yellow-separator {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  ._3d-content {
    justify-content: center;
  }

  ._3d-content-wrapper-top {
    inset: 0% 0% auto;
  }

  .container-small-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .center-width {
    width: 90%;
  }

  .logos-grid {
    grid-template-rows: 164px 164px 164px 164px 164px 164px 164px 164px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .plus-margin-bottom {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .content-width {
    width: 100%;
  }

  .content-left-right {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-logo.w--current {
    margin-bottom: 30px;
  }

  .headline-8 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 0;
  }

  .top, .bottom {
    padding-left: 0;
  }

  .container-footer {
    text-align: left;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-block {
    transform-origin: 4vw 50px;
  }

  .menu-contact {
    display: none;
  }

  .menu-wrap {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .headline-top-text {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .menu {
    position: fixed;
    top: 50px;
  }

  .content-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
  }

  .content-left {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .slider {
    margin-left: auto;
    margin-right: auto;
  }

  .awards-grid {
    grid-template-rows: 164px 164px 164px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-tab-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-faq {
    text-align: center;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-content {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .form-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-block {
    margin-top: 60px;
  }

  .text-field {
    padding: 30px;
  }

  .utility-page-form {
    width: 100%;
  }

  .licencing-holder {
    margin-bottom: 60px;
  }

  .section-2 {
    background-image: linear-gradient(to right, #000 25%, #0000), url('../images/Untitled-1.png');
    background-position: 0 0, 100.5%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .heading-3 {
    line-height: 35px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .div-block-9, .div-block-10 {
    width: 100%;
  }

  .pricing-wrapper.left, .pricing-wrapper.right {
    width: 47%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-wrapper.center {
    width: 49%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-plan {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-19 {
    font-size: 25px;
  }

  .div-block-24 {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .heading-19-copy, .heading-19-copy-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27 {
    line-height: 35px;
  }

  .heading-19-copy-copy-copy, .heading-19-copy-copy-copy-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-29 {
    background-color: var(--black-body);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
    line-height: 85px;
  }

  h2 {
    font-size: 56px;
    line-height: 76px;
  }

  .banner.about, .banner.contact-us {
    height: auto;
  }

  .container-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-content-half {
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .main-links {
    align-items: flex-end;
    margin-top: 40px;
  }

  .container-banner {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-banner.second {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 2vw;
  }

  .content-half.c-footer {
    min-height: auto;
    margin-top: 40px;
  }

  .step {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .main-content.style-content {
    padding-bottom: 40px;
  }

  .main-content.style-guide-main-content {
    padding-top: 40px;
  }

  .yellow-text-block {
    margin-bottom: 40px;
  }

  .yellow {
    font-size: 45px;
    line-height: 50px;
  }

  .sticky-heading {
    text-align: center;
    margin-bottom: 40px;
    position: static;
  }

  .container-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._3d-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._3d-card {
    height: 300px;
  }

  ._3d-card.smaller {
    width: 100%;
    height: 300px;
    margin-right: 0%;
  }

  ._3d-card.smaller.no-margin-left {
    margin-left: 0%;
  }

  .container-small-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .logos-grid {
    grid-template-rows: 130px 130px 130px 130px 130px 130px 130px 130px;
  }

  .plus-margin-bottom {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .headline-8 {
    font-size: 26px;
  }

  .footer-nav-link.last {
    margin-right: 0;
  }

  .heading-menu {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .menu-wrap {
    overflow: auto;
  }

  .headline-top-text {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .menu {
    top: 45px;
  }

  .left-arrow {
    left: 26%;
  }

  .right-arrow {
    right: 26%;
  }

  .container-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-content {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-wrapper, .color-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .licencing-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .licencing-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .licencing-right {
    width: 100%;
  }

  .yellow-small {
    max-width: 300px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .div-block-6 {
    width: 40%;
    margin-left: 4%;
  }

  .div-block-7 {
    width: 40%;
    margin-right: 4%;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .div-block-9, .div-block-10 {
    width: 100%;
  }

  .heading-9 {
    max-width: 400px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-13 {
    margin-top: 170px;
    margin-bottom: 30px;
  }

  .pricing-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-wrapper.left {
    width: 66%;
    margin-left: 0;
  }

  .pricing-wrapper.right {
    width: 66%;
    margin-right: 0;
  }

  .pricing-wrapper.center {
    flex: 0 auto;
    width: 69%;
  }

  .div-block-22 {
    width: 350px;
    height: 250px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .div-block-22.big {
    height: 250px;
  }

  .image-11 {
    position: relative;
  }

  .div-block-24 {
    flex-direction: column;
    width: 100%;
    height: 800px;
    position: relative;
  }

  .html-embed-4 {
    background-color: var(--black);
  }

  .paragraph-4 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27 {
    margin-bottom: 0;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 70px;
  }

  h2 {
    font-size: 46px;
    line-height: 66px;
  }

  h3 {
    font-size: 42px;
    line-height: 61px;
  }

  h4 {
    font-size: 36px;
    line-height: 56px;
  }

  h5 {
    font-size: 28px;
    line-height: 48px;
  }

  h6 {
    font-size: 24px;
    line-height: 44px;
  }

  .banner.about {
    height: auto;
  }

  .banner.contact-us {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .main-links {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .container-banner.second {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .content-half.c-footer {
    min-height: auto;
  }

  .step {
    margin-top: 60px;
  }

  .yellow {
    font-size: 40px;
    line-height: 60px;
  }

  .content-half-sticky {
    padding-left: 0;
  }

  .sticky-heading {
    text-align: center;
    font-size: 35px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  ._3d-content {
    margin: 30px 10px;
  }

  .container-small-grid {
    padding-bottom: 0;
  }

  .center-width {
    width: 100%;
  }

  .logos-grid {
    grid-column-gap: 30px;
  }

  .plus-margin-bottom {
    font-size: 20px;
    line-height: 30px;
  }

  .headline-8 {
    font-size: 20px;
    line-height: 40px;
  }

  .bottom {
    flex-direction: column;
    display: flex;
  }

  .footer-nav-link {
    margin-right: 0;
  }

  .bottom-links {
    flex-direction: column;
    display: flex;
  }

  .menu-block, .menu-wrap {
    z-index: 9999;
  }

  .logo {
    width: 150px;
  }

  .left-arrow {
    left: 13%;
  }

  .right-arrow {
    right: 13%;
  }

  .awards-grid {
    grid-column-gap: 30px;
  }

  .link-wrapper, .color-wrapper {
    grid-auto-columns: auto;
    justify-items: stretch;
  }

  .list-block {
    width: 100%;
  }

  .list-wrapper {
    flex-direction: column;
  }

  .yellow-small {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .n-3d-card.l, .n-3d-card.rm, .n-3d-card.lm {
    height: 200px;
  }

  .heading-3 {
    line-height: 28px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-9, .div-block-10, .paragraph-2 {
    width: 100%;
  }

  .heading-7 {
    line-height: 55px;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-10 {
    font-size: 50px;
  }

  .pricing-wrapper.left, .pricing-wrapper.right {
    width: 90%;
  }

  .pricing-wrapper.center {
    width: 100%;
  }

  .pricing-plan {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    display: block;
  }

  .div-block-22 {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .div-block-22.big {
    width: 100%;
    height: 250px;
  }

  .div-block-24 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .div-block-26 {
    width: 100%;
    height: 300px;
  }

  .paragraph-4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27 {
    line-height: 28px;
  }

  .section-8 {
    height: auto;
    padding-bottom: 50px;
  }

  .div-block-29 {
    width: auto;
  }

  .video-2 {
    width: 90vw;
  }

  .div-block-30 {
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_642c5b80-f971-07e9-6ea4-790d622c8d08-ac4cd538, #w-node-be425ef7-9a3c-bace-8c43-4c2bae2ac980-2f4cd53e, #w-node-_765daa98-d142-4e1b-345d-2015dcdcb8e0-2f4cd53e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Mistymedow';
  src: url('../fonts/MistyMedow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mistymedow';
  src: url('../fonts/MistyMedow.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}