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

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

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

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

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

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

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

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

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

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

.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: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

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

.legal-link-kkr {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  font-family: helvetica-neue-lt-pro, 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: #000;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  font-family: helvetica-neue-lt-pro, 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 {
  color: #000;
  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;
}

.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.mobile {
  display: none;
}

.paragraph.topbanner-text.desktop {
  color: #000;
  letter-spacing: .01em;
  text-transform: none;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.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.read-more-about {
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  display: none;
}

.paragraph.body-text.opening-text {
  color: #000;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph.body-text.read-more-about {
  margin-top: 45px;
  margin-bottom: 0;
  display: block;
}

.paragraph.body-text.opening-text {
  font-size: 2em;
}

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

.description.top-banner-div {
  background-color: #ff230a;
  padding: 20px 0 10px;
  position: relative;
  inset: auto;
  box-shadow: 0 0 20px #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: 0 55px;
  display: flex;
}

.text-span {
  color: #fff;
}

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

.text-span-5 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

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

.accordion-header.js-accordion-header:hover, .buy-arrow-2 {
  color: #000;
}

.buy-arrow-2:hover {
  color: #fff;
}

.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: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: auto;
}

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

.main-book-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.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: #f4e730;
  height: auto;
  min-height: auto;
  padding-top: 35px;
  padding-bottom: 55px;
  position: static;
}

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

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

.buy-button-label.no-top-margin.hide-territory {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-weight: 400;
  display: flex;
}

.buy-button-label.hide-label {
  display: none;
}

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

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

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

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

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

.text-span-4.smallerbuttons {
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

.text-span-4.mainbutton {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.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;
  padding-left: 0;
  padding-right: 0;
}

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

.buy-button-div:hover {
  color: #000;
}

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

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

.text-block-5 {
  color: #001120;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-5.smaller-desc {
  color: #00284b;
  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: 0;
  margin-bottom: 0;
  padding-top: 55px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

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

.text-block-5.smaller-desc.top-tagline {
  color: #000;
  letter-spacing: .01em;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: block;
}

.text-block-5.smaller-desc.top-tagline.redacted {
  text-decoration: line-through;
  text-decoration-thickness: 14px;
  display: block;
  position: absolute;
}

.text-block-5.os-date {
  color: #001120;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.text-block-5.os-date.hide-header {
  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;
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  margin: 5px;
  padding: 10px 15px;
}

.button-3.smallerbutton:hover {
  background-color: #ff230a;
  border-style: none;
  border-color: #000;
  font-family: Lato, sans-serif;
}

.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: #000;
  background-color: #ff230a;
  border: 1px #e0e0e0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Font Awesome 7 Free Solid 900", Arial, sans-serif;
}

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

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

.italic-text {
  color: #000;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.bold-text {
  color: #000;
  padding-left: 8px;
  padding-right: 8px;
}

.bold-text-2 {
  color: #ff230a;
  padding-left: 8px;
  padding-right: 8px;
}

.italic-text-2 {
  color: #000;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.image-4 {
  width: 120px;
}

.bold-text-4 {
  color: #ff250d;
}

.bold-text-5 {
  color: #000;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

.link {
  color: #000;
  letter-spacing: .1em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.bold-text-8 {
  color: #000;
  font-size: 1em;
  line-height: 1em;
}

.div-block-11 {
  display: block;
}

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

.copy-section.color-bg {
  background-color: #23282f;
  background-image: url('../images/Artboard-1.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  padding: 0 100px;
}

.copy-section.color-bg.hide-section {
  display: none;
}

.copy-section.color-bg.v1-copysection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.copy-section.color-bg.v2-copysection.hide-section {
  display: none;
}

.copy-section.gray-bg {
  background-color: #23282f;
  background-image: url('../images/Artboard-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 100px;
}

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

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

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

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

.link-2 {
  color: #000;
  letter-spacing: .1em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.bold-text-9 {
  color: #bdb8a4;
}

.div-block-13 {
  display: block;
}

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

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

.text-span-8 {
  color: #ff2107;
}

.book-title-image {
  width: 55%;
}

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

.tour-section {
  background-color: #f4e72f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tour-section.hide-toursection {
  display: none;
}

.div-block-16 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-image {
  width: 35%;
}

.tour-graphic {
  width: 45%;
  max-width: none;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: -165px;
  display: flex;
}

.redact-main-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.italic-redacted {
  text-decoration: line-through;
  text-decoration-thickness: 15px;
}

.tour-copy-section {
  background-color: #ff230a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tour-copy-section.tour {
  background-color: #f4e72f;
  border: 1px #fff;
  padding-top: 25px;
  padding-bottom: 75px;
}

.tour-copy-section.tour.hide-tour {
  display: none;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .75fr;
}

.grid.hide-grid {
  display: none;
}

.tour-date {
  color: #000;
  text-align: center;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  text-decoration-thickness: 35px;
}

.tour-date.no-censor {
  text-decoration: none;
}

.tour-date.censored {
  text-decoration: line-through;
  text-decoration-thickness: 35px;
}

.tour-location {
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

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

.text-block-7 {
  color: #000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.link-3 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.link-3.redacted-location {
  z-index: auto;
  color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  align-self: auto;
  -webkit-text-decoration: line-through #000;
  text-decoration: line-through #000;
  text-decoration-thickness: 15px;
  position: absolute;
  inset: 0%;
}

.link-3.non-redacted-location {
  z-index: auto;
  color: #000;
  flex: 0 auto;
  align-self: auto;
  position: absolute;
  inset: 0%;
}

.tour-location-div {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hide-container-grid {
  display: none;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.hide-container {
  display: none;
}

.link-4 {
  color: #000;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  position: absolute;
}

.link-4.censored {
  font-size: 2em;
  text-decoration: line-through;
  text-decoration-thickness: 20px;
  display: block;
}

.link-4.censored-tour {
  text-decoration: line-through;
  text-decoration-thickness: 20px;
  position: absolute;
}

.tour-header {
  margin-bottom: 55px;
}

.text-block-8 {
  color: #ff230a;
  text-align: center;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-span-11 {
  color: #ff230a;
}

.tour-date-and-location {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

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

.text-span-12 {
  color: #ff230a;
}

.social-section {
  background-color: #f4e730;
  padding-top: 35px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #ff230a;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Font Awesome 7 Brands 400", Arial, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  text-decoration: none;
  transition: transform .2s;
}

.link-5:hover {
  color: #000;
}

.link-block-2 {
  display: none;
}

.code-embed-2 {
  width: 25px;
}

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

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

  .updated-flex-block {
    justify-content: center;
    align-items: center;
  }

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

  .paragraph.topbanner-text.mobile {
    color: #000;
    letter-spacing: 0;
    text-transform: none;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    display: block;
  }

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

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

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

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

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

  .text-span-6 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
  }

  .div-block-7.black-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .main-book-div {
    flex-direction: column-reverse;
    min-height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .accordion-wrapper {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

  .text-block-5.smaller-desc.top-tagline {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 1.8em;
    line-height: 1.5em;
  }

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

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

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

  .italic-text-3 {
    color: #000;
  }

  .bold-text-3 {
    color: #ff250d;
    letter-spacing: .03em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-6 {
    color: #000;
    letter-spacing: .03em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-7 {
    letter-spacing: 0;
  }

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

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

  .copy-section.color-bg.v1-copysection {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .div-block-12.gray-bg, .div-block-14.gray-bg {
    flex-direction: column-reverse;
  }

  .book-title-image {
    width: 75%;
  }

  .author-image, .tour-graphic {
    width: 55%;
  }

  .div-block-17 {
    margin-top: -170px;
  }

  .tour-copy-section.tour {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tour-date {
    font-size: 2.5em;
  }

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

  .text-block-8 {
    font-size: 3em;
  }

  .tour-date-and-location {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .social-section {
    padding-top: 35px;
  }

  .link-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
  }
}

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

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

  .paragraph.topbanner-text.mobile {
    letter-spacing: 0;
    font-size: 1.3em;
    line-height: 1.5em;
    display: block;
  }

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

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

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

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

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

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

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

  .main-book-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section.test {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .accordion-wrapper {
    max-width: 100%;
    margin-top: 55px;
    margin-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

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

  .text-block-5.os-date {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 3.3em;
  }

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

  .div-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-7 {
    letter-spacing: 0;
  }

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

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

  .copy-section.color-bg.v1-copysection {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

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

  .book-title-image {
    width: 100%;
  }

  .author-image, .tour-graphic {
    width: 75%;
  }

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

  .tour-date {
    font-size: 2em;
  }

  .link-4 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .link-4.censored {
    font-size: 1.5em;
    text-decoration-thickness: 20px;
  }

  .tour-header {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tour-date-and-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .link-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
  }
}

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

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

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

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

  .paragraph.body-text.opening-text {
    font-size: 1.3em;
  }

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

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

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

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

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

  .main-book-div {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .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%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

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

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

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

  .text-block-5.smaller-desc.top-tagline {
    margin-top: 0;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.3em;
  }

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

  .image-3 {
    height: 500px;
  }

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

  .bold-text-3, .bold-text-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 35%;
  }

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

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

  .copy-section.color-bg.v1-copysection {
    padding-top: 55px;
    padding-bottom: 55px;
  }

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

  .div-block-12.gray-bg, .div-block-14.gray-bg {
    flex-flow: column-reverse wrap-reverse;
  }

  .author-image, .tour-graphic {
    width: 85%;
  }

  .div-block-17 {
    margin-top: -115px;
  }

  .tour-date {
    font-size: 2em;
  }

  .link-4 {
    text-align: center;
    font-size: 1.2em;
  }

  .link-4.censored {
    text-align: center;
    font-size: 1.5em;
  }

  .tour-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8 {
    font-size: 2em;
  }

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

  .tour-date-and-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-19 {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-5 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5em;
    line-height: 2em;
  }
}

#w-node-_0f948658-fdde-99cf-e758-af37bb66226d-c9f59883 {
  align-self: center;
}

#w-node-_0f948658-fdde-99cf-e758-af37bb66226f-c9f59883 {
  place-self: center;
}

#w-node-_0f948658-fdde-99cf-e758-af37bb662271-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662273-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662275-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662277-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662279-c9f59883 {
  align-self: center;
}

#w-node-_0f948658-fdde-99cf-e758-af37bb66227b-c9f59883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f948658-fdde-99cf-e758-af37bb66227d-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb66227f-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662281-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662283-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662285-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662287-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662289-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb66228b-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb66228d-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb66228f-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662291-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662293-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662295-c9f59883, #w-node-_0f948658-fdde-99cf-e758-af37bb662297-c9f59883, #w-node-_096bf69a-f1fb-edfc-7f80-7b5dfd1e6bf6-5ae3147e {
  align-self: center;
}

#w-node-_5cae40da-1775-a7ad-950c-beaaf8012f8c-5ae3147e {
  place-self: center;
}

#w-node-_096bf69a-f1fb-edfc-7f80-7b5dfd1e6bfd-5ae3147e, #w-node-_2b56583e-713e-74a8-094d-9f2159ca2344-5ae3147e, #w-node-_096bf69a-f1fb-edfc-7f80-7b5dfd1e6c04-5ae3147e, #w-node-_6e4ca765-fc42-5f38-496d-4e83d8da884a-5ae3147e, #w-node-_096bf69a-f1fb-edfc-7f80-7b5dfd1e6c0b-5ae3147e {
  align-self: center;
}

#w-node-ccfd1ca6-508d-40ed-f6a3-ac889782cdbd-5ae3147e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d0673ea-3d99-76e6-e4c0-58b76ad55bbb-5ae3147e, #w-node-cbfba113-6f20-2624-48d8-c939a1651753-5ae3147e, #w-node-_780904e5-1bd9-26fe-8b2a-d71aed58ef4d-5ae3147e, #w-node-_6048c037-bd9c-6344-be39-b16802b7f650-5ae3147e, #w-node-_74065c76-3874-bd58-a0bd-fb63dacfc667-5ae3147e, #w-node-fb485925-980c-b647-5c6c-d8140b59d8f2-5ae3147e, #w-node-_8fa5bdb4-83a6-b9e9-6ed6-d7f88e46fddc-5ae3147e, #w-node-_39a78d5a-e4d0-76a4-b45a-cdc70971a214-5ae3147e, #w-node-_3db961a5-f02d-9b7e-e765-9e6cc56cc657-5ae3147e, #w-node-b4ab9a77-65ed-209d-4ac4-00a7f2ed525c-5ae3147e, #w-node-a1788010-2132-6e7a-f9cf-86a74f3e945e-5ae3147e, #w-node-_4c71845d-fffd-616b-b52a-75fe500fa798-5ae3147e, #w-node-_7c88c1de-67e4-9f87-4714-3a5dcd922abc-5ae3147e, #w-node-_8e2d80fe-b6d0-4423-e494-0721ec457b80-5ae3147e {
  align-self: center;
}


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