/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-82 {
        text-align: center;
        padding: clamp(9rem, 25.95vw, 18.75rem) 1rem 0;
        padding-bottom: clamp(8.125rem, 12.5vw, 25em);
        position: relative;
        z-index: 1;
    }
    #hero-82 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        display: block;
        position: absolute;
    }
    #hero-82 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.7;
        display: block;
        position: absolute;
        background: #1A1A1A;
        pointer-events: none;
    }
    #hero-82 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    #hero-82 .cs-container {
        width: 100%;
        margin: auto;
        max-width: 67.5rem;
    }
    #hero-82 .cs-title {
        color: #FFF;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        position: relative;
        max-width: 51.8125rem;
        margin: 0 auto clamp(1rem, 4vw, 1.5rem);
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    }
    #hero-82 .cs-title:after {
        /* Divider Line */
        opacity: 1;
        content: "";
        width: 6.25rem;
        height: 0.5rem;
        display: block;
        position: relative;
        background: var(--primary);
        margin: clamp(1rem, 4vw, 1.5rem) auto clamp(1rem, 4vw, 1.5rem);
    }
    #hero-82 .cs-text {
        width: 100%;
        color: #FFF;
        margin: 0 auto;
        line-height: 1.5em;
        text-align: center;
        max-width: clamp(29rem, 60vw, 50rem);
        margin-bottom: clamp(2.5rem, 4vw, 3rem);
        font-size: clamp(1rem, 1.95vw, 1.5625rem);
    }
    #hero-82 .cs-button-solid:hover:before {
        width: 100%;
    }
}
                                
/* Main Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-448 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: var(--bg01);
    padding: var(--sectionPadding);
  }

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

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

  #services-448 .cs-text {
    max-width: 65ch;
  }

  #services-448 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: clamp(1.5rem, 5vw, 3.75rem);
    column-gap: clamp(1rem, 1.5vw, 1.25rem);
  }

  #services-448 .cs-item {
    width: 100%;
    display: flex;
    list-style: none;
    padding-top: 9rem;
    max-width: 22.5rem;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #services-448 .cs-item:hover .cs-picture img {
    opacity: 0.4;
    transform: scale(1.2);
  }

  #services-448 .cs-item:hover .cs-flex:before {
    opacity: 1;
  }

  #services-448 .cs-picture {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    display: block;
    overflow: hidden;
    height: 15.625rem;
    position: absolute;
    border-radius: 0.5rem;
    background: var(--secondary);
  }

  #services-448 .cs-picture img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: top;
    transition:
      transform 0.9s,
      opacity 0.5s;
  }

  #services-448 .cs-flex {
    width: 88%;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0.75rem;
    flex-direction: column;
    justify-content: center;
    background: var(--bg04);
    padding: 0 1.5rem 1.5rem 1.5rem;
    border: 1px solid var(--borderColor);
    box-shadow: 0px 24px 54px rgba(87, 107, 147, 0.12);
  }

  #services-448 .cs-flex:before {
    /* hover border box */
    top: -1px;
    opacity: 0;
    left: -1px;
    content: "";
    right: -1px;
    bottom: -1px;
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 0.75rem;
    box-sizing: border-box;
    background: transparent;
    transition: opacity 0.5s;
    border: 4px solid var(--secondary);
  }

  #services-448 .cs-wrapper {
    z-index: 10;
    display: flex;
    border-radius: 50%;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background: var(--bg04);
    border: 4px solid var(--secondary);
    width: clamp(5rem, 9.2vw, 7.5rem);
    height: clamp(5rem, 9.2vw, 7.5rem);
    margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
    margin-top: calc(clamp(5rem, 9.2vw, 7.5rem) * -0.5);
  }

  #services-448 .cs-icon {
    height: auto;
    display: block;
    width: clamp(3rem, 4.3vw, 4rem);
  }

  #services-448 .cs-h3 {
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    font-size: clamp(1.25rem, 1.9vw, 1.5625rem);
  }

  #services-448 .cs-item-text {
    font-weight: 400;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
  }

  #services-448 .cs-link {
    margin: 0;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
    text-decoration: none;
    color: var(--primary);
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--titleFont);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }

  #services-448 .cs-link:hover:before {
    width: 100%;
  }

  #services-448 .cs-link:before {
    /* animated underline */
    left: 0;
    width: 0%;
    opacity: 1;
    content: "";
    height: 3px;
    display: block;
    bottom: -0.125rem;
    position: absolute;
    transition: width 0.3s;
    background: currentColor;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-448 .cs-container {
    max-width: 90rem;
  }

  #services-448 .cs-card-group {
    flex-direction: row;
  }

  #services-448 .cs-item {
    width: 47%;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-448 .cs-card-group {
    flex-wrap: nowrap;
  }

  #services-448 .cs-item {
    width: 100%;
    padding-top: clamp(9rem, 17.5vw, 17.125rem);
  }

  #services-448 .cs-picture {
    height: clamp(14rem, 28vw, 26.75rem);
  }
}

/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-448 .cs-icon {
    filter: grayscale(1) brightness(2000%);
  }
}