/* PAGE-SPECIFIC STYLES FOR THE HOME PAGE */
/*-- -------------------------- -->
<---           Bento            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1589 {
    z-index: 1;
    position: relative;
    background-color: var(--background);
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: clamp(2.375rem, 7.95vw, 11rem);
    padding-bottom: clamp(1.5rem, 1vw, 6rem);
  }
  #hero-1589 .cs-container {
    margin: auto;
    max-width: 1280px;
    width: 90%;
  }
  #hero-1589 .cs-card-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* rows of 180px */
    grid-template-rows: repeat(8, 9rem);
    margin: 0;
    width: 100%;
    padding: 0;
    /* 16px - 25px */
    gap: clamp(1rem, 2vw, 1.5625rem);
  }
  #hero-1589 .cs-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 25px;
    min-height: 100px;
    overflow: hidden;
    list-style: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  #hero-1589 .cs-item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
  }
  #hero-1589 .cs-item1 {
    align-items: center;
    background-color: #e36c7a;
    grid-column: span 2;
    grid-row: span 3;
  }
  #hero-1589 .cs-item1 .cs-content {
    justify-content: flex-start;
    padding: 1.5rem 0.4rem;
  }
  #hero-1589 .cs-item1 .cs-title {
    color: #67141D;
    text-wrap: balance;
  }
  #hero-1589 .cs-item1 .cs-image {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    height: 40%;
    object-position: top center;
  }
  #hero-1589 .cs-item1 .cs-text {
    color: #67141D;
    text-wrap: balance;
    margin-bottom: 0;
    font-size: clamp(1rem, 2vw, 1.5625rem);
  }
  #hero-1589 .cs-item2 {
    background-color: #f15b43;
    grid-column: span 1;
    grid-row: span 1;
    object-position: top center;
  }
  #hero-1589 .cs-item2 .cs-content {
    align-items: center;
    justify-content: space-evenly;
  }
  #hero-1589 .cs-item2 .cs-h3 {
    z-index: 3;
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    padding: 0 1rem;
    /* Add some horizontal padding if needed */
    color: #5F1307;
  }
  #hero-1589 .cs-item2 .cs-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #hero-1589 .cs-item2 .cs-background img {
    display: none;
  }
  #hero-1589 .cs-item2 .cs-button-solid {
    min-width: fit-content;
    text-align: center;
    padding: 0.5rem 1rem;
    background-color: #5F1307;
  }
  .cs-item3 {
    background-color: #f7d32a;
    grid-column: span 1;
    grid-row: span 1;
    align-items: center;
    justify-content: space-evenly;
  }
  .cs-item3 .cs-h3 {
    text-align: center;
    width: fit-content;
    padding: 0 1rem 0.5rem;
    /* Add some horizontal padding if needed */
    color: #766104;
  }
  .cs-item3 .cs-button-solid {
    min-width: fit-content;
    text-align: center;
    padding: 0.5rem 0.2rem;
    background-color: #766104;
  }
  .cs-item3 .cs-content {
    align-items: center;
    justify-content: space-evenly;
  }
  .cs-item4 {
    background-color: #f7d32a;
    grid-row: span 1;
  }
  .cs-item4 .cs-content {
    align-items: center;
    justify-content: space-evenly;
  }
  .cs-item4 .cs-h3 {
    text-align: center;
    width: 100%;
    color: #766104;
  }
  .cs-item4 .cs-button-solid {
    min-width: fit-content;
    text-align: center;
    padding: 0.5rem 1rem;
    background-color: #766104;
  }
  .cs-item4 .cs-background img {
    display: none;
  }
  .cs-item5 {
    background-color: #e36c7a;
    grid-row: span 1;
  }
  .cs-item5 .cs-content {
    align-items: center;
    justify-content: space-evenly;
  }
  .cs-item5 .cs-h3 {
    text-align: center;
    width: 100%;
    color: #67141D;
  }
  .cs-item5 .cs-button-solid {
    min-width: max-content;
    text-align: center;
    padding: 0.5rem 1rem;
    background-color: #67141D;
  }
  .cs-item5 .cs-background img {
    display: none;
  }
  .cs-item6 {
    background-color: #02b9bb;
    grid-column: span 2;
    grid-row: span 3;
  }
  .cs-item6 .cs-content {
    justify-content: flex-start;
    padding: 2rem;
  }
  .cs-item6 .cs-text {
    text-wrap: balance;
    max-width: 60ch;
    color: #014F51;
    font-size: clamp(1rem, 2vw, 1.5625rem);
  }
  .cs-item6 .cs-background img {
    position: absolute;
    top: initial;
    bottom: 0;
    border-radius: 0;
    height: 50%;
  }
  .cs-item6 .cs-title {
    text-align: center;
    width: 100%;
    padding: 0 1rem;
    /* Add some horizontal padding if needed */
    color: #014F51;
  }
  .cs-item6 .cs-button-solid {
    margin-top: 0.5rem;
    background-color: #014F51;
  }
  #hero-1589 .cs-content {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cs-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .cs-background img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .cs-image {
    border-radius: 25px;
    height: auto;
    /* Maintains aspect ratio */
    width: 100%;
    /* Ensures image is responsive */
    object-fit: cover;
    /* Ensures image covers the area without distortion */
  }
  .cs-image .cs-background-1 {
    z-index: 1;
    position: relative;
    /* Adjusted from absolute for better layout management */
    display: flex;
    justify-content: center;
    /* Centering the image horizontally */
    align-items: center;
    /* Centering the image vertically */
    border-radius: 25px;
    margin: 0 auto;
    /* Centering */
    height: auto;
    /* This ensures the image maintains aspect ratio */
    max-width: 250px;
    /* Optional max width for responsiveness */
    width: 100%;
    overflow: hidden;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1589 .cs-container {
    max-width: 60rem;
  }
  #hero-1589 .cs-item .cs-button-solid {
    width: auto;
    margin-top: 1rem;
  }
  #hero-1589 .cs-item1 {
    grid-column: span 1;
    grid-row: span 4;
  }
  #hero-1589 .cs-item1 .cs-text {
    font-size: 1.25rem;
  }
  #hero-1589 .cs-item1 .cs-image {
    height: 50%;
  }
  #hero-1589 .cs-item2 {
    grid-column: span 1;
    grid-row: span 3;
  }
  #hero-1589 .cs-item2 .cs-h3 {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 8ch;
    font-size: 1.5rem;
  }
  #hero-1589 .cs-item2 .cs-button-solid {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.35rem 1.5rem;
  }
  #hero-1589 .cs-item2 .cs-background {
    top: 13%;
    left: 6%;
    width: 80%;
    height: 97%;
    position: absolute;
  }
  #hero-1589 .cs-item2 .cs-background img {
    height: 76%;
    object-fit: contain;
    display: block;
  }
  #hero-1589 .cs-item2 .cs-h3 {
    display: inline-flex;
    top: 6%;
    left: 23%;
  }
  #hero-1589 .cs-item3 {
    grid-column: span 1;
    grid-row: span 1;
    justify-content: center;
  }
  #hero-1589 .cs-item3 .cs-button-solid {
    min-width: fit-content;
  }
  #hero-1589 .cs-item3 .cs-h3 {
    font-size: 1.5rem;
  }
  #hero-1589 .cs-item4 {
    grid-column: span 1;
    grid-row: span 2;
  }
  #hero-1589 .cs-item4 .cs-h3 {
    position: absolute;
    top: 1.9375rem;
    left: 1.9375rem;
    width: 8ch;
    font-size: 1.5rem;
  }
  #hero-1589 .cs-item4 .cs-background img {
    display: block;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 11%;
    right: 0;
    height: 80%;
    object-fit: contain;
    object-position: right;
  }
  #hero-1589 .cs-item4 .cs-button-solid {
    position: absolute;
    bottom: 9%;
    left: 27%;
    transform: translateX(-50%);
    padding: 0.35rem 1.5rem;
  }
  #hero-1589 .cs-item5 {
    grid-column: span 1;
    grid-row: 7 / 9;
  }
  #hero-1589 .cs-item5 .cs-h3 {
    position: absolute;
    top: 2.25rem;
    right: 0.75rem;
    width: 12ch;
    font-size: 1.5rem;
  }
  #hero-1589 .cs-item5 .cs-button-solid {
    position: absolute;
    top: 5.6785rem;
    right: 2rem;
    width: 8.5rem;
  }
  #hero-1589 .cs-item5 .cs-background img {
    display: block;
    position: absolute;
    bottom: 0;
    left: -38%;
    object-fit: contain;
    object-position: bottom;
  }
  #hero-1589 .cs-item6 {
    grid-column: span 1;
    grid-row: span 4;
  }
  #hero-1589 .cs-item6 .cs-content {
    justify-content: flex-start;
  }
  #hero-1589 .cs-item6 .cs-content {
    padding: 2rem;
  }
  #hero-1589 .cs-item6 .cs-text {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    text-align: center;
  }
  /* Dark Mode */
}
@media only screen and (min-width: 48rem) and only screen and (min-width: 0rem) {
  body.dark-mode #hero-1589 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #hero-1589 .cs-item {
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(255, 255, 255, 0.06);
  }
  body.dark-mode #hero-1589 .cs-item:hover {
    box-shadow: 0 10px 15px rgba(255, 255, 255, 0.1), 0 4px 6px rgba(255, 255, 255, 0.05);
  }
  body.dark-mode #hero-1589 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1589 .cs-item2:before {
    opacity: 0.2;
    background-color: var(--primary);
  }
  body.dark-mode #hero-1589 .cs-item3:before {
    opacity: 0.5;
    background-color: none;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1589 .cs-item1 .cs-image {
    height: 45%;
  }
  #hero-1589 .cs-item2 {
    grid-column: span 1;
    grid-row: span 3;
  }
  #hero-1589 .cs-item2 .cs-h3 {
    position: absolute;
    top: 15%;
    left: 8%;
    width: max-content;
    font-size: calc(1.5rem + 0.5vw);
  }
  #hero-1589 .cs-item2 .cs-button-solid {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.35rem 1.5rem;
  }
  #hero-1589 .cs-item2 .cs-background {
    top: 6%;
    left: 6%;
    width: 80%;
    height: 97%;
    position: absolute;
  }
  #hero-1589 .cs-item2 .cs-background img {
    height: 85%;
    object-fit: contain;
    display: block;
  }
  #hero-1589 .cs-item2 .cs-h3 {
    display: inline-flex;
    top: 6%;
    left: 6%;
  }
  #hero-1589 .cs-item3 .cs-h3 {
    font-size: calc(1.5rem + 0.5vw);
  }
  #hero-1589 .cs-item3 .cs-button-solid {
    padding: 0.5rem 1rem;
  }
  #hero-1589 .cs-item4 .cs-background img {
    display: block;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 3%;
    right: 0;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  #hero-1589 .cs-item4 .cs-button-solid {
    position: absolute;
    bottom: 9%;
    left: 22%;
    transform: translateX(-50%);
    padding: 0.35rem 1.5rem;
  }
  #hero-1589 .cs-item4 .cs-h3 {
    font-size: calc(1.5rem + 0.5vw);
  }
  #hero-1589 .cs-item5 .cs-h3 {
    font-size: calc(1.5rem + 0.5vw);
    right: -0.25rem;
  }
  #hero-1589 .cs-item6 .cs-button-solid {
    margin-top: 0;
  }
}
/* Large Desktop - 1280px */
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1589 {
    background-color: var(--dark);
  }
}
/*-- -------------------------- -->
<---           Cards            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  /* Scroll Container */
  #scroll-container {
    position: relative;
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    height: 900px;
    overflow-y: auto;
    border-radius: 25px;
  }
  /* Scroll Card */
  .scroll-cards {
    position: sticky;
    top: 0;
    max-width: 83%;
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 4rem;
    margin-bottom: 3rem;
    height: 500px;
  }
  .scroll-cards:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
  }
  .scroll-cards:nth-child(2) {
    top: 11rem;
    position: sticky;
    /* Ensure it stays relative to its parent */
    z-index: 2;
    /* Ensure it stays above the second card */
  }
  .scroll-cards:nth-child(3) {
    top: 3rem;
    position: sticky;
    /* Ensure it stays relative to its parent */
    z-index: 3;
    /* Ensure it stays above the second card */
  }
  /* Content Styling */
  #scroll-container .cs-content-cards {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    gap: clamp(1rem, 3vw, 3rem);
  }
  #scroll-container .cs-list,
  #scroll-container .cs-quote {
    max-width: 45ch;
    font-size: clamp(1rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    color: var(--bodyTextColorWhite);
    text-align: center;
    text-wrap: balance;
  }
  #scroll-container .cs-title-cards {
    font-size: var(--headerFontSize);
    color: var(--bodyTextColorWhite);
    background-color: var(--primaryLight);
    padding: 0.25rem 1rem;
    border-radius: 25px;
  }
  /* Icon (if used) */
  #scroll-container .cs-icon {
    height: clamp(4.125rem, 8vw, 6.1875rem);
    /* 66px - 99px */
    width: clamp(5rem, 9vw, 7.5rem);
    /* 80px - 120px */
  }
  /* Name Styling */
  #scroll-container .cs-name {
    display: block;
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: clamp(1.25rem, 3.25vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
    text-align: inherit;
  }
  /* Job/Description */
  #scroll-container .cs-job {
    margin: 0;
    font-size: 1rem;
    /* 16px */
    line-height: 1.5em;
    color: #f7f7f7;
    text-align: inherit;
  }
  /* Background Image Styling */
  #scroll-container .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
  }
  #scroll-container .cs-background::before {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
  }
  #scroll-container .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #scroll-container .scroll-cards {
    max-width: 92%;
  }
  .cs-content-cards {
    width: 85%;
  }
  .cs-title-cards {
    font-size: calc(var(--headerFontSize) * 1.1);
  }
  .cs-list,
  .cs-quote {
    font-size: clamp(1.125rem, 2.5vw, 1.75rem);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #scroll-container .scroll-cards {
    width: 87%;
  }
  .cs-content-cards {
    width: 80%;
    max-width: 800px;
  }
  .cs-title-cards {
    font-size: calc(var(--headerFontSize) * 1.2);
  }
  .cs-list,
  .cs-quote {
    font-size: clamp(1.25rem, 2vw, 2rem);
  }
  .cs-button-solid {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}
/* Large Desktop - 1280px */
@media only screen and (min-width: 80rem) {
  .scroll-container {
    height: 103vh;
    max-height: 970px;
    max-width: 86%;
    margin-bottom: -4rem;
    margin-top: -17rem;
  }
  .scroll-container .scroll-cards {
    width: 94%;
    max-width: 100%;
    height: 420px;
    max-height: 900px;
    margin: 18rem auto 0rem;
    top: 40vh;
    margin-top: 11rem;
  }
  .cs-content-cards {
    max-width: 1000px;
  }
}
/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/
/* Mobile - 360px */
/* Tablet - 768px */
/* Desktop - 1024px */
/* Dark Mode */
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Desktop - 1024px */
/*-- -------------------------- -->
<---   Side By Side Triplet     -->
<--- -------------------------- -*/
/* Desktop - 1024px */
/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-1661 {
    padding: var(--sectionPadding);
  }
  #steps-1661 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-1661 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #steps-1661 .cs-title {
    /* 28px - 40px */
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  }
  #steps-1661 .cs-picture {
    width: 90%;
    /* 320px - 600px */
    height: clamp(18.75rem, 43vw, 37.5rem);
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
  }
  #steps-1661 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
  }
  #steps-1661 .cs-button-solid {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 1rem auto;
  }
  #steps-1661 .cs-card-group {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    scroll-snap-align: start;
    scroll-margin-top: 10rem;
    /* Match your header height */
  }
  #steps-1661 .cs-item {
    list-style: none;
    text-align: left;
    padding: 0 0 1.5rem 0;
    margin: 0;
    border-bottom: 1px solid var(--primaryLight);
    /* prevents border from affecting height and width */
    box-sizing: border-box;
    grid-column: span 12;
  }
  #steps-1661 .cs-item:last-of-type {
    padding: 0;
    border: none;
  }
  #steps-1661 .cs-number {
    font-size: 3.8125rem;
    line-height: 1.2em;
    font-weight: 900;
    /* 16px - 24px */
    margin: 2rem 0 clamp(1rem, 2.4vw, 1.5rem);
    color: var(--primaryLight);
    opacity: 1;
    display: block;
    text-align: center;
  }
  #steps-1661 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    text-align: center;
  }
  #steps-1661 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    text-wrap: none;
  }
  #steps-1661 .cs-item-list {
    list-style-type: none;
    padding-left: 0;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    text-wrap: none;
    text-align: center;
  }
  #steps-1661 .cs-text {
    text-align: center;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-1661 .cs-container {
    max-width: 80rem;
  }
  #steps-1661 .cs-item {
    /* 24px - 32px */
    padding: 0 clamp(1.5rem, 3vw, 2rem);
    grid-column: span 4;
    border-bottom: 0;
    border-left: 1px solid var(--primarylight);
  }
  #steps-1661 .cs-item:last-of-type {
    padding: 0 clamp(1.5rem, 3vw, 2rem);
    border-left: 1px solid var(--primarylight);
  }
  #steps-1661 .cs-picture {
    width: 75%;
  }
  #steps-1661 .cs-card-group {
    max-width: 60rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #steps-1661 .cs-title,
  body.dark-mode #steps-1661 .cs-item-text,
  body.dark-mode #steps-1661 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #steps-1661 .cs-item-text {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 0rem) {
  #partiesandevents {
    scroll-behavior: smooth;
    scroll-snap-align: start;
    scroll-margin-top: 15rem;
    /* Match your header height */
    overflow: visible;
  }
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-2066 {
    position: relative;
    overflow: visible;
    padding: var(--sectionPadding);
    padding-bottom: clamp(22rem, 16vw, 28.125rem);
    padding-block-start: 1rem;
    scroll-behavior: smooth;
    scroll-snap-align: start;
    scroll-margin-top: 7rem;
    /* Match your header height */
    /* Container styles */
    /* List item styles */
    /* Number styling */
    /* Bold text styling */
  }
  #faq-2066 .cs-item-p.number-list {
    counter-reset: list-counter;
    /* Initialize counter */
    padding-left: 0;
    /* Remove default padding */
    margin: 2rem 0;
    /* Add vertical spacing */
    list-style-type: none;
    /* Remove default numbers */
  }
  #faq-2066 .cs-item-p.number-list .cs-text {
    position: relative;
    padding-left: 3rem;
    /* Space for numbers */
    margin-bottom: 1.5rem;
    /* Spacing between items */
    line-height: 1.6;
    /* Improve readability */
  }
  #faq-2066 .cs-item-p.number-list .cs-text::before {
    counter-increment: list-counter;
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: #f0f0f0;
    /* Light grey background */
    border-radius: 50%;
    /* Circular background */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
  }
  #faq-2066 .cs-item-p.number-list .cs-text b {
    color: #637DC6;
    /* Darker color for headings */
    display: inline-block;
    margin-right: 0.5rem;
  }
  #faq-2066 .cs-container {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 44rem;
    width: 100%;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    padding-top: 2rem;
  }
  #faq-2066 .cs-content {
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    width: 100%;
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    padding: 0;
    pointer-events: none;
  }
  #faq-2066 .cs-flex-group {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto 2rem;
    width: 90%;
    overflow: hidden;
    gap: 2rem;
  }
  #faq-2066 .cs-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    border-radius: 25px;
    margin: 0 auto;
    width: 90%;
    gap: 0.5rem;
    align-self: stretch;
  }
  #faq-2066 .cs-option {
    z-index: 1;
    position: relative;
    border: 1px solid #bababa;
    border-radius: 25px;
    background-color: #fff;
    /* prevents border from affecting height and width */
    box-sizing: border-box;
    padding: 1rem;
    margin-top: 0.5rem;
    /* 16px - 20px */
    font: inherit;
    font-size: clamp(1rem, 2vw, 1.25rem);
    /* 50px - 72px */
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColor);
    transition: border-color 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: border-color 0.3s, box-shadow 0.3s, color 0.3s;
  }
  #faq-2066 .cs-option:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    /* background color */
    content: "";
    opacity: 0;
    display: block;
    background: var(--background);
    height: 100%;
    width: 100%;
    transition: opacity 0.3s;
  }
  #faq-2066 .cs-option:hover:hover {
    cursor: pointer;
    border-color: var(--primaryLight);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
  }
  #faq-2066 .cs-option:hover:hover:before {
    opacity: 0.1;
  }
  #faq-2066 .cs-option.cs-active {
    color: var(--primaryLight);
    border-color: var(--primaryLight);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #faq-2066 .cs-option.cs-active:before {
    opacity: 0;
  }
  #faq-2066 .cs-wrapper {
    position: relative;
  }
  #faq-2066 .cs-text {
    max-width: 80%;
  }
  #faq-2066 .cs-faq-group {
    transform-style: preserve-3d;
    perspective: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 0;
    transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;
    gap: 0.5rem;
    /* makes the transfrom scaling orgin the top left corner, dictates the direction by which the scale transforms animate towards */
    transform-origin: top;
  }
  #faq-2066 .cs-faq-group.cs-hidden {
    position: absolute;
    /* this top and left value help control the animation, by setting it to position absolute and left 0, the FAQ won't fly off screen to the left, it will stop its position to be at the left edge of the .cs-flex-group (left: 0). Same for the bottom:0 value, the FAQ won't go past that position when it animates */
    top: 0;
    left: 0;
    /* by using visibility:hidden instead of display:none, we can see the animations from the opacity and transforms, display:none won't render animations. */
    visibility: hidden;
    /* hidden galleries have a 0 opacity, and we animate the opacity to 1 when they become active */
    opacity: 0;
    /* prevents the hidden galleries from overflowing the section, and makes a nice animations to transition to and from */
    transform: scaleY(0);
    /* prevents the mouse from interacting with it */
    pointer-events: none;
  }
  #faq-2066 .cs-faq-group.cs-hidden .cs-faq-item {
    opacity: 0;
    transform: rotateX(270deg);
  }
  #faq-2066 .cs-faq-item {
    top: 0;
    opacity: 1;
    transform: rotateX(0deg);
    border-bottom: 0px solid #e8e8e8;
    max-width: 60rem;
    /* clips all corners of the button that overlap the rounded border */
    overflow: hidden;
    list-style: none;
    transition: transform 0.6s, opacity 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s;
    border-radius: 25px;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  #faq-2066 .cs-faq-item:hover,
  #faq-2066 .cs-faq-item.active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
  #faq-2066 .cs-faq-item:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(4) {
    transition-delay: 0.3s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(5) {
    transition-delay: 0.4s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(6) {
    transition-delay: 0.5s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(7) {
    transition-delay: 0.6s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(8) {
    transition-delay: 0.7s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(9) {
    transition-delay: 0.8s;
  }
  #faq-2066 .cs-faq-item:nth-of-type(10) {
    transition-delay: 0.9s;
  }
  #faq-2066 .cs-faq-item:last-of-type {
    border-bottom: none;
  }
  #faq-2066 .cs-faq-item.active .cs-button {
    color: var(--primaryLight);
  }
  #faq-2066 .cs-faq-item.active .cs-button:before {
    transform: rotate(315deg);
    background-color: var(--primaryLight);
  }
  #faq-2066 .cs-faq-item.active .cs-button:after {
    transform: rotate(-315deg);
    background-color: var(--primaryLight);
  }
  #faq-2066 .cs-faq-item.active .cs-item-p {
    opacity: 1;
    height: auto;
    /* 20px - 24px bottom */
    /* 16px - 24px left & right */
    padding: 1.5rem 0;
    margin: 0 auto;
  }
  #faq-2066 .cs-button {
    position: relative;
    display: block;
    border: none;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    padding: 1.5rem;
    /* 16px - 20px */
    font: inherit;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
    transition: background-color 0.3s, color 0.3s;
    text-align: left;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  }
  #faq-2066 .cs-button:hover {
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #faq-2066 .cs-button:before {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    /* left line */
    content: "";
    opacity: 1;
    transform: rotate(45deg);
    display: block;
    border-radius: 50%;
    background-color: var(--headerColor);
    height: 0.125rem;
    width: 0.5rem;
    transition: transform 0.5s;
    /* animate the transform from the left side of the x axis, and the center of the y */
    transform-origin: left center;
  }
  #faq-2066 .cs-button:after {
    position: absolute;
    top: 50%;
    right: 1.3125rem;
    /* right line */
    content: "";
    opacity: 1;
    transform: rotate(-45deg);
    display: block;
    border-radius: 50%;
    background-color: var(--headerColor);
    height: 0.125rem;
    width: 0.5rem;
    transition: transform 0.5s;
    /* animate the transform from the right side of the x axis, and the center of the y */
    transform-origin: right center;
  }
  #faq-2066 .cs-button-text {
    display: block;
    width: 60%;
  }
  #faq-2066 .cs-item--map {
    opacity: 1;
    height: auto;
    /* 20px - 24px bottom */
    /* 16px - 24px left & right */
    padding: 1.5rem 0;
    scroll-snap-align: start none;
    scroll-margin-top: 10rem;
    display: block;
    width: 60%;
  }
  #faq-2066 .cs-item-p {
    opacity: 0;
    margin: 0 auto;
    height: 0;
    width: 90%;
    /* clips the text so it doesn't show up */
    overflow: hidden;
    padding: 0;
    /* 14px - 16px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    transition: opacity 0.3s, padding-bottom 0.3s;
    text-align: center;
  }
  #faq-2066 .cs-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    margin: 0;
    width: 90%;
    max-width: 60rem;
    /* 32px - 40px */
    padding: clamp(2rem, 4vw, 2.5rem);
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
  }
  #faq-2066 .cs-cta:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 1;
    display: block;
    border-radius: 25px;
    background: #f7d32a;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s;
  }
  #faq-2066 .cs-cta:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  }
  #faq-2066 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #faq-2066 .cs-cta-title {
    margin: 0 0 1rem 0;
    font-size: 1.9375rem;
    line-height: 1.2em;
    font-weight: 900;
    color: var(--headerColor);
  }
  #faq-2066 .cs-cta-text {
    margin: 0 0 2rem 0;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #faq-2066 .cs-cta-text-desktop {
    display: none;
  }
  #faq-2066 .cs-graphic {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #faq-2066 {
    padding-top: 0;
    scroll-behavior: smooth;
    scroll-snap-align: start;
    scroll-margin-top: 10rem;
    /* Match your header height */
  }
  #faq-2066 .cs-item-p.number-list .cs-text {
    padding-left: 2.5rem;
    /* Slightly less padding on mobile */
    text-align: left;
    margin: 0 auto;
  }
  #faq-2066 .cs-item-p.number-list .cs-text::before {
    width: 1.75rem;
    /* Smaller numbers on mobile */
    height: 1.75rem;
    font-size: 0.8rem;
  }
  #faq-2066 .cs-container {
    max-width: 80rem;
    padding-top: 0rem;
  }
  #faq-2066 .cs-content {
    padding: 3rem 0;
  }
  #faq-2066 .cs-button-text-map {
    scroll-margin-top: none;
  }
  #faq-2066 .cs-button-group {
    flex-direction: row;
  }
  #faq-2066 .cs-faq-item,
  #faq-2066 .cs-option,
  #faq-2066 .cs-cta {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  #faq-2066 .cs-faq-item:hover,
  #faq-2066 .cs-option:hover,
  #faq-2066 .cs-cta:hover {
    transform: translateY(-3px);
  }
  #faq-2066 .cs-cta-text {
    display: none;
  }
  #faq-2066 .cs-cta-text-desktop {
    display: block;
    margin: 0 0 2rem 0;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #faq-2066 .cs-option {
    padding: 0.75rem 1.5rem;
  }
  #faq-2066 .cs-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto 0;
    width: 90%;
    text-align: left;
    gap: 4rem;
  }
  #faq-2066 .cs-cta-text {
    margin: 0;
  }
  #faq-2066 .cs-button-text-map {
    scroll-margin-top: none;
  }
  #faq-2066 .cs-cta-text-desktop {
    margin: 0;
  }
  #faq-2066 .cs-button-solid {
    flex-shrink: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #faq-2066 {
    background-color: var(--dark);
  }
  body.dark-mode #faq-2066 .cs-item-p.number-list .cs-text::before {
    background-color: var(--bodyTextColorWhite);
    /* or any color you prefer */
    color: var(--primaryLight);
    /* This will be the color of the number */
  }
  body.dark-mode #faq-2066 .cs-option:hover {
    border-radius: 25px;
    /* Add this line */
    color: var(--dark);
    border-color: var(--dark);
  }
  body.dark-mode #faq-2066 .cs-title,
  body.dark-mode #faq-2066 .cs-item-p,
  body.dark-mode #faq-2066 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-2066 .cs-text,
  body.dark-mode #faq-2066 .cs-cta-text,
  body.dark-mode #faq-2066 .cs-cta-text-desktop {
    opacity: 1;
  }
  body.dark-mode #faq-2066 .cs-option {
    background-color: transparent;
    color: var(--bodyTextColorWhite);
    border-color: rgba(255, 255, 255, 0.3);
  }
  body.dark-mode #faq-2066 .cs-option.cs-active,
  body.dark-mode #faq-2066 .cs-option:hover {
    color: var(--primary);
    border-color: var(--primary);
  }
  body.dark-mode #faq-2066 .cs-item {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #faq-2066 .cs-faq-item {
    transition: border-color 0.3s, transform 0.6s;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.05);
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(3) {
    transition-delay: 0.2s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(4) {
    transition-delay: 0.3s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(5) {
    transition-delay: 0.4s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(6) {
    transition-delay: 0.5s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(7) {
    transition-delay: 0.6s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(8) {
    transition-delay: 0.7s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(9) {
    transition-delay: 0.8s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:nth-of-type(10) {
    transition-delay: 0.9s;
  }
  body.dark-mode #faq-2066 .cs-faq-item:hover {
    transition: border-color 0.3s;
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #faq-2066 .cs-faq-item.active {
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #faq-2066 .cs-faq-item.active .cs-button {
    color: var(--primary);
  }
  body.dark-mode #faq-2066 .cs-faq-item.active .cs-button:before,
  body.dark-mode #faq-2066 .cs-faq-item.active .cs-button:after {
    background-color: #fff;
  }
  body.dark-mode #faq-2066 .cs-faq-item.active .cs-item-p {
    padding-top: clamp(1.25rem, 1.3vw, 1.5rem);
  }
  body.dark-mode #faq-2066 .cs-button {
    background-color: var(--dark);
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-2066 .cs-button:before,
  body.dark-mode #faq-2066 .cs-button:after {
    background-color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-2066 .cs-button:hover {
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #faq-2066 .cs-cta-title,
  body.dark-mode #faq-2066 .cs-cta-text,
  body.dark-mode #faq-2066 .cs-cta-text-desktop {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-2066 .cs-graphic {
    display: none;
  }
  body.dark-mode #faq-2066 .cs-option {
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.08);
  }
  body.dark-mode #faq-2066 .cs-option:hover,
  body.dark-mode #faq-2066 .cs-option.cs-active {
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #faq-2066 .cs-cta {
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #faq-2066 .cs-cta:hover {
    box-shadow: 0 6px 8px rgba(255, 255, 255, 0.15);
  }
}
