/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  /* Slow grow + shrink + opacity pulse ONLY – no brightness/filter changes at all */
  @keyframes slowPulse {
    0%,
    100% {
      transform: scale(1);
      opacity: 0.75;
    }
    50% {
      transform: scale(1.65);
      opacity: 1;
    }
  }
  #hero-1350 {
    padding: clamp(15.625rem, 35.95vw, 25rem) 1rem 0;
    padding-bottom: clamp(12.5rem, 16.5vw, 15.625rem);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #F2EBE6;
    /* Fixed stars – pulsing on some */
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
    /* Fixed scattered positions – 3 pulsing ones */
  }
  #hero-1350 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #hero-1350 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hero-1350 .cs-topper {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #e8e8e8;
    margin-bottom: 0.5rem;
    display: block;
  }
  #hero-1350 .cs-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 20ch;
    margin: 0 0 1rem 0;
    color: #fff;
    position: relative;
  }
  #hero-1350 .cs-text {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 0 2.5rem 0;
    color: var(--primaryShade);
  }
  #hero-1350 .cs-bubbles {
    font-size: min(3.5vw, 0.8em);
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
  #hero-1350 .cs-bubbles1 {
    width: 42.5em;
    height: 45.25em;
    right: -11.875rem;
    top: 0;
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(1) {
    top: 27%;
    left: -2%;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(2) {
    top: 17%;
    right: 47%;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(3) {
    bottom: -10%;
    left: 41%;
    width: 3em;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(4) {
    top: 82%;
    left: 5%;
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(5) {
    bottom: 12%;
    right: 25%;
    animation: slowPulse 8s ease-in-out infinite;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(1) {
    bottom: 15%;
    right: 10%;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(2) {
    top: 20%;
    left: 28%;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(3) {
    bottom: 35%;
    left: 15%;
    width: 2.2em;
    opacity: 0.6;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(4) {
    top: 40%;
    right: 5%;
    width: 2.2em;
    opacity: 0.6;
    display: none;
  }
  #hero-1350 .cs-picture {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding-bottom: 1rem;
  }
  #hero-1350 .cs-picture img {
    width: 100%;
    max-width: 20rem;
    height: auto;
    display: block;
  }
  #hero-1350 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1350 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
/* Inbetween - 570px */
@media only screen and (min-width: 35.625rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
    /* Fixed scattered positions – 3 pulsing ones */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(1) {
    top: 27%;
    left: -22%;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(3) {
    bottom: 1%;
    left: 35%;
    width: 3em;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(4) {
    top: 85%;
    left: 5%;
    width: 2.2em;
    opacity: 0.6;
  }
}
/* Small Tablet - 700px */
@media only screen and (min-width: 43.75rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(4) {
    top: 89%;
    left: -25%;
    width: 2.2em;
    opacity: 0.6;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
    /* Fixed scattered positions – 3 pulsing ones */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(1) {
    top: 27%;
    left: -58%;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(3) {
    bottom: -11%;
    left: 13%;
    width: 3em;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(4) {
    top: 115%;
    left: -40%;
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-picture img {
    max-width: 40rem;
  }
}
/* Inbetween - 930px */
@media only screen and (min-width: 58.125rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(1) {
    top: 41%;
    left: -76%;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(2) {
    top: 28%;
    right: 68%;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(3) {
    bottom: -17%;
    left: 7%;
    width: 3em;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(4) {
    top: 122%;
    left: -56%;
    width: 2.2em;
    opacity: 0.6;
  }
}
/* Small Desktop - 1080px */
@media only screen and (min-width: 67.5rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(1) {
    top: 50%;
    left: -84%;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(2) {
    top: 29%;
    right: 82%;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(3) {
    bottom: -25%;
    left: -8%;
    width: 3em;
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(4) {
    top: 135%;
    left: -68%;
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles1 .sparkle:nth-child(5) {
    bottom: 12%;
    right: 221%;
    animation: slowPulse 8s ease-in-out infinite;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(1) {
    bottom: 15%;
    right: 10%;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(2) {
    top: 20%;
    left: 28%;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(3) {
    bottom: 35%;
    left: 15%;
    width: 2.2em;
    opacity: 0.6;
    display: none;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(4) {
    top: 40%;
    right: 5%;
    width: 2.2em;
    opacity: 0.6;
    display: none;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(1) {
    bottom: 15%;
    right: 10%;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(2) {
    top: 20%;
    left: 28%;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(3) {
    bottom: 35%;
    left: 15%;
    width: 2.2em;
    opacity: 0.6;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(4) {
    top: 40%;
    right: 5%;
    width: 2.2em;
    opacity: 0.6;
    display: block;
  }
  #hero-1350 .cs-bubbles2 {
    width: 90.625rem;
    height: 79.75rem;
    left: -9.75rem;
    bottom: -11.25rem;
  }
}
/* Inbetween - 1395px */
@media only screen and (min-width: 87.1875rem) {
  #hero-1350 {
    /* Only these 3 get the slow grow/shrink + opacity pulse */
    /* Size variations */
  }
  #hero-1350 .sparkle {
    position: absolute;
    width: 4.2em;
    height: auto;
    opacity: 0.75;
    will-change: transform, opacity;
    /* No movement or filter animation */
  }
  #hero-1350 .sparkle-pulse {
    animation: slowPulse 8s ease-in-out infinite;
  }
  #hero-1350 .sparkle-small {
    width: 3em;
  }
  #hero-1350 .sparkle-tiny {
    width: 2.2em;
    opacity: 0.6;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(1) {
    bottom: 15%;
    right: 10%;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(2) {
    top: 20%;
    left: 28%;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(3) {
    bottom: 35%;
    left: 15%;
    width: 2.2em;
    opacity: 0.6;
    display: block;
  }
  #hero-1350 .cs-bubbles2 .sparkle:nth-child(4) {
    top: 40%;
    right: 5%;
    width: 2.2em;
    opacity: 0.6;
    display: block;
  }
  #hero-1350 .cs-bubbles1 {
    width: 49.5em;
  }
}
/* Large Desktop - 1700px */
@media only screen and (min-width: 106.25rem) {
  #hero-1350 .cs-bubbles1 {
    width: 57.5em;
  }
  #hero-1350 .cs-bubbles2 {
    width: 144.625em;
  }
}
