.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: Muli, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
}

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

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  max-width: 710px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a {
  font-family: Muli, sans-serif;
  color: #59c3c3;
  text-decoration: none;
}

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', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.page-hero {
  display: none;
  min-height: 100vh;
  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-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;
}

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

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1375px;
  -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;
}

.logo-wrap {
  overflow: hidden;
  font-family: 'EB Garamond', sans-serif;
  color: #ccd1e8;
  text-decoration: none;
}

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

.page-container {
  position: relative;
  width: 90%;
  max-width: 1370px;
  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;
  padding-top: 50px;
  -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;
  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;
  -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 1fr;
  grid-template-columns: 1fr 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: 760px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.label {
  position: relative;
  z-index: 4;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.04);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.dark-label {
  color: #b5b5b5;
}

.hero-paragraph {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

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

.button {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 20px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(223, 171, 130, 0.27);
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button.inverted {
  background-color: #fff;
  color: rgba(223, 171, 130, 0.27);
}

.button-transparent {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  color: rgba(223, 171, 130, 0.27);
  font-size: 20px;
}

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

.button-transparent.nav-menu-btn {
  padding: 5px 10px;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 20px;
  font-size: 1.2em;
}

.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: rgba(223, 171, 130, 0.27);
  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: #303c74;
}

.button-text {
  position: relative;
  z-index: 2;
}

.nav-link {
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 18px;
  background-color: hsla(0, 0%, 100%, 0.52);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'EB Garamond', sans-serif;
  color: #4a5899;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: #fff;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.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: 1000px;
  max-width: 750px;
  -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(223, 171, 130, 0.27);
}

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

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

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

.section.book-section {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: #ed8590;
  color: #fff;
  text-align: center;
}

.section.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;
  background-color: hsla(0, 0%, 100%, 0.38);
}

.section.book-reselers.mobile {
  display: none;
}

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

.section.about-the-author {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: rgba(223, 171, 130, 0.27);
  color: #fff;
  text-align: center;
}

.section.footer-section {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #4a5899;
  text-align: center;
}

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

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

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

.section.faq-section {
  padding-bottom: 200px;
  background-color: rgba(223, 171, 130, 0.88);
  text-align: center;
}

.section.guarantee-section {
  padding-top: 200px;
}

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

.book-image {
  height: 60%;
}

.book-image.big-book {
  position: relative;
  z-index: 2;
  height: 600px;
  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, sans-serif;
  color: hsla(0, 0%, 100%, 0.04);
  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;
  font-family: Muli, sans-serif;
  color: hsla(0, 0%, 100%, 0.04);
}

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

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

.testimonial-author-role {
  font-family: Muli, sans-serif;
  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.04);
}

.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.04);
  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, sans-serif;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 800px;
  max-width: 750px;
  -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(223, 171, 130, 0.27);
  background-image: url('../images/pexels-photo-846741.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.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;
  background-color: transparent;
}

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

.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: 0.5px none #000;
  box-shadow: 1px 1px 3px 0 #4a5899;
  mix-blend-mode: darken;
}

.book-reseler-logo {
  max-width: 100%;
  -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', sans-serif;
  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, sans-serif;
  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.04);
  background-color: transparent;
  color: #fff;
}

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

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

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

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

.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: 510px;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 30px;
}

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

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

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

.book-logo-img {
  max-width: none;
  min-height: 7vh;
  min-width: 5vw;
}

.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 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: 0px;
  background-color: transparent;
}

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

.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.04);
  background-color: #4a5899;
}

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

.style-colors.brand-3-cc {
  background-color: rgba(223, 171, 130, 0.27);
}

.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', sans-serif;
  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.04);
  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-style: solid;
  border-width: 2px;
  border-color: rgba(223, 171, 130, 0.27);
}

.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: rgba(223, 171, 130, 0.27);
  color: #fff;
}

.value-wrap {
  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 {
  max-width: 420px;
}

.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-style: solid;
  border-width: 1px;
  border-color: rgba(223, 171, 130, 0.27);
  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: rgba(223, 171, 130, 0.27);
  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;
  font-size: 1.2em;
  line-height: 1.5em;
  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-left: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.04);
  letter-spacing: 2px;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.creator {
  margin-left: 0px;
  color: rgba(223, 171, 130, 0.27);
}

.faq-question {
  margin-right: 40px;
  margin-bottom: 0px;
  color: #4a5899;
}

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

.success-message-2 {
  padding: 40px;
  background-color: rgba(223, 171, 130, 0.27);
  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;
}

.buy-the-book {
  width: 80%;
  margin-bottom: 30px;
  -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;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  max-width: none;
  padding: 60px 5vw 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(223, 171, 130, 0.27);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-link-2 {
  display: inline-block;
  width: auto;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.footer-link-2.long {
  width: auto;
}

.container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.estonia.text-block-5 {
  display: none;
}

.copyright {
  color: #fff;
  font-size: 12px;
}

.footer-space {
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1em;
  line-height: 1.2em;
}

.footer-space.middle {
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-space.left {
  margin-left: 2vw;
  padding-right: 4vw;
  padding-left: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-space.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2vw;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.addresses {
  padding-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-link-3 {
  margin-left: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 2px;
}

.footer-link-3:hover {
  color: #fff;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-link-4 {
  margin-left: 0px;
}

.body {
  background-color: #4a5899;
}

.heading {
  position: relative;
  top: 200px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px) blur(0px);
  backdrop-filter: blur(5px) blur(0px);
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1.5em;
  font-weight: 700;
}

.text-block-6 {
  border: 1px solid transparent;
  color: #000;
  line-height: 2em;
  font-weight: 800;
  text-shadow: 2px 2px 0 #fff;
}

.navbar {
  display: none;
}

.div-block-4 {
  margin-right: auto;
  padding-right: 0px;
}

.faq-wrap-2 {
  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-2 {
  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;
}

.section-2 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #ebebeb;
  font-weight: 500;
}

.section-2.sale-section {
  position: relative;
  padding-top: 220px;
  color: transparent;
}

.section-2.footer-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  color: transparent;
  line-height: 24px;
}

.container-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.vertical-category {
  position: absolute;
  left: 0%;
  top: 50%;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg) translate(0px, -50%);
  -ms-transform: rotate(-90deg) translate(0px, -50%);
  transform: rotate(-90deg) translate(0px, -50%);
  color: #dbdbdb;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vertical-category.right {
  left: auto;
  top: 50%;
  right: 0%;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand {
  display: block;
  margin-top: -4px;
  float: none;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.brand.w--current {
  margin-top: -4px;
  float: left;
}

.brand.footer {
  margin-bottom: 20px;
}

.about-pompeo-text {
  width: 75%;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.heading-2.left {
  color: #dfab82;
  text-align: left;
}

.right-footertext {
  display: inline-block;
  padding-left: 1px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.right-footertext.center {
  display: inline-block;
  text-align: center;
}

.link-2 {
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
  color: #ac1313;
  text-decoration: underline;
}

.footer-content-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content-block.padding {
  -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;
}

.sub-footer {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
}

.container-3 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.image-4 {
  padding-bottom: 10px;
}

.image-5 {
  padding-bottom: 10px;
}

.image-6 {
  padding-bottom: 10px;
}

.link-3 {
  font-size: 1em;
  line-height: 1.2em;
}

.link-4 {
  font-size: 1em;
  line-height: 1.2em;
}

.link-5 {
  font-size: 1em;
  line-height: 1.2em;
}

.link-6 {
  line-height: 1.2em;
}

.link-7 {
  line-height: 1.2em;
}

.link-8 {
  line-height: 1.2em;
}

.link-9 {
  line-height: 1.2em;
}

.link-10 {
  line-height: 1.2em;
}

.link-11 {
  line-height: 1.2em;
}

.link-12 {
  line-height: 1.2em;
}

.link {
  position: static;
  display: block;
  height: auto;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1280px) {
  .faq-answer {
    font-size: 1.5em;
  }

  .faq-question {
    font-size: 2em;
  }

  .footer-link-2.long {
    width: auto;
  }

  .footer-title {
    margin-top: 20px;
    font-size: 2em;
  }

  .about-pompeo-text.center {
    font-size: 1.5em;
  }

  .heading-2.left {
    font-size: 5em;
  }

  .image-7 {
    font-size: 14em;
  }

  .heading-3 {
    font-size: 5em;
  }
}

@media screen and (min-width: 1440px) {
  .faq-answer {
    font-size: 1.5em;
  }

  .faq-question {
    font-size: 2em;
  }

  .footer-link-2.long {
    width: auto;
  }

  .heading {
    font-size: 7em;
  }

  .footer-title {
    margin-top: 20px;
    font-size: 2em;
  }

  .about-pompeo-text.center {
    font-size: 1.5em;
    line-height: 2em;
  }

  .heading-2.left {
    font-size: 5em;
  }
}

@media screen and (min-width: 1920px) {
  .section.faq-section {
    font-size: 1.5em;
  }

  .faq-answer {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .faq-question {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .footer-link-2 {
    font-size: 1em;
    line-height: 2em;
  }

  .container {
    font-size: 1.5em;
  }

  .copyright {
    font-size: 1em;
  }

  .addresses {
    font-size: 1em;
  }

  .footer-heading {
    font-size: 1.2em;
  }

  .heading {
    font-size: 5rem;
  }

  .faq-question-wrap-2 {
    font-size: 4em;
  }

  .footer-title {
    font-size: 2em;
  }

  .brand.footer {
    font-size: 2em;
  }

  .about-pompeo-text.center {
    font-size: 2em;
    line-height: 2em;
  }

  .heading-2.left {
    font-size: 4rem;
  }

  .image-4 {
    padding-bottom: 40px;
  }

  .image-5 {
    padding-bottom: 40px;
  }

  .image-6 {
    padding-bottom: 40px;
  }

  .image-7 {
    max-width: none;
  }

  .heading-3 {
    font-size: 5rem;
    line-height: 1.2em;
  }
}

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

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

  .navigation {
    max-width: 1500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1em;
  }

  .nav-links {
    display: none;
  }

  .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-cover {
    position: relative;
    width: 500px;
    height: 550px;
    margin-top: 60px;
  }

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

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

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

  .section.book-reselers.desktop-1 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    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: 200px;
    grid-template-rows: 200px;
  }

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

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

  .book-image {
    height: 80%;
  }

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

  .book-logo-img {
    min-height: 7vh;
    min-width: 5vw;
  }

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

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

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5vh;
    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;
  }

  .footer-link-2 {
    width: auto;
    padding-bottom: 20px;
    line-height: 1.3em;
  }

  .footer-link-2.long {
    display: inline-block;
    padding-bottom: 20px;
  }

  .copyright {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-space.middle {
    padding-right: 2vw;
    padding-left: 1vw;
  }

  .footer-space.left {
    padding-right: 2vw;
    padding-left: 0vw;
  }

  .footer-space.right {
    padding-right: 0vw;
    padding-left: 3vw;
  }

  .addresses {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-flex-container {
    padding-left: 10px;
  }

  .navbar {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .nav-menu {
    background-color: #4a5899;
  }

  .menu-button {
    background-color: rgba(223, 171, 130, 0.27);
  }

  .menu-button.w--open {
    background-color: #4a5899;
  }

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

  .nav-link-2 {
    color: #b5b5b5;
  }

  .nav-link-3 {
    color: #b5b5b5;
    font-weight: 600;
  }

  .nav-link-4 {
    color: #b5b5b5;
  }

  .nav-link-5 {
    color: #b5b5b5;
  }

  .nav-link-6 {
    color: #b5b5b5;
  }

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

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .vertical-category {
    left: -60px;
    top: 30%;
    display: none;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0px;
  }

  .brand.footer {
    padding-left: 0px;
  }

  .right-footertext {
    text-align: right;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .sub-footer {
    margin-top: 0px;
  }

  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-3 {
    font-size: 3em;
  }
}

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

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

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

  .section.book-reselers.desktop-2 {
    display: none;
  }

  .section.book-reselers.mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    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: 200px;
    grid-template-rows: 200px;
  }

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

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

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

  .footer {
    padding: 40px 0px;
  }

  .footer-link-2 {
    padding-bottom: 20px;
    line-height: 1em;
  }

  .container {
    position: relative;
    left: -6%;
    display: block;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .copyright {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-space {
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .footer-space.middle {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-space.left {
    margin-left: 0px;
    padding-right: 0vw;
  }

  .footer-space.right {
    padding-left: 0vw;
  }

  .addresses {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .footer-flex-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .heading {
    font-size: 4em;
  }

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

  .section-2.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .container-2 {
    height: auto;
  }

  .vertical-category {
    display: none;
  }

  .footer-title {
    margin-top: 20px;
    font-size: 1.2em;
  }

  .right-footertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0px;
  }

  .sub-footer {
    margin-top: 120px;
  }

  .container-3 {
    height: auto;
  }

  .center-content {
    margin-bottom: auto;
    padding-bottom: 20px;
  }

  .heading-3 {
    font-size: 3em;
  }
}

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

  .navigation {
    position: relative;
    left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

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

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

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

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

  .section.book-reselers.desktop-2 {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px;
    grid-template-rows: 200px 200px;
  }

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

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

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

  .section.guarantee-section {
    padding-top: 100px;
  }

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

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

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

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

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

  .navigation-wrap {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 40px;
    text-align: left;
  }

  .footer-link-2.long {
    line-height: 1.75em;
  }

  .container {
    background-color: #4a5899;
  }

  .copyright {
    color: #59c3c3;
  }

  .addresses {
    margin-bottom: 20px;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-3 {
    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;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .heading {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 4em;
    text-align: center;
  }

  .background-video {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .section-2.sale-section {
    padding-bottom: 40%;
  }

  .container-2 {
    height: auto;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .container-3 {
    height: auto;
  }
}

#w-node-d24de398-fece-78a4-39b8-cf0411ee066b-2dbb2b7d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a72fb0e9-5f8b-34c5-6909-9947227eb12a-2dbb2b7d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4b603ca6-780a-ccb0-9a04-b41695167675-2dbb2b7d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e6e6d8d6-01f2-1949-ed76-29912b7bb306-2dbb2b7d {
  -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-row-align: stretch;
  align-self: stretch;
}

#w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dea5-2dbb2b7d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dea9-2dbb2b7d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dead-2dbb2b7d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8deb1-2dbb2b7d {
  -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-row-align: stretch;
  align-self: stretch;
}

#w-node-b499cd81-ad78-dd5a-57d8-cf80f516b79e-2dbb2b7d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b499cd81-ad78-dd5a-57d8-cf80f516b7a2-2dbb2b7d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b499cd81-ad78-dd5a-57d8-cf80f516b7a6-2dbb2b7d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b499cd81-ad78-dd5a-57d8-cf80f516b7aa-2dbb2b7d {
  -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-row-align: stretch;
  align-self: stretch;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c883fc-06bb2b80 {
  -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-_18d99f45-46a2-2cb6-5cb7-775983c88403-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c88404-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_18d99f45-46a2-2cb6-5cb7-775983c883fd-06bb2b80 {
  -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-row-align: start;
  align-self: start;
}

#w-node-_168ab669-0346-28a2-a655-f9b41163063f-06bb2b80 {
  -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-_168ab669-0346-28a2-a655-f9b411630640-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_168ab669-0346-28a2-a655-f9b411630641-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_168ab669-0346-28a2-a655-f9b411630646-06bb2b80 {
  -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-row-align: start;
  align-self: start;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07150-06bb2b80 {
  -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-f85cbbb8-c9d4-4b44-a7e7-81b505b07151-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07152-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f85cbbb8-c9d4-4b44-a7e7-81b505b07157-06bb2b80 {
  -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-row-align: start;
  align-self: start;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f49-06bb2b80 {
  -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-dcbe2fcd-99ba-cdc4-e585-181f37f84f4a-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f4b-06bb2b80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcbe2fcd-99ba-cdc4-e585-181f37f84f50-06bb2b80 {
  -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-row-align: start;
  align-self: start;
}

#w-node-b31e2d94-130e-c3f8-ab32-6f2cdb06e40a-b9bb2b81 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4955435a-7d42-d3b5-aad9-18adbc133c9f-b9bb2b81 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1d5c8fff-2e16-6977-1f5a-4b1e887c9a2b-b9bb2b81 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4b603ca6-780a-ccb0-9a04-b41695167675-2dbb2b7d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dead-2dbb2b7d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b499cd81-ad78-dd5a-57d8-cf80f516b7a6-2dbb2b7d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1d5c8fff-2e16-6977-1f5a-4b1e887c9a19-b9bb2b81 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d24de398-fece-78a4-39b8-cf0411ee066b-2dbb2b7d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a72fb0e9-5f8b-34c5-6909-9947227eb12a-2dbb2b7d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dea5-2dbb2b7d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dea9-2dbb2b7d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-b499cd81-ad78-dd5a-57d8-cf80f516b79e-2dbb2b7d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-b499cd81-ad78-dd5a-57d8-cf80f516b7a2-2dbb2b7d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d24de398-fece-78a4-39b8-cf0411ee066b-2dbb2b7d {
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-a72fb0e9-5f8b-34c5-6909-9947227eb12a-2dbb2b7d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dea5-2dbb2b7d {
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_6a6a866e-50c7-8dc2-20fc-9fc802f8dea9-2dbb2b7d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b499cd81-ad78-dd5a-57d8-cf80f516b79e-2dbb2b7d {
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-b499cd81-ad78-dd5a-57d8-cf80f516b7a2-2dbb2b7d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

