@media only screen and (min-width: 64rem) {
    #cs-navigation .cs-li-link {
    color: var(--primary) !important;
    font-weight: 500;
    }
    #cs-navigation .cs-li-link:hover {
    color: var(--background) !important;
    }
    #cs-navigation .cs-li-link.cs-active {
    color: var(--secondary) !important;
    }
}
/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #banner-712 {
        /* 175px - 200px top */
        padding: clamp(10.9375rem, 10vw, 12.5rem) 1rem 6.25rem;
        position: relative;
        z-index: 1;
    }
    #banner-712 .cs-container {
        text-align: center;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    #banner-712 .cs-int-title {
        /* 39px - 61px */
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
    }
    #banner-712 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #banner-712 .cs-background:before {
        /* background color overlay */
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.75;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #banner-712 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* Makes img tag act as a background image */
        object-fit: cover;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #banner-712 .cs-background:before {
        opacity: 0.1;
        background: linear-gradient(
            90.01deg,
            rgba(255, 255, 255, 0.9) 16.86%,
            rgba(0, 0, 0, 0) 100%
        );
    }
}


@media only screen and (min-width: 0rem) {
    #sbs-945 {
        position: relative;
        overflow: hidden;
        padding: var(--sectionPadding);
        border-top: 50px solid var(--primary);
    }
    
    #sbs-945 .cs-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        max-width: 34.375rem;
        width: 100%;
        gap: clamp(3rem, 6vw, 4rem);
        margin-bottom: 10rem;
    }
    
    #sbs-945 .cs-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 33.875rem;
        width: 100%;
        text-align: left;
    }
    
    #sbs-945 .cs-text {
        margin-bottom: 1rem;
    }
    
    #sbs-945 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    
    #sbs-945 .cs-image-group {
        z-index: 1;
        position: relative;
        height: 42.9375em;
        width: 40.625em;
        font-size: min(2.24vw, .844em);
    }
    
    #sbs-945 .cs-picture {
        position: absolute;
        display: block;
        overflow: hidden;
    }
    
    #sbs-945 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    #sbs-945 .cs-picture1 {
        top: 3.0625em;
        left: 0;
        height: 36.875em;
        width: 21.8125em;
    }
    
    #sbs-945 .cs-picture2 {
        top: 0;
        right: 0;
        height: 24.1875em;
        width: 17.5625em;
    }
    
    #sbs-945 .cs-picture3 {
        bottom: 0;
        right: 0;
        height: 17.5em;
        width: 17.5625em;
    }
    
    #sbs-945 .cs-seal {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -33%);
        height: auto;
        width: 14em;
    }
    #sbs-945 .cs-features {
        width: 100%;
        margin: 0 0 2rem;
        /* 24px - 32px */
        padding: clamp(1.5rem, 4vw, 2rem);
        background-color: #fef5f4;
        border-left: 0.25rem solid var(--secondary);
      }
      #sbs-945 .cs-h2 {
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.5em;
          margin: 0 0 0.75rem;
          color: var(--secondary);
      }
      #sbs-945 .cs-h3 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5em;
        margin: 0 0 0.75rem;
        color: var(--headerColor);
      }
      #sbs-945 .cs-ul {
        font-size: 0.75rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
      }
      #sbs-945 .cs-li {
        font-size: 1rem;
        line-height: 1.5em;
        list-style: none;
        /* 20px - 24px */
        padding-left: clamp(1.25rem, 3vw, 1.5rem);
        color: var(--bodyTextColor);
        position: relative;
      }
      #sbs-945 .cs-li::before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        margin-top: 0.5rem;
        background-color: var(--secondary);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(45deg);
      }
}

@media only screen and (min-width: 64rem) {
    #sbs-945 .cs-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 80rem;
    }
    
    #sbs-945 .cs-image-group {
        margin: 0;
        font-size: min(1.15vw, 1em);
        flex: none;
    }
    
    #sbs-945 .cs-content {
        width: 51%;
    }
}

@media only screen and (min-width: 0rem) {
    body.dark-mode #sbs-945 .cs-title,
    body.dark-mode #sbs-945 .cs-text,
    body.dark-mode #sbs-945 .cs-header,
    body.dark-mode #sbs-945 .cs-link-content {
        color: var(--bodyTextColorWhite);
        transition: color 0.3s;
    }
    
    body.dark-mode #sbs-945 .cs-text {
        opacity: 0.8;
    }
    
    body.dark-mode #sbs-945 .cs-link:before {
        background-color: var(--accent);
    }
    
    body.dark-mode #sbs-945 .cs-icon {
        filter: grayscale(1) brightness(1000%);
    }
    
    body.dark-mode #sbs-945 .cs-graphic1,
    body.dark-mode #sbs-945 .cs-graphic2 {
        filter: brightness(50%);
    }
}

                        
.cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 12.5rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  .cs-button-solid:hover:before {
    width: 100%;
  }
  .cs-graphic {
    width: 100%;
    min-width: 120rem;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }

  /*-- -------------------------- -->
  <---          Footer            -->
  <--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #footer-1390 {
        padding: var(--sectionPadding);
        background-color: var(--background-dark);
        position: relative;
        z-index: 1;
    }
    #footer-1390 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer-1390 .cs-top {
        width: 100%;
        margin-bottom: 2.5rem;
        /* 24px - 64px */
        padding-bottom: clamp(1.5rem, 5vw, 4rem);
        border-bottom: 1px solid #484848;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* 24px - 40px */
        gap: clamp(1.25rem, 4vw, 2.5rem);
    }
    #footer-1390 .cs-ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 0.5rem;
        /* 24px - 36px */
        column-gap: clamp(1.5rem, 4vw, 2.25rem);
    }
    #footer-1390 .cs-li {
        list-style: none;
    }
    #footer-1390 .cs-link {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: #bababa;
        display: block;
        transition: color 0.3s;
    }
    #footer-1390 .cs-link:hover {
        color: var(--primary);
    }
    #footer-1390 .cs-logo {
        width: 100%;
        max-width: 13.0625rem;
        height: auto;
        display: block;
    }
    #footer-1390 .cs-logo-img {
        width: 100%;
        height: auto;
        display: block;
    }
    #footer-1390 .cs-bottom {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    #footer-1390 .cs-social {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }
    #footer-1390 .cs-social-li {
        list-style: none;
    }
    #footer-1390 .cs-social-link {
        width: 2rem;
        height: 2rem;
        background-color: #484848;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
    }
    #footer-1390 .cs-social-link:hover {
        background-color: var(--primary);
    }
    #footer-1390 .cs-social-link:hover .cs-social-icon {
        filter: grayscale(1) brightness(1000%);
        opacity: 1;
    }
    #footer-1390 .cs-social-icon {
        width: 0.75rem;
        height: auto;
        display: block;
        opacity: 0.6;
        transition: opacity 0.3s;
    }
    #footer-1390 .cs-copyright {
        font-size: 1rem;
        color: #bababa;
        line-height: 1.5em;
        margin: 0;
        display: block;
    }
    #footer-1390 .cs-copyright-link,
    #footer-1390 .cs-separater {
        font-size: 1rem;
        text-decoration: none;
        color: #bababa;
        transition: color 0.3s;
    }
    #footer-1390 .cs-copyright-link:hover,
    #footer-1390 .cs-separater:hover {
        color: var(--primary);
    }
    #footer-1390 .cs-separater {
        margin: 0 1rem;
        display: inline-block;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #footer-1390 .cs-top {
        flex-direction: row;
    }
    #footer-1390 .cs-bottom {
        flex-direction: row;
        justify-content: center;
    }
    #footer-1390 .cs-flex {
        margin: 0 auto;
    }
    #footer-1390 .cs-social {
        /* sends it to the right in the 3rd position */
        order: 3;
    }
}
     