.-green {
  color: #4DCA0E;
}

.bg-green {
  background-color: #4DCA0E;
}

.-light-blue {
  color: #84C4E0;
}

.bg-light-blue {
  background-color: #84C4E0;
}

.-light-mauve {
  color: #D8C2DE;
}

.bg-light-mauve {
  background-color: #D8C2DE;
}

.blurb {
  background: #fff;
  padding: 8%;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(80, 36, 123, 0.24);
}
.blurb__headline {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}
.blurb__image {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .blurb__image {
    margin: auto;
  }
}
.blurb__link {
  align-items: stretch;
  display: flex;
}
@media screen and (min-width: 768px) {
  .blurb--single {
    padding: 8% 12%;
  }
  .blurb--single img {
    margin-bottom: 20px;
  }
  .blurb--row {
    display: flex;
  }
  .blurb--row .blurb__content {
    margin-left: 20px;
  }
}

a > .blurb {
  color: #4a4a4a;
  transition: 0.2s ease;
}
a > .blurb:hover {
  box-shadow: 4px 3px 20px rgba(80, 36, 123, 0.3);
  transition: 0.2s ease;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
}
.hero:before {
  background-image: url(/img/hero/paint-banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  width: 100%;
  max-height: 300px;
}
@media screen and (min-width: 1024px) {
  .hero:before {
    position: absolute;
    z-index: -1;
    height: 100%;
  }
}
.hero__banner {
  display: block;
  padding: 4% 4% 6% 4%;
  background: #50247b;
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__banner {
    margin-top: 100px;
  }
}
.hero__product {
  max-width: 900px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .hero__product {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__product {
    margin-top: -50px;
    padding: 30px;
  }
}
.hero__form {
  padding: 30px;
}

.hero--DAMAB:before {
  background-image: url(/img/hero/hero-damab-faded.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.activity {
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .activity:last-child {
    margin-bottom: 0;
  }
}
.activity--art {
  border-color: #50247b;
}
.activity--biography {
  border-color: #FC00C4;
}
.activity--diorama {
  border-color: #F69126;
}
.activity--origami {
  border-color: #00CABE;
}
.activity--science {
  border-color: #4dca0e;
}
.activity--quality {
  border-color: #F69126;
}
.activity--recipe {
  border-color: #e50052;
}
.activity--email {
  border-color: #19baed;
}
.activity__icon {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .activity__icon {
    top: -35px;
    max-width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__icon {
    position: absolute;
    left: -50px;
    flex: 1;
  }
}
.activity__content {
  font-family: "Karla", sans-serif;
}
@media screen and (max-width: 768px) {
  .activity__content {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .activity__content {
    flex: 7;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .activity {
    flex-direction: column;
  }
}
.activity__image {
  max-width: 200px;
}
.activity__image-wrap {
  position: relative;
}
.activity__ingredients {
  text-align: left;
  display: inline-block;
  margin: auto;
}
.activity__pinterest {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .activity__pinterest {
    text-align: right;
  }
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 15px;
}

.activity--borderless {
  display: flex;
  border: none;
  padding: 5px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.activity--borderless .activity__icon {
  max-width: 70px;
  left: -20px;
}
.activity--borderless .activity__content {
  padding-left: 50px;
  text-align: left;
}

.button, #mc_embed_signup .button {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  border-radius: 50px;
  border: none;
  padding: 5px 25px;
  color: #fff;
  transition: 0.2s ease;
}
@media screen and (max-width: 412px) {
  .button, #mc_embed_signup .button {
    font-size: 16.5px;
  }
}
.button:hover, #mc_embed_signup .button:hover {
  cursor: pointer;
  transition: 0.4s ease;
}
.button.-primary, #mc_embed_signup .-primary.button {
  background: #19baed;
}
.button.-primary:hover, #mc_embed_signup .-primary.button:hover {
  background: #84c4e0;
}
.button.-secondary, #mc_embed_signup .-secondary.button {
  background: #50247b;
}
.button.-secondary:hover, #mc_embed_signup .-secondary.button:hover {
  background: #e1c3ff;
}
.button.-tertiary, #mc_embed_signup .-tertiary.button {
  background: #e50052;
}
.button.-tertiary:hover, #mc_embed_signup .-tertiary.button:hover {
  background: #FC00C4;
}
.button.-my-artist-box, #mc_embed_signup .-my-artist-box.button {
  background: #19baed;
}
.button.-my-artist-box:hover, #mc_embed_signup .-my-artist-box.button:hover {
  background: #84c4e0;
}
.button.-create-together-art-box, #mc_embed_signup .-create-together-art-box.button {
  background: #e50052;
}
.button.-create-together-art-box:hover, #mc_embed_signup .-create-together-art-box.button:hover {
  background: #FC00C4;
}
.button--my-artist-box {
  background: #19baed;
}
.button--my-artist-box:hover {
  background: #84c4e0;
}
.button--create-together-art-box {
  background: #e50052;
}
.button--create-together-art-box:hover {
  background: #FC00C4;
}
.button--primary {
  background: #19baed;
}
.button--primary:hover {
  background: #84c4e0;
}
.button--secondary {
  background: #50247b;
}
.button--secondary:hover {
  background: #e1c3ff;
}
.button--tertiary {
  background: #e50052;
}
.button--tertiary:hover {
  background: #FC00C4;
}
.button--change {
  border: 2px solid #19baed;
  color: #4a4a4a;
}
.button--change:hover {
  background: #19baed;
  border: 2px solid #19baed;
}
.button--next {
  border: 2px solid #F69126;
  color: #4a4a4a;
}
.button--next:hover {
  background: #F69126;
  border: 2px solid #F69126;
}
.button--cancel {
  border: 2px solid #e50052;
  color: #4a4a4a;
}
.button--cancel:hover {
  background: #e50052;
  border: 2px solid #e50052;
}
.button--cancel-solid {
  background: #e50052;
}
.button--cancel-solid:hover {
  background: #e50052;
}
.button--pause {
  background: #fff500;
  color: #4a4a4a;
}
.button--skip {
  background: #F69126;
}
.button--light {
  color: #19baed;
}
.button--smaller {
  font-size: 15px;
  line-height: 19px;
  border-radius: 35px;
  padding: 2px 10px;
  max-height: 30px;
  border: 1px solid inherit;
}
.button--small {
  font-size: 13px;
  line-height: 14px;
  border-radius: 20px;
  padding: 2px 10px;
  max-height: 26px;
  border: 1px solid inherit;
}
.button--glass {
  background: rgba(255, 255, 255, 0.34);
}
.button--glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out;
}

.link {
  color: #19baed;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .button.is-large, #mc_embed_signup .is-large.button {
    font-size: 1.3rem;
  }
}
.button[disabled], #mc_embed_signup [disabled].button {
  color: #222;
}

.bg-create-together-art-box {
  background-color: #e50052;
}

.bg-my-artist-box {
  background-color: #19baed;
}

.offer__button {
  color: #363636;
}

.hero-section {
  background-color: #f0ecec !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.hero-cover-img {
  width: 490px;
  height: 490px;
  position: relative;
}

.hero-cover-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.hero-message {
  height: 570px;
  width: 306px;
  margin-left: 25px;
}

.hero-banner {
  vertical-align: top;
  text-align: center;
  color: white;
  border-radius: 0 0 21px 21px;
  width: 320px;
}

.hero-banner-1 {
  background-color: #50247b;
  border-radius: 0 0 21px 21px;
}

.hero-banner-2 {
  padding: 10px 7px;
}

.hero-tagline {
  color: #50247b;
  margin-top: 25px;
}

.hero-review {
  margin-top: 25px;
}

.hero-price-link {
  text-align: center;
  margin-top: 25px;
}

.hero-price-link span {
  padding: 0 15px;
}

.box-section {
  background-color: #50247b;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 0;
}

.box-content {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 30px;
  margin: 0 15px;
  width: 975px;
}

.box-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-right: 25px;
  overflow-x: auto;
}

.box-images img {
  max-height: 70px;
  aspect-ratio: 1/1;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

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

.box-description h2 {
  margin-bottom: 20px;
}

.box-description div {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.box-description-images {
  display: flex !important;
  flex-direction: row !important;
  max-height: 400px;
  max-width: 400px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scroll-snap-type: x mandatory !important;
}

.box-description-images img {
  max-height: 400px;
  max-width: 400px;
  aspect-ratio: 1/1;
  object-fit: cover !important;
  scroll-snap-align: center !important;
}

.box-description-images-sold-out {
  display: flex !important;
  flex-direction: row !important;
  max-height: 500px;
  max-width: 500px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scroll-snap-type: x mandatory !important;
}

.box-description-images-sold-out img {
  max-height: 500px;
  max-width: 500px;
  aspect-ratio: 1/1;
  object-fit: cover !important;
  scroll-snap-align: center !important;
}

.box-description-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  margin-left: 30px;
  text-align: left;
}

.box-description-text h1 {
  color: #50247b;
  margin-top: 20px;
  margin-bottom: 15px;
}

.box-description-text ol {
  margin-left: 20px;
  font-size: 20px;
}

.box-description-text ol li {
  margin-bottom: 25px;
}

.box-description-text ul {
  margin-left: 20px;
}

.cadence-activity-section {
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cadence-activity-content {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.cadence-activity div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cadence-activity div img {
  height: 75px;
  margin-right: 15px;
}

.cadence-activity-img img {
  height: 365px;
}

.purchase-benefits-section {
  background-color: #d8ccf4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.purchase-benefits {
  border-radius: 40px;
  background-color: white;
  margin-top: 15px;
  padding: 10px 0;
  width: 700px;
}

.purchase-benefit {
  padding: 10px 0;
}

.purchase-benefit:not(:first-child) {
  border-top: 1px solid black;
}

.purchase-benefit-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.purchase-benefit-header div {
  padding: 0 40px;
}

.purchase-benefit-header div:first-child {
  display: flex;
  flex-direction: row;
}

.purchase-benefit-header div:first-child h5 {
  margin: 7px 0 0 25px;
}

.purchase-benefit-header div:first-child img {
  height: 40px;
}

.purchase-benefit-desktop-img {
  display: block;
}

.purchase-benefit-mobile-img {
  display: none;
}

.purchase-benefit-header div:last-child {
  margin-top: 12px;
}

.purchase-benefit-content {
  font-weight: normal;
  margin: 10px 90px;
}

.final-offer-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #eeefef;
  padding: 20px 0;
}

.final-offer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 950px;
}

.final-offer-content img {
  max-height: 425px;
  margin-right: 30px;
}

.final-offer-link {
  text-align: center;
}

.past-products-section {
  background-color: #50247b;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.past-prdoucts-container {
  background-color: white;
  max-width: 950px;
  border-radius: 15px;
  padding: 7px 20px;
}

.past-products-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 7px;
}

.past-nav-buttons {
  width: 40px;
  height: 40px;
  background-color: #d8ccf4;
  color: #50247b;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.past-products-carousel {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.past-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: solid #e50052;
  border-radius: 10px;
  padding: 7px;
  margin: 3px;
  scroll-snap-align: end;
}

.past-product h5 {
  margin-bottom: 5px;
}

.past-product img {
  margin-bottom: 5px;
  max-width: 190px;
}

.past-product a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hero-section {
    width: 100%;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .hero-cover-img {
    width: 100%;
    padding-top: 100%;
    height: 0;
  }

  .hero-cover-img img {
    border-radius: 0;
  }

  .hero-message {
    height: 100%;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-banner-1 {
    border-radius: 0;
  }

  .hero-tagline, .hero-review, .hero-price-link {
    width: 260px;
    margin-top: 25px;
  }

  .box-section {
    padding: 15px 0;
  }

  .box-content {
    margin: 15px;
    padding: 15px;
  }

  .box-images {
    display: none !important;
  }

  .box-description h2 {
    margin-bottom: 10px;
  }

  .box-description-images {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description-images img {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description-images-sold-out {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description-images-sold-out img {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description div {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .box-description-text {
    margin: 0 10px;
  }

  .box-description-text ol {
    font-size: 20px;
  }

  .box-description-text ol li {
    margin-bottom: 15px;
  }

  #box-pricing-link {
    text-align: center;
  }

  .cadence-activity-section {
    margin: 15px auto;
  }

  .cadence-activity-content {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    width: 300px;
  }

  .cadence-activity div img {
    height: 60px;
    margin-right: 8px;
  }

  .purchase-benefits-section {
    padding-bottom: 55px;
  }

  .purchase-benefits {
    width: 350px;
  }

  .purchase-benefit-header div {
    padding: 0 20px;
  }

  .purchase-benefit-header div:first-child h5 {
    margin-left: 15px;
  }

  .purchase-benefit-content {
    margin: 10px 20px;
  }

  .purchase-benefit-desktop-img {
    display: none;
  }

  .purchase-benefit-mobile-img {
    display: block;
  }

  .final-offer-content {
    flex-direction: column;
    margin: 0 15px;
  }

  .final-offer-content img {
    max-height: 360px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .past-prdoucts-container {
    max-width: 350px;
  }

  .past-nav-buttons {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .box-content {
    width: 93%;
  }
}
.contains__box {
  padding: 20px;
  margin: auto;
  position: relative;
  height: 100%;
}
.contains__box img {
  position: absolute;
}
.contains__box--box {
  width: 70%;
  left: -10%;
  max-width: 300px;
}
.contains__box--current {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .contains__box {
    height: 250px;
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-bottom: 30px;
  }
}

.contains__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
}
@media screen and (min-width: 768px) {
  .contains__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.contains__bg {
  background: #eee;
  grid-area: 2/2/14/11;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .contains__bg {
    border-radius: 0;
    grid-area: 4/1/8/16;
  }
}
@media screen and (min-width: 768px) {
  .contains__bg {
    grid-area: 3/1/9/16;
  }
}
.contains__text {
  grid-area: 3/3/5/10;
  text-align: center;
  color: #50247b;
}
@media screen and (min-width: 768px) {
  .contains__text {
    grid-area: 5/3/7/8;
    text-align: left;
  }
}
@media screen and (min-width: 1216px) {
  .contains__text {
    grid-area: 5/4/7/7;
  }
}
.contains__image-wrap {
  grid-area: 6/1/13/12;
}
@media screen and (min-width: 768px) {
  .contains__image-wrap {
    grid-area: 3/8/10/15;
  }
}
@media screen and (min-width: 1216px) {
  .contains__image-wrap {
    grid-area: 3/8/9/14;
  }
}
.contains__image {
  padding: 20px;
  margin: auto;
  position: relative;
  height: 100%;
}
.contains__image img {
  position: absolute;
}
.contains__image--box {
  width: 70%;
  left: -10%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .contains__image--box {
    display: none;
  }
}
.contains__image--current {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  max-width: 360px;
}
@media screen and (max-width: 1024px) {
  .contains__image {
    height: 250px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }
}

.icon-blurb {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-template-rows: 1fr;
  gap: 15px 18px;
  grid-template-areas: "icon text" ". .";
  align-items: center;
}
.icon-blurb__icon {
  grid-area: icon;
}
.icon-blurb__text {
  grid-area: text;
}

.hero--cadence {
  display: none;
  background-size: cover;
  position: relative;
  padding: 80px 20px;
  background: #50247b;
}
.hero--cadence > .hero__text {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .hero--cadence {
    display: block;
    background-size: contain;
    padding: 30px 20px;
  }
}
.hero__bar {
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.hero__bar--purple {
  background: #50247b;
}
@media screen and (max-width: 768px) {
  .hero__bar {
    height: 87%;
  }
}
.hero__box {
  padding: 30px;
  border-radius: 20px;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.12));
}
.hero__box--white {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .hero__box-image {
    max-width: 200px;
    margin: auto;
  }
}
.hero__list li {
  font-family: "Karla", sans-serif;
}

/*# sourceMappingURL=cadence.css.map */
