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

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

.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: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

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

.background-video {
  width: 101%;
  height: 1114px;
}

.section-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.html-embed-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video-2 {
  width: 100%;
  height: 800px;
}

.div-block {
  background-image: url('../images/Gallery-13_Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 940px;
  height: 255px;
  margin-top: 80px;
}

.div-block-2 {
  z-index: 10;
  width: 40%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-8 {
  text-align: center;
  height: 500px;
  padding-bottom: 0;
}

.background-video-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.image {
  width: 80px;
  margin-top: 30px;
}

.heading {
  color: var(--black);
  text-align: right;
  width: 300px;
  margin-top: 223px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.text-block {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.bold-text {
  text-transform: none;
}

.newreleases {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-10 {
  max-width: 100%;
}

.books-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: end center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.book-page-div {
  border: 1px none var(--white);
  text-align: left;
}

.book-page-div:hover {
  opacity: .8;
}

.book-cover-html {
  text-align: left;
  border: 1px solid #4b4f52;
  flex: none;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px #d3d9cb;
  border-top-style: solid;
  width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 50px;
}

.text-span {
  font-weight: 700;
}

.nonfiction, .pasthighlights {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.books-grid-multiple-rows {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: end center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ms {
  margin-top: -60px;
  margin-bottom: 30px;
  display: none;
}

.link {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -77px;
  margin-left: -196px;
  margin-right: 44px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
}

.link:hover {
  color: var(--black);
  text-decoration: underline;
}

.div-block-3 {
  text-align: center;
  background-color: #d3d9cb;
  width: 800px;
  height: 1px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.awardworthy {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #981314;
  border: 1px solid #fff;
  width: 200px;
  height: 52px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.button:hover {
  transform: scale(1.05);
}

.container-11 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  margin-top: -60px;
  position: relative;
}

.text-span-2 {
  outline-offset: 0px;
  outline: 3px dashed #fff;
}

.background-video-4 {
  text-align: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

  .background-video-2 {
    height: 600px;
  }

  .section-8 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-3 {
    width: auto;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    margin-top: -75px;
  }

  .books-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }

  .text-block-3 {
    width: 500px;
  }

  .books-grid-multiple-rows {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }

  .ms {
    margin-top: -60px;
  }

  .div-block-3 {
    width: 500px;
  }

  .section-9 {
    margin-top: 15px;
  }
}

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

  .background-video-2 {
    height: 400px;
  }

  .background-video-3 {
    width: auto;
    height: 500px;
  }

  .text-block {
    width: 420px;
    margin-top: -75px;
  }

  .container-10 {
    max-width: 80%;
  }

  .books-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
  }

  .book-cover-html {
    flex: none;
  }

  .text-block-3 {
    width: 330px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    line-height: 32px;
  }

  .books-grid-multiple-rows {
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
  }

  .div-block-3 {
    width: 330px;
  }
}

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

  .section-8 {
    margin-bottom: 0;
  }

  .background-video-3 {
    height: 405px;
  }

  .image {
    width: 68px;
    margin-top: 20px;
    margin-right: auto;
  }

  .heading {
    margin-top: 110px;
  }

  .text-block {
    color: var(--white);
    text-align: center;
    width: 300px;
    margin-top: -50px;
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 32px;
  }

  .newreleases {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    max-width: 100%;
  }

  .books-grid {
    grid-template-columns: 1fr;
    max-width: 230px;
  }

  .text-block-3 {
    letter-spacing: 4px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 21px;
    line-height: 28px;
  }

  .books-grid-multiple-rows {
    grid-template-columns: 1fr;
    max-width: 230px;
  }

  .ms {
    margin-top: -48px;
  }

  .link {
    margin-top: -69px;
    margin-left: -193px;
    margin-right: -7px;
    font-size: 16px;
  }

  .div-block-3 {
    width: 260px;
  }

  .section-9 {
    margin-top: 0;
  }

  .background-video-4 {
    height: 400px;
    margin-right: auto;
    padding-left: 0;
  }
}

#w-node-c5a11793-55b8-a1b5-3538-20ae1dcd4269-58657ddf, #w-node-c5a11793-55b8-a1b5-3538-20ae1dcd426b-58657ddf, #w-node-f0503e25-c4e7-9ad1-3e7e-43464c8d9e63-58657ddf, #w-node-f0503e25-c4e7-9ad1-3e7e-43464c8d9e65-58657ddf, #w-node-_61733246-db1c-c722-6577-d88b15f9dbea-58657ddf, #w-node-_61733246-db1c-c722-6577-d88b15f9dbec-58657ddf, #w-node-_9b7dc11e-82ba-66ae-5bdd-acd92b28b33c-58657ddf, #w-node-a50217f5-bc25-6edd-de6a-485a7b8f6509-58657ddf, #w-node-a50217f5-bc25-6edd-de6a-485a7b8f650b-58657ddf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-c5a11793-55b8-a1b5-3538-20ae1dcd426d-58657ddf, #w-node-f0503e25-c4e7-9ad1-3e7e-43464c8d9e67-58657ddf, #w-node-_61733246-db1c-c722-6577-d88b15f9dbee-58657ddf, #w-node-_5dad8a37-120d-62ca-c723-ad54bb629eab-58657ddf, #w-node-f16b65eb-1e9b-5b5f-4307-80a9f1e5a195-58657ddf, #w-node-_5aea60c6-ed34-587e-96ed-86544d4853fe-58657ddf, #w-node-a50217f5-bc25-6edd-de6a-485a7b8f650d-58657ddf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


