.brick.bounce {
  z-index: 1000;
  font-size: 1.2rem;
}
.brick {
  position: absolute;
  background-color: var(--primary); 
  color: #f8f8f8; 
  opacity: 0; 
  transition: top .3s ease, opacity .1s ease; 
  height: calc(100% / 6); 
  width: calc(100% / 6); 
  min-height: 40px;
  min-width: 80px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 1.2rem; 
  font-weight: 700;
  text-align: center; 
  padding: 10px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
  box-sizing: border-box;
  top: -100px;
  text-decoration: none; 
  z-index: -1000;
}
.no-js .brick {
opacity: 1;
z-index: auto;
}
@media (max-width: 768px) {
  .no-js .brick {
    opacity: 1;
  }
}
.cs-button-solid:hover, .brick:hover {
transform: scale(1.05); 
cursor: pointer; 
}
.brick:nth-child(1) {
width: 100%;
top: 280px; 
right: 0;
}
.brick:nth-child(2) {
width: 80%;
top: 210px; 
right: 0;
}
.brick:nth-child(3) {
width: 60%;
top: 140px; 
right: 0;
}
.brick:nth-child(4) {
width: 40%;
top: 70px; 
right: 0;
}
.brick:nth-child(5) {
width: 20%;
top: 0; 
right: 0;
}
.bounce {
  animation: bounce .8s ease;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}
@media only screen and (min-width: 0rem) { 
    #hero-1618 {
      padding: var(--sectionPadding);
      padding-top: clamp(1rem, 31.95vw, 5rem);
      position: relative;
      z-index: 1;
    }
    .brick {
      font-size: clamp(0.8125rem, 1.5vw, 1rem);
    }
    #brick-container {
      position: relative;
      align-self: center;
      width: auto;
      height: auto;
      margin-top: 25%;
      min-width: 100%;
      min-height: 350px;
      max-height: 400px;
      overflow: visible; 
    }
    #hero-1618 .cs-container {
      width: 90%;
      max-width: 90rem;
      margin: auto;
      margin-top: 5%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; 
      gap: clamp(0.75rem, 13vw, 1.25rem);
  }
    #hero-1618 .cs-content {
      text-align: left;
      width: auto;
      max-width: 48.75rem;
      margin-right: 20px;
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start;
    }
    #hero-1618 .cs-topper {
      font-size: clamp(0.8125rem, 1.5vw, 1rem);
      line-height: 1.2em;
      letter-spacing: .1em;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: .25rem;
      color: var(--primary);
      display: flex;
      justify-content: left;
      align-items: center;
      gap: .5rem;
      position: relative;
    }
    #hero-1618 .cs-chevron {
      --chevronColor: var(--primary);
      width: 3rem;
      height: auto;
    }
    #hero-1618 .cs-title {
      font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
      font-weight: 700;
      line-height: 1.2em;
      text-align: inherit;
      max-width: 100%;
      margin: 0 0 2.5rem 0;
      color: var(--headerColor);
      position: relative;
    }
    #hero-1618 .cs-text {
      font-size: clamp(1rem, 1.95vw, 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: #f8f8f8;
    }
    #hero-1618 .cs-card-group {
      margin: 0;
      padding: 0;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: clamp(1rem, 2.3vw, 1.25rem);
    }
    #hero-1618 .cs-item {
      width: 100%;
      text-align: left;
      list-style: none;
      margin: 0;
      padding: clamp(1.5rem, 3vw, 2rem);
      background-color: #f8f8f8;
      box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
      box-sizing: border-box;
      grid-column: span 12;
      grid-row: span 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 1;
    }
    #hero-1618 .cs-icon {
      width: 3rem;
      height: auto;
      margin: 0 0 1.5rem 0;
    }
    #hero-1618 .cs-h3 {
      font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
      line-height: 1.2em;
      font-weight: bold;
      text-align: inherit;
      margin: 0 0 1rem 0;
      color: var(--headerColor);
    }
    #hero-1618 .cs-item-text {
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      max-width: 28.125rem;
      margin: 0;
      padding: 0;
      color: var(--bodyTextColor);
    }
    #hero-1618 .cs-background {
      width: 100%;
      height: 55%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
    }
    #hero-1618 .cs-background:before {
      content: '';
      width: 100%;
      height: 100%;
      background: #f8f8f8;
      opacity: 1;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
    }
    #hero-1618 .cs-background img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }
  }
  @media only screen and (min-width: 48rem) {
    #hero-1618 body .cs-button-solid {
      padding: 0 1.5rem;
    }
    #hero-1618 {
      width: auto;
      padding-top: 20%;
    }
    #brick-container {
      position: relative;
      min-width: 50%;
      width: 50%;
      margin: 0;
      margin-top: 0%;
      overflow: hidden; 
      display: flex;
      align-items: flex-start;
    }
    #hero-1618 .cs-container {
      width: 70%;
      display: flex;
      margin-top: 0;
      align-items: center;
      flex-direction: row; 
      justify-content: space-between; 
      gap: 0; 
   }
    #hero-1618 .cs-content {
      text-align: left;
      width: 50%;
      flex: 0 1 auto;
      align-items: flex-start;
      display: flex;
    }
    #hero-1618 .cs-item {
      grid-column: span 4;
    }
    #hero-1618 .cs-background {
      height: 87%;
    }
    #hero-1618 .cs-background:before {
      opacity: 1;
    }
    #hero-1618 .cs-topper {
      font-size: clamp(.825rem, 1.5vw, 1.25rem);
      line-height: 1.2em;
      letter-spacing: .1em;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: .25rem;
      color: var(--primary);
      display: flex;
      justify-content: left;
      align-items: center;
      gap: .5rem;
      position: relative;
    }
    #hero-1618 .cs-title {
      font-size: clamp(2.75rem, 6.4vw, 3.5rem);
      font-weight: 700;
      line-height: 1.2em;
      text-align: inherit;
      max-width: 100%;
      margin: 0 0 2.5rem 0;
      color: var(--headerColor);
      position: relative;
    }
  }