/*-- -------------------------- -->
<---          Hero              -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1932 {
    width: 100%;
    padding: var(--sectionPadding);
    padding-top: 150px;
    background-color: #FCF3EE;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1932 .watercolour {
  position: absolute;
  top: 96px;
  z-index: 1;
  transform: scaleX(-1);
  }
  #hero-1932 .watercolour.left  {
    right: 0rem;
    display: none;
  }
  #hero-1932 .cs-title {
    font-size: clamp(2.5625rem, 3.9vw, 66px);
  }
  #hero-1932 .watercolour.right  {
    left: 0rem;
  }
  #hero-1932 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 80px */
    gap: clamp(3rem, 6vw, 5rem);
  }
  #hero-1932 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 3;
  }
  #hero-1932 .cs-text {
    margin-bottom: 0.75rem;
  }
  #hero-1932 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #hero-1932 .cs-info {
    width: 100%;
    margin-top: clamp(3rem, 6vw, 5rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  #hero-1932 .cs-info-pic {
    width: 6.9375em;
    height: 4.8125em;
    border-radius: 1rem;
    position: relative;
  }
  #hero-1932 .cs-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  #hero-1932 .cs-address {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--headerColor);
    display: block;
  }
  #hero-1932 .cs-icon {
    width: 1.5rem;
    height: auto;
    margin-right: 0.25rem;
  }
  #hero-1932 .cs-slogan {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: block;
  }
  #hero-1932 .cs-image-group {
    font-size: min(2.29vw, 0.9rem);
    width: 34.9375em;
    height: 42.5em;
    display: block;
    position: relative;
    z-index: 2;
  }
  #hero-1932 .cs-picture {
    width: 32.625em;
    height: 42.5em;
    box-sizing: border-box;
    background-color: #dab692;
    border-radius: 16.25rem;
    position: absolute;
    left: 0;
    z-index: -1;
  }
#hero-1932 .cs-picture::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: url("/assets/images/border-hero.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
#hero-1932 .cs-picture::after {
    content: "";
    position: absolute;
    inset: 17px;
    background: url("/assets/images/inner-border-hero.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
  #hero-1932 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 16.25rem;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #hero-1932 .cs-graphic {
    height: auto;
    position: absolute;
  }
  #hero-1932 .cs-peach {
    width: 5.375em;
    height: auto;
    top: 0.375em;
    left: 5.6875em;
  }
  #hero-1932 .cs-swirl {
    width: 9.8125em;
    height: auto;
    top: 1.5625em;
    left: 0;
    z-index: 0;
  }
  #hero-1932 .cs-dots {
    width: 15.375em;
    height: auto;
    bottom: 0;
    right: 0;
    z-index: -10;
  }
  #hero-1932 .cs-leaf {
    width: 13.4375em;
    height: auto;
    left: 0;
    bottom: 0;
  }
  #hero-1932 .cs-button {
    width: 10em;
    height: auto;
    top: 25.5em;
    right: 0;
  }
  #hero-1932 .cs-info-text {
    /* 14px - 20px */
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.6em;
    text-align: center;
    max-width: 13.9375em;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #hero-1932 .cs-brown-lines {
    width: 46.625em;
    height: auto;
    right: 20.6875em;
    top: 24.6875em;
    z-index: -10;
    transform: rotate(-36deg);
  }
  #hero-1932 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1932 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1932 .watercolour.left  {
    display: block;
  }
  #hero-1932 {
    padding-top: 250px;
  }
  #hero-1932 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #hero-1932 .cs-content {
    /* 48px - 64px */
    padding: clamp(3rem, 5vw, 4rem) 0;
    order: 2;
  }
  #hero-1932 .cs-image-group {
    font-size: min(1.27vw, 1rem);
    height: auto;
    min-height: 42.5em;
    flex: none;
  }
  #hero-1932 .cs-picture {
    height: 100%;
  }
}
                     
/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1944 {
    padding: var(--sectionPadding);
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    background-color: #FCF3EE;
    z-index: 1;
  }
  #content-page-1944 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #content-page-1944 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 47.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page-1944 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page-1944 h2,
  #content-page-1944 h3,
  #content-page-1944 h4,
  #content-page-1944 h5,
  #content-page-1944 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #content-page-1944 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page-1944 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page-1944 h4,
  #content-page-1944 h5,
  #content-page-1944 h6 {
    font-size: 1.25rem;
  }
  #content-page-1944 .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page-1944 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-1944 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-1944 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
    filter: brightness(120%);
  }
  #content-page-1944 ol {
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-1944 ol li {
    font-size: 1rem;
    line-height: 1.5em;
  }
  #content-page-1944 ol li strong {
    color: var(--headerColor);
  }
  #content-page-1944 ol li p:last-of-type {
    margin: 0;
  }
  #content-page-1944 ul {
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-1944 ul li {
    list-style: none;
    line-height: 1.5em;
    font-size: 20px;
    color: inherit;
    position: relative;
  }
  #content-page-1944 ul li strong {
    color: var(--headerColor);
  }
  #content-page-1944 ul li:before {
    /* custom list bullet */
    content: "";
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: 1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.625rem;
    left: -0.75rem;
  }
  #content-page-1944 .cs-image-group {
    font-size: min(2.29vw, 1rem);
    width: 29.875em;
    height: 47.75em;
    display: none;
    order: -1;
    position: relative;
    z-index: 2;
  }
  #content-page-1944 .cs-picture {
    width: 29.4375em;
    height: 42.5625em;
    box-sizing: border-box;
    background-color: #dab692;
    border-radius: 16.25rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
#content-page-1944 .cs-picture::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: url("/assets/images/img-border.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
#content-page-1944 .cs-picture::after {
    content: "";
    position: absolute;
    inset: 17px;
    background: url("/assets/images/inner-border.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
  #content-page-1944 .cs-picture img {
    width: 100%;
    height: 100%;
    border-radius: 16.25rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #content-page-1944 .cs-graphic {
    height: auto;
    position: absolute;
  }
  #content-page-1944 .cs-twirl {
    width: 11.0625em;
    height: auto;
    top: 0.9375em;
    right: 0;
    z-index: 1;
  }
  #content-page-1944 .cs-peach {
    width: 5.375em;
    height: auto;
    top: 0.375em;
    right: 5.6875em;
  }
  #content-page-1944 .cs-blob {
    width: 19.1875em;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  #content-page-1944 .cs-leaf {
    width: 16.4375em;
    height: auto;
    right: 0;
    bottom: 0;
    z-index: -3;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #content-page-1944 .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page-1944.reverse .cs-container {
    flex-direction: row-reverse;
  }
  #content-page-1944 .cs-image-group {
    font-size: min(1.2vw, 1rem);
    display: block;
    flex: none;
  }
}

/*-- -------------------------- -->
<---    Content Page Reverse    -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1944 .cs-content-reverse {
    padding-top: 2.25rem;
  }
  #content-page-1944 .cs-content-reverse .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content-page-1944 .cs-content-reverse .cs-image-group {
    font-size: min(1.8vw, 0.9rem);
    width: 47.8125em;
    height: 24.5em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #content-page-1944 .cs-content-reverse .cs-picture {
    width: 47em;
    height: 21.25em;
    height: 100%;
    box-sizing: border-box;
    background-color: #dab692;
    overflow: hidden;
    border: 0.5em solid #dab692;
    border-radius: 16.25rem;
    position: absolute;
    z-index: -1;
  }
  #content-page-1944 .cs-content-reverse .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #content-page-1944 .cs-content-reverse .cs-graphic {
    height: auto;
    position: absolute;
  }
  #content-page-1944 .cs-content-reverse .cs-dots {
    width: 8.5625em;
    height: auto;
    top: -2em;
    left: 2em;
  }
  #content-page-1944 .cs-content-reverse .cs-brown {
    width: 12.6875em;
    height: auto;
    top: 0;
    right: 0;
    z-index: -3;
  }
  #content-page-1944 .cs-content-reverse .cs-peach-right {
    width: 4.1875em;
    height: auto;
    top: -1.1875em;
    right: 8.3125em;
  }
  #content-page-1944 .cs-content-reverse .cs-leaf-right {
    width: 17.6875em;
    height: auto;
    bottom: -0.875em;
    left: 2em;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #content-page-1944 .cs-content-reverse .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page-1944 .cs-content-reverse .cs-image-group {
    width: 38em;
    height: 30.125em;
    margin-top: 3rem;
    order: 2;
  }
  #content-page-1944 .cs-content-reverse .cs-picture {
    width: 38em;
  }
  #content-page-1944 .cs-content-reverse .cs-dots {
    top: -1em;
  }
}
                                

/*-- -------------------------- -->
<---           Menu             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-menu-group-1038 {
        text-align: center;
        height: auto;
        padding: var(--sectionPadding);
        position: relative;
        overflow: hidden;
    background-color: #FCF3EE;
    }
    #cs-menu-group-1038 .background{
    width: 100%;
    height: 1033px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
    #cs-menu-group-1038 .cs-menu-item img{
        width: 57px;
        object-fit: contain;
        height: auto;
    }
    #cs-menu-group-1038 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }
    #cs-menu-group-1038 .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;
    }
    #cs-menu-group-1038 .cs-picture {
        width: 100%;
        margin: 0 0 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    #cs-menu-group-1038 .cs-picture:before {
        /* left line */
        content: "";
        width: 50%;
        max-width: 9.375rem;
        height: 1px;
        background: #b4b2c7;
        opacity: 1;
        position: relative;
        display: block;
    }
    #cs-menu-group-1038 .cs-picture:after {
        /* right line */
        content: "";
        width: 50%;
        max-width: 9.375rem;
        height: 1px;
        background: #b4b2c7;
        opacity: 1;
        position: relative;
        display: block;
    }
    #cs-menu-group-1038 .cs-icon {
        width: 40%;
        /* 100px - 180px */
        max-width: clamp(6.25rem, 18vw, 11.25rem);
        height: auto;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #cs-menu-group-1038 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 43.75rem;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
        position: relative;
    }
    #cs-menu-group-1038 .cs-title {
        margin: 0 0 2rem;
    }
    #cs-menu-group-1038 .cs-hidden {
        display: none;
    }
    #cs-menu-group-1038 .cs-button-group {
        width: auto;
        max-width: 62.5rem;
        margin: 0 1rem;
        /* 16px - 28px top & bottom */
        /* 32px - 48px left & right */
        padding: clamp(1rem, 3vw, 1.75rem) clamp(2rem, 4vw, 3rem);
        border-radius: 4.375rem;
        background-color: #f3f3f3;
        border: 1px solid #b4b2c7;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        /* 24px - 36px */
        column-gap: clamp(1.5rem, 2vw, 2.25rem);
        row-gap: 0.75rem;
    }
    #cs-menu-group-1038 .cs-button {
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        color: #878787;
        background: transparent;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition:
            color 0.3s,
            font-weight 0.3s,
            color 0.3s;
    }
    #cs-menu-group-1038 .cs-button:hover {
        color: var(--primary);
        cursor: pointer;
    }
    #cs-menu-group-1038 .cs-button.cs-active {
        color: var(--headerColor);
        font-weight: 700;
    }
    #cs-menu-group-1038 .cs-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 32px - 64px */
        gap: clamp(2rem, 6vw, 4rem);
    }
    #cs-menu-group-1038 .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;
        position: relative;
        z-index: 20;
    }
    #cs-menu-group-1038 .cs-menu-list {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        /* 32px - 60px */
        row-gap: clamp(2rem, 6vw, 3.75rem);
        position: relative;
        z-index: 20;
    }
    #cs-menu-group-1038 .cs-menu-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        /* 32px - 60px */
        row-gap: clamp(2rem, 6vw, 3.75rem);
    }
    #cs-menu-group-1038 .cs-menu-item {
        text-align: left;
        list-style: none;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    #cs-menu-group-1038 .cs-menu-item .content{
      gap: 1rem;
      display: flex;
      flex-direction: column;
    }
    #cs-menu-group-1038 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    #cs-menu-group-1038 .cs-h3:after {
        /* divider line */
        content: "";
        width: 50%;
        height: 1px;
        background: #b4b2c7;
        opacity: 1;
        position: relative;
        display: block;
        order: 1;
    }
    #cs-menu-group-1038 .longer.cs-h3:after {
      width: 90%;
    }
    #cs-menu-group-1038 .cs-h3.none:after {
        content: none;
    }
    #cs-menu-group-1038 .cs-name {
        /* 16px - 20px */
        font-size: 20px;
        line-height: 1.2em;
        max-width: 16ch;
        margin-right: auto;
        display: block;
        /* prevents flexbox from squishing it */
        flex: none;
        color: var(--headerColor);
    }
    #cs-menu-group-1038 .cs-name.none {
      max-width: none;
    }
    #cs-menu-group-1038 .longer .cs-name {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
    }
    #cs-menu-group-1038 .cs-price {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: bold;
        width: auto;
        margin: 0;
        padding: 0.5rem 0.75rem;
        border-radius: 5rem;
        background-color: #fff;
        border: 1px solid #b4b2c7;
        color: var(--primary);
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: block;
        /* prevents flexbox from squishing it */
        flex: none;
        /* forces it into the 3rd position */
        order: 3;
    }
    #cs-menu-group-1038 .cs-menu-p {
        /* 14px - 16px */
        font-size: 20px;
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        margin: 0;
        color: var(--bodyTextColor);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-menu-group-1038 .cs-container {
        max-width: 80rem;
    }
    #cs-menu-group-1038 .cs-menu-row {
        width: 100%;
        flex-direction: row;
        justify-content: stretch;
        /* 32px - 80px */
        gap: clamp(2em, 4vw, 5rem);
    }
    #cs-menu-group-1038 .cs-menu-row.cs-3 .cs-h3 {
        gap: 0.5rem;
    }
    #cs-menu-group-1038 .cs-menu-row.cs-3 .cs-h3:after {
        display: none;
    }
    #cs-menu-group-1038 .cs-menu-row.cs-3 .cs-name {
        font-size: clamp(1rem, 2vw, 1.5625rem);
        width: 70%;
        max-width: 20ch;
    }
    #cs-menu-group-1038 .cs-menu-item {
        max-width: 37.5rem;
        margin: 0 auto;
        gap: 36px;
    }
    #cs-menu-group-1038 .cs-menu-item.long{
      max-width: none;
    }
    #cs-menu-group-1038 .cs-name {
        width: fit-content;
        max-width: 70%;
    }

}

/*-- -------------------------- -->
<---   Side by Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2008 {
    width: 100%;
    padding: var(--sectionPadding);
    background-color: #FCF3EE;
    overflow: clip;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #sbs-2008 .background{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #sbs-2008 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: grid;
    justify-items: center;
    grid-auto-flow: row;
    /* 48px - 80px */
    gap: clamp(3rem, 6vw, 5rem);
  }
  #sbs-2008 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 40.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 3;
  }
  #sbs-2008 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2008 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2008 .cs-image-group {
    font-size: min(2.97vw, 1rem);
    width: 28.875em;
    height: 44.1875em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-2008 .cs-picture {
    box-sizing: border-box;
    background-color: #dab692;
    border-radius: 16.25rem;
    position: absolute;
    z-index: -1;
  }
#sbs-2008 .cs-picture::before {
    content: "";
    position: absolute;
    inset: -4px;
    background: url("/assets/images/img-border.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
#sbs-2008 .cs-picture::after {
    content: "";
    position: absolute;
    inset: 15px;
    background: url("/assets/images/inner-border.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
  #sbs-2008 .cs-picture img {
    width: 100%;
    height: 100%;
    border-radius: 16.25rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2008 .cs-picture-large {
    width: 23.8125em;
    height: 34.4375em;
    top: 0;
    left: 3.1875em;
  }
  #sbs-2008 .cs-picture-small {
    width: 15.3125em;
    height: 24.25em;
    right: 0;
    bottom: 0em;
  }
#sbs-2008 .cs-picture-small::before {
    background: url("/assets/images/border-small.webp") center / 100% 100% no-repeat;
}
#sbs-2008 .cs-picture-small::after {
    background: url("/assets/images/inner-border-small.webp") center / 100% 100% no-repeat;
}
  #sbs-2008 .cs-graphic {
    height: auto;
    position: absolute;
  }
  #sbs-2008 .cs-brown {
    width: 8.25em;
    height: auto;
    top: 0;
    right: 0;
    z-index: -2;
  }
  #sbs-2008 .cs-dots {
    width: 8.5625em;
    height: auto;
    top: 2.25em;
    left: 0;
  }
  #sbs-2008 .cs-glitter {
    width: 15.75em;
    height: auto;
    bottom: 0.75em;
    /* -48px to -100px */
    left: 50px;
    z-index: -2;
  }
  #sbs-2008 .cs-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* 40px - 80px */
    column-gap: clamp(2.5rem, 6vw, 5rem);
    /* 32px - 46px */
    row-gap: clamp(2rem, 5vw, 2.875rem);
  }
  #sbs-2008 .cs-logo {
    width: auto;
    height: 2.5rem;
    object-fit: contain;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2008 .cs-container {
    max-width: 80rem;
    justify-items: initial;
    align-items: stretch;
    grid-template-columns: repeat(2, auto);
  }

  #sbs-2008 .cs-content {
    /* 48px - 64px */
    padding: clamp(3rem, 5vw, 4rem) 0;
    grid-column: span 1;
    align-self: center;
  }
  #sbs-2008 .cs-image-group {
    height: auto;
    min-height: 44.1875rem;
    grid-column: span 1;
  }
  #sbs-2008 .cs-picture-large {
    height: 77.934939%;
  }
  #sbs-2008 .cs-picture-small {
    height: 54.879774%;
  }
  #sbs-2008 .cs-brown {
    top: 0;
    right: 0;
  }
  #sbs-2008 .cs-glitter {
    width: 329px;
    height: 310px;
    /* 34px - 214px */
    left: 20px;
  }
  #sbs-2008 .cs-logos {
    grid-column: span 2;
    order: 3;
  }
}
/* Large Desktop - 1400px */
@media only screen and (min-width: 87.5rem) {
  #sbs-2008 .cs-logos {
    justify-content: space-between;
    gap: 0;
  }
}

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-1885 {
    padding: var(--sectionPadding);
    background-color: #FCF3EE;
    position: relative;
    /* because the graphics are absolutely positioned, with some overflow above/below the image groups, we can use the em scaling with margins to set the distance on mobile. these get removed on larger screens */
  }
  #faq-1885 .cs-button-solid{
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #faq-1885 .cs-container {
    width: 100%;
    /* changes to 1720px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #faq-1885 .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;
  }
  #faq-1885 .cs-title {
    max-width: 25ch;
    margin: 0;
  }
  #faq-1885 .cs-flex-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #faq-1885 .cs-image-group {
    font-size: min(3.82vw, 0.9rem);
    width: 23.8125em;
    height: 34.4375em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #faq-1885 .cs-image-group-left {
    margin-bottom: 4.5em;
  }
  #faq-1885 .cs-image-group-right {
    margin-top: 3.375em;
  }
  #faq-1885 .cs-picture {
    width: 23.8125em;
    height: 34.4375em;
    box-sizing: border-box;
    background-color: #dab692;
    border-radius: 16.25rem;
    position: absolute;
    z-index: -1;
  }
#faq-1885 .cs-picture::before {
    content: "";
    position: absolute;
    inset: -4px;
    background: url("/assets/images/img-border.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
#faq-1885 .cs-picture::after {
    content: "";
    position: absolute;
    inset: 15px;
    background: url("/assets/images/inner-border.webp") center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 5;
}
  #faq-1885 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16.25rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #faq-1885 .cs-graphic {
    height: auto;
    position: absolute;
  }
  #faq-1885 .cs-twirl {
    width: 11.0625em;
    height: auto;
    top: 0.9375em;
    right: 0;
    z-index: 1;
  }
  #faq-1885 .cs-peach-left {
    width: 5.375em;
    height: auto;
    top: -0.5625em;
    right: 5.6875em;
  }
  #faq-1885 .cs-beige {
    width: 23.75em;
    height: auto;
    right: 0;
    bottom: -2.9375em;
    z-index: -3;
  }
  #faq-1885 .cs-leaf-left {
    width: 10.9375em;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #faq-1885 .cs-dots {
    width: 8.6875em;
    height: auto;
    top: 1.625em;
    right: 0;
  }
  #faq-1885 .cs-brown {
    width: 12.6875em;
    height: auto;
    top: 0;
    right: 0;
    z-index: -3;
  }
  #faq-1885 .cs-peach-right {
    width: 4em;
    height: auto;
    transform: rotate(90deg);
    right: 5em;
    z-index: -1;
    top: -1em;
  }
  #faq-1885 .cs-leaf-right {
    width: 10.0625em;
    height: auto;
    left: 0;
    bottom: 0;
  }
  #faq-1885 .cs-faq-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  #faq-1885 .cs-faq-item {
    list-style: none;
    width: 100%;
    /* clips all corners of the button that overlap the rounded border */
    overflow: hidden;
    transition: border-bottom 0.3s;
  }
  #faq-1885 .cs-faq-item.active .cs-button {
    background-color: #8f5b34;
    color: var(--bodyTextColorWhite);
  }
  #faq-1885 .cs-faq-item.active .cs-button:before {
    background-color: var(--bodyTextColorWhite);
    transform: rotate(315deg);
  }
  #faq-1885 .cs-faq-item.active .cs-button:after {
    background-color: var(--bodyTextColorWhite);
    transform: rotate(-315deg);
  }
  #faq-1885 .cs-faq-item.active .cs-item-text {
    height: auto;
    /* set the margin and paddings only when the item is active so we don't create space when the item is closed */
    margin-top: 0.5rem;
    padding: 1rem 1.5rem;
    opacity: 1;
  }
  #faq-1885 .cs-button {
    /* 16px - 20px */
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    width: 100%;
    padding: 1rem;
    padding-left: 3rem;
    background-color: #EBE3D7;
    color: var(--headerColor);
    border: none;
    border-radius: 3.75rem;
    display: block;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #faq-1885 .cs-button:hover {
    cursor: pointer;
  }
  #faq-1885 .cs-button:before {
    /* left line */
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--headerColor);
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 1.5625rem;
    transform: rotate(45deg);
    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-1885 .cs-button:after {
    /* right line */
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--headerColor);
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 1.6875rem;
    transform: rotate(-45deg);
    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-1885 .cs-item-text {
    /* 14px - 16px */
    font-size: 20px;
    line-height: 1.5em;
    height: 0;
    margin: 0;
    background-color: #fff;
    /* clips the text so it doesn't show up */
    overflow: hidden;
    color: var(--bodyTextColor);
    opacity: 0;
    border-radius: 1.5rem;
    transition: opacity 0.3s, padding-bottom 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #faq-1885 .cs-container {
    max-width: 107.5rem;
  }
  #faq-1885 .cs-button-solid{
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
  #faq-1885 .cs-flex-group {
    flex-direction: row;
    justify-content: space-between;
    /* 16px - 40px */
    gap: clamp(1rem, 1vw, 2.5rem);
    max-width: 1300px;
    width: 100%;
  }
  #faq-1885 .cs-image-group {
    font-size: min(0.9vw, 1em);
    margin: 0;
  }
  #faq-1885 .cs-image-group-left {
    align-self: flex-start;
  }
  #faq-1885 .cs-image-group-right {
    align-self: flex-end;
  }
  #faq-1885 .cs-faq-group {
    width: 67%;
    max-width: 767px;
  }
}