@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-NormalOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Audrey;
  src: url('../fonts/Audrey-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --dark-grey: #999;
  --gainsboro: #ddd;
  --white-smoke: #ececec;
  --dim-grey: #5d5d5d;
  --black-111: #111;
  --black2: #111b22;
  --hr-line-color: #ccc;
  --2b: #2b2b2b;
  --muted-beige: #d5d0bd;
  --beige: #ebe8dc;
  --light-beige: #ebe9e0;
  --light-beige-1: #eceae1;
}

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

.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 {
  color: var(--dark-grey);
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.html-embed {
  float: none;
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.html-embed:hover {
  transform: scale(1.1);
}

.body {
  background-color: var(--gainsboro);
  color: #0000;
  letter-spacing: 0;
  box-shadow: 1px 1px 3px -12px #000;
}

.body.contactpagebg {
  background-color: var(--white-smoke);
  background-image: none;
  background-position: 0 0;
}

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

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

.section-5.se-footer-1 {
  background-color: var(--black);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.section-5.se-footer-1.footer-home {
  position: static;
}

.section-5.se-footer-1.hide-old-footer {
  display: none;
}

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

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

.legal-link {
  color: var(--white);
  font-family: Audrey, sans-serif;
  text-decoration: none;
}

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

.nav-link {
  color: var(--black);
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Audrey, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}

.nav-link:hover {
  color: var(--dark-grey);
}

.nav-link.w--current {
  color: var(--black);
  text-decoration: underline;
  display: inline-block;
}

.nav-link-2 {
  padding-top: 30px;
  font-family: Audrey, sans-serif;
  font-size: 21px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: var(--dark-grey);
}

.nav-link-3 {
  padding-top: 30px;
  font-family: Audrey, sans-serif;
  font-size: 21px;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--dark-grey);
}

.brand {
  background-image: url('../images/SimonElement_Logo-500x500-dark.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 0;
}

.navbar {
  background-color: var(--white);
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 20px -10px #000;
}

.icon {
  color: var(--black);
  font-size: 55px;
}

.image.logo1 {
  max-width: 75%;
  height: auto;
  max-height: none;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6 {
  color: var(--black);
}

.menu {
  margin-left: auto;
  margin-right: auto;
}

.main {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  margin-bottom: 55px;
  padding-bottom: 0;
  transition: all .6s ease-in-out;
  display: block;
}

.slider {
  width: Infinity% ;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto;
}

.slider.slider-wrapper {
  width: auto;
  height: 55%;
}

.slider-2 {
  width: 100%;
  height: 55vh;
}

.container {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin: 35px auto;
  display: flex;
  position: static;
}

.container.contact-1 {
  display: none;
}

.container.books-container {
  display: block;
}

.container.books-container.hide, .container.about-container.hide {
  display: none;
}

.html-embed-books {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block.book-title {
  text-align: center;
  background-image: linear-gradient(#f1e134, #f1e134);
  flex: 1;
  align-self: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.div-block.book-title.slide-1 {
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block.book-title.feature1 {
  background-color: #0000;
  background-image: linear-gradient(#ec3192, #fff);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin: 0;
  display: flex;
}

.div-block.book-title.feature2 {
  background-image: linear-gradient(#828e3fbf, #828e3fbf), url('../images/AdobeStock_237404939.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block.book-title.feature5 {
  background-image: linear-gradient(#fff, #ffc9e3);
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block.book-title.feature6 {
  background-image: linear-gradient(#f17cb1, #f17cb1);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block.book-title.feature4 {
  background-image: url('../images/81812---slide-background_keephouse.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block.book-title.feature3 {
  background-image: linear-gradient(#ffdd7f, #ffdd7f);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block.book-title.feature7 {
  background-image: linear-gradient(#397874, #fff);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block.book-title.feature8 {
  background-image: linear-gradient(#fffde3, #fffde3);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block.cover-image {
  flex: 1;
  display: inline;
}

.text-block {
  clear: none;
  color: var(--black);
  text-align: center;
  padding-top: 0;
  padding-right: 150px;
  font-family: Audrey, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
  display: flex;
}

.text-block-2 {
  color: var(--dark-grey);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-2.title1 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-2.title1.intro-1 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 26px;
}

.text-block-2.title1.intro-1.intro3 {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2.title2 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-2.title2.feature3 {
  color: var(--black);
}

.text-block-2.title3 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
}

.text-block-2.news1 {
  color: var(--black);
  padding: 0 30px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-block-2.news1.eyebrow1 {
  text-transform: uppercase;
}

.text-block-2.news1.news2 {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
}

.text-block-2.news1.news3 {
  color: var(--white);
}

.text-block-2.eyebrow1 {
  text-transform: uppercase;
}

.slider-3 {
  background-color: var(--white-smoke);
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  height: 95vh;
  display: none;
}

.slider-3.og {
  display: block;
}

.slider-3.v2 {
  display: none;
}

.slide {
  object-fit: fill;
  width: auto;
  padding-top: 150px;
  padding-left: 425px;
  padding-right: 425px;
}

.slide.slide-1 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/81812---slide-background_state-change.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100vw;
  padding-top: 100px;
  padding-left: 255px;
  padding-right: 255px;
}

.slide.slide-2 {
  object-fit: cover;
  background-image: url('../images/81812---slide-background_anxiety-healer.jpg');
  background-position: 50%;
  width: 100%;
  padding-top: 100px;
  padding-left: 255px;
  padding-right: 255px;
}

.slide.slide-3 {
  object-fit: cover;
  background-image: linear-gradient(#0003, #0003), url('../images/81812---slide-background_the-modern-proper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-top: 100px;
  padding-left: 255px;
  padding-right: 255px;
}

.slide.intro-slide {
  background-color: #e4e4e4;
  background-image: url('../images/81812---background-2a.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  padding-top: 40px;
  padding-left: 350px;
  padding-right: 350px;
}

.heading {
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Audrey, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

.heading.title1 {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.heading.title2 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.heading.title3 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.heading.intro-title {
  color: var(--dim-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.container-2.slide1, .container-2.slide-1 {
  margin-top: -75px;
}

.div-block-2 {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
}

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

.div-block-2.intro.text-2 {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: -75px;
  margin-right: -75px;
  padding-top: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.div-block-2.news2 {
  margin-bottom: 0;
}

.button {
  z-index: 1;
  background-color: var(--black);
  text-align: center;
  padding-top: 12px;
  font-family: Audrey, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  position: relative;
}

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

.button.button3 {
  background-color: var(--white-smoke);
  color: var(--black);
}

.button.button3.news2 {
  background-color: var(--white);
}

.button.button1 {
  background-color: var(--black);
  color: var(--white);
}

.button.newsbutton1 {
  text-transform: uppercase;
}

.button.newsbutton1.news2 {
  background-color: var(--white);
  color: var(--black);
}

.button.newsbutton1.news1 {
  background-color: var(--white);
  width: auto;
  color: var(--black);
  display: inline-block;
}

.button.newsbutton1.buttonblack {
  letter-spacing: .01em;
}

.button.dark-mode {
  background-color: var(--white);
}

.button.news-button {
  border: 1px none var(--white);
  margin-top: 20px;
}

.button.buttonwhite {
  background-color: var(--white);
  color: var(--black);
}

.booksdiv {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.books {
  float: left;
  clear: left;
  padding: 10px;
  display: inline-block;
}

.books.books-text {
  margin-right: 65px;
}

.text-block-3 {
  float: none;
  clear: none;
  color: var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: inline;
  position: static;
}

.div-block-3 {
  float: right;
  clear: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-4 {
  clear: left;
  position: static;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  flex: 1;
  padding: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.text-block-4.contact {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-4.about-2 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 35px;
  line-height: 26px;
}

.text-block-4.books-3 {
  text-align: left;
  font-weight: 400;
  line-height: 26px;
}

.text-span {
  font-family: Audrey, sans-serif;
}

.text-span.books-3 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-span-2 {
  color: var(--dark-grey);
  text-align: left;
  line-height: 26px;
  text-decoration: underline;
}

.text-span-2.about-2 {
  color: var(--dim-grey);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.text-span-2.books-3 {
  color: var(--dim-grey);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.book-and-text {
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.text-span-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-span-3.about-2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Audrey, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.text-span-3.contact {
  text-transform: none;
  font-weight: 700;
}

.image-2 {
  width: 250px;
  max-width: none;
  height: 250px;
}

.about {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.about.hide {
  display: none;
}

.container-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-3.about-1 {
  display: none;
}

.div-block-6 {
  background-color: var(--black-111);
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 0 20px -10px #000;
}

.div-block-6.contact1 {
  box-shadow: none;
  background-image: linear-gradient(#b975288c, #b975288c), url('../images/81812---slide-background-2.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 75px 200px 55px;
  display: flex;
}

.div-block-6.contact1.about-header {
  background-image: linear-gradient(#1c618b73, #1c618b73), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.books-header {
  background-image: linear-gradient(#304a8b73, #304a8b73), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.news-header {
  background-image: linear-gradient(#997e1d73, #997e1d73), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.simonacumen-header {
  background-image: linear-gradient(#08625c73, #08625c73), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.msr-header {
  background-image: linear-gradient(#5f000059, #5f000059), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.contact-header {
  background-image: linear-gradient(#38532a73, #38532a73), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.simonelement-header {
  background-image: linear-gradient(#61452a73, #61452a73), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
}

.div-block-6.contact1.publishing-team-header {
  background-image: linear-gradient(#7e557f8c, #7e557f8c), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-6.contact2 {
  box-shadow: none;
  background-color: #0000;
  margin-top: 35px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Audrey, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-5.line {
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.text-block-5.contact2 {
  color: var(--black2);
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-6.booksinfo {
  color: var(--dark-grey);
  font-weight: 400;
  display: none;
}

.text-block-6.aboutinfo {
  color: var(--dark-grey);
  font-weight: 400;
}

.text-block-6.contactinfo {
  color: #fff;
  padding: 35px 85px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2em;
}

.text-block-6.contactinfo.contact2b {
  color: var(--dim-grey);
}

.text-block-6.about-text {
  background-color: var(--gainsboro);
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding: 55px 155px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

.text-span-4 {
  line-height: 26px;
}

.text-span-4.about-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-span-5 {
  color: var(--dark-grey);
  text-decoration: underline;
}

.overlay {
  color: #00000078;
  position: absolute;
  inset: 0%;
}

.image-3 {
  max-width: 30%;
  height: auto;
  padding: 25px 33px;
}

.text-span-6 {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.text-span-6.intro2 {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: none;
  font-family: Audrey, sans-serif;
  font-size: 1.7em;
  line-height: 1.3em;
}

.social-icons {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.social-logo {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  min-width: 50px;
  max-width: 50px;
  transition: all .2s ease-in-out;
  display: block;
}

.social-logo:hover {
  transform: scale(1.1);
}

.social-logo.twitter, .social-logo.ig {
  width: 50px;
}

.social-logo.goodreads {
  border-radius: 5px;
  width: 50px;
}

.text-span-8 {
  color: var(--dim-grey);
  font-size: 16px;
  text-decoration: none;
}

.text-span-9 {
  font-family: Audrey, sans-serif;
  font-size: 21px;
}

.div-block-7 {
  background-color: var(--dark-grey);
  width: auto;
  height: auto;
  color: var(--dark-grey);
  object-fit: fill;
  padding-top: 35px;
  padding-bottom: 35px;
}

.text-block-7 {
  float: none;
  color: var(--dark-grey);
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.div-block-8 {
  border-style: solid;
  border-width: 2px 2px 0;
  border-color: black black var(--dark-grey);
  border-radius: 2px;
  margin: 15px 55px;
}

.div-block-8.hr {
  border-width: 1px;
  border-color: var(--hr-line-color);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-span-10 {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.link-2 {
  color: var(--dim-grey);
  flex: 1;
  padding: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.text-span-11 {
  color: var(--black);
  font-family: Audrey, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.text-span-12 {
  color: var(--black);
  text-decoration: underline;
}

.bold-text {
  color: var(--black);
}

.text-block-8 {
  color: var(--black);
  font-family: Audrey, sans-serif;
}

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

.text-span-14 {
  color: var(--white);
  font-weight: 700;
}

.text-span-14.title2 {
  color: var(--black);
}

.text-span-14.title3 {
  color: var(--white);
}

.text-span-14.newswhite {
  color: var(--white);
  font-family: Audrey, sans-serif;
  font-weight: 400;
}

.text-span-14.newswhite.eyebrow1 {
  font-family: Open Sans, sans-serif;
}

.text-span-14.newswhite.news2 {
  color: var(--white);
}

.text-span-14.newswhite.news3, .text-span-14.feature3 {
  color: var(--black);
}

.text-span-14.newswhite {
  font-family: Audrey, sans-serif;
  font-weight: 400;
}

.text-span-14.newsblack {
  color: var(--black);
  font-family: Audrey, sans-serif;
  font-weight: 400;
}

.text-span-14.blacktext {
  color: var(--black);
}

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

.link-3 {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: .5px;
  flex-direction: column;
  align-items: center;
  margin: 15px auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  display: flex;
}

.text-span-16, .text-span-17, .text-span-18 {
  font-family: Audrey, sans-serif;
  font-size: 16px;
}

.image-5 {
  width: 335px;
  max-width: none;
  height: auto;
  margin: 25px auto 15px;
  display: inline-block;
  overflow: visible;
}

.image-5._500px-book-width, .image-5._450px-bookwidth {
  width: 450px;
}

.image-5._400pxwidth {
  width: 400px;
  margin-top: 50px;
}

.image-5._350px-wdith {
  width: 350px;
}

.image-5._375px-width {
  width: 375px;
}

.image-5._425bookwidth {
  width: 425px;
}

.new-main-1 {
  background-image: linear-gradient(#8ac371, #0bb2eb);
  height: 550px;
  max-height: none;
  padding-top: 25px;
  padding-bottom: 0;
}

.new-main-1.hide {
  display: none;
}

.new-main-2 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/81812---slide-background_keephouse.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
  display: none;
}

.new-main-2.hide {
  display: none;
}

.container-4 {
  padding-top: 25px;
}

.new-main-3 {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
}

.new-main-3.hide, .new-main-3.hide-books-main {
  display: none;
}

.new-main-intro1 {
  background-color: #0000;
  background-image: linear-gradient(#dbdbdb8c, #dbdbdb8c), url('../images/81812---background-2a.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  max-height: none;
  padding: 55px 100px 25px;
  display: block;
}

.new-main-intro1.hide-old-version {
  display: none;
}

.div-block-9 {
  background-color: var(--white);
  box-shadow: 2px 2px 6px #00000040;
}

.div-block-10 {
  background-color: var(--dark-grey);
}

.text-span-19 {
  color: var(--white);
  font-size: 16px;
}

.text-span-19.newsheadblack {
  color: var(--black);
  font-weight: 400;
}

.text-span-19.newsheadwhite {
  font-weight: 400;
}

.container-5 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-section {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Screenshot-2023-07-18-at-3.24.16-PM.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.news-section.hide {
  display: none;
}

.news1 {
  width: 350px;
}

.newsdiv {
  background-image: linear-gradient(#ffd000e6, #ffd000e6), url('../images/James-Beard-Award-finalist-Made-in-Taiwan-wins-The-IACP-Julia-Child-First-Book-Award_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.newsdiv.article1 {
  background-color: #ece3c5;
  background-image: linear-gradient(#ffba5fd9, #ffba5fd9), url('../images/81812---news_king-arthur-pizza-bon-apetit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 350px;
  padding: 0 0 15px;
  display: flex;
}

.newsdiv.article2 {
  background-color: var(--white);
  background-image: linear-gradient(#f0b5d1d9, #f0b5d1d9), url('../images/81812---news_spanglish-veracruz.jpg');
  background-position: 0 0, 50%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.newsdiv.article3 {
  background-color: var(--white);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Screenshot-2023-07-18-at-3.24.16-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  height: 350px;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.newsdiv.article-4 {
  background-image: linear-gradient(#26531dd9, #26531dd9), url('../images/Screenshot-2023-07-18-at-3.26.10-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 350px;
  padding-bottom: 15px;
  display: flex;
}

.newsdiv.article3 {
  background-image: linear-gradient(#d62b00d9, #d62b00d9), url('../images/81812---news_tara-narula.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.newsdiv.article4 {
  background-image: linear-gradient(#92d2ffd9, #92d2ffd9), url('../images/81812---news_chris-olsen.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.newsdiv.article5 {
  background-image: linear-gradient(#f0e2bad9, #f0e2bad9), url('../images/81812---news_the-big-unlock.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.newsdiv.article6 {
  background-image: linear-gradient(#771836d9, #771836d9), url('../images/81812---news_girls-gotta-eat.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.newsdiv.article7 {
  background-image: linear-gradient(#3cffb8d9, #3cffb8d9), url('../images/81812---news_zibbys-summer-2026.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.newsdiv.article8 {
  background-image: linear-gradient(#725500d9, #725500d9), url('../images/81812---news_homeworthy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.newsdiv.article9 {
  background-image: linear-gradient(#ffcf99d9, #ffcf99d9), url('../images/81812---news_beyond-the-perscription.jpg');
}

.newsdiv.article10 {
  background-image: linear-gradient(#e1caffd9, #e1caffd9), url('../images/81812---news_remi-cruz-parsons.jpg');
  background-position: 0 0, 50%;
}

.newsdiv.article11 {
  background-image: linear-gradient(#8a2f2fd9, #8a2f2fd9), url('../images/81812---news_dig-in.jpg');
}

.newsdiv.article12 {
  background-image: linear-gradient(#0098b3eb, #0098b3eb), url('../images/81812---news_mar2026-one-bad-mother.jpg');
}

.newsdiv.article13 {
  background-image: linear-gradient(#fff647d9, #fff647d9), url('../images/81812---news_mar2026-one-bad-mother.jpg');
}

.container-6 {
  padding-top: 25px;
  padding-bottom: 0;
}

.div-block-11 {
  background-color: var(--gainsboro);
  margin-left: -55px;
  margin-right: -55px;
  padding: 20px 25px 15px;
}

.team-category-label {
  color: var(--black);
  text-transform: uppercase;
  font-family: Audrey, sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.section-label, .section-label.editorial1, .section-label.design1, .section-label.marketing1 {
  margin-bottom: 35px;
}

.content-collection-div {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}

.content-collection-div.hide-section {
  display: none;
}

.collection-list {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-info-div {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.text-block-10 {
  color: var(--black);
  font-family: Audrey, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.collection-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .37fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.collection-item.bottom-divider {
  border-bottom: 2px solid var(--hr-line-color);
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.collection-item.bottom-divider:last-child {
  border-bottom-style: none;
}

.collection-item.hdie-staff {
  display: none;
}

.text-block-11 {
  color: var(--black);
}

.rich-text {
  color: var(--dim-grey);
  letter-spacing: .25px;
  font-size: 14px;
  line-height: 1.9em;
}

.team-member-name {
  color: var(--black);
  font-family: Audrey, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.team-member-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 1em;
  line-height: 1.5em;
}

.team-member-photo {
  filter: grayscale();
  border: 0 solid #000;
  border-radius: 500px;
}

.team-category-div {
  background-color: var(--hr-line-color);
  max-width: 1050px;
  margin: 35px auto 0;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 23px;
}

.team-category-div.hide-section {
  display: none;
}

.book-title {
  color: var(--black);
  text-transform: uppercase;
  font-family: Audrey, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.author-name {
  color: var(--dim-grey);
  font-family: Audrey, sans-serif;
  line-height: 1.5em;
}

.author-name.by {
  margin-right: 5px;
}

.author-name-div {
  display: flex;
}

.on-sale-div {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.on-sale-div.no-top-margin {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.on-sale-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.on-sale-text.by, .on-sale-text._1 {
  margin-right: 5px;
}

.on-sale-text.caps {
  text-transform: uppercase;
  font-size: 18px;
}

.on-sale-text.caps.deark-mode {
  color: var(--white);
}

.on-sale-text.larger {
  margin-right: 5px;
  font-size: 18px;
}

.on-sale-text.larger.dark-mode {
  color: var(--white);
}

.author-link-block {
  margin-top: 20px;
  transition: all .2s;
}

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

.author-link-block.hide {
  display: none;
}

.author-link-block._1 {
  float: none;
  clear: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 150px;
  margin-bottom: -35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.author-link-block._1.authormobile {
  display: none;
}

.author-link-block._1.hide {
  display: flex;
}

.author-link-block._1.author-hide, .author-link-block._2 {
  display: none;
}

.author-link-block._2 {
  float: none;
  clear: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 150px;
  margin-bottom: -35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.author-link-block._2.authormobile {
  display: none;
}

.author-photo {
  border: 2px solid var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-clip: border-box;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.author-photo.author-hide {
  display: none;
}

.collection-item-2 {
  position: static;
}

.hero-image-link-block {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

._3d-book-image {
  z-index: 1;
  width: 250px;
  margin-bottom: 5px;
  position: relative;
}

._3d-book-image.hide {
  display: none;
}

.button-text {
  color: var(--white);
  padding: 5px 20px 10px;
  line-height: 1em;
  text-decoration: none;
}

.button-text.dark-mode {
  color: var(--black);
}

.dark-overlay {
  z-index: 0;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 350px;
  padding: 20px 70px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news-category-label {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.news-category-label.dark-mode {
  color: var(--white);
}

.news-title {
  z-index: 1;
  color: var(--black);
  font-family: Audrey, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  position: relative;
}

.news-title.dark-mode {
  color: var(--white);
}

.div-block-12 {
  justify-content: center;
  display: flex;
}

.news-collection-list {
  margin-bottom: 60px;
}

.news-page-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  transition: all .2s;
  display: grid;
}

.news-page-collection-item:hover {
  transform: scale(1.02);
}

.news-thumbnail {
  object-fit: cover;
}

.news-thumbnail.background-beige {
  background-color: #ece3c5;
}

.news-page-link-block {
  padding-top: 10px;
  text-decoration: none;
}

.home-book-embed {
  z-index: 1;
  border: 1px solid var(--dark-grey);
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}

.home-book-embed.hide, .hide {
  display: none;
}

.book-page-embed {
  transition: all .2s;
}

.book-page-embed:hover {
  transform: scale(1.02);
}

.div-block-13 {
  border: 2px dotted var(--hr-line-color);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 15px;
  display: flex;
}

.link-4 {
  color: var(--black2);
  text-align: center;
  font-family: Audrey, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.about-author-text {
  color: var(--dim-grey);
  text-align: center;
  text-indent: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.button-2 {
  background-color: var(--black-111);
  text-align: center;
  margin: 15px auto 0;
  padding-top: 12px;
  font-family: Audrey, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.author-bio-div {
  border: 2px dotted var(--hr-line-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 15px;
  display: flex;
}

.author-bio-div.authormobile {
  display: none;
}

.author-bio-2 {
  border: 2px dotted var(--hr-line-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 35px;
  padding-bottom: 15px;
  display: flex;
}

.author-bio-2.nataliemortimer {
  display: flex;
}

.book-and-author-div-mobile {
  display: none;
}

.grid {
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .3fr 1fr;
}

.news-grid {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  transition: all .2s;
  display: grid;
}

.news-grid:hover {
  transform: scale(1.02);
}

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

.grid-2, .grid-3 {
  grid-template-rows: auto;
}

.social-link {
  width: 50px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.text-span-20 {
  font-family: Open Sans, sans-serif;
}

.bold-text-2 {
  color: var(--white);
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: underline;
}

.text-span-21 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
}

.text-span-22 {
  color: var(--black);
}

.os-date-button-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.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 {
  color: #1644f9;
  padding-top: 3px;
  font-family: Varela, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.2em;
}

.updated.hide {
  display: none;
}

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

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

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

.carousel-section {
  background-color: var(--white-smoke);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.carousel-section._2nd-carousel {
  background-color: var(--gainsboro);
}

.carousel-section.hide-carousel-home {
  display: none;
}

.hide-slide-nav {
  display: none;
  overflow: visible;
}

.slider-4 {
  vertical-align: baseline;
  background-color: #ddd0;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.book-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
}

.text-block-12 {
  color: #000;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 15px;
  font-family: Audrey, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.slide-4 {
  vertical-align: baseline;
  height: auto;
  position: relative;
}

.image-6 {
  max-width: 55%;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mask {
  flex: 1;
  align-self: center;
}

.div-carousel {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.desktop-slider-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0 300px;
  padding-bottom: 0;
  display: block;
}

.desktop-slide {
  padding-top: 0;
}

.slider-5 {
  clear: both;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.right-arrow {
  position: absolute;
}

.right-arrow.hide-arrow {
  display: block;
}

.code-embed {
  align-self: auto;
}

.left-arrow {
  flex: 0 auto;
}

.left-arrow.hide-arrow {
  display: block;
}

.div-carousel-mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-carousel-mobile.hidemobile, .mobile-slider-div, .mobile-slider-div.hide-mobile {
  display: none;
}

.div-block-15 {
  text-align: center;
}

.image-7 {
  width: auto;
  max-width: none;
  height: 175px;
}

.image-7:hover {
  opacity: .55;
}

.link-block {
  padding-left: 35px;
  padding-right: 35px;
}

.link-block.w--current:hover {
  opacity: .55;
}

.link-block-2 {
  padding-left: 35px;
  padding-right: 35px;
}

.link-block-2:hover {
  opacity: .55;
}

.link-block-3 {
  padding-left: 35px;
  padding-right: 35px;
}

.link-block-3:hover {
  opacity: .55;
}

.div-block-16 {
  margin-top: 35px;
  margin-bottom: 45px;
}

.link-block-4 {
  padding-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-4.msrlogo {
  padding-left: 400px;
  padding-right: 400px;
}

.link-block-4.simonacumenlogo, .link-block-4.simonacumenlogo.w--current {
  padding-left: 0;
  padding-right: 0;
}

.header-div {
  background-color: #a28640;
  margin-bottom: 0;
}

.image-8 {
  width: 250px;
}

.image-8.simonacumenlogo {
  width: 350px;
}

.div-block-17 {
  margin-bottom: 35px;
}

.books-carousel-div {
  border-bottom: 2px none var(--dark-grey);
  outline-offset: 0px;
  background-color: #dbdbdb;
  border-radius: 0;
  outline: 3px #a0a0a0;
}

.books-carousel-div.books-carousel-2 {
  background-color: #ebebeb;
  margin-top: 0;
}

.container-7 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.home-slider-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.slider-6 {
  height: 100%;
  display: block;
}

.heading-2 {
  color: #000;
  text-align: center;
  font-family: Audrey, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-2.books-header-1 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  background-color: var(--black-111);
  padding: 10px 175px;
}

.section-header-books1 {
  margin-top: 0;
  padding-top: 30px;
}

.div-block-20 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/books-for-cooks-billboard-24.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.link-section-text {
  text-align: center;
  margin-top: 25px;
  font-size: 24px;
  line-height: 34px;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  width: 100%;
  max-width: none;
}

.text-span-23 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--black);
    display: block;
  }

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

  .nav-link.w--current, .nav-link-2, .nav-link-2.w--current, .nav-link-3, .nav-link-3.w--current {
    display: block;
  }

  .brand, .brand.w--current {
    padding-left: 35px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .icon {
    color: var(--black);
    padding-top: 10px;
    font-size: 55px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
    text-decoration: none;
  }

  .image.logo1 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main.books-main {
    margin-bottom: 0;
  }

  .html-embed-books {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block.book-title {
    align-self: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.book-title.feature1 {
    flex: 1;
    align-self: stretch;
    margin: 0;
  }

  .div-block.book-title.feature2 {
    margin: 0;
  }

  .div-block.book-title.feature6 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .div-block.book-title.feature4 {
    background-position: 0%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block.book-title.feature3 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    margin: 0;
  }

  .div-block.book-title.feature8 {
    margin-bottom: auto;
    display: block;
  }

  .div-block.cover-image {
    flex: 1;
    align-self: center;
    margin-top: 0;
  }

  .text-block {
    align-items: flex-end;
    padding-right: 0;
  }

  .text-block-2.title1.intro-1 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .slide {
    padding-top: 200px;
    padding-left: 55px;
    padding-right: 55px;
    position: relative;
  }

  .slide.slide-1, .slide.slide-2, .slide.slide-3 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .slide.intro-slide {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading.intro-title {
    line-height: 55px;
  }

  .container-2 {
    flex-direction: column;
  }

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

  .div-block-2.intro {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-2.intro.text-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .html-embed-5 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-4.about-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    width: 250px;
    max-width: none;
    height: 250px;
  }

  .div-block-6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .text-block-6, .text-block-6.contactinfo {
    padding-left: 55px;
    padding-right: 55px;
  }

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

  .nav-menu {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .image-3 {
    max-width: 15%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .image-5 {
    width: 75%;
  }

  .image-5._500px-book-width {
    width: 100%;
  }

  .image-5._400pxwidth {
    width: 95%;
  }

  .image-5._350px-wdith, .image-5._375px-width {
    width: 85%;
  }

  .image-5._425bookwidth {
    width: 98%;
  }

  .new-main-3 {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    margin: auto;
    padding: 0;
    display: flex;
  }

  .new-main-intro1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .news-section {
    flex-wrap: wrap;
    place-content: stretch center;
  }

  .newsdiv.article1 {
    order: 0;
  }

  .newsdiv.article3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/81812---news_somebodyfeedphil.jpg');
    background-position: 0 0, 50% 0;
    order: 0;
  }

  .section-label.editorial1 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .content-collection-div {
    background-color: #fff0;
    margin-top: 35px;
    padding: 35px 20px 0;
  }

  .collection-list {
    grid-template-columns: .5fr 1fr;
  }

  .collection-item {
    grid-column-gap: 15px;
    grid-template-columns: .5fr 1fr;
  }

  .team-category-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

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

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

  .updated {
    padding-top: 0;
  }

  .legal-link-kkr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .book-div {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-12 {
    margin-top: 35px;
    padding-bottom: 0;
  }

  .desktop-slider-div {
    margin-left: 0;
    margin-right: 0;
  }

  .image-7 {
    height: 150px;
  }

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

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

  .header-div {
    margin-bottom: 0;
  }

  .image-8 {
    width: 200px;
  }

  .books-carousel-div {
    background-color: #d8d8d800;
  }

  .books-carousel-div.books-carousel-2 {
    margin-top: -35px;
  }

  .code-embed-2 {
    border: 1px #fff;
    border-radius: 0;
  }

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

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

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

  .navbar {
    padding-top: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

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

  .div-block {
    margin-left: auto;
    display: block;
  }

  .div-block.book-title {
    display: inline;
  }

  .div-block.book-title.feature1 {
    display: block;
  }

  .div-block.cover-image {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .text-block {
    padding-right: 0;
    display: inline-block;
  }

  .text-block-2.title1.intro-1 {
    color: var(--dim-grey);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2.title1.intro-1.intro3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-3 {
    height: 95vh;
  }

  .slide {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide.slide-1, .slide.slide-2, .slide.slide-3 {
    padding-top: 55px;
  }

  .heading {
    font-size: 55px;
    line-height: 65px;
  }

  .heading.intro-title {
    line-height: 55px;
  }

  .container-2 {
    align-items: center;
  }

  .container-2.slide1 {
    margin-top: -25px;
  }

  .div-block-2.intro {
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
  }

  .div-block-2.intro.text-2 {
    display: inline;
  }

  .html-embed-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4.about-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4.books-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book-and-text {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-span-3 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .image-2 {
    width: 150px;
    max-width: none;
    height: 150px;
  }

  .about {
    flex-wrap: wrap;
    padding: 15px;
  }

  .container-3.about-1, .container-3.books-1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .div-block-6 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

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

  .text-block-6.contactinfo {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    line-height: 1.8em;
  }

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

  .nav-menu {
    padding-left: 20px;
  }

  .image-3 {
    max-width: 20%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-span-6.intro2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-7 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-8.hr {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-5 {
    width: 75%;
  }

  .image-5._400pxwidth, .image-5._350px-wdith, .image-5._375px-width {
    width: 85%;
  }

  .image-5._425bookwidth {
    flex: 0 auto;
    align-self: auto;
    width: 98%;
  }

  .new-main-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .new-main-intro1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsdiv.article3 {
    order: 0;
  }

  .section-label.editorial1, .section-label.design1, .section-label.marketing1, .section-label.subsidiary1 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .content-collection-div {
    margin-top: 35px;
  }

  .collection-list, .collection-item {
    grid-template-columns: .4fr 1fr;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .news-link-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .news-page-link-block {
    padding-top: 0;
  }

  .about-author-text {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .book-div {
    width: auto;
  }

  .div-carousel.hide-desktop, .desktop-slider-div, .desktop-slider-div.hide-desktop {
    display: none;
  }

  .div-carousel-mobile.hidemobile {
    display: flex;
  }

  .mobile-slider-div, .mobile-slider-div.hide-mobile.show-mobile {
    display: block;
  }

  .link-block.w--current, .link-block-2, .link-block-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

  .image-8 {
    width: 200px;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0;
  }

  .div-block.book-title.feature1, .div-block.book-title.feature2, .div-block.book-title.feature5, .div-block.book-title.feature6, .div-block.book-title.feature4, .div-block.book-title.feature3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block.book-title.feature7 {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    margin: auto 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block.book-title.feature8 {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin: auto 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block.cover-image {
    display: block;
  }

  .text-block {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .text-block-2.title1.intro-1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2.title1.intro-1.intro3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2.news1, .text-block-2.news1.news2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .slider-3 {
    height: 100vh;
  }

  .slide {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide.slide-1, .slide.slide-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide.slide-3 {
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide.intro-slide {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
  }

  .heading.intro-title {
    font-size: 2.2em;
    line-height: 2em;
  }

  .div-block-2 {
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-2.intro {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .div-block-2.intro.text-2 {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .link {
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-family: Audrey, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .button {
    letter-spacing: 1px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Audrey, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .button.buttonblack, .button.buttonwhite {
    letter-spacing: 0;
  }

  .html-embed-5 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .text-block-4.about-2 {
    flex: 0 auto;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4.books-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-2.about-2, .text-span-2.books-3 {
    color: var(--dim-grey);
  }

  .book-and-text {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 25px;
    margin-right: 25px;
  }

  .text-span-3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .text-span-3.about-2 {
    letter-spacing: 0;
    text-transform: none;
    font-family: Audrey, sans-serif;
  }

  .div-block-6 {
    padding: 35px 10px;
  }

  .text-block-5 {
    line-height: 36px;
  }

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

  .text-block-6.contactinfo {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.8em;
  }

  .image-3 {
    max-width: 35%;
    padding: 25px 0;
  }

  .text-span-6.intro2 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .social-logo.ig {
    width: 51px;
  }

  .new-main-3 {
    flex-flow: column;
    place-content: stretch center;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .new-main-intro1 {
    padding: 5px 15px 35px;
  }

  .container-6 {
    padding-top: 0;
  }

  .section-label.design1, .section-label.marketing1 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .section-label.subsidiary1 {
    padding-left: 75px;
    padding-right: 75px;
    line-height: 24px;
  }

  .content-collection-div {
    margin-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .collection-list, .collection-item {
    grid-template-columns: 1fr;
  }

  .team-member-photo {
    width: 150px;
  }

  .team-category-div {
    margin-left: auto;
    margin-right: auto;
  }

  .author-link-block {
    width: 100%;
  }

  .author-link-block._1 {
    display: block;
  }

  .author-link-block._1.authormobile {
    white-space: normal;
    margin-top: 0;
    margin-bottom: -65px;
    display: block;
  }

  .author-link-block._2 {
    display: flex;
  }

  .author-link-block._2.authormobile {
    white-space: normal;
    margin-top: 0;
    margin-bottom: -65px;
    display: block;
  }

  .author-photo {
    mix-blend-mode: normal;
    object-fit: cover;
    width: 100%;
  }

  .button-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-link-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-page-collection-item {
    border-bottom: 1px solid var(--hr-line-color);
    grid-template-columns: 1fr;
    padding-bottom: 35px;
  }

  .news-page-collection-item:last-child {
    border-bottom-style: none;
  }

  .author-bio-div {
    display: flex;
  }

  .author-bio-div.authormobile {
    border-style: dotted;
    border-color: var(--hr-line-color);
    display: flex;
  }

  .author-bio-2.nataliemortimer {
    display: none;
  }

  .author-info-div.desktop, .book-and-author-div-mobile {
    display: block;
  }

  .book-and-author-div-mobile.mobile-no-show {
    display: none;
  }

  .news-grid {
    border-bottom: 1px solid var(--hr-line-color);
    grid-template-columns: 1fr;
    padding-bottom: 35px;
  }

  .news-grid:last-child {
    border-bottom-style: none;
  }

  .bold-text-2 {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 26px;
  }

  .legal-links-container-kkr {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-7 {
    height: 100px;
  }

  .link-block, .link-block-2, .link-block-3 {
    padding: 15px;
  }

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

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

  .image-8 {
    width: 200px;
  }

  .image-8.simonacumenlogo {
    width: 250px;
  }

  .heading-2.books-header-1 {
    font-size: 1.5em;
  }

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

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

#w-node-_4e610b98-b87f-ce83-9f6b-ce71c7c3012f-11f7cb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_369ab1fa-7b7b-567b-433f-cd61aeaf2eb7-1ef7cb11, #w-node-_369ab1fa-7b7b-567b-433f-cd61aeaf2eb7-39db0a80, #w-node-_369ab1fa-7b7b-567b-433f-cd61aeaf2eb7-734d2bc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-NormalOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}