@font-face {
  font-family: Minervamodern;
  src: url('../fonts/MinervaModern.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minervamodern;
  src: url('../fonts/MinervaModern.ttf') format("truetype"), url('../fonts/MinervaModern.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Brandongrotesque;
  src: url('../fonts/BrandonGrotesque-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Brandongrotesque;
  src: url('../fonts/BrandonGrotesque-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Brandongrotesque;
  src: url('../fonts/BrandonGrotesque-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Brandongrotesque;
  src: url('../fonts/BrandonGrotesque-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: "Neutraface 2 Text Book";
  src: url('../fonts/Neutraface2Text-Book.otf') format("opentype"), url('../fonts/Neutraface2Text-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Neutraface 2 Text";
  src: url('../fonts/Neutraface2Text-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Neutraface 2 Text Demi";
  src: url('../fonts/Neutraface2Text-Demi.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neutraface 2 Text";
  src: url('../fonts/Neutraface2Text-DemiItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --dodger-blue: #438ef4;
  --royal-blue: #3165ab;
  --cornflower: #9aceeb;
  --white-smoke: #f3f3f3;
  --dark-grey: #969696;
  --black-3: #343542;
  --white: white;
  --light-grey: lightgrey;
  --black-2: #262730;
  --pink: #ffd8e6;
  --medium-violet-red: #a1546c;
  --black: black;
}

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

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.colorbar {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 5px;
  margin-top: 0;
}

.herosection {
  border-bottom: 5px solid var(--royal-blue);
  background-color: var(--cornflower);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.hero-header {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 100;
}

.hero-keynote {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 31px;
  display: flex;
}

.sec-selfhelp {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.bookcarousel-desktop {
  margin-top: 30px;
}

.image-3 {
  height: 44px;
}

.left-arrow {
  margin-top: 101px;
  margin-left: -80px;
}

.right-arrow {
  margin-top: 100px;
  margin-right: -80px;
}

.desktopslider {
  background-color: #0000;
}

.topcarousellink {
  float: left;
  border: 1px #000;
  width: 170px;
  margin-left: 9px;
  margin-right: 9px;
  transition: all .4s;
}

.topcarousellink:hover {
  filter: grayscale();
}

.topcarousellink.carousel-widerbook {
  border-style: solid;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.topcarousellink.carouselhc {
  background-color: #000;
  border-style: solid;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.html-embed {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 1px solid #000;
}

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

.html-embed-5 {
  border: 1px solid #000;
}

.slide {
  text-align: center;
  padding: 0;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.socialmediasection {
  background-color: var(--royal-blue);
  border: 1400px #232c2b;
  border-top-width: 1px;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: none;
}

.socialspotlightcontainer {
  text-align: center;
  display: block;
}

.socialdiv {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.sociallink-ig {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
  display: inline-block;
  transform: translate(0);
}

.sociallink-ig:hover {
  filter: contrast(200%);
}

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

.footersection {
  color: var(--black-3);
  background-color: #232c2b;
}

.footercontainer {
  padding: 20px;
}

.footer-links {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 24px;
}

.modalwrapper {
  z-index: 2147483647;
  text-align: center;
  background-color: #232c2bba;
  height: 100%;
  padding-top: 89px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.slide-nav {
  padding-top: 21px;
  font-size: 12px;
}

.modalwrapper2 {
  display: none;
  overflow: visible;
}

.slide-32 {
  text-align: center;
  margin-left: 19px;
}

.footer-copyright {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.copyright {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  display: inline-block;
}

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

.colorbarfooter {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 5px;
  margin-top: 0;
}

.cont_team {
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sec_team {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

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

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

.social-embed {
  border: 1px #858fa4;
}

.carousel-head-blue {
  border-bottom: 1px solid var(--dodger-blue);
  border-top-style: none;
  border-top-color: #000;
  border-right-style: none;
  border-right-color: var(--royal-blue);
  background-color: var(--white-smoke);
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}

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

.legal {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.footer-wufoo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wufoo-header {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-2 {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.navbar-gallery {
  background-color: var(--white-smoke);
}

.nav-menu-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-hover-blue {
  color: var(--white);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-hover-blue:hover {
  color: var(--cornflower);
  -webkit-text-stroke-color: var(--cornflower);
  text-shadow: 1px 1px 10px var(--dodger-blue);
  background-color: #0000;
  text-decoration: none;
}

.nav-hover-blue:focus {
  color: var(--cornflower);
  background-color: #0000;
}

.nav-hover-blue.w--current {
  color: var(--white);
  letter-spacing: 5px;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.nav-hover-blue.w--current:hover {
  color: var(--cornflower);
}

.nav-gallery-icon {
  height: auto;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sec-newreleases {
  margin-top: 60px;
  display: block;
}

.sec-smartnonfic {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.hero-about {
  background-color: var(--cornflower);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-publishing {
  padding: 0;
}

.team-maindiv.hide {
  display: none;
}

.team-headshot {
  border: 1px solid var(--light-grey);
  width: 150px;
}

.team-headshot:hover {
  box-shadow: 0 0 8px 0 var(--dark-grey);
  opacity: 1;
  background-color: #0000;
}

.team-text-all {
  margin-top: 10px;
}

.team-name {
  color: var(--royal-blue);
  width: auto;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.team-title {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.team-title.monti {
  padding-right: 30px;
}

.grid-teaminaccordion {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.team-accordion-link {
  width: 150px;
  text-decoration: none;
}

.team-solo-headshot {
  border: 1px solid var(--dark-grey);
  margin-right: 20px;
}

.team-solo-name {
  color: var(--royal-blue);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.team-solo-title {
  color: var(--black-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.team-solo-bio {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 23px;
}

.button-returntoteam {
  background-color: var(--white-smoke);
  color: var(--royal-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 300px;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.grid-hero {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-32 {
  padding-right: 20px;
}

.team-header {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 200;
}

.team-keynote {
  color: var(--black-2);
  text-align: center;
  letter-spacing: .5px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  display: flex;
}

.button-email {
  background-color: var(--dodger-blue);
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 300px;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-team-book-holder {
  flex-flow: wrap;
  margin-top: 20px;
  margin-left: -5px;
  display: flex;
}

.team-bio-bookcover {
  border: 1px solid var(--dark-grey);
  flex: none;
  height: auto;
  margin: 5px;
  display: flex;
  overflow: visible;
}

.tab-pane-editorial {
  padding-top: 0;
  padding-bottom: 0;
}

.div-center-carousel {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.team-tabs {
  background-color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 2px;
  margin-right: 7px;
  padding: 8px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.team-tabs.w--current {
  background-color: var(--dodger-blue);
  color: var(--white-smoke);
  margin-left: 0;
}

.tabs-content, .tabs-menu {
  padding-left: 10px;
}

.constrain-heading-line {
  border-bottom: 2px none var(--white-smoke);
  display: block;
}

.bookcarousel-tab {
  margin-top: 30px;
  display: none;
}

.tabletslider {
  background-color: #0000;
}

.bookcarousel-mobilehorz, .bookcarousel-mobilevert {
  margin-top: 30px;
  display: none;
}

.carousel-head-white {
  border-bottom: 1px solid var(--white-smoke);
  border-top-style: none;
  border-top-color: #000;
  border-right-style: none;
  border-right-color: var(--royal-blue);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 0;
  margin: 0 auto 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}

.sec-memoir, .sec-fiction {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.menu-gallery-logo {
  display: none;
}

.navbar {
  background-color: var(--royal-blue);
}

.cont-team-tabs {
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sec-newupcoming {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.team-maindiv-hide {
  display: none;
}

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

.legal-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

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

.footer-legal-links {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.link {
  color: var(--dodger-blue);
  font-weight: 500;
  text-decoration: none;
}

.link-in-bio {
  color: var(--dodger-blue);
  font-weight: 600;
  text-decoration: none;
}

.html-embed-12 {
  border: 1px solid #000;
}

.site-wrapper.hide {
  display: block;
}

.debbie-wrapper, .debbie-wrapper.hide {
  display: none;
}

.topbanner {
  color: #000;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-2 {
  color: #fdc2d1;
  text-align: center;
  letter-spacing: .2em;
  text-transform: none;
  font-family: "Neutraface 2 Text Bold", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.gray-text {
  color: #646464;
}

.white-text {
  color: #fff;
}

.text-span-3 {
  color: #7d7d7d;
}

.div-block {
  background-color: #2b2b2b;
  height: auto;
}

.div-block.black-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.div-block.black-bg.hide {
  background-color: #0000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.text-span-2.mainbutton {
  font-family: "Neutraface 2 Text Bold", sans-serif;
}

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

.text-span-2.smallerbuttons {
  font-family: "Neutraface 2 Text Bold", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.text-block {
  color: #7d7d7d;
  text-align: center;
  width: auto;
  margin-top: 0;
  padding: 50px 55px;
  font-size: 3em;
  line-height: 1.2em;
  position: static;
}

.text-block.bigquote {
  color: #1b1317;
  padding: 15px 100px 0;
  font-family: minerva-modern, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block.bigquote.hide {
  display: none;
}

.accordion-wrapper {
  text-align: center;
  background-color: #0000;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.image {
  width: auto;
  max-width: none;
  height: 100vh;
  margin: auto;
  display: inline-block;
}

.image.bookshot-1 {
  flex: 0 auto;
  align-self: auto;
  height: 88vh;
  margin: auto;
  display: block;
  position: static;
  top: 0;
}

.button {
  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.mainbutton {
  background-color: #ffd8e6;
  display: inline-block;
}

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

.button.mainbutton:active {
  background-color: #000;
  display: inline-block;
}

.button.mainbutton.centered {
  margin-left: auto;
  margin-right: auto;
}

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

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

.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;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0 20px;
  transition: none;
}

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

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

.main-book-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

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

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

.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 {
  background-image: linear-gradient(to bottom, var(--pink), white);
}

.buy-arrow {
  font-family: "Font Awesome 5 Free Solid 900", sans-serif;
}

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

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.text-block-3 {
  color: #c57fa1;
  letter-spacing: .1em;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: "Neutraface 2 Text Bold", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-3.os-date {
  color: var(--medium-violet-red);
  text-align: center;
  font-family: "Neutraface 2 Text Bold", sans-serif;
  font-size: 2.2em;
}

.text-block-3.os-date.hide {
  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;
}

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

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

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

.button-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #a1546c;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 5px 35px;
  font-family: "Neutraface 2 Text Bold", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}

.button-2:hover {
  background-color: var(--black);
  color: var(--white);
  transform: scale(1.03);
}

.button-2.debbie-our-team-button {
  background-color: var(--white);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.button-2.debbie-our-team-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-2.debbie-preorder-button {
  background-color: var(--medium-violet-red);
  text-align: center;
  margin-top: 0;
}

.button-2.debbie-preorder-button:hover {
  background-color: var(--black);
}

.div-block-6 {
  background-color: #2b2b2b;
  height: auto;
}

.div-block-6.pink-bg {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #7d7d7d;
  text-align: center;
  width: auto;
  margin-top: 0;
  padding: 50px 55px;
  font-family: Minervamodern, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  position: static;
}

.text-block-4.blacktext {
  color: #fdc2d1;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.text-block-4.blacktext.quote {
  color: var(--medium-violet-red);
  text-align: left;
  letter-spacing: .02em;
  text-indent: 0;
  margin-top: 25px;
  padding: 35px 15px;
  font-family: "Neutraface 2 Text Demi", sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.7em;
}

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

.image-2.bookshot-2 {
  width: 47%;
}

.image-2.bookshot-2.hide {
  display: none;
}

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

.copy-section.pink-bg {
  background-color: var(--pink);
  padding-top: 55px;
  padding-bottom: 55px;
}

.image-34 {
  max-width: 125px;
  margin-left: 35px;
  margin-right: 35px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.div-block-8 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.email-section {
  padding: 60px 60px 40px;
}

.html-embed-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.logo-section {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-35 {
  width: 55px;
  margin: 10px 15px;
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  width: 75px;
  margin: 10px;
}

.footer-section-copyright {
  margin-top: 30px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.legal-link-2 {
  color: #fff;
  font-family: Minervamodern, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.bold-text {
  color: #fff;
  font-family: "Neutraface 2 Text Demi", sans-serif;
  font-size: 16px;
}

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

.section-5 {
  color: #1b1317;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: auto 0% 0%;
}

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

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

.bold-text-2 {
  font-family: "Neutraface 2 Text Demi", sans-serif;
  font-size: 16px;
}

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

.copyright-2 {
  color: #fff;
  font-family: "Neutraface 2 Text Demi", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.text-span-6 {
  font-style: italic;
}

.text-span-7 {
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.italic-text-3 {
  font-style: italic;
}

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

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

.legal-link-kkr {
  color: #909090;
  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: var(--white-smoke);
}

.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: #909090;
  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: var(--white-smoke);
}

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

.copyright-kkr {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

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

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

.legal-link-kkr-2:hover {
  color: var(--dodger-blue);
}

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

.cookie-prefs-link-2:hover {
  color: var(--dodger-blue);
}

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

.hero-keynote-2 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: .5px;
  flex-flow: column wrap;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.logo-stack-tabletv {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.logos-hero:hover {
  filter: saturate(200%);
}

.imprint-logos-hero {
  height: 50px;
  font-size: 10px;
}

.carousel-head-blue-2 {
  color: #002657;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 2px solid #438ef4;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

.slide-nr-a {
  text-align: center;
  padding: 0;
}

.sec-newreleases-2 {
  margin-top: 60px;
}

.slide-34 {
  text-align: center;
  margin-left: 19px;
}

.html-embed-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 1px #000;
}

.html-embed-17:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.html-embed-18 {
  border: 1px solid #000;
}

.constrain-heading-line-2 {
  border-bottom: 1px #f3f3f3;
}

.slide-35 {
  text-align: center;
  margin-left: 19px;
}

.html-embed-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.html-embed-19:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.sec-bestsellers {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.html-embed-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 1px #000;
}

.html-embed-20:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.sec-comingsoon {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.sec-trailers {
  margin-top: 60px;
}

.carousel3 {
  color: #343542;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 2px dotted #ee6f00;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}

.trailers-youtube-player {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec-pasthighlights {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.our-team-navigation {
  filter: saturate(200%);
  color: #4766a1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.our-team-link-block {
  text-decoration: none;
}

.html-embed-21 {
  background-color: #0000000d;
}

.photo-copyright {
  color: var(--dark-grey);
  font-size: 8px;
}

.sec-media {
  background-color: var(--royal-blue);
  border: 1400px #232c2b;
  border-top-width: 1px;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: block;
}

._1080x1080-smaller {
  height: 100%;
  display: none;
}

.image-39 {
  height: 500px;
}

.sociallink-x {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
  display: inline-block;
  transform: translate(0);
}

.sociallink-x:hover {
  filter: contrast(200%);
}

.sociallink-fb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
  display: inline-block;
  transform: translate(0);
}

.sociallink-fb:hover {
  filter: contrast(200%);
}

.sociallink-tiktok {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
  display: inline-block;
  transform: translate(0);
}

.sociallink-tiktok:hover {
  filter: contrast(200%);
}

.team-nav-float {
  z-index: 9999999;
  background-color: var(--light-grey);
  color: var(--black-2);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 0;
}

.team-nav-float-button {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: keep-all;
  overflow-wrap: normal;
  background-color: #3898ec00;
  justify-content: center;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: flex;
  position: static;
}

.team-nav-float-button:hover {
  color: var(--dodger-blue);
}

.constrain-heading-line-2-copy, .team-dept-head {
  border-bottom: 1px #f3f3f3;
}

.team-dept-head-text {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #438ef4;
  border-radius: 0;
  margin: 20px auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

.team-container-for-people {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.team_nav_div {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-8 {
  text-transform: none;
}

.team-dept-head-text-hidden {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #438ef4;
  border-radius: 0;
  margin: 20px auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  display: none;
}

.team-container-for-people-hidden {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: none;
}

.legal2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

html.w-mod-js [data-ix="modalinteraction"], html.w-mod-js [data-ix="modalnteraction2"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .herosection {
    height: 450px;
    margin-top: -67px;
  }

  .herocontainer {
    padding-top: 89px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-header {
    font-size: 40px;
    display: none;
  }

  .hero-keynote {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 29px;
  }

  .bookcarousel-desktop {
    display: none;
  }

  .desktopslider {
    display: block;
  }

  .topcarousellink {
    width: 204px;
  }

  .topcarousellink.carousel-widerbook {
    text-align: center;
    width: 190px;
  }

  .topcarousellink.carouselhc {
    border-color: var(--dark-grey);
    border-color: #969696;
  }

  .body {
    display: block;
  }

  .socialspotlightcontainer {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .socialdiv {
    align-self: auto;
    margin-left: -2px;
  }

  .sociallink-ig {
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .modalwrapper {
    display: none;
    transform: translate(0);
  }

  .slide-nav {
    margin-bottom: 40px;
  }

  .slide-32 {
    margin-left: 0;
  }

  .social-embed {
    padding-left: 0;
    display: block;
  }

  .carousel-head-blue {
    margin-top: -23px;
    font-size: 32px;
    line-height: 46px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-around space-between;
    place-items: center start;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .navbar-gallery {
    float: none;
    clear: none;
    background-color: #ffffff1a;
    position: fixed;
  }

  .nav-menu-2 {
    text-align: left;
    justify-content: space-around;
    display: block;
    position: static;
  }

  .nav-gallery-icon {
    display: none;
  }

  .sec-newreleases {
    margin-top: 20px;
    margin-bottom: -60px;
  }

  .hero-about {
    margin-top: -70px;
  }

  .team-headshot {
    width: 120px;
  }

  .team-title.monti {
    padding-right: 0;
  }

  .team-solo-headshot {
    width: 250px;
    height: 250px;
  }

  .button-returntoteam {
    width: 250px;
  }

  .grid-hero {
    align-items: start;
  }

  .team-header {
    font-size: 50px;
  }

  .team-keynote {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .button-email {
    width: 250px;
  }

  .menu-button-2 {
    text-align: right;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    display: block;
    position: static;
  }

  .team-tabs {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .tabs-menu {
    justify-content: center;
    display: flex;
  }

  .bookcarousel-tab {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tabletslider {
    flex-direction: column;
    align-items: center;
    width: 80vw;
  }

  .bookcarousel-mobilehorz, .bookcarousel-mobilevert {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .carousel-head-white {
    width: 74vw;
    margin-top: -23px;
    font-size: 32px;
    line-height: 46px;
  }

  .menu-gallery-logo {
    clear: none;
    text-align: left;
    width: 40px;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .hamburger {
    color: var(--white-smoke);
    width: 30px;
    max-width: none;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: block;
  }

  .navbar {
    position: relative;
  }

  .html-embed-11 {
    border: 1px solid #000;
  }

  .text-block-2 {
    padding-left: 175px;
    padding-right: 175px;
    line-height: 1.5em;
  }

  .div-block.black-bg {
    width: 100%;
    min-height: auto;
  }

  .text-block.bigquote {
    padding: 60px 70px 0;
  }

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

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

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

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

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

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

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

  .div-block-6.pink-bg {
    flex-direction: column;
  }

  .text-block-4.blacktext.quote {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2.bookshot-2 {
    width: 60%;
  }

  .copy-section.pink-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .updated {
    padding-top: 0;
  }

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

  .hero-keynote-2 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 40px;
  }

  .logo-stack-tabletv {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .carousel-head-blue-2 {
    margin-top: -23px;
    font-size: 32px;
    line-height: 46px;
  }

  .sec-newreleases-2 {
    margin-top: 40px;
    margin-bottom: -60px;
  }

  .slide-34 {
    margin-left: 0;
  }

  .html-embed-18 {
    border-style: none;
  }

  .slide-35 {
    margin-left: 0;
  }

  .sec-trailers {
    margin-top: 20px;
    margin-bottom: -60px;
  }

  .carousel3 {
    margin-top: -23px;
    font-size: 32px;
    line-height: 46px;
  }

  .sociallink-x, .sociallink-fb, .sociallink-tiktok {
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .team-nav-float {
    display: none;
  }

  .team-dept-head-text, .team-dept-head-text-hidden {
    margin-top: 10px;
    font-size: 32px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    height: auto;
  }

  .herocontainer {
    overflow: visible;
  }

  .hero-header {
    font-size: 42px;
  }

  .hero-keynote {
    flex-direction: row;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 27px;
    display: block;
  }

  .image-3 {
    max-width: 50%;
  }

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-right: -70px;
  }

  .topcarousellink {
    width: 168px;
  }

  .socialmediasection {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .socialdiv {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    display: block;
  }

  .modalwrapper {
    display: none;
  }

  .slide-nav {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .modalwrapper2 {
    z-index: 9999999;
    text-align: center;
    background-color: #232c2bba;
    height: 100%;
    padding-top: 90px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .carousel-head-blue {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .legal {
    line-height: 16px;
  }

  .wufoo-header {
    font-size: 16px;
  }

  .sec-newreleases {
    margin-top: 20px;
    margin-bottom: -30px;
    padding-top: 10px;
  }

  .sec-smartnonfic {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-about {
    margin-top: -70px;
  }

  .grid-teaminaccordion {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 20px;
  }

  .grid-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .image-32 {
    width: 200px;
    display: none;
  }

  .team-header {
    font-size: 42px;
  }

  .team-keynote {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .team-headshot-buttons {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    justify-items: center;
    padding-left: 21px;
    padding-right: 21px;
  }

  .team-bio-bookcover {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    max-height: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .team-tabs {
    border-bottom: 1px solid var(--dodger-blue);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .team-tabs.w--current {
    margin-left: 2px;
  }

  .tabs-content {
    padding-right: 10px;
  }

  .tabs-menu {
    flex-direction: column;
    padding-right: 10px;
    display: flex;
  }

  .div-hero-g {
    text-align: center;
  }

  .bookcarousel-tab {
    display: none;
  }

  .bookcarousel-mobilehorz {
    display: flex;
  }

  .image-33 {
    max-width: 50%;
  }

  .bookcarousel-mobilevert {
    display: none;
  }

  .carousel-head-white {
    font-size: 32px;
    line-height: 46px;
  }

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

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

  .html-embed-10 {
    border: 1px solid #000;
  }

  .text-block-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-block.bigquote {
    padding: 40px 40px 0;
    font-size: 2.5em;
  }

  .accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.bookshot-1 {
    width: 75%;
    height: 100%;
    margin-top: 20px;
  }

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

  .div-block-2.pink-bg {
    padding-top: 0;
  }

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

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

  .button-2.debbie-preorder-button {
    margin-top: 0;
    margin-bottom: 55px;
  }

  .div-block-6.pink-bg {
    flex-direction: column;
  }

  .text-block-4.blacktext {
    font-size: 2.5em;
  }

  .text-block-4.blacktext.quote {
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 0;
    font-size: 1.5em;
  }

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

  .copy-section.pink-bg {
    padding: 40px;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .email-section {
    padding: 40px 40px 20px;
  }

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

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

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

  .hero-keynote-2 {
    text-align: center;
    flex-direction: row;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    display: block;
  }

  .logo-stack-tabletv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logos-hero {
    max-width: 60%;
  }

  .carousel-head-blue-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .sec-newreleases-2 {
    margin-top: 20px;
    margin-bottom: -30px;
    padding-top: 10px;
  }

  .image-36, .image-37 {
    max-width: 50%;
  }

  .sec-bestsellers {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-38 {
    max-width: 50%;
  }

  .sec-trailers {
    margin-top: 20px;
    margin-bottom: -30px;
    padding-top: 10px;
  }

  .carousel3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .sec-media {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .team-dept-head-text, .team-dept-head-text-hidden {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 40px;
  }

  .legal2 {
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .herosection {
    width: auto;
    margin-top: -70px;
    padding-top: 70px;
  }

  .herocontainer {
    padding-top: 0;
  }

  .hero-header {
    text-align: center;
    margin-top: 10px;
    font-size: 36px;
  }

  .hero-keynote {
    text-align: center;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .sec-selfhelp {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .image-3 {
    max-width: 30%;
  }

  .left-arrow {
    margin-top: 60px;
    margin-bottom: 140px;
    margin-left: -50px;
  }

  .right-arrow {
    margin-top: 60px;
    margin-bottom: 140px;
    margin-right: -50px;
  }

  .socialmediasection {
    margin-top: 0;
    padding-top: 20px;
  }

  .socialspotlightcontainer {
    align-items: center;
  }

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

  .modalwrapper {
    padding-top: 21px;
    display: none;
  }

  .slide-nav {
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .carousel-head-blue {
    letter-spacing: 1px;
    width: auto;
    font-size: 26px;
    line-height: 34px;
  }

  .sec-smartnonfic {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-about {
    width: auto;
    margin-top: -70px;
    padding-top: 70px;
  }

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

  .team-accordion-link {
    width: 140px;
  }

  .team-solo-name {
    font-size: 24px;
  }

  .team-solo-title {
    font-size: 11px;
    line-height: 16px;
  }

  .team-solo-bio {
    font-size: 12px;
    line-height: 20px;
  }

  .grid-hero {
    grid-template-columns: 1fr;
    display: block;
  }

  .image-32 {
    width: 160px;
    padding-right: 0;
  }

  .team-header {
    margin-top: 10px;
    font-size: 25px;
  }

  .team-keynote {
    margin: 0 auto 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .team-bio-bookcover {
    flex-direction: row;
    margin-left: 5px;
    margin-right: 5px;
  }

  .team-tabs.w--current {
    margin-left: 2px;
  }

  .mask-tablet {
    margin-bottom: 0;
  }

  .bookcarousel-mobilehorz {
    display: none;
  }

  .image-33 {
    max-width: 30%;
  }

  .bookcarousel-mobilevert {
    display: flex;
  }

  .slide-33 {
    margin-bottom: 0;
  }

  .carousel-head-white {
    width: auto;
    font-size: 26px;
    line-height: 46px;
  }

  .sec-memoir, .sec-fiction, .sec-newupcoming {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .html-embed-13 {
    border-radius: 1px;
  }

  .text-block-2 {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 1em;
    line-height: 1.5em;
  }

  .div-block.black-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .text-block.bigquote {
    padding: 20px 15px 0;
    font-size: 2em;
    line-height: 1.2em;
  }

  .image {
    height: 500px;
  }

  .image.bookshot-1 {
    width: 100%;
    height: auto;
    margin: 10px auto auto;
  }

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

  .div-block-2.pink-bg {
    min-height: 100px;
    padding: 0 9px 20px;
  }

  .hero-section.test {
    width: auto;
    min-height: auto;
    padding-top: 0;
  }

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

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

  .text-block-3.os-date {
    margin-top: 0;
    font-size: 2em;
  }

  .button-2.debbie-our-team-button {
    font-size: 1.5em;
  }

  .button-2.debbie-preorder-button {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 1.5em;
  }

  .div-block-6.pink-bg {
    flex-direction: column;
    padding-top: 35px;
  }

  .text-block-4.blacktext {
    padding: 25px 0;
    font-size: 2em;
    line-height: 1.2em;
  }

  .text-block-4.blacktext.quote {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .image-2 {
    width: 35%;
  }

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

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

  .div-block-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-section {
    padding: 20px 20px 10px;
  }

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

  .hero-keynote-2 {
    text-align: center;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .logos-hero {
    max-width: 50%;
  }

  .carousel-head-blue-2 {
    letter-spacing: 1px;
    width: auto;
    font-size: 26px;
    line-height: 34px;
  }

  .image-36, .image-37 {
    max-width: 30%;
  }

  .sec-bestsellers {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-38 {
    max-width: 30%;
  }

  .sec-comingsoon {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .carousel3 {
    letter-spacing: 1px;
    width: auto;
    font-size: 26px;
    line-height: 34px;
  }

  .trailers-youtube-player {
    margin-bottom: 50px;
  }

  .sec-pasthighlights {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .sec-media {
    margin-top: 0;
    padding-top: 20px;
  }

  .image-39 {
    aspect-ratio: 1;
    object-fit: contain;
    height: 300px;
  }

  .team-dept-head-text {
    letter-spacing: 1px;
    width: auto;
    font-size: 20px;
    line-height: 34px;
  }

  .team-container-for-people {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-dept-head-text-hidden {
    letter-spacing: 1px;
    width: auto;
    font-size: 20px;
    line-height: 34px;
  }

  .team-container-for-people-hidden {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_751644f5-2039-3bd9-7305-d61b2d386c41-a0e7e99c {
  order: 9999;
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_751644f5-2039-3bd9-7305-d61b2d386c41-a0e7e99c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4732f788-cd38-6a3b-91f0-45314e22d06f-bbbabe5e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c5f0c84a-2d98-4de1-da70-8685bbbabe6e-bbbabe5e {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_751644f5-2039-3bd9-7305-d61b2d386c41-a0e7e99c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start center;
  }

  #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7e9f3, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7e9f6, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7e9f8, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea1b, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea30, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea39, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea3b, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea42, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea47, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea49, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea4d, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea4e, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea4f, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea50, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea52, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea53, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea5f, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea75, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea78, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea7a, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea7b, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea7c, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea7d, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea92, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea95, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea96, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea9a, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea9b, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea9d, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7ea9e, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7eaa0, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7eaa6, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7eaa8, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7eaac, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a0e7eaad, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-76231913, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-7f4bd514, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a6067b11, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-cd9b71c2, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-1a0c1a79, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-9da17360, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-2950f63e, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-e4914056, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-0952343b, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a3e5c445, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-6889fa45, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-abdf5369, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-a7e1ec0a, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-718d12cb, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-eb40380d, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-baf4a8ef, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-f4449bfe, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-c15711f7, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-ae6f9357, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-181b3d3a, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-bcfcd174, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-579ba5c1, #w-node-f054a3e6-2e0e-72fa-2aae-f516db9ed693-b7ca9f2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_751644f5-2039-3bd9-7305-d61b2d386c41-a0e7e99c, #w-node-f1e3d8df-e818-436b-83cd-75db9bdbb4b4-a0e7e99c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Minervamodern';
  src: url('../fonts/MinervaModern.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minervamodern';
  src: url('../fonts/MinervaModern.ttf') format('truetype'), url('../fonts/MinervaModern.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandongrotesque';
  src: url('../fonts/BrandonGrotesque-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Neutraface 2 Text Book';
  src: url('../fonts/Neutraface2Text-Book.otf') format('opentype'), url('../fonts/Neutraface2Text-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutraface 2 Text Bold';
  src: url('../fonts/Neutraface2Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutraface 2 Text';
  src: url('../fonts/Neutraface2Text-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands Regular 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Regular 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutraface 2 Text Demi';
  src: url('../fonts/Neutraface2Text-Demi.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutraface 2 Text';
  src: url('../fonts/Neutraface2Text-DemiItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}