/*-- -------------------------- -->
<---        What We Offer       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
    #sbs-1362 {
        padding: var(--sectionPadding);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
  
    #sbs-1362 .cs-container {
        width: 100%;
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
  
    #sbs-1362 .cs-content {
        text-align: left;
        width: 100%;
        max-width: 39.375rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
  
    #sbs-1362 .cs-topper {
        color: var(--primary);
    }
  
    #sbs-1362 .cs-title {
        max-width: 26ch;
    }
  
    #sbs-1362 .cs-text {
        margin-bottom: 1rem;
    }
  
    #sbs-1362 .cs-text:last-of-type {
        margin-bottom: 1.5rem;
    }
  
    #sbs-1362 .cs-card-group {
        width: 100%;
        max-width: 39.375rem;
        margin: 0 0 1.5rem 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
        align-items: center;
        gap: clamp(1rem, 2vw, 1.25rem);
    }
  
    #sbs-1362 .cs-item {
        list-style: none;
        padding: clamp(1rem, 3vw, 1.5rem);
        box-sizing: border-box;
        background-color: #f7f7f7;
        border-radius: 1rem;
        border: 1px solid #e8e8e8;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
  
        height: 100%;
    }
  
    #sbs-1362 .cs-h3 {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--headerColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
    }
  
    #sbs-1362 .cs-h3-icon {
        width: 2rem;
        height: auto;
        display: block;
    }
  
    #sbs-1362 .cs-item-text {
        font-size: 0.875rem;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
    }
  
    #sbs-1362 .cs-ul {
        width: 100%;
        margin: 0 0 1.5rem 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
  
    #sbs-1362 .cs-li {
        font-size: var(--bodyFontSize);
        list-style: none;
        line-height: 1.5em;
        width: 100%;
        color: var(--bodyTextColor);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.5rem;
    }
  
    #sbs-1362 .cs-icon {
        width: 1.5rem;
        height: auto;
        margin-top: 1px;
        display: block;
    }
  
    #sbs-1362 .cs-image-group {
        width: 100%;
        max-width: 36.625rem;
        height: 32.5rem;
        border-radius: 1rem;
        overflow: hidden;
        position: relative;
    }
  
    #sbs-1362 .cs-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
  
    #sbs-1362 .cs-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
  
    #sbs-1362 .cs-box {
      position: absolute;
      bottom: clamp(0.75rem, 1.9vw, 1.5rem);
      right: clamp(0.75rem, 1.9vw, 1.5rem);
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: var(--primary);
      width: 80%;
      max-width: 19rem;
      box-sizing: border-box;
      text-align: left;
      border-radius: 0.5rem;
      padding: 1.5rem;
      gap: 1.5rem;
    }
  
    #sbs-1362 .cs-box-icon {
        width: 3.75rem;
        height: auto;
        display: block;
    }
  
    #sbs-1362 .cs-desc {
      display: block;
      font-family: var(--headerFont);
      font-size: clamp(1rem, 1.8vw, 1.15rem);
      line-height: 1.2em;
      font-weight: 700;
      color: var(--headerColor);
    }
    
    #sbs-1362 .cs-box-icon {
      display: block;
      height: 3rem;
      width: auto;
    }
  
    #sbs-1362 .cs-desc {
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        font-weight: 700;
        width: 100%;
        margin: 0;
        color: var(--bodyTextColorWhite);
    }
  
    #sbs-1362 .cs-bubbles {
        font-size: min(2.5vw, .7em);
        width: 26.1875em;
        height: 26.6875em;
        position: absolute;
        right: -16.25em;
        bottom: -3.125em;
        z-index: -1;
    }
  
    #sbs-1362 .cs-bubbles:before {
        content: "";
        width: 20.625em;
        height: 20.625em;
        background: transparent;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        opacity: 1;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    }
  
    #sbs-1362 .cs-bubbles:after {
        content: "";
        width: 16.25em;
        height: 16.25em;
        background: var(--primary);
        opacity: 0.15;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    }
}
/* Tablet */
@media only screen and (min-width: 64rem) {
#sbs-1362 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

#sbs-1362 .cs-image-group {
    height: auto;
}

#sbs-1362 .cs-bubbles {
    font-size: min(2.5vw, 1em);
}
}
/* Large Desktops */
@media only screen and (min-width: 100rem) {
#sbs-1362 .cs-bubbles {
    margin-left: 40.625rem;
    right: auto;
    left: 50%;
    bottom: 1.875rem;
}
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-1362 .cs-item {
        background-color: #1d1d1d;
    }
    body.dark-mode #sbs-1362 .cs-h3, 
    body.dark-mode #sbs-1362 .cs-item-text{
        color: var(--bodyTextColorWhite);
    }
}
/*-- -------------------------- -->
<---           What We Do       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-285 {
      /* centers the button */
      text-align: center;
      padding: var(--sectionPadding);
    }
    #services-285 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #services-285 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      max-width: 50rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }
    #services-285 .cs-card-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
      row-gap: 1rem;
    }
    #services-285 .cs-item {
      list-style: none;
      width: 100%;
      max-width: 31.25rem;
      /* 32px - 40px top & bottom */
      /* 28px - 40px left & right */
      padding: clamp(2rem, 3vw, 2.5rem) clamp(1.75rem, 3vw, 2.5rem);
      border-radius: 1rem;
      background-color: #f7f7f7;
      box-sizing: border-box;
      transition: background-color 0.3s, transform 0.3s;
      
      height: 100%;
    }
    #services-285 .cs-item:hover {
      background-color: var(--primary);
      transform: translateY(-0.4375rem);
    }
    #services-285 .cs-item:hover .cs-picture:before {
      width: 100%;
      height: 100%;
      opacity: 1;
    }
    #services-285 .cs-item:hover .cs-h3,
    #services-285 .cs-item:hover .cs-item-text {
      color: #fff;
    }
    #services-285 .cs-link {
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    #services-285 .cs-picture {
      margin: 0;
      margin-bottom: 1.5rem;
      /* 68px - 88px */
      width: clamp(4.25rem, 4vw, 5.5rem);
      height: clamp(4.25rem, 4vw, 5.5rem);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: var(--primary);
      position: relative;
      z-index: 1;
    }
    #services-285 .cs-picture:before {
      /* floating hover box */
      content: "";
      width: 130%;
      height: 130%;
      background-color: transparent;
      opacity: 0;
      border-radius: 50%;
      border: 2px solid #fff;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* prevents the mouse from interacting with it */
      pointer-events: none;
      z-index: 10;
      transition: width 0.5s, height 0.5s, opacity 0.4s;
    }
    #services-285 .cs-icon {
      /* 45px - 54px */


      filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(2679%) hue-rotate(287deg) brightness(126%) contrast(110%);
    }
    #services-285 .cs-title {
      max-width: 30rem;
    }
    #services-285 .cs-h3 {
      font-size: 1.25rem;
      font-weight: 900;
      text-align: center;
      line-height: 1.2em;
      margin: 0;
      margin-bottom: 0.75rem;
      color: var(--headerColor);
      transition: color 0.3s;
    }
    #services-285 .cs-item-text {
      font-size: 1rem;
      text-align: center;
      line-height: 1.5em;
      margin: 0;
      color: var(--bodyTextColor);
      transition: color 0.3s;
    }

    #services-285 .cs-title, #services-285 .cs-text {
        max-width: 100%;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #services-285 .cs-card-group {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(1rem, 2vw, 1.25rem);
    }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #services-285 .cs-card-group {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  /* Dark Mode */
  @media only screen and (min-width: 0rem) {
    body.dark-mode #services-285 {
      background-color: var(--dark);
    }
    body.dark-mode #services-285 .cs-title,
    body.dark-mode #services-285 .cs-text,
    body.dark-mode #services-285 .cs-h3,
    body.dark-mode #services-285 .cs-item-text {
      color: var(--bodyTextColorWhite);
    }
    body.dark-mode #services-285 .cs-picture {
      background-color: var(--dark);
    }
    body.dark-mode #services-285 .cs-item {
      background-color: rgba(0, 0, 0, 0.2);
      position: relative;
      border-radius: 1rem;
      transition: background-color 0.3s, transform 0.3s;
    }
    body.dark-mode #services-285 .cs-item:before {
      /* floating hover box */
      content: "";
      width: 100%;
      height: 100%;
      background-color: transparent;
      opacity: 0;
      border: 2px solid #fff;
      border-radius: 1rem;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* prevents the mouse from interacting with it */
      pointer-events: none;
      z-index: 10;
      transition: opacity 0.4s;
    }
    body.dark-mode #services-285 .cs-item:hover {
      background-color: var(--dark);
      transform: none;
    }
    body.dark-mode #services-285 .cs-item:hover:before {
      opacity: 1;
    }
    body.dark-mode #services-285 .cs-item:hover .cs-picture:before {
      width: 100%;
      height: 100%;
      opacity: 1;
    }
    body.dark-mode #services-285 .cs-item:hover .cs-h3,
    body.dark-mode #services-285 .cs-item:hover .cs-item-text {
      color: #fff;
    }
  }
/*-- -------------------------- -->
<---        Portfolio           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  @keyframes floatAnimation {
      0% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-2rem);
      }

      100% {
          transform: translateY(0);
      }
  }

  @keyframes floatAnimation2 {
      0% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-3rem);
      }

      100% {
          transform: translateY(0);
      }
  }

  #gallery-1374 {
      padding: var(--sectionPadding);
      position: relative;
      z-index: 1;
      overflow: hidden;
  }

  #gallery-1374 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(3rem, 6vw, 4rem);
  }

  #gallery-1374 .cs-content {
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  #gallery-1374 .cs-image-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: 1fr;
      gap: clamp(1rem, 4.3vw, 3.75rem);
  }

  #gallery-1374 .cs-link {
      text-decoration: none;
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 1rem;
  }

  #gallery-1374 .cs-item {
      list-style: none;
      width: 100%;
      height: 100%;
      margin: 0;
      grid-column: span 12;
  }

  #gallery-1374 .cs-item:hover .cs-h3, #gallery-1374 .cs-item:hover .cs-h3-2, #gallery-1374 .cs-item:hover .cs-desc {
      color: #fff;
  }

  #gallery-1374 .cs-item:hover .cs-item-text {
      background-color: var(--primary);
  }

  #gallery-1374 .cs-item:hover .cs-icon-wrapper {
      border-color: #fff;
  }

  #gallery-1374 .cs-item:hover .cs-icon {
      filter: brightness(1000%) grayscale(1);
  }

  #gallery-1374 .cs-picture {
      width: 100%;
      height: clamp(21.5rem, 30vw, 26.25rem);
      margin: auto;
      border-radius: 1.5rem;
      display: block;
      position: relative;
      overflow: hidden;
  }

  #gallery-1374 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }

  #gallery-1374 .cs-item-text {
      padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2.8vw, 2.5rem);
      background-color: #f7f7f7;
      border-radius: 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-grow: 1;
      gap: 1rem;
      transition: background-color 0.3s;
  }

  #gallery-1374 .cs-flex {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
  }

  #gallery-1374 .cs-h3 {
      font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
      line-height: 1.2em;
      text-align: left;
      margin: 0;
      color: #1a1a1a;
      transition: color 0.3s;
  }

  #gallery-1374 .cs-h3-2 {
      font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
      line-height: 1.2em;
      text-align: left;
      margin: 0;
      color: #1a1a1a;
      transition: color 0.3s;
  }

  #gallery-1374 .cs-desc {
      font-size: clamp(0.875rem, 1.2vw, 1rem);
      line-height: 1.5em;
      color: #1a1a1a;
      transition: color 0.3s;
  }

  #gallery-1374 .cs-icon-wrapper {
      width: 3rem;
      height: 3rem;
      border: 1px solid #bababa;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      transition: border-color 0.3s;
  }

  #gallery-1374 .cs-icon {
      width: auto;
      height: 0.75rem;
      transition: filter 0.3s;
  }

  #gallery-1374 .cs-bubbles {
      width: 25.9375rem;
      height: 34.125rem;
      position: absolute;
      right: -10.25rem;
      bottom: -2.875rem;
      z-index: -1;
  }

  #gallery-1374 .cs-bubbles:before {
      content: "";
      width: 21.3125rem;
      height: 21.3125rem;
      background: transparent;
      opacity: 1;
      border: 1px solid #1a1a1a;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      animation-name: floatAnimation;
      animation-duration: 5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
  }

  #gallery-1374 .cs-bubbles:after {
      content: "";
      width: 21.3125rem;
      height: 21.3125rem;
      background: var(--primary);
      opacity: 0.1;
      border-radius: 50%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      animation-name: floatAnimation2;
      animation-duration: 14s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
  }
}
/* Tablet */
@media only screen and (min-width: 37.5rem) {
  #gallery-1374 .cs-item {
      grid-column: span 6;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #gallery-1374 .cs-title, body.dark-mode #gallery-1374 .cs-text, body.dark-mode #gallery-1374 .cs-h3 {
      color: var(--bodyTextColorWhite);
  }

  body.dark-mode #gallery-1374 .cs-h3-2, body.dark-mode #gallery-1374 .cs-desc  {
      color: var(--bodyTextColorWhite);
  }

  body.dark-mode #gallery-1374 .cs-text {
      opacity: 0.8;
  }

  body.dark-mode #gallery-1374 .cs-item-text {
    background: #1d1d1d;
  }
}

/*-- -------------------------- -->
<---       Steps Process        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #steps-1376 {
      padding: var(--sectionPadding);
      background-color: #f7f7f7;
      overflow: hidden;
  }

  #steps-1376 .cs-container {
      max-width: 90rem;
      width: 100%;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(3rem, 6vw, 4rem);
  }

  #steps-1376 .cs-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  #steps-1376 .cs-topper {
      color: var(--primary);
  }

  #steps-1376 .cs-title {
      max-width: 25ch;
      margin: 0;
  }

  #steps-1376 .cs-group1, #steps-1376 .cs-group2 {
      display: contents;
  }

  #steps-1376 .cs-card-group {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: clamp(1rem, 2.3vw, 1.25rem);
      position: relative;
  }

  #steps-1376 .cs-item {
      list-style: none;
      width: 100%;
      max-width: 15rem;
      height: 15rem;
      margin: 0;
      box-sizing: border-box;
      padding: 1.5rem;
      overflow: hidden;
      border-radius: 50%;
      border: 5px solid #e8e8e8;
      background-color: #fafbfc;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1;
      transition: background-color 0.3s, border-color 0.3s;
      text-align: center;
  }

  #steps-1376 .cs-item:before {
      content: "";
      width: 9.25rem;
      height: 9.25rem;
      background: #fff;
      border-radius: 50%;
      opacity: 0;
      position: absolute;
      display: block;
      bottom: 0;
      left: -7.25rem;
      transform: translateY(6.25rem);
      transition: left 0.3s, transform 0.3s, opacity 0.3s;
  }

  #steps-1376 .cs-item:hover {
      background-color: var(--primary);
      border-color: var(--primary);
  }

  #steps-1376 .cs-item:hover:before {
      opacity: 0.2;
      left: -1rem;
      transform: translateY(0);
  }

  #steps-1376 .cs-item:hover .cs-icon {
      filter: grayscale(1) brightness(1000%);
  }

  #steps-1376 .cs-item:hover .cs-h3, #steps-1376 .cs-item:hover .cs-item-text {
      color: var(--bodyTextColorWhite);
  }

  #steps-1376 .cs-item:hover .cs-text {
      opacity: 0.8;
  }

  #steps-1376 .cs-picture {
      width: 6.25rem;
      height: auto;
      margin: 0 0 0.5rem 0;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      flex: none;
  }

  #steps-1376 .cs-icon {
      width: 2rem;
      height: auto;
  }

  #steps-1376 .cs-h3 {
      font-size: 1.25rem;
      line-height: 1.2em;
      font-weight: bold;
      margin: 0 0 0.75rem 0;
      color: var(--headerColor);
      text-align: inherit;
      transition: color 0.3s;
  }

  #steps-1376 .cs-item-text {
      font-size: 0.875rem;
      line-height: 1.5em;
      max-width: 28.125rem;
      margin: 0;
      padding: 0;
      color: var(--bodyTextColor);
      transition: color 0.3s, opacity 0.3s;
  }

  #steps-1376 .cs-waves {
      display: none;
  }
}
/* Tablet */
@media only screen and (min-width: 48rem) {
  #steps-1376 .cs-card-group {
      justify-content: center;
      align-items: center;
      gap: 2.5rem;
  }

  #steps-1376 .cs-group1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 3rem;
  }

  #steps-1376 .cs-group2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      gap: 3rem;
  }

  #steps-1376 .cs-item {
      flex: none;
  }

  #steps-1376 .cs-waves {
      width: 4.4375rem;
      height: auto;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }

  #steps-1376 .cs-waves img {
      width: 100%;
      height: auto;
  }
}
/* Desktops */
@media only screen and (min-width: 64rem) {
  #steps-1376 .cs-card-group {
      flex-direction: column;
  }

  #steps-1376 .cs-group1 {
      width: 100%;
      margin-bottom: calc(clamp(.5rem, 2vw, 1.875rem)*-1);
      flex-direction: row;
  }

  #steps-1376 .cs-group2 {
      width: 100%;
      margin-top: calc(clamp(.5rem, 2vw, 1.875rem)*-1);
      flex-direction: row;
  }

  #steps-1376 .cs-waves {
      width: 110vw;
      max-width: 120rem;
      height: auto;
  }

  #steps-1376 .cs-waves:before {
      content: "";
      width: 50vw;
      height: 4px;
      background: #e8e8e8;
      opacity: 1;
      position: absolute;
      display: block;
      top: 5.25rem;
      right: 100%;
  }

  #steps-1376 .cs-waves:after {
      content: "";
      width: 50vw;
      height: 4px;
      background: #e8e8e8;
      opacity: 1;
      position: absolute;
      display: block;
      top: 5.25rem;
      left: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #steps-1376 {
      background-color: rgba(0, 0, 0, 0.2);
  }

  body.dark-mode #steps-1376 .cs-item {
      background-color: var(--medium);
      border-color: rgba(255, 255, 255, 0.2);
  }

  body.dark-mode #steps-1376 .cs-item:hover {
      background-color: var(--primary);
      border-color: var(--primary);
  }

  body.dark-mode #steps-1376 .cs-topper {
      color: var(--primary);
  }

  body.dark-mode #steps-1376 .cs-title, body.dark-mode #steps-1376 .cs-text, body.dark-mode #steps-1376 .cs-h3, body.dark-mode #steps-1376 .cs-item-text, body.dark-mode #steps-1376 .cs-link {
      color: var(--bodyTextColorWhite);
  }

  body.dark-mode #steps-1376 .cs-text, body.dark-mode #steps-1376 .cs-item-text {
      opacity: 0.8;
  }

  body.dark-mode #steps-1376 .cs-waves {
      opacity: 0.1;
  }
}
/* Floating Animation */
@media only screen and (min-width: 0rem) {
  @keyframes floatAnimation {
      0% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-2rem);
      }

      100% {
          transform: translateY(0);
      }
  }

  @keyframes floatAnimation2 {
      0% {
          transform: translateY(0);
      }

      50% {
          transform: translateY(-3rem);
      }

      100% {
          transform: translateY(0);
      }
  }

  #cs-wrapper-1411 {
      display: flex;
      flex-direction: column;
  }

  #reviews-1411 {
      text-align: center;
      padding: var(--sectionPadding);
      overflow: hidden;
      position: relative;
      z-index: 1;
  }

  #reviews-1411 .cs-container {
      width: 100%;
      max-width: 36.5rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(2.5rem, 5vw, 4rem);
  }

  #reviews-1411 .cs-content {
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  #reviews-1411 .cs-title {
      max-width: 20ch;
      margin: 0;
  }

  #reviews-1411 .cs-flex {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(1.75rem, 5vw, 3.75rem);
  }

  #reviews-1411 .cs-item {
      list-style: none;
      text-align: center;
      padding: 0;
      display: flex;
      grid-column: span 12;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      z-index: 1;
  }

  #reviews-1411 .cs-quote {
      width: 5.6875rem;
      height: auto;
      opacity: 0.3;
      display: block;
      position: absolute;
      top: -1.25rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
  }

  #reviews-1411 .cs-item-text {
      font-size: clamp(1rem, 2.6vw, 1.25rem);
      line-height: 1.5em;
      margin: 0;
      margin-bottom: 1.5rem;
      color: var(--bodyTextColor);
  }

  #reviews-1411 .cs-flex-group {
      margin-top: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: clamp(0.8rem, 1.5vw, 1rem);
  }

  #reviews-1411 .cs-picture {
      width: 10rem;
      height: 10rem;
      margin: 0;
      border-radius: 50%;
      box-sizing: border-box;
      border: 2px solid var(--primary);
      background-color: var(--primary);
      display: block;
      order: 2;
      overflow: hidden;
      position: relative;
  }

  #reviews-1411 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

  #reviews-1411 .cs-name {
      font-size: 1.5625rem;
      line-height: 1.2em;
      font-weight: 700;
      margin: 0;
      color: var(--headerColor);
      display: block;
  }

  #reviews-1411 .cs-job {
      font-size: 1rem;
      line-height: 1.5em;
      font-weight: 400;
      margin: 0;
      color: var(--bodyTextColor);
      display: block;
  }

  #reviews-1411 .cs-bubbles {
      font-size: min(2.5vw, .7em);
      width: 35.125em;
      height: 35.125em;
      display: none;
      position: absolute;
      left: -16.25em;
      bottom: -3.125em;
      z-index: -1;
  }

  #reviews-1411 .cs-bubbles:before {
      content: "";
      width: 26.25em;
      height: 26.25em;
      background: transparent;
      border: 1px solid #1a1a1a;
      border-radius: 50%;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      animation-name: floatAnimation;
      animation-duration: 5s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }

  #reviews-1411 .cs-bubbles:after {
      content: "";
      width: 20.6875em;
      height: 20.6875em;
      background: var(--primary);
      opacity: 0.15;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      animation-name: floatAnimation2;
      animation-duration: 14s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
  }
}

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-489 {
        padding: var(--sectionPadding);
        background: #fafbfc;
    }
    #faq-489 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /* 40px - 48px */
        gap: clamp(2.5rem, 5vw, 3rem);
    }
    #faq-489 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #faq-489 .cs-color {
        color: var(--primary);
    }

    #faq-489 .cs-title {
        /* 17 characters wide including spaces */
        max-width: 17ch;
    }
    #faq-489 .cs-text {
        /* 32px - 48px */
        margin-bottom: clamp(2rem, 3vw, 3rem);
    }
    #faq-489 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #faq-489 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #faq-489 .cs-button-solid:hover:before {
        width: 100%;
    }
    #faq-489 .cs-faq-group {
        max-width: 46.25rem;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1.25rem;
    }
    #faq-489 .cs-faq-item {
        list-style: none;
        width: 100%;
        /* prevents border from affecting width and height */
        box-sizing: border-box;
        border: 1px solid #f1f1f4;
        transition:
            border 0.3s,
            padding 0.3s,
            border-color 0.3s;
    }
    #faq-489 .cs-faq-item:hover {
        border-color: var(--primary);
    }
    #faq-489 .cs-faq-item.active {
        padding-bottom: 1rem;
        border-color: var(--primary);
    }
    #faq-489 .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #faq-489 .cs-faq-item.active .cs-button:before {
        transform: translateY(-50%) rotate(180deg);
        opacity: 0;
        background-color: var(--primary);
    }
    #faq-489 .cs-faq-item.active .cs-button:after {
        transform: translateY(-50%) rotate(360deg);
        background-color: var(--primary);
    }
    #faq-489 .cs-faq-item.active .cs-item-p {
        height: auto;
        margin-top: 0.5rem;
        opacity: 1;
    }
    #faq-489 .cs-button {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 1vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        font-weight: bold;
        padding: 1rem 1.5rem;
        border: none;
        background: transparent;
        color: var(--headerColor);
        display: block;
        width: 100%;
        position: relative;
        transition:
            background-color 0.3s,
            color 0.3s;
    }
    #faq-489 .cs-button:hover {
        cursor: pointer;
    }
    #faq-489 .cs-button:before {
        /* horizontal line */
        content: "";
        width: 1rem;
        height: 0.1875rem;
        background-color: currentColor;
        opacity: 1;
        border-radius: 1px;
        position: absolute;
        display: block;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%);
        transition:
            transform 0.5s,
            opacity 0.3s;
    }
    #faq-489 .cs-button:after {
        /* vertical line */
        content: "";
        width: 1rem;
        height: 0.1875rem;
        background-color: currentColor;
        opacity: 1;
        border-radius: 1px;
        position: absolute;
        display: block;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%) rotate(90deg);
        transform-origin: center;
        transition: transform 0.5s;
    }
    #faq-489 .cs-button-text {
        width: 80%;
        display: block;
    }
    #faq-489 .cs-item-p {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        width: 90%;
        height: 0;
        margin: 0;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 0 1.5rem;
        opacity: 0;
        color: var(--bodyTextColor);
        /* clips the text so it doesn't show up */
        overflow: hidden;
        transition:
            opacity 0.3s,
            padding-bottom 0.3s;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 48rem) {
    #faq-489 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3.25rem;
    }
    #faq-489 .cs-content {
        margin-top: 3.125rem;
    }
    #faq-489 .cs-title,
    #faq-489 .cs-topper {
        text-align: left;
        margin-left: 0;
    }
    #faq-489 .cs-faq-group {
        width: clamp(56%, 58vw, 58%);
        flex: none;
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #faq-489 {
        background-color: rgba(0, 0, 0, 0.2);
    }
    body.dark-mode #faq-489 .cs-topper {
        color: var(--primaryLight);
    }
    body.dark-mode #faq-489 .cs-title,
    body.dark-mode #faq-489 .cs-text,
    body.dark-mode #faq-489 .cs-item-p {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #faq-489 .cs-text,
    body.dark-mode #faq-489 .cs-item-p {
        opacity: 0.8;
    }
    body.dark-mode #faq-489 .cs-faq-item {
        border-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #faq-489 .cs-faq-item:hover {
        border-color: var(--primary);
    }
    body.dark-mode #faq-489 .cs-faq-item.active {
        border-color: var(--primaryLight);
    }
    body.dark-mode #faq-489 .cs-faq-item.active .cs-button {
        color: var(--primaryLight);
    }
    body.dark-mode #faq-489 .cs-faq-item.active .cs-button:before,
    body.dark-mode #faq-489 .cs-faq-item.active .cs-button:after {
        background-color: var(--primaryLight);
    }
    body.dark-mode #faq-489 .cs-button {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #faq-489 .cs-button:before,
    body.dark-mode #faq-489 .cs-button:after {
        background-color: var(--bodyTextColorWhite);
    }
}

                                

/*-- -------------------------- -->
<---         PRICING            -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #pricing-1262 {
      padding: var(--sectionPadding);
      overflow: hidden;
      position: relative;
      z-index: 1;
      transform-style: preserve-3d;
  }

  #pricing-1262 .cs-container {
      width: 100%;
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      perspective: 1100px;
  }

  #pricing-1262 .cs-content {
      text-align: left;
      width: 100%;
      max-width: 40.1875rem;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  #pricing-1262 .cs-text {
      margin-bottom: 1rem;
  }

  #pricing-1262 .cs-text:last-of-type {
      margin-bottom: 2rem;
  }

  #pricing-1262 .cs-button-solid {
      font-size: 1rem;
      line-height: clamp(2.875em, 5.5vw, 3.5em);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      overflow: hidden;
      border-radius: 0.75rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
  }

  #pricing-1262 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
  }

  #pricing-1262 .cs-button-solid:hover:before {
      width: 100%;
  }

  #pricing-1262 .cs-toggle-group {
      width: 100%;
      max-width: 25.875rem;
      margin: 0;
      padding: 0.75rem;
      box-sizing: border-box;
      background-color: #f1f1f4;
      border-radius: 0.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  #pricing-1262 .cs-plan {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.5em;
      margin: 0;
      padding: 0;
      color: var(--headerColor);
  }

  #pricing-1262 .cs-plan:hover {
      cursor: pointer;
  }

  #pricing-1262 .cs-toggle {
      width: 3.25rem;
      height: 2rem;
      border-radius: 2.5rem;
      background-color: var(--headerColor);
      margin: 0 1.5rem;
      position: relative;
      flex: none;
  }

  #pricing-1262 .cs-toggle:hover {
      cursor: pointer;
  }

  #pricing-1262 .cs-toggle.active:before {
      opacity: 1;
  }

  #pricing-1262 .cs-toggle.active .cs-toggle-switch {
      left: 1.4375rem;
  }

  #pricing-1262 .cs-toggle:before {
      content: "";
      width: 100%;
      height: 100%;
      background: var(--primary);
      opacity: 0;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      border-radius: 2.5rem;
      transition: opacity 0.3s;
  }

  #pricing-1262 .cs-toggle-switch {
      width: 1.625rem;
      height: 1.625rem;
      display: block;
      border-radius: 50%;
      filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.06)) drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0.1875rem;
      transition: left 0.3s;
      background: #fff;
  }

  #pricing-1262 .cs-ul-wrapper {
      position: relative;
      z-index: 10;
      perspective: 1200px;
  }

  #pricing-1262 .cs-ul-wrapper.cs-active .cs-option1 {
      transform: rotateY(180deg);
  }

  #pricing-1262 .cs-ul-wrapper.cs-active .cs-option2 {
      transform: rotateY(360deg);
  }

  #pricing-1262 .cs-option2 {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotateY(180deg);
  }

  #pricing-1262 .cs-option2 .cs-item {
      border-radius: 0 1.5rem 0 0;
  }

  #pricing-1262 .cs-option2 .cs-item:nth-of-type(2) {
      border-radius: 0 0 0 1.5rem;
  }

  #pricing-1262 .cs-card-group {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: #fff;
      border-radius: 1rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: transform 0.8s;
  }

  #pricing-1262 .cs-item {
      text-align: left;
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 1.5rem 1.5rem;
      background-color: #fff;
        border: 1px solid #dad9e3;
      border-radius: 1rem 0 0 0;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      position: relative;
      z-index: 1;
  }

  #pricing-1262 .cs-item:nth-of-type(2) {
      border-radius: 0 0 1.5rem 0;
  }

  #pricing-1262 .cs-item.cs-popular {
      background-color: #1a1a1a;
      border: none;
  }

  #pricing-1262 .cs-item.cs-popular .cs-popular-tag {
      display: inline-flex;
  }

  #pricing-1262 .cs-item.cs-popular .cs-package, #pricing-1262 .cs-item.cs-popular .cs-price, #pricing-1262 .cs-item.cs-popular .cs-duration, #pricing-1262 .cs-item.cs-popular .cs-item-text, #pricing-1262 .cs-item.cs-popular .cs-li {
      color: var(--bodyTextColorWhite);
  }

  #pricing-1262 .cs-item.cs-popular .cs-item-text, #pricing-1262 .cs-item.cs-popular .cs-li {
      opacity: 0.8;
  }

  #pricing-1262 .cs-item.cs-popular .cs-icon {
      filter: none;
      opacity: 1;
  }

  #pricing-1262 .cs-item.cs-popular .cs-button-transparent {
      background-color: var(--primary);
      color: var(--bodyTextColorWhite);
      border: none;
      transition: color 0.3s;
  }

  #pricing-1262 .cs-item.cs-popular .cs-button-transparent:before {
      background-color: #fff;
  }

  #pricing-1262 .cs-item.cs-popular .cs-button-transparent:hover {
      color: var(--primary);
  }

  #pricing-1262 .cs-popular-tag {
      font-size: 0.875rem;
      line-height: 1.2em;
      text-align: center;
      width: auto;
      margin: 0;
      padding: 0.25rem 0.75rem;
      box-sizing: border-box;
      color: #fff;
      overflow: hidden;
      border-radius: 0.25rem;
      display: none;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      z-index: 1;
  }

  #pricing-1262 .cs-popular-tag:before {
      content: "";
      width: 100%;
      height: 100%;
      background: var(--primary);
      opacity: 0.16;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      z-index: -1;
  }

  #pricing-1262 .cs-picture {
      width: 4.75rem;
      height: 4.75rem;
      margin-bottom: 1.5rem;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }

  #pricing-1262 .cs-picture:before {
      content: "";
      width: 100%;
      height: 100%;
      background: var(--primary);
      opacity: 0.2;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
  }

  #pricing-1262 .cs-package {
      font-size: 1.25rem;
      line-height: 1.2em;
      text-align: inherit;
      font-weight: 700;
      margin: 0 0 0.5rem 0;
      color: var(--headerColor);
      display: block;
  }

  #pricing-1262 .cs-price {
      font-size: 2.4375rem;
      line-height: 1.2em;
      text-align: inherit;
      font-weight: 900;
      margin: 0 0 0.75rem;
      color: var(--headerColor);
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 0.5rem;
  }

  #pricing-1262 .cs-duration {
      font-size: 0.875rem;
      line-height: 1.5em;
      font-weight: 400;
      margin: 0;
      color: var(--headerColor);
  }

  #pricing-1262 .cs-item-text {
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      text-align: inherit;
      margin: 0 0 2rem;
      color: var(--bodyTextColor);
  }

  #pricing-1262 .cs-ul {
      margin: 0 0 2rem;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
  }

  #pricing-1262 .cs-li {
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      list-style: none;
      line-height: 1.5em;
      width: 100%;
      margin: 0;
      padding: 0;
      color: var(--bodyTextColor);
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 0.5rem;
  }

  #pricing-1262 .cs-li.cs-disabled {
      opacity: 0.5;
  }

  #pricing-1262 .cs-li.cs-disabled .cs-icon {
      filter: grayscale(1) brightness(300%);
  }

  #pricing-1262 .cs-icon {
      width: 1.5rem;
      height: auto;
      filter: grayscale(1);
      opacity: 0.5;
      display: block;
  }

  #pricing-1262 .button-solid {
      width: 100%;
  }

  #pricing-1262 .cs-button-transparent {
      font-size: 1rem;
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: var(--primary);
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: transparent;
      border: 1px solid var(--primary);
      border-radius: 0.75rem;
      display: inline-block;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  }

  #pricing-1262 .cs-button-transparent:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0.75rem;
      transition: width 0.3s;
  }

  #pricing-1262 .cs-button-transparent:hover {
      color: #fff;
      border-color: #000;
      background-color: #000;
  }

  #pricing-1262 .cs-button-transparent:hover:before {
      width: 100%;
  }

  #pricing-1262 .cs-waves-wrapper {
      width: 100vw;
      height: 65%;
      display: block;
      position: absolute;
      bottom: -6.25rem;
      left: 50%;
      z-index: -10;
      transform: translateX(-50%);
  }

  #pricing-1262 .cs-waves-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
  }

  /* Add this to your CSS file */
    #pricing-1262 .cs-coming-soon-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.99); /* Light blurry effect */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        border-radius: inherit;
    }

    #pricing-1262 .cs-coming-soon-text {
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        background-color: var(--primary);
        padding: 0.5rem 1rem;
        border-radius: 0.25rem;

        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Make the content behind overlay slightly dimmed */
    #pricing-1262 .cs-item.cs-popular {
        position: relative;
    }
}

@media only screen and (min-width: 48rem) {
  #pricing-1262 .cs-container {
      max-width: 80rem;
      position: initial;
  }

  #pricing-1262 .cs-card-group {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
  }

  #pricing-1262 .cs-option2 .cs-item {
      border-radius: 1rem 0 0 1rem;

  }

  #pricing-1262 .cs-option2 .cs-item:nth-of-type(2) {
      border-radius: 0 1rem 1rem 0;
  }

  #pricing-1262 .cs-item {
      width: 50%;
      border-radius: 1rem 0 0 1rem;
  }

  #pricing-1262 .cs-item:nth-of-type(2) {
      border-radius: 0 1rem 1rem 0;
  }

  #pricing-1262 .cs-waves-wrapper {
      width: 55vw;
      height: 100%;
      left: auto;
      right: 0;
      bottom: auto;
      top: 0;
      transform: none;
  }
}

@media only screen and (min-width: 64rem) {
  #pricing-1262 .cs-container {
      max-width: 80rem;
      position: relative;
      z-index: 1;
  }

  #pricing-1262 .cs-waves-wrapper {
      height: 140%;
      top: 50%;
      transform: translateY(-50%);
  }
}

@media only screen and (min-width: 81.25rem) {
  #pricing-1262 .cs-container {
      flex-direction: row;
      justify-content: space-between;
      gap: 1.25rem;
  }

  #pricing-1262 .cs-ul-wrapper {
      width: 62%;
      max-width: 46.25rem;
      flex: none;
  }

  #pricing-1262 .cs-waves-wrapper {
      max-width: 46.25rem;
      width: 100%;
  }
}

@media only screen and (min-width: 0rem) {
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-2rem);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-3rem);
        }

        100% {
            transform: translateY(0);
        }
    }

    #blog-1369 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    #blog-1369 .cs-container {
        width: 100%;
        max-width: 43.75rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }

    #blog-1369 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #blog-1369 .cs-title {
        max-width: 20ch;
    }

    #blog-1369 .cs-button-solid {
        margin: 2rem 0 0;
    }

    #blog-1369 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 1rem;
    }

    #blog-1369 .cs-item {
        list-style: none;
        display: flex;
        flex-direction: column;
        grid-column: span 12;
    }

    #blog-1369 .cs-item:hover .cs-h3, #blog-1369 .cs-item:hover .cs-date, #blog-1369 .cs-item:hover .cs-category {
        color: #fff;
    }

    #blog-1369 .cs-item:hover .cs-item-text {
        background-color: var(--primary);
    }

    #blog-1369 .cs-item:hover .cs-icon-wrapper {
        border-color: #fff;
    }

    #blog-1369 .cs-item:hover .cs-icon, #blog-1369 .cs-item:hover .cs-date-icon {
        filter: brightness(1000%) grayscale(1);
    }

    #blog-1369 .cs-item:hover .cs-icon {
        transform: rotate(45deg);
    }

    #blog-1369 .cs-item:hover .cs-category::before {
        background-color: #fff;
        opacity: 0.2;
    }

    #blog-1369 .cs-link {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        gap: 1rem;
    }

    #blog-1369 .cs-picture {
        width: 100%;
        height: 20rem;
        margin: 0;
        border-radius: 1.5rem;
        display: block;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    #blog-1369 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    #blog-1369 .cs-item-text {
        padding: 1.25rem;
        background-color: #f7f7f7;
        border-radius: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        transition: background-color 0.3s;
    }

    #blog-1369 .cs-h3 {
        font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0;
        color: #1a1a1a;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        transition: color 0.3s;
    }

    #blog-1369 .cs-icon-wrapper {
        width: 3rem;
        height: 3rem;
        border: 1px solid #bababa;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        transition: border-color 0.3s;
    }

    #blog-1369 .cs-icon {
        width: auto;
        height: 0.75rem;
        transition: filter 0.3s, transform 0.3s;
    }

    #blog-1369 .cs-info {
        margin: 1rem 0 0;
        padding: 1rem 0 0;
        border-top: 1px solid #e8e8e8;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #blog-1369 .cs-date {
        font-size: 0.875rem;
        line-height: 1.5em;
        text-align: left;
        color: #1a1a1a;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: color 0.3s;
    }

    #blog-1369 .cs-date-icon {
        width: auto;
        height: 1.5rem;
        transition: filter 0.3s;
    }

    #blog-1369 .cs-category {
        font-size: 0.875rem;
        text-align: center;
        padding: 0.25rem 1rem;
        color: #1a1a1a;
        border-radius: 5rem;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    #blog-1369 .cs-category::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #e8e8e8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #blog-1369 .cs-bubbles {
        width: 20.0625rem;
        height: 26.4375rem;
        display: none;
        position: absolute;
        top: 8.6875rem;
        right: -8.75rem;
        z-index: -1;
    }

    #blog-1369 .cs-bubbles:before {
        content: "";
        width: 16.5rem;
        height: 16.5rem;
        background: transparent;
        opacity: 1;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }

    #blog-1369 .cs-bubbles:after {
        content: "";
        width: 16.5rem;
        height: 16.5rem;
        background: var(--primary);
        opacity: 0.1;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }
}

@media only screen and (min-width: 48rem) {
    #blog-1369 .cs-item {
        grid-column: span 6;
    }

    #blog-1369 .cs-bubbles {
        display: block;
    }
}

@media only screen and (min-width: 64rem) {
    #blog-1369 .cs-container {
        max-width: 80rem;
    }

    #blog-1369 .cs-bubbles {
        top: 17.5625rem;
    }
}

@media only screen and (min-width: 81.25rem) {
    #blog-1369 .cs-container {
        flex-direction: row;
    }

    #blog-1369 .cs-content {
        text-align: left;
        max-width: 19.0625rem;
        align-items: start;
    }

    #blog-1369 .cs-bubbles {
        margin-right: -61.875rem;
        top: -1.25rem;
        right: 50%;
    }
}

@media only screen and (min-width: 0rem) {
    body.dark-mode #blog-1369 .cs-topper {
        color: var(--primaryLight);
    }

    body.dark-mode #blog-1369 .cs-title, body.dark-mode #blog-1369 .cs-text, body.dark-mode #blog-1369 .cs-h3, body.dark-mode #blog-1369 .cs-date, body.dark-mode #blog-1369 .cs-category {
        color: var(--bodyTextColorWhite);
    }

    body.dark-mode #blog-1369 .cs-text, body.dark-mode #blog-1369 .cs-date, body.dark-mode #blog-1369 .cs-category {
        opacity: 0.8;
    }

    body.dark-mode #blog-1369 .cs-button-solid::before {
        background-color: var(--medium);
    }

    body.dark-mode #blog-1369 .cs-item-text {
        background-color: var(--medium);
    }

    body.dark-mode #blog-1369 .cs-category::before {
        background-color: var(--accent);
    }
}

