@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-size--h3: 2.2rem;
  --font--headings: Oswald, sans-serif;
  --color--white: #fff;
  --font-size--h4: 1.5rem;
  --font-size--body-normal: .9rem;
  --font-size--h5: 1.25rem;
  --font-size--body-large: 1rem;
  --color--brand-primary: #ebf73e;
  --color--black-900: black;
  --font--body: "Istok Web", sans-serif;
  --transparent: transparent;
  --blue-dark: #151e3d;
  --font-size--body-small: .8rem;
  --font-size--h6: 1.1rem;
  --font-size--h2: 3.5rem;
  --font-size--h1: 4.5rem;
  --color--black: #211a22;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.about-header {
  background-color: #0000;
  background-image: linear-gradient(#0000 52%, #151e3d 96%), url('../images/bx_1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 120vh;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.logo {
  color: #fff;
  font-family: Bebas Neue;
  font-size: var(--font-size--h3);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.logo.w--current {
  font-family: var(--font--headings);
  text-transform: uppercase;
  font-weight: 600;
}

.logo.footer-logo {
  font-family: var(--font--headings);
  font-size: var(--font-size--h3);
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link {
  color: #fff;
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-normal);
  vertical-align: baseline;
  order: 1;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
  color: var(--color--brand-primary);
}

.nav-link.w--current:active, .nav-link.w--current:focus, .nav-link.w--current:visited {
  color: #ebf73e;
}

.nav-link.hide {
  display: none;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container {
  background-image: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 2.5rem;
  display: flex;
}

.custom-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--brand-primary);
  font-family: var(--font--headings);
  color: var(--color--black-900);
  font-size: var(--font-size--body-large);
  text-transform: uppercase;
  border: 2px solid #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 12px 24px;
  font-weight: 500;
  transition: color .2s, border-color .2s, background-color .2s;
  display: inline-block;
}

.custom-button:hover {
  border-color: var(--color--brand-primary);
  color: var(--color--brand-primary);
  background-color: #0000;
}

.custom-button.cus-btn {
  display: none;
}

.custom-button.form-btn {
  border-bottom-style: none;
  height: 46px;
}

.custom-button.form-btn.m-0 {
  font-family: var(--font--headings);
  border-style: solid;
}

.custom-button.m-0 {
  margin-bottom: 0;
}

.custom-button.new {
  margin-left: 0;
  margin-right: auto;
}

.custom-button.new.hide {
  display: none;
}

.brand-link {
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brand-link.w--current {
  justify-content: center;
  align-items: flex-end;
}

.body {
  background-color: #fff;
}

.hero-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-text-container {
  flex-flow: column;
  justify-content: flex-start;
  width: 65%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero-paragraph {
  font-family: var(--font--body);
  color: #ffffffb3;
  text-align: left;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.hero-content-w {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button-link {
  border-bottom: 3px solid var(--color--brand-primary);
  font-family: var(--font--headings);
  color: var(--color--brand-primary);
  font-size: var(--font-size--body-large);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2px;
  font-weight: 400;
  text-decoration: none;
  transition: text-decoration-color .2s;
  display: inline-flex;
}

.button-link:hover {
  border-bottom-color: var(--transparent);
}

.button-link.black {
  border-bottom-color: var(--color--black-900);
  color: var(--color--black-900);
  text-transform: uppercase;
}

.linear-overlay {
  z-index: 1;
  background-color: #6b000000;
  background-image: linear-gradient(356deg, #151e3d, #fff0 56%);
  position: absolute;
  inset: 0%;
}

.book-section {
  clear: both;
  object-fit: fill;
  background-color: #151e3d;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0 0 0;
  display: block;
}

.book-section.flex {
  align-items: stretch;
}

.book-description-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.book-image {
  background-image: url('../images/Pierre-book-mockup_closeup_1.avif');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 700px;
  margin-top: 66px;
  display: block;
  position: relative;
}

.section-subheading {
  color: var(--color--brand-primary);
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-small);
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.section-subheading.see {
  display: none;
}

.section-subheading.no-see {
  color: #ebf73e;
}

.section-paragraph {
  font-family: var(--font--body);
  color: #ffffffbf;
  font-size: var(--font-size--h6);
  margin-bottom: 20px;
  line-height: 1.5rem;
}

.section-paragraph.black {
  color: var(--color--black-900);
}

.section-paragraph.small {
  font-size: var(--font-size--body-large);
  text-align: center;
  width: 80%;
}

.section-paragraph.contact {
  margin-top: 40px;
}

.section-heading {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: var(--font-size--h2);
  text-transform: uppercase;
  height: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.section-heading.black {
  color: var(--color--black-900);
  letter-spacing: -1px;
  line-height: 1.2;
}

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

.section-heading.center.small {
  line-height: 1.2;
}

.section-heading.small {
  font-size: 3.2rem;
  line-height: 4rem;
}

.links-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
}

.pre-order-tag-image {
  width: 30%;
  display: none;
  position: absolute;
  inset: auto 10% 5% auto;
}

.inspiration-section {
  background-image: url('../images/KSP1_21-Edit-f-1_1.avif');
  background-position: 110% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.inspiration-section.speak {
  background-image: url('../images/KSP1_21-Edit-f-2-1_1.webp');
  background-position: 100% 40%;
  background-size: 750px;
}

.inspiration-description {
  width: 70%;
  height: auto;
  margin-right: 0;
  padding-left: 0;
}

.section-title {
  font-family: var(--font--headings);
  color: var(--color--black-900);
  font-size: var(--font-size--h5);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-title.white {
  color: #ffffffb3;
  text-align: center;
}

.footer {
  background-color: #151e3d;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
}

.input {
  background-color: #fff;
  width: 35%;
  height: 46px;
  margin-bottom: 0;
  display: inline-flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-up {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-links-container.ccc {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.links-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 27px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 3vw 10px;
  display: flex;
}

.navigation-links {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-nav-links-w {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-self: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  font-family: var(--font--body);
  color: #fff;
  font-size: var(--font-size--body-large);
  text-decoration: none;
}

.social-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-underline-offset: 3px;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.social-links-wrapper.alt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.social-link {
  color: var(--color--brand-primary);
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-small);
  text-transform: uppercase;
  text-decoration: underline;
}

.social-link.dark {
  color: var(--color--black-900);
}

.copyright-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.copyright-info.inherit-no {
  background-color: #fff0;
  margin-bottom: 30px;
}

.footer-info-text {
  color: #000;
  font-family: Istok Web, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.footer-info-text.no-text-colors {
  font-family: var(--font--body);
  color: #fff9;
  font-size: var(--font-size--body-normal);
}

.tnc {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tnc-item {
  color: #000;
  font-family: Istok Web, sans-serif;
  font-size: 16px;
}

.tnc-item.no-text-color {
  color: #fff9;
  font-size: var(--font-size--body-normal);
}

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

.nav-menu {
  background-color: #c8c8c800;
  margin-left: 20px;
  display: block;
  position: static;
}

.about-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #151e3d;
  flex-flow: column;
  padding: 4rem 0;
  display: flex;
}

.reminder-section {
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 5vw 4rem 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  aspect-ratio: 1;
  background-color: #151e3d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 50%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: static;
}

.quote-text {
  font-family: var(--font--headings);
  color: #fff;
  font-size: var(--font-size--h2);
  text-align: center;
  --font-size--h3: 1.8rem;
  --font--headings: Oswald, sans-serif;
  --color--white: #fff;
  --font-size--h4: 1.2rem;
  --font-size--body-normal: .9rem;
  --font-size--h5: 1.1rem;
  --font-size--body-large: 1rem;
  --color--brand-primary: #ebf73e;
  --color--black-900: black;
  --font--body: "Istok Web", sans-serif;
  --font-size--body-small: .8rem;
  --font-size--h6: 1rem;
  --font-size--h2: 2.5rem;
  --font-size--h1: 4.5rem;
  --color--black: #211a22;
  margin-top: -40px;
  line-height: 1.2;
}

.image-8 {
  width: 50%;
  height: auto;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 40px;
}

.header {
  background-color: #d9d8e0;
  background-image: linear-gradient(180deg, #121a350d 24%, #151e3db8 64%, #151e3deb 80%, var(--blue-dark) 96%), url('../images/KSP1_26-1_1.avif');
  background-position: 0 0, 10% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  background-attachment: scroll, scroll;
}

.book-link-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000720;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: grid;
}

.book-overview {
  background-color: #151e3d;
  padding-top: 5rem;
  padding-bottom: 0;
}

.book-video-img {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.book-video-container {
  position: relative;
}

.book-excepts {
  color: var(--color--white);
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.book-excepts.end {
  margin-bottom: 0;
}

.book-excerpts-text {
  color: var(--color--brand-primary);
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--h5);
  margin-bottom: 20px;
  line-height: 1.4;
}

.list-item {
  color: #fff;
  list-style-type: disc;
}

.list {
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.list-content {
  margin-bottom: 10px;
  font-family: Istok Web, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.book-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.goodies-box {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.site-link-box {
  text-align: center;
  width: 100%;
  height: 40px;
}

.site-link-box.amazon {
  background-image: url('../images/amazon-white.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px;
}

.site-link-box.b-n {
  background-image: url('../images/bn-white_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
}

.site-link-box.ibooks {
  background-image: url('../images/xulon-white.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 64px;
  border-radius: 16px;
}

.site-link-box.bknk {
  background-image: url('../images/booknook.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
}

.coaching--hero-section {
  background-image: linear-gradient(99deg, #151e3d, #fff0), linear-gradient(#0000, #151e3d 80%), url('../images/1451a5eac1e1dec25068e6fc68b1e7accebcadb9-1_1.webp');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: static;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 65%;
  margin-top: 0;
  margin-left: 10%;
  padding-top: 6rem;
  padding-bottom: 4rem;
  font-family: Oswald Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.hero-heading {
  font-family: var(--font--headings);
  color: #fff;
  font-size: var(--font-size--h1);
  letter-spacing: -2px;
  column-count: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.carousel {
  grid-column-gap: 33vw;
  grid-row-gap: 33vw;
  background-color: #151e3d;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.pierre-message-section {
  background-color: #151e3d;
  padding: 4rem 2.5rem;
}

.grid-section {
  padding: 2.5rem 4rem;
}

.text-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border: 1px #000;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
}

.grid-item {
  min-width: 30%;
}

.list-heading {
  font-family: var(--font--headings);
  color: #fff;
  font-size: var(--font-size--h5);
  font-weight: 500;
  line-height: 1.5;
}

.list-text {
  color: #fff9;
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-normal);
}

.infinite-scroll {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  min-width: 150%;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.infinite-holder {
  display: flex;
  overflow: hidden;
}

.slide {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 13px;
  width: 25%;
  height: 240px;
  margin-right: 0;
  position: relative;
}

.marquee-heading {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: auto;
  font-family: Oswald Variablefont Wght, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: auto 10% 10% auto;
}

.scroll-overlay {
  background-image: linear-gradient(#0f0f0f3d 37%, #151e3d);
  position: absolute;
  inset: 0%;
}

.goodie-chbox {
  background-color: #e1e1e1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 24px 46px 60px;
  display: flex;
}

.contact-header {
  background-color: #151e3d;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-header-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #151e3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 7rem 2.5rem 4rem;
  display: grid;
}

.contact-form-section {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.input-field {
  color: var(--color--black);
  width: 100%;
  margin-bottom: 30px;
}

.contact-form-label {
  color: #000;
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-normal);
  border: 1px solid #00000080;
  margin-top: 0;
}

.text-message {
  color: #000;
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-normal);
  border: 1px solid #00000080;
  margin-bottom: 32px;
}

.contact-link {
  color: #000;
  font-family: Istok Web, sans-serif;
  font-size: var(--font-size--body-normal);
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color--brand-primary);
  text-decoration-color: var(--color--brand-primary);
  margin-bottom: 10px;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  display: block;
}

.contact-info-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section-container {
  max-width: 1160px;
}

.section-container.left-align {
  margin-left: 7.5%;
}

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

.book-content-holder {
  justify-content: center;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  display: flex;
}

.inspiration-content-holder {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.inner-container {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.footer-divider {
  background-color: #555;
  height: 1px;
}

.book-content-w {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.ins-quote-img {
  display: none;
}

.scroll-image {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: relative;
}

.contact-flex-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.contact-info-img-w {
  background-image: url('../images/KSP1_28-Edit_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  margin-bottom: 20px;
}

.contact-content-w {
  padding: 0 24px;
}

.right-nav-child-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.book-store-text {
  color: var(--color--brand-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
}

.menu-link {
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-link.w--current {
  background-image: url('../images/logo-vert_white_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 90px;
  height: 90px;
  margin-top: 0;
}

.book-video-img-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #fff;
  border-radius: 0;
}

.play-button-w {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  padding: 16px;
  position: absolute;
}

.play-button-w.small {
  width: 40px;
  height: 40px;
  padding: 8px;
  position: relative;
}

.order-photo-wrapper {
  background-image: url('../images/book-shoot-1_1.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.flash-w {
  background-color: #f90d04;
  border-radius: 5px;
  padding: 10px;
  display: block;
  position: absolute;
  top: -16px;
  left: -28px;
}

.flash-text {
  color: var(--color--white);
  font-size: var(--font-size--body-normal);
  text-transform: uppercase;
  font-weight: 700;
  display: inline;
}

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

.grid-child-w {
  justify-content: center;
  align-items: flex-end;
  height: 420px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.grid-child-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-heading {
  z-index: 1;
  font-family: var(--font--headings);
  font-size: var(--font-size--h3);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.grid-child-content-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  transition: text-underline-offset .2s, color .2s;
  display: flex;
}

.grid-child-content-w:hover {
  color: var(--color--brand-primary);
  text-underline-offset: 6px;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .about-header {
    background-image: linear-gradient(#0000 38%, #000 96%), url('../images/bx_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 100vh;
  }

  .logo {
    font-size: 2.5rem;
  }

  .nav-link {
    font-size: var(--font-size--body-large);
  }

  .brand-link.w--current {
    background-image: none;
  }

  .hero-text-container {
    width: 60%;
    padding-top: 0;
  }

  .hero-paragraph {
    font-size: var(--font-size--h5);
  }

  .hero-content-w {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-link {
    font-size: var(--font-size--h5);
  }

  .book-image {
    background-size: cover;
  }

  .section-subheading {
    font-size: var(--font-size--body-large);
  }

  .section-paragraph {
    font-size: var(--font-size--h5);
    line-height: 1.7rem;
  }

  .section-paragraph.small {
    width: 60%;
  }

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

  .inspiration-section {
    background-position: 100% 100%;
  }

  .inspiration-section.speak {
    background-position: 100% 100%;
    background-size: 780px;
  }

  .inspiration-description {
    width: 50%;
  }

  .footer-links-container {
    height: 25%;
  }

  .links-wrapper {
    margin-top: 0;
    padding-top: 30px;
  }

  .footer-link {
    font-size: var(--font-size--body-large);
  }

  .social-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .social-link {
    font-size: var(--font-size--body-normal);
  }

  .footer-info-text.no-text-colors, .tnc-item.no-text-color {
    font-size: var(--font-size--body-large);
  }

  .about-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header {
    background-position: 0 0, 0 0;
    background-size: auto, 640px;
    justify-content: flex-end;
    align-items: center;
    height: 720px;
    padding-top: 100px;
    display: flex;
  }

  .book-link-w {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .book-video-img {
    width: 100%;
  }

  .book-video-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .book-excepts {
    margin-bottom: 0;
  }

  .list-content {
    font-size: 1.35rem;
  }

  .book-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .goodies-box {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-link-box.amazon, .site-link-box.b-n {
    background-size: 90px;
  }

  .site-link-box.ibooks {
    background-position: 50% 100%;
    background-size: contain;
  }

  .site-link-box.bknk {
    background-size: 90px;
  }

  .hero-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    display: flex;
  }

  .hero-heading {
    font-size: 5.8rem;
  }

  .carousel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .list-heading {
    font-size: 1.35rem;
  }

  .list-text {
    font-size: var(--font-size--h5);
    line-height: 2rem;
  }

  .marquee-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .goodie-chbox {
    width: 55%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-header-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .contact-form-label {
    font-size: var(--font-size--body-large);
    margin-bottom: 40px;
  }

  .text-message {
    font-size: var(--font-size--body-large);
  }

  .contact-link {
    font-size: var(--font-size--h6);
    margin-bottom: 10px;
    display: block;
  }

  .section-container {
    max-width: 1160px;
  }

  .book-content-holder {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .inner-container {
    padding-left: 0;
    padding-right: 0;
  }

  .book-content-w {
    max-width: 1160px;
  }

  .contact-info-img-w {
    height: 640px;
  }

  .book-store-text {
    font-size: .8rem;
  }
}

@media screen and (min-width: 1440px) {
  .about-header {
    background-color: #000;
    background-image: linear-gradient(#0000 38%, #151e3d 96%), url('../images/bx_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 800px;
  }

  .logo {
    font-size: 3rem;
    line-height: 3.6vw;
  }

  .logo.footer-logo {
    width: auto;
    line-height: 4vw;
  }

  .nav-link {
    font-size: var(--font-size--h5);
  }

  .nav-container {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .custom-button {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.1rem;
  }

  .custom-button.form-btn {
    border-bottom-style: none;
    height: 60px;
  }

  .custom-button.form-btn.m-0 {
    height: 60px;
  }

  .brand-link {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .hero-text-container {
    padding-top: 150px;
  }

  .hero-paragraph {
    font-size: var(--font-size--h4);
  }

  .linear-overlay {
    background-image: linear-gradient(356deg, #000, #fff0 56%);
  }

  .book-section {
    padding-top: 0;
  }

  .book-image {
    background-size: 640px;
    height: 800px;
  }

  .section-subheading {
    font-size: var(--font-size--body-large);
    margin-bottom: 0;
  }

  .section-paragraph {
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .section-paragraph.small {
    font-size: var(--font-size--h5);
  }

  .section-heading {
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .inspiration-section {
    background-position: 100% 40%;
    background-size: 820px;
  }

  .inspiration-section.speak {
    background-position: 100% 100%;
    background-size: 900px;
  }

  .inspiration-description {
    width: 60%;
  }

  .section-title {
    margin-top: 10px;
  }

  .footer {
    height: auto;
  }

  .input {
    height: 54px;
    font-family: Istok Web, sans-serif;
    font-size: 1rem;
  }

  .form {
    align-items: stretch;
  }

  .footer-up {
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: static;
    inset: 0%;
  }

  .footer-links-container {
    justify-content: space-between;
    align-items: center;
  }

  .links-wrapper {
    margin-top: 0;
  }

  .navigation-links {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 65%;
  }

  .footer-link {
    font-size: var(--font-size--h5);
    text-align: center;
  }

  .social-link {
    font-size: var(--font-size--body-large);
  }

  .copyright-info {
    color: #fff;
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-text {
    color: #000;
    font-size: 20px;
  }

  .footer-info-text.no-text-colors {
    font-size: var(--font-size--h5);
  }

  .tnc-item {
    color: #000;
    font-size: 20px;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-section {
    align-items: center;
  }

  .quote-text {
    font-size: 3.8rem;
  }

  .header {
    background-size: auto, 700px;
    height: auto;
  }

  .book-video-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .book-excepts {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .book-excerpts-text {
    margin-bottom: 10px;
    font-size: 1.65rem;
  }

  .list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .book-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-link-box {
    height: 64px;
  }

  .site-link-box.amazon {
    background-size: 90px;
  }

  .site-link-box.b-n {
    background-size: 100px;
  }

  .site-link-box.ibooks {
    background-position: 50%;
    background-size: 90px;
  }

  .site-link-box.bknk {
    background-size: 100px;
  }

  .coaching--hero-section {
    background-image: linear-gradient(#0000, #000), url('../images/1451a5eac1e1dec25068e6fc68b1e7accebcadb9-1_1.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 110%;
  }

  .hero-content {
    padding-top: 8rem;
    top: 37%;
  }

  .hero-heading {
    font-size: 6.8rem;
    line-height: 6rem;
  }

  .carousel {
    margin-top: -4px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    overflow: hidden;
  }

  .pierre-message-section {
    margin-top: -5px;
    padding-top: 2rem;
  }

  .grid-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .list-heading {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .list-text {
    font-size: 1.35rem;
    line-height: 1.8rem;
  }

  .infinite-scroll {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .infinite-holder {
    align-items: stretch;
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    overflow: hidden;
  }

  .slide {
    object-fit: cover;
    border-radius: 13px;
    overflow: hidden;
  }

  .scroll-overlay {
    width: 100%;
  }

  .goodie-chbox {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-header-content {
    max-width: 1280px;
    padding-top: 9rem;
  }

  .contact-form-section {
    justify-content: space-around;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .input-field {
    height: 56px;
  }

  .contact-form-label, .text-message {
    font-size: var(--font-size--h6);
  }

  .contact-link {
    font-size: var(--font-size--h5);
  }

  .section-container {
    max-width: 1280px;
    padding-top: 0;
  }

  .book-content-w {
    max-width: 1280px;
  }

  .scroll-image {
    object-fit: cover;
    border-radius: 13px;
    margin-right: 40px;
  }

  .contact-info-img-w {
    height: 720px;
  }

  .book-store-text {
    font-size: .9rem;
  }

  .menu-link {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .flash-w {
    padding: 20px;
  }

  .flash-text {
    font-size: var(--font-size--body-large);
  }
}

@media screen and (min-width: 1920px) {
  .about-header {
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    height: 980px;
  }

  .logo {
    font-size: 4rem;
  }

  .logo.footer-logo {
    font-size: 2.5rem;
  }

  .nav-link {
    font-size: var(--font-size--h4);
  }

  .navbar {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-button {
    font-size: var(--font-size--h4);
    padding-left: 40px;
    padding-right: 40px;
  }

  .custom-button.form-btn.m-0 {
    vertical-align: middle;
    display: block;
    overflow: clip;
  }

  .custom-button.m-0, .custom-button.m-0.d-n {
    font-size: 1.25rem;
  }

  .body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-paragraph {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .button-link {
    font-size: var(--font-size--h4);
    line-height: 1.2;
  }

  .book-section {
    background-color: var(--blue-dark);
  }

  .book-description-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .book-image {
    background-size: 740px;
    height: 920px;
  }

  .section-subheading {
    font-size: var(--font-size--h5);
  }

  .section-paragraph {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .section-paragraph.small {
    font-size: var(--font-size--h4);
    width: 70%;
  }

  .section-heading {
    font-size: var(--font-size--h1);
    letter-spacing: -1px;
    line-height: 1.2;
  }

  .section-heading.center.small {
    font-size: 3.6rem;
    line-height: 1.4;
  }

  .section-heading.small {
    font-size: 4.5rem;
    line-height: 1.4;
  }

  .pre-order-tag-image {
    display: none;
  }

  .inspiration-section {
    background-size: 890px;
  }

  .inspiration-description {
    width: 60%;
  }

  .section-title {
    font-size: var(--font-size--h3);
    line-height: 2.5rem;
  }

  .footer {
    height: auto;
  }

  .input {
    width: 40%;
    height: 60px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .footer-up {
    padding-top: 0;
    padding-bottom: 3vw;
  }

  .footer-links-container.ccc {
    max-width: 1560px;
  }

  .footer-link {
    font-size: var(--font-size--h4);
  }

  .social-links-wrapper.alt {
    margin-top: 60px;
  }

  .social-link, .tnc-item.no-text-color {
    font-size: var(--font-size--h5);
  }

  .about-section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .about-section.no-padding {
    padding-bottom: 0;
  }

  .quote-text {
    font-size: 5rem;
    line-height: 1.1;
  }

  .header {
    background-size: auto, contain;
    height: 90vh;
  }

  .book-link-w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .book-overview {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .book-video-img, .book-video-container {
    width: 100%;
  }

  .book-excerpts-text {
    font-size: var(--font-size--h3);
    padding-right: 0;
  }

  .list-content {
    font-size: 1.8rem;
  }

  .book-content {
    width: 100%;
  }

  .goodies-box {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .site-link-box.amazon, .site-link-box.b-n {
    background-size: 120px;
  }

  .site-link-box.ibooks {
    background-size: 110px;
  }

  .site-link-box.bknk {
    background-size: 120px;
  }

  .hero-content {
    width: 80%;
    max-width: 1154px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vw;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 7.4rem;
    line-height: 1;
  }

  .carousel {
    overflow: visible;
  }

  .list-heading {
    font-size: var(--font-size--h3);
  }

  .list-text {
    font-size: var(--font-size--h4);
    line-height: 2rem;
  }

  .infinite-scroll {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
  }

  .infinite-holder {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    overflow: hidden;
  }

  .slide {
    width: 20%;
    height: 420px;
  }

  .marquee-heading {
    font-size: var(--font-size--h2);
  }

  .goodie-chbox {
    padding: 60px 60px 100px;
  }

  .contact-header {
    background-color: #000;
  }

  .contact-header-content {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-section {
    padding-top: 8.6rem;
    padding-bottom: 8.6rem;
  }

  .input-field {
    height: 64px;
    margin-bottom: 60px;
  }

  .contact-form-label {
    font-size: var(--font-size--h4);
    height: 100%;
  }

  .text-message {
    font-size: var(--font-size--h4);
    margin-bottom: 60px;
  }

  .contact-link {
    margin-bottom: 20px;
    font-size: 1.35rem;
  }

  .contact-info-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-container {
    max-width: 1560px;
    font-size: 3rem;
  }

  .section-container.left-align {
    max-width: 1440px;
    margin-left: 15%;
  }

  .section-container.small {
    max-width: 1280px;
  }

  .book-content-holder {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .book-content-w {
    max-width: 1560px;
  }

  .contact-info-img-w {
    height: 860px;
  }

  .book-store-text {
    font-size: var(--font-size--h5);
  }

  .play-button-w.small {
    width: 64px;
    height: 64px;
    padding: 12px;
  }

  .flash-text {
    font-size: var(--font-size--h4);
    display: block;
  }

  .grid-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-child-w {
    height: 540px;
  }

  .grid-heading {
    font-size: 3rem;
  }

  .grid-child-content-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .about-header {
    background-color: #0000;
    background-image: linear-gradient(#0000 41%, #000), url('../images/bx_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 100vh;
  }

  .logo.w--current {
    font-family: var(--font--headings);
    font-size: var(--font-size--h3);
    font-weight: 600;
  }

  .nav-link {
    font-size: var(--font-size--h3);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-link.hide {
    display: block;
  }

  .nav-container {
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .custom-button {
    margin-bottom: 20px;
    display: inline-block;
  }

  .custom-button.cus-btn {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .custom-button.form-btn {
    border-bottom-style: none;
    width: 40%;
    height: 46px;
  }

  .custom-button.form-btn.m-0 {
    width: 80%;
  }

  .custom-button.m-0.d-n {
    display: none;
  }

  .custom-button.new {
    text-align: center;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
  }

  .hero-text-container {
    width: 50%;
    padding-right: 20px;
  }

  .hero-paragraph {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .hero-content-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .linear-overlay {
    background-image: linear-gradient(356deg, #000 2%, #fff0 56%);
  }

  .book-section {
    padding-top: 20px;
    padding-left: 1rem;
  }

  .book-description-container {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-image {
    width: 50%;
    height: 500px;
  }

  .section-paragraph {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-paragraph.small {
    line-height: 1.4rem;
  }

  .section-heading {
    --font-size--h3: 1.8rem;
    --font--headings: Oswald, sans-serif;
    --color--white: #fff;
    --font-size--h4: 1.2rem;
    --font-size--body-normal: .9rem;
    --font-size--h5: 1.1rem;
    --font-size--body-large: 1rem;
    --color--brand-primary: #ebf73e;
    --color--black-900: black;
    --font--body: "Istok Web", sans-serif;
    --font-size--body-small: .8rem;
    --font-size--h6: 1rem;
    --font-size--h2: 2.5rem;
    --font-size--h1: 4.5rem;
    --color--black: #211a22;
    margin-bottom: 15px;
  }

  .section-heading.center.small {
    font-size: var(--font-size--h2);
  }

  .inspiration-section {
    background-position: 120% 100%;
    background-size: 460px;
  }

  .inspiration-section.speak {
    background-position: 100% 100%;
    background-size: 550px;
  }

  .inspiration-description {
    width: 80%;
  }

  .section-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 0;
  }

  .input {
    width: 80%;
  }

  .form {
    flex-flow: column;
  }

  .footer-up {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-container {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links-container.ccc {
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 18px;
  }

  .links-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navigation-links {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-nav-links-w {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-link {
    font-size: var(--font-size--body-normal);
  }

  .social-links-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .social-link {
    font-size: var(--font-size--body-small);
  }

  .copyright-info.inherit-no {
    margin-bottom: 0;
  }

  .footer-info-text.no-text-colors, .tnc-item.no-text-color {
    font-size: var(--font-size--body-small);
  }

  .menu-button {
    background-color: var(--color--brand-primary);
    color: var(--color--black-900);
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--color--black);
    color: #fafafa;
  }

  .nav-menu {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .circle {
    position: relative;
    left: -30px;
  }

  .quote-text {
    font-size: var(--font-size--h3);
  }

  .image-8 {
    width: 60%;
    top: 10px;
    right: 0;
  }

  .header {
    background-image: linear-gradient(#0b0b0b00 46%, #000 95%), url('../images/KSP1_26-1_1.avif');
    background-position: 0 0, -20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 500px;
    background-attachment: scroll, scroll;
  }

  .book-link-w {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .book-video-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .book-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .goodies-box {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .site-link-box {
    width: 80%;
  }

  .site-link-box.b-n {
    background-size: 120px;
    width: 100%;
  }

  .site-link-box.ibooks {
    background-size: 80px;
    width: 100%;
  }

  .site-link-box.bknk {
    background-size: 120px;
    width: 100%;
  }

  .hero-heading {
    --font-size--h3: 1.8rem;
    --font--headings: Oswald, sans-serif;
    --color--white: #fff;
    --font-size--h4: 1.2rem;
    --font-size--body-normal: .9rem;
    --font-size--h5: 1.1rem;
    --font-size--body-large: 1rem;
    --color--brand-primary: #ebf73e;
    --color--black-900: black;
    --font--body: "Istok Web", sans-serif;
    --font-size--body-small: .8rem;
    --font-size--h6: 1rem;
    --font-size--h2: 2.5rem;
    --font-size--h1: 4.5rem;
    --color--black: #211a22;
  }

  .grid-section {
    padding: 0 0 2rem;
  }

  .text-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .infinite-scroll {
    min-width: 200%;
  }

  .slide {
    width: 40%;
  }

  .marquee-heading {
    line-height: 1.3;
  }

  .goodie-chbox {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-link {
    font-size: var(--font-size--body-normal);
    margin-bottom: 0;
  }

  .contact-info-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-container.left-align {
    margin-left: 0%;
  }

  .book-content-holder {
    padding-left: 0;
  }

  .order-photo-wrapper {
    width: 40%;
  }

  .flash-text {
    font-size: var(--font-size--body-small);
  }

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

@media screen and (max-width: 767px) {
  .about-header {
    background-color: #000;
    background-image: linear-gradient(#0000 40%, #000), url('../images/bx_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 100vh;
  }

  .logo {
    font-size: 5vw;
  }

  .logo.footer-logo {
    text-align: center;
    margin-bottom: 10px;
    font-size: 6vw;
  }

  .nav-container {
    flex-flow: row;
    padding: 0 20px;
  }

  .custom-button {
    text-align: center;
  }

  .custom-button.form-btn {
    border-bottom-style: none;
    width: 40%;
    height: 46px;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 12px;
    display: inline-flex;
  }

  .custom-button.form-btn.m-0 {
    width: 100%;
    margin-right: auto;
  }

  .custom-button.m-0.d-n {
    display: none;
  }

  .custom-button.new {
    margin-left: auto;
  }

  .hero-text-container {
    --font-size--h3: 1.5rem;
    --font--headings: Oswald, sans-serif;
    --color--white: #fff;
    --font-size--h4: 1.2rem;
    --font-size--body-normal: .8rem;
    --font-size--h5: 1.1rem;
    --font-size--body-large: .9rem;
    --color--brand-primary: #ebf73e;
    --color--black-900: black;
    --font--body: "Istok Web", sans-serif;
    --font-size--body-small: .75rem;
    --font-size--h6: 1rem;
    --font-size--h2: 2.5rem;
    --font-size--h1: 4.6rem;
    --color--black: #211a22;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hero-content-w {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-link {
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: auto;
    font-size: 1rem;
    display: block;
  }

  .button-link.black {
    text-transform: uppercase;
    margin-top: 0;
  }

  .linear-overlay {
    background-image: linear-gradient(356deg, #000 2%, #fff0 56%);
  }

  .book-section {
    flex-flow: column;
    padding-left: 0;
  }

  .book-description-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .book-image {
    background-position: 50%;
    background-size: cover;
    width: 90%;
    height: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-paragraph {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .links-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .links-container.p {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pre-order-tag-image {
    display: none;
    right: 0%;
  }

  .inspiration-section {
    background-image: none;
    height: auto;
  }

  .inspiration-section.speak {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .inspiration-description {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section-title {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
  }

  .section-title.white {
    font-size: var(--font-size--body-large);
  }

  .input {
    width: 100%;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }

  .footer-up {
    margin-top: 0;
    padding-top: 40px;
  }

  .footer-links-container {
    padding-bottom: 0;
  }

  .footer-links-container.ccc {
    margin-bottom: 0;
  }

  .links-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .navigation-links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-nav-links-w {
    justify-content: space-between;
    width: 100%;
  }

  .footer-link, .footer-link.w--current {
    font-size: 1rem;
  }

  .social-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .social-link {
    font-size: .8rem;
  }

  .copyright-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .copyright-info.inherit-no {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-text {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .footer-info-text.no-text-colors {
    margin-bottom: 0;
  }

  .circle {
    width: 70%;
    left: -46px;
  }

  .quote-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .image-8 {
    inset: auto 0% 0% auto;
  }

  .header {
    background-color: #000;
    background-image: linear-gradient(#0b0b0b47, #000), url('../images/KSP1_26-1_1.avif');
    background-position: 0 0, -20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 500px;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .book-link-w {
    grid-row-gap: 24px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-overview {
    padding-bottom: 2rem;
  }

  .book-excepts {
    margin-bottom: 0;
  }

  .list-content {
    font-size: var(--font-size--body-normal);
  }

  .book-content {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .goodies-box {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .coaching--hero-section {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .hero-content {
    width: 100%;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

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

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

  .infinite-scroll {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 280%;
  }

  .infinite-holder {
    margin-top: 60px;
  }

  .slide {
    margin-right: 20px;
  }

  .scroll-overlay {
    border-radius: 0;
  }

  .goodie-chbox {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .contact-header-content {
    align-items: flex-start;
  }

  .contact-form-section {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-form-block, .input-field {
    width: 100%;
  }

  .text-message {
    margin-bottom: 40px;
  }

  .contact-info-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

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

  .section-container.left-align {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-content-holder {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .inspiration-content-holder {
    flex-flow: column;
    width: 90%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-left: 0;
  }

  .book-content-w {
    flex-flow: column-reverse;
    padding-top: 20px;
  }

  .ins-quote-img {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }

  .contact-flex-w {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .order-photo-wrapper {
    width: 100%;
    height: 520px;
  }

  .flash-w {
    top: -24px;
  }

  .grid-child-w {
    padding-bottom: 20px;
  }

  .grid-heading {
    --font-size--h3: 1.5rem;
    --font--headings: Oswald, sans-serif;
    --color--white: #fff;
    --font-size--h4: 1.2rem;
    --font-size--body-normal: .8rem;
    --font-size--h5: 1.1rem;
    --font-size--body-large: .9rem;
    --color--brand-primary: #ebf73e;
    --color--black-900: black;
    --font--body: "Istok Web", sans-serif;
    --font-size--body-small: .75rem;
    --font-size--h6: 1rem;
    --font-size--h2: 2.5rem;
    --font-size--h1: 4.6rem;
    --color--black: #211a22;
  }
}

@media screen and (max-width: 479px) {
  .about-header {
    background-color: #f9f9f9;
    background-image: linear-gradient(#0000 46%, #000), url('../images/bx_1.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    font-size: 7vw;
  }

  .logo.w--current {
    font-family: var(--font--headings);
    color: var(--color--white);
    font-size: var(--font-size--h4);
    font-weight: 500;
  }

  .logo.footer-logo {
    width: auto;
    font-size: 2.5rem;
  }

  .nav-link {
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    display: flex;
  }

  .nav-link:hover {
    color: var(--color--brand-primary);
  }

  .navbar {
    position: relative;
    inset: 0%;
  }

  .nav-container {
    width: 100vw;
    height: auto;
    padding: 10px;
    display: flex;
  }

  .custom-button {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: flex;
  }

  .custom-button.form-btn {
    border-bottom-style: none;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-button.m-0 {
    font-size: var(--font-size--body-normal);
    margin-left: auto;
    margin-right: auto;
  }

  .custom-button.m-0.d-n {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .hero-text-container {
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }

  .hero-paragraph {
    color: #ffffffde;
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-content-w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-link {
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .linear-overlay {
    background-image: linear-gradient(356deg, #000, #fff0 61%);
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .book-section {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
  }

  .book-section.flex {
    padding-left: 0;
  }

  .book-description-container {
    width: 100%;
  }

  .book-image {
    background-position: 50% 70%;
    background-size: 400px;
    width: 100%;
    margin-top: 20px;
  }

  .section-subheading {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .section-subheading.see, .section-subheading.no-see {
    display: none;
  }

  .section-paragraph {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .section-paragraph.small {
    width: 100%;
    line-height: 1.4rem;
  }

  .section-heading {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .section-heading.small {
    font-size: 2.2rem;
  }

  .section-heading.small.black {
    line-height: 1.2;
  }

  .links-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
  }

  .links-container.p {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .pre-order-tag-image {
    width: 25%;
    right: 5%;
  }

  .inspiration-section {
    flex-flow: column;
  }

  .inspiration-description {
    flex-flow: column;
    display: flex;
  }

  .section-title {
    text-align: center;
    width: auto;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title.white {
    font-size: var(--font-size--body-normal);
  }

  .footer {
    height: auto;
  }

  .input {
    width: 100%;
    height: 35px;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .footer-up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-width: 1px;
    height: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
  }

  .links-wrapper {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-nav-links-w {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .social-links-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .social-links-wrapper.alt {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .social-link {
    font-size: 13px;
  }

  .copyright-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .copyright-info.inherit-no {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 8px;
  }

  .footer-info-text {
    margin-bottom: 0;
    font-size: 14px;
  }

  .tnc-item {
    font-size: 13px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    z-index: 9999;
    color: var(--color--brand-primary);
  }

  .nav-menu {
    background-color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .about-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #000;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding: 10vw 5vw;
    display: flex;
  }

  .reminder-section {
    flex-flow: column;
    padding: 10vw 5px 0;
  }

  .circle {
    z-index: -1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #010215;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 350px;
    display: flex;
    top: 20px;
    left: 0;
  }

  .quote-text {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .image-8 {
    width: 100%;
    margin-top: -60px;
    padding-top: 0;
    position: static;
  }

  .header {
    background-color: #f9f9f9;
    background-image: linear-gradient(#0b0b0b5e, #000), url('../images/KSP1_26-1_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .book-link-w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
  }

  .book-video-container {
    width: 100%;
  }

  .book-excerpts-text {
    margin-bottom: 9px;
    line-height: 1.4rem;
  }

  .list-item {
    margin-bottom: 20px;
  }

  .list {
    margin-bottom: 40px;
  }

  .book-content {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .goodies-box {
    flex-flow: column;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-link-box {
    width: 60%;
  }

  .coaching--hero-section {
    height: auto;
    max-height: none;
    padding-bottom: 10vw;
    position: static;
  }

  .hero-content {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0%;
    padding: 3rem 20px;
    position: static;
    top: 10%;
  }

  .hero-heading {
    --font-size--h3: 1.5rem;
    --font--headings: Oswald, sans-serif;
    --color--white: #fff;
    --font-size--h4: 1.2rem;
    --font-size--body-normal: .8rem;
    --font-size--h5: 1.1rem;
    --font-size--body-large: .9rem;
    --color--brand-primary: #ebf73e;
    --color--black-900: black;
    --font--body: "Istok Web", sans-serif;
    --font-size--body-small: .75rem;
    --font-size--h6: 1rem;
    --font-size--h2: 2.5rem;
    --font-size--h1: 4.6rem;
    --color--black: #211a22;
  }

  .carousel {
    padding-top: 10vw;
    padding-bottom: 5vw;
    display: flex;
    overflow: hidden;
  }

  .grid-section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .list-heading {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .infinite-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 450%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .infinite-holder {
    margin-top: 0;
    overflow: hidden;
  }

  .marquee-heading {
    right: 15%;
  }

  .goodie-chbox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-header-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 4rem 20px 2rem;
  }

  .contact-form-section {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .contact-info-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .book-content-holder {
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .inspiration-content-holder {
    width: 100%;
    padding-top: 0;
  }

  .inner-container {
    width: 100%;
  }

  .book-content-w {
    padding-top: 90px;
  }

  .contact-flex-w {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .contact-info-img-w {
    height: 420px;
  }

  .contact-content-w {
    padding-left: 0;
    padding-right: 0;
  }

  .book-store-text {
    text-align: center;
  }

  .flash-w {
    top: -20px;
    left: 20px;
  }

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

  .grid-child-w {
    height: 320px;
  }
}

#w-node-_8d2eb8ba-df11-fe5f-d819-a96aa53beca0-f7895cf6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8d2eb8ba-df11-fe5f-d819-a96aa53beca3-f7895cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a953ea3-acc9-2fa4-a07b-4222241c87e9-c23781ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a1eb5913-b4f4-df54-6933-9e8bc0b5e2c6-c23781ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a855d06b-c7e4-0fe9-9ea1-2c541b28f228-c23781ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a855d06b-c7e4-0fe9-9ea1-2c541b28f22b-c23781ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a84e085d-c08b-4bdb-e2aa-ff78d7fb21e0-20eeee7c {
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_8d2eb8ba-df11-fe5f-d819-a96aa53beca0-f7895cf6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8d2eb8ba-df11-fe5f-d819-a96aa53beca0-f7895cf6, #w-node-_4a953ea3-acc9-2fa4-a07b-4222241c87e9-c23781ce, #w-node-a855d06b-c7e4-0fe9-9ea1-2c541b28f228-c23781ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a855d06b-c7e4-0fe9-9ea1-2c541b28f22c-c23781ce, #w-node-a855d06b-c7e4-0fe9-9ea1-2c541b28f22d-c23781ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_588c091d-5b3d-7778-d87d-2f942f92cc47-c23781ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58416c18-2c28-0943-8753-90753681e66d-c23781ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d2eb8ba-df11-fe5f-d819-a96aa53beca0-f7895cf6, #w-node-_4a953ea3-acc9-2fa4-a07b-4222241c87e9-c23781ce, #w-node-a855d06b-c7e4-0fe9-9ea1-2c541b28f228-c23781ce, #w-node-_588c091d-5b3d-7778-d87d-2f942f92cc47-c23781ce, #w-node-_58416c18-2c28-0943-8753-90753681e66d-c23781ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}