.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.div-block {
  display: block;
  max-height: 600px;
  max-width: none;
  min-height: 600px;
  background-image: url('../images/Moon.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.background-video {
  position: relative;
  z-index: 0;
  display: none;
  height: 700px;
  max-height: none;
  min-height: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-2 {
  height: 70vh;
  max-height: none;
  min-height: 0vh;
  text-align: center;
}

.image {
  max-width: 750px;
  margin-top: 0px;
  background-color: transparent;
}

.image-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 70%;
  min-width: 70px;
}

.div-block-3 {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -528px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 0px;
  background-color: rgba(78, 131, 159, 0);
}

.viewport {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: auto;
  max-height: none;
  min-height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(90%, #000)), url('../images/BackgroundMoon.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, transparent 79%, #000 90%), url('../images/BackgroundMoon.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 50% 0%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: -27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -142px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.button {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 20px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
  background-color: #6d4b80;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-text {
  max-width: 330px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.div-block-5 {
  position: static;
  z-index: 3;
  margin-top: 0px;
  background-color: #000;
  color: #000;
  text-align: center;
}

.image-3 {
  max-width: 600px;
  min-width: 600px;
}

.testimonials {
  max-width: 800px;
  padding-right: 74px;
  padding-left: 74px;
  background-color: #fff;
}

.testimonial-block {
  padding-top: 11px;
  padding-bottom: 11px;
}

.testimonial-block.alt {
  background-color: #fff;
}

.image-4 {
  max-width: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-headline {
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.testimonial-content {
  font-family: 'Droid Sans', sans-serif;
  font-style: italic;
  text-align: left;
}

.testimonial-name {
  text-align: left;
}

.column {
  padding-right: 0px;
  text-align: right;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button-2 {
  display: block;
  max-width: 620px;
  margin: 42px auto;
  padding: 20px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #4e839f;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.column-2 {
  padding-right: 0px;
  text-align: right;
}

.column-3 {
  padding-right: 0px;
  text-align: right;
}

.questionone {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.questiononediv {
  position: relative;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  margin-top: -1444px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  padding-top: 0px;
}

.html-embed {
  padding-top: 0px;
  padding-right: 10px;
  border-radius: 0px;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  text-align: left;
}

.div-block-8 {
  max-width: 800px;
  min-height: 100px;
  min-width: 800px;
  background-color: #fff;
}

.container {
  max-width: 900px;
  min-height: 600px;
  margin-top: 0px;
  margin-bottom: 140px;
  padding: 15px 24px;
  border-radius: 30px;
  background-color: #fff;
  opacity: 1;
}

.second-heading {
  font-family: 'Droid Serif', serif;
  text-align: center;
}

.second-heading.questions {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
}

.lottie-animation-2 {
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.button-3 {
  display: block;
  max-width: 620px;
  margin: 42px auto;
  padding: 20px 32px;
  border-radius: 20px;
  background-color: #417dcc;
  box-shadow: 0 0 20px 2px #ffe674;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.button-3.reading {
  display: none;
}

.product-intro {
  border-radius: 0px;
}

.explainer-text {
  padding: 19px 21px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.13);
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.logo-header-image {
  max-width: 790px;
  padding-top: 87px;
  padding-bottom: 87px;
  background-image: url('../images/moon-signs-header_s.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  margin-top: 0px;
}

.image-5 {
  max-width: 650px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 700px;
  max-width: 800px;
  min-height: 700px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Scroll.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-11 {
  display: block;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
}

.reading-one-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
  text-align: center;
}

.div-block-13 {
  max-width: 600px;
  min-width: 600px;
  margin-top: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 60px;
}

.paragraph {
  max-width: 600px;
  min-width: 600px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.paragraphreading {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.text-span {
  text-decoration: underline;
}

.text-span-2 {
  text-decoration: underline;
}

.boldunderline {
  text-decoration: none;
}

.div-block-14 {
  min-width: 600px;
  text-align: center;
}

.image-6 {
  display: inline-block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.div-block-15 {
  max-width: 600px;
}

.column-4 {
  display: block;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-bg-image {
  margin-top: 0px;
  margin-right: -80px;
  margin-left: -80px;
  padding-bottom: 17px;
}

.paragraph-3 {
  max-width: 600px;
  min-width: 100px;
  font-family: Merriweather, serif;
  text-align: left;
}

.moon-heading {
  font-family: Merriweather, serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.container-2 {
  margin-top: 291px;
}

.moon-sub-heading {
  display: inline-block;
  max-width: 600px;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.moon-image {
  width: 100px;
  height: 100px;
  max-height: 100px;
  min-height: 0px;
  min-width: 100px;
}

.new-moon-style-image {
  right: 10px;
  bottom: -85px;
  display: block;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.moon-left-paragraph {
  display: block;
  max-width: 600px;
  min-width: 100px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.image-8 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: -50px;
  display: inline-block;
  max-width: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-5 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.product-bg-div-block {
  background-color: transparent;
  background-image: url('../images/WolfMoonBackground.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/WolfMoonBackground.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.heading-3 {
  font-family: Merriweather, serif;
  font-size: 60px;
}

.left-column {
  padding-left: 50px;
}

.main-column {
  position: relative;
  padding-top: 50px;
}

.container-3 {
  margin-top: 10px;
}

.moon-reading-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/pexels-pixabay-235985.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/pexels-pixabay-235985.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  display: inline-block;
  max-width: 600px;
  min-width: 100px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.image-9 {
  padding-top: 50px;
}

.bold-text-2 {
  color: #000;
  font-size: 54px;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 45px;
}

.bold-text-4 {
  color: #000;
}

.bold-text-5 {
  color: #000;
}

.bold-text-6 {
  color: #000;
}

.bold-text-7 {
  color: #000;
}

.bold-text-8 {
  color: #000;
}

.bold-text-9 {
  color: #000;
}

.moon-sign-product-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-16 {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/wallpaperflare.com_wallpaper.jpg');
  background-position: 50% 50%;
}

.moon-sign-main-sub-heading {
  display: inline-block;
  max-width: 600px;
  min-width: 100px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.div-block-17 {
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-18 {
  margin-top: -80px;
  margin-bottom: 150px;
  padding-top: 0px;
}

.button-4 {
  background-color: rgba(0, 0, 0, 0.53);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.81);
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 900;
}

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

.image-10 {
  margin-top: -20px;
  padding-top: 0px;
  text-align: left;
}

.image-11 {
  max-width: none;
  min-width: 100%;
  background-color: transparent;
}

.mainreadingcontentblock {
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.mainreadingcontentblock-part-6 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-0 {
  display: none;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-2 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/ScrollBackgroundGif.gif');
  background-position: 0px 0px;
  background-size: cover;
}

.mainreadingcontentblock-part-3 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.pullquote2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.column-7 {
  max-height: 100%;
  min-height: 100%;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.finalquestions {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.image-12 {
  display: block;
}

.image-13 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainreadingcontentblock-part-4 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-5 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 0px;
  min-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
}

.mainreadingcontentblock-part-6-copy {
  display: none;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-1 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-11 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-10-copy {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-9 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-3-copy {
  display: none;
  min-height: 730px;
  min-width: 800px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-8opy-copy {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.mainreadingcontentblock-part-7 {
  display: block;
  min-height: 730px;
  min-width: 800px;
  padding-bottom: 0px;
  background-image: url('../images/scrollmain.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.div-block-19 {
  display: block;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  min-width: 100%;
}

.image-14 {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-3 {
  text-decoration: none;
}

.text-span-4 {
  text-decoration: underline;
}

.text-span-5 {
  text-decoration: underline;
}

.text-span-6 {
  text-decoration: underline;
}

.text-span-7 {
  text-decoration: underline;
}

.section_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 1382px;
  min-width: 800px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-span-8 {
  text-decoration: underline;
}

.mainreadingcontentblock-part4 {
  display: block;
  min-height: 0px;
  min-width: 800px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
}

.part-one-finished {
  margin-bottom: 60px;
  background-color: transparent;
}

.div-block-21 {
  margin-top: 20px;
}

.div-block-22 {
  display: inline-block;
  max-width: 600px;
  min-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  margin-bottom: 20px;
}

.text-span-9 {
  text-decoration: underline;
}

.text-span-10 {
  text-decoration: underline;
}

.text-span-11 {
  background-color: transparent;
  color: #1c84b3;
  text-decoration: underline;
}

.bold-text-11 {
  color: #1c84b3;
}

.bold-text-12 {
  color: #1c84b3;
}

.bold-text-13 {
  color: #1c84b3;
}

.bold-text-14 {
  color: #1c84b3;
}

.text-span-12 {
  color: #1c84b3;
  text-decoration: underline;
}

.part-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/download_1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/download_1.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-y;
}

.div-block-24 {
  display: inline-block;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.text-block-2.dynamic-var {
  max-width: none;
  margin-top: 0px;
}

.text-block-2.dynamic-var.centre {
  text-align: center;
}

.whitepullquote {
  font-size: 25px;
  line-height: 35px;
}

.text-span-13 {
  text-decoration: underline;
}

.text-span-14 {
  text-decoration: underline;
}

.text-span-15 {
  color: #ff6702;
}

.text-span-16 {
  color: #ff6702;
}

.text-span-17 {
  text-decoration: underline;
}

.pullquoteblock {
  margin-top: 0px;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.68);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.text-span-18 {
  text-decoration: underline;
}

.bold-text-15 {
  color: #ff6702;
}

.text-span-19 {
  text-decoration: underline;
}

.text-span-20 {
  text-decoration: underline;
}

.text-span-21 {
  text-decoration: underline;
}

.text-span-22 {
  color: #1c84b3;
  text-decoration: underline;
}

.bold-text-16 {
  color: #1c84b3;
}

.pullquoteblock-black {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #000;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.text-span-23 {
  text-decoration: underline;
}

.text-span-24 {
  text-decoration: underline;
}

.text-span-25 {
  text-decoration: underline;
}

.text-span-26 {
  text-decoration: underline;
}

.paragraphreading-block {
  max-width: 800px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 100px;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.text-span-27 {
  text-decoration: underline;
}

.text-span-28 {
  text-decoration: underline;
}

.text-span-29 {
  text-decoration: underline;
}

.div-block-25 {
  background-image: url('../images/wallpaperflare.com_wallpaper.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-26 {
  display: inline-block;
  max-width: 600px;
  min-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27 {
  min-width: 600px;
}

.button-5 {
  max-width: 600px;
  min-width: 600px;
  padding: 40px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #555;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraphreading-part1 {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.paragraphreading-part3 {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.paragraphreading-part0 {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.paragraphreading-part-5 {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.paragraphreading-part-6 {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.paragraphreading-copy {
  max-width: 600px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.paragraphreading-copy.white {
  color: #fff;
}

.paragraphreading-copy.white.centre {
  text-align: center;
}

.new-black-section {
  display: block;
  max-width: 800px;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #000;
}

.div-block-24-copy {
  display: inline-block;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  max-width: 800px;
}

.reading-one-section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
  background-image: url('../images/WolfMoonBackground.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.image-18 {
  display: inline-block;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.questiontwodiv {
  position: absolute;
  left: 0%;
  top: 44%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  margin-top: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.text-span-30 {
  font-size: 50px;
  line-height: 50px;
}

.columns-5 {
  min-height: auto;
  min-width: 350px;
  margin-top: 10px;
}

.select-field {
  max-width: 100px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #6d4b80;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.column-13 {
  padding-right: 10px;
  text-align: left;
}

.heading-smaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.column-14 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.questionthreediv {
  position: absolute;
  left: 0%;
  top: 44%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  max-width: 100%;
  margin-top: -312px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span-31 {
  font-size: 90px;
  font-weight: 500;
  letter-spacing: -5px;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.questionthreediv-copy {
  position: absolute;
  left: 0%;
  top: 44%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  margin-top: -12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.questionfivediv {
  position: absolute;
  left: 0%;
  top: 44%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  margin-top: -75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.select-field-long {
  max-width: 250px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #6d4b80;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.questionsixdiv {
  position: absolute;
  left: 0%;
  top: 44%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: -75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.textfield-long {
  max-width: 500px;
  min-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #6d4b80;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.loader {
  position: absolute;
  left: 0%;
  top: 55%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  margin-top: -270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-19 {
  max-width: 300%;
  min-height: 700px;
  min-width: 700px;
  border-radius: 7000px;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-block-30 {
  text-align: center;
}

.final-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/WolfMoonBackground.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-31 {
  margin-bottom: 60px;
}

.div-block-32 {
  margin-top: 230px;
}

.div-block-33 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 0px;
  min-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  max-width: 2000px;
  min-height: 500px;
  min-width: 500px;
  margin-top: 0px;
}

.link-block {
  max-width: 500px;
}

.text-span-32 {
  font-weight: 600;
  letter-spacing: -5px;
}

.div-block-34 {
  position: static;
  margin-top: 306px;
}

.reading-social-proof {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  background-color: #000;
  color: #000;
  text-align: center;
}

.div-block-35 {
  margin-top: 0px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/download_1.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/download_1.jpeg'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-38 {
  max-width: 750px;
  min-height: 0px;
  min-width: 750px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.heading-4.dynamic-var {
  padding-right: 40px;
  padding-left: 40px;
}

.heading-4.white {
  color: #fff;
}

.text-span-33 {
  text-decoration: underline;
}

.paragraph-6 {
  padding: 20px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.paragraph-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph-7.dynamic-var {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
}

.paragraph-7.list-item {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.blueblock {
  max-width: none;
  min-height: 100px;
  min-width: auto;
  margin: 20px 100px 0px;
  border-style: dashed;
  border-width: 2px;
  border-color: #000;
  border-radius: 12px;
  color: #000;
}

.div-block-42 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.image-22 {
  max-width: 73%;
  margin: 0px 100px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #1c84b3;
  border-radius: 0px;
  box-shadow: 2px 2px 12px -4px #000;
}

.pullquotesalespage {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.text-block-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/download_2.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/download_2.jpeg'), linear-gradient(180deg, #000, #000);
  background-position: 50% 0%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-y, repeat;
  text-align: left;
}

.pullquoteblock2 {
  margin-bottom: 0px;
  padding: 20px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.pullquoteblock3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 100px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.pullquoteblock3.dynamic-var {
  display: block;
  max-width: none;
  min-width: 0px;
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.text-span-34 {
  font-size: 25px;
}

.bold-text-18 {
  font-size: 16px;
  font-style: italic;
}

.bold-text-19 {
  font-size: 16px;
  font-style: normal;
}

.bold-text-20 {
  color: #00598d;
}

.blueblock-copy {
  max-width: none;
  min-height: 100px;
  min-width: auto;
  margin: 20px 100px;
  border-style: dashed;
  border-width: 2px;
  border-color: #00598d;
  border-radius: 12px;
  background-color: #00598d;
  color: #00598d;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
  text-align: center;
}

.div-block-45 {
  max-width: 750px;
  min-width: 750px;
  background-color: transparent;
}

.div-block-46 {
  background-color: #000;
}

.heading-4-white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph-7-white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}

.whiteblock {
  max-width: none;
  min-height: 100px;
  min-width: auto;
  margin: 0px 100px;
  border-style: dashed;
  border-width: 2px;
  border-color: #fff;
  border-radius: 12px;
  color: #fff;
}

.paragraph-7-inside {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.text-span-35 {
  font-size: 16px;
  line-height: 25px;
}

.div-block-47 {
  padding-bottom: 40px;
  background-color: transparent;
}

.text-span-36 {
  text-decoration: line-through;
}

.heading-4-orange {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  color: #0cf;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.text-span-37 {
  text-decoration: line-through;
}

.div-block-48 {
  display: none;
  text-align: center;
}

.image-23 {
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pullquoteblock2-centre {
  margin-bottom: 0px;
  padding: 20px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/WolfMoonBackground.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/WolfMoonBackground.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.div-block-50 {
  max-width: 750px;
}

.text-span-38 {
  line-height: 35px;
}

.text-span-39 {
  line-height: 30px;
}

.text-span-40 {
  line-height: 30px;
}

.image-25 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-21 {
  color: #10689b;
}

.text-span-42 {
  background-color: transparent;
  color: #10689b;
  text-decoration: underline;
}

.text-span-43 {
  color: #10689b;
  text-decoration: underline;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-button {
  max-width: 500px;
  min-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #6d4b80;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-span-44 {
  text-decoration: none;
}

.reading-report-paper-1 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-2 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-3 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-4 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-5 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-6 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-7 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reading-report-paper-8 {
  display: none;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.background-video-2 {
  height: auto;
}

.div-block-52 {
  margin-bottom: 0px;
  background-color: #f70c0c;
}

.text-span-45 {
  text-decoration: underline;
}

.text-span-46 {
  text-decoration: underline;
}

.text-span-47 {
  color: #4e839f;
  text-decoration: underline;
}

.bold-text-22 {
  color: #4e839f;
  text-decoration: underline;
}

.text-span-48 {
  text-decoration: underline;
}

.text-span-49 {
  text-decoration: underline;
}

.div-block-53 {
  max-width: 100%;
}

.image-26 {
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-video-3 {
  max-height: 1px;
  max-width: 1px;
}

.youtube {
  width: auto;
  max-height: 1px;
  max-width: 1px;
  min-height: 1px;
  min-width: 1px;
}

.div-block-54 {
  min-height: 1px;
  min-width: 1px;
}

.btn {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #0088b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0cf), to(#00598d));
  background-image: linear-gradient(180deg, #0cf, #00598d);
  box-shadow: 3px 3px 11px -1px #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.text-span-50 {
  text-decoration: underline;
}

.text-span-51 {
  text-decoration: underline;
}

.text-span-52 {
  text-decoration: underline;
}

.text-span-53 {
  text-decoration: underline;
}

.text-span-54 {
  text-decoration: underline;
}

.text-span-55 {
  text-decoration: underline;
}

.text-span-56 {
  text-decoration: underline;
}

.div-block-55 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #000;
  border-radius: 8px;
}

.text-span-57 {
  text-decoration: underline;
}

.text-span-58 {
  text-decoration: underline;
}

.text-span-59 {
  text-decoration: underline;
}

.text-span-60 {
  text-decoration: underline;
}

.text-span-61 {
  text-decoration: underline;
}

.text-span-62 {
  text-decoration: underline;
}

.text-span-63 {
  text-decoration: underline;
}

.text-span-64 {
  text-decoration: underline;
}

.text-span-65 {
  text-decoration: underline;
}

.text-span-66 {
  text-decoration: underline;
}

.text-span-67 {
  text-decoration: underline;
}

.text-span-68 {
  text-decoration: underline;
}

.text-span-69 {
  text-decoration: underline;
}

.html-embed-2 {
  max-width: 500px;
  min-width: 500px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.html-embed-3 {
  position: static;
  display: block;
  max-width: 700px;
  min-width: 700px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  margin-top: 10px;
}

.div-block-58 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-27 {
  max-width: 100%;
  margin-top: 10px;
}

.dynamic-var {
  max-width: 90%;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
}

.div-block-59 {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  min-width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(36%, rgba(0, 0, 0, 0.65)), color-stop(49%, #000), color-stop(68%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65) 36%, #000 49%, rgba(0, 0, 0, 0.6) 68%);
}

.link-block-2 {
  max-width: 100%;
  min-width: 100%;
  text-decoration: none;
}

.link-block-2.w--current {
  text-decoration: none;
}

.link-block-3 {
  min-width: 100%;
  text-decoration: none;
}

.link-block-4 {
  min-width: 100%;
  text-decoration: none;
}

.first-paragraph-start {
  display: block;
  max-width: 100%;
  min-height: 0px;
  min-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

.mainreadingcontentblock-part4-copy {
  display: block;
  min-height: 0px;
  min-width: 800px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
}

.link-block-5 {
  min-width: 100%;
  text-decoration: none;
}

.div-block-38-copy {
  max-width: 750px;
  min-height: 0px;
  min-width: 750px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

.bold-text-23 {
  text-decoration: underline;
}

.text-span-70 {
  text-decoration: underline;
}

.text-span-71 {
  text-decoration: underline;
}

.btn-copy {
  max-width: none;
  min-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #0088b9;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-72 {
  text-decoration: underline;
}

.bold-text-24 {
  text-decoration: underline;
}

.text-span-73 {
  text-decoration: underline;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.reading-report-paper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 0px;
  min-width: 800px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-19-copy {
  display: block;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
}

.div-block-61 {
  position: static;
  z-index: 1;
}

.section-3 {
  position: relative;
  z-index: 4;
}

.arrowdown {
  font-size: 15px;
  line-height: 10px;
  font-weight: 900;
}

.columns-6 {
  margin-bottom: 25px;
}

.product-list-item {
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 22px;
  border-bottom: 1px dashed #c9c9c9;
  background-image: url('../images/iconmonstr-check-mark-1.svg');
  background-position: 0px 11px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 25px;
}

.product-list-item.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.page-title {
  padding: 16px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.page-title.about-section {
  margin-top: 0px;
  font-weight: 300;
}

.page-title.about-section.inverted {
  color: #fff;
}

.page-title.about-section.inverted.smaller {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.product-list {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  list-style-type: none;
}

.profile-text {
  padding: 18px 40px;
  font-size: 16px;
  line-height: 22px;
}

.profile-text.reading {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.profile-text.reading.inverted {
  color: #fff;
  text-align: left;
}

.profile-text.reading.inverted.availability {
  margin-bottom: 0px;
  padding: 12px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.profile-text.reading.inverted.footer-sales {
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.underlined {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, rgba(255, 74, 74, 0)), color-stop(0, #ff4a4a), to(#ff4a4a));
  background-image: linear-gradient(180deg, rgba(255, 74, 74, 0) 96%, #ff4a4a 0, #ff4a4a);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-62 {
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.29);
}

.column-16 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.text-block-6 {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.book-image {
  padding: 0px;
  border-radius: 8px;
  box-shadow: 4px 0 9px -5px #000;
}

.column-17 {
  padding: 20px 10px 20px 20px;
}

.div-block-63 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 29px 19px 23px;
  border-radius: 10px;
  background-color: #1c84b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c84b3), to(#1c84b3)), url('../images/b-w.jpg');
  background-image: linear-gradient(180deg, #1c84b3, #1c84b3), url('../images/b-w.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.button-6 {
  margin-right: auto;
  margin-left: auto;
  padding: 24px 54px;
  border-radius: 9px;
  background-color: #c31010;
  font-size: 20px;
}

.button-6.inverted {
  background-color: #fff;
  color: #000;
}

.button-6.inverted.sales-page {
  text-align: center;
}

.bold-text-25 {
  color: #0cf;
}

.div-block-64 {
  max-width: 100%;
  min-width: 700px;
}

.mainreadingcontentblock-start-copy {
  display: none;
  max-width: 100%;
  min-height: 0px;
  min-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

.mainreadingcontentblock-start-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 0px;
  min-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
}

.mainreadingcontentblock-start-copy-copy {
  display: block;
  max-width: 100%;
  min-height: 0px;
  min-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

.body {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #000;
}

.text-block-7 {
  max-width: 800px;
  min-width: 800px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-span-74 {
  color: #fff;
  text-decoration: underline;
}

.text-span-75 {
  color: #fff;
  text-decoration: underline;
}

.text-span-76 {
  color: #fff6f6;
  text-decoration: underline;
}

.section-4 {
  background-color: #f8f8f8;
}

.italic-text {
  font-style: normal;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.btn-copy {
  display: inline-block;
  max-width: none;
  min-width: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #0088b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0cf), to(#00598d));
  background-image: linear-gradient(180deg, #0cf, #00598d);
  box-shadow: 3px 3px 11px -1px #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.paragraph-7-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph-7-copy.dynamic-var {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-copy {
  display: inline-block;
  max-width: 100%;
  min-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #0088b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0cf), to(#00598d));
  background-image: linear-gradient(180deg, #0cf, #00598d);
  box-shadow: 3px 3px 11px -1px #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.text-span-77 {
  padding-right: 0px;
}

.btn-new-2 {
  display: block;
  max-width: 90%;
  min-width: 75%;
  margin: 20px 0px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #0088b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0cf), to(#00598d));
  background-image: linear-gradient(180deg, #0cf, #00598d);
  box-shadow: 3px 3px 11px -1px #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-67 {
  margin-bottom: 0px;
}

.list {
  padding-right: 119px;
  padding-left: 119px;
  list-style-type: none;
}

.list-item-2 {
  padding-left: 39px;
  background-image: url('../images/arrow.png');
  background-position: 10px 26px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.sales-class {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 29px 19px 23px;
  border-radius: 10px;
  background-color: #1c84b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c84b3), to(#1c84b3));
  background-image: linear-gradient(180deg, #1c84b3, #1c84b3);
  text-align: center;
}

.image-28 {
  max-width: 90%;
}

.div-block-68 {
  text-align: center;
}

.div-block-69 {
  max-width: 770px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-29 {
  max-width: 120%;
  min-width: 750px;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.paragraph-8 {
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold-text-29 {
  font-weight: 400;
}

.bold-text-30 {
  font-weight: 400;
}

.bold-text-31 {
  font-weight: 400;
}

.bold-text-32 {
  font-weight: 400;
}

.bold-text-33 {
  font-weight: 400;
}

.bold-text-34 {
  font-weight: 400;
}

.bold-text-35 {
  font-weight: 400;
}

.bold-text-36 {
  font-weight: 400;
}

.bold-text-37 {
  font-weight: 400;
}

.bold-text-38 {
  font-weight: 400;
}

.bold-text-39 {
  font-weight: 400;
}

.bold-text-40 {
  font-weight: 400;
}

.bold-text-41 {
  font-weight: 400;
}

.bold-text-42 {
  font-weight: 400;
}

.bold-text-43 {
  font-weight: 400;
}

.bold-text-44 {
  font-weight: 400;
}

.bold-text-45 {
  font-weight: 400;
}

.bold-text-46 {
  font-weight: 400;
}

.bold-text-47 {
  font-weight: 400;
}

.bold-text-48 {
  font-weight: 400;
}

.bold-text-49 {
  font-weight: 400;
}

.bold-text-50 {
  font-weight: 400;
}

.bold-text-51 {
  font-weight: 400;
}

.bold-text-52 {
  font-weight: 400;
}

.bold-text-53 {
  font-weight: 400;
}

.bold-text-54 {
  font-weight: 400;
}

.bold-text-55 {
  font-weight: 400;
}

.bold-text-56 {
  font-weight: 400;
}

.bold-text-57 {
  max-width: 80%;
  min-width: 80px;
}

.text-span-78 {
  text-decoration: line-through;
}

.list-2 {
  padding-left: 20px;
}

.div-block-72 {
  max-width: 600px;
  min-height: 100px;
  min-width: 600px;
  text-align: center;
}

/* Custom Form */

.custom-form{
  max-width: 640px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
  margin-top: 20px;
}

.custom-form .step h3{
  text-align: center;
  line-height: 40px;
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}

.custom-form .step h2{
  text-align: center;
  line-height: 60px;
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
}

.custom-form .step p{
  text-align: center;
  line-height: 30px;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 40px;
}

.custom-form .form-main .date-birth{
  text-align: center;
}

.custom-form .form-main label{
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.custom-form .form-main select,
.custom-form .form-main input{
  background-image: url(../images/arrow-new.svg);
  background-position: right 7px top 50%;
  max-width: 71px;
  width: 100%;
  margin-right: 5px;  
  border: 1px solid #ffffff;
  background-color: #fafdff;
  border-radius: 3px;
  color: #595d64;
  padding: 7px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
}

.custom-form .form-main input{
  background-image: none;
}

.custom-form .form-main select:focus{
  outline: none;
}

.form-button button{
  background: linear-gradient(0deg, rgba(47,110,159,1) 0%, rgba(0,212,255,1) 100%);
  height: 78px;
  margin: auto;
  max-width: 660px;
  border: 2px solid #ffffff;
  padding: 20px;
  width: 100%;
  display: block;
  font-size: 20px !important;
  line-height: 35px;
  margin-top: 30px;
}

.form-button button::after{
  content: "Discover your Moon Sign. Click here to continue.";
  font-size: 20px !important;
  line-height: 35px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.2;
  color: #fff;
}

.form-button button.btn-step-3::after{
  content: "Reveal Your Moon Sign";
}

.custom-form .form-main .country select,
.custom-form .form-main .city input,
.custom-form .form-main .detail input{
  width: 100%;
  max-width: 100%;
  height: 42px;
}

.custom-form .form-main .city{
  margin-top: 20px;
}

.custom-form .form-main .country label,
.custom-form .form-main .city label,
.custom-form .form-main .detail label{
  text-align: left;
}

.custom-form .form-main .city label,
.custom-form .form-main .detail label{
  font-weight: bold;
  margin-top: 10px;
}

.custom-form .form-main .country .country-name{
  font-size: 14px;
}

.step-1,.step-2,.step-3{
  transition: 0.5s;
  display: none;
}

.step-2,.step-3{
  display: none;
}

.custom-form .form-main .form-active{
  display: block;
}

@keyframes pulsate {
  0%{
    opacity: 0.5;
  }
  100%{
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .viewport {
    background-image: url('../images/Screen-Shot-2564-06-24-at-16.36.30.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-4 {
    max-width: 100px;
  }

  .div-block-10 {
    background-image: none;
  }

  .product-bg-div-block {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-33 {
    min-height: 0px;
    min-width: 0px;
  }

  .div-block-59 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(14%, rgba(0, 0, 0, 0.3)), color-stop(68%, rgba(0, 0, 0, 0.6)), color-stop(98%, transparent));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3) 14%, rgba(0, 0, 0, 0.6) 68%, transparent 98%);
  }

  .html-embed-4 {
    position: relative;
    left: -50%;
    display: none;
    overflow: visible;
    height: auto;
    min-height: 0px;
    min-width: 1500px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-7 {
    max-width: none;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .viewport {
    background-image: url('../images/Screen-Shot-2564-06-24-at-16.36.30.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-3 {
    max-width: 560px;
    min-width: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-4 {
    max-width: 90px;
  }

  .logo-header-image {
    background-position: 50% 0%;
    background-size: cover;
  }

  .div-block-12 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-one-section {
    max-width: none;
  }

  .paragraphreading {
    max-width: 100%;
    min-width: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-bg-div-block {
    background-image: url('../images/1439419.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('../images/1439419.jpg'), linear-gradient(180deg, #000, #000);
    background-position: 50% 0%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .image-11 {
    max-width: 560px;
    min-width: 0px;
  }

  .mainreadingcontentblock-start {
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-19 {
    max-width: 560px;
    min-width: 0%;
  }

  .mainreadingcontentblock-part4 {
    max-width: 560px;
    min-height: auto;
    min-width: auto;
    background-repeat: repeat-y;
  }

  .div-block-22 {
    max-width: 100%;
    min-width: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .pullquoteblock {
    max-width: 100%;
  }

  .pullquoteblock-black {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraphreading-block {
    max-width: 100%;
    min-width: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-26 {
    max-width: 560px;
    min-width: 0px;
  }

  .div-block-27 {
    max-width: none;
    min-width: 0px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .button-5 {
    max-width: none;
    min-width: 0px;
  }

  .paragraphreading-part1 {
    max-width: 560px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraphreading-part3 {
    max-width: 560px;
    min-width: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraphreading-part0 {
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraphreading-part-5 {
    max-width: 560px;
    min-width: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraphreading-part-6 {
    max-width: 560px;
    min-width: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraphreading-copy {
    padding-right: 60px;
    padding-left: 60px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-28 {
    max-width: 560px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .new-black-section {
    max-width: 560px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-12 {
    display: none;
  }

  .reading-one-section-top {
    max-width: none;
  }

  .div-block-33 {
    max-width: none;
    min-height: 0px;
    min-width: 0px;
  }

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

  .heading-4.dynamic-var {
    max-width: 600px;
  }

  .paragraph-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .reading-report-paper {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-1 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-2 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-3 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-4 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-5 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-6 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-7 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .reading-report-paper-8 {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .html-embed-3 {
    max-width: 500px;
    min-width: 500px;
  }

  .div-block-59 {
    position: relative;
    left: 0px;
    min-width: 100%;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, 0.6)), color-stop(71%, rgba(0, 0, 0, 0.6)), color-stop(104%, transparent));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 71%, transparent 104%);
  }

  .first-paragraph-start {
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mainreadingcontentblock-part4-copy {
    max-width: 560px;
    min-height: auto;
    min-width: auto;
    background-repeat: repeat-y;
  }

  .reading-report-paper-copy {
    max-width: 560px;
    min-height: 0px;
    min-width: 0px;
  }

  .div-block-19-copy {
    max-width: 560px;
    min-width: 0%;
  }

  .html-embed-4 {
    left: -81%;
    display: none;
  }

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

  .mainreadingcontentblock-start-copy {
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mainreadingcontentblock-start-copy {
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mainreadingcontentblock-start-copy-copy {
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-7 {
    width: auto;
    max-width: none;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-new-2 {
    max-width: 100%;
    font-size: 20px;
  }

  .paragraph-8 {
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .custom-form .step h2{
    font-size: 40px;
    list-style: 50px;
  }

  .custom-form .step p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-button button{
    height: auto;
    padding: 10px;
  }

  .custom-form{
    width: 95%;
  }

  .custom-form .step h3 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 70vh;
    max-height: none;
    min-height: 0px;
    background-position: 51% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .background-video {
    height: 700px;
  }

  .div-block-2 {
    display: block;
    max-width: 200%;
  }

  .image {
    position: relative;
    left: -52%;
    overflow: visible;
    max-width: 200%;
    min-width: 200%;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-2 {
    top: 0%;
    max-width: 70%;
    min-width: 70%;
    margin-top: -77px;
  }

  .div-block-3 {
    margin-top: -335px;
  }

  .viewport {
    display: block;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Screen-Shot-2564-06-24-at-16.36.30.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 50px;
  }

  .button {
    margin-top: 10px;
    font-size: 15px;
  }

  .paragraph-text {
    display: none;
  }

  .div-block-5 {
    margin-top: 0px;
    clear: none;
  }

  .image-3 {
    max-width: 100%;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-block {
    text-align: center;
  }

  .image-4 {
    display: inline-block;
    max-width: 130px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 46px;
    padding-left: 46px;
    float: none;
  }

  .testimonial-headline {
    position: relative;
    float: none;
    clear: none;
  }

  .column {
    text-align: center;
  }

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

  .button-2 {
    max-width: 620px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 26px 20px;
    border-radius: 11px;
    background-color: #4e839f;
    background-image: none;
    box-shadow: 0 0 20px 2px transparent;
    font-size: 19px;
    font-weight: 600;
  }

  .column-2 {
    text-align: center;
  }

  .column-3 {
    text-align: center;
  }

  .questiononediv {
    display: block;
    margin-top: -1932px;
  }

  .div-block-7 {
    min-width: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    max-width: 320px;
  }

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

  .second-heading.questions {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .button-3 {
    max-width: 620px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 26px 5px;
    border-radius: 11px;
    background-color: #cc41b9;
    background-image: none;
    font-size: 19px;
  }

  .explainer-text {
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo-header-image {
    padding-top: 41px;
    padding-bottom: 41px;
    background-position: 50% 50%;
    background-size: 120%;
  }

  .div-block-10 {
    padding-bottom: 20px;
    background-image: none;
  }

  .div-block-12 {
    max-width: 100%;
    min-width: 0%;
    padding-bottom: 10px;
  }

  .reading-one-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-13 {
    max-width: none;
    min-width: 0px;
  }

  .heading-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 27px;
  }

  .paragraph {
    max-width: none;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraphreading {
    position: static;
    display: block;
    overflow: visible;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-6 {
    max-width: 60%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-15 {
    max-width: 450px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .moon-sub-heading {
    font-size: 20px;
  }

  .moon-left-paragraph {
    padding-left: 0px;
    text-align: left;
  }

  .product-bg-div-block {
    background-image: repeating-linear-gradient(180deg, transparent, #00598d 38%, #4e839f 71%, #000), url('../images/1439419.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: repeating-linear-gradient(180deg, transparent, #00598d 38%, #4e839f 71%, #000), url('../images/1439419.jpg'), linear-gradient(180deg, #000, #000);
    background-position: 0px 0px, 50% 0%, 0px 0px;
    background-size: auto, contain, auto;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }

  .bold-text-2 {
    font-size: 50px;
  }

  .bold-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .bold-text-4 {
    font-size: 50px;
  }

  .bold-text-5 {
    font-size: 50px;
  }

  .bold-text-6 {
    font-size: 50px;
  }

  .bold-text-7 {
    font-size: 50px;
  }

  .bold-text-8 {
    font-size: 50px;
  }

  .bold-text-9 {
    font-size: 50px;
  }

  .moon-sign-main-sub-heading {
    font-size: 20px;
  }

  .bold-text-10 {
    font-size: 50px;
  }

  .image-11 {
    max-width: 100%;
    min-width: 0px;
  }

  .mainreadingcontentblock-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .div-block-19 {
    max-width: 100%;
    min-width: 0px;
  }

  .mainreadingcontentblock-part4 {
    display: block;
    max-width: none;
    min-width: 320px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .div-block-21 {
    max-width: 300px;
  }

  .div-block-22 {
    max-width: 100%;
    min-width: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

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

  .part-3 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .text-block-2 {
    max-width: none;
  }

  .text-block-2.dynamic-var {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pullquoteblock {
    font-size: 16px;
    line-height: 20px;
  }

  .pullquoteblock-black {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraphreading-block {
    max-width: none;
    min-width: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-26 {
    max-width: none;
    min-width: 0px;
  }

  .div-block-27 {
    max-width: 280px;
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .button-5 {
    max-width: 280px;
    min-width: 280px;
  }

  .column-9 {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraphreading-part1 {
    position: static;
    display: block;
    overflow: visible;
    max-width: none;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraphreading-part3 {
    position: static;
    display: block;
    overflow: visible;
    max-width: none;
    min-width: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraphreading-part0 {
    position: static;
    display: block;
    overflow: visible;
    max-width: none;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraphreading-part-5 {
    position: static;
    display: block;
    overflow: visible;
    max-width: 100%;
    min-width: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-10 {
    display: block;
    min-height: 100px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-3 {
    max-width: 320px;
  }

  .columns-4 {
    max-width: 450px;
  }

  .paragraphreading-part-6 {
    position: static;
    display: block;
    overflow: visible;
    max-width: none;
    min-width: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraphreading-copy {
    position: static;
    display: block;
    overflow: visible;
    max-width: 440%;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraphreading-copy.white.centre {
    max-width: 90%;
  }

  .column-11 {
    padding-left: 0px;
  }

  .div-block-28 {
    max-width: 100%;
    min-width: 0%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-29 {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .new-black-section {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .image-16 {
    display: none;
  }

  .reading-one-section-top {
    max-width: 100%;
    min-width: 100%;
  }

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

  .questiontwodiv {
    display: none;
    margin-top: 92px;
  }

  .heading-small {
    max-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }

  .text-span-30 {
    font-size: 20px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-smaller {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .questionthreediv {
    display: block;
    margin-top: -135px;
  }

  .text-span-31 {
    max-width: 320px;
    min-width: 320px;
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
  }

  .questionfivediv {
    display: none;
    margin-top: 92px;
  }

  .questionsixdiv {
    display: none;
    margin-top: 82px;
  }

  .textfield-long {
    max-width: 280px;
    min-width: 280px;
    font-size: 20px;
    text-decoration: underline;
  }

  .loader {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    margin-top: 161px;
  }

  .image-19 {
    max-width: none;
    min-height: 100%;
    min-width: 200%;
    margin-top: 3px;
  }

  .final-section {
    display: block;
  }

  .div-block-33 {
    position: absolute;
    display: block;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0px;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-20 {
    max-width: none;
    min-width: 700px;
    margin-top: 30px;
    padding-left: 0px;
  }

  .text-span-32 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-35 {
    position: static;
    left: -240px;
    bottom: -53px;
    display: none;
    max-width: none;
    margin-top: 53px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-17 {
    font-size: 60px;
    line-height: 60px;
  }

  .form-block {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .form-block-2 {
    padding-left: 10px;
    text-align: left;
  }

  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .form-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-block-36 {
    background-image: url('../images/WolfMoonBackground.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('../images/WolfMoonBackground.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, #000, #000);
    background-position: 50% 0%, 0px 0px, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: fixed, scroll, scroll;
  }

  .div-block-37 {
    max-width: 95%;
  }

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

  .div-block-38 {
    max-width: 95%;
    min-width: 0%;
    border-radius: 0px;
  }

  .heading-4 {
    max-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-4.dynamic-var {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-7.dynamic-var {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blueblock {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-22 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pullquotesalespage {
    font-weight: 400;
  }

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

  .div-block-43 {
    min-width: 320px;
  }

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

  .pullquoteblock3.dynamic-var {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blueblock-copy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-44 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/download_1.jpeg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/download_1.jpeg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .div-block-45 {
    max-width: 95%;
    min-width: 0px;
  }

  .heading-4-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-7-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .whiteblock {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-4-orange {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-4-orange.dynamic-var {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-49 {
    background-image: url('../images/WolfMoonBackground.jpg'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: url('../images/WolfMoonBackground.jpg'), linear-gradient(180deg, #000, #000);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .div-block-50 {
    max-width: none;
  }

  .text-span-38 {
    font-size: 25px;
  }

  .text-span-38.dynamic-var {
    line-height: 30px;
  }

  .text-span-39 {
    font-size: 25px;
  }

  .text-span-40 {
    font-size: 25px;
  }

  .text-span-41 {
    font-size: 25px;
  }

  .image-24 {
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-51 {
    max-width: 100%;
    min-width: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .reading-report-paper {
    max-width: 100%;
    min-width: 0px;
  }

  .reading-button {
    max-width: 100%;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-decoration: underline;
  }

  .text-span-44 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .reading-report-paper-1 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .reading-report-paper-2 {
    display: none;
    max-width: 100%;
    min-width: 100%;
  }

  .reading-report-paper-3 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .reading-report-paper-4 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .reading-report-paper-5 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .reading-report-paper-6 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .reading-report-paper-7 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .reading-report-paper-8 {
    display: none;
    max-width: 100%;
    min-width: 0px;
  }

  .btn {
    max-width: 100%;
    min-width: 100%;
    border-width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0cf), color-stop(55%, #1c84b3), to(#00598d));
    background-image: linear-gradient(180deg, #0cf 1%, #1c84b3 55%, #00598d);
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 20px;
    text-decoration: none;
  }

  .html-embed-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed-3 {
    max-height: none;
    max-width: 95%;
    min-height: 0%;
    min-width: 0px;
  }

  .image-27 {
    max-width: 70%;
  }

  .dynamic-var {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-59 {
    min-height: 600px;
    min-width: 0%;
    background-image: linear-gradient(183deg, rgba(0, 0, 0, 0.6) 13%, rgba(0, 0, 0, 0.6) 55%, #000 77%, transparent 103%);
  }

  .first-paragraph-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .mainreadingcontentblock-part4-copy {
    display: none;
    max-width: none;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .div-block-38-copy {
    max-width: none;
    min-width: 100%;
    border-radius: 20px 20px 0px 0px;
  }

  .btn-copy {
    max-width: 90px;
    min-width: 90%;
    font-size: 20px;
    text-decoration: none;
  }

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

  .reading-report-paper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 0px;
  }

  .div-block-19-copy {
    max-width: 100%;
    min-width: 0px;
  }

  .html-embed-4 {
    position: fixed;
    left: -125%;
    top: 0%;
    right: -125%;
    bottom: 0%;
    display: none;
    overflow: visible;
    max-height: none;
    min-height: 0px;
    min-width: 1300px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .product-list-item {
    font-family: Montserrat, sans-serif;
  }

  .page-title {
    margin-top: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-title.about-section.inverted.smaller {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 33px;
  }

  .profile-text.reading.inverted {
    padding-right: 0px;
    padding-left: 0px;
  }

  .profile-text.reading.inverted.availability {
    padding-top: 8px;
    padding-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-62 {
    padding-right: 11px;
    padding-left: 11px;
    font-family: Montserrat, sans-serif;
  }

  .column-16 {
    padding: 0px;
  }

  .text-block-6 {
    padding-top: 26px;
    padding-bottom: 26px;
    font-family: Montserrat, sans-serif;
  }

  .column-17 {
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin-bottom: 0px;
    padding: 0px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-6 {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }

  .bold-text-26 {
    font-family: Montserrat, sans-serif;
  }

  .mainreadingcontentblock-start-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    min-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .mainreadingcontentblock-start-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .mainreadingcontentblock-start-copy-copy {
    display: block;
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }

  .body {
    background-color: #000;
  }

  .bold-text-27 {
    line-height: 25px;
  }

  .text-block-7 {
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-65 {
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-66 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    background-image: url('../images/Screen-Shot-2564-06-24-at-16.36.30.png');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btn-copy {
    max-width: 100%;
    min-width: 100%;
    border-width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0cf), color-stop(55%, #1c84b3), to(#00598d));
    background-image: linear-gradient(180deg, #0cf 1%, #1c84b3 55%, #00598d);
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 20px;
    text-decoration: none;
  }

  .paragraph-7-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-7-copy.dynamic-var {
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn-copy {
    max-width: 90%;
    min-width: 90%;
    border-width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0cf), color-stop(55%, #1c84b3), to(#00598d));
    background-image: linear-gradient(180deg, #0cf 1%, #1c84b3 55%, #00598d);
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 20px;
    text-decoration: none;
  }

  .btn-new-2 {
    max-width: 90%;
    min-width: 90%;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0cf), color-stop(55%, #1c84b3), to(#00598d));
    background-image: linear-gradient(180deg, #0cf 1%, #1c84b3 55%, #00598d);
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 20px;
    text-decoration: none;
  }

  .bold-text-28 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list {
    padding-right: 11px;
    padding-left: 11px;
  }

  .list-item-2 {
    background-position: 10px 30px;
  }

  .sales-class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin-bottom: 0px;
    padding: 0px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video {
    max-width: 90%;
  }
}

/*------------------------------------*/

.disclaimer a {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: #999;
  text-decoration: none;
  transform: translateX(-50%);
}

.disclaimer {
  text-align: center;
}

.disclaimer-text{
  padding: 10px 40px;
  text-align: left;
}

.disclaimer-text .disclaimer-title{
  margin: 20px 0px;
}

.disclaimer-text .disclaimer-link{
  margin:10px 0px 40px;
  display: inline-block;
  text-decoration: underline;
  color: #2599BE;
  font-size: 20px;
}


.disclaimer-text .disclaimer-para{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.margin-bottom-0{
  margin-bottom: 0px;
}

.border-radius-40{
  border-radius: 40px;
}