/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
  font-family: 'GT Alpina';
  src: url("../fonts/GT-Alpina-Regular.d14445c18573.woff2") format('woff2'),
    url("../fonts/GT-Alpina-Standard-Regular.687da4cc40e7.woff") format('woff'),
    url("../fonts/GT-Alpina-Standard-Regular.a76b3954b181.woff2") format('woff2');
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  box-shadow: 0;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

button:focus {
  outline: none;
}

a[role='menuitem']:hover {
  cursor: pointer;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

button:focus {
  outline: 0 !important;
}

.error-text {
  color: #fd6262 !important;
}

.success-text {
  color: #59d697 !important;
}

#card-error {
  color: #fd6262 !important;
}

#result-message {
  color: #59d697 !important;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.home {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .home .row {
    display: flex;
    flex-wrap: wrap;

    height: 100%;
    width: 100%;
    min-height: 100vh;
  }
  .home .row .left {
    padding: 80px;
    padding-top: 94px;
    flex: 1;
  }
  .home .row .right {
    padding: 100px;
    flex: 1;
  }
}

.home .left {
  /* Off Black */
  background: #231f20;

  padding: 40px;
  padding-top: 92px;
}

.vert-flex-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.right .vert-flex-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.home .left img.logo {
  margin-inline-start: 0;
  width: calc(20px + 4.5vmin);

  flex: 1;
}

.home h1.tagline {
  /* Sacra White */
  color: #fafaff;

  /* max-width: 457px; */
  min-width: calc(15vmin);
  max-width: calc(45vmin);

  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: calc(2em + 5.3vmin);
  line-height: calc(0.89em + 1vmin);
  /* or 100% */
  letter-spacing: -0.02em;

  left: 4vmin;
  flex: auto;
}

.highlight {
  /* Sacra Yellow */
  color: #ffb61a;
}

.right {
  /* Sacra White */
  background: #fff;

  padding: 60px;
}

h2.cta-text {
  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: calc(1.3em + 2vmin);
  letter-spacing: -0.02em;

  /* Off Black */
  color: #231f20;
}

.home .right .help {
  font-family: system-ui, SF Pro Text;
  font-style: normal;
  font-weight: normal;
  font-size: calc(0.64em + 1vmin);
  line-height: calc(1em + 1vmin);

  /* Off Black */
  color: #231f20;
}

.subscribe-form {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;

  height: fit-content;
  max-width: 490px;

  padding-top: 15px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* identical to box height, or 28px */
}

.subscribe-form input[type='email'] {
  width: 255px;
  border-width: 0 0 2px;

  height: 54px;
  text-align: center;

  color: #231f20;

  /* Sacra White */
  background: #fff;

  margin-top: 31px;
}
.subscribe-form input[type='email']:focus {
  outline-width: 0;
}

.subscribe-form input[type='submit']:focus {
  outline-width: 0;
}
.subscribe-form input[type='submit'] {
  width: 200px;
  height: 59px;

  cursor: pointer;
  color: #231f20;

  /* Sacra Yellow */
  background: #ffb61a;

  border-width: 0;
  border-radius: 90px;
  margin-left: 23px;
  margin-top: 31px;
}

/**
  ========================================
  START SUBSCRIBE CONFIRMATION PAGE STYLES
  ========================================
*/

.signup {
  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;

  margin: 0;

  /* Off Black */
  background: #231f20;

  /* Sacra White */
  color: #fafaff;
}

.signup .row {
  height: 100vh;

  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.signup .row .thankyou {
  padding-top: 0.5em;
  width: 100%;
}

.signup .vert-flex-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;

  margin-block-start: -17%;
  padding: 40px;
}

.signup .logo {
  align-self: start;
  margin: 10% auto 0 auto;
  /* margin-top: 10%; */
}

.signup .thankyou {
  font-size: 2em;
  line-height: 45px;
  letter-spacing: -0.02em;

  max-width: 500px;
  margin: auto;

  align-self: start;
}

.signup .detail {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: calc(1em + 1vmin);

  max-width: 400px;

  padding-top: 2em;
  margin: auto;
}

/**
  ========================================
  START RESEARCH PREVIEW STYLES
  ========================================
*/

/** wraps whole body */
.research-preview-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

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

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.header {
  background-color: #fff;
  padding-left: 11vw;
  padding-right: 11vw;
  padding-top: 8vh;
}

.header .flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.header .flex-row .logo {
  margin-bottom: 0px;
  width: calc(20px + 4.5vmin);
}

.login-link {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 140%;
  /* identical to box height, or 28px */

  text-decoration-line: none;
  color: #000000;

  border-bottom: solid 2px black;
}

.section-1 {
  /* margin-bottom: 11vmin; */
  padding-left: 11vw;
  padding-right: 11vw;
  padding-bottom: 9vh;
  height: fit-content;
  background-color: #fff;
}

.section-1 .flex-row {
  align-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .section-1 .flex-row {
    flex-direction: column;
    justify-content: center;
    height: fit-content;
  }
}

.preview-details {
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  .preview-details {
    padding-right: 0px;
  }
}

.summary {
  font-family: system-ui, 'SF Pro Text';

  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 140%;

  max-width: 90vmin;
  margin-bottom: 4vmin;
}

.product-introduction h1 {
  width: auto;
  max-width: 660px;

  margin-bottom: 0.3em;

  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: calc(2.3em + 2vw);
  line-height: 102.1%;
}
@media screen and (max-width: 425px) {
  .product-introduction h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 340px) {
  .product-introduction h1 {
    font-size: 2.5em;
  }
}

.title-container {
  width: 100%;
}

.title-container .flex-column {
  height: 100%;

  align-items: flex-end;
  /* justify-content: center; */
}

.preview-book-container {
  display: flex;
  position: relative;

  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 140%;
  /* identical to box height, or 28px */

  color: #000000;

  height: 76vh;
  margin-top: 5vh;
  width: 80%;
  max-width: 475px;
  max-height: 750px;
}
@media screen and (max-width: 768px) {
  .title-container .flex-column {
    margin-left: 1em;
  }
  .preview-book-container {
    left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .preview-book-container {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .preview-book-container {
    max-width: 575px;
    max-height: 800px;
  }
}

.preview-book-container img {
  position: absolute;
}

.preview-book-container .text {
  font-family: GT Alpina;

  z-index: 100;
  position: absolute;

  max-width: 17vw;
  padding-top: 2.5vw;
  padding-left: 3vw;
  padding-right: 2vw;
}

.preview-book-container h1 {
  /* Sacra White */
  color: #fafaff;

  font-style: normal;
  font-weight: normal;

  margin-top: 20%;
  max-width: 18vw;
  font-size: calc(1.5em + 1vw);
  line-height: 1em;
}

.preview-book-container h2 {
  color: #ffb61a;

  font-style: normal;
  font-weight: normal;

  max-width: 17vw;
  font-size: calc(0.8em + 1vw);

  padding-top: 0.75em;
  line-height: 1em;
}
@media screen and (min-width: 769px) and (max-width: 842px) {
  .preview-book-container h2 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 2560px) {
  .product-introduction h1 {
    font-size: 5.2em;
  }
  .summary {
    font-size: 1.6em;
  }
  .preview-book-container h1 {
    max-width: 16vw;
    font-size: 3em;
  }
  .preview-book-container h2 {
    max-width: 15vw;
    font-size: 2.2em;
  }
}

.subscribe-form-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.subscribe-form-help {
  font-family: system-ui, SF Pro Text;
  font-weight: 400;
  text-align: center;
  margin-top: 1em;
  font-size: 1em;
  color: #777777;
}

.preview-hero-image {
  width: 30vw;
  max-width: 575px;
  margin: 2rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .preview-hero-image {
    display: none;
  }
}

.research-preview-container .subscribe-form {
  align-self: flex-end;
}

.subscribe-form .errorlist {
  list-style: none;
  color: #777777;
  font-family: system-ui, SF Pro Text;
  font-size: 0.9em;
}

.research-preview-container .subscribe-form input[type='email'] {
  margin-top: 10px;
  width: 16vw;
  max-width: 255px;
  min-width: 200px;
}
.research-preview-container .subscribe-form input[type='submit'] {
  margin-top: 10px;
  width: 15vw;
  max-width: 200px;
  min-width: 170px;
}
.research-preview-container .preview-preview .subscribe-form {
  align-self: center;
}
.research-preview-container
  .preview-preview
  .subscribe-form
  input[type='email'] {
  color: #fafaff;
  border-bottom-color: #fafaff98;
  background-color: #231f20;
}
.research-preview-container
  .preview-preview
  .subscribe-form
  input[type='email']::placeholder {
  color: #fafaff98;
}
.research-preview-container
  .preview-preview
  .subscribe-form
  input[type='email']::placeholder {
  color: #fafaff98;
}
@media screen and (max-width: 1420px) and (min-width: 769px) {
  .research-preview-container .section-1 .subscribe-form {
    width: 20vw;
    flex-direction: row-reverse;
  }
  .section-1 .subscribe-form-help {
    width: 19vw;
    text-align: end;
    align-self: flex-end;
  }
}

@media screen and (max-width: 768px) and (min-width: 530px) {
  .subscribe-form-container {
    align-self: center;
  }
  .research-preview-container .subscribe-form {
    width: 100%;
    align-self: center;
    flex-direction: row;
  }
  .research-preview-container .preview-preview .subscribe-form {
    width: 100%;
    align-self: center;
    flex-direction: row;
  }
  .subscribe-form-help {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 529px) {
  .research-preview-container .subscribe-form {
    width: min-content;
    align-self: center;
  }
}

.preview-purchase-button-container {
  width: 33.6vw;
  max-width: 430px;
}
.preview-purchase-button {
  width: 80%;
  max-width: 475px;
}
.preview-purchase {
  text-align: center;
  height: 73px;
  min-width: 261px;
  background: #ffb61a;
  border-radius: 90px;

  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */

  color: #000000;
}

.preview-purchase-button {
  text-decoration: none;
  color: #000000;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .preview-purchase-button-container {
    width: fit-content;
  }
  .preview-purchase-button {
    width: fit-content;
    align-self: center;
  }
  .preview-purchase {
    width: fit-content;
  }
}
@media screen and (min-width: 1800px) {
  .preview-purchase-button {
    max-width: 575px;
  }
}

.preview-purchase p {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 365px) {
  .preview-purchase p {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.preview-purchase .regular-price {
  color: rgba(0, 0, 0, 0.3);
}

.preview-preview {
  /* Sacra White */
  color: #fafaff;
  /* Off Black */
  background: #231f20;

  width: 100%;

  padding-bottom: 2vmin;
}

.preview-preview .flex-column {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.preview-preview-heading {
  /* Sacra White */
  color: #fafaff;
  /* Off Black */
  background: #231f20;

  text-align: center;
}

.preview-preview h2 {
  margin-bottom: 0;
  font-family: GT Alpina;

  font-style: normal;
  font-weight: normal;

  font-size: 4em;
}

.preview-preview h6 {
  margin-top: 0;
  font-family: system-ui, 'SF Pro Text';

  font-style: normal;
  font-weight: normal;
  font-size: calc(0.7em + 0.7vmin);
}

.table-of-contents {
  list-style: outside url("../svg/Arrow_1.d84e853fc888.svg");

  font-family: system-ui, 'SF Pro Text';

  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 140%;
}

.table-of-contents .flex-row {
  justify-content: center;
  align-items: start;
}
.table-of-contents ul {
  padding: 3vw;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table-of-contents .flex-row {
    flex-direction: column;
    margin-top: 4vmin;
    align-items: center;
  }
  .table-of-contents ul {
    margin-top: 0px;
  }
}

.table-of-contents li {
  width: 20vw;
  margin-bottom: 40px;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .table-of-contents li {
    width: 65vmin;
  }
}

.testimonials-heading {
  text-align: center;
}

.testimonials-heading h2 {
  /* L-H2 */
  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: 4em;
  line-height: 102.1%;
  /* or 71px */

  text-align: center;

  color: #000000;
}
@media screen and (max-width: 365px) {
  .table-of-contents li {
    font-size: 1em;
  }
  .preview-preview h2 {
    font-size: 2.5em;
  }
  .testimonials-heading h2 {
    font-size: 2.5em;
  }
}

.vertical-divider {
  border: solid 0.5px black;
  height: 10vw;
  width: 0px;
  margin-left: 6vw;
  margin-right: 6vw;
}
@media screen and (max-width: 768px) {
  .vertical-divider {
    margin: 1em 0 1em 0;
    width: 50vmin;
    height: 0px;
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonials-content {
  /* L - H4 */
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 160%;

  text-align: center;

  margin: 2em 0 4em 0;
}

.testimonials-content .flex-column {
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
.testimonials-content .flex-column .flex-row {
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .testimonials-content .flex-column .flex-row {
    flex-direction: column;
  }
}

.testimonials-content ul {
  padding-left: 0px;
}
.testimonials-content li {
  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 140%;
  /* or 34px */

  text-align: center;

  list-style-type: none;
}

.testimonial-item {
  width: 28vw;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .testimonial-item {
    width: 80%;
  }
}
.horizontal-divider {
  border: solid 1px black;
  width: 50vw;
  height: 0px;
  margin-top: 2em;
  margin-bottom: 2em;
  display: none;
}
@media screen and (max-width: 768px) {
  .horizontal-divider {
    display: block;
  }
}

.large-testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  margin-top: 2em;
}
.large-testimonial .testimonial-item {
  width: 80%;
}

.preview-section {
  padding-top: 2.5em;
}

/**============================*/
/**  START REGISTRATION STYLE  */
/**============================*/

@media screen and (max-width: 768px) {
  .flex-container-register .flex-row {
    flex-direction: column;
  }
}

.product-section {
  /* Off Black */
  background: hsl(345, 6%, 13%);

  color: #ffffff;
  height: 100vh;
  width: 50vw;

  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-section {
    height: 50vmin;
    width: 100vw;
  }
}

.product-section .flex-column {
  justify-content: center;
  align-items: center;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .divider {
    display: none;
  }
  .product-section .flex-column {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .product-section .flex-column .book-container {
    height: 27vw;
    margin: 0;
    width: 27vw;
  }
}
.book-container {
  display: flex;
  position: relative;
  margin-bottom: 9vmin;

  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */

  color: #000000;

  width: calc(10vw + 210px);
  max-width: 710px;
  height: calc(18vw + 210px);
  max-height: 900px;
}
@media screen and (min-width: 769px) {
  .book-container {
    min-width: 300px;
  }
}
@media screen and (min-width: 1700px) {
  .book-container {
    width: 20vw;
  }
}

.book-container img {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .book-container img {
    width: 22vmin;
  }
}

.book-container .text {
  font-family: GT Alpina;

  width: 17vmin;

  z-index: 100;
  position: absolute;

  padding-top: calc(0.1em + 2vmin);
  padding-left: calc(0.1em + 1vmin);
}
@media screen and (min-width: 769px) {
  .book-container .text {
    width: 100%;
    padding-left: 3.5vmin;
  }
}

.book-container h1 {
  /* Sacra White */
  color: #fafaff;

  font-style: normal;
  font-weight: normal;

  font-size: 2.6vmin;
  line-height: 1em;

  width: 15vw;
  max-width: 300px;
  /* min-height: 1.4em; */
}

.book-container h2 {
  color: #ffb61a;

  font-style: normal;
  font-weight: normal;

  width: 15vw;
  max-width: 300px;

  font-size: 1.9vmin;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .book-container h1 {
    font-size: calc(1.2em + 1.2vw);
  }
  .book-container h2 {
    font-size: calc(1em + 0.35vw);
  }
}

.product-section .divider {
  width: 35vw;
  height: 0px;
  margin-bottom: 3vmin;

  border: 1px solid #ffffff;
}

.product-description .flex-row {
  justify-content: space-between;
  align-items: center;
  width: 35vw;
}
.product-description .flex-row .flex-column {
  align-items: baseline;
  height: auto;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .product-description .flex-row {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 50vmin;
    height: 100%;
    margin-left: 2vmin;
  }
  .product-description .flex-row .flex-column {
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: 0px;
  }
}

.product-purchase-description {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 140%;

  margin: 0px;
}

.product-purchase-price {
  /* L - H4 */
  position: relative;

  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 140%;
  /* identical to box height, or 34px */

  text-transform: capitalize;
  color: #ffffff;

  margin: 0.5em 0 0 0;
}
@media screen and (max-width: 768px) {
  .product-purchase-description {
    font-size: 4vmin;
  }
  .product-purchase-price {
    font-size: 4vmin;
  }
}

.registration-section {
  background: #fafaff;
  width: 50vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .registration-section {
    width: 100vw;
  }
}

.registration-section .flex-column {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.registration-section .flex-column h4 a {
  color: #000000;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .progress-bar {
    position: relative;
  }
}
.progress-bar-container {
  width: 30vw;
}
.progress-bar-container img {
  margin-top: 4em;
  width: 30vw;
}

.progress-label-container {
  margin-top: 1em;
  width: 32vw;
}
.progress-label-container .flex-row {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .progress-bar-container {
    width: 70vw;
  }
  .progress-bar-container img {
    width: 70vw;
  }
  .progress-label-container {
    width: 73vw;
  }
  .progress-label-container .flex-row {
    width: 73vw;
  }
}

.progress-label-container h5 {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */

  margin-top: 5px;

  /* Off Black */
  color: #231f20;
}

.progress-end-label {
  margin-right: 5px;
}

.registration-section h1 {
  /* L - H3 */
  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  line-height: 102.1%;
  /* identical to box height, or 41px */

  text-align: center;

  margin: 0;

  color: #000000;
}

.registration-section h4 {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 140%;
  margin-top: 1em;
  /* identical to box height, or 28px */

  text-align: center;
}

.payment-form {
  width: 70vmin;
  min-width: 30vw;
  max-width: 70vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .payment-form {
    width: 40vmin;
  }
}
.payment-form .flex-column {
  width: 100%;
  max-width: 450px;
}
.payment-form .flex-column .flex-row {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1em;
  width: 100%;
}

.payment-form input {
  margin: 9px;
  box-sizing: border-box;
}

.payment-form button {
  color: #000000;
  border: 0;
  margin-top: 3em;
  /* padding: 12px 16px; */
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  width: fit-content;
  height: fit-content;

  background: #fafaff;

  border-bottom: solid 2px black;
  padding: 0;
  padding-bottom: 3px;
}
.payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
  color: rgba(0, 0, 0, 0.2);
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}

.payment-form #button-text {
  font-family: system-ui, 'SF Pro Text', Arial, sans-serif;
  font-size: 24px;
  line-height: 140%;
  margin-top: 131px;
}

.login-section {
  width: 50vw;
  height: 100%;
  background: #fafaff;
}
@media screen and (max-width: 768px) {
  .login-section {
    width: 100%;
  }
}

.login-section .flex-column {
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .login-section .flex-column {
    padding-top: 20vmin;
    justify-content: start;
  }
}

.login-section h1 {
  /* L - H3 */
  font-family: GT Alpina;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 102.1%;

  text-align: center;
  margin: 0;
  color: #000000;
}

.login-section h4 {
  font-family: system-ui, 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */

  text-align: center;
}

.login-section .flex-column h4 a {
  color: #000000;
}

.login-form {
  width: 300px;
  min-width: 32vw;
  max-width: 70vw;
  margin-top: 2em;
}

.login-form .flex-column {
  align-self: center;
  padding-top: 0;
  height: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .login-form {
    margin-top: 0px;
  }
  .login-form .flex-column {
    margin-top: 0px;
  }
}

.login-form input {
  height: 54px;
}

#id_email {
  font-family: system-ui, 'SF Pro Text';
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 3.5em;
  font-size: 16px;
  width: 100%;
  background: white;
  border-radius: 0;

  margin: 9px;
}

#id_password {
  font-family: system-ui, 'SF Pro Text';
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 3.5em;
  font-size: 16px;
  width: 100%;
  background: white;
  border-radius: 0;

  margin: 9px;
}

.login-form input[type='submit'] {
  color: #000000;
  border: 0;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  width: fit-content;
  height: fit-content;
  padding: 0;
  padding-bottom: 3px;

  background: #fafaff;

  text-decoration: none;
  border-bottom: solid 2px black;

  margin-top: 3em;

  font-family: system-ui, 'SF Pro Text';
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .login-form input[type='submit'] {
    margin-top: 1em;
  }
}

.login-error {
  font-family: system-ui, 'SF Pro Text';
  color: rgb(253, 98, 98);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#subscribe-button:disabled {
  background-color: #ffb61a81;
  color: #231f208e;
}

#subscribe-button {
  background-color: #ffb61a;
  color: #231f20;
}

#signin-button:disabled {
  background-color: #ffb61a81;
  color: #231f208e;
}

#signin-button {
  background-color: #ffb61a;
  color: #231f20;
}

:root {
  --color-white: #fff;
  --color-sacra-white: #fafaff;
  --color-gray-50: #f0f8f9;
  --color-gray-100: #f7fafc;
  --color-gray-500: #a0aec0;
  --color-gray-600: #777;
  --color-gray-700: #4a5568;
  --color-gray-800: #231f20;
  --color-yellow-800: #ffb61a;

  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Segoe UI Symbol';
  --font-serif: GT Alpina;
}

.home--container-lg {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.home--container-md {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
}

.home--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .home--header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.home--header-logo {
  width: 48px;
}

@media (min-width: 768px) {
  .home--header-logo {
    width: 64px;
  }
}

.home--header-button {
  padding: 10px 24px;
  color: var(--color-gray-100);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--color-gray-500);
  border-radius: 9999px;
}

.home--hero {
  position: relative;
  background: var(--color-gray-800);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .home--hero {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .home--hero-body {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 50px;
  }
}

.home--hero-body-left {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .home--hero-body-left {
    grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}

.home--hero-body-right {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .home--hero-body-right {
    grid-column: span 6 / span 6;
    padding: 0;
  }
}

.home--hero-title {
  margin: 0 0 20px;
  color: var(--color-sacra-white);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .home--hero-title {
    font-size: 48px;
  }
}

.home--hero-title-accent {
  color: var(--color-yellow-800);
}

.home--hero-subtitle {
  margin: 0 0 30px;
  padding-right: 48px;
  color: var(--color-sacra-white);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .home--hero-subtitle {
    margin: 0 0 50px;
    font-size: 20px;
    line-height: 28px;
  }
}

.home--hero-illustration {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.home--testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--color-gray-50);
}

@media (min-width: 768px) {
  .home--testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.home--testimonials-title {
  margin: 0 0 30px;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .home--testimonials-title {
    margin: 0 0 40px;
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .home--testimonials-container {
    column-count: 3;
    column-gap: 24px;
  }
}

.home--testimonial {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  font-family: var(--font-sans);
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.home--testimonial-text {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .home--testimonial-text {
    font-size: 18px;
    line-height: 25px;
  }
}

.home--testimonial-author {
  display: flex;
  margin-top: 16px;
}

.home--testimonial-author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-right: 16px;
  border-radius: 9999px;
  overflow: hidden;
}

.home--testimonial-author-image {
  display: block;
  height: 50px;
  width: 50px;
  object-fit: cover;
  object-position: center;
}

.home--testimonial-author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home--testimonial-author-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

@media (min-width: 768px) {
  .home--testimonial-author-name {
    font-size: 18px;
    line-height: 25px;
  }
}

.home--testimonial-author-handle {
  color: var(--color-gray-600);
  font-size: 14px;
  line-height: 19px;
}

.home--footer {
  position: relative;
  padding-top: 32px;
  background: var(--color-gray-800);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .home--footer {
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .home--footer-body {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .home--footer-body-left {
    grid-column: span 6 / span 6;
  }
}

.home--footer-body-right {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .home--footer-body-right {
    grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}

.home--footer-text {
  margin: 0;
  color: var(--color-sacra-white);
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .home--footer-text {
    max-width: 320px;
  }
}

.home--footer-text-accent {
  color: var(--color-yellow-800);
}

.home--footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 30px;
  border-top: 1px solid var(--color-gray-700);
}

.home--footer-logo {
  width: 92px;
}

@media (min-width: 768px) {
  .home--footer-logo {
    width: 108px;
  }
}

.home--footer-copyright-text {
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 12px;
  opacity: 50%;
}

.pricing--card {
  flex: 1;
  padding: 24px;
  width: 238px;
}

.pricing--card-normal {
  border: 1px solid #D8D8D8;
}

.pricing--card-third {
  border: 1px solid #D8D8D8;
  margin-right: -1px;
}

.pricing--card-popular {
  border: 1.5px solid var(--color-yellow-800);
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}

.pricing--card-popular-tag {
  position: absolute;
  height: 22px;
  line-height: 22px;
  width: 70px;
  background-color: var(--color-yellow-800);
  top: 0;
  right: 25px;
  text-align: center;
  font-family: system-ui, SF Pro Text;
  font-weight: 600;
  font-size: 10px;
}

.pricing--card-title {
  font-family: GT Alpina;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}

.pricing--card-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-family: system-ui, SF Pro Text;
  font-weight: 400;
  font-size: 16px;
}

.pricing--card-item-disabled {
  opacity: 0.5;
}

.pricing--card-item .pricing--card-item--question {
  margin-left: 5px;
  opacity: 0.7;
  flex: 1;
  display: flex;
  justify-content: end;
}

.pricing--card-price {
  font-family: GT Alpina;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-top: 24px;
}

.pricing--card-item > *:first-child {
  margin-right: 10px;
}

.pricing--signup {
  margin-top: 24px;
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background-color: var(--color-yellow-800);
  color: #231F20;
  font-family: system-ui, SF Pro Text;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.pricing--faq {
  margin-bottom: 40px;
}

.pricing--faq-title {
  font-family: system-ui, SF Pro Text;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
}

.pricing--faq-sec-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  margin-bottom: 7px;
  cursor: pointer;
}

.pricing--faq-sec-title {
  font-family: system-ui, SF Pro Text;
  font-weight: 500;
  font-size: 18px;
}

.pricing--faq-sec-body {
  font-family: system-ui, SF Pro Text;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.pricing--faq-arrow {
  transform: rotate(180deg);
}

@media (max-width: 1000px) {
  .pricing--card {
    margin: 8px;
  }

  .pricing--faq {
    padding: 0 32px;
  }
}

.faq-items > .faq-items--item:not(:last-child) {
  border-bottom: none;
}

.faq--items--item--header > svg {
  transition: ease-in-out 200ms all;
  transform: rotate(0deg);
}
.faq-items--item.open > .faq--items--item--header > svg {
  transform: rotate(180deg);
}
.faq--items--item--body {
  transition: ease-in-out 200ms all;
  height: 0px;
  opacity: 0;
}
.faq-items--item.open > .faq--items--item--body {
  opacity: 1;
}

.hover-menu {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.hover-menu-container:hover > .hover-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-25%) translateY(0%);
}

.hover-menu-container > .hover-menu {
  opacity: 0;
  pointer-events: none;
  min-width: 16rem;
  top: calc(100% - 10px);
  transform: translateX(-25%) translateY(20px);;
  transition: all ease-in-out 200ms;
}

.hover-menu a {
  padding: 0.5rem 1.5rem;
  display: block;
}

.sign_up_cta_breadcrumbs {
  display: flex;
}

.sign_up_cta_breadcrumbs li:not(:first-child) {
  margin-left: 5px;
}

.sign_up_cta_breadcrumbs li:not(:first-child)::before {
  content: url("/static/img/icons/chevron-right.90d0663103fa.svg");
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.sign_up_cta_breadcrumbs li:last-child {
  font-weight: 600;
}
