#draw{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='105' height='120' viewport='0 0 100 100' style='fill:black;font-size:60px; left: -30px; top: -4px; position: relative; transform: rotate(90deg);'><text y='50%'>🖌️</text></svg>") 16 0,auto;}
.grecaptcha-badge { visibility: hidden; }
body{
    overflow-x: hidden;
  }
div.drawing-board-canvas-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
div.drawing-board-controls{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.drawing-board-control-navigation-reset{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 60px;
    height: 60px;
    font-size: 42px;
    line-height: 42px;
    border-radius: 100%;
    background: #FEF3C7;
    color: #8E3600;
    font-family: filson-pro, sans-serif !important;
}
.drawing-board-control-navigation-reset:hover{
    transform: scale(1.2);
}
.drawing-board-control-navigation-reset:active{
    transform: scale(1);
}
  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
  #sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
  #sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
  #sib-container .sib-form-block__button:hover{
    transform: scale(1.2);
  }
  #sib-container .sib-form-block__button:active{
    transform: scale(1);
  }

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: filson-soft, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: filson-soft, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: filson-soft, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #a4a4a4;
  margin-bottom: 10px;
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  z-index: 999;
  color: #fff;
  text-decoration: underline;
  position: relative;
}

a:hover {
  text-decoration: none;
}

.body {
  background-color: #111;
  font-family: filson-pro, sans-serif;
}

.header {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.footer {
  background-color: #222;
  padding: 20px;
}

.button {
  color: #8e3600;
  background-color: #fef3c7;
  border-radius: 20px;
  font-family: filson-soft, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button.button-xl {
  z-index: 999;
  border-radius: 60px;
  padding: 24px;
  font-size: 24px;
  line-height: 26px;
  position: relative;
}

.button.button-xl:hover {
  transform: scale(1.1);
}

.button.button-xl:active {
  transform: scale(1);
}

.button.button-xl.view-book {
  z-index: 999;
  background-image: url('../images/icon-view-book.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 220px;
  padding-right: 78px;
  transition: all .2s;
  position: relative;
}

.button.button-xl.view-book:hover {
  background-color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}

.button.button-xl.view-book:active {
  transform: scale(1);
}

.button.button-xl.get-notified {
  z-index: 999;
  color: #fef3c7;
  background-color: rgba(254, 243, 199, 0);
  background-image: url('../images/icon-notified.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 4px dashed #fef3c7;
  margin-bottom: 220px;
  padding-right: 70px;
  transition: all .2s;
  position: relative;
}

.button.button-xl.get-notified:hover {
  border-style: solid;
  text-decoration: none;
  transform: scale(1.1);
}

.button.button-xl.get-notified:active {
  transform: scale(1);
}

.button.button-xl.get-notified.desktop {
  transform-style: preserve-3d;
  margin-bottom: 0;
  margin-left: 40px;
  position: -webkit-sticky;
  position: sticky;
}

.button.button-xl.get-notified.desktop:hover {
  border-style: solid;
  text-decoration: none;
  transform: scale(1.1);
}

.button.button-xl.get-notified.desktop:active {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  border-style: solid;
}

.button.menu-button {
  display: none;
}

.button.book-gallery.get-notified {
  background-image: url('../images/icon-notified.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 50px;
}

.button.book-gallery.get-notified.mobile {
  color: #ed3c3a;
  background-color: rgba(254, 243, 199, 0);
  border: 2px dashed #fef3c7;
  transition: all .2s;
  display: none;
}

.button.book-gallery.get-notified.mobile:hover {
  border-style: solid;
  transform: scale(1.1);
}

.button.book-gallery.get-notified.mobile:active {
  transform: scale(1);
}

.nav {
  justify-content: center;
  align-items: center;
  font-family: filson-soft, sans-serif;
  font-weight: 800;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
}

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

.hero {
  height: 90vh;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-span, .text-span-2 {
  color: #9ca3af;
}

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

.image {
  max-width: 85%;
}

.hero-columne {
  align-items: center;
  display: flex;
}

.hero-heading {
  font-size: 70px;
  line-height: 70px;
}

.footer-copy-credit {
  justify-content: space-between;
  display: flex;
}

.footer-p {
  color: #fff;
  margin-bottom: 0;
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-credit {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.panel_books {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.book-list-columns {
  width: 100%;
  align-items: center;
  display: flex;
}

.book-link {
  z-index: 999;
  width: 100%;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.book-link:hover {
  text-decoration: underline;
  transform: scale(1.1);
}

.heading {
  font-size: 50px;
}

.book-list-image.alt {
  height: 340px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.content-columns {
  width: 100%;
  max-width: 90vw;
  align-items: center;
  margin: 100px auto;
  display: flex;
  overflow: hidden;
}

.content-columns.faq {
  max-width: 70vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
  margin-bottom: 100px;
}

.content-columns.wide {
  max-width: 80vw;
}

.section_book {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-lg {
  color: #a4a4a4;
  text-align: left;
  margin-bottom: 40px;
  font-family: filson-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-lg.text-center {
  text-align: center;
}

.heading-2 {
  margin-bottom: 100px;
  font-size: 60px;
}

.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.feature.right {
  justify-content: flex-end;
}

.feature-list {
  margin-top: 60px;
}

.column-2 {
  order: 1;
}

.logo-link.w--current {
  transition: all .2s;
}

.logo-link.w--current:hover {
  opacity: .5;
}

.logo-link.w--current:active {
  opacity: 1;
  transform: scale(1.1);
}

.colors-section-divider {
  width: 100%;
  height: 40vh;
  background-image: radial-gradient(circle closest-corner, rgba(0, 0, 0, 0), #111 75%), url('../images/colors-circle-text.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto 140px;
  background-attachment: scroll, fixed;
}

.section_content {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.me {
  max-width: 60%;
  mix-blend-mode: luminosity;
  border-radius: 40%;
}

.column-3 {
  justify-content: center;
  display: flex;
}

.feature-icon {
  padding: 15px 15px 15px 0;
}

.letters-section-divider {
  width: 100%;
  height: 40vh;
  background-image: radial-gradient(circle closest-corner, rgba(0, 0, 0, 0), #111 75%), url('../images/letters-circle-text.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto 140px;
  background-attachment: scroll, fixed;
}

.numbers-section-divider {
  width: 100%;
  height: 40vh;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #111 75%), url('../images/numbers-circle.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto 140px;
  background-attachment: scroll, fixed;
}

.get-notified_section {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fef3c7;
  border-radius: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-mega {
  color: #8e3600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 120%;
}

.text-brown, .html-embed {
  color: #8e3600;
}

.notified-close {
  width: 60px;
  height: 60px;
  color: #fef3c7;
  background-color: #8f3601;
  border: 4px solid #8f3601;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-right: 40px;
  font-family: filson-soft, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.notified-close:hover {
  color: #8f3601;
  background-color: rgba(143, 54, 1, 0);
  transform: scale(1.2);
}

.notified-close:active {
  transform: scale(1);
}

.column-4 {
  order: 0;
  display: flex;
}

.text-right {
  text-align: right;
}

.text-span-3 {
  color: #ee3d3a;
}

.text-span-4 {
  color: #9356a3;
}

.text-span-5 {
  color: #438fcd;
}

.text-span-6 {
  color: #f89821;
}

.text-span-7 {
  color: #4aaf4d;
}

.text-span-8 {
  color: #faee00;
}

.text-span-9 {
  color: #ed3d3a;
}

.text-span-10 {
  color: #9356a3;
}

.text-span-11 {
  color: #438fcd;
}

.text-span-12 {
  color: #f89722;
}

.text-span-13 {
  color: #4aaf4d;
}

.text-span-15 {
  color: #ed3d3a;
}

.text-span-16 {
  color: #9356a3;
}

.text-span-17 {
  color: #438fcd;
}

.text-span-18 {
  color: #f89821;
}

.text-span-19 {
  color: #4aaf4d;
}

.text-span-20 {
  color: #faee00;
}

.text-span-21 {
  color: #9356a3;
}

.text-span-22 {
  color: #438fcd;
}

.text-span-23 {
  color: #f89722;
}

.text-span-24 {
  color: #4aaf4d;
}

.board {
  z-index: 99;
  width: 80vw;
  height: 80vh;
  border: 4px dashed #fef3c7;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link, .text-link {
  z-index: 999;
  position: relative;
}

.text-block {
  line-height: 110%;
}

.boardwrap {
  padding: 41px 40px 41px 41px;
}

.board-lead {
  color: #fef3c7;
  padding: 16px 16px 16px 35px;
  position: relative;
  top: 20px;
}

.board-helper {
  color: #fef3c7;
  padding: 16px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 80px;
}

.boardwrapper {
  padding: 4vh 2vw;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    min-height: 60vh;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .book-list-image {
    height: 240px;
  }

  .content-columns.faq {
    max-width: 100vw;
    grid-column-gap: 0px;
    flex-direction: row;
  }

  .column-3 {
    order: -1;
  }

  .text-mega {
    font-size: 5rem;
  }

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

  .text-span-14 {
    text-decoration: line-through;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: center;
  }

  .button.menu-button, .button.book-gallery, .button.book-gallery.get-notified.mobile {
    display: flex;
  }

  .nav {
    display: none;
  }

  .column {
    order: 1;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-columne {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading {
    text-align: center;
  }

  .footer-copy-credit {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .book-list-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .book-list-image {
    height: 180px;
  }

  .content-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .content-columns.faq {
    flex-direction: column;
  }

  .section_book {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature.right {
    justify-content: flex-start;
  }

  .image-2 {
    order: 0;
  }

  .logo-link.w--current {
    width: 80px;
  }

  .text-mega {
    font-size: 3rem;
  }

  .text-brown {
    font-size: 20px;
    line-height: 28px;
  }

  .text-right {
    text-align: left;
  }

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

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 29px;
    line-height: 40px;
  }

  .footer-p {
    font-weight: 400;
  }

  .book-list-columns, .content-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .text-mega {
    font-size: 2rem;
    line-height: 110%;
  }

  .text-brown {
    font-size: 16px;
    line-height: 24px;
  }
}


