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

@font-face {
  font-family: Athelas;
  src: url('../fonts/Athelas-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Effra Trial Blkit;
  src: url('../fonts/Effra_Trial_BlkIt.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Ltit;
  src: url('../fonts/Effra_Trial_LtIt.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Effra Trial Md;
  src: url('../fonts/Effra_Trial_Md.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Effra Trial Mdit;
  src: url('../fonts/Effra_Trial_MdIt.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Xbdit;
  src: url('../fonts/Effra_Trial_XBdIt.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Bd;
  src: url('../fonts/Effra_Trial_Bd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Sbdit;
  src: url('../fonts/Effra_Trial_SBdIt.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Blk;
  src: url('../fonts/Effra_Trial_Blk.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Bdit;
  src: url('../fonts/Effra_Trial_BdIt.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial It;
  src: url('../fonts/Effra_Trial_It.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Sbd;
  src: url('../fonts/Effra_Trial_SBd.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Xbd;
  src: url('../fonts/Effra_Trial_XBd.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Th;
  src: url('../fonts/Effra_Trial_Th.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Thit;
  src: url('../fonts/Effra_Trial_ThIt.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Hair;
  src: url('../fonts/Effra_Trial_Hair.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Effra Trial Hairit;
  src: url('../fonts/Effra_Trial_HairIt.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --pink: #ff0062;
  --red: #ff4c53;
  --white: white;
  --black: black;
  --blue: #212435;
  --light-blue: #2d3546;
  --dark-blue: #181a24;
}

body {
  color: #333;
  font-family: Effra Trial Rg, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Athelas, sans-serif;
  font-size: 52px;
  line-height: 1;
}

h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Athelas, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-disclaimer-block {
  align-items: center;
  display: flex;
}

.intro-text {
  text-align: center;
  max-width: 680px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.social-icon {
  filter: invert(31%);
  width: 18px;
  transition: filter .2s;
}

.social-icon:hover {
  filter: invert(53%);
}

.cta-button-big {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  width: 100%;
  max-width: 540px;
  padding: 17px 12px;
  font-size: 17px;
  text-decoration: none;
}

.header-background-section {
  perspective: 1000px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  margin-top: -60px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.book-author-copy {
  z-index: 2;
  max-width: 713px;
  position: absolute;
  bottom: -40vh;
}

.book-title-img {
  mix-blend-mode: multiply;
  width: 390px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.simple-footer-section {
  background-color: #231f20;
  padding-top: 30px;
  padding-bottom: 30px;
}

.book-form-submit {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  width: 100%;
  padding: 17px 12px;
  font-size: 17px;
}

.hero-cta {
  color: #fff;
  background-color: #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .15s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.hero-cta:hover {
  color: #000;
  background-color: #fff;
}

.hero-cta.hide-on-desktop {
  display: none;
}

.book-author-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.book-form-section {
  background-color: #4555fe;
  padding-top: 100px;
  padding-bottom: 100px;
}

.standard-paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.standard-paragraph.white-and-centered {
  color: #fff;
  text-align: center;
}

.standard-paragraph.centered {
  color: #333;
  text-align: center;
}

.header-text-block {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-top: 72px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
}

.book-value {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.h2-headers {
  letter-spacing: -1.5px;
  font-size: 38px;
  line-height: 42px;
}

.h2-headers.white-and-centered {
  color: #fff;
  text-align: center;
}

.h2-headers.center {
  text-align: center;
}

.success-message {
  color: #f26c4f;
  text-align: center;
  background-color: #0000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.header-background {
  width: 105%;
  height: 105%;
  transform-style: preserve-3d;
  background-color: #ffffff29;
  background-image: url('../images/Parallax_Background.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  transform: rotateX(.001deg)rotateY(0)rotateZ(0);
}

.standard-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.standard-container.book-intro-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.standard-container.access-header-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.standard-container.book-values-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.book-value-block {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.white-smoke-section {
  background-color: #ecedf163;
}

.header-section {
  height: 190vh;
  margin-top: -60px;
}

.header-subheading {
  text-align: center;
  max-width: 460px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.header-headline {
  z-index: 50;
  color: #000;
  text-align: center;
  letter-spacing: -3px;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
}

.footer-logo {
  width: 30px;
}

.book-value-icon {
  width: 100%;
  max-width: none;
  height: 100%;
}

.page-container {
  position: relative;
}

.social-badge {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #929292;
  background-color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: fixed;
  inset: auto 0% 40px auto;
}

.footer-disclaimer-link {
  color: #8d8d8d;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.book-author-img {
  z-index: 1;
  background-image: url('../images/_VC_5547-4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.spacer._40 {
  width: 40px;
  height: 40px;
}

.header-nav-scroll-indicator {
  flex-direction: column;
  padding-top: 194vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-m-ground-img {
  object-fit: cover;
  background-image: url('../images/Parallax_Middle.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.book-form-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.header-middle-ground {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 5px);
}

.book-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 30px;
  display: grid;
}

.book-value-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.header-nav-bg {
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #cdd0e94d;
  border: 1px #bbc0ec4d;
  border-bottom: 1px solid #bbc0ec1a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.book-form-field {
  background-color: #fff;
  border-radius: 2px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.book-form-field:focus {
  border: 1px solid #ff3bcb;
}

.book-form-field::placeholder {
  color: #47474799;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.book-form-field.select-field {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.header-nav {
  z-index: 1000;
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0;
}

.header-nav-scroll-indicator-inner {
  flex: 1;
  width: 0;
}

.header-foreground {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 10px);
}

.td-logo {
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  transform: translate(50%);
}

.book-author-content {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 140px;
}

.book-authors-heading {
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.access-logo-wrapper {
  z-index: 8;
  justify-content: flex-end;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
}

.book-author-section {
  height: 190vh;
  margin-bottom: 40vh;
}

.book-value-icon-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  display: flex;
}

.header-foreground-img {
  object-fit: cover;
  background-image: url('../images/Parallax_Foreground.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.no-wrap-span {
  white-space: nowrap;
}

.footer-block {
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

  .header-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .header-background-section {
    min-height: 980px;
  }

  .header-text-block {
    max-width: 1020px;
    margin-top: 7vh;
  }

  .header-headline {
    font-size: 110px;
  }
}

@media screen and (min-width: 1920px) {
  .header-background-section {
    min-height: 1100px;
  }
}

@media screen and (max-width: 991px) {
  .header-background-section {
    min-height: 720px;
  }

  .book-value {
    max-width: 310px;
  }

  .h2-headers {
    font-size: 32px;
    line-height: 36px;
  }

  .standard-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-headline {
    font-size: 60px;
    line-height: 52px;
  }

  .book-authors-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .no-wrap-span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .book-author-copy {
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: -80vh;
  }

  .standard-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .h2-headers {
    margin-bottom: 15px;
  }

  .header-headline {
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 47px;
  }

  .book-authors-heading {
    margin-bottom: 15px;
  }

  .book-author-section {
    margin-top: 0;
    margin-bottom: 80vh;
  }
}

@media screen and (max-width: 479px) {
  .footer-disclaimer-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-background-section {
    height: 80vh;
    min-height: 600px;
  }

  .book-title-img {
    width: 80%;
  }

  .hero-cta.hide-on-desktop {
    display: flex;
  }

  .hero-cta.hide-on-mobile {
    display: none;
  }

  .standard-paragraph {
    font-size: 17px;
    line-height: 28px;
  }

  .h2-headers {
    font-size: 27px;
    line-height: 34px;
  }

  .standard-container.access-header-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-subheading {
    color: #000;
    text-shadow: 1px 1px 3px #fff, 1px 1px 6px #fff, 1px 1px 13px #fff;
    margin-top: 0;
    line-height: 26px;
  }

  .book-form-container {
    padding: 25px 15px;
  }

  .book-authors-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .footer-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Blkit';
  src: url('../fonts/Effra_Trial_BlkIt.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Ltit';
  src: url('../fonts/Effra_Trial_LtIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Lt';
  src: url('../fonts/Effra_Trial_Lt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Md';
  src: url('../fonts/Effra_Trial_Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Rg';
  src: url('../fonts/Effra_Trial_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Mdit';
  src: url('../fonts/Effra_Trial_MdIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Xbdit';
  src: url('../fonts/Effra_Trial_XBdIt.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Bd';
  src: url('../fonts/Effra_Trial_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Sbdit';
  src: url('../fonts/Effra_Trial_SBdIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Blk';
  src: url('../fonts/Effra_Trial_Blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Bdit';
  src: url('../fonts/Effra_Trial_BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial It';
  src: url('../fonts/Effra_Trial_It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Sbd';
  src: url('../fonts/Effra_Trial_SBd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Xbd';
  src: url('../fonts/Effra_Trial_XBd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Th';
  src: url('../fonts/Effra_Trial_Th.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Thit';
  src: url('../fonts/Effra_Trial_ThIt.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Hair';
  src: url('../fonts/Effra_Trial_Hair.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Trial Hairit';
  src: url('../fonts/Effra_Trial_HairIt.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}