@media only screen and (min-width: 0rem) {
  #sbs-1456 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #sbs-1456 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1456 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-1456 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1456 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1456 .cs-image-group {
    font-size: min(2.1vw, 0.83em);
    width: 40.625em;
    height: 45.5625em;
    position: relative;
    z-index: 1;
  }
  #sbs-1456 .cs-image-group:before {
    content: '';
    width: 7.5em;
    height: 7.5em;
    border-radius: 50%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 6.25em;
    left: -4.375em;
    z-index: 10;
    animation-name: floatAnimation;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbs-1456 .cs-image-group:after {
    content: '';
    width: 9.375em;
    height: 9.375em;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    display: block;
    top: -3.125em;
    right: 6.25em;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 4s;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbs-1456 .cs-picture {
    border-radius: 1.5em;
    overflow: hidden;
    position: absolute;
    display: block;
  }
  #sbs-1456 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-1456 .cs-picture1 {
    width: 32.625em;
    height: 45.5625em;
    left: 0;
    top: 0;
  }
  #sbs-1456 .cs-picture2 {
    width: 23.625em;
    height: 28.75em;
    right: 0;
    bottom: 6.25em;
  }
  #sbs-1456 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs-1456 .cs-background:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    pointer-events: none;
    opacity: 0.94;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs-1456 .cs-background img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-1456 .cs-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.25rem;
  }
  #sbs-1456 .cs-content {
    width: 40%;
    padding: 3rem 0;
    flex: none;
    align-self: center;
  }
  #sbs-1456 .cs-image-group {
    font-size: 1rem;
    width: 50vw;
    max-width: 40.625rem;
    height: auto;
    min-height: clamp(36.25rem, 50vw, 45.5625rem);
    flex: none;
    display: flex;
  }
  #sbs-1456 .cs-picture1 {
    width: 83%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  #sbs-1456 .cs-picture2 {
    width: 60%;
    height: 57%;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1456 .cs-title,
  body.dark-mode #sbs-1456 .cs-text,
  body.dark-mode #sbs-1456 .cs-li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1456 .cs-title:before,
  body.dark-mode #sbs-1456 .cs-text:before,
  body.dark-mode #sbs-1456 .cs-li:before {
    background-color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1456 .cs-background:before {
    background-color: var(--dark);
  }
}
@media only screen and (min-width: 0rem) {
  #process-687 {
    padding: var(--sectionPadding);
    text-align: center;
    background-color: var(--primary);
    position: relative;
    z-index: 1;
  }
  #process-687 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #process-687 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #process-687 .cs-title,
  #process-687 .cs-text,
  #process-687 .cs-topper {
    color: var(--bodyTextColorWhite);
  }
  #process-687 .cs-text {
    opacity: 0.8;
  }
  #process-687 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    column-gap: 1.25rem;
    row-gap: 2.5rem;
  }
  #process-687 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 25.8125rem;
  }
  #process-687 .cs-picture {
    width: 6.25rem;
    height: 6.25rem;
    margin: auto;
    margin-bottom: 1.5rem;
    background-color: #fdfaf8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #process-687 .cs-icon {
    width: auto;
    height: 2.375rem;
    display: block;
  }
  #process-687 .cs-h3 {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    margin: 0;
    margin-bottom: 0.75rem;
    color: #fff;
  }
  #process-687 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #process-687 .cs-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.02;
    object-fit: cover;
    z-index: -1;
  }
}
@media only screen and (min-width: 48rem) {
  #process-687 .cs-card-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #process-687 {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 0rem) {
  #services-368 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-4px);
    }
    70% {
      transform: translateY(4px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes InAndOut {
    0% {
      transform: translateY(3.75rem) scale(1);
      opacity: 1;
    }
    30% {
      transform: translateY(1.875rem) scale(0.8);
      opacity: 1;
    }
    60% {
      transform: translateY(0.625rem) scale(0.5);
      opacity: 0.2;
    }
    100% {
      transform: translateY(0) scale(0.2);
      opacity: 0;
    }
  }
  @keyframes InAndOut2 {
    0% {
      transform: translateY(4.375rem) scale(1);
      opacity: 1;
    }
    30% {
      transform: translateY(2.5rem) scale(0.8);
      opacity: 1;
    }
    60% {
      transform: translateY(1.25rem) scale(0.6);
      opacity: 1;
    }
    100% {
      transform: translateY(0) scale(0.4);
      opacity: 0;
    }
  }
  #services-368 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-368 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-368 .cs-title {
    max-width: 30ch;
  }
  #services-368 .cs-text {
    max-width: 50rem;
  }
  #services-368 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #services-368 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 31.25rem;
    padding: clamp(1.25rem, 3.5vw, 2.5rem) clamp(1rem, 2.5vw, 2rem);
    border-radius: 1rem;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-sizing: border-box;
    transition: background-color 0.3s;
  }
  #services-368 .cs-item:hover {
    background-color: var(--primary);
  }
  #services-368 .cs-item:hover .cs-icon-wrapper:before,
  #services-368 .cs-item:hover .cs-bubble:before,
  #services-368 .cs-item:hover .cs-icon-wrapper:after,
  #services-368 .cs-item:hover .cs-bubble:after {
    background-color: #449ffc;
  }
  #services-368 .cs-item:hover .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #services-368 .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #services-368 .cs-item:hover .cs-item-text {
    color: #fff;
  }
  #services-368 .cs-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #services-368 .cs-icon-wrapper {
    width: 6.125rem;
    height: 7.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }
  #services-368 .cs-icon-wrapper:before {
    content: '';
    width: 1.6875rem;
    height: 1.6875rem;
    border-radius: 50%;
    background: #e5f2ff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0.1875rem;
    animation-name: InAndOut;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: background-color 0.3s;
  }
  #services-368 .cs-icon-wrapper:after {
    content: '';
    width: 1.6875rem;
    height: 1.6875rem;
    border-radius: 50%;
    background: #e5f2ff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0.6875rem;
    right: 0.3125rem;
    animation-name: InAndOut2;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: background-color 0.3s;
  }
  #services-368 .cs-bubble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #services-368 .cs-bubble:before {
    content: '';
    width: 3.9375rem;
    height: 3.9375rem;
    border-radius: 50%;
    background: #e5f2ff;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0.25rem;
    left: 0rem;
    animation-name: floatAnimation2;
    animation-duration: 12s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    transition: background-color 0.3s;
  }
  #services-368 .cs-bubble:after {
    content: '';
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: #e5f2ff;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -0.25rem;
    right: 0rem;
    animation-name: floatAnimation2;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    transition: background-color 0.3s;
  }
  #services-368 .cs-icon {
    width: 4.5rem;
    height: auto;
    position: relative;
    z-index: 10;
  }
  #services-368 .cs-h3 {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 0.75rem;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #services-368 .cs-item-text {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    transition: color 0.3s;
  }
}
@media only screen and (min-width: 48rem) {
  #services-368 .cs-card-group {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #services-368 .cs-item {
    width: clamp(31.85%, 30.5vw, 32.28%);
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-368 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #services-368 .cs-title,
  body.dark-mode #services-368 .cs-text,
  body.dark-mode #services-368 .cs-h3,
  body.dark-mode #services-368 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-368 .cs-item {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #services-368 .cs-item:hover {
    background-color: var(--primary);
  }
  body.dark-mode #services-368 .cs-icon-wrapper:before,
  body.dark-mode #services-368 .cs-bubble:before,
  body.dark-mode #services-368 .cs-icon-wrapper:after,
  body.dark-mode #services-368 .cs-bubble:after {
    background-color: var(--accent);
  }
  body.dark-mode #services-368 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-333 {
    padding: var(--sectionPadding);
  }
  #sbsr-333 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-333 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbsr-333 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-333 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-333 .cs-image-group {
    font-size: min(2.08vw, 0.791em);
    width: 42.875em;
    height: 41.125em;
    position: relative;
    transform: scaleX(-1);
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3em);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2em);
    }
    100% {
      transform: translateY(0);
    }
  }
  #sbsr-333 .cs-image-group:before {
    content: '';
    width: 7.5em;
    height: 7.5em;
    border-radius: 50%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 6.25em;
    left: 0em;
    z-index: 10;
    animation-name: floatAnimation;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbsr-333 .cs-image-group:after {
    content: '';
    width: 9.375em;
    height: 9.375em;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0em;
    right: 6.25em;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 4s;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbsr-333 .cs-picture {
    width: 39.375em;
    height: 39.375em;
    border-radius: 50%;
    border: clamp(6px, 1.2vw, 12px) solid #f7f7f7;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #sbsr-333 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scaleX(-1);
  }
  #sbsr-333 .cs-box {
    width: 15.8125em;
    height: 15.8125em;
    border-radius: 50%;
    border: clamp(6px, 1.2vw, 12px) solid #f7f7f7;
    background-color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
  }
  #sbsr-333 .cs-number {
    font-size: clamp(2rem, 5vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    color: var(--bodyTextColorWhite);
  }
  #sbsr-333 .cs-desc {
    font-size: clamp(0.875rem, 2.2vw, 1.5625rem);
    line-height: 1.2em;
    text-align: center;
    max-width: 7.8125rem;
    color: var(--bodyTextColorWhite);
  }
  #sbsr-333 .shadow {
    width: 29.875em;
    border-radius: 478px;
    box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    height: 0px;
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-55%);
  }
}
@media only screen and (min-width: 64rem) {
  #sbsr-333 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #sbsr-333 .cs-content {
    width: 50%;
  }
  #sbsr-333 .cs-image-group {
    font-size: min(1.2vw, 1em);
    order: 2;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbsr-333 .cs-title,
  body.dark-mode #sbsr-333 .cs-text,
  body.dark-mode #sbsr-333 .cs-li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbsr-333 .cs-picture,
  body.dark-mode #sbsr-333 .cs-box {
    border-color: var(--accent);
  }
}
@media only screen and (min-width: 0rem) {
  #gallery-1446 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #gallery-1446 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #gallery-1446 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
  }
  #gallery-1446 .cs-title {
    margin: 0;
  }
  #gallery-1446 .cs-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
    gap: clamp(1rem, 1.5vw, 1.25rem);
    position: relative;
  }
  #gallery-1446 .cs-image {
    min-height: clamp(16.25rem, 60vw, 20rem);
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #gallery-1446 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64rem) {
  #gallery-1446 {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #gallery-1446 .cs-title {
    color: var(--bodyTextColorWhite);
  }
}
@media only screen and (min-width: 0rem) {
  #sbs-336 {
    padding: var(--sectionPadding);
  }
  #sbs-336 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-336 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-336 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-336 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-336 .cs-image-group {
    font-size: min(2.08vw, 0.791em);
    width: 42.875em;
    height: 42em;
    position: relative;
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2em);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-1em);
    }
    100% {
      transform: translateY(0);
    }
  }
  #sbs-336 .cs-image-group:before {
    content: '';
    width: 7.5em;
    height: 7.5em;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 6.25em;
    left: 0em;
    z-index: 10;
    animation-name: floatAnimation;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbs-336 .cs-picture {
    border-radius: 50%;
    border: clamp(6px, 1.2vw, 12px) solid #fff;
    overflow: hidden;
    position: absolute;
    display: block;
  }
  #sbs-336 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-336 .cs-picture1 {
    width: 42em;
    height: 42em;
    top: -0.75em;
    left: -0.75em;
  }
  #sbs-336 .cs-picture2 {
    width: 12.5em;
    height: 12.5em;
    top: -0.75em;
    left: -0.75em;
    animation-name: floatAnimation2;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbs-336 .cs-picture3 {
    width: 18.75em;
    height: 18.75em;
    bottom: -0.75em;
    right: -0.75em;
    animation-name: floatAnimation;
    animation-duration: 13s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #sbs-336 .shadow {
    width: 29.875em;
    border-radius: 478px;
    box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    height: 0px;
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-55%);
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-336 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #sbs-336 .cs-image-group {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs-336 .cs-content {
    width: 50%;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-336 .cs-title,
  body.dark-mode #sbs-336 .cs-text,
  body.dark-mode #sbs-336 .cs-li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-336 .cs-picture,
  body.dark-mode #sbs-336 .cs-box {
    border-color: var(--accent);
  }
}
@media only screen and (min-width: 0rem) {
  #faq-352 {
    padding: var(--sectionPadding);
    background: #f7f7f7;
  }
  #faq-352 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #faq-352 .cs-content {
    text-align: left;
    max-width: 32.625rem;
  }
  #faq-352 .cs-title {
    margin: 0 auto clamp(1.5rem, 4vw, 3rem);
  }
  #faq-352 .cs-faq-group {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #faq-352 .cs-faq-item {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    transition: border-bottom 0.3s;
  }
  #faq-352 .cs-faq-item.active {
    border-color: var(--primary);
  }
  #faq-352 .cs-faq-item.active .cs-button:before {
    background-color: var(--primary);
    transform: rotate(315deg);
  }
  #faq-352 .cs-faq-item.active .cs-button:after {
    background-color: var(--primary);
    transform: rotate(-315deg);
  }
  #faq-352 .cs-faq-item.active .cs-item-p {
    height: auto;
    padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 1.3vw, 1.5rem);
    opacity: 1;
  }
  #faq-352 .cs-button {
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    padding: clamp(1rem, 1.3vw, 1.25rem);
    border: none;
    background: transparent;
    color: var(--headerColor);
    display: block;
    width: 100%;
    position: relative;
    transition:
      background-color 0.3s,
      color 0.3s;
  }
  #faq-352 .cs-button:hover {
    cursor: pointer;
  }
  #faq-352 .cs-button:before {
    content: '';
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--headerColor);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 45%;
    right: 1.5rem;
    transform: rotate(45deg);
    transform-origin: left center;
    transition: transform 0.5s;
  }
  #faq-352 .cs-button:after {
    content: '';
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--headerColor);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 45%;
    right: 1.3125rem;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: transform 0.5s;
  }
  #faq-352 .cs-button-text {
    width: 80%;
    display: block;
  }
  #faq-352 .cs-item-p {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.5em;
    width: 90%;
    height: 0;
    margin: 0;
    padding: 0 clamp(1rem, 2vw, 1.5rem);
    opacity: 0;
    color: var(--bodyTextColor);
    overflow: hidden;
    transition:
      opacity 0.3s,
      padding-bottom 0.3s;
  }
  #faq-352 .cs-left {
    font-size: min(2.08vw, 0.791em);
    width: 42.875em;
    height: 46.875em;
    position: relative;
    z-index: 1;
  }
  #faq-352 .cs-left:before {
    content: '';
    width: 7.5em;
    height: 7.5em;
    border-radius: 50%;
    background: var(--primaryLight);
    opacity: 1;
    position: absolute;
    display: block;
    top: 3.125em;
    right: 18.75em;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #faq-352 .cs-left:after {
    content: '';
    width: 9.375em;
    height: 9.375em;
    border-radius: 50%;
    background: var(--primaryLight);
    opacity: 1;
    position: absolute;
    display: block;
    top: 1.25em;
    right: 11.875em;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2em);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-1em);
    }
    100% {
      transform: translateY(0);
    }
  }
  #faq-352 .cs-picture {
    border-radius: 50%;
    border: clamp(6px, 1.2vw, 12px) solid #fff;
    overflow: hidden;
    position: absolute;
    display: block;
  }
  #faq-352 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #faq-352 .cs-picture1 {
    width: 12.5em;
    height: 12.5em;
    top: 4.5625em;
    left: -0.75em;
    animation-name: floatAnimation;
    animation-duration: 18s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #faq-352 .cs-picture2 {
    width: 25em;
    height: 25em;
    top: 3.625em;
    right: -0.75em;
  }
  #faq-352 .cs-picture3 {
    width: 18.75em;
    height: 18.75em;
    bottom: 5.625em;
    left: -0.75em;
    animation-name: floatAnimation;
    animation-duration: 16s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #faq-352 .cs-picture4 {
    width: 12.5em;
    height: 12.5em;
    bottom: -0.75em;
    right: 10.3125em;
    animation-name: floatAnimation;
    animation-duration: 13s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #faq-352 .cs-blue {
    width: 11.125em;
    height: 8.625em;
    background-color: var(--secondary);
    position: absolute;
    bottom: 0;
    right: 6.25em;
    z-index: -1;
    animation-name: floatAnimation;
    animation-duration: 13s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  #faq-352 .cs-blue:before {
    content: '';
    width: 9.375em;
    height: 9.375em;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0em;
    right: -4.375em;
    z-index: -1;
  }
  #faq-352 .cs-blue:after {
    content: '';
    width: 11.875em;
    height: 11.875em;
    border-radius: 50%;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 1.875em;
    left: -2.5em;
    z-index: -1;
  }
}
@media only screen and (min-width: 64rem) {
  #faq-352 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.25rem;
  }
  #faq-352 .cs-left {
    font-size: min(1vw, 1em);
    flex: none;
    order: 2;
  }
  #faq-352 .cs-title,
  #faq-352 .cs-topper {
    text-align: left;
    width: 80%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #faq-352 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #faq-352 .cs-picture {
    border-color: var(--accent);
  }
  body.dark-mode #faq-352 .cs-title,
  body.dark-mode #faq-352 .cs-item-p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-352 .cs-faq-item {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #faq-352 .cs-faq-item.active {
    border-color: var(--secondary);
  }
  body.dark-mode #faq-352 .cs-faq-item.active .cs-button {
    color: var(--secondary);
  }
  body.dark-mode #faq-352 .cs-faq-item.active .cs-button:before,
  body.dark-mode #faq-352 .cs-faq-item.active .cs-button:after {
    background-color: var(--secondary);
  }
  body.dark-mode #faq-352 .cs-button {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq-352 .cs-button:before,
  body.dark-mode #faq-352 .cs-button:after {
    background-color: var(--bodyTextColorWhite);
  }
}
@media only screen and (min-width: 0rem) {
  #reviews-354 {
    padding: var(--sectionPadding);
  }
  #reviews-354 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #reviews-354 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #reviews-354 .cs-title {
    max-width: 30ch;
  }
  #reviews-354 .cs-text {
    max-width: 46.875rem;
  }
  #reviews-354 .cs-card-group {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(1rem, 2.5vw, 1.15rem);
  }
  #reviews-354 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 39.375rem;
    padding: clamp(1.5rem, 3.15vw, 2rem) clamp(1rem, 3.15vw, 2.5rem);
    background-color: #f7f7f7;
    border-radius: 1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }
  #reviews-354 .cs-quote {
    width: 2.5rem;
    height: auto;
    margin-bottom: 2rem;
    display: block;
  }
  #reviews-354 .cs-review {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
    color: var(--bodyTextColor);
  }
  #reviews-354 .cs-name {
    font-size: clamp(1.25rem, 3vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    margin-top: auto;
    color: var(--headerColor);
    display: block;
  }
  #reviews-354 .cs-job {
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
}
@media only screen and (min-width: 48rem) {
  #reviews-354 .cs-card-group {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #reviews-354 .cs-title,
  body.dark-mode #reviews-354 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-354 .cs-item {
    background-color: rgba(0, 0, 0, 0.32);
  }
  body.dark-mode #reviews-354 .cs-review {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #reviews-354 .cs-name {
    color: var(--secondary);
  }
  body.dark-mode #reviews-354 .cs-quote {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #reviews-354 .cs-job {
    color: var(--bodyTextColorWhite);
    opacity: 0.7;
  }
}

/* Gallery */
#gallery-408 {
  padding: clamp(4rem, 8vw, 7rem) 1rem;
}
body:not(.dark-mode) #gallery-408 {
  background-color: aliceblue;
}

#gallery-408 .cs-container {
  max-width: 80rem;
  margin: auto;
}

#gallery-408 .cs-content {
  max-width: 40rem;
  margin: 0 auto 3rem 0;
}

#gallery-408 .cs-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

#gallery-408 .cs-gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.35s ease;
  display: block;
}

#gallery-408 .cs-gallery img:hover {
  transform: scale(1.04);
  filter: brightness(0.9);
}

/* LIGHTBOX */

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox button {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.lightbox button:hover {
  opacity: 0.7;
}

.lightbox-close {
  top: 30px;
  right: 35px;
  font-size: 3rem;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  padding: 1rem;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

@media (max-width: 768px) {
  .lightbox-prev,
  .lightbox-next {
    font-size: 2rem;
  }

  #gallery-408 .cs-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  #gallery-408 .cs-gallery img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  #gallery-408 .cs-gallery {
    grid-template-columns: 1fr;
  }
}

.before-after-carousel {
  padding: 3rem 0;
  overflow: hidden;

  .container {
    width: min(1200px, 90%);
    margin: 0 auto;
  }

  .section-header {
    text-align: center;
    margin-bottom: 3rem;

    .topper {
      display: block;
      font-size: 0.875rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 1rem;
      opacity: 0.7;
    }

    h2 {
      font-size: clamp(2rem, 4vw, 3.5rem);
      margin: 0;
    }
  }

  .carousel-track {
    position: relative;
  }

  .carousel-slide {
    display: none;
    gap: 2rem;
    align-items: stretch;

    &.active {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 768px) {
      &.active {
        grid-template-columns: 1fr;
      }
    }
  }

  .image-card {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    &:hover img {
      transform: scale(1.03);
    }

    .caption {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.75);
      color: white;
      padding: 0.75rem 1.25rem;
      border-radius: 999px;
      font-weight: 600;
      letter-spacing: 0.05em;
      backdrop-filter: blur(8px);
    }
  }

  .carousel-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;

    .carousel-btn {
      width: 52px;
      height: 52px;
      border: none;
      border-radius: 50%;
      background: black;
      color: white;
      cursor: pointer;
      font-size: 1.25rem;
      transition: all 0.3s ease;

      &:hover {
        transform: translateY(-2px);
        opacity: 0.9;
      }
    }
  }
}
