@font-face {
  font-family: "Font Awesome 6 Free Solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.test-section {
  z-index: 5000;
  background-color: red;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.test-text-block {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.footer-section-copyright {
  margin-top: 30px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-copyright {
  color: var(--black);
  text-align: center;
  margin-bottom: 27px;
  padding-top: 10px;
}

.copyright {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: inline-block;
}

.html-embed {
  display: inline-block;
}

.html-embed.copyright-kkr {
  display: block;
}

.body {
  background-color: var(--white);
  color: var(--white);
}

.section-3 {
  color: #ced8dd;
  margin-bottom: 0;
  position: static;
}

.section-5 {
  margin-top: 0;
  padding-bottom: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-wrapper {
  position: fixed;
  inset: auto 0% 0%;
}

.legal-links-container {
  justify-content: space-between;
  margin-bottom: 9px;
  padding-bottom: 10px;
  display: flex;
}

.legal-link {
  color: var(--black);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.legal-link:hover {
  color: #646464;
}

.copyright-kkr {
  color: #909090;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.footer-section-kkr {
  color: #1a1a1a;
  background-color: #1a1a1a;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: auto 0% 0%;
}

.footer-section-kkr.hide-section {
  display: none;
}

.legal-link-kkr {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.legal-link-kkr:hover {
  color: #646464;
}

.updated {
  color: #1644f9;
  padding-top: 3px;
  font-family: Varela, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.2em;
}

.updated.hide {
  display: none;
}

.cookie-prefs-link {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.cookie-prefs-link:hover {
  color: #646464;
}

.updated-flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}

.container-copyright-kkr {
  color: #000;
  text-align: center;
  margin-bottom: 27px;
  padding-top: 10px;
}

.legal-links-container-kkr {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.description {
  background-color: #18292a;
  justify-content: center;
  align-items: center;
  padding: 20px 180px 10px;
  display: flex;
}

.description.top-banner-div {
  background-color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 6px 9px 9px #00000059;
}

.description.paragraph-div {
  background-color: #0000;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 55px 25px;
  display: flex;
}

.text-span-2, .text-span {
  color: #9d9d9d;
}

.paragraph {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph.topbanner-text {
  color: #000;
  text-align: center;
  letter-spacing: .15em;
  font-size: 1.5em;
  line-height: 1.5em;
}

.paragraph.topbanner-text.desktop {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.paragraph.topbanner-text.mobile {
  display: none;
}

.paragraph.body-text {
  color: #bcb8a6;
  text-align: center;
  letter-spacing: .03em;
  -webkit-text-stroke-color: white;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.9em;
}

.paragraph.body-text.opening-text {
  color: #fff;
  letter-spacing: .02em;
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.7em;
}

.paragraph.body-text.read-more-about {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}

.section-top-banner {
  position: relative;
  inset: auto 0%;
}

.section-top-banner.hide-section {
  display: none;
}

.text-span-5 {
  color: #c9ba77;
  -webkit-text-stroke-color: #d0e9d9;
  text-transform: none;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ffd8eb;
  background-color: #ffd8eb;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-section.test {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#d5910059, #d5910059), url('../images/AdobeStock_673905786-copy.jpeg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.test.hide-section {
  display: none;
}

.main-book-div {
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.text-span-4 {
  letter-spacing: .05em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.text-span-4.smallerbuttons {
  color: #212523;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.text-span-4.mainbutton {
  font-family: Oswald, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.text-span-4.mainbutton:hover {
  color: #000;
}

.image-3 {
  width: auto;
  max-width: none;
  height: 100vh;
  margin: auto;
  display: inline-block;
}

.image-3.bookshot-1 {
  flex: 0 auto;
  align-self: auto;
  height: 90vh;
  margin-top: auto;
  display: block;
  position: static;
  top: 0;
}

.buy-button-label {
  margin-top: 10px;
}

.buy-button-label.no-top-margin {
  margin-top: 0;
}

.buy-button-label.no-top-margin.hide-territory {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -10px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  display: flex;
}

.buy-button-label.no-top-margin.hide-territory.hide-label {
  display: none;
}

.button-3 {
  color: #000;
  text-transform: uppercase;
  background-color: #dbdbdb;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 35px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.button-3.smallerbutton {
  text-transform: none;
  background-color: #efefef;
  margin: 5px;
  padding: 10px 15px;
}

.button-3.smallerbutton:hover {
  background-color: #ffeea2;
}

.button-3.mainbutton {
  background-color: #ffd8e6;
  display: inline-block;
}

.button-3.mainbutton:hover {
  color: #fff;
  background-color: #000;
}

.button-3.mainbutton:active {
  background-color: #000;
  display: inline-block;
}

.button-3.mainbutton.centered {
  color: #fff;
  background-color: #000;
  margin: 15px auto;
  padding: 15px;
}

.button-3.mainbutton.centered:hover {
  color: #000;
  background-color: #fff;
}

.div-block-9 {
  margin-top: 0;
  position: static;
  top: 0;
}

.buy-button-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  text-align: center;
  cursor: pointer;
  flex-flow: wrap;
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  background-color: #2b2b2b;
  height: auto;
}

.div-block-7.black-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.buy-arrow-2 {
  font-family: "Font Awesome 6 Free Solid 900", Arial, sans-serif;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  text-align: center;
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0 20px;
  transition: none;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: auto;
  max-width: 960px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-5 {
  color: #1a1a1a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-5.smaller-desc {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

.text-block-5.smaller-desc.top-tagline {
  letter-spacing: .15em;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  display: block;
}

.text-block-5.smaller-desc.top-tagline.hide-item {
  display: none;
}

.text-block-5.os-date {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: .05em;
  text-transform: none;
  margin-top: -50px;
  margin-bottom: -50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: filmotype-lacrosse, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 2em;
  display: block;
}

.accordion-wrapper {
  text-align: center;
  background-color: #0000;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8 {
  background-color: #ffd8eb;
  height: auto;
}

.div-block-8.gray-bg {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  margin-top: -29px;
  margin-bottom: -29px;
  display: flex;
  position: sticky;
  inset: 0 auto auto;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding: 0 55px;
}

.copy-section {
  background-color: #ffd8eb;
}

.copy-section.gray-bg {
  background-color: #000;
  background-image: linear-gradient(315deg, #443425, #1a1a1a);
  padding: 0 100px;
}

.copy-section.gray-bg.hide-section, .div-block-11 {
  display: none;
}

.div-block-10 {
  background-color: #0000;
  height: auto;
}

.div-block-10.gray-bg {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #212523;
  letter-spacing: .05em;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.show-hide-div-readmore {
  background-color: #fff;
  padding: 15px;
}

.show-hide-div-readmore:hover {
  background-color: #ffeea2;
}

.image-4 {
  width: 30%;
  max-width: none;
}

.image-4.bookshot-2 {
  width: 30%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.text-span-7 {
  color: #ffeea2;
}

.text-span-8 {
  color: #d33a15;
  text-transform: none;
  font-family: filmotype-lacrosse, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: #ffeea2;
}

@media screen and (max-width: 991px) {
  .legal-link-kkr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .updated {
    padding-top: 0;
  }

  .cookie-prefs-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .legal-links-container-kkr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .description.top-banner-div {
    text-align: center;
    padding: 10px 50px 0;
  }

  .description.paragraph-div {
    flex-flow: column;
    width: 100%;
    padding: 0 55px;
  }

  .paragraph.topbanner-text.desktop {
    display: none;
  }

  .paragraph.topbanner-text.mobile {
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.7em;
    display: block;
  }

  .paragraph.body-text {
    padding: 0;
  }

  .text-span-6 {
    color: #ffeea2;
    text-transform: none;
  }

  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    width: 100vw;
    height: auto;
  }

  .main-book-div {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .image-3 {
    width: auto;
    display: block;
  }

  .image-3.bookshot-1 {
    width: 55%;
    height: auto;
    margin-top: auto;
    position: static;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .div-block-7.black-bg {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-5.smaller-desc {
    text-align: center;
  }

  .text-block-5.smaller-desc.top-tagline {
    margin-top: 25px;
  }

  .text-block-5.os-date {
    margin-top: 0;
  }

  .accordion-wrapper {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-8.gray-bg {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    position: static;
  }

  .accordion-body.js-accordion-body {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .copy-section.gray-bg {
    padding: 35px 0;
  }

  .div-block-10.gray-bg {
    flex-direction: column-reverse;
  }

  .image-4.bookshot-2 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .legal-links-container {
    flex-direction: column;
    align-items: center;
  }

  .legal-link, .legal-link-kkr, .cookie-prefs-link {
    margin-bottom: 5px;
  }

  .legal-links-container-kkr {
    flex-direction: column;
    align-items: center;
  }

  .description.top-banner-div {
    padding-left: 35px;
    padding-right: 35px;
  }

  .description.paragraph-div {
    flex-flow: column wrap;
    width: 100%;
    padding: 0 35px;
  }

  .paragraph.topbanner-text {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .paragraph.topbanner-text.desktop {
    display: none;
  }

  .paragraph.topbanner-text.mobile {
    display: block;
  }

  .paragraph.body-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
    line-height: 1.7em;
  }

  .paragraph.body-text.opening-text, .paragraph.body-text.read-more-about {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .image-3.bookshot-1 {
    width: 55%;
    height: 100%;
  }

  .div-block-9 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-7.black-bg {
    margin-top: -35px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .text-block-5.smaller-desc {
    text-align: center;
    justify-content: center;
  }

  .text-block-5.smaller-desc.top-tagline {
    margin-top: 35px;
  }

  .text-block-5.os-date {
    margin-top: 0;
  }

  .accordion-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8.gray-bg {
    padding-top: 0;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px #000;
    padding-top: 0;
  }

  .copy-section.gray-bg {
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    display: flex;
  }

  .div-block-10.gray-bg {
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .image-4.bookshot-2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .legal-links-container-kkr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .description.top-banner-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .description.paragraph-div {
    padding: 0 15px;
  }

  .paragraph.topbanner-text {
    font-size: 1em;
    line-height: 1.2em;
  }

  .paragraph.topbanner-text.mobile {
    letter-spacing: .07em;
    font-size: 1em;
    line-height: 1.5em;
  }

  .paragraph.body-text {
    padding: 0;
    font-size: 1em;
    line-height: 1.7em;
  }

  .paragraph.body-text.opening-text {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .paragraph.body-text.read-more-about {
    font-size: 1.1em;
  }

  .main-book-div {
    margin-bottom: 35px;
  }

  .image-3 {
    height: 500px;
  }

  .image-3.bookshot-1 {
    width: 85%;
    height: auto;
  }

  .div-block-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-7.black-bg {
    align-items: center;
    margin-top: -35px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion__item.js-accordion-item {
    padding-top: 0;
  }

  .text-block-5 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-5.smaller-desc {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    line-height: 1.5em;
    display: flex;
  }

  .text-block-5.smaller-desc.top-tagline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5.os-date {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 5em;
    display: flex;
  }

  .accordion-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .div-block-8.gray-bg {
    min-height: 100px;
    padding: 15px 9px 50px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px #0000001a;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .copy-section.gray-bg {
    padding: 20px 0;
  }

  .div-block-10.gray-bg {
    flex-flow: column-reverse wrap-reverse;
  }

  .image-4 {
    width: 35%;
  }

  .image-4.bookshot-2 {
    width: 80%;
  }

  .text-span-8 {
    font-size: 3em;
    line-height: 1em;
  }
}


@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}