:root {
  --white: white;
  --black: black;
  --dark-blue: #111821;
  --light-yellow: #ebcf8c;
  --blue: #275796;
  --yellow: #ffc233;
}

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

.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;
  font-family: Varela, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

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

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

.text-span {
  color: #717171;
  text-indent: .3em;
}

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

.description.top-banner-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-blue);
  padding: 25px 0 15px;
  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;
  display: flex;
}

.description.footer-div {
  background-color: var(--dark-blue);
  flex-flow: wrap;
  padding: 20px 0;
}

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

.text-span-5 {
  color: #ebcf8c;
  letter-spacing: .15em;
  -webkit-text-stroke-color: #d0e9d9;
  text-transform: none;
}

.text-span-2 {
  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: .3em;
  text-indent: .5em;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

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

.text-block {
  color: var(--black);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 3em;
  line-height: 3em;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-2 {
  width: 150px;
}

.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;
  display: flex;
  position: sticky;
  inset: 0 auto auto;
}

.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.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: #d4dde5;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.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(#837856, #3b3113);
}

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

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

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

.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-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: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
}

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

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

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

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

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

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

.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: 88vh;
  margin-top: 0;
  display: block;
  position: static;
  top: 0;
}

.text-block-5 {
  color: var(--light-yellow);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-5.austria-mobile.show-austriamobile {
  display: none;
}

.text-block-5.hide-for-austria-mobile {
  font-weight: 400;
}

.text-block-5.os-date {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 2em;
  display: block;
}

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

.text-block-5.smaller-desc.top-tagline {
  color: #ebcf8c;
  letter-spacing: .15em;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  font-family: Lato, sans-serif;
  display: block;
}

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

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

.section-6 {
  display: none;
}

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

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

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

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

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

.copy-section.gray-bg {
  background-color: #23282f;
  background-image: linear-gradient(#002b678c, #002b678c), url('../images/Artboard-27.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 0 100px;
}

.text-block-6 {
  color: #707070;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 2em;
  line-height: 1em;
}

.text-block-6.divider1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-family: Varela, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  transform: scale(1.1);
}

.image-5 {
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-7 {
  color: var(--light-yellow);
  letter-spacing: 0;
  -webkit-text-stroke-color: #91c0a2;
  font-size: 1.2em;
  line-height: 1.2em;
}

.show-hide-div-readmore {
  background-color: var(--white);
  padding: 15px;
}

.link {
  color: var(--dark-blue);
  letter-spacing: .1em;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.bold-text {
  color: #bdb8a4;
}

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

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

.show-less-button {
  background-color: #fff;
  padding: 15px;
  display: none;
}

.section-wufoo-form {
  text-align: center;
  background-color: #e3e3e3;
}

.div-block-6 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.html-embed-3 {
  margin-bottom: 0;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

@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-left: 50px;
    padding-right: 50px;
  }

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

  .description.footer-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-6 {
    color: var(--light-yellow);
    text-transform: none;
  }

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

  .paragraph.topbanner-text.mobile {
    color: #fff;
    letter-spacing: .3em;
    font-family: Lato, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.5em;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

  .text-block-5.austria-mobile.show-austriamobile {
    display: none;
  }

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

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

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

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

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

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

  .link-block {
    flex-direction: row;
    padding: 9px 15px;
  }

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

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

  .description.footer-div {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph.topbanner-text.mobile {
    letter-spacing: .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 {
    font-size: 1.5em;
  }

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

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

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

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

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

  .text-block-5.austria-mobile.show-austriamobile {
    display: none;
  }

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

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

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

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

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

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

  .link-block {
    padding: 10px 25px;
  }

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

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

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

  .description.top-banner-div {
    padding: 15px 10px 0;
  }

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

  .description.footer-div {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .image-3 {
    height: 500px;
  }

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

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

  .text-block-5.austria-mobile.show-austriamobile {
    display: block;
  }

  .text-block-5.hide-for-austria-mobile {
    display: none;
  }

  .text-block-5.os-date {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 1.8em;
    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 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 35%;
  }

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

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

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

  .link-block {
    padding: 10px 15px;
  }

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


