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

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

:root {
  --white: white;
  --black: black;
  --dark-blue: #001120;
  --blue: #0055a2;
  --deep-blue: #00284b;
  --off-white: #e0e0e0;
}

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

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

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

.html-embed.copyright {
  flex: 0 auto;
  font-family: Lato, sans-serif;
}

.html-embed.copyright-kkr {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  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: #8b8b8b;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: block;
}

.footer-section-kkr {
  background-color: var(--dark-blue);
  color: #e0e0e0;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  inset: 0 0% 0%;
}

.legal-link-kkr {
  color: #8b8b8b;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  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: #8b8b8b;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  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;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
  padding-top: 10px;
  display: flex;
}

.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: var(--white);
  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;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  display: flex;
}

.description.bottom-banner {
  background-color: var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.description.bottom-banner:hover {
  background-color: #1369b8;
}

.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: var(--dark-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.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: var(--dark-blue);
  letter-spacing: .03em;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph.body-text.opening-text.bottom-copy {
  color: var(--blue);
  font-family: DM Serif Text, sans-serif;
  font-weight: 700;
}

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

.paragraph.body-text.tour-copy {
  color: var(--deep-blue);
  margin-bottom: 10px;
  font-family: balto, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

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

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

.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(#a8cae9, #649dcf);
  height: auto;
  min-height: auto;
  position: static;
}

.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: var(--dark-blue);
  font-family: balto, sans-serif;
  font-size: .8em;
  font-weight: 600;
}

.text-span-4.mainbutton {
  color: var(--white);
  font-family: balto, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.text-span-4.mainbutton:hover {
  color: var(--white);
}

.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: 80vh;
  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: #000;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-weight: 400;
  display: flex;
}

.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: #fff;
  border: 1px solid #fff;
  margin: 5px;
  padding: 10px 15px;
}

.button-3.smallerbutton:hover {
  background-color: #e0f1ff;
  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 {
  background-color: var(--blue);
  color: var(--blue);
  border: 1px solid #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: var(--dark-blue);
  color: var(--dark-blue);
}

.div-block-9 {
  margin-top: -50px;
  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: block;
}

.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: 55px;
  display: flex;
  position: static;
  overflow: auto;
}

.buy-arrow-2 {
  color: var(--white);
}

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

.text-block-5 {
  color: var(--dark-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-5.smaller-desc {
  color: var(--deep-blue);
  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.top-tagline {
  color: var(--dark-blue);
  letter-spacing: .03em;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: block;
}

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

.text-block-5.os-date {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Serif Text, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.accordion-wrapper {
  text-align: center;
  background-color: #0000;
  max-width: 1200px;
  margin-top: 15px;
  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;
  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-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: #fff;
  background-image: linear-gradient(180deg, var(--off-white), white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 100px 35px;
  display: flex;
}

.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: Arial, Helvetica Neue, Helvetica, 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: #dbdbb7;
}

.show-hide-div-readmore.hide-item {
  display: none;
}

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

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

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

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

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

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

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

.italic-text {
  color: var(--dark-blue);
}

.text-block-6 {
  color: #888;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: .5em;
  line-height: 1em;
}

.italic-text-2 {
  font-weight: 700;
}

.section-bottom-banner {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-bottom-banner:hover {
  background-color: #2672b6;
}

.link-2 {
  color: var(--blue);
  letter-spacing: .15em;
  font-family: Lato, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  text-decoration: none;
}

.text-span-8 {
  color: var(--white);
  font-family: "Font Awesome 7 Free Solid 900", Arial, sans-serif;
}

.text-shop {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.text-span-9 {
  font-family: "Font Awesome 7 Free Solid 900", Arial, sans-serif;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: balto, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: flex;
}

.bold-text {
  font-size: 1em;
  font-weight: 400;
}

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

.footer-section-kkr-2 {
  background-color: var(--dark-blue);
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: auto 0% 0%;
}

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

.legal-link-kkr-2 {
  color: var(--off-white);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

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

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

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

.social-section {
  background-color: var(--dark-blue);
  padding-top: 45px;
}

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

.code-embed {
  width: 35px;
}

.link-3 {
  color: var(--white);
  font-family: "Font Awesome 7 Brands 400", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.image-6 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 25px;
}

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

.copy-section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Harris-copy-2d1.jpg');
  background-position: 50% 0;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.copy-section-2.version-2-photo {
  background-image: url('../images/Harris-copy-2e1.jpg');
}

.copy-section-2.version-3-photo {
  background-image: url('../images/Harris-copy-2f1.jpg');
}

.div-block-14 {
  display: flex;
}

.paragraph-2 {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: .01em;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.paragraph-2.speech-copy {
  line-height: 1.6em;
}

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

.text-span-10 {
  color: var(--blue);
}

.image-7 {
  width: 30%;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 25px;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.credits-div {
  margin-top: 15px;
  margin-bottom: 0;
}

.text-block-8 {
  color: var(--blue);
  letter-spacing: .01em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

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

.image-8 {
  width: 25%;
  margin-top: 25px;
}

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

.link-4 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Font Awesome 7 Brands 400", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  text-decoration: none;
  transition: transform .2s;
}

.link-4:hover {
  color: var(--blue);
}

.div-block-18 {
  background-color: #fff;
  border: 1px solid #cbd9e5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  display: flex;
}

.tour-section {
  background-color: var(--deep-blue);
  background-image: linear-gradient(180deg, var(--white), var(--off-white));
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-span-11, .text-span-12, .text-span-13 {
  color: #c9ba77;
}

.button-4 {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .05em;
  border: 1px solid #fff;
  padding: 15px;
  font-family: balto, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.button-4:hover {
  background-color: var(--dark-blue);
}

.button-4.hide-button {
  display: none;
}

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

.text-block-9.tour-header {
  color: var(--blue);
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 55px;
  font-family: DM Serif Display, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 2em;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.tour-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  display: grid;
}

.italic-text-3 {
  color: var(--blue);
}

.text-span-14 {
  color: var(--blue);
  text-overflow: clip;
  background-color: #e3faff;
}

.text-span-15 {
  color: var(--blue);
  font-style: italic;
}

.text-block-10 {
  color: var(--blue);
  text-transform: uppercase;
  background-color: #ebf2ff;
  margin-bottom: 10px;
  padding: 5px;
  font-family: balto, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.text-block-10.event-label {
  color: #008662;
  letter-spacing: .01em;
  background-color: #ebfff5;
}

.text-block-10.event-label.soldout {
  color: #a20000;
  letter-spacing: .05em;
  background-color: #ffebeb;
}

.text-block-10.event-label.newevent {
  letter-spacing: .05em;
}

.text-block-10.event-label.justannounced {
  color: var(--blue);
  letter-spacing: .05em;
  background-color: #ebf3ff;
}

.text-block-10.event-label.blue-label {
  color: var(--blue);
  letter-spacing: .05em;
  background-color: #ebf0ff;
}

@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: var(--deep-blue);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: DM Serif Text, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    display: block;
  }

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

  .text-span-6 {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 700;
  }

  .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: 35%;
    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: -15px;
    padding-top: 0;
    padding-left: 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;
    font-size: 1.3em;
  }

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

  .accordion-wrapper {
    margin-top: 35px;
    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 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0 0 35px;
    display: flex;
  }

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

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

  .div-block-12.gray-bg {
    flex-flow: column;
  }

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

  .legal-link-kkr-2, .cookie-prefs-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .copy-section-2 {
    grid-template-columns: 2fr 1fr;
  }

  .paragraph-2.speech-copy {
    padding-left: 55px;
    padding-right: 55px;
  }

  .div-block-15 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-8 {
    width: 35%;
  }

  .link-4 {
    font-size: 2em;
  }

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

  .text-block-9.tour-header {
    margin-bottom: 35px;
  }

  .tour-div {
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

  .legal-link {
    margin-bottom: 5px;
  }

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

  .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 {
    font-size: 1.2em;
    display: block;
  }

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

  .paragraph.body-text.opening-text {
    margin-bottom: 35px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

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

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

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

  .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: 35px;
    margin-bottom: 0;
    font-size: 3.3em;
  }

  .accordion-wrapper {
    max-width: 100%;
    margin-top: 15px;
    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;
    margin-top: 0;
    padding: 40px 0;
    display: flex;
  }

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

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

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

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

  .text-block-7 {
    font-size: 1.3em;
    line-height: 1.3em;
  }

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

  .copy-section-2 {
    background-image: url('../images/Harris-copy-2d2.jpg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: column;
    align-content: start;
    height: 100vh;
  }

  .copy-section-2.version-2-photo {
    background-image: url('../images/Harris-copy-2e2.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .copy-section-2.version-3-photo {
    background-image: url('../images/Harris-copy-2f2.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .paragraph-2.speech-copy {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .paragraph-2.book-copy {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .div-block-15 {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .link-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .text-block-9.tour-header {
    margin-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.5em;
    line-height: 1em;
  }
}

@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: 1.2em;
    line-height: 1.5em;
  }

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

  .paragraph.body-text.opening-text {
    margin-bottom: 25px;
    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: 55%;
    height: auto;
  }

  .div-block-9 {
    margin-top: 15px;
    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;
    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: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .text-block-5.os-date {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 3em;
    line-height: 1.1em;
    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%;
    padding-left: 15px;
    padding-right: 15px;
    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 {
    margin-top: -300px;
    padding: 20px 0;
  }

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

  .image-4 {
    width: 35%;
  }

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

  .div-block-12.gray-bg {
    flex-flow: column;
  }

  .image-5 {
    width: 35%;
  }

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

  .text-block-6 {
    text-align: center;
    line-height: 1.5em;
  }

  .text-block-7 {
    letter-spacing: .05em;
    font-size: 1.3em;
    line-height: 1.3em;
  }

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

  .copy-section-2 {
    background-position: 50% 100%;
    background-repeat: repeat;
    height: 95vh;
    margin-bottom: 155px;
    padding-bottom: 0;
  }

  .copy-section-2.version-2-photo {
    background-position: 50% 100%;
  }

  .copy-section-2.version-3-photo {
    background-position: 50% 0;
  }

  .paragraph-2.speech-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-2.book-copy {
    margin-bottom: 0;
    padding: 35px 15px 0;
    line-height: 1.3em;
  }

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

  .image-7 {
    width: 55%;
  }

  .credits-div {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .image-8 {
    width: 55%;
  }

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

  .div-block-18 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block-9.tour-header {
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    font-family: DM Serif Text, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1em;
  }

  .tour-div {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-bdb6bdec-4c94-5dbd-37f4-0af4be12158c-6b6370c3, #w-node-bdb6bdec-4c94-5dbd-37f4-0af4be12158c-ab522ebc {
  place-self: center;
}


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