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

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

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

:root {
  --white\<deleted\|variable-43421da0\>: white;
  --black\<deleted\|variable-00fb208e\>: black;
  --black-pink\<deleted\|variable-e8b81a51\>: #1b1317;
  --copy-gray: #323442;
  --pink\<deleted\|variable-96b04f46\>: #ffd8eb;
  --dark-dark-grey\<deleted\|variable-4efc97f4\>: #2b2b2b;
  --pink-2\<deleted\|variable-37c824ec\>: #ffd8e6;
  --grey\<deleted\|variable-57091c4e\>: #7d7d7d;
  --light-pink-2\<deleted\|variable-d9967c94\>: #fdc2d1;
  --pinkish-black\<deleted\|variable-87de677b\>: #2e262a;
  --lavender-blush\<deleted\|variable-17189844\>: #f6eef2;
  --purple\<deleted\|variable-03278569\>: #7f2854;
  --pale-violet-red\<deleted\|variable-c6b5a913\>: #c57fa1;
  --light-pink\<deleted\|variable-56ac1d58\>: #ffacd4;
  --white: white;
  --deep-pink\<deleted\|variable-a6f89f84\>: #ff197c;
  --lavender-blush-2\<deleted\|variable-8077606c\>: #ff7676;
  --violet: #5460b5;
  --lavender: #eff1ff;
}

.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\<deleted\|variable-43421da0\>);
  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\<deleted\|variable-00fb208e\>);
  text-align: center;
  margin-bottom: 27px;
  padding-top: 10px;
}

.copyright {
  color: var(--white\<deleted\|variable-43421da0\>);
  font-family: brother-1816, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

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

.body {
  background-color: var(--white\<deleted\|variable-43421da0\>);
  color: var(--white\<deleted\|variable-43421da0\>);
}

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

.section-5 {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  color: var(--black-pink\<deleted\|variable-e8b81a51\>);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: auto 0% 0%;
}

.section-5.hide {
  background-color: var(--copy-gray);
  color: #1b1317;
  display: block;
}

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

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

.legal-link {
  color: var(--white\<deleted\|variable-43421da0\>);
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.html-embed-2 {
  background-color: #0000;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pink\<deleted\|variable-96b04f46\>);
  color: var(--pink\<deleted\|variable-96b04f46\>);
  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.hide, .hero-section.test.hide-item {
  display: none;
}

.div-block {
  background-color: var(--dark-dark-grey\<deleted\|variable-4efc97f4\>);
  height: auto;
}

.div-block.black-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white\<deleted\|variable-43421da0\>);
  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.white-bg {
  background-color: #0000;
}

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

.div-block-2 {
  background-color: var(--pink\<deleted\|variable-96b04f46\>);
  height: auto;
}

.div-block-2.pink-bg {
  background-color: var(--pink-2\<deleted\|variable-37c824ec\>);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  inset: 0 auto auto;
}

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

.text-block {
  color: var(--grey\<deleted\|variable-57091c4e\>);
  text-align: center;
  width: auto;
  margin-top: 0;
  padding: 50px 55px;
  font-family: Minervamodern;
  font-size: 3em;
  line-height: 1.2em;
  position: static;
}

.text-block.blacktext {
  color: var(--light-pink-2\<deleted\|variable-d9967c94\>);
  padding-left: 0;
  padding-right: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.text-block.blacktext.quote {
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  text-align: center;
  letter-spacing: .02em;
  text-indent: 0;
  padding: 35px 15px;
  font-family: Neutraface2text demi;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block.bigquote {
  color: var(--black-pink\<deleted\|variable-e8b81a51\>);
  padding: 15px 100px 0;
  font-family: Minervamodern;
  font-size: 3.5em;
  line-height: 1.2em;
}

.copy-section {
  background-color: var(--pink\<deleted\|variable-96b04f46\>);
}

.copy-section.pink-bg {
  background-color: var(--lavender-blush\<deleted\|variable-17189844\>);
  padding-top: 100px;
  padding-bottom: 100px;
}

.copy-section.pink-bg.hide-item {
  display: none;
}

.copy-section.white-bg {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.italic-text {
  font-family: Neutraface2text;
  font-style: italic;
  font-weight: 700;
}

.bold-text {
  color: var(--white\<deleted\|variable-43421da0\>);
  font-family: Neutraface2text;
  font-size: 16px;
}

.bold-text-2 {
  font-family: brother-1816, sans-serif;
  font-size: 16px;
}

.bold-text-3, .bold-text-4 {
  font-family: Neutraface2text;
  font-size: 16px;
}

.div-block-3 {
  background-color: var(--pink\<deleted\|variable-96b04f46\>);
  height: 3px;
  margin-top: 0;
  margin-bottom: 35px;
}

.div-block-3.divtop {
  background-color: var(--light-pink-2\<deleted\|variable-d9967c94\>);
  color: #ffacc1;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 0;
}

.div-block-3.divbottom {
  background-color: var(--light-pink-2\<deleted\|variable-d9967c94\>);
  height: 2px;
}

.text-span {
  color: var(--white\<deleted\|variable-43421da0\>);
}

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

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

.logo-section {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.logo-section.hide {
  background-color: var(--copy-gray);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.accordionwrapper {
  width: 100%;
  position: relative;
}

.accordionwrapper.hide {
  display: none;
}

.accordionitem {
  width: 100%;
  position: relative;
}

.accordionitemtrigger {
  cursor: pointer;
}

.accordionitemtrigger.center {
  text-align: center;
  width: 100%;
  position: relative;
}

.accordionitem-content {
  z-index: auto;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.button {
  color: var(--black\<deleted\|variable-00fb208e\>);
  text-transform: uppercase;
  background-color: #dbdbdb;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 35px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.button.mainbutton {
  background-color: var(--pink-2\<deleted\|variable-37c824ec\>);
  display: inline-block;
}

.button.mainbutton:hover {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  color: var(--white\<deleted\|variable-43421da0\>);
}

.button.mainbutton:active {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  display: inline-block;
}

.button.mainbutton.buttonpressed {
  display: none;
}

.button.mainbutton.buttonpressed:active {
  display: inline-block;
}

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

.button.smallerbutton {
  background-color: var(--lavender-blush\<deleted\|variable-17189844\>);
  text-transform: none;
  margin: 5px;
  padding: 10px 15px;
}

.button.smallerbutton:hover {
  background-color: var(--pink\<deleted\|variable-96b04f46\>);
}

.button.crossroads-button {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  color: var(--white\<deleted\|variable-43421da0\>);
  margin-top: 30px;
  margin-bottom: 0;
}

.button.rsvp-painting-button {
  background-color: var(--black-pink\<deleted\|variable-e8b81a51\>);
  color: var(--white\<deleted\|variable-43421da0\>);
}

.button.rsvp-painting-button:hover {
  background-color: var(--purple\<deleted\|variable-03278569\>);
}

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

.text-span-2.mainbutton {
  text-align: center;
}

.text-span-2.mainbutton:hover {
  color: var(--white\<deleted\|variable-43421da0\>);
}

.text-span-2.smallerbuttons {
  font-family: Neutraface2text demi;
  font-size: .9em;
  font-weight: 700;
}

.topbanner {
  background-color: var(--black-pink\<deleted\|variable-e8b81a51\>);
  color: var(--black\<deleted\|variable-00fb208e\>);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.topbanner.hide-item {
  display: none;
}

.text-block-2 {
  color: var(--light-pink-2\<deleted\|variable-d9967c94\>);
  text-align: center;
  letter-spacing: .2em;
  text-transform: none;
  font-family: Neutraface2text demi;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.text-block-2.burst-text {
  color: var(--white\<deleted\|variable-43421da0\>);
  font-family: Minervamodern;
  font-size: 1.7em;
  line-height: 1.5em;
}

.white-text {
  color: var(--white\<deleted\|variable-43421da0\>);
}

.text-block-3 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
  letter-spacing: .1em;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Neutraface2text;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-3.os-date {
  text-align: center;
  font-size: 2.2em;
}

.text-block-3.os-date.hide-os-date {
  display: none;
}

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

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

.email-section {
  color: var(--light-pink\<deleted\|variable-56ac1d58\>);
  padding: 60px 60px 40px;
}

.email-section.hide {
  color: #fff;
  display: block;
}

.gray-text {
  color: #646464;
}

.buy-arrow {
  color: var(--white);
  font-size: 1em;
  line-height: 1em;
}

.buy-arrow.sweeps-button {
  color: var(--copy-gray);
}

.buy-arrow.sweeps-button:hover {
  color: var(--white);
}

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

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

.buy-button-label.no-top-margin.hide-label {
  display: none;
}

.buy-button-label.no-top-margin.sweeps-text {
  margin-top: 55px;
}

.test-div {
  display: flex;
}

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

.italic-text-2 {
  color: var(--light-pink-2\<deleted\|variable-d9967c94\>);
}

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

.text-block-4 {
  color: #00e673;
  font-size: 16px;
  font-weight: 500;
}

.text-block-4:hover {
  color: #000;
}

.accordion-header-title {
  color: #00e673;
  letter-spacing: .02em;
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

.url-social-links {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pavilion-sponsor-div {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-left {
  padding-right: 30px;
}

.accordion-header-description {
  opacity: 1;
  color: #000;
  letter-spacing: .02em;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

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

.column-right {
  padding-left: 30px;
}

.grid {
  grid-column-gap: 0px;
  grid-template: "."
  / minmax(110px, 110px) minmax(90%, 90%);
  width: 98%;
}

.link-block-2 {
  margin-top: 40px;
  margin-bottom: 220px;
  text-decoration: none;
}

.sponsor-social-handle {
  color: #000;
  font-size: 13px;
}

.pavilion-lightbox {
  border: 1px solid #bcbfc2;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.logo-filler {
  flex: 0 auto;
}

.accordion_item-image {
  width: 110px;
  padding-top: 10px;
}

.accordion_item-image.smaller-logo {
  padding-left: 20px;
  padding-right: 20px;
}

.media-partner-logo {
  text-align: center;
  object-fit: scale-down;
  object-position: 50% 50%;
  flex: none;
  align-self: auto;
  max-width: 99.9%;
  max-height: 70%;
  overflow: visible;
}

.media-partner-logo.smaller {
  max-height: 40%;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  text-align: center;
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0 20px;
  transition: none;
}

.sponsor-url-link {
  color: #00e673;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
}

._19px-label {
  color: #00e673;
  width: auto;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

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

.sponsor-div-container {
  border-top: 1px solid #bcbfc2;
  flex-flow: column wrap;
  place-content: stretch space-between;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.media-partner-link {
  text-align: center;
  object-fit: scale-down;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  width: 105px;
  height: 68px;
  max-height: 100%;
  margin-right: 20px;
  display: flex;
}

.media-partner-link:hover {
  opacity: .5;
}

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

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

.text-span-3 {
  color: var(--grey\<deleted\|variable-57091c4e\>);
}

.countdown-timer {
  display: block;
}

.countdown-timer.hide-timer {
  display: none;
}

.html-embed-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6 {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  padding-bottom: 25px;
}

.image-5 {
  width: 70px;
  margin-right: 15px;
}

.crossroads-copy-section {
  background-color: var(--deep-pink\<deleted\|variable-a6f89f84\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.crossroads-copy-section.hide-crossroads-section {
  display: none;
}

.text-block-5 {
  color: var(--black\<deleted\|variable-00fb208e\>);
  text-align: center;
  letter-spacing: .03em;
  padding: 0 0 35px;
  font-family: Neutraface2text;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.text-block-5.crossroads-copy-2 {
  padding: 0 100px 15px;
}

.text-span-4 {
  color: var(--white\<deleted\|variable-43421da0\>);
  font-family: Minervamodern;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.youtube {
  flex: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.crossroads-yt-section {
  background-color: var(--deep-pink\<deleted\|variable-a6f89f84\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.crossroads-yt-section.hide-crossroads-video {
  display: none;
}

.crossroads-copy-section-2 {
  background-color: var(--deep-pink\<deleted\|variable-a6f89f84\>);
  padding-bottom: 35px;
}

.text-span-5 {
  color: var(--black\<deleted\|variable-00fb208e\>);
  font-family: Neutraface2text demi;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
  display: block;
}

.image-6 {
  width: 55vh;
  max-width: none;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-10 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.divider-line {
  background-color: var(--black\<deleted\|variable-00fb208e\>);
  max-width: 200px;
  height: 1px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  padding: 60px;
}

.fan-event-display-text {
  color: var(--black\<deleted\|variable-00fb208e\>);
  text-align: center;
  letter-spacing: .03em;
  padding-left: 0;
  padding-right: 0;
  font-family: Neutraface2text;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.fan-event-display-text.crossroads-copy-2 {
  padding: 0 100px 15px;
}

.paragraph {
  color: var(--white\<deleted\|variable-43421da0\>);
  text-align: center;
  margin-bottom: 0;
  padding: 15px;
  font-family: Neutraface2text demi;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph.painting-copy {
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
}

.paragraph.brunch-copy {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.painting-with-a-twist-section {
  background-color: var(--lavender-blush\<deleted\|variable-17189844\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: none;
}

.painting-with-a-twist-section.show-painting {
  background-color: var(--lavender-blush-2\<deleted\|variable-8077606c\>);
  display: flex;
}

.div-block-13 {
  width: 75%;
}

.image-7 {
  width: 150px;
  margin-top: 35px;
}

.image-7.barryslogo {
  width: 250px;
  margin-bottom: 15px;
}

.text-span-6, .text-span-7 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: .3px;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-14.britneybrunchtextdiv {
  align-items: flex-start;
}

.image-8 {
  border-radius: 100%;
  width: 500px;
}

.image-8.paintingwithatwist {
  border: 1px #000;
  border-radius: 0%;
}

.image-8.britneybrunch {
  border: 5px solid var(--white\<deleted\|variable-43421da0\>);
  width: 35%;
  max-width: none;
  margin-left: 25px;
  margin-right: 25px;
}

.link {
  color: var(--white\<deleted\|variable-43421da0\>);
  letter-spacing: .2em;
  font-family: Neutraface2text demi;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.link:hover {
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  font-family: Neutraface2text demi;
  font-weight: 500;
  text-decoration: none;
}

.link.w--current {
  color: var(--pink\<deleted\|variable-96b04f46\>);
}

.menu-links-section {
  background-color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.menu-links-section.hide-nav, .menu-links-section.new-burst.hide-item {
  display: none;
}

.div-block-15 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.div-block-16 {
  margin-left: 0;
  margin-right: 0;
  font-family: Neutraface2text demi;
  font-weight: 500;
}

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

.text-block-6 {
  color: var(--light-pink-2\<deleted\|variable-d9967c94\>);
  font-family: Neutraface2text;
  font-size: 1.5em;
  line-height: 1.5em;
}

.brtiney-brunch-section {
  background-color: var(--deep-pink\<deleted\|variable-a6f89f84\>);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 55px 100px;
  display: flex;
}

.brtiney-brunch-section.hide-event {
  display: none;
}

.text-span-8, .text-span-9 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
}

.text-block-7 {
  color: var(--pink\<deleted\|variable-96b04f46\>);
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  font-family: Minervamodern;
  font-size: 6em;
  line-height: 1em;
}

.div-block-18 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.italic-text-3, .italic-text-4 {
  color: var(--pink\<deleted\|variable-96b04f46\>);
}

.event-section {
  background-color: var(--pink\<deleted\|variable-96b04f46\>);
  background-image: linear-gradient(to bottom, var(--deep-pink\<deleted\|variable-a6f89f84\>), var(--light-pink\<deleted\|variable-56ac1d58\>));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 55px;
  display: flex;
}

.event-section.britneybrunch-events.hide-event {
  display: none;
}

.event-section.uk-events {
  background-image: linear-gradient(to bottom, var(--deep-pink\<deleted\|variable-a6f89f84\>), var(--deep-pink\<deleted\|variable-a6f89f84\>));
}

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

.description.event-paragraph {
  background-color: #0000;
  background-image: linear-gradient(360deg, var(--light-pink\<deleted\|variable-56ac1d58\>), var(--deep-pink\<deleted\|variable-a6f89f84\>));
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 55px;
}

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

.div-block-19 {
  background-color: #e1eae4;
  align-self: center;
  padding: 15px 336px;
  display: none;
}

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

.bold-text-8 {
  font-family: Neutraface2text demi;
  font-size: 1em;
}

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

.text-block-8.event-header {
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Minervamodern;
  font-size: 3em;
  font-weight: 400;
  line-height: 3em;
  display: block;
}

.text-block-8.event-header.ukevents {
  color: var(--black-pink\<deleted\|variable-e8b81a51\>);
}

.paragraph-2 {
  color: #41584a;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

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

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

.text-span-14 {
  color: #41584a;
  background-color: #0000;
  border-radius: 20px;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

.text-span-15 {
  color: #41584a;
  font-size: 1em;
}

.paragraph-3 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-3.event-text {
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding: 25px;
  font-family: Neutraface2text;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-3.event-text.time-text {
  color: #2fa058;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  background-color: #ffe6f2;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr;
  place-content: center;
  place-items: center;
  margin: 0 100px;
  padding: 25px 0;
}

.bold-text-9 {
  color: #000;
}

.button-4 {
  border: 2px solid var(--pinkish-black\<deleted\|variable-87de677b\>);
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  background-color: #0000;
  border-radius: 0;
  padding-left: 75px;
  padding-right: 75px;
  font-family: Neutraface2text demi;
  font-size: 1.3em;
  line-height: 1.3em;
}

.button-4:hover {
  background-color: var(--pinkish-black\<deleted\|variable-87de677b\>);
  color: #fff;
}

.button-4.soldoutbutton {
  color: #5d5d5d;
  border-color: #5d5d5d;
}

.button-4.soldoutbutton:hover {
  background-color: #0000;
}

.div-block-21 {
  background-color: var(--lavender-blush-2\<deleted\|variable-8077606c\>);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.text-span-16 {
  font-family: Neutraface2text demi;
  font-weight: 500;
}

.events-div {
  width: 60vw;
}

.text-span-17, .text-span-18, .text-span-19 {
  color: var(--deep-pink\<deleted\|variable-a6f89f84\>);
}

.barrys-section {
  background-image: linear-gradient(to bottom, var(--white\<deleted\|variable-43421da0\>), var(--white\<deleted\|variable-43421da0\>));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

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

.text-span-20, .text-span-21 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
}

.updated {
  color: #92a8fd;
  padding-top: 3px;
  font-family: Varela, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.2em;
}

.cookie-prefs-link {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  font-family: brother-1816, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.section-6 {
  background-color: #e3e3e3;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  inset: auto 0% 0%;
}

.legal-link-2 {
  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-2:hover {
  color: #646464;
}

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

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

.text-span-22, .bold-text-10 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
}

.bold-text-10.quote-text {
  font-family: classico-urw;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.bold-text-11 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
  line-height: 2em;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: var(--pale-violet-red\<deleted\|variable-c6b5a913\>);
}

.italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  color: var(--pinkish-black\<deleted\|variable-87de677b\>);
}

.bold-text-12 {
  color: var(--dark-dark-grey\<deleted\|variable-4efc97f4\>);
}

.bold-text-13 {
  font-family: brother-1816, sans-serif;
}

.nav-section {
  color: #fff;
  background-color: #111;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

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

.link-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.link-2:hover, .link-2.w--current:hover {
  text-decoration: underline;
}

.div-block-22 {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-links-section-2 {
  background-color: #c57fa1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-23 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.text-block-10 {
  color: #fdc2d1;
  text-align: center;
  letter-spacing: .2em;
  text-transform: none;
  font-family: Neutraface2text demi;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.text-block-10.burst-text {
  color: #fff;
  font-family: Minervamodern;
  font-size: 1.7em;
  line-height: 1.5em;
}

.text-block-11 {
  color: var(--violet);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: brother-1816, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-11.os-date {
  text-align: center;
  font-size: 2.2em;
}

.text-block-11.os-date.hide-os-date {
  display: none;
}

.text-block-11.audio-edition {
  letter-spacing: .03em;
  font-weight: 700;
}

.text-block-11.sweeps-copy {
  color: var(--violet);
  text-align: center;
  letter-spacing: .03em;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 1.5em;
}

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

.div-block-24.black-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/FindingMyWayHC_art-copy-3_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  margin-top: 75px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: auto;
}

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

.shop-section.test {
  background-color: #fff;
  position: static;
}

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

.div-block-25.pink-bg {
  background-color: var(--lavender);
  color: #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  inset: 0 auto auto;
}

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

.text-span-27.smallerbuttons {
  color: var(--copy-gray);
  font-family: brother-1816, sans-serif;
  font-size: .9em;
  font-weight: 700;
}

.text-span-27.smallerbuttons.tourbutton-copy {
  color: var(--white);
}

.text-span-27.mainbutton {
  color: var(--white);
  text-align: center;
  font-family: brother-1816, sans-serif;
}

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

.text-span-27.mainbutton.shop-button, .text-span-27.mainbutton.sweeps-button:hover {
  color: var(--white);
}

.button-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #dbdbdb;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 35px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

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

.button-5.smallerbutton:hover {
  background-color: var(--lavender);
}

.button-5.smallerbutton.tour-button {
  background-color: var(--violet);
}

.button-5.smallerbutton.tour-button:hover {
  background-color: #444a7b;
}

.button-5.mainbutton {
  background-color: #ffd8e6;
  display: inline-block;
}

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

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

.button-5.mainbutton.centered {
  color: #fff;
  background-color: #5460b5;
  margin-left: auto;
  margin-right: auto;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.button-5.mainbutton.centered:hover {
  background-color: var(--copy-gray);
}

.button-5.mainbutton.centered.sweeps-button {
  background-color: var(--copy-gray);
  color: #fff;
}

.button-5.mainbutton.centered.sweeps-button:hover {
  color: var(--white);
  background-color: #1f2029;
}

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

.text-block-12.bigquote {
  color: var(--violet);
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 15px 35px 0;
  font-family: brother-1816, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-26 {
  align-self: auto;
  position: static;
  top: 0;
}

.div-block-26.hide {
  display: block;
}

.image-9 {
  width: auto;
  max-width: none;
  height: 80vh;
  margin: 70px auto auto;
  display: inline-block;
}

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

.about-the-book {
  background-color: #5460b58c;
  background-image: url('../images/FindingMyWayHC_art-copy_1.avif');
  background-position: 50%;
  background-size: cover;
  padding: 55px 75px;
}

.about-the-author {
  background-color: var(--lavender);
  justify-content: center;
  align-items: center;
  padding: 55px 150px;
  display: flex;
}

.author-image {
  border-radius: 200px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 25px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.author-image.hide {
  display: block;
}

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

.image-10 {
  width: 80%;
}

.text-block-13 {
  color: #000;
  white-space: normal;
  font-size: 1.3em;
  line-height: 1.5em;
}

.about-copy {
  color: #fff;
}

.paragraph-4 {
  color: #323442;
  margin-bottom: 0;
  font-family: brother-1816, sans-serif;
  font-size: 1.3em;
  line-height: 1.7em;
}

.paragraph-4.white-text {
  color: var(--copy-gray);
  font-family: brother-1816, sans-serif;
  font-size: 1.3em;
}

.author-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}

.bold-text-14 {
  color: var(--copy-gray);
  font-weight: 400;
}

.text-span-28 {
  font-size: 1.8em;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  display: block;
}

.div-block-30.hide {
  display: none;
}

.image-11 {
  max-width: 100%;
  max-height: none;
}

.icon {
  color: #000;
  font-size: 55px;
}

.navbar-2 {
  opacity: .95;
  color: #fff;
  background-color: #111;
  border: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px -10px #000;
}

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

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

.container-7 {
  text-transform: uppercase;
  font-weight: 700;
}

.nav-link {
  color: #fff;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current:hover {
  text-decoration: underline;
}

.icon-2 {
  color: #000;
  font-size: 55px;
}

.navbar-3 {
  opacity: .95;
  color: #fff;
  background-color: #5460b5;
  border: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px -10px #000;
}

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

.container-8 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  font-family: brother-1816, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.nav-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.link-3 {
  color: #fff;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.link-3:hover {
  text-decoration: underline;
}

.link-3.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: normal;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5em;
  font-weight: 400;
}

.text-span-29 {
  color: var(--lavender);
  letter-spacing: 1px;
  font-family: brother-1816, sans-serif;
}

.ghost-block {
  border: 1px solid var(--violet);
  background-color: #eff1ffd9;
  border-radius: 20px;
  padding: 55px 35px;
  display: flex;
}

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

.photo-credit {
  color: #fff;
  margin-bottom: 4px;
  margin-right: 10px;
  font-size: 11px;
}

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

.reading-line-text {
  color: var(--copy-gray);
  text-align: center;
  letter-spacing: .01em;
  padding-left: 35px;
  padding-right: 35px;
  font-family: brother-1816, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.reading-line-text.sweeps-copy {
  color: var(--lavender);
  letter-spacing: .03em;
  font-weight: 400;
}

.reading-line-text.tour-head-ine {
  color: var(--copy-gray);
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.bold-text-15 {
  color: var(--violet);
  letter-spacing: .03em;
  font-weight: 400;
}

.div-block-31 {
  width: 55%;
  padding-right: 15px;
}

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

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

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

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

.text-block-15 {
  color: var(--lavender);
  letter-spacing: .02em;
  -webkit-text-stroke-color: #91c0a2;
  font-family: brother-1816, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-16 {
  color: var(--violet);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: brother-1816, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-32 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: brother-1816, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
}

.sweeps-section {
  background-color: var(--violet);
  color: #fff;
}

.sweeps-section.hide-sweeps-section, .sweeps-section.hide-sweeps {
  display: none;
}

.div-block-33 {
  padding: 55px 135px;
}

.div-block-34 {
  border: 1px solid var(--violet);
  background-color: #f4f5ff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 10px 35px;
  padding: 15px 10px;
  display: flex;
}

.tour-section {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#fff, #d9dbee);
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-span-30 {
  color: #c9ba77;
}

.paragraph-5 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-5.body-text {
  color: #bcb8a6;
  text-align: center;
  letter-spacing: .03em;
  -webkit-text-stroke-color: white;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.9em;
}

.paragraph-5.body-text.tour-copy {
  color: var(--copy-gray);
  letter-spacing: .01em;
  margin-bottom: 10px;
  font-family: brother-1816, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.text-span-31, .text-span-32 {
  color: #c9ba77;
}

.button-6 {
  color: #212523;
  letter-spacing: .05em;
  background-color: #fff;
  padding: 15px;
  font-family: brother-1816, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
}

.button-6:hover {
  background-color: #dbdbb7;
}

.text-block-17 {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-17.tour-header {
  text-align: center;
  letter-spacing: .15em;
  margin-top: 55px;
  margin-bottom: 55px;
  font-size: 2em;
  line-height: 2em;
}

.tour-header {
  margin-top: 0;
  margin-bottom: 55px;
}

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

.bold-text-16 {
  color: var(--violet);
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-18 {
  color: var(--violet);
  text-align: center;
  letter-spacing: .01em;
  font-family: brother-1816, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

.coming-soon-text {
  margin-top: 55px;
  margin-bottom: 0;
}

.image-15 {
  max-width: 85%;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .accordionwrapper {
    margin-bottom: 15px;
  }

  .accordionitem-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button.crossroads-button {
    margin-bottom: 0;
  }

  .topbanner {
    flex-direction: column;
  }

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

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

  .accordion-header-title {
    padding-right: 30px;
    font-size: 24px;
  }

  .pavilion-sponsor-div {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .accordion-header-description {
    font-size: 24px;
  }

  .accordion-body.js-accordion-body {
    padding-top: 40px;
  }

  .grid {
    width: 95%;
  }

  .logo-filler {
    flex: 1;
  }

  .media-partner-logo.smaller {
    max-height: 40%;
  }

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

  .sponsor-div-container {
    flex-direction: column;
  }

  .media-partner-link {
    margin-bottom: 20px;
  }

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

  .image-5 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .text-block-5.crossroads-copy-2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.8em;
  }

  .crossroads-yt-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .fan-event-display-text.crossroads-copy-2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.8em;
  }

  .div-block-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph.brunch-copy {
    text-align: center;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14, .div-block-14.britneybrunchtextdiv {
    align-items: center;
  }

  .image-8.britneybrunch {
    width: 55%;
    max-width: none;
  }

  .brtiney-brunch-section {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-7 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

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

  .text-block-8.event-header {
    font-size: 2.2em;
  }

  .paragraph-3.event-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .grid-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .events-div {
    width: 90vw;
  }

  .updated {
    padding-top: 0;
  }

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

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

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

  .text-block-10 {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5em;
  }

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

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

  .shop-section.test {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-25.pink-bg {
    background-image: none;
    flex: 0 70vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .text-block-12.bigquote {
    padding: 0 33px;
    font-size: 2em;
  }

  .div-block-26.hide {
    display: flex;
  }

  .image-9 {
    width: auto;
    height: 70vw;
    display: block;
  }

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

  .about-the-book {
    padding: 0 55px;
  }

  .about-the-author {
    flex-flow: row;
    padding-left: 100px;
    padding-right: 100px;
  }

  .author-image {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 55%;
    margin-bottom: 35px;
  }

  .about-copy {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .paragraph-4.white-text {
    font-size: 1.2em;
  }

  .author-copy {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-11 {
    max-width: 100%;
  }

  .icon {
    color: #fff;
    padding-top: 0;
    font-size: 55px;
  }

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

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

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

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

  .nav-link {
    color: #000;
    display: block;
  }

  .nav-link:hover {
    color: #000;
    text-decoration: underline;
  }

  .nav-link.w--current {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

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

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

  .navbar-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .nav-link-2 {
    color: #000;
    display: block;
  }

  .nav-link-2:hover {
    color: #000;
    text-decoration: underline;
  }

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

  .text-span-29 {
    letter-spacing: .05em;
    margin-top: 10px;
  }

  .ghost-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid-3 {
    grid-template-columns: .25fr 1.25fr;
  }

  .photo-credit {
    margin-left: 10px;
  }

  .reading-line-text {
    padding-left: 35px;
    padding-right: 35px;
  }

  .reading-line-text.tour-head-ine {
    font-size: 1.5em;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    padding-right: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--violet);
  }

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

  .div-block-33 {
    padding: 35px 0;
  }

  .div-block-34 {
    margin: 0;
  }

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

  .grid-tour-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-15 {
    max-width: 75%;
  }
}

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

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

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

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

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

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

  .text-block.blacktext.quote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
  }

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

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

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

  .accordionitem-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.crossroads-button {
    display: block;
  }

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

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

  .accordion-header-title {
    margin-top: 0;
    margin-left: 20px;
    font-size: 22px;
  }

  .column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-header-description {
    font-size: 22px;
  }

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

  .column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: minmax(100px, 110px) repeat(auto-fit, minmax(85%, 85%));
  }

  .logo-filler {
    flex: 0 auto;
  }

  .accordion_item-image {
    width: 100px;
  }

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

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

  .media-partner-link {
    width: 95px;
    height: 58px;
  }

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

  .crossroads-copy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-5, .text-block-5.crossroads-copy-2 {
    font-size: 2em;
  }

  .crossroads-yt-section {
    padding-bottom: 40px;
  }

  .image-6 {
    width: 35vh;
  }

  .fan-event-display-text, .fan-event-display-text.crossroads-copy-2 {
    font-size: 2em;
  }

  .image-8.britneybrunch {
    width: 75%;
  }

  .brtiney-brunch-section {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-7 {
    padding-left: 0;
    font-size: 5em;
  }

  .event-section {
    background-image: linear-gradient(to bottom, var(--deep-pink\<deleted\|variable-a6f89f84\>), var(--light-pink\<deleted\|variable-56ac1d58\>));
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .text-block-8.event-header {
    padding-left: 75px;
    padding-right: 75px;
    font-size: 2.5em;
  }

  .paragraph-3.event-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .5fr .25fr 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-4 {
    padding-left: 55px;
    padding-right: 55px;
  }

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

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

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

  .nav-section {
    flex-flow: column;
  }

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

  .nav-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-25.pink-bg {
    background-image: none;
    flex-basis: 60vh;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 55px;
  }

  .text-block-12.bigquote {
    padding: 10px 40px;
    font-size: 2em;
    line-height: 1em;
  }

  .image-9 {
    height: 90vw;
  }

  .image-9.bookshot-1 {
    width: 70%;
    height: 100%;
  }

  .about-the-book, .about-the-author {
    padding: 55px 35px;
  }

  .image-10 {
    flex: 1;
    align-self: center;
  }

  .about-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-4 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .paragraph-4.white-text {
    font-size: 1.2em;
  }

  .author-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-14 {
    font-size: 1em;
    line-height: 1em;
  }

  .image-11 {
    max-width: 100%;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.w--current {
    padding: 30px 30px 20px;
  }

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

  .navbar-3 {
    padding-top: 0;
    padding-bottom: 0;
    inset: 0% 0% auto;
  }

  .container-8 {
    position: static;
    inset: 0% 0% auto;
  }

  .link-3 {
    margin-left: 0;
  }

  .text-span-29 {
    letter-spacing: .05em;
    margin-top: 10px;
    font-size: .8em;
    line-height: 1em;
  }

  .ghost-block {
    padding: 20px;
    display: flex;
  }

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

  .reading-line-text {
    font-size: 1.7em;
  }

  .reading-line-text.tour-head-ine {
    font-size: 1.3em;
  }

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

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

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

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

  .tour-section {
    padding-bottom: 69px;
  }

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

  .paragraph-5.body-text.tour-copy {
    font-size: 1.1em;
  }

  .text-block-17.tour-header {
    padding-left: 80px;
    padding-right: 80px;
    line-height: 1.5em;
  }

  .image-15 {
    max-width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .div-block.black-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

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

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

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

  .image {
    height: 500px;
  }

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

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

  .text-block.blacktext.quote {
    font-size: 1.5em;
    line-height: 1.5em;
  }

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

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

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

  .div-block-3.divtop {
    margin-top: 40px;
  }

  .div-block-3.divbottom {
    margin-bottom: 40px;
  }

  .image-2 {
    width: 35%;
  }

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

  .accordionitem-content {
    padding-left: 0;
    padding-right: 0;
  }

  .button.crossroads-button {
    text-align: center;
  }

  .text-span-2.mainbutton {
    font-size: 1.2em;
  }

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

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

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

  .accordion-header-title {
    flex: 1;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 0;
    font-size: 20px;
  }

  .pavilion-sponsor-div {
    justify-content: space-between;
  }

  .column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-header-description {
    font-size: 20px;
  }

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

  .column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(90px, 90px) repeat(auto-fit, minmax(70%, 70%));
    grid-auto-columns: 1fr;
    width: 95%;
    display: grid;
  }

  .accordion_item-image {
    width: 90px;
    max-width: none;
  }

  .media-partner-logo {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .media-partner-link {
    width: 80px;
    height: 45px;
    margin-right: 10px;
  }

  .crossroads-copy-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-5.crossroads-copy-2 {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.8em;
  }

  .crossroads-yt-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 25vh;
  }

  .grid-halves {
    justify-items: center;
  }

  .fan-event-display-text {
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .fan-event-display-text.crossroads-copy-2 {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.8em;
  }

  .div-block-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    padding: 15px 0;
    font-size: 1.5em;
  }

  .paragraph.brunch-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .painting-with-a-twist-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-8.britneybrunch {
    border: 5px solid var(--white\<deleted\|variable-43421da0\>);
    object-fit: fill;
    border-radius: 100%;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .text-block-7 {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .div-block-18 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .event-section {
    background-image: linear-gradient(to bottom, var(--deep-pink\<deleted\|variable-a6f89f84\>), var(--light-pink\<deleted\|variable-56ac1d58\>));
  }

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

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

  .text-block-8.event-header {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.8em;
    line-height: 1em;
  }

  .paragraph-3.event-text {
    text-align: center;
    white-space: normal;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 0;
    line-height: 1em;
    display: flex;
  }

  .paragraph-3.event-text.time-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2 {
    flex-direction: column;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
    display: block;
  }

  .button-4 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 75px;
  }

  .div-block-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-div {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .text-block-10 {
    letter-spacing: .1em;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1em;
    line-height: 1.5em;
  }

  .text-block-10.burst-text {
    font-size: 1.7em;
    line-height: 1.2em;
  }

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

  .div-block-25.pink-bg {
    width: auto;
    min-height: 100px;
    margin-top: 35px;
    padding-top: 55px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-span-27.mainbutton {
    font-size: 1.2em;
  }

  .text-block-12.bigquote {
    padding: 10px 15px;
    font-size: 1.7em;
    line-height: 1.5em;
  }

  .div-block-26.hide {
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    width: 60%;
    height: auto;
    margin-top: auto;
  }

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

  .about-the-book {
    padding: 35px 15px;
  }

  .about-the-author {
    padding: 35px 25px;
  }

  .author-image {
    align-self: center;
    margin-right: 0;
  }

  .about-copy {
    padding-left: 0;
  }

  .paragraph-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4.white-text {
    font-size: 1.2em;
  }

  .author-copy, .div-block-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.w--current {
    padding: 20px 15px 15px;
  }

  .navbar-3 {
    padding-top: 0;
  }

  .link-3 {
    margin-left: 20px;
  }

  .text-span-29 {
    letter-spacing: .05em;
    font-size: .8em;
    line-height: 1.3em;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .reading-line-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .div-block-31 {
    width: 55%;
  }

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

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

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

  .text-block-17.tour-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-15 {
    max-width: 85%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d74e36fc-435d-b293-c88c-2562d20bc6eb-f1281f79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d74e36fc-435d-b293-c88c-2562d20bc6eb-f1281f79 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_773e81ad-d9a9-6436-3eac-ef77c8b9e2ab-f1281f79 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}