@charset "UTF-8";
/*
 Theme Name:   Cloud Nine
 Theme URI:    https://bricksbuilder.io/
 Description:  AdMagic's Theme for Wordpress
 Author:       Ad Magic Labs
 Author URI:   https://admagic.com
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* 
    a 3D-esque button which looks like bubbling plastic
    extend me!
*/
.plastic, .quote-button, .saucer {
  transition: 0.1s all ease !important;
  border-radius: 10px;
}
.plastic:hover:not(:active):not(.navigator-open .plastic):not(.navigator-open .quote-button):not(.navigator-open .saucer), .quote-button:hover:not(:active):not(.navigator-open .plastic):not(.navigator-open .quote-button):not(.navigator-open .saucer), .saucer:hover:not(:active):not(.navigator-open .plastic):not(.navigator-open .quote-button):not(.navigator-open .saucer) {
  transform: scale(1.1);
  border-radius: 15px;
  filter: contrast(120%);
}
.plastic:active, .quote-button:active, .saucer:active {
  transform: scale(1);
}
.plastic:is(.navigator-open .saucer), .saucer:is(.navigator-open .saucer) {
  transform: scale(0.8);
}
.plastic:active, .quote-button:active, .saucer:active, .plastic:is(.navigator-open .saucer), .saucer:is(.navigator-open .saucer) {
  border-radius: 15px;
  filter: contrast(120%);
}

/*
    A button that softly presses in like a pillow
    extend me!
*/
.plush, #nav-drawer #home-btn, .plush > *, #nav-drawer #home-btn > * {
  transition: all 0.2s ease-in;
}
.plush:hover:not(:active), #nav-drawer #home-btn:hover:not(:active) {
  filter: brightness(0.9);
}
.plush:active > *, #nav-drawer #home-btn:active > * {
  transform: scale(0.9);
  filter: brightness(1.1);
}

.no-drag, #mp-hero #hero-wrap #hero-r .box-abs, #mp-hero #hero-wrap #hero-r #dm, #mp-hero #hero-wrap #hero-r #sh, #mp-hero #hero-wrap #hero-r #jh, #mp-hero #hero-wrap #hero-r #cah, #mp-hero #hero-wrap #hero-l * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.flat {
  background: #271a4a;
}

.purp {
  background: linear-gradient(#6F19C9, #CF79F8, #6F19C9);
}

.light-purp {
  background: #4d368a;
}

.dusk {
  background: linear-gradient(to bottom, #18003C, #B768AA);
}

.blue {
  background: linear-gradient(to bottom, #000A36, #3D3C9A, #7661F1, #8067FF, #413F9F);
}

[animation=radius] {
  position: relative;
}
[animation=radius] .particle {
  position: absolute;
  pointer-events: none;
}
[animation=radius] .particle::before {
  position: relative;
  left: var(--mouse-x);
  top: var(--mouse-y);
  content: "✦ ";
  color: #fff;
  font-size: 10px;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s transform ease;
  display: block;
}
[animation=radius]:hover .particle::before {
  transform: scale(1);
}

#nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 190000;
}
#nav-wrapper > div {
  margin-top: 15px;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1200px) {
  #nav-wrapper {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  #nav-wrapper > div {
    padding: 0px 5px 0px 30px;
  }
}

.nav-brand {
  display: block;
}

.garland {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .garland {
    display: none;
  }
}

.saucer {
  min-width: 200px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 500000000000000000000000;
  padding: 10px 50px 10px 50px;
  background: rgba(33, 33, 33, 0.38);
  border: 1.5px solid #f5f5f5;
}
.saucer h6 {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .saucer {
    order: 4;
    min-width: unset;
    padding: 10px 0px 10px 0px;
    margin-right: 1em;
  }
  .saucer h6 {
    visibility: hidden;
    width: 50px;
  }
  .saucer .brx-submenu-toggle span {
    display: none;
  }
  .saucer .toggle {
    left: unset;
    right: unset;
  }
}
@media screen and (min-width: 1200px) {
  .saucer .brx-dropdown-content {
    min-width: 400px;
  }
}

.toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.toggle * {
  transition: 0.2s all;
}

.quote-button {
  padding: 10px 30px 10px 30px;
  color: #f5f5f5;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "futura-pt-bold";
  font-weight: 700;
  text-wrap: nowrap;
  background: rgba(255, 140, 0, 0.92);
  border-bottom-right-radius: 0px;
  border-style: solid;
  border-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .quote-button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .quote-button {
    left: auto;
    right: 110px;
    position: absolute;
  }
}

#nav-drawer {
  position: fixed;
  align-self: center !important;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5000000;
  bottom: 0px;
  transition: 0.3s all;
  left: 0;
  /*
      Custom Printed
  */
  /*
      Specialty
  */
  /*
      Info
  */
}
#nav-drawer:not(.navigator-open #nav-drawer) {
  pointer-events: none;
}
#nav-drawer #close-wrapper {
  align-self: center !important;
  align-items: center;
  transition: 0.3s all;
  position: fixed;
  top: 60px;
}
#nav-drawer #close-wrapper:not(.navigator-open #close-wrapper) {
  opacity: 0;
}
#nav-drawer #close-wrapper:active {
  filter: brightness(0.8);
}
#nav-drawer #nav-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s all;
}
#nav-drawer #nav-blur:is(.navigator-open #nav-blur) {
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  opacity: 1;
}
#nav-drawer #nav-blur:active {
  filter: brightness(0.8);
}
#nav-drawer .navigator-open #accordion-wrapper {
  transform: translateY(0%);
}
#nav-drawer #accordion-wrapper {
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 300px 50px rgba(245, 245, 245, 0.3);
  max-width: 800px;
  transition: 0.3s all;
}
#nav-drawer #accordion-wrapper:not(.navigator-open #accordion-wrapper) {
  box-shadow: none;
  transform: translateY(100%);
}
#nav-drawer #home-btn {
  background: rgba(167, 173, 255, 0.81);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
#nav-drawer .nav-btn {
  display: flex;
  flex-direction: column;
  background: rgba(102, 45, 145, 0.63);
}
#nav-drawer .accordion-bg {
  -webkit-backdrop-filter: brightness(2);
  backdrop-filter: brightness(1.5);
}
#nav-drawer #btn-1 {
  background: rgba(255, 71, 163, 0.77);
}
#nav-drawer #btn-2 {
  background: rgba(244, 167, 40, 0.79);
}
#nav-drawer #btn-3 {
  background: rgba(200, 110, 225, 0.84);
  filter: hue-rotate(90deg);
}
#nav-drawer .btn-txt {
  padding: 25px 50px 25px 50px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  color: #f5f5f5;
  text-transform: uppercase;
  font-family: "futura-pt-bold";
  font-weight: 700;
}
#nav-drawer .nav-link-icon {
  transition: 0.2s all;
}
#nav-drawer .nav-link-icon:hover {
  filter: brightness(1.4);
  scale: 1.1;
}
#nav-drawer .nav-link-icon:active {
  filter: brightness(1.2);
  scale: 0.9;
}

.nav-icon-button {
  border-top-left-radius: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#footer {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  bottom: 0px;
  background: #3d3197;
}
#footer p a {
  color: #fff !important;
}
#footer #footer-wrap {
  flex-direction: row;
  justify-content: space-between;
}
#footer #footer-wrap #footer-left {
  display: flex;
  align-self: flex-start !important;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
}
@media screen and (max-width: 800px) {
  #footer #footer-wrap #footer-left {
    flex-direction: column;
    gap: 30px;
  }
}
#footer #footer-wrap #footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch !important;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  white-space: nowrap;
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  #footer #footer-wrap #footer-right {
    align-items: flex-start;
  }
  #footer #footer-wrap #footer-right #menu-footer-right {
    display: block !important;
    padding-bottom: 30px;
  }
  #footer #footer-wrap #footer-right #menu-footer-right li {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  #footer #footer-wrap {
    flex-direction: column;
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  #footer {
    padding: 50px 10px;
  }
}

@media screen and (min-width: 800px) {
  .footer #footer-right .brxe-nav-menu .bricks-nav-menu > li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -18px;
    top: 0px;
  }
}
.big-cards-container {
  background-color: #fff;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0 !important;
  border-radius: 15px;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card:not(.hide-overlay)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  z-index: 1;
  left: 0px;
  border-radius: 15px;
  overflow: hidden;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card {
  position: relative;
  font-family: "futura-pt";
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
  padding: 40px;
  background-size: cover;
  background-position: center;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card.light {
  color: #fff;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card.dark {
  color: #000;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card .title {
  margin-bottom: 0px;
  line-height: 1;
  font-weight: lighter;
  font-size: 27px;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card .tag {
  font-size: 31.5px;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card p {
  font-size: 20px;
  transition: 0.3s all ease-in-out;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card p:hover {
  letter-spacing: 5px;
}
.big-cards-container .big-cards-container-inner .big-card-wrap .big-card * {
  z-index: 2;
}

.big-cards-container:not(.big-cards-slider) {
  padding: 20px 20px 20px 20px;
  max-width: 1140px;
  align-self: center;
  margin: 0 auto;
}
.big-cards-container:not(.big-cards-slider) .big-cards-container-inner {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card {
  aspect-ratio: 4/5;
  align-items: center;
}
.big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card .title {
  letter-spacing: -0.7px;
  padding-top: 2vw;
}
.big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card .tag {
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap {
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    width: 5000px;
  }
}
@media screen and (max-width: 1200px) {
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap {
    flex-basis: 100%;
  }
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card {
    padding: 40px 15px;
  }
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card .tag {
    line-height: 1;
    font-size: 28px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card .title {
    font-size: 24px;
  }
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner .big-card-wrap .big-card .tag {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .big-cards-container:not(.big-cards-slider) .big-cards-container-inner {
    max-width: 500px;
  }
}

.big-cards-container.big-cards-slider {
  overflow: hidden;
  width: 100%;
}
.big-cards-container.big-cards-slider .big-cards-container-inner {
  display: flex;
}
.big-cards-container.big-cards-slider .big-cards-container-inner .big-card-wrap {
  width: 33%;
  flex: 0 0 33%;
  padding: 20px;
  padding-right: 0px;
}
.big-cards-container.big-cards-slider .big-cards-container-inner .big-card-wrap .big-card {
  aspect-ratio: 3/2;
  align-items: end;
}
.big-cards-container.big-cards-slider .big-cards-container-inner .big-card-wrap .big-card .tag {
  text-align: right;
}
@media screen and (min-width: 440px) {
  .big-cards-container.big-cards-slider .big-cards-container-inner .big-card-wrap {
    min-width: 400px;
  }
}
@media screen and (max-width: 440px) {
  .big-cards-container.big-cards-slider .big-cards-container-inner .big-card-wrap {
    min-width: calc(100% - 20px);
  }
}

.big-cards-container.big-cards-slider.big-cards-slider-thin .big-cards-container-inner {
  display: flex;
}
.big-cards-container.big-cards-slider.big-cards-slider-thin .big-cards-container-inner .big-card-wrap:hover:nth-child(even):not(:active) .big-card {
  transform: scale(0.9) rotate(-1deg);
}
.big-cards-container.big-cards-slider.big-cards-slider-thin .big-cards-container-inner .big-card-wrap:hover:nth-child(odd):not(:active) .big-card {
  transform: scale(0.9) rotate(1deg);
}
.big-cards-container.big-cards-slider.big-cards-slider-thin .big-cards-container-inner .big-card-wrap:active .big-card {
  transform: scale(1) rotate(-deg);
}
.big-cards-container.big-cards-slider.big-cards-slider-thin .big-cards-container-inner .big-card-wrap .big-card {
  transition: 0.3s all ease-in-out;
  aspect-ratio: 4/1 !important;
}
.big-cards-container.big-cards-slider.big-cards-slider-thin .big-cards-container-inner .big-card-wrap .big-card .tag {
  white-space: nowrap;
}

.big-grid {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 100px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1020px) {
  .big-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.big-grid .big-grid-inner {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.big-grid .big-grid-inner .big-grid-glow {
  width: 450px;
  position: absolute;
  margin-top: -2%;
}
.big-grid .big-grid-inner .big-grid-img {
  width: 300px;
  z-index: 3;
  padding-top: 40px;
}
.big-grid .big-grid-inner h2 {
  font-size: 45px;
  font-family: "Canela";
  color: rgb(245, 245, 245);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big-grid .big-grid-inner h2 {
    line-height: 1.2;
    max-width: 400px;
  }
}
.big-grid .big-grid-inner p {
  font-family: "Canela";
  color: rgb(245, 245, 245);
  text-align: center;
  line-height: 1.4;
  max-width: 800px;
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  .big-grid .big-grid-inner p {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .big-grid .big-grid-inner p {
    font-size: 18px;
    max-width: 400px;
  }
}
.big-grid .big-grid-inner .big-grid-items {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  row-gap: 40px;
  column-gap: 40px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .big-grid .big-grid-inner .big-grid-items {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .big-grid .big-grid-inner .big-grid-items {
    margin-top: 20px;
  }
}
.big-grid .big-grid-inner .big-grid-items .big-grid-item {
  display: flex;
  align-items: center;
  background-color: #6354d1;
  border-radius: 50px;
}
@media screen and (min-width: 1020px) {
  .big-grid .big-grid-inner .big-grid-items .big-grid-item {
    justify-content: center;
    width: calc(50% - 80px);
    aspect-ratio: 1/1;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .big-grid .big-grid-inner .big-grid-items .big-grid-item .big-grid-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 1020px) {
  .big-grid .big-grid-inner .big-grid-items .big-grid-item {
    width: 100%;
    height: 150px;
    padding: 0 20px;
  }
  .big-grid .big-grid-inner .big-grid-items .big-grid-item .big-grid-item-img {
    height: 50px;
    width: 100px !important;
    object-fit: contain;
    margin-right: 20px;
    flex-shrink: 0;
  }
}
.big-grid .big-grid-inner .big-grid-items .big-grid-item h3 {
  color: rgb(245, 245, 245);
  font-family: "Canela";
  font-weight: 400;
}
@media screen and (min-width: 1020px) {
  .big-grid .big-grid-inner .big-grid-items .big-grid-item h3 {
    margin-top: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 1020px) {
  .big-grid .big-grid-inner .big-grid-items .big-grid-item h3 {
    white-space: wrap;
  }
  .big-grid .big-grid-inner .big-grid-items .big-grid-item h3 br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .big-grid .big-grid-inner .big-grid-items .big-grid-item h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .big-grid .big-grid-inner .big-grid-items .big-grid-item h3 {
    font-size: 24px;
    text-align: left;
  }
}

.card-ribbon-container {
  transform: rotate(-10deg);
  width: 100%;
}
.card-ribbon-container .card-ribbon-container-inner {
  display: flex;
  padding-top: 30px;
  padding-bottom: 100px;
  color: #fff;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap {
  flex: 0 0 170px;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides {
  position: relative;
  height: 200px;
  width: 150px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none !important;
  cursor: ew-resize;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides .reflection {
  display: none;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides .card-ribbon-card-front,
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides .card-ribbon-card-back {
  height: 100%;
  width: 100%;
  background-size: cover;
  aspect-ratio: 3/4;
  position: absolute !important;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides.flipped .card-ribbon-card-front {
  transform: rotate3d(0, 1, 0, 180deg);
  z-index: 0;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides.flipped .card-ribbon-card-back {
  transform: rotate3d(0, 1, 0, 0deg);
  z-index: 1;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides:not(.flipped) .card-ribbon-card-front {
  transform: rotate3d(0, 1, 0, 0deg);
  z-index: 1;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-sides:not(.flipped) .card-ribbon-card-back {
  transform: rotate3d(0, 1, 0, 180deg);
  z-index: 0;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-title {
  padding-top: 15px;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-tag {
  opacity: 0.8;
}
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-title,
.card-ribbon-container .card-ribbon-container-inner .card-ribbon-wrap .card-ribbon-card-wrap .card-ribbon-card-tag {
  font-size: 14px;
  font-weight: 400;
}

.card-ribbon-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  color: #f5f5f5;
  font-family: "futura-pt";
  flex-direction: column;
  overflow: hidden;
}
.card-ribbon-section .card-ribbon-section-text {
  text-align: right;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 980px) {
  .card-ribbon-section .card-ribbon-section-text {
    font-size: 90px;
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 980px) {
  .card-ribbon-section .card-ribbon-section-text {
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 1;
  }
}

.cta-wrapper {
  position: relative;
  padding-top: 75px;
  background-color: #1e1441;
  padding-left: 20px;
  padding-right: 20px;
}
.cta-wrapper .cta-inner {
  margin-bottom: 75px;
}
.cta-wrapper .cta-inner .cta-overlay {
  mix-blend-mode: screen;
  opacity: 0.28;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.cta-wrapper .cta-inner .cta-copy-img img {
  object-fit: fill;
  padding-left: 12%;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cta-wrapper .cta-inner .cta-copy-img img {
    padding-bottom: 50px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 599px) {
  .cta-wrapper .cta-inner .cta-copy-img img {
    scale: 1.5;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 600px) {
  .cta-wrapper .cta-inner .cta-copy-img img {
    margin-top: -10%;
  }
}
.cta-wrapper .cta-inner .cta-orb {
  background-color: rgba(62, 34, 116, 0.28);
  width: 100%;
  z-index: 5;
  margin-top: -10%;
  align-self: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .cta-wrapper .cta-inner .cta-orb {
    border-radius: 200px;
  }
}
@media screen and (max-width: 599px) {
  .cta-wrapper .cta-inner .cta-orb {
    padding-left: 20px;
    padding-right: 25px;
    border-radius: 30px;
  }
}
.cta-wrapper .cta-inner .cta-orb .cta-comet {
  z-index: 1;
  margin-top: -5%;
  object-fit: contain;
}
@media screen and (min-width: 600px) {
  .cta-wrapper .cta-inner .cta-orb .cta-comet {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .cta-wrapper .cta-inner .cta-orb .cta-comet {
    height: 350px;
  }
}
.cta-wrapper .cta-inner .cta-orb .cta-content {
  margin-top: -70px;
  align-self: center !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
.cta-wrapper .cta-inner .cta-orb .cta-content .cta-header {
  font-family: "Canela";
  font-weight: 300;
  color: var(--bricks-color-ea3a9e);
  margin-bottom: 0.5em;
}
.cta-wrapper .cta-inner .cta-orb .cta-content .cta-button {
  font-family: "futura-pt-bold";
  font-weight: 700;
  color: #ffc354;
  text-wrap: nowrap;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #ffc354;
  border-radius: 30px;
  transition: 0.1s all ease;
  z-index: 5;
  position: relative;
  align-self: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cta-wrapper .cta-inner .cta-orb .cta-content .cta-button:hover {
  transform: scale(1.1);
  border-radius: 15px;
  filter: contrast(120%);
}
.cta-wrapper .cta-inner .cta-orb .cta-content .cta-button:active {
  transform: scale(1);
  border-radius: 15px;
  filter: contrast(120%);
}
.cta-wrapper .cta-glow {
  position: absolute;
  height: 500px;
  bottom: -8%;
  object-fit: contain;
}

.emoji-blurbs-outer {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 5em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "futura-pt";
}
.emoji-blurbs-outer .emoji-blurbs-copy-container {
  margin-top: 5em;
  padding-right: 30px;
}
.emoji-blurbs-outer:not(.left) .emoji-blurbs-copy-container {
  max-width: 760px;
  padding-left: 30px;
}
.emoji-blurbs-outer:not(.left) .emoji-blurbs-header {
  text-align: center;
}
.emoji-blurbs-outer:not(.left) .emoji-blurbs-copy {
  text-align: center;
}
.emoji-blurbs-outer .emoji-blurbs-header {
  text-transform: uppercase;
  font-size: 30px;
  font-style: italic;
  letter-spacing: -2px;
}
.emoji-blurbs-outer .emoji-blurbs-copy {
  margin-top: 1em;
  font-size: 25px;
}
.emoji-blurbs-outer .emoji-blurbs {
  justify-content: space-between;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 20px 20px;
  gap: 30px;
}
.emoji-blurbs-outer .emoji-blurbs:has(.emoji-blurb ul) {
  background-color: transparent;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb:has(ul) p {
  display: none;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb:has(ul) h3 {
  margin-bottom: 1em !important;
  font-weight: 400 !important;
  font-family: "futura-pt" !important;
  font-style: italic;
  text-transform: uppercase;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb:has(ul) li {
  font-weight: 600;
  line-height: 1.2;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb {
  filter: backdrop-blur(10px);
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s ease-in-out all;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb ul {
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
  font-size: 22px;
  padding: 0;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .emoji-blurbs-outer .emoji-blurbs .emoji-blurb {
    flex-basis: calc(33% - 30px);
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .emoji-blurbs-outer .emoji-blurbs .emoji-blurb {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (max-width: 800px) {
  .emoji-blurbs-outer .emoji-blurbs .emoji-blurb {
    flex-basis: 100%;
  }
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb .emoji {
  font-size: 50px;
  margin-bottom: 10px;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb .title {
  font-size: 22px;
  font-weight: 500;
  font-family: "futura-pt-bold";
  margin-bottom: 3px;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb .copy {
  font-weight: 400;
  font-size: 21px;
}
.emoji-blurbs-outer .emoji-blurbs .emoji-blurb:hover {
  transform: scale(1.1);
}
.emoji-blurbs-outer.icon-pill .emoji-blurbs {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  gap: 20px;
}
.emoji-blurbs-outer.icon-pill .emoji-blurb {
  padding: 0;
  text-align: center;
  background: none;
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.emoji-blurbs-outer.icon-pill .emoji-blurb .emoji {
  font-size: 100px;
  margin-bottom: 10px;
}
.emoji-blurbs-outer.icon-pill .emoji-blurb .copy {
  font-size: 19px;
  margin-top: 1em;
}
.emoji-blurbs-outer.icon-pill .emoji-blurb > div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1400px) {
  .emoji-blurbs-outer.compact .emoji-blurb {
    flex-basis: calc(25% - 30px);
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .emoji-blurbs-outer.compact .emoji-blurb {
    flex-basis: calc(50% - 30px);
  }
}

.info-cards-wrap,
.info-cards-wrap-alt {
  width: 100%;
  background: #000;
  font-family: "futura-pt";
  letter-spacing: -1px;
  line-height: 1.2;
  padding-bottom: 50px;
}
.info-cards-wrap a,
.info-cards-wrap-alt a {
  color: #c581dd;
}
.info-cards-wrap .info-cards-copy-container,
.info-cards-wrap .info-cards-container,
.info-cards-wrap-alt .info-cards-copy-container,
.info-cards-wrap-alt .info-cards-container {
  max-width: 1140px;
  padding: 20px;
  margin: 0 auto;
}
.info-cards-wrap .info-cards-copy-container .info-cards-blurbs-copy,
.info-cards-wrap .info-cards-container .info-cards-blurbs-copy,
.info-cards-wrap-alt .info-cards-copy-container .info-cards-blurbs-copy,
.info-cards-wrap-alt .info-cards-container .info-cards-blurbs-copy {
  font-size: 25px;
}
.info-cards-wrap .info-cards-copy-container,
.info-cards-wrap-alt .info-cards-copy-container {
  color: #fff;
  padding-top: 100px;
}
.info-cards-wrap .info-cards-container,
.info-cards-wrap-alt .info-cards-container {
  gap: 20px;
}
.info-cards-wrap .info-cards-container .info-card-title,
.info-cards-wrap .info-cards-container .info-card-body,
.info-cards-wrap-alt .info-cards-container .info-card-title,
.info-cards-wrap-alt .info-cards-container .info-card-body {
  font-size: 25px;
}
.info-cards-wrap .info-cards-container .info-card-image-caption,
.info-cards-wrap-alt .info-cards-container .info-card-image-caption {
  font-size: 18px;
  text-align: center;
}

.info-cards-wrap-alt {
  color: #fff;
  gap: 20px;
}
.info-cards-wrap-alt .info-cards-copy-container {
  text-align: center;
}
.info-cards-wrap-alt .info-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .info-cards-wrap-alt .info-card {
    flex-direction: column-reverse !important;
    align-items: center;
  }
  .info-cards-wrap-alt .info-card .info-card-image {
    object-position: center center !important;
    margin-bottom: 50px;
  }
}
.info-cards-wrap-alt .info-card .info-card-body-wrap {
  flex-basis: 50%;
  margin-bottom: 75px;
}
.info-cards-wrap-alt .info-card .info-card-slider {
  height: 250px;
  flex: 1;
  width: 100%;
}
.info-cards-wrap-alt .info-card .info-card-slider .info-card-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center right;
  min-height: 0;
}
.info-cards-wrap-alt .info-card:nth-child(2n) {
  flex-direction: row-reverse;
}
.info-cards-wrap-alt .info-card:nth-child(2n) .info-card-image {
  object-position: center left;
}

.info-cards-wrap .info-cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-cards-wrap .info-cards-container .info-card {
  border-radius: 15px;
  overflow: hidden;
}
.info-cards-wrap .info-cards-container .info-card .info-card-body-wrap {
  padding: 50px;
}
.info-cards-wrap .info-cards-container .info-card.info-card-crunch .info-card-body-wrap {
  padding: 50px 50px 0 50px;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  .info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    aspect-ratio: 8/10;
  }
}
@media screen and (max-width: 980px) {
  .info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) {
    width: 100%;
    aspect-ratio: 8/10;
    min-height: 800px;
  }
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) .info-card-slider {
  flex: 1;
  overflow: hidden;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) .info-card-slider .info-card-slides {
  height: 100%;
  display: flex;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) .info-card-slider .info-card-slides .info-card-slide {
  height: 100%;
  flex: 0 0 100%;
  min-width: 0;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-full-width) .info-card-slider .info-card-slides .info-card-slide .info-card-image {
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
  min-height: 0;
}
.info-cards-wrap .info-cards-container .info-card.info-card-seamless .info-card-image {
  height: 100%;
  width: 100% !important;
  object-fit: cover !important;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-seamless).info-card-full-width .info-card-image {
  margin-right: 20px;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-seamless):not(info-card-full-width) .info-card-slider {
  max-height: 60%;
}
.info-cards-wrap .info-cards-container .info-card:not(.info-card-seamless):not(info-card-full-width) .info-card-slider .info-card-slide {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.purple-pill-outer {
  background-color: #201344;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
.purple-pill-outer .purple-pill-inner {
  padding-top: 50px;
  padding-right: 10%;
  padding-bottom: 20px;
  padding-left: 10%;
  background-image: url(/wp-content/uploads/2025/02/Asset-110bg-1024x315.webp);
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .purple-pill-outer .purple-pill-inner {
    background-size: cover;
    border-radius: 100px;
  }
}
.purple-pill-outer .purple-pill-inner .purple-pill-header {
  text-align: center;
  color: #f5f5f5;
  font-family: "Canela";
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .purple-pill-outer .purple-pill-inner .purple-pill-header {
    margin-bottom: 2em;
  }
}
.purple-pill-outer .purple-pill-inner .purple-pill-items {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .purple-pill-outer .purple-pill-inner .purple-pill-items {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .purple-pill-outer .purple-pill-inner .purple-pill-items {
    flex-direction: column;
  }
}
.purple-pill-outer .purple-pill-inner .purple-pill-items .purple-pill-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}
.purple-pill-outer .purple-pill-inner .purple-pill-items .purple-pill-item .purple-pill-img {
  height: 100px;
}
.purple-pill-outer .purple-pill-inner .purple-pill-items .purple-pill-item .purple-pill-item-label {
  position: relative;
  text-align: center;
  color: #f5f5f5;
  font-family: "Canela";
  font-weight: 400;
  bottom: 0px;
  margin-top: 0.2em;
}

.pill {
  width: 100%;
  padding: 75px 30px;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pill:not(.flat) {
  background: linear-gradient(to bottom, #18003C, #B768AA);
}
.pill .pill-wrap {
  margin-bottom: 2em;
  background: rgba(224, 112, 193, 0.28);
  border-radius: 300px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s all ease-in-out;
}
@media screen and (max-width: 600px) {
  .pill .pill-wrap {
    flex-direction: column;
  }
}
.pill .pill-wrap img {
  width: 200px;
  max-height: 200px;
  object-fit: contain;
  transition: 0.1s all ease-in-out;
  position: relative;
}
.pill .pill-wrap img:hover {
  transform: scale(1.2) rotate(1deg);
}
.pill .pill-wrap img:active {
  transform: scale(1.1);
}
.pill .pill-wrap .pill-gallery {
  z-index: 5;
}
.pill .pill-wrap:has(img:hover) {
  transform: scale(0.9);
}
.pill h2 {
  margin-bottom: 0.5em;
  font-size: 40px;
  font-family: "Canela";
  font-weight: 700;
  text-align: center;
}
.pill p {
  z-index: 4;
  font-family: "Canela";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .pill p br {
    display: none;
  }
}

.product-section-outer {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.product-section-outer .product-section-wrap {
  position: relative;
}
.product-section-outer .product-section-wrap .blur {
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-section-outer .product-section-wrap .product-section-content {
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 4em;
  width: 1080px;
}
@media screen and (min-width: 1200px) {
  .product-section-outer .product-section-wrap .product-section-content {
    flex-direction: row;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-section-outer .product-section-wrap .product-section-content .cross-out {
    position: absolute;
    width: 86%;
    top: 25px;
    border-top: 3px solid var(--bricks-color-ea3a9e);
    right: 10px;
    transform-origin: left;
  }
  .product-section-outer .product-section-wrap .product-section-content .addendum {
    position: absolute;
    width: 200px;
    left: 82%;
    top: -85px;
  }
  .product-section-outer .product-section-wrap .product-section-content #copy #text {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .product-section-outer .product-section-wrap .product-section-content {
    flex-direction: column;
    padding-top: min(18.75vw, 150px);
    padding-bottom: min(15vw, 120px);
  }
  .product-section-outer .product-section-wrap .product-section-content .cross-out {
    position: absolute;
    width: 50%;
    top: 3.5vw;
    border-top: 3px solid var(--bricks-color-ea3a9e);
    left: 0px;
    transform-origin: left;
  }
  .product-section-outer .product-section-wrap .product-section-content .addendum {
    position: absolute;
    width: 20vw;
    left: 23vw;
    top: -8vw;
  }
  .product-section-outer .product-section-wrap .product-section-content h3 br.a:not(.quote-product-section br.a) {
    display: none;
  }
  .product-section-outer .product-section-wrap .product-section-content #products {
    padding: 0px 20px;
  }
  .product-section-outer .product-section-wrap .product-section-content #products:not(.preserve-layout) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
  }
  .product-section-outer .product-section-wrap .product-section-content #products .product-sec-item,
  .product-section-outer .product-section-wrap .product-section-content #products .product-sec-item img {
    transform: none !important;
  }
  .product-section-outer .product-section-wrap .product-section-content #products.quote-products {
    padding-bottom: 30px;
  }
  .product-section-outer .product-section-wrap .product-section-content #products.quote-products > .product-sec-item {
    right: unset !important;
    margin: unset !important;
  }
  .product-section-outer .product-section-wrap .product-section-content #products.quote-products > .product-sec-item:nth-child(1) {
    width: 40vw !important;
    left: 6vw;
    top: unset !important;
  }
  .product-section-outer .product-section-wrap .product-section-content #products.quote-products > .product-sec-item:nth-child(2) {
    width: 40vw !important;
    top: 5vw !important;
    left: 26vw;
  }
  .product-section-outer .product-section-wrap .product-section-content #products.quote-products > .product-sec-item:nth-child(3) {
    width: 60vw !important;
    left: 31vw;
    top: unset !important;
  }
  .product-section-outer .product-section-wrap .product-section-content #products.quote-products > .product-sec-item:nth-child(4) {
    width: 80vw !important;
    left: 26vw;
    top: 20vw !important;
    max-width: unset;
  }
  .product-section-outer .product-section-wrap .product-section-content #products:not(.preserve-layout) .product-sec-item {
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }
  .product-section-outer .product-section-wrap .product-section-content #copy #text {
    line-height: 1;
    letter-spacing: -0.05vw !important;
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.product-section-outer .product-section-wrap .product-section-content #copy {
  z-index: 10;
  position: relative;
  width: auto;
}
.product-section-outer .product-section-wrap .product-section-content #copy #text {
  color: #f5f5f5;
  font-family: "ATC Arquette";
  text-wrap: pretty;
  letter-spacing: 10px;
  text-align: right;
  font-weight: 900;
  padding-bottom: 0;
  align-self: flex-start;
  white-space: nowrap;
}
.product-section-outer .product-section-wrap .product-section-content #products {
  width: 100%;
  position: relative;
}
.product-section-outer .product-section-wrap .product-sec-item {
  transition: 0.1s scale ease-in-out;
}
.product-section-outer .product-section-wrap .product-sec-item:hover:not(:active) {
  scale: 1.1;
}
.product-section-outer .product-section-wrap .product-sec-item img {
  height: auto !important;
}

.fw {
  width: auto;
}

.quick-links {
  text-align: left;
  padding: 50px 20px;
  font-family: "futura-pt-bold";
  background-color: #40277d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.quick-links h2 {
  font-size: 30px;
}
.quick-links .link-boxes {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: visible;
  scroll-snap-type: x mandatory;
}
.quick-links .link-boxes .link-box {
  padding: 30px 20px;
  background: linear-gradient(to bottom, #00143D, #202A6D, #5249B9);
  background-size: cover;
  background-position: center;
  height: 400px;
  font-size: 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.1s all ease-in-out;
  line-height: 1.2;
  width: 300px;
}
.quick-links .link-boxes .link-box .emoji {
  font-size: 150px;
  margin-top: 50px;
}
.quick-links .link-boxes .link-box:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.quick-links .link-boxes .link-box:active {
  transform: scale(0.9);
}

@media screen and (min-width: 450px) {
  .quiz-wrap {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 450px) {
  #quiz-root {
    width: 100%;
  }
}

.quiz-container {
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  font-family: "futura-pt";
}
@media screen and (min-width: 450px) {
  .quiz-container {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
.quiz-container .targeted-wrap {
  color: #fff;
  padding-top: 80px;
  padding-left: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  width: 100%;
}
.quiz-container .targeted-wrap .targeted-product {
  height: 200px;
}
.quiz-container .targeted-wrap .targeted-product-info {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quiz-container .targeted-wrap .targeted-product-info .targeted-product-blurb {
  font-size: 20px;
}
.quiz-container .targeted-wrap .targeted-product-info a {
  color: #ea983e;
}
.quiz-container .quiz-question-wrap {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInUp 0.6s ease forwards;
  max-width: 400px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  filter: backdrop-filter(blur(10px));
  webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 30px;
}
@media screen and (min-width: 600px) {
  .quiz-container .quiz-question-wrap .quiz-query {
    font-size: 30px;
  }
  .quiz-container .quiz-question-wrap .quiz-emoji {
    font-size: 100px;
  }
}
@media screen and (max-width: 600px) {
  .quiz-container .quiz-question-wrap .quiz-query {
    font-size: 18px;
  }
  .quiz-container .quiz-question-wrap .quiz-emoji {
    font-size: 50px;
  }
}
.quiz-container .quiz-question-wrap .quiz-option {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 20px;
  margin: 10px 0px;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.2s all ease;
}
@media screen and (max-width: 600px) {
  .quiz-container .quiz-question-wrap .quiz-option h2 {
    font-size: 15px;
  }
}
.quiz-container .quiz-question-wrap .quiz-option h2 {
  font-weight: normal;
}
.quiz-container .quiz-question-wrap .quiz-option:hover {
  background: #fff;
  color: #5f308c;
  cursor: pointer;
  scale: 1.05;
}
.quiz-container .quiz-question-wrap .quiz-option:active {
  background: #fff;
  color: #5f308c;
  cursor: pointer;
  scale: 0.95;
}
.quiz-container .quiz-question-wrap .quiz-option:nth-child(1) {
  animation-delay: 0s;
}
.quiz-container .quiz-question-wrap .quiz-option:nth-child(2) {
  animation-delay: 0.1s;
}
.quiz-container .quiz-question-wrap .quiz-option:nth-child(3) {
  animation-delay: 0.2s;
}
.quiz-container .quiz-question-wrap .quiz-option:nth-child(4) {
  animation-delay: 0.3s;
}
.quiz-container .quiz-question-wrap .quiz-option:nth-child(5) {
  animation-delay: 0.4s;
}
.quiz-container .quiz-question-wrap .quiz-option:nth-child(6) {
  animation-delay: 0.5s;
}
.quiz-container .quiz-results {
  background: rgba(0, 0, 0, 0.5);
  filter: backdrop-filter(blur(10px));
  webkit-backdrop-filter: blur(10px);
  padding: 30px;
  color: #fff;
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInUp 0.6s ease forwards;
  padding-bottom: 200px;
}
.quiz-container .quiz-results .quiz-results-header {
  font-size: 15px;
}
.quiz-container .quiz-results .quiz-results-header span {
  font-size: 100px;
  margin-right: 5px;
}
.quiz-container .quiz-results .quiz-results-personal {
  font-size: 20px;
  max-width: 300px;
}
.quiz-container .quiz-results .quiz-results-broad {
  font-size: 30px;
  max-width: 300px;
}
.quiz-container .quiz-results .quiz-mascot {
  position: absolute;
  height: 200px;
  bottom: 0;
  right: 0;
  z-index: 15;
}
.quiz-container .quiz-results .quiz-float {
  position: absolute;
  right: -200px;
}
.quiz-container .quiz-results .quiz-redo {
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 20px;
  text-wrap: nowrap;
  transition: 0.2s all ease;
  transform-origin: center center;
  color: #5f308c;
  font-family: "Canela";
  background: #fff;
  margin-top: 30px;
}
.quiz-container .quiz-results .quiz-redo:hover {
  background: #fff;
  color: #5f308c;
  cursor: pointer;
}

.quiz-progress {
  position: absolute;
  width: 100%;
  padding: 5px;
  top: 0px;
  background: #000;
}
.quiz-progress .quiz-progress-bar {
  height: 10px;
  background: #fff;
  border-radius: 30px;
}

.quiz-button {
  color: #5f308c;
  font-family: "Canela";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  text-wrap: nowrap;
  transition: 0.2s all ease;
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .quiz-button {
    font-size: 20px;
    padding: 15px 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quiz-button {
    font-size: 14px;
    padding: 6px 30px;
    bottom: 5px;
  }
}
.quiz-button:hover {
  background: #fff;
  color: #5f308c;
  cursor: pointer;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.specibox {
  background-color: #271a4a;
  /*.specimen-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
  }

  .specimen-wrapper::-webkit-scrollbar:horizontal {
      height: 11px;
  }

  .specimen-wrapper::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 2px solid white;
      /* should match background, can't be transparent 
      background-color: rgba(0, 0, 0, .5);
  }*/
}
.specibox .specimen-outer-wrap {
  padding: 60px;
}
.specibox .specimen-header {
  font-family: "Canela";
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .specibox .specimen-header {
    flex-direction: column;
    align-items: center;
  }
}
.specibox .specimen-header .specimen-word-wrapper {
  overflow: hidden;
  position: relative;
}
.specibox .specimen-header .specimen-word-wrapper .specimen-word-slides {
  height: 47.3px;
  display: flex;
  align-items: start;
  flex-direction: column;
  transition: 0.3s width ease-in-out;
}
.specibox .specimen-header .specimen-word-wrapper .specimen-word-slides .specimen-word {
  height: 100%;
  flex: 0 0 100%;
  min-height: 0;
}
.specibox .specimen-wrapper {
  display: flex;
  /*flex-wrap: nowrap;
  overflow-x: scroll;*/
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
.specibox .specimen-container {
  width: 300px;
  min-width: 300px;
  aspect-ratio: 1/1;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.specibox .specimen-container .specimen {
  font-size: unset !important;
  transition: 0.1s all ease-in-out;
  /*&:hover {
      transform: scale(1.1);
  }

  &:active {
      transform: scale(0.9);
  }*/
  color: #fff;
  font-family: "Canela";
  border: 1px solid #fff;
  border-radius: 15px;
}
.specibox .specimen-container .specimen .content {
  padding: 25px 0px 0px;
  aspect-ratio: 1/1;
  background: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 0px;
}
.specibox .specimen-container .specimen .parallax-content {
  aspect-ratio: 1/1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.specibox .specimen-container .specimen .parallax-content .specimen-image {
  padding: 25px 0px 0px;
  height: 60%;
}
.specibox .specimen-container .specimen .parallax-content .specimen-image img {
  height: 100%;
  object-fit: contain;
}
.specibox .specimen-container .specimen .parallax-content .specimen-copy {
  opacity: 0;
}
.specibox .specimen-container .specimen .content .specimen-copy,
.specibox .specimen-container .specimen .parallax-content .specimen-copy {
  padding: 20px 30px 20px;
  flex: 0 0 auto;
  line-height: 1.2;
  text-align: center;
}
.specibox .specimen-container .specimen .content .specimen-copy h3,
.specibox .specimen-container .specimen .parallax-content .specimen-copy h3 {
  font-style: italic;
  font-size: 1.8em !important;
  line-height: 1;
  margin-bottom: 4px;
}
.specibox .specimen-container .specimen .content .specimen-copy p,
.specibox .specimen-container .specimen .parallax-content .specimen-copy p {
  font-size: 15px !important;
}

#slider {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#slider #slide {
  padding: 100px 120px;
  max-width: 1210px;
  height: 100%;
}
#slider #slide #body {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8);
  color: #2b0091;
  font-size: 30px;
  text-align: justify;
  font-family: "ATC Arquette";
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -1px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #slider #slide #body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  #slider #slide {
    padding: 0px 50px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #slider #slide {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  #slider #slide {
    padding-bottom: 50px;
  }
  #slider #slide h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  #slider .splide__arrow--prev {
    top: 5%;
  }
  #slider .splide__arrow--next {
    bottom: 5%;
  }
}
.wh-sec-header {
  color: #fff;
  position: relative;
}
.wh-sec-header .header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wh-sec-header .header-bg {
  background-position: center -250px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  filter: blur(5px) contrast(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.wh-sec-header .wh {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(700px, 100%);
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: 200px 0px;
  font-family: "futura-pt";
}
.wh-sec-header .wh .wh-img {
  max-width: 400px;
}
.wh-sec-header .wh .wh-text {
  max-width: 300px;
  margin-top: -50px;
  filter: contrast(1.8);
}
.wh-sec-header .wh .wh-header-text {
  font-size: min(65px, 10vw);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .wh-sec-header .wh .wh-header-text {
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 991px) {
  .wh-sec-header .wh .wh-header-text {
    letter-spacing: -0.5vw;
  }
}
@media screen and (max-width: 600px) {
  .wh-sec-header .wh .cta-button {
    margin-bottom: 0px !important;
  }
}
.wh-sec-header .wh .wh-body {
  font-size: 25px;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.1;
  margin-top: 1em;
}
@media screen and (max-width: 680px) {
  .wh-sec-header .wh .wh-body {
    margin-top: 0.5em;
  }
}

.specimen-case-study #nav-wrapper {
  background-color: #0b0826 !important;
}

.case-study-many {
  background: #6d528c;
  padding-top: 80px;
}
.case-study-many .case-study-page {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.case-study-many .case-study-page .case-study-wrap {
  padding: 0px 0px 30px 0px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header {
  flex-wrap: nowrap;
  background: #f8f2ff;
  margin-bottom: 0px;
  flex-basis: 100%;
  border: 1px solid #2f2c49;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:nth-child(even):has(.case-study-image:hover) {
  transform: scale(0.9) rotate(-1deg);
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:nth-child(odd):has(.case-study-image:hover) {
  transform: scale(0.9) rotate(1deg);
}
.case-study-many .case-study-page .case-study-wrap .case-study-header .blur-img {
  position: absolute;
  height: 100%;
  width: 100%;
  filter: blur(100px) contrast(20) brightness(5) saturate(40) hue-rotate(180deg);
  top: 0px;
  left: 0px;
  z-index: 0;
  background-size: cover;
  opacity: 0;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header .case-study-lede {
  font-size: 40px !important;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap {
  padding: 0px;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image {
  position: relative !important;
  max-height: 200px !important;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image:hover {
  transform: none;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header .case-study-header-right {
  justify-content: space-between;
  padding-right: 0px;
  z-index: 4;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:hover {
  transform: scale(0.9);
}
.case-study-many .case-study-page .case-study-wrap > *:first-child {
  color: #9a7da4;
  font-family: "Canela";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  display: flex;
  margin-top: 20px;
}
.case-study-many .case-study-page .case-study-wrap > *:first-child:hover {
  transform: none;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:not(:first-child) {
  flex-direction: column;
  flex-grow: 0;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .case-study-many .case-study-page .case-study-wrap .case-study-header:not(:first-child) {
    flex-basis: calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:not(:first-child) .case-study-blurb {
  opacity: 0.5;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:not(:first-child):active {
  transform: scale(1.3) !important;
  z-index: 10;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:first-child {
  padding: 50px 20px;
  background: #ecebff;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:first-child .case-study-header-right {
  padding-top: 20px;
  flex-basis: 100%;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:first-child .case-study-lede {
  font-size: 60px !important;
  flex-shrink: 0;
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:first-child .case-study-lede:before {
  content: "✦ ";
}
.case-study-many .case-study-page .case-study-wrap .case-study-header:first-child .case-study-blurb {
  max-width: none !important;
}

.case-study-page {
  display: flex;
  align-items: center;
  background: #f8f2ff;
}
.case-study-page .case-study-wrap {
  padding: 100px 20px;
  max-width: min(1000px, 100%);
}
.case-study-page .case-study-wrap .case-study-header {
  transition: 0.1s all ease-in-out;
  display: flex;
  gap: 50px;
  flex-direction: row;
  padding: 20px;
  margin-bottom: 5em;
}
.case-study-page .case-study-wrap .case-study-header:has(.case-study-image:hover) {
  transform: scale(0.9) rotate(-1deg);
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header {
    padding-top: 100px;
  }
}
.case-study-page .case-study-wrap .case-study-header .case-study-img-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap {
    flex-basis: 50%;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap {
    padding: 20px;
  }
}
.case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image {
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 450px;
  transition: 0.1s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image {
    width: 100%;
    max-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image {
    position: absolute;
  }
}
.case-study-page .case-study-wrap .case-study-header .case-study-img-wrap .case-study-image:hover {
  transform: scale(1.2) rotate(1deg);
}
.case-study-page .case-study-wrap .case-study-header .case-study-header-right {
  color: #1b1464;
  font-family: "Canela";
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-header-right {
    flex-basis: 50%;
    padding-right: 50px;
  }
}
.case-study-page .case-study-wrap .case-study-header .case-study-header-right .case-study-label {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.case-study-page .case-study-wrap .case-study-header .case-study-header-right .case-study-lede {
  font-family: "Canela";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-header-right .case-study-lede {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .case-study-page .case-study-wrap .case-study-header .case-study-header-right .case-study-lede {
    font-size: 70px;
  }
}
.case-study-page .case-study-wrap .case-study-header .case-study-header-right .case-study-blurb-wrap {
  display: flex;
  align-items: end;
}
.case-study-page .case-study-wrap .case-study-header .case-study-header-right .case-study-blurb-wrap .case-study-blurb {
  text-align: right;
  font-size: 30px;
  max-width: 250px;
  font-weight: 300;
  line-height: 1.2;
}
.case-study-page .case-study-wrap a {
  color: #c581dd;
}
.case-study-page .case-study-wrap .wp-block-pullquote {
  transition: 0.1s all ease-in-out;
}
.case-study-page .case-study-wrap .wp-block-pullquote:hover {
  transform: scale(1.05);
}
.case-study-page .case-study-wrap .wp-block-pullquote blockquote {
  font-family: "ATC Arquette";
  text-align: left;
  border: none;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  color: #1b1464;
}
.case-study-page .case-study-wrap *:not(.wp-block-column) > .wp-block-pullquote {
  background: linear-gradient(to right, #e8bdf7, #f2d7f9);
  padding: 20px 0px;
}
.case-study-page .case-study-wrap *:not(.wp-block-column) > .wp-block-pullquote blockquote {
  text-transform: uppercase;
  font-size: 45px;
}
.case-study-page .case-study-wrap *:not(.wp-block-column) > .wp-block-pullquote blockquote:has(cite) p {
  max-width: 500px;
}
.case-study-page .case-study-wrap *:not(.wp-block-column) > .wp-block-pullquote blockquote:not(:has(cite)) p {
  padding-right: 20px;
}
.case-study-page .case-study-wrap *:not(.wp-block-column) > .wp-block-pullquote blockquote cite {
  font-size: 25px;
  padding-right: 30px;
  text-align: right;
  font-weight: 800;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap *:not(.wp-block-column) > .wp-block-pullquote blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
}
.case-study-page .case-study-wrap .wp-block-columns {
  font-family: "Canela";
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0;
  flex-wrap: wrap-reverse !important;
}
.case-study-page .case-study-wrap .wp-block-columns .wp-block-pullquote {
  padding: 0;
}
.case-study-page .case-study-wrap .wp-block-columns .wp-block-pullquote cite:before {
  content: "(";
}
.case-study-page .case-study-wrap .wp-block-columns .wp-block-pullquote cite:after {
  content: ")";
}
.case-study-page .case-study-wrap .wp-block-columns:not(:first-child) .wp-block-pullquote,
.case-study-page .case-study-wrap .wp-block-columns:not(:first-child) blockquote {
  margin-top: 0;
}
.case-study-page .case-study-wrap .wp-block-columns p {
  line-height: 1.2;
}
.case-study-page .case-study-wrap .wp-block-columns:first-child .wp-block-column > p:first-of-type:first-letter {
  font-size: 70px;
  line-height: 25px;
}
.case-study-page .case-study-wrap .wp-block-columns br {
  line-height: 300%;
}
.case-study-page .case-study-wrap .wp-block-columns .wp-block-heading {
  font-size: 50px;
  font-family: "Canela";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.case-study-page .case-study-wrap .wp-block-columns:not(:first-of-type) {
  margin-top: 2.5em;
}
.case-study-page .case-study-wrap .wp-block-columns:not(:first-of-type):nth-child(odd) blockquote {
  text-align: right;
}
.case-study-page .case-study-wrap .wp-block-columns:last-of-type {
  margin-bottom: 0px;
}
.case-study-page .case-study-wrap .wp-block-columns:last-of-type p:last-child:after {
  content: "✦";
}
.case-study-page .case-study-wrap .wp-block-gallery {
  margin-top: 3em;
}
.case-study-page .case-study-wrap .case-study-common-blurb {
  font-style: italic;
  margin-bottom: 60px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .case-study-page .case-study-wrap .case-study-common-blurb {
    max-width: 50%;
  }
}
.case-study-page .case-study-wrap .case-study-related-wrap,
.case-study-page .case-study-wrap .blog-related-wrap {
  margin-bottom: 2em;
}
.case-study-page .case-study-wrap .case-study-related-wrap::before, .case-study-page .case-study-wrap .case-study-related-wrap::after,
.case-study-page .case-study-wrap .blog-related-wrap::before,
.case-study-page .case-study-wrap .blog-related-wrap::after {
  content: " ";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #c2bdf7, #8e7ff9);
  opacity: 0.5;
  margin: 1.5em 0px;
}
.case-study-page .case-study-wrap .case-study-related-wrap h3,
.case-study-page .case-study-wrap .blog-related-wrap h3 {
  font-family: "ATC Arquette";
  color: #1b1464;
  font-size: 25px;
  font-weight: 800;
  opacity: 0.5;
  text-transform: uppercase;
  width: 100%;
}
.case-study-page .case-study-wrap .case-study-related-wrap .stuff-inside,
.case-study-page .case-study-wrap .blog-related-wrap .stuff-inside {
  padding-left: 20px;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap {
  padding: 10px 30px;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related {
  font-family: "Canela";
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related .repeater-item:first-child,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related .repeater-item:first-child {
  margin-top: 0.5em;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related h3,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related h3 {
  opacity: 1;
  cursor: pointer;
  font-family: "Canela";
  font-size: 35px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related h3::before,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related h3::before {
  content: "✧ ";
  position: absolute;
  left: -40px;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related h3 a,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related h3 a {
  transition: 0.1s all ease-out;
  color: #1b1464;
  cursor: pointer;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related h3 a:hover:not(:active),
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related h3 a:hover:not(:active) {
  letter-spacing: 1.5px;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related h3 a:active,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related h3 a:active {
  letter-spacing: 0px;
}
.case-study-page .case-study-wrap .case-study-related-wrap .case-study-related-inner-wrap .case-study-related div,
.case-study-page .case-study-wrap .blog-related-wrap .case-study-related-inner-wrap .case-study-related div {
  color: #1b1464;
  font-size: 20px;
  margin-top: -10px !important;
  font-weight: 300;
}

.specimen-blog #nav-wrapper {
  background-color: #0b0826 !important;
}

.blog-header {
  overflow: hidden;
  background: #ed7768;
}
.blog-header::before {
  height: 80px;
  width: 100%;
  content: " ";
  background: #6d528c;
}
.blog-header > div {
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .blog-header > div img {
    content: url("/wp-content/uploads/2025/07/Asset-1tftt-1-1536x443.webp");
    width: 30%;
    min-width: 200px;
  }
}
.blog-header > div .blog-copy-wrap {
  color: #fff;
  font-family: "Canela";
}
.blog-header > div .blog-copy-wrap h3 {
  font-weight: 300;
}

@media screen and (max-width: 1080px) {
  .bay-wrap,
  .tales-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1080px) {
  .bay-wrap {
    padding-top: 0px !important;
  }
}

.blog-articles-bay {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay .blog-article-item {
    display: flex;
  }
}
@media screen and (max-width: 1080px) and (min-width: 720px) {
  .blog-articles-bay .blog-article-item.blog-article-item:not(.blog-article-first-item) {
    width: 50%;
    flex-basis: 50%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) and (max-width: 720px) {
  .blog-articles-bay .blog-article-item.blog-article-item:not(.blog-article-first-item) {
    width: 100%;
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
  }
  .blog-articles-bay .blog-article-item.blog-article-item:not(.blog-article-first-item) .blog-article-img {
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 480px) {
  .blog-articles-bay .blog-article-item.blog-article-item:not(.blog-article-first-item) .blog-article-title {
    font-size: 18px !important;
  }
  .blog-articles-bay .blog-article-item.blog-article-item:not(.blog-article-first-item) .blog-article-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay .blog-article-item.blog-article-item:not(.blog-article-first-item) .blog-article-lede {
    display: none;
  }
  .blog-articles-bay .blog-article-item.blog-article-first-item {
    flex-direction: column;
  }
  .blog-articles-bay .blog-article-item .blog-article-img {
    order: 1;
  }
}
@media screen and (max-width: 1080px) and (min-width: 800px) {
  .blog-articles-bay .blog-article-item .blog-article-img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay .blog-article-item .blog-article-title {
    font-size: 30px !important;
    order: 2;
  }
  .blog-articles-bay .blog-article-item .blog-article-lede {
    order: 3;
  }
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay > .blog-article-item.blog-article-first-item .blog-article-img {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1080px) {
  .blog-articles-bay > .blog-article-item.blog-article-first-item {
    width: 66%;
  }
  .blog-articles-bay > .blog-article-item.blog-article-first-item .blog-article-img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay > .blog-article-item.blog-article-first-item {
    width: 100%;
    flex-basis: 100%;
  }
  .blog-articles-bay > .blog-article-item.blog-article-first-item .blog-article-img {
    aspect-ratio: 4/3 !important;
  }
}
@media screen and (max-width: 780px) {
  .blog-articles-bay > .blog-article-item.blog-article-first-item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .blog-articles-bay > .blog-article-item:not(.blog-article-first-item) {
    width: 33%;
    flex-basis: 33%;
  }
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay > .blog-article-item:not(.blog-article-first-item) {
    width: 50%;
    flex-basis: 50%;
  }
}
.blog-articles-bay > .blog-article-item:not(.blog-article-first-item) .blog-article-img {
  aspect-ratio: 4/3;
}
.blog-articles-bay .blog-hero-wrap {
  width: 33%;
}
@media screen and (max-width: 1080px) {
  .blog-articles-bay .blog-hero-wrap {
    display: contents;
  }
}
@media screen and (min-width: 1080px) {
  .blog-articles-bay .blog-hero-wrap .blog-article-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .blog-articles-bay .blog-hero-wrap .blog-article-item .blog-article-lede {
    display: none;
  }
  .blog-articles-bay .blog-hero-wrap .blog-article-item .blog-article-img {
    flex-shrink: none;
    aspect-ratio: 3/3;
    height: 100% !important;
    width: 100px !important;
  }
  .blog-articles-bay .blog-hero-wrap .blog-article-item .blog-article-title {
    font-size: 22px;
    max-width: 50%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 780px) {
  .blog-articles-bay .blog-article-item {
    padding: 15px;
    padding-bottom: 25px;
  }
}
.blog-articles-bay .blog-article-item .blog-article-img {
  width: 100%;
  height: auto;
  background: #000;
  margin-bottom: 2em;
}
.blog-articles-bay .blog-article-item .blog-article-title {
  font-family: "canela";
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 45px;
}
.blog-articles-bay .blog-article-item .blog-article-lede {
  font-family: "canela";
  font-weight: 300;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 20px;
}

.blog-wrap {
  width: 100%;
}

.blog-post-header {
  display: flex;
  align-items: center;
}
.blog-post-header .blog-header-split {
  display: flex;
  max-width: 980px;
  padding-top: 30px;
}
@media screen and (min-width: 1081px) {
  .blog-post-header .blog-header-split {
    flex-direction: row;
    align-items: center;
    gap: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .blog-post-header .blog-header-split {
    flex-direction: column;
    padding: 50px 20px;
  }
}
.blog-post-header .blog-header-split .blog-header-image {
  aspect-ratio: 1/1;
  background: #000;
}
@media screen and (min-width: 1080px) {
  .blog-post-header .blog-header-split .blog-header-image {
    height: 400px;
    width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .blog-post-header .blog-header-split .blog-header-image {
    height: 300px;
    width: 300px;
  }
}
.blog-post-header .blog-header-split .blog-header-content {
  display: flex;
  align-items: start;
  padding: 50px 0px 0px;
}
.blog-post-header .blog-header-split .blog-header-content .blog-header-top {
  max-width: 700px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: end;
}
.blog-post-header .blog-header-split .blog-header-content .blog-header-top img {
  max-width: 200px;
}
.blog-post-header .blog-header-split .blog-header-content .blog-author {
  background-color: #fff;
  color: #ed7768;
  padding: 2px 20px;
  font-family: "canela";
  font-weight: 300;
  font-size: 18px;
}
.blog-post-header .blog-header-split .blog-header-content .blog-lede {
  max-width: 700px;
  width: 100%;
  font-family: "canela";
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 15px;
  line-height: 1;
}
.blog-post-header .blog-header-split .blog-header-content .rivets {
  margin-top: 15px;
  max-width: 700px;
}
.blog-post-header .blog-header-split .blog-header-content .rivets .blog-date {
  width: 100%;
  font-family: "canela";
  font-weight: 300;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog-post-header .blog-header-split .blog-header-content .rivets .blog-socials {
  gap: 5px;
}

.blog-content-wrap {
  max-width: 980px;
  display: flex;
  margin: 50px auto;
}
@media screen and (min-width: 1081px) {
  .blog-content-wrap {
    flex-direction: row;
  }
}
.blog-content-wrap .brxe-post-content {
  font-family: "ATC Arquette";
}
@media screen and (min-width: 1081px) {
  .blog-content-wrap .brxe-post-content {
    padding: 0px 100px 0px 50px;
  }
}
@media screen and (max-width: 1080px) {
  .blog-content-wrap .brxe-post-content {
    padding: 0px 30px 0px 30px;
  }
}
.blog-content-wrap .brxe-post-content h1,
.blog-content-wrap .brxe-post-content h2,
.blog-content-wrap .brxe-post-content h3,
.blog-content-wrap .brxe-post-content h4,
.blog-content-wrap .brxe-post-content h5,
.blog-content-wrap .brxe-post-content h6,
.blog-content-wrap .brxe-post-content p,
.blog-content-wrap .brxe-post-content li {
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.blog-content-wrap .brxe-post-content ul {
  margin-bottom: 2em;
}
.blog-content-wrap .brxe-post-content h1,
.blog-content-wrap .brxe-post-content h2 {
  border-bottom: solid 1px #000;
  margin-bottom: 10px;
}
.blog-content-wrap .brxe-post-content h3 {
  margin-top: 20px;
}
.blog-content-wrap .brxe-post-content p {
  font-size: 24px;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-content-wrap .brxe-post-content p:first-of-type:first-letter {
  font-size: 50px;
  line-height: 25px;
}
.blog-content-wrap .brxe-post-content a {
  text-decoration: underline;
}
.blog-content-wrap .blog-related-wrap {
  flex-basis: 50%;
  margin-bottom: 2em;
}
@media screen and (max-width: 1080px) {
  .blog-content-wrap .blog-related-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.blog-content-wrap .blog-related-wrap::before, .blog-content-wrap .blog-related-wrap::after {
  content: " ";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #c2bdf7, #8e7ff9);
  opacity: 0.5;
  margin: 1.5em 0px;
}
.blog-content-wrap .blog-related-wrap h3 {
  font-family: "ATC Arquette";
  color: #1b1464;
  font-size: 25px;
  font-weight: 800;
  opacity: 0.5;
  text-transform: uppercase;
  width: 100%;
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap {
  padding: 10px 30px;
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap .blog-related {
  font-family: "Canela";
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap .blog-related .repeater-item:first-child {
  margin-top: 0.5em;
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap .blog-related h3 {
  opacity: 1;
  cursor: pointer;
  font-family: "Canela";
  font-size: 25px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap .blog-related h3::before {
  content: "✧ ";
  position: absolute;
  left: -40px;
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap .blog-related h3 a {
  transition: 0.1s all ease-out;
  color: #1b1464;
  cursor: pointer;
}
.blog-content-wrap .blog-related-wrap .blog-related-inner-wrap .blog-related div {
  color: #1b1464;
  font-size: 20px;
  margin-top: -10px !important;
  font-weight: 300;
}

.blog-navigation-wrap {
  max-width: 980px;
  margin: 30px auto;
  padding-left: 50px;
  font-family: "ATC Arquette";
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1080px) {
  .blog-navigation-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-navigation-wrap .brxe-post-navigation {
    flex-direction: column;
  }
}

.blog-common-blurb {
  font-style: italic;
  margin-top: 30px;
  font-family: "ATC Arquette";
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1080px) {
  .blog-common-blurb {
    padding-right: 100px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .blog-common-blurb {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#fourowrap {
  background-color: #251763;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#fourowrap > div {
  justify-content: center;
  align-items: center;
  align-self: center !important;
  position: relative;
}

#fourofour {
  border-radius: 50px;
  margin-top: 100px;
  margin-right: 50px;
  margin-bottom: 100px;
  margin-left: 50px;
  width: calc(100% - 100px);
  transition: all 0.3s;
  max-width: 800px;
  opacity: 0.95;
}
#fourofour:hover {
  transform: scale(1.05);
}

#return {
  border-radius: 100px;
  background-color: #ffd64f;
  position: absolute;
  bottom: 80px;
  text-transform: capitalize;
  font-weight: 900;
  transition: all 0.3s;
}
#return:hover {
  transform: scale(1.05);
}

.about-hero {
  position: relative;
  background-color: #160024;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .about-hero {
    height: 900px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero {
    height: 750px;
  }
}
@media screen and (max-width: 680px) {
  .about-hero {
    height: 650px;
  }
}
@media screen and (max-width: 499px) {
  .about-hero {
    height: 550px;
  }
}
@media screen and (max-width: 900px) {
  .about-hero {
    transform: none !important;
  }
}
.about-hero .space-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.about-hero .bokehs {
  filter: contrast(130%);
  height: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0px;
  width: 50%;
  min-width: 700px;
}
.about-hero .bokehs img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 1650px) {
  .about-hero .bokehs {
    left: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero .bokehs {
    left: -120px;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 1080px) {
  .about-hero .bokehs {
    bottom: -40px;
  }
}
@media screen and (max-width: 680px) {
  .about-hero .bokehs {
    left: -35px;
    width: 33%;
    min-width: 300px;
    top: 0px;
  }
}
@media screen and (min-width: 500px) and (max-width: 680px) {
  .about-hero .about-container {
    scale: 1.15;
  }
}
@media screen and (max-width: 680px) {
  .about-hero .about-container {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    margin: 0 auto;
  }
}
.about-hero .about-copy {
  position: relative;
  left: 15%;
}
.about-hero .about-copy .about-copy-img {
  position: absolute;
  min-width: 900px;
  width: 900px;
  left: -175px;
  top: -160px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .about-hero .about-copy {
    top: 200px;
  }
}
@media screen and (max-width: 1650px) and (min-width: 1200px) {
  .about-hero .about-copy {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero .about-copy {
    top: 200px;
    left: -20px;
    scale: 0.8;
  }
}
@media screen and (max-width: 1080px) {
  .about-hero .about-copy {
    top: 230px;
  }
}
@media screen and (max-width: 680px) {
  .about-hero .about-copy {
    left: 30px;
  }
  .about-hero .about-copy .about-copy-img {
    position: absolute;
    min-width: 500px;
    width: 500px;
    top: -50px;
  }
}
.about-hero .trail {
  filter: contrast(120%);
  position: absolute;
  right: 0px;
  z-index: 0;
  bottom: 0px;
}
.about-hero .trail img {
  object-fit: contain;
  object-position: 100%;
  max-height: 720px;
}
@media screen and (max-width: 1480px) {
  .about-hero .trail {
    right: calc(-800px + 50vw);
  }
}
@media screen and (max-width: 1400px) {
  .about-hero .trail {
    max-height: 680px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero .trail {
    max-height: 600px;
  }
}
@media screen and (max-width: 1080px) {
  .about-hero .trail {
    max-height: 650px;
    right: calc(-850px + 50vw);
  }
}
@media screen and (max-width: 680px) {
  .about-hero .trail {
    right: -100px;
    height: 700px;
    min-height: 700px;
    width: 500px;
    min-width: 500px;
  }
}
.about-hero .featured-product {
  filter: contrast(130%);
  position: relative;
  top: 80px;
  right: 120px;
}
.about-hero .featured-product .featured-glow {
  position: absolute;
  width: 700px;
  right: 0px;
  height: 700px;
  z-index: 1;
  top: 0px;
}
@media screen and (max-width: 1480px) {
  .about-hero .featured-product .featured-glow {
    right: calc(-800px + 50vw);
  }
}
@media screen and (max-width: 1400px) {
  .about-hero .featured-product .featured-glow {
    height: 650px;
    width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero .featured-product .featured-glow {
    height: 500px;
    width: 500px;
    right: calc(-700px + 50vw);
    top: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .about-hero .featured-product .featured-glow {
    right: calc(-575px + 50vw);
    top: 0px;
    height: 450px;
    width: 450px;
  }
}
@media screen and (max-width: 680px) {
  .about-hero .featured-product .featured-glow {
    width: 250px;
    height: 250px;
    right: -150px;
  }
}
.about-hero .featured-product .featured-product-inner {
  position: absolute;
  height: 700px;
  width: 700px;
  top: 0px;
  right: 0px;
  z-index: 0;
}
@media screen and (max-width: 1480px) {
  .about-hero .featured-product .featured-product-inner {
    right: calc(-800px + 50vw);
  }
}
@media screen and (max-width: 1400px) {
  .about-hero .featured-product .featured-product-inner {
    height: 650px;
    width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero .featured-product .featured-product-inner {
    height: 500px;
    width: 500px;
    right: calc(-700px + 50vw);
    top: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .about-hero .featured-product .featured-product-inner {
    right: calc(-575px + 50vw);
    top: 0px;
    height: 450px;
    width: 450px;
  }
}
@media screen and (max-width: 680px) {
  .about-hero .featured-product .featured-product-inner {
    width: 250px;
    height: 250px;
    right: -150px;
  }
}
.about-hero .featured-product .featured-product-img {
  position: absolute;
  z-index: 2;
  top: 130px;
  height: 450px;
  right: 55px;
}
@media screen and (max-width: 1480px) {
  .about-hero .featured-product .featured-product-img {
    right: calc(-800px + 50vw + 55px);
  }
}
@media screen and (max-width: 1400px) {
  .about-hero .featured-product .featured-product-img {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .about-hero .featured-product .featured-product-img {
    height: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .about-hero .featured-product .featured-product-img {
    height: 250px;
    top: 100px;
    right: calc(-600px + 50vw - 40px);
  }
}
@media screen and (max-width: 680px) {
  .about-hero .featured-product .featured-product-img {
    top: 50px;
    width: 200px;
    height: 150px;
    right: -125px;
  }
}

.about-line {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .about-line {
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .about-line {
    width: 50%;
  }
}

.about-everything {
  background-color: #1e1441;
}
@media screen and (max-width: 900px) {
  .about-everything {
    transform: none !important;
    margin-top: 60px;
  }
}
@media screen and (min-width: 900px) {
  .about-everything {
    height: 650px;
    margin-top: 150px;
  }
}
.about-everything .about-everything-lede {
  text-align: center;
  color: #f5f5f5;
  font-family: "Canela";
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .about-everything .about-everything-lede {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .about-everything .about-everything-lede {
    padding: 0px 20px;
    font-size: 25px;
  }
  .about-everything .about-everything-lede br {
    display: none;
  }
}
.about-everything .about-everything-tag {
  text-align: center;
  color: #f5f5f5;
  font-family: "Canela";
  font-weight: 100;
}
@media screen and (min-width: 900px) {
  .about-everything .about-everything-tag {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .about-everything .about-everything-tag {
    padding: 0px 20px;
    font-size: 25px;
  }
}
.about-everything .about-divisions {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-blend-mode: screen;
  background-color: #201344;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-self: center !important;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 900px) {
  .about-everything .about-divisions {
    margin-top: 100px;
    height: 700px;
  }
}
@media screen and (max-width: 900px) {
  .about-everything .about-divisions {
    margin-top: 50px;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.about-everything .about-divisions .about-divisions-img {
  left: 0px;
}
@media screen and (min-width: 900px) {
  .about-everything .about-divisions .about-divisions-img {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .about-everything .about-divisions .about-divisions-img {
    height: 90%;
    padding-top: 5%;
    object-fit: contain;
  }
}
@media screen and (min-width: 1600px) {
  .about-everything .about-divisions .about-divisions-img {
    position: absolute;
  }
}
@media screen and (max-width: 900px) {
  .about-everything .about-divisions .about-divisions-img {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.about-everything .about-divisions .about-divisions-label {
  height: 300px;
  right: -5%;
  object-fit: contain;
}
@media screen and (min-width: 1600px) {
  .about-everything .about-divisions .about-divisions-label {
    position: absolute;
  }
}
@media screen and (max-width: 1600px) {
  .about-everything .about-divisions .about-divisions-label {
    display: none;
  }
}
.about-everything .about-divisions .about-divisions-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 150% 150%;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-logos {
  background-color: #f5f5f5;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .about-logos {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .about-logos {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .about-logos {
    padding-top: 10vw;
    padding-bottom: 12vw;
    margin-top: 10vw;
  }
  .about-logos br {
    display: none;
  }
}
.about-logos .about-logos-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.about-logos .about-logos-copy {
  text-align: center;
  color: #212121;
  font-family: "Canela";
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .about-logos .about-logos-copy {
    font-size: max(4vw, 20px);
  }
}
.about-logos .about-logos-img {
  position: relative;
  width: 1300px;
}
@media screen and (max-width: 1200px) {
  .about-logos .about-logos-img {
    margin-top: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .about-logos .about-logos-img {
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 8em;
    margin-bottom: 2em;
  }
}

.about-shari-bio {
  background-size: cover;
  margin: 20px;
  display: flex;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1080px) {
  .about-shari-bio {
    background-position: center left;
  }
}
@media screen and (max-width: 1080px) {
  .about-shari-bio {
    background-position: center center;
  }
}
@media screen and (min-width: 1080px) {
  .about-shari-bio {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    flex-direction: row;
  }
}
@media screen and (max-width: 1080px) {
  .about-shari-bio {
    padding: 50px;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .about-shari-bio {
    padding: 25px;
  }
}
.about-shari-bio .about-shari-left {
  position: relative;
  width: 30%;
  min-width: 150px;
  padding-bottom: 15%;
}
@media screen and (max-width: 1080px) {
  .about-shari-bio .about-shari-left {
    margin-bottom: 50px;
  }
}
.about-shari-bio .about-shari-right {
  align-self: center !important;
  width: 100%;
}
.about-shari-bio .about-shari-right .about-shari-text {
  color: #f5f5f5;
  font-family: "futura-pt";
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 18px;
  line-height: 1.34;
}
@media screen and (min-width: 600px) {
  .about-shari-bio .about-shari-right .about-shari-text {
    font-size: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .about-shari-bio .about-shari-right .about-shari-text {
    padding-left: 20%;
  }
}

.board-games-hero-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 110%;
  height: 600px;
  width: 100%;
  margin-top: 82px;
}
@media screen and (max-width: 1200px) {
  .board-games-hero-container {
    height: 60vw;
  }
}
.board-games-hero-container .board-games-hero-orb {
  max-width: 400px;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 1200px) {
  .board-games-hero-container .board-games-hero-orb {
    height: 40vw;
    width: auto;
    object-fit: contain;
  }
}
.board-games-hero-container::before {
  top: 0;
  position: relative;
  display: block;
  content: " ";
  height: 76px;
  width: 100%;
  background-color: rgb(49, 3, 47);
  opacity: 0;
}

.board-games-section {
  background-size: auto 800px;
  background-repeat: no-repeat;
  height: 800px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .board-games-section {
    background-position: center center;
  }
}
@media screen and (max-width: 1080px) {
  .board-games-section {
    background-position: center right;
  }
}
@media screen and (min-width: 1200px) {
  .board-games-section {
    padding-top: 100px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1080px) {
  .board-games-section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .board-games-section {
    position: relative;
    padding-top: 4vw;
    height: 110vw;
  }
  .board-games-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 1;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .board-games-section .board-games-section-wrap {
    z-index: 2;
    margin-left: 0px !important;
    align-items: flex-end !important;
    height: 100%;
  }
  .board-games-section .board-games-section-wrap.brxe-container.constrained-width {
    align-self: start !important;
    padding-right: 20px;
  }
}
.board-games-section .board-games-section-header {
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .board-games-section .board-games-section-header {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1080px) {
  .board-games-section .board-games-section-header {
    justify-content: flex-end;
  }
}
.board-games-section .board-games-section-header .board-games-header-star {
  height: 40px;
  width: auto;
  margin-right: 0.5em;
}
@media screen and (max-width: 1080px) {
  .board-games-section .board-games-section-header .board-games-header-star {
    height: 3.6vw;
  }
}
.board-games-section .board-games-section-header .board-games-header-copy {
  font-family: "Canela";
  font-style: italic;
  font-weight: 300;
  color: #f5f5f5;
  font-size: 30px;
}
@media screen and (max-width: 1080px) {
  .board-games-section .board-games-section-header .board-games-header-copy {
    font-size: 3.8vw;
  }
}
.board-games-section .board-games-sec-copy {
  max-width: 700px;
  color: #f5f5f5;
  font-family: "Canela";
  font-size: 25px;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (max-width: 1080px) {
  .board-games-section .board-games-sec-copy {
    max-width: 50%;
    font-size: 3.7vw;
  }
  .board-games-section .board-games-sec-copy p {
    text-align: right;
  }
}

.books-halftone {
  height: 1200px;
  z-index: 3;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 0px;
}

.books-animation {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100vh;
  max-height: 1400px;
  max-width: 1920px;
  z-index: -1;
}

.books-spacer {
  height: 1200px;
  z-index: -2;
  position: relative;
}

.books-carousel {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .books-text {
    font-size: 30px !important;
    letter-spacing: -1px !important;
  }
}

.brand-sec-header {
  padding-top: 40px;
  color: #fff;
}
.brand-sec-header .header-gradient {
  background: linear-gradient(180deg, #909fff, #000000);
}
.brand-sec-header .wh .wh-img {
  max-width: 100% !important;
}

.card-games-hero {
  background-position: center center;
  background-size: cover;
}
.card-games-hero .card-games-hero-bg {
  background-color: #d8d8f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .card-games-hero .card-games-hero-bg {
    height: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .card-games-hero .card-games-hero-bg {
    height: 70vw;
  }
}
.card-games-hero .card-games-hero-bg .card-games-hero-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.card-games-hero .card-games-hero-bg .card-games-hero-inner .card-games-hero-orb {
  max-width: 400px;
  position: relative;
  top: 30px;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .card-games-hero .card-games-hero-bg .card-games-hero-inner .card-games-hero-orb {
    height: 40vw;
    width: auto;
    object-fit: contain;
  }
}
.card-games-hero .card-games-hero-bg .card-games-hero-inner .cta-button-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  justify-content: end;
  display: flex;
  flex-direction: row;
  gap: 0.5vw;
}
@media only screen and (max-width: 800px) {
  .card-games-hero .card-games-hero-bg .card-games-hero-inner .cta-button-wrapper .cta-button {
    padding: 3px 20px 3px 20px;
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .card-games-hero .card-games-hero-bg .card-games-hero-inner .cta-button-wrapper {
    margin-right: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .card-games-hero .card-games-hero-bg .card-games-hero-inner .cta-button-wrapper {
    font-size: 1.9vw !important;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.card-games-hero .card-games-hero-bg .card-games-hero-inner .cta-button-wrapper .cta-button:first-child {
  --cta-color: #3c0f43;
  background: var(--cta-color);
  color: #fff;
}
.card-games-hero .card-games-hero-bg .card-games-hero-inner .cta-button-wrapper .cta-button {
  --cta-color: #3c0f43;
  border-color: var(--cta-color);
  color: var(--cta-color);
}
.card-games-hero .card-games-hero-bg .card-games-hero-inner .card-games-hero-copy {
  font-family: "Canela";
  color: #3c0f43;
  font-weight: 400;
  text-align: right;
  padding-bottom: 10px;
  right: 0px;
  position: absolute;
  bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .card-games-hero .card-games-hero-bg .card-games-hero-inner .card-games-hero-copy {
    margin-right: 50px;
    margin-bottom: 100px;
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .card-games-hero .card-games-hero-bg .card-games-hero-inner .card-games-hero-copy {
    font-size: 3.5vw;
    margin-right: 2%;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 1200px) {
  .card-games-hero::before {
    display: block;
    content: " ";
    height: 75px;
    width: 100%;
    backdrop-filter: blur(100px);
  }
}

.cta-button.filled {
  color: #fff !important;
  background: #ffc354 !important;
}

.cta-button.dark {
  --cta-color: #3c0f43;
  border-color: var(--cta-color);
  color: var(--cta-color) !important;
}

.climate-hero {
  background-color: #002d35;
  background-position: center center;
  background-size: cover;
  background-blend-mode: normal;
  overflow: hidden;
}
.climate-hero .climate-hero-inner {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .climate-hero .climate-hero-inner {
    min-height: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .climate-hero .climate-hero-inner {
    min-height: 700px;
  }
}
.climate-hero .climate-hero-inner .climate-header-wrap {
  align-self: center !important;
  padding-top: 150px;
  padding-right: 50px;
  padding-bottom: 2em;
  padding-left: 50px;
  position: relative;
}
.climate-hero .climate-hero-inner .climate-header-wrap .climate-header-top {
  position: absolute;
  font-family: "Canela";
  font-weight: 400;
  color: var(--bricks-color-ea3a9e);
  font-size: 50pt;
  text-wrap: nowrap;
  top: 0px;
  left: -90%;
}
.climate-hero .climate-hero-inner .climate-header-wrap .climate-header-bot {
  position: absolute;
  top: 30px;
  left: -44%;
}
.climate-hero .climate-hero-inner .climate-header-wrap .climate-header-bot .climate-header-star:first-of-type {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.climate-hero .climate-hero-inner .climate-header-wrap .climate-header-bot .climate-header-goals {
  position: static;
  font-family: "Canela";
  font-weight: 700;
  color: var(--bricks-color-ea3a9e);
  font-size: 73pt;
  font-style: italic;
  text-wrap: nowrap;
}
.climate-hero .climate-hero-inner .climate-header-wrap .climate-header-bot .climate-header-star:not(:first-of-type) {
  position: absolute;
  top: 50%;
  left: 202px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.climate-hero .climate-hero-inner .climate-copy {
  font-size: 16pt;
  color: var(--bricks-color-ea3a9e);
  text-align: center;
  font-family: "Canela";
  font-weight: 300;
  line-height: 1.2em;
  max-width: 540px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .climate-hero .climate-hero-inner .climate-copy {
    padding: 0px 20px;
  }
}
.climate-hero .climate-hero-inner .climate-cta {
  font-family: "futura-pt-bold";
  font-weight: 700;
  color: #ffc354;
  font-size: 17px;
  text-wrap: nowrap;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  border: 3px solid #ffc354;
  border-radius: 30px;
  transition: 0.1s all ease;
  z-index: 5;
  margin-top: 2em;
}
.climate-hero .climate-hero-inner .climate-cta:hover {
  transform: scale(1.1);
  border-radius: 15px;
  filter: contrast(120%);
}
.climate-hero .climate-hero-inner .climate-cta:active {
  transform: scale(1);
  border-radius: 15px;
  filter: contrast(120%);
}
.climate-hero .climate-hero-inner .climate-planet-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.climate-hero .climate-hero-inner .climate-planet-wrap .climate-planet {
  filter: contrast(1.3);
  width: 100%;
  height: 100%;
  bottom: 0px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .climate-greenly {
    padding: 0px 20px;
  }
}
.climate-greenly .climate-greenly-img {
  border-radius: 2.5%;
}

.document-header {
  background-position: center center;
  background-size: cover;
  align-items: stretch;
  align-self: stretch !important;
  width: 100%;
  scroll-snap-align: start;
}
.document-header .document-header-inner {
  padding-top: 99px;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: flex-start;
  align-self: center !important;
  overflow: visible;
  z-index: 1;
  flex-direction: row;
  justify-content: space-between !important;
}
.document-header .document-header-inner .document-header-wrap {
  position: relative;
}
.document-header .document-header-inner .document-header-wrap .document-header-title {
  padding-right: 0;
  padding-left: 0;
  color: #f5f5f5;
  font-family: "Canela";
  font-weight: 400;
  font-size: 50px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .document-header-inner,
  .document-body-columns {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.document-body {
  padding-right: 0;
  padding-left: 0;
  flex-direction: row;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
.document-body a {
  text-decoration: underline;
}
.document-body ul {
  list-style-type: "✦ ";
}
@media screen and (min-width: 1200px) {
  .document-body {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .document-body .document-body-columns {
    display: flex;
    align-self: flex-start !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1200px) {
  .document-body .document-body-columns .document-body-left {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
}
.document-body .document-body-columns .document-body-left .document-faq-toc .document-faq-toc-header {
  font-family: "futura-pt";
  color: #e0e0e0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 10px;
}
.document-body .document-body-columns .document-body-left .document-faq-toc .document-faq-toc-item {
  margin-bottom: 10px;
}
.document-body .document-body-columns .document-body-left .document-faq-toc .document-faq-toc-item h3 {
  font-size: 20px;
  font-family: "futura-pt-bold";
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .document-body .document-body-columns .document-body-left .document-faq-toc .document-faq-toc-item h3::before {
    content: "✦ ";
    color: #ababab;
  }
}
.document-body .document-body-columns .document-body-left .document-faq-toc .document-faq-toc-item h3 a {
  color: #e0e0e0;
}
.document-body .document-body-right {
  width: 100%;
}
.document-body .document-body-right .document-faq-section {
  margin-bottom: 3em;
}
.document-body .document-body-right .document-faq-section .document-faq-header {
  font-family: "futura-pt";
  color: #e0e0e0;
  text-transform: uppercase;
  font-size: 20px;
}
.document-body .document-body-right .document-faq-section .document-faq-divider {
  margin-bottom: 1em;
}
.document-body .document-body-right .document-faq-section .document-faq-divider .line {
  border-top-color: #e0e0e0;
}

.document-faq-item {
  margin-bottom: 4em;
  color: #e0e0e0;
}
.document-faq-item .document-faq-title {
  font-family: "futura-pt";
  margin-top: 0;
}
.document-faq-item .document-faq-copy {
  font-size: 20px;
  font-weight: 400;
  font-family: "futura-pt";
}

.full-color-header {
  max-width: initial;
}
@media screen and (max-width: 720px) {
  .full-color-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: auto;
    display: block;
    width: 100%;
    height: 77px;
    z-index: 2;
  }
  .full-color-header .header-bg {
    background-position: center -255px;
    background-size: 100% 150% !important;
  }
}
.full-color-header .header-gradient {
  background: linear-gradient(180deg, #000000, #7b0dff);
}
.full-color-header .wh {
  width: 100%;
  padding: 50px 50px 70px 50px;
}
@media screen and (min-width: 1200px) {
  .full-color-header .wh {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 750px) {
  .full-color-header .wh {
    max-width: 800px;
    flex-direction: column !important;
  }
}
.full-color-header .wh .full-color-inner {
  padding-top: 300px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .full-color-header .wh .full-color-inner {
    padding-top: 60px;
    color: #000;
  }
  .full-color-header .wh .full-color-inner .cta-button {
    color: #000;
    border-color: #000;
  }
}
@media screen and (min-width: 750px) {
  .full-color-header .wh .full-color-inner {
    min-width: 460px;
  }
}
@media screen and (max-width: 600px) {
  .full-color-header .wh img {
    width: 100vw;
  }
}
.full-color-header .wh .wh-body {
  max-width: 500px;
}

.custom-game-boards-hero-inner {
  background-size: cover;
  background-position: center center;
  background: #201344;
  width: 100%;
  align-items: center;
  align-self: center !important;
  justify-content: flex-start;
  padding: 100px 50px 0px;
  position: relative;
}
.custom-game-boards-hero-inner .custom-game-boards-hero-halftone {
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 3;
  top: 0px;
  display: none;
}
.custom-game-boards-hero-inner .custom-game-boards-hero-copy {
  width: 600px;
  z-index: 5;
}

.game-boards-section {
  background-color: #d8d8f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120% 120%;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.game-boards-carousel-wrap {
  background-color: #d8d8f1;
  padding-top: 20px;
  padding-bottom: 20px;
}

#mp-hero {
  height: 800px;
  width: 100%;
  position: relative;
  background: #08131E;
  scroll-snap-align: start;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #mp-hero {
    height: 1000px;
  }
}
@media screen and (max-width: 600px) {
  #mp-hero {
    height: 650px;
  }
}
#mp-hero #hero-wrap {
  padding-bottom: 60px;
  height: 800px;
  z-index: 1;
  overflow: visible;
  top: 60px;
  position: relative;
}
#mp-hero #hero-wrap #hero-l {
  position: relative;
}
#mp-hero #hero-wrap #hero-l * #creatives,
#mp-hero #hero-wrap #hero-l * #inspired,
#mp-hero #hero-wrap #hero-l * #fixers {
  transition: 0.1s all ease !important;
}
#mp-hero #hero-wrap #hero-l * #creatives:hover:not(#hero-copy):not(#cta-button),
#mp-hero #hero-wrap #hero-l * #inspired:hover:not(#hero-copy):not(#cta-button),
#mp-hero #hero-wrap #hero-l * #fixers:hover:not(#hero-copy):not(#cta-button) {
  transform: scale(1.01);
  filter: contrast(120%);
}
#mp-hero #hero-wrap #hero-l #star {
  width: 90px;
  left: 57px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #mp-hero #hero-wrap #hero-l #star {
    width: 50px;
  }
}
#mp-hero #hero-wrap #hero-l #text-color {
  position: relative;
}
@media screen and (min-width: 960px) {
  #mp-hero #hero-wrap #hero-l #text-color {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  #mp-hero #hero-wrap #hero-l #text-color {
    scale: 0.9;
    left: -20px;
    margin-top: -30px;
    width: fit-content;
    margin-left: 2%;
  }
}
@media screen and (max-width: 600px) {
  #mp-hero #hero-wrap #hero-l #text-color {
    scale: 0.6;
    min-width: 500px;
    left: -80px;
    margin-top: -100px;
    margin-bottom: -80px;
  }
}
#mp-hero #hero-wrap #hero-l #group-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
  position: relative;
  top: 10px;
  left: 30px;
}
#mp-hero #hero-wrap #hero-l #group-1 #to {
  height: 23px;
  width: auto;
}
#mp-hero #hero-wrap #hero-l #group-1 #the {
  height: 27px;
  width: auto;
  margin-bottom: -0.3%;
}
#mp-hero #hero-wrap #hero-l #group-1 #bold {
  height: 37px;
  width: auto;
  margin-bottom: -0.7%;
}
#mp-hero #hero-wrap #hero-l #group-2 {
  position: relative;
  top: -10px;
  left: 10px;
}
#mp-hero #hero-wrap #hero-l #group-2 #creatives {
  width: 320px;
}
#mp-hero #hero-wrap #hero-l #group-3 {
  position: relative;
  top: -20px;
  left: -35px;
}
#mp-hero #hero-wrap #hero-l #group-3 #thesuddenly {
  width: 210px;
}
#mp-hero #hero-wrap #hero-l #group-4 {
  position: relative;
  top: -50px;
  left: -40px;
}
#mp-hero #hero-wrap #hero-l #group-4 #inspired {
  width: 390px;
}
#mp-hero #hero-wrap #hero-l #group-5 {
  position: relative;
  top: -75px;
  left: 129px;
}
#mp-hero #hero-wrap #hero-l #group-5 #thelastminute {
  width: 249px;
}
#mp-hero #hero-wrap #hero-l #group-6 {
  position: relative;
  top: -110px;
  left: 15px;
}
#mp-hero #hero-wrap #hero-l #group-6 #fixers {
  width: 280px;
}
#mp-hero #hero-wrap #hero-l #group-7 {
  position: relative;
  top: -60px;
}
#mp-hero #hero-wrap #hero-l #group-7 #hero-copy {
  color: #f5f5f5;
  font-family: "Canela";
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  text-shadow: 0 0 5px #f5f5f5;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy {
    font-size: 22px;
    margin-bottom: 2em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 820px) {
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy br.a {
    display: none;
  }
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy br.b {
    display: block;
  }
}
@media screen and (min-width: 821px) {
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy br.a {
    display: block;
  }
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy br.b {
    display: none;
  }
}
@media screen and (max-width: 820px) and (min-width: 601px) {
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  #mp-hero #hero-wrap #hero-l #group-7 #hero-copy {
    font-size: 15px;
    padding-right: 85px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  #mp-hero #hero-wrap #hero-l #group-7 {
    top: -80px;
  }
  #mp-hero #hero-wrap #hero-l #group-7 .cta-button {
    top: -20px;
  }
}
@media screen and (max-width: 600px) {
  #mp-hero #hero-wrap #hero-l #group-7 .cta-button {
    font-size: 16px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 960px) and (min-width: 821px) {
  #mp-hero #hero-wrap #hero-l {
    left: -100px;
  }
}
@media screen and (min-width: 960px) {
  #mp-hero #hero-wrap #hero-l {
    scale: 0.8;
    top: -7%;
  }
}
@media screen and (max-width: 960px) {
  #mp-hero #hero-wrap #hero-l {
    top: 5%;
  }
}
#mp-hero #hero-wrap #hero-r {
  position: relative;
  --total-width: 300px;
  /* @media screen and (max-width: 960px)and (min-width: 900px) {
      transform: translateX(-10vw);
  }

  @media screen and (max-width: 900px) {
      transform: translateX(-5vw);
  }

  @media screen and (max-width: 600px) {
      scale: 0.8;
  }*/
}
#mp-hero #hero-wrap #hero-r .box-abs, #mp-hero #hero-wrap #hero-r #dm, #mp-hero #hero-wrap #hero-r #sh, #mp-hero #hero-wrap #hero-r #jh, #mp-hero #hero-wrap #hero-r #cah {
  position: absolute;
}
#mp-hero #hero-wrap #hero-r #cah {
  width: 375px;
  min-width: 375px;
  position: relative;
  right: calc(400px - var(--total-width));
  top: 0px;
  opacity: 0.9;
}
#mp-hero #hero-wrap #hero-r #jh {
  width: 375px;
  min-width: 375px;
  opacity: 0.9;
  position: absolute;
  top: 30px;
  right: calc(220px - var(--total-width));
}
#mp-hero #hero-wrap #hero-r #sh {
  filter: saturate(1.3);
  position: absolute;
  min-width: 900px;
  width: 900px;
  right: calc(-120px - var(--total-width));
  top: 180px;
}
#mp-hero #hero-wrap #hero-r #dm {
  opacity: 0.9;
  min-width: 540px;
  width: 540px;
  position: absolute;
  right: calc(0px - var(--total-width));
}
@media screen and (min-width: 1270px) and (max-width: 1520px) {
  #mp-hero #hero-wrap #hero-r {
    right: calc(600px - 30vw);
  }
}
@media screen and (max-width: 1270px) and (min-width: 960px) {
  #mp-hero #hero-wrap #hero-r {
    right: calc(530px - 30vw);
  }
  #mp-hero #hero-wrap #hero-r #dm {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #mp-hero #hero-wrap #hero-r {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #mp-hero #hero-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: unset;
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  #mp-hero #hero-wrap {
    left: -50px;
  }
}
#mp-hero #hero-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 1920px auto;
  opacity: 1;
  z-index: 0;
  filter: contrast(1.2);
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #mp-hero #hero-bg {
    background-size: auto 100%;
    background-position: top left;
  }
}
#mp-hero #cloud-container {
  width: 100%;
  position: absolute;
  right: 0px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #mp-hero #cloud-container {
    display: none;
  }
}
#mp-hero #cloud-container #pink-cloud {
  position: absolute;
  width: 100%;
  right: 0px;
  height: 100%;
  bottom: 0px;
  min-width: 2154px;
  object-fit: contain;
  object-position: 100% 100%;
}
@media screen and (min-width: 1300px) and (max-width: 1520px) {
  #mp-hero #cloud-container #pink-cloud {
    object-position: 170% 0% !important;
  }
}
@media screen and (min-width: 1520px) and (max-width: 1800px) {
  #mp-hero #cloud-container #pink-cloud {
    object-position: 150% 0% !important;
  }
}
@media screen and (max-width: 1300px) {
  #mp-hero #cloud-container #pink-cloud {
    object-position: calc(2100px - 100vw) 0% !important;
  }
}
@media screen and (max-width: 960px) {
  #mp-hero #cah-big {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 100% 100%;
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  #mp-hero #cah-big {
    display: none;
  }
}

.kickstarter-hero-wrap .kickstarter-hero {
  background-position: center center;
  background-image: url(http://localhost:10023/wp-content/uploads/2025/06/Asset-2KS-1-2048x835.webp);
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .kickstarter-hero-wrap .kickstarter-hero {
    height: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .kickstarter-hero-wrap .kickstarter-hero {
    height: 70vw;
    margin-top: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .kickstarter-hero-wrap {
    background-color: #56628f;
  }
}

.press-header .press-header-inner {
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .press-header .press-header-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    flex-direction: column !important;
  }
  .press-header .press-header-inner h3 {
    text-align: center;
    margin: 0 auto;
  }
}
.press-header .press-header-inner .press-header-content {
  max-width: 600px;
  align-self: center !important;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .press-header .press-header-inner .press-header-content {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.press-header .press-header-inner .press-header-content .press-header-copy {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  color: #fff;
}
.press-header .press-header-inner .press-header-content .press-header-copy .press-header-press {
  font-family: "Canela";
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
}
.press-header .press-header-inner .press-header-content .press-header-copy .press-header-and {
  font-family: "Canela";
  text-align: left;
  font-style: italic;
  font-size: 20px;
}
.press-header .press-header-inner .press-header-content .press-header-copy .press-header-media {
  font-family: "Canela";
  font-size: 50px;
  font-style: italic;
}

.press-articles-outer {
  background-color: #ffffff;
  padding-bottom: 100px;
  background: #927eb9;
}
.press-articles-outer .press-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: stretch !important;
  box-sizing: border-box;
  margin: 0;
  gap: 0;
}
@media screen and (max-width: 1200px) {
  .press-articles-outer .press-articles {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.press-articles-outer .press-articles .buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  filter: brightness(1.1);
}
@media screen and (max-width: 1080px) {
  .press-articles-outer .press-articles .buttons {
    flex-direction: column;
  }
}
.press-articles-outer .press-articles .buttons > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  font-family: "futura-pt-bold";
  font-size: 30px;
}
.press-articles-outer .press-articles .buttons > a:nth-child(1) {
  background-color: #C74E95;
}
.press-articles-outer .press-articles .buttons > a:nth-child(2) {
  background-color: #C7904D;
}
.press-articles-outer .press-articles .buttons > a:nth-child(3) {
  background-color: #C36958;
}
.press-articles-outer .press-articles .buttons > a:nth-child(4) {
  background-color: #6C4197;
}
.press-articles-outer .press-articles .buttons > a.selected {
  text-decoration: underline;
}
.press-articles-outer .press-articles .press-article {
  background-color: #816ea8;
  display: flex;
  justify-content: start;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.press-articles-outer .press-articles .press-article .press-article-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.press-articles-outer .press-articles .press-article .press-article-title {
  font-family: "futura-pt-bold";
}
.press-articles-outer .press-articles .press-article .press-article-lede {
  font-family: "Canela";
  font-weight: 400;
}
.press-articles-outer .press-articles .press-article .press-article-copy {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .press-articles-outer .press-articles .press-article {
    flex-basis: 33.33333%;
  }
  .press-articles-outer .press-articles .press-article .press-article-title {
    padding: 20px;
  }
  .press-articles-outer .press-articles .press-article .press-article-lede {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .press-articles-outer .press-articles .press-article {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .press-articles-outer .press-articles .press-article {
    flex-basis: 33.33333%;
  }
  .press-articles-outer .press-articles .press-article .press-article-title {
    padding: 20px;
    font-size: min(5vw, 30px);
  }
  .press-articles-outer .press-articles .press-article .press-article-lede {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .press-articles-outer .press-articles .press-article {
    flex-basis: 50%;
  }
}

.prototypes-hero {
  position: relative;
  height: 65vw;
  max-height: 1080px;
  min-height: 500px;
}
.prototypes-hero .prototypes-hero-top {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #d8d8f1;
  background-size: 200%;
  background-position: center 70%;
  z-index: -1;
  top: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
.prototypes-hero .prototypes-hero-top .prototype-header {
  padding-left: min(30vw, 153px);
  position: relative;
  top: 0px;
}
@media screen and (max-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header {
    transform: none !important;
  }
}
.prototypes-hero .prototypes-hero-top .prototype-header .prototypes-custom {
  font-family: "Canela";
  color: #f5f5f5;
}
@media screen and (min-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-custom {
    font-size: 70px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-custom {
    font-size: 3.5vw;
    margin-bottom: -3vw;
    padding-right: 10vw;
  }
}
.prototypes-hero .prototypes-hero-top .prototype-header .prototypes-game {
  font-family: "Canela";
  color: #f5f5f5;
}
@media screen and (max-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-game {
    font-size: 6vw !important;
    padding-left: 8vw;
    padding-right: 10vw;
  }
}
@media screen and (min-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-game {
    font-size: 100px;
    padding-left: 180px;
  }
}
.prototypes-hero .prototypes-hero-top .prototype-header .prototypes-prototyping {
  font-family: "Canela";
  color: #f5f5f5;
  font-style: italic;
}
@media screen and (min-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-prototyping {
    padding-left: 60px;
    margin-top: -100px;
    font-size: 200px;
  }
}
@media screen and (max-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-prototyping {
    font-size: 11vw;
    padding-left: 5vw;
    margin-top: -5vw;
  }
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-prototyping:after {
    content: "✨";
    font-style: normal;
    padding-left: 2px;
    font-size: 4vw;
  }
}
.prototypes-hero .prototypes-hero-top .prototype-header .prototypes-copy {
  position: relative;
  padding-bottom: 10px;
  font-family: "Canela";
  color: #f5f5f5;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-copy {
    font-size: 30px;
    max-width: 600px;
    left: 100px;
  }
}
@media screen and (max-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-header .prototypes-copy {
    font-size: max(2vw, 18px);
    padding-right: 10vw;
    max-width: max(50vw, 500px);
  }
}
.prototypes-hero .prototypes-hero-top .prototype-header .prototypes-copy::before {
  content: "";
  background: #2196f3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  filter: blur(150px);
  z-index: -1;
}
.prototypes-hero .prototypes-hero-top .prototype-sparkles {
  font-family: "futura-pt-bold";
  font-weight: 700;
  text-wrap: nowrap;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  border: none;
  transition: 0.1s all ease;
  z-index: 5;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0;
}
@media screen and (min-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-sparkles {
    margin-bottom: -80px;
    font-size: 100px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1800px) {
  .prototypes-hero .prototypes-hero-top .prototype-sparkles {
    display: none;
  }
}
.prototypes-hero .prototypes-cta {
  font-family: "futura-pt-bold";
  font-weight: 700;
  color: #ff6500;
  font-size: 17px;
  text-wrap: nowrap;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  border: 3px solid #ff6500;
  border-radius: 30px;
  transition: 0.1s all ease;
  z-index: 200;
  position: absolute;
  margin-bottom: -80px;
  bottom: 150px;
  left: 50%;
}
.prototypes-hero .prototypes-cta:hover {
  transform: scale(1.1);
  border-radius: 15px;
  filter: contrast(120%);
}
.prototypes-hero .prototypes-cta:active {
  transform: scale(1);
  border-radius: 15px;
  filter: contrast(120%);
}

.puzzles-halftone {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 3;
  top: 0px;
  height: 1200px;
}

.puzzles-hero {
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .puzzles-hero {
    height: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero {
    height: 900px;
  }
}
.puzzles-hero .puzzles-hero-inner {
  will-change: background-image;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-color: #d8d8f1;
  background-size: auto 170%;
  z-index: -1;
  top: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .puzzles-hero .puzzles-hero-inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner {
    align-items: start;
    padding-top: 250px;
  }
}
.puzzles-hero .puzzles-hero-inner .puzzles-hero-header {
  position: relative;
  top: 0px;
}
@media screen and (min-width: 980px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header {
    padding-left: 153px;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header {
    padding-left: 10vw;
  }
}
.puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-custom {
  font-family: "Canela";
  color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-custom {
    font-size: 70px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-custom {
    font-size: 7vw;
    margin-bottom: -3vw;
  }
}
.puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-jigsaw {
  font-family: "Canela";
  color: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-jigsaw {
    font-size: 100px;
    padding-left: 180px;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-jigsaw {
    font-size: 10vw;
    margin-bottom: -10vw;
    padding-left: 10vw;
  }
}
.puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-puzzles {
  font-family: "Canela";
  color: #f5f5f5;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-puzzles {
    font-size: 200px;
    padding-left: 60px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-puzzles {
    font-size: 20vw;
  }
}
.puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy {
  font-family: "Canela";
  color: #f5f5f5;
  font-weight: 400;
  text-align: right;
  position: relative;
  max-width: 600px;
}
@media screen and (min-width: 980px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy {
    margin-right: 150px;
  }
}
@media screen and (min-width: 769px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy {
    right: 100px;
    padding-bottom: 10px;
    font-size: 30px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy br {
    display: none;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy {
    padding-right: 25vw;
  }
}
@media screen and (max-width: 450px) {
  .puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy {
    padding: 0px 40px;
  }
}
.puzzles-hero .puzzles-hero-inner .puzzles-hero-header .puzzles-hero-copy::before {
  content: "";
  background: #2196f3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  filter: blur(150px);
  z-index: -1;
}

.puzzle-carousel-wrap {
  background-color: #d8d8f1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quote-hero {
  background-position: center center;
  background-size: 105% 105%;
  align-items: stretch;
  align-self: stretch !important;
  width: 100%;
  scroll-snap-align: start;
  padding: 0px 40px;
  position: relative;
}
.quote-hero .quote-hero-button {
  margin-bottom: -100px !important;
  margin-top: 20px !important;
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .quote-hero {
    height: 900px;
    background-position: bottom center !important;
    background-size: auto 110% !important;
  }
}
@media screen and (min-width: 900px) {
  .quote-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    z-index: 1;
    left: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .quote-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    z-index: 1;
    left: 0px;
    overflow: hidden;
  }
}
.quote-hero .quote-hero-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0);
  align-items: center;
  align-self: center !important;
  overflow: visible;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  margin-top: 8em !important;
  margin-bottom: 4em;
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .quote-hero .quote-hero-wrap {
    transform: scale(1.4);
    /* change this per breakpoint */
    transform-origin: top center;
  }
}
@media screen and (max-width: 900px) and (min-width: 480px) {
  .quote-hero .quote-hero-wrap .quote-hero-copy {
    margin-left: -100px !important;
  }
}
@media screen and (max-width: 600px) {
  .quote-hero .quote-hero-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.quote-hero .quote-hero-wrap .quote-hero-top {
  display: flex;
}
@media screen and (max-width: 900px) {
  .quote-hero .quote-hero-wrap .quote-hero-top {
    max-width: 195px;
  }
}
.quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-left {
  margin-top: 42px;
}
.quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-left .quote-hero-copy {
  width: 1500px;
  margin-left: -60px;
  padding-top: 50px;
}
@media screen and (max-width: 900px) {
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-left .quote-hero-copy {
    height: 375px;
    width: 337.5px;
    min-height: 375px;
    min-width: 337.5px;
    object-fit: contain;
    object-position: bottom left;
  }
}
.quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right {
  width: 100%;
  position: relative;
}
.quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-circ {
  position: absolute;
}
.quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-pillow {
  position: absolute;
}
@media screen and (min-width: 1400px) {
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-pillow {
    top: -65px;
    width: 1000px;
    min-width: 1000px;
    right: calc(-57% + 3vw);
  }
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-circ {
    min-width: 1000px;
    top: -47%;
    right: calc(-57% + 3vw);
  }
}
@media screen and (max-width: 1400px) {
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-pillow {
    width: 800px;
    min-width: 800px;
    top: calc(-170px + 10vw);
    right: calc(-340px + 10vw);
  }
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-circ {
    min-width: 800px;
    top: calc(-330px + 10vw);
    right: calc(-340px + 10vw);
  }
}
@media screen and (max-width: 1200px) {
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-pillow {
    min-width: 700px;
    top: calc(-170px + 10vw);
    right: calc(-340px + 10vw);
  }
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-circ {
    min-width: 700px;
    top: calc(-300px + 10vw);
    right: calc(-340px + 10vw);
  }
}
@media screen and (max-width: 900px) {
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-pillow {
    min-width: 600px;
    top: -138px;
    right: -308px;
    width: 600px;
  }
  .quote-hero .quote-hero-wrap .quote-hero-top .quote-hero-right .quote-hero-circ {
    min-width: 600px;
    top: -262.5px;
    right: -302.5px;
    width: 600px;
  }
}

.quote-form {
  background-color: #d2edf5;
}
.quote-form .quote-form-header {
  position: absolute;
  width: 100%;
  height: 400px;
}
.quote-form .quote-form-wrap {
  background-position: center center;
  background-blend-mode: normal;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  min-height: calc(100vh - 270px);
}
@media screen and (min-width: 740px) {
  .quote-form .quote-form-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.quote-form .quote-form-wrap .quote-form-wrap-inner {
  position: relative;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box {
  min-width: min(600px, 100vw);
  display: flex;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 740px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box {
    width: 100%;
  }
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner {
    width: 100% !important;
    border-radius: 0px !important;
  }
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner {
  background-color: rgba(240, 240, 240, 0.88);
  border: 0.75px solid var(--bricks-color-71a2de);
  border-radius: 30px;
  display: flex;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 500px;
  width: min(600px, 100vw);
}
@media screen and (min-width: 740px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 739px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-star {
  width: 60px;
  margin-bottom: 1em;
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-heading {
  text-align: center;
  font-family: "Canela";
  font-weight: 400;
  color: #201371;
  line-height: 1;
}
@media screen and (min-width: 740px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 739px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-heading {
    font-size: 25px;
  }
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-blurb {
  color: #201371;
  font-family: "Canela";
  font-weight: 100;
  font-style: italic;
  text-align: center;
  line-height: 1;
  margin-top: 0.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 740px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-blurb {
    font-size: 30px;
  }
}
@media screen and (max-width: 739px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-blurb {
    font-size: 18px;
  }
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-body {
  font-family: "futura-pt";
  font-weight: 700;
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-inner .quote-form-after {
  color: #201371;
  font-family: "Canela";
  font-weight: 100;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-pillow {
  position: absolute;
  max-width: 700px;
  transform: translateX(50%) translateY(-20%);
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-pillow {
    visibility: hidden;
  }
}
.quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-cards {
  filter: saturate(1.7);
  position: absolute;
  transform: translateX(-35%) translateY(-140px);
  width: 1100px;
  min-width: 1100px;
  pointer-events: none;
  bottom: -500px;
}
@media screen and (max-width: 1080px) {
  .quote-form .quote-form-wrap .quote-form-wrap-inner .quote-form-box .quote-form-cards {
    visibility: hidden;
  }
}

.rush-sec-header .header-gradient {
  background: linear-gradient(180deg, #fff, #7835ff);
}

.tarot:before {
  display: block;
  content: " ";
  height: 75px;
  width: 100%;
  background-color: #272727;
}
@media screen and (min-width: 1200px) {
  .tarot > div {
    height: 50vw;
  }
}
@media screen and (max-width: 1200px) {
  .tarot > div {
    height: 800px;
  }
}
@media screen and (min-width: 1420px) {
  .tarot .brxe-text {
    padding-bottom: 2% !important;
  }
}

.va-hero-wrap .va-hero {
  width: 100%;
  height: 700px;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .va-hero-wrap .va-hero {
    height: 70vw;
  }
}
@media screen and (max-width: 1200px) {
  .va-hero-wrap::before {
    display: block;
    content: " ";
    height: 75px;
    width: 100%;
    background-color: #272727;
  }
}

.wh-sec-header.wholesale-sec-header {
  color: #401541;
}
.wh-sec-header.wholesale-sec-header .header-gradient {
  background: linear-gradient(180deg, #fff, #fcb8fe);
}
.wh-sec-header.wholesale-sec-header .wh .wh-img {
  max-width: 100% !important;
}

.wood-sec-header .header-gradient {
  background: linear-gradient(180deg, #000000, #6551af);
}

.full-color-header .header-gradient {
  background: linear-gradient(180deg, #000000, #7b0dff);
}

html {
  background-color: #1a2431;
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.embla__container {
  contain: layout style;
  will-change: transform;
  backface-visibility: hidden;
}

.constrained-width {
  margin-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  max-width: 1400px;
}

.cta-button {
  border-width: 3px;
  border-style: solid;
  border-color: #ffc354;
  color: #ffc354;
  border-radius: 30px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "futura-pt-bold";
  font-weight: 700;
  text-wrap: nowrap;
  padding: 5px 30px 5px 30px;
}
@media only screen and (max-width: 600px) {
  .cta-button {
    padding: 3px 20px 3px 20px;
    font-size: 12px !important;
  }
}
.cta-button:hover {
  transform: scale(1.1);
  border-radius: 15px;
  filter: contrast(120%);
}
.cta-button:active {
  transform: scale(1);
  border-radius: 15px;
  filter: contrast(120%);
}

body.bricks-is-frontend [animation*=autofade] {
  opacity: 0;
}

main {
  overflow: hidden;
  width: 100%;
  display: block;
  animation: 0.4s ease-out 0s fade-in;
  min-height: calc(100vh - 270px);
}

body {
  max-width: 1920px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
#wm,
#brx-footer {
    {
        opacity: 0;
		animation: 0.4s ease-out 0.5s fade-in forwards;
    }
}*/
.js main:not(.js wm-root #wm) {
  /*opacity: 0;*/
}

.parallax,
.scale {
  will-change: transform;
  contain: layout paint;
}

.brxe-breadcrumbs li {
  list-style: none;
}

.brxe-breadcrumbs > * {
  padding: 0;
  display: flex;
  gap: 10px;
}

picture {
  display: contents;
}

div[color-theme] {
  transition: 1s all;
}

/*
div[color-theme="dark"]:not(.stuck) {
    background: rgba(0, 0, 0, 0.3) !important;
}

div[color-theme="light"]:not(.stuck) {
    background: rgba(0, 0, 0, 0.7) !important;
}*/
@media screen and (min-width: 1201px) {
  div[color-theme=dark] img {
    filter: brightness(0.2);
  }
}

/*
div.stuck[color-theme="light"][first-section="light"] {
    img:first-child {
        filter: brightness(0.2);
    }
}*/
.brxe-image-gallery a {
  overflow: hidden;
}

.brxe-image-gallery .bricks-image-caption {
  position: relative !important;
  color: #fff !important;
  line-height: 1;
}

.brxe-image-gallery .image {
  width: 100%;
  border-radius: 30px;
  transition: 0.2s all;
}
.brxe-image-gallery .image:hover {
  transform: scale(1.05);
}
.brxe-image-gallery .image:active {
  transform: scale(0.9);
}

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