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

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

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2em;
}

p {
  max-width: 710px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8em;
}

a {
  font-family: 'Open Sans', sans-serif;
  color: #0a2161;
  text-decoration: underline;
}

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

li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

blockquote {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: 'EB Garamond';
  font-size: 30px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.herosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 32px;
  padding-left: 32px;
  -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: #fff;
}

.herosection.support-hero {
  min-height: auto;
  padding-top: 80px;
  background-color: #fff;
  color: #000;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.logo-wrap {
  overflow: hidden;
  text-decoration: none;
}

.logo-wrap.w--current {
  font-family: Inconsolata, monospace;
}

.nav-links {
  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;
}

.nav-links.footer-copyright {
  margin-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1%;
  -webkit-flex-grow: 1%;
  -ms-flex-positive: 1%;
  flex-grow: 1%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 10px;
}

.nav-links.footer-navs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-container {
  position: relative;
  width: 90%;
  max-width: 1370px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.page-container.book-hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-container.about-container {
  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-align: center;
}

.page-container.book-slider {
  display: block;
  margin-bottom: 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;
}

.page-container.chapter-brakedown {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.page-container.testimonial-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding: 80px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  color: #000;
  text-align: left;
}

.page-container.why-read {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.2fr 1fr 1fr;
  grid-template-columns: 1.2fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-container.free-sample-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 250px;
  padding: 80px;
  -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: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}

.page-container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.page-container.about-author-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-container.faq-cointainer {
  text-align: center;
}

.page-container.book-guarantee {
  display: -ms-grid;
  display: grid;
  margin-top: -23px;
  margin-bottom: -69px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-container.footer-free-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-container.buy-container {
  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-align: center;
}

.page-container.support-hero {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-container.changelog-container {
  margin-bottom: 100px;
}

.book-hero-heading {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1em;
}

.book-hero-heading.line-1 {
  position: relative;
  max-width: 700px;
  margin-top: -12px;
  margin-bottom: 28px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 92px;
  line-height: 1em;
  text-transform: uppercase;
}

.label {
  position: relative;
  z-index: 4;
  margin-bottom: -18px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.dark-label {
  margin-bottom: -20px;
  color: #666;
}

.hero-paragraph {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin-top: -13px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  line-height: 1.8em;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-right: 20px;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  font-family: 'EB Garamond';
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-color: #1c299b;
  background-color: #1c299b;
  color: #fff;
}

.button.inverted {
  background-color: #494949;
  opacity: 1;
  color: #fff;
}

.button-transparent {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'EB Garamond';
  color: #dfab82;
  font-size: 20px;
}

.button-transparent.inverted-2 {
  color: #fff;
}

.spacer-60-px {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-line {
  position: absolute;
  left: 0px;
  width: 20%;
  height: 2px;
  margin-top: 8px;
  background-color: #dfab82;
}

.button-line.white-line {
  background-color: #fff;
}

.button-overlay {
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #7a7a7a;
}

.button-text {
  position: relative;
  z-index: 2;
  margin-right: 0px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  letter-spacing: 0px;
}

.button-text:hover {
  color: #fff;
}

.nav-link {
  margin-right: 0px;
  margin-left: 20px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #494949;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #111;
  text-decoration: underline;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-left: -65px;
  padding-right: 0px;
  padding-left: 0px;
}

.book-cover {
  position: absolute;
  top: 0px;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 90vh;
  max-height: 700px;
  max-width: 750px;
  margin-top: -100px;
  margin-bottom: 6px;
  padding-top: 0px;
  padding-right: 0px;
  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;
  background-color: rgba(238, 212, 116, 0.75);
  opacity: 1;
}

.contactsection {
  display: block;
  padding: 60px 32px;
  -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;
}

.contactsection.testimonial-section {
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
}

.contactsection.learn {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.contactsection.book-section {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: rgba(156, 113, 113, 0.5);
  color: #fff;
  text-align: center;
}

.contactsection.book-reselers {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 330px;
  grid-template-rows: 330px;
  border-bottom: 1px solid #f1f1f1;
}

.contactsection.free-sample-section {
  position: relative;
  padding-bottom: 200px;
  text-align: center;
}

.contactsection.about-the-author {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d9e0e6;
}

.contactsection.footer-section {
  margin-top: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  text-align: center;
}

.contactsection.color-section {
  background-color: #4a5899;
  color: #fff;
}

.contactsection.form-section {
  background-color: #fff;
}

.contactsection.value-1 {
  padding-top: 200px;
}

.contactsection.faq-section {
  padding-bottom: 200px;
  text-align: center;
}

.contactsection.die-getriebenen {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contactsection.buy-section {
  text-align: center;
}

.bookimg {
  width: auto;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.bookimg.big-book {
  position: relative;
  left: auto;
  z-index: 2;
  height: 400px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.book-desc {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Muli;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.book-light-box {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 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;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.listen-on {
  position: absolute;
  top: 20px;
  right: 40px;
  margin-right: -19px;
  font-family: Muli;
  color: #000;
}

.listen-on-links {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: underline;
}

.testimonial-author-name {
  font-family: 'EB Garamond';
  color: #9aa7df;
  font-weight: 800;
  letter-spacing: 2px;
}

.testimonial-author-role {
  font-family: Muli;
  color: #b5b5b5;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-grid {
  width: 100%;
  max-width: 1370px;
  min-height: 500px;
  margin-bottom: -30vh;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.learn-paragraph {
  max-width: 700px;
  color: hsla(0, 0%, 100%, 0.5);
}

.learn-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4a5899;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-align: left;
  cursor: pointer;
}

.learn-item:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.4);
}

.spacer-30-px {
  width: 30px;
  height: 30px;
}

.feature-paragrapg {
  max-width: 510px;
  margin-top: 300px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 30px;
}

.feature-heading {
  position: absolute;
  left: 40px;
  top: 80px;
  right: 40px;
}

.learn-number {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Muli;
  color: #4a5899;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.book-slider {
  min-height: 70vh;
  background-color: transparent;
}

.book-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -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;
}

.right-arrow {
  color: #000;
  font-size: 12px;
}

.left-arrow {
  color: #000;
  font-size: 12px;
}

.slide-nav {
  display: none;
  color: #000;
  font-size: 8px;
}

.chapter-heading {
  max-width: 550px;
}

.email-us {
  color: #fff;
  text-decoration: underline;
}

.chapter-brakedown-wrap {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: 500px;
  max-width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.see-all-chapters-trigger {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 133, 144, 0)), to(#ed8590));
  background-image: linear-gradient(180deg, rgba(237, 133, 144, 0), #ed8590);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.author-image {
  position: absolute;
  top: -250px;
  right: 0px;
  display: -ms-grid;
  display: grid;
  width: 45vw;
  height: 700px;
  max-width: 750px;
  margin-top: 69px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: #94877d;
  background-image: url('../images/17244_XXL.jpg');
  background-position: 50% 50%;
  background-size: 682px;
}

.order-after-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 32px;
  padding-left: 32px;
}

.page-wrapper.style-guide-wrap {
  display: block;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #111;
}

.page-wrapper.licencing-wrap {
  display: block;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.hero-words-wrap {
  overflow: hidden;
  max-width: 760px;
  padding-bottom: 5px;
}

.book-reseler-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 1px solid #f1f1f1;
}

.book-reseler-logo {
  max-width: 40%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.book-reseler-cta {
  position: absolute;
  display: none;
  overflow: hidden;
  padding: 10px 30px;
  background-color: #4a5899;
  font-family: 'EB Garamond';
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.testimonial-author-img {
  position: absolute;
  top: 80px;
  right: 80px;
  bottom: 80px;
  width: 300px;
  background-image: url('../images/pexels-photo-1239291.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-author-img.author-2 {
  z-index: 1;
  background-image: url('../images/pexels-photo-774909.jpeg');
}

.testimonial-bg-image {
  position: absolute;
  right: 0px;
  overflow: hidden;
  width: 80%;
  height: 70%;
  min-height: 640px;
}

.testimonial-bg-image.left-bg-image {
  left: 0px;
  right: auto;
}

.text-block {
  position: absolute;
  top: 145px;
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Muli;
  color: #b5b5b5;
  font-size: 10px;
  letter-spacing: 4px;
}

.who-should-grab-h-wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.who-should-grab-item {
  min-height: 300px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.who-should-grab-img {
  height: 200px;
  background-image: url('../images/pexels-photo-1308625.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.who-should-grab-img.who-grab-2 {
  background-image: url('../images/person-woman-apple-hotel.jpg');
}

.who-should-grab-img.who-grab-3 {
  background-image: url('../images/pexels-photo-374085.jpeg');
  background-position: 50% 100%;
}

.who-should-grab-info-wrap {
  padding: 30px;
}

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

.free-sample-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.free-sample-form-block.half-block {
  width: 50%;
  min-width: 600px;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

.input.transparent-input {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
}

.input.transparent-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

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

.free-sample-heading {
  position: absolute;
  top: -40px;
}

.small-paragraph {
  max-width: none;
  margin-bottom: 24px;
  color: #000;
  font-size: 18px;
  line-height: 1.8em;
  text-decoration: none;
}

.small-paragraph.free-explainer {
  padding-right: 20px;
  padding-left: 20px;
}

.small-paragraph.no-margin {
  margin-right: 20px;
}

.small-paragraph._15-margin {
  margin-bottom: 15px;
}

.bg-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: #4a5899;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #4a5899;
  background-image: url('../images/pexels-photo-590493.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image.bg-image-2 {
  background-image: url('../images/pexels-photo-459265.jpeg');
}

.bg-image.bg-image-4 {
  background-image: url('../images/pexels-photo.jpg');
}

.bg-image.bg-image-3 {
  background-image: url('../images/pexels-photo-946343.jpeg');
}

.book-cover-img {
  height: 60vh;
}

.navigation-wrap {
  margin-inline: -32px;
  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-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: #fff;
}

.style-guide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #4a5899;
  color: #fff;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #b5b5b5;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-colors {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.style-colors.grey-cc {
  background-color: #b5b5b5;
}

.style-colors.dark-cc {
  background-color: #000;
}

.style-colors.white-tr-cc {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.style-colors.light-cc {
  background-color: #fff;
}

.style-colors.brand-1-cc {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #4a5899;
}

.style-colors.brand-2-cc {
  background-color: #59c3c3;
}

.style-colors.brand-3-cc {
  background-color: #dfab82;
}

.style-colors.brand-4-cc {
  background-color: #ed8590;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #b5b5b5;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.button-small {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background-color: #4a5899;
  font-family: 'EB Garamond';
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

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

.powered-text {
  margin-right: 5px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 1px;
}

.colors-grid {
  margin-bottom: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea-input {
  min-height: 100px;
  margin-bottom: 0px;
  padding: 15px 20px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

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

.value-proposal-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
}

.value-proposal-grid.reversed {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.image-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-image: url('../images/pexels-photo-212286.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-wrap.image-2 {
  background-image: url('../images/pexels-photo-847483.jpeg');
}

.image-rectangle-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  height: 600px;
  border: 2px solid #dfab82;
}

.image-rectangle-overlay.reversed-rectangle {
  left: auto;
  right: 20px;
}

.image-rectangle-overlay.buy-rectangle {
  height: 550px;
}

.order-book-sideflex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-width: 850px;
  margin-top: -60px;
  padding: 80px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfab82;
  color: #fff;
}

.bookinfo {
  position: relative;
  z-index: 2;
}

.value-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.value-list-item {
  padding-right: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.text-max-420 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.cta-text {
  max-width: 400px;
  margin-right: 120px;
  margin-bottom: 0px;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dfab82;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.04);
}

.faq-question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #dfab82;
  text-align: left;
}

.faq-answer {
  max-width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.social-icons-wrap {
  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;
}

.social-icon {
  height: 20px;
  margin-left: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon-img {
  display: block;
  height: 100%;
}

.book-image-wrap {
  position: relative;
  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;
}

.book-image-bg {
  position: absolute;
  right: 60px;
  bottom: 40px;
  width: 100%;
  height: 100%;
  background-color: #4a5899;
}

.footer-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  color: #b5b5b5;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #111;
  text-decoration: underline;
}

.footer-link.creator {
  margin-left: 0px;
  color: #dfab82;
}

.faq-question {
  margin-right: 40px;
  margin-bottom: 0px;
}

.max-size-320 {
  max-width: 320px;
}

.success-message-2 {
  padding: 40px;
  background-color: #dfab82;
  color: #fff;
}

.error-message-2 {
  margin-top: 20px;
  padding: 40px;
  background-color: #ed8590;
  color: #fff;
}

.text-block-2 {
  display: none;
}

.paragraph-max-400 {
  max-width: 400px;
  margin-right: 20px;
}

.author-name {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
}

.buy-the-book {
  width: 80%;
  margin-bottom: 30px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 0.5fr 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buy-the-book-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.paperback {
  position: relative;
  z-index: 3;
  height: 250px;
  margin-bottom: 30px;
}

.available-on-sideflex {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ebook {
  height: 250px;
  margin-bottom: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
}

.buy-the-book-available {
  width: 80%;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
}

.support-image-wrap {
  overflow: hidden;
  width: 550px;
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.changelog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 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;
  background-color: #4a5899;
  color: #fff;
}

.changelog-hero.support-hero {
  background-color: #fff;
  color: #000;
}

.changelog-div {
  display: block;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
}

.changelog-div.reversed {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}

.bold-text {
  overflow: visible;
  font-family: Roboto;
  font-weight: 400;
}

.text-block-4 {
  background-color: #777;
}

.text-block-5 {
  padding-top: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #b5b5b5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  margin-bottom: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bold-text-2 {
  font-style: normal;
}

.heading {
  margin-bottom: 82px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 52px;
  text-align: center;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #494949;
}

.link-2 {
  color: #ffd500;
  text-decoration: none;
}

.subtitle {
  font-size: 24px;
  line-height: 1.2em;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bockblock {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
  border: 0px solid #000;
}

.bookbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 64px;
  -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: #f0f0f0;
}

.bookcover {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.ratiobox {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
}

.bookwrap {
  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;
  background-color: #5150aa;
}

.imgcont {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-top: 0%;
  background-image: url('../images/Foto-15.07.16-15-44-37.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 1.5em;
}

.heroblock {
  width: 100%;
  max-width: 1200px;
  margin: 12px auto 52px;
  border: 0px solid #000;
}

.aboutblock {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.aboutinfo {
  position: relative;
  z-index: 2;
}

.aboutviz {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 150%;
}

.about-image {
  width: auto;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-image.big-book {
  position: relative;
  left: auto;
  z-index: 2;
  height: 400px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.aboutbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e6e4b4;
}

.aboutwrap {
  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;
  background-color: #5150aa;
}

.paragraph {
  color: #111;
}

.paragraph-2 {
  margin-bottom: 24px;
}

.heroinfo {
  position: relative;
  margin-top: -50vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.herocover {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100%;
  padding-top: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.herowrap {
  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;
  background-color: #5150aa;
}

.herobg {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
  background-color: #bcdbdf;
}

.heroimg {
  position: relative;
  width: auto;
  height: calc(100% - 2 * 64px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.heroimg.big-book {
  position: relative;
  left: auto;
  z-index: 2;
  height: 400px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.fotocredits {
  position: absolute;
  left: 0px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 12px;
}

.twitterblock {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
  border: 0px solid #000;
}

.twitterinfo {
  position: relative;
  z-index: 2;
}

.tweet {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0%;
}

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

.herogrid {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: ". ."
    "Area Area";
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 32px auto;
  grid-template-rows: auto auto;
}

.herop {
  width: 50%;
  padding-right: 24px;
}

.heading-3 {
  margin-bottom: 32px;
}

.heading-3.abouthead {
  margin-bottom: 20px;
}

.heading-4 {
  font-family: 'Open Sans', sans-serif;
}

.heading-5 {
  text-align: left;
}

.navheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  text-decoration: none;
}

.navheading:hover {
  text-decoration: underline;
}

.navheading:active {
  text-decoration: none;
}

.homelink {
  text-decoration: none;
}

.homelink.w--current {
  text-decoration: none;
}

.bookssection {
  padding-top: 64px;
  padding-right: 32px;
  padding-left: 32px;
}

.aboutsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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: #b2c3d3;
}

.aboutsection.testimonial-section {
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
}

.aboutsection.learn {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.aboutsection.book-section {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: rgba(156, 113, 113, 0.5);
  color: #fff;
  text-align: center;
}

.aboutsection.book-reselers {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 330px;
  grid-template-rows: 330px;
  border-bottom: 1px solid #f1f1f1;
}

.aboutsection.free-sample-section {
  position: relative;
  padding-bottom: 200px;
  text-align: center;
}

.aboutsection.about-the-author {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d9e0e6;
}

.aboutsection.footer-section {
  margin-top: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  text-align: center;
}

.aboutsection.color-section {
  background-color: #4a5899;
  color: #fff;
}

.aboutsection.form-section {
  background-color: #fff;
}

.aboutsection.value-1 {
  padding-top: 200px;
}

.aboutsection.faq-section {
  padding-bottom: 200px;
  text-align: center;
}

.aboutsection.die-getriebenen {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.aboutsection.buy-section {
  text-align: center;
}

.stdbutton {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 2px solid #000;
  background-color: #fff;
  color: #111;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 700;
}

.stdbutton:hover {
  border-color: #1c2e61;
  background-color: #1c2e61;
  color: #fff;
}

.stdbutton.abouttwitter {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0);
}

.stdbutton.abouttwitter:hover {
  border-color: #1c2e61;
  background-color: #1c2e61;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-6 {
  font-size: 42px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-7 {
  padding-right: 170px;
  padding-left: 168px;
}

.textsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 0px 32px 32px;
  -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: #ececec;
}

.textsection.testimonial-section {
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
}

.textsection.learn {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.textsection.book-section {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: rgba(156, 113, 113, 0.5);
  color: #fff;
  text-align: center;
}

.textsection.book-reselers {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 330px;
  grid-template-rows: 330px;
  border-bottom: 1px solid #f1f1f1;
}

.textsection.free-sample-section {
  position: relative;
  padding-bottom: 200px;
  text-align: center;
}

.textsection.about-the-author {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d9e0e6;
}

.textsection.footer-section {
  margin-top: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  text-align: center;
}

.textsection.color-section {
  background-color: #4a5899;
  color: #fff;
}

.textsection.form-section {
  background-color: #fff;
}

.textsection.value-1 {
  padding-top: 200px;
}

.textsection.faq-section {
  padding-bottom: 200px;
  text-align: center;
}

.textsection.die-getriebenen {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.textsection.buy-section {
  text-align: center;
}

.textinfo {
  position: relative;
  z-index: 2;
}

.textblock {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-top: 32px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.gridnone {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plainbottomspacer {
  height: 32px;
}

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

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

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

.paragraph-5 {
  font-weight: 400;
}

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

.tweetwrapsingle {
  display: none;
}

.text-span-2 {
  float: left;
  color: #111;
  font-weight: 700;
}

.text-span-1 {
  padding-right: 3px;
  float: left;
  color: #111;
}

.italic-text {
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-bottom: 40px;
  }

  .herosection {
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
  }

  .herosection.allsection {
    padding-top: 80px;
  }

  .page-container.book-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.why-read {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .page-container.about-author-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.book-guarantee {
    grid-row-gap: 40px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-container.footer-free-download {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.support-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .book-hero-heading {
    max-width: 100%;
    font-size: 72px;
  }

  .book-hero-heading.line-1 {
    font-size: 60px;
  }

  .book-cover {
    position: relative;
    width: 500px;
    height: 550px;
    margin-top: 60px;
  }

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

  .contactsection.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contactsection.learn {
    padding-top: 100px;
  }

  .contactsection.book-reselers {
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .contactsection.value-1 {
    padding-top: 100px;
  }

  .contactsection.changelog-section {
    padding-top: 100px;
  }

  .bookimg {
    height: 100%;
  }

  .learn-grid {
    height: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature-paragrapg {
    margin-top: 0px;
  }

  .feature-heading {
    position: static;
  }

  .learn-number {
    position: static;
    margin-bottom: 10px;
  }

  .author-image {
    position: relative;
    top: 0px;
    width: 450px;
    height: 600px;
    margin-top: 60px;
  }

  .book-reseler-logo {
    max-width: 50%;
  }

  .testimonial-author-img {
    position: static;
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }

  .free-sample-form-block.half-block {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }

  .value-proposal-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .order-book-sideflex {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
  }

  .text-max-420 {
    line-height: 1.4em;
  }

  .cta-text {
    margin-right: 60px;
  }

  .social-icons-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block-quote {
    margin-bottom: 40px;
  }

  .buy-the-book {
    width: 100%;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .buy-the-book-available {
    width: 100%;
  }

  .changelog-hero {
    padding-top: 150px;
  }

  .changelog-div {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ratiobox {
    overflow: hidden;
    width: 100%;
  }

  .imgcont {
    width: 100%;
  }

  .aboutblock {
    padding-top: 0px;
  }

  .about-image {
    height: 100%;
  }

  .heroinfo {
    margin-top: 0px;
  }

  .heroimg {
    position: static;
    height: 100%;
  }

  .herogrid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .herop {
    width: 100%;
  }

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

  .aboutsection.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .aboutsection.learn {
    padding-top: 100px;
  }

  .aboutsection.book-reselers {
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .aboutsection.value-1 {
    padding-top: 100px;
  }

  .aboutsection.changelog-section {
    padding-top: 100px;
  }

  .textsection.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .textsection.learn {
    padding-top: 100px;
  }

  .textsection.book-reselers {
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .textsection.value-1 {
    padding-top: 100px;
  }

  .textsection.changelog-section {
    padding-top: 100px;
  }

  .textblock {
    padding-top: 24px;
  }

  .gridnone {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

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

  .nav-links {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-links.footer-navs {
    display: block;
  }

  .book-hero-heading {
    font-size: 60px;
  }

  .button.full-width-mobile {
    width: 100%;
    text-align: center;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.2em;
  }

  .contactsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contactsection.free-sample-section {
    padding-bottom: 100px;
  }

  .contactsection.about-the-author {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .book-reseler-logo {
    max-height: 80%;
  }

  .testimonial-bg-image {
    width: 85%;
    height: 90%;
  }

  .input.transparent-input {
    margin-bottom: 30px;
  }

  .input.free-chapter-input {
    margin-bottom: 30px;
  }

  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-book-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .value-list-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .cta-text {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .buy-the-book-available {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px 100px 100px;
    grid-template-rows: 100px 100px 100px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .subtitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
  }

  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bookbg {
    padding: 24px;
  }

  .ratiobox {
    overflow: hidden;
    width: 100%;
  }

  .imgcont {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-top: 0%;
  }

  .herogrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 0px;
  }

  .navheading {
    font-size: 20px;
  }

  .homelink.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .aboutsection {
    padding: 24px;
  }

  .aboutsection.free-sample-section {
    padding-bottom: 100px;
  }

  .aboutsection.about-the-author {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .textsection {
    padding: 24px;
  }

  .textsection.free-sample-section {
    padding-bottom: 100px;
  }

  .textsection.about-the-author {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .textinfo {
    width: 100%;
  }

  .textblock {
    padding-top: 0px;
  }

  .gridnone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tweetwrapsingle {
    display: block;
  }

  .tweetwrapmulti {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  blockquote {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .herosection.allsection {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-wrap {
    margin-bottom: 20px;
  }

  .nav-links {
    display: none;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-links.footer-copyright {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-links.footer-navs {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-container.testimonial-container {
    padding: 60px 40px;
  }

  .page-container.why-read {
    grid-row-gap: 40px;
  }

  .page-container.free-sample-container {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .page-container.footer-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .book-hero-heading {
    font-size: 40px;
  }

  .book-hero-heading.line-1 {
    font-size: 38px;
  }

  .buttons-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-transparent.inverted-2._30-top-margin {
    margin-top: 30px;
  }

  .button-transparent.nav-menu-btn {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .button-transparent._30-margin-top {
    margin-top: 30px;
  }

  .nav-link {
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .book-cover {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  .contactsection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contactsection.book-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .contactsection.book-reselers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px;
    grid-template-rows: 200px 200px;
  }

  .contactsection.faq-section {
    padding-bottom: 100px;
  }

  .contactsection.die-getriebenen {
    padding-top: 100px;
  }

  .contactsection.buy-section {
    padding-bottom: 100px;
  }

  .bookimg.big-book {
    height: 300px;
  }

  .book-desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listen-on {
    left: 10px;
    right: 10px;
  }

  .right-arrow {
    width: 20px;
  }

  .left-arrow {
    width: 20px;
  }

  .author-image {
    width: 100%;
    height: 300px;
    border-radius: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .order-after-chapter {
    -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;
  }

  .page-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonial-bg-image {
    width: 90%;
  }

  .text-block {
    top: 100px;
    right: -30px;
  }

  .who-should-grab-item.grab-1 {
    margin: 0px;
  }

  .who-should-grab-item.grab-2 {
    margin: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .who-should-grab-item.grab-3 {
    margin: 0px;
  }

  .input {
    font-size: 16px;
  }

  .free-sample-heading {
    left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .small-paragraph {
    font-size: 16px;
  }

  .book-cover-img {
    height: 250px;
  }

  .navigation-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .powered-text {
    margin-left: 20px;
  }

  .textarea-input {
    font-size: 16px;
  }

  .image-wrap {
    height: 350px;
  }

  .image-rectangle-overlay {
    height: 350px;
  }

  .order-book-sideflex {
    padding: 60px 40px;
  }

  .faq-question-wrap {
    text-align: left;
  }

  .social-icons-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link {
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .support-image-wrap {
    width: 100%;
    height: 300px;
  }

  .centered-container {
    margin-bottom: 32px;
    text-align: center;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bockblock {
    margin-bottom: 32px;
  }

  .ratiobox {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

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

  .imgcont {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-top: 0%;
  }

  .body {
    font-size: 16px;
  }

  .heroblock {
    margin-bottom: 32px;
  }

  .about-image.big-book {
    height: 300px;
  }

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

  .paragraph-2 {
    font-size: 16px;
  }

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

  .heroimg.big-book {
    height: 300px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .herop {
    font-size: 16px;
  }

  .bookssection {
    padding-top: 32px;
  }

  .aboutsection {
    padding: 16px;
  }

  .aboutsection.book-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .aboutsection.book-reselers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px;
    grid-template-rows: 200px 200px;
  }

  .aboutsection.faq-section {
    padding-bottom: 100px;
  }

  .aboutsection.die-getriebenen {
    padding-top: 100px;
  }

  .aboutsection.buy-section {
    padding-bottom: 100px;
  }

  .textsection {
    padding: 16px;
  }

  .textsection.book-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .textsection.book-reselers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px;
    grid-template-rows: 200px 200px;
  }

  .textsection.faq-section {
    padding-bottom: 100px;
  }

  .textsection.die-getriebenen {
    padding-top: 100px;
  }

  .textsection.buy-section {
    padding-bottom: 100px;
  }

  .textblock {
    padding-top: 16px;
  }
}

#w-node-ea32c7fe-af05-010f-efef-1d3bbf7f5b50-726f53b2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea32c7fe-af05-010f-efef-1d3bbf7f5b43-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-df13be1e-b450-cb7c-1e65-64af8f4086cb-726f53b2 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-d9bee957-c96b-321f-4d01-3dd938a8b3fc-726f53b2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b793728-91e8-2f6b-5c30-b39a26512b42-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_36301fd5-c59d-571e-af85-e26c8194eb33-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e96c19f-202d-89b2-c16d-634f1865d8cb-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_388bc3ea-54e1-e721-deab-3482642a6692-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aa96320b-318d-a2b1-f88a-738dc6a56017-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7486579c-1b5b-4927-bd9e-9e053c1c8d98-726f53b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_7486579c-1b5b-4927-bd9e-9e053c1c8da5-726f53b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8f52e7ce-ad9d-369b-6990-d53f5d361df3-b16f53b7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ea32c7fe-af05-010f-efef-1d3bbf7f5b50-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-ea32c7fe-af05-010f-efef-1d3bbf7f5b52-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ea32c7fe-af05-010f-efef-1d3bbf7f5b43-726f53b2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-df13be1e-b450-cb7c-1e65-64af8f4086cb-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-df13be1e-b450-cb7c-1e65-64af8f4086cd-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d9bee957-c96b-321f-4d01-3dd938a8b3fc-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3b793728-91e8-2f6b-5c30-b39a26512b42-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3b793728-91e8-2f6b-5c30-b39a26512b66-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3b793728-91e8-2f6b-5c30-b39a26512b68-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_36301fd5-c59d-571e-af85-e26c8194eb33-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36301fd5-c59d-571e-af85-e26c8194eb49-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_36301fd5-c59d-571e-af85-e26c8194eb4b-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4e96c19f-202d-89b2-c16d-634f1865d8cb-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e96c19f-202d-89b2-c16d-634f1865d8ef-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4e96c19f-202d-89b2-c16d-634f1865d8f1-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_388bc3ea-54e1-e721-deab-3482642a6692-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_388bc3ea-54e1-e721-deab-3482642a669f-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_388bc3ea-54e1-e721-deab-3482642a66a1-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-aa96320b-318d-a2b1-f88a-738dc6a56017-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa96320b-318d-a2b1-f88a-738dc6a5602f-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-aa96320b-318d-a2b1-f88a-738dc6a56031-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7486579c-1b5b-4927-bd9e-9e053c1c8d98-726f53b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7486579c-1b5b-4927-bd9e-9e053c1c8da5-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8f52e7ce-ad9d-369b-6990-d53f5d361df3-b16f53b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7486579c-1b5b-4927-bd9e-9e053c1c8d98-726f53b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}