/*-- -------------------------- -->
<---        Core Styles         -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
    :root {
        --primary: #3aa32e;
        --primaryLight: #3aa32e;
        --secondary: #212176;
        --secondaryLight: #212176;
        --headerColor: #1a1a1a;
        --headerColorWhite: #fff;
        --bodyTextColor: #020202;
        --bodyTextColorWhite: #fafbfc;
        /* 13px - 16px */
        --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
        /* 31px - 49px */
        --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
        --bodyFontSize: 1rem;
        /* 60px - 100px top and bottom */
        --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    }

    .cs-topper {
        display: block;
        margin-bottom: 0.25rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        font-weight: 700;
        color: var(--primary);
        text-align: inherit;
    }

    .cs-title {
        position: relative;
        margin: 0 0 1rem 0;
        max-width: 43.75rem;
        font-size: var(--headerFontSize);
        line-height: 1.2em;
        font-weight: 900;
        color: var(--headerColor);
        text-align: inherit;
    }

    .cs-text {
        margin: 0;
        max-width: 40.625rem;
        width: 100%;
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        color: var(--bodyTextColor);
        text-align: inherit;
    }

    .cs-button-solid {
        z-index: 1;
        position: relative;
        display: inline-block;
        background-color: var(--primary);
        width: auto;
        padding: 0 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 3.125em;
        font-weight: bold;
        color: #000;
        transition: color 0.3s;
        transition-delay: 0.1s;
        text-align: center;
    }

    .cs-button-solid:hover {
        color: #fff;
    }

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

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

    .cs-hide-on-mobile {
        display: none;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    .cs-hide-on-mobile {
        display: block;
    }

    .cs-hide-on-desktop {
        display: none;
    }
}

/* Fonts and general styles */
@media only screen and (min-width: 0rem) {

    body,
    html {
        margin: 0;
        overflow-x: hidden;
        padding: 0;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 100%;
        color: var(--bodyTextColor);
    }

    *,
    *:before,
    *:after {
        margin: 0;
        box-sizing: border-box;
        padding: 0;
    }

    body {
        transition: background-color 0.3s;
    }

    .container {
        position: relative;
        margin: auto;
        width: 92%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        color: var(--headerColor);
    }

    p,
    li,
    a {
        margin: 0;
        font-size: 1rem;
        line-height: 1.5em;
    }

    p,
    li {
        color: #353535;
    }

    a:hover,
    button:hover {
        cursor: pointer;
    }

    .skip {
        z-index: -1111111;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    /* roboto-regular - latin */
    @font-face {
        font-style: normal;
        font-family: "Roboto";
        font-weight: 400;
        font-display: swap;
        src: local(""), url("/assets/fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-v29-latin-regular.woff") format("woff");
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

    /* roboto-700 - latin */
    @font-face {
        font-style: normal;
        font-family: "Roboto";
        font-weight: 700;
        font-display: swap;
        src: local(""), url("/assets/fonts/roboto-v29-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-v29-latin-700.woff") format("woff");
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

    /* roboto-900 - latin */
    @font-face {
        font-style: normal;
        font-family: "Roboto";
        font-weight: 900;
        font-display: swap;
        src: local(""), url("/assets/fonts/roboto-v29-latin-900.woff2") format("woff2"), url("/assets/fonts/roboto-v29-latin-900.woff") format("woff");
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
}

/* Reset Margins */
@media only screen and (min-width: 1024px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }
}

/* Scale full website with the viewport width */
@media only screen and (min-width: 3000px) {

    body,
    html {
        font-size: 0.55vw;
    }
}



/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/

body,
html {
    /* reset margin and padding so there's no gap between the nav and the screen edges */
    margin: 0;
    padding: 0;
}

/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
    body.cs-open {
        overflow: hidden;
    }

    body.scroll #cs-navigation .cs-top-container {
        gap: 0;
    }

    body.scroll #cs-navigation .cs-top-social {
        height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
    }

    #cs-navigation {
        width: 100%;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: fixed;
        z-index: 10000;
    }

    #cs-navigation:before {
        content: "";
        width: 100%;
        height: 0vh;
        background: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        display: block;
        top: 100%;
        right: 0;
        z-index: -1100;
        opacity: 0;
        transition:
            height 0.5s,
            opacity 0.5s;
    }

    #cs-navigation.cs-active:before {
        height: 150vh;
        opacity: 1;
    }

    #cs-navigation.cs-active .cs-ul-wrapper {
        opacity: 1;
        transform: scaleY(1);
        transition-delay: 0.15s;
    }

    #cs-navigation.cs-active .cs-li {
        transform: translateY(0);
        opacity: 1;
    }

    #cs-navigation .cs-top-bar {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cs-navigation .cs-top-container {
        width: 100%;
        padding: 1rem 1rem 0;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    #cs-navigation .cs-top-contact {
        width: 100%;
        padding-bottom: 1rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        justify-content: center;
        align-items: center;
        /* 16px - 20px */
        gap: clamp(1rem, 2vw, 1.5rem);
    }

    #cs-navigation .cs-top-link {
        font-size: 0.875rem;
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--bodyTextColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
        position: relative;
    }

    #cs-navigation .cs-top-link:nth-of-type(1) {
        display: none;
    }

    #cs-navigation .cs-top-link:last-of-type:after {
        display: none;
    }

    #cs-navigation .cs-top-link:after {
        content: "";
        width: 1px;
        height: 1.5rem;
        /* 8px - 16px */
        margin-left: clamp(0.5rem, 1.5vw, 1rem);
        background: #bababa;
        opacity: 1;
        position: relative;
        display: block;
    }

    #cs-navigation .cs-link-icon {
        width: 1rem;
        height: auto;
        display: block;
    }

    #cs-navigation .cs-top-social {
        height: 2rem;
        visibility: visible;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        transition:
            opacity 0.3s,
            visibility 0.3s,
            height 0.3s;
    }

    #cs-navigation .cs-social-link {
        text-decoration: none;
        width: 2rem;
        height: 2rem;
        background-color: #f7f7f7;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cs-navigation .cs-social-icon {
        width: 0.75rem;
        height: auto;
        opacity: 0.6;
        display: block;
    }

    #cs-navigation .cs-container {
        width: 100%;
        /* 16px - 20px */
        padding: clamp(1rem, 2.5vw, 1.25rem) 1rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }

    #cs-navigation .cs-logo {
        width: auto;
        /* 32px - 48px */
        height: clamp(2rem, 6.4vw, 3rem);
        margin: 0 auto 0 0;
        padding: 0;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
        z-index: 10;
    }

    #cs-navigation .cs-logo img {
        width: auto;
        height: 100%;
        /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
        object-fit: contain;
    }

    #cs-navigation .cs-nav {
        order: 2;
    }

    #cs-navigation .cs-toggle {
        /* 48px - 56px */
        width: clamp(3rem, 7.2vw, 3.5rem);
        height: clamp(3rem, 7.2vw, 3.5rem);
        margin: 0 0 0 auto;
        background-color: var(--primary);
        border-radius: 0.25rem;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.6s;
    }

    #cs-navigation .cs-toggle.cs-active {
        transform: rotate(180deg);
    }

    #cs-navigation .cs-active .cs-line1 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(225deg);
    }

    #cs-navigation .cs-active .cs-line2 {
        top: 50%;
        transform-origin: center;
        transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    }

    #cs-navigation .cs-active .cs-line3 {
        bottom: 100%;
        opacity: 0;
    }

    #cs-navigation .cs-box {
        /* 24px - 28px */
        width: clamp(1.5rem, 2vw, 1.75rem);
        height: 1rem;
        position: relative;
    }

    #cs-navigation .cs-line {
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #fafbfc;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #cs-navigation .cs-line1 {
        top: 0;
        transform-origin: center;
        transition:
            transform 0.5s,
            top 0.3s,
            left 0.3s;
        animation-duration: 0.7s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        animation-direction: normal;
    }

    #cs-navigation .cs-line2 {
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        transition:
            top 0.3s,
            left 0.3s,
            transform 0.5s;
        animation-duration: 0.7s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        animation-direction: normal;
    }

    #cs-navigation .cs-line3 {
        bottom: 0;
        transition:
            bottom 0.3s,
            opacity 0.3s;
    }

    #cs-navigation .cs-ul-wrapper {
        width: 100%;
        height: auto;
        padding-bottom: 3rem;
        opacity: 0;
        background-color: #fff;
        box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        transform: scaleY(0);
        transform-origin: top;
        transition:
            transform 0.4s,
            opacity 0.3s;
    }

    #cs-navigation .cs-ul {
        margin: 0;
        padding: 3rem 0 0 0;
        width: 100%;
        height: auto;
        max-height: 65vh;
        overflow: scroll;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    #cs-navigation .cs-li {
        width: 100%;
        text-align: center;
        list-style: none;
        margin-right: 0;
        /* transition from these values */
        transform: translateY(-4.375rem);
        opacity: 0;
        transition:
            transform 0.6s,
            opacity 0.9s;
    }

    #cs-navigation .cs-li:nth-of-type(1) {
        transition-delay: 0.05s;
    }

    #cs-navigation .cs-li:nth-of-type(2) {
        transition-delay: 0.1s;
    }

    #cs-navigation .cs-li:nth-of-type(3) {
        transition-delay: 0.15s;
    }

    #cs-navigation .cs-li:nth-of-type(4) {
        transition-delay: 0.2s;
    }

    #cs-navigation .cs-li:nth-of-type(5) {
        transition-delay: 0.25s;
    }

    #cs-navigation .cs-li:nth-of-type(6) {
        transition-delay: 0.3s;
    }

    #cs-navigation .cs-li:nth-of-type(7) {
        transition-delay: 0.35s;
    }

    #cs-navigation .cs-li:nth-of-type(8) {
        transition-delay: 0.4s;
    }

    #cs-navigation .cs-li:nth-of-type(9) {
        transition-delay: 0.45s;
    }

    #cs-navigation .cs-li:nth-of-type(10) {
        transition-delay: 0.5s;
    }

    #cs-navigation .cs-li:nth-of-type(11) {
        transition-delay: 0.55s;
    }

    #cs-navigation .cs-li:nth-of-type(12) {
        transition-delay: 0.6s;
    }

    #cs-navigation .cs-li:nth-of-type(13) {
        transition-delay: 0.65s;
    }

    #cs-navigation .cs-li-link {
        /* 16px - 24px */
        font-size: clamp(1rem, 2.5vw, 1.5rem) !important;
        line-height: 1.2em;
        text-decoration: none;
        margin: 0;
        color: var(--headerColor);
        display: inline-block;
        position: relative;
    }

    #cs-navigation .cs-li-link.cs-active {
        color: var(--primary);
    }

    #cs-navigation .cs-li-link:hover {
        color: var(--primary);
    }

    #cs-navigation .cs-button-solid {
        display: none;
    }

    #cs-navigation .cs-donate {
        text-decoration: none;
        margin-right: 2rem;
        display: none;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        order: 1;
    }

    #cs-navigation .cs-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #cs-navigation .cs-donate-icon {
        width: 3.5rem;
        height: auto;
    }

    #cs-navigation .cs-desc {
        font-size: 1rem;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
    }

    #cs-navigation .cs-header {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--headerColor);
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-navigation .cs-top-container {
        padding-bottom: 1rem;
        border-bottom: 1px solid #e8e8e8;
        flex-direction: row;
        justify-content: space-between;
    }

    #cs-navigation .cs-top-contact {
        width: auto;
        padding: 0;
        border: none;
    }

    #cs-navigation .cs-donate {
        display: flex;
    }
}

/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/

/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
    #cs-navigation .cs-li {
        text-align: center;
        width: 100%;
        display: block;
    }

    #cs-navigation .cs-dropdown {
        position: relative;
        color: var(--bodyTextColorWhite);
    }

    #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
        height: auto;
        opacity: 1;
        visibility: visible;
        margin: 0.75rem 0 0 0;
        padding: 0.75rem 0;
    }

    #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
        opacity: 1;
    }

    #cs-navigation .cs-dropdown .cs-li-link {
        position: relative;
        transition: opacity 0.3s;
    }

    #cs-navigation .cs-drop-icon {
        width: 0.9375rem;
        height: auto;
        position: absolute;
        top: 50%;
        right: -1.25rem;
        transform: translateY(-50%);
    }

    #cs-navigation .cs-drop-ul {
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        background-color: var(--primary);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        transition:
            padding 0.3s,
            margin 0.3s,
            height 0.3s,
            opacity 0.3s,
            visibility 0.3s;
    }

    #cs-navigation .cs-drop-li {
        list-style: none;
    }

    #cs-navigation .cs-li-link.cs-drop-link {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 2vw, 1.25rem);
        color: #fff;
    }

    #cs-navigation .cs-dropdown-button {
        border: none;
        background-color: transparent;
        font-family: inherit;
        font-size: inherit;
        cursor: pointer;
        appearance: none;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-navigation .cs-dropdown {
        position: relative;
    }

    #cs-navigation .cs-dropdown.cs-active,
    #cs-navigation .cs-dropdown:hover {
        cursor: pointer;
    }

    #cs-navigation .cs-dropdown.cs-active .cs-drop-ul,
    #cs-navigation .cs-dropdown:hover .cs-drop-ul {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
    }

    #cs-navigation .cs-dropdown.cs-active .cs-drop-li,
    #cs-navigation .cs-dropdown:hover .cs-drop-li {
        opacity: 1;
        transform: translateY(0);
    }

    #cs-navigation .cs-dropdown-button {
        border: none;
        background-color: transparent;
        font-family: inherit;
        font-size: inherit;
        cursor: pointer;
        appearance: none;
    }

    #cs-navigation .cs-drop-icon {
        display: inline-block;
        height: auto;
        width: 0.9375rem;
    }

    #cs-navigation .cs-drop-ul {
        z-index: -100;
        /* if you have 8 or more links in your dropdown nav, uncomment the columns property to make the list into 2 even columns. Change it to 3 or 4 if you need extra columns. Then remove the transition delays on the cs-drop-li so they don't have weird scattered animations */
        position: absolute;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        transform: scaleY(0);
        border-bottom: 5px solid var(--primary);
        margin: 0;
        background-color: #fff;
        min-width: 12.5rem;
        overflow: hidden;
        padding: 0;
        transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 16px;
        transform-origin: top;
    }

    #cs-navigation .cs-drop-li {
        opacity: 0;
        transform: translateY(-0.625rem);
        display: block;
        height: auto;
        width: 100%;
        list-style: none;
        text-decoration: none;
        font-size: 1rem;
        color: var(--bodyTextColor);
        transition: opacity 0.6s, transform 0.6s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(1) {
        transition-delay: 0.05s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(2) {
        transition-delay: 0.1s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(3) {
        transition-delay: 0.15s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(4) {
        transition-delay: 0.2s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(5) {
        transition-delay: 0.25s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(6) {
        transition-delay: 0.3s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(7) {
        transition-delay: 0.35s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(8) {
        transition-delay: 0.4s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(9) {
        transition-delay: 0.45s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(10) {
        transition-delay: 0.5s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(11) {
        transition-delay: 0.55s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(12) {
        transition-delay: 0.6s;
    }

    #cs-navigation .cs-drop-li:nth-of-type(13) {
        transition-delay: 0.65s;
    }

    #cs-navigation .cs-li-link.cs-drop-link {
        display: block;
        width: 100%;
        /* prevents padding from affecting height and width */
        box-sizing: border-box;
        padding: 0.75rem;
        white-space: nowrap;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.5em;
        color: var(--bodyTextColor);
        transition: color 0.3s, background-color 0.3s;
    }

    #cs-navigation .cs-li-link.cs-drop-link:hover {
        background-color: #f7f7f7;
    }

    #cs-navigation .cs-li-link.cs-drop-link:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: -4px;
    }

    #cs-navigation .cs-li-link.cs-drop-link:before {
        display: none;
    }
}

/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    body.scroll #cs-navigation {
        /* 53px, the ssme height as the cs-top-container */
        transform: translateY(-4.3125rem);
    }

    #cs-navigation {
        width: 100%;
        padding: 0;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: fixed;
        z-index: 10000;
        transition: transform .3s;
    }

    #cs-navigation .cs-top-bar {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cs-navigation .cs-top-container {
        width: 100%;
        max-width: 107.5rem;
        padding: 1rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 3.125rem;
    }

    #cs-navigation .cs-top-contact {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
    }

    #cs-navigation .cs-top-link {
        font-size: 0.875rem;
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--bodyTextColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
        position: relative;
    }

    #cs-navigation .cs-top-link:hover {
        text-decoration: underline;
    }

    #cs-navigation .cs-top-link:last-of-type:after {
        display: none;
    }

    #cs-navigation .cs-top-link:after {
        content: "";
        width: 1px;
        height: 1.5rem;
        /* 8px - 16px */
        margin-left: clamp(0.5rem, 1.5vw, 1rem);
        background: #bababa;
        opacity: 1;
        position: relative;
        display: block;
    }

    #cs-navigation .cs-link-icon {
        width: 1rem;
        height: auto;
        display: block;
    }

    #cs-navigation .cs-top-social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    #cs-navigation .cs-social-link {
        text-decoration: none;
        width: 2rem;
        height: 2rem;
        background-color: #f7f7f7;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
    }

    #cs-navigation .cs-social-link:hover {
        background-color: var(--secondary);
    }

    #cs-navigation .cs-social-icon {
        width: 0.75rem;
        height: auto;
        opacity: 0.6;
        display: block;
    }

    #cs-navigation .cs-container {
        width: 100%;
        max-width: 107.5rem;
        margin: auto;
        padding: 0 1rem;
        /* prevents padding from affectin gheight */
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1.5rem;
        position: relative;
    }

    #cs-navigation .cs-toggle {
        display: none;
    }

    #cs-navigation .cs-logo {
        width: 18.4%;
        max-width: 12.3125rem;
        height: 3.75rem;
        /* margin-right auto pushes everything away from it to the right */
        margin: 0 auto 0 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    #cs-navigation .cs-logo img {
        width: 100%;
        height: 100%;
        /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
        object-fit: contain;
    }

    #cs-navigation .cs-ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 2.5rem;
    }

    #cs-navigation .cs-li {
        list-style: none;
        padding: 2.25rem 0;
        /* prevent flexbox from squishing it */
        flex: none;
    }

    #cs-navigation .cs-li-link {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.3vw, 1rem);
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
        position: relative;
        transition: color 0.3s;
    }

    #cs-navigation .cs-li-link:hover {
        color: var(--primary);
    }

    #cs-navigation .cs-li-link.cs-active {
        font-weight: 700;
        color: var(--headerColor);
    }

    #cs-navigation .cs-donate {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
    }

    #cs-navigation .cs-donate:hover .cs-donate-icon {
        transform: scale(1.1);
    }

    #cs-navigation .cs-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #cs-navigation .cs-donate-icon {
        width: 3.5rem;
        height: auto;
        transition: transform 0.3s;
    }

    #cs-navigation .cs-desc {
        font-size: 1rem;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
    }

    #cs-navigation .cs-header {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--headerColor);
    }

    #cs-navigation .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        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 2rem;
        background-color: var(--primary);
        border-radius: 0.5rem;
        overflow: hidden;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        transition: color 0.3s;
    }

    #cs-navigation .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #1a1a1a;
        border-radius: 0.5rem;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

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

    #cs-navigation .cs-nav-button {
        padding: 0 3rem;
        display: none;
    }
}

/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #cs-navigation .cs-container {
        justify-content: space-between;
    }

    #cs-navigation .cs-nav-button {
        margin-left: auto;
        display: none;
    }
}

/* Larger Desktop - 1600px */
@media only screen and (min-width: 100rem) {
    #cs-navigation .cs-donate {
        display: flex;
        margin-left: auto;
    }

    #cs-navigation .cs-nav-button {
        display: flex;
        margin: 0;
    }
}



/*-- -------------------------- -->
<---   Interior Page Header     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
    #int-hero {
        z-index: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 30vh;
        padding-top: 3.125rem;
    }

    #int-hero picture {
        z-index: -2;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    #int-hero picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #int-hero h1 {
        position: relative;
        margin: 0 auto;
        margin-top: 4.375rem;
        margin-bottom: 1.875rem;
        max-width: 31.25rem;
        width: 96%;
        font-size: 2.1333333333rem;
        color: #fff;
        text-align: center;
    }

    #int-hero p {
        display: block;
        margin: auto;
        margin-bottom: 1.875rem;
        max-width: 25rem;
        width: 96%;
        color: #fff;
        text-align: center;
    }

    #int-hero:before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0.7;
        display: block;
        background: #000;
        height: 100%;
        width: 100%;
    }
}

/* Tablet */
@media only screen and (min-width: 48rem) {
    #int-hero {
        font-size: 100%;
    }

    #int-hero h1 {
        font-size: 4rem;
    }
}

/* Small Desktop */
@media only screen and (min-width: 64rem) {
    #int-hero {
        background-attachment: fixed;
        min-height: 18.75rem;
        height: auto;
        padding-top: 11.25rem;
        font-size: inherit;
        padding-block-end: 6.25rem;
    }
}

/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cta-1132 {
        padding: var(--sectionPadding);
        /* chnages at tablet */
        padding-bottom: 20vw;
        background-color: var(--primary);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #cta-1132 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }

    #cta-1132 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }

    #cta-1132 .cs-topper {
        color: var(--bodyTextColorWhite);
    }

    #cta-1132 .cs-title {
        text-transform: capitalize;
        max-width: 24ch;
        /* 28px - 40px */
        margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);

        color: var(--bodyTextColorWhite);
    }

    #cta-1132 .cs-button-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    #cta-1132 .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: var(--headerColorWhite);
        min-width: 12.5rem;
        padding: 0 1.5rem;
        background-color: var(--secondary);
        border-radius: 0.5rem;
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        transition: color 0.3s;
    }

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

    #cta-1132 .cs-button-solid:hover {
        color: #fff;
    }

    #cta-1132 .cs-button-solid:hover:before {
        width: 100%;
    }

    #cta-1132 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #cta-1132 .cs-background:before {
        /* background color overlay */
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: var(--primary);
        opacity: 0.8;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #cta-1132 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* Makes img tag act as a background image */
        object-fit: cover;
    }

    #cta-1132 .cs-graphic {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-end;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 10;
    }

    #cta-1132 .cs-graphic img {
        width: 100%;
        height: auto;
        display: block;
    }

    #cta-1132 .cs-dark {
        display: none;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cta-1132 {
        /* changes at desktop */
        padding-bottom: 15vw;
    }
}

/* Desktop - 1024pxpx */
@media only screen and (min-width: 64rem) {
    #cta-1132 {
        /* changes at desktop */
        padding-bottom: 10vw;
    }
}

/*-- -------------------------- -->
<---           Footer           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-footer-487 {
        /* 48px - 64px */
        padding: clamp(3rem, 6vw, 4rem) 1rem;
        background-color: var(--primary);
    }

    #cs-footer-487 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 50rem;
        margin: auto;
    }

    #cs-footer-487 .cs-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        column-gap: 2.25rem;
        /* 40px - 48px */
        row-gap: clamp(2.5rem, 5vw, 3rem);
    }

    #cs-footer-487 .cs-logo-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #cs-footer-487 .cs-logo-img {
        width: 9.875rem;
        height: auto;
        /* 24px - 32px */
        margin-bottom: clamp(1.5rem, 3vw, 2rem);
    }

    #cs-footer-487 .cs-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: center;
        max-width: 20.5rem;
        margin: 0;
        color: var(--bodyTextColorWhite);
    }

    #cs-footer-487 .cs-ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.25rem;
    }

    #cs-footer-487 .cs-sitemap {
        gap: 0.75rem;
    }

    #cs-footer-487 .cs-li {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.75rem;
    }

    #cs-footer-487 .cs-link {
        text-decoration: none;
        color: var(--bodyTextColorWhite);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.75rem;
        transition: color 0.3s;
    }

    #cs-footer-487 .cs-link:hover {
        color: var(--secondary);
    }

    #cs-footer-487 .cs-header {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 3vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        color: var(--bodyTextColorWhite);
        display: block;
    }

    #cs-footer-487 .cs-icon {
        width: 1.125rem;
        height: auto;
    }

    #cs-footer-487 .cs-arrow {
        width: 0.4375rem;
        height: auto;
        display: block;
    }

    #cs-footer-487 .cs-subscribe-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
    }

    #cs-footer-487 .cs-subscribe-p {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: center;
        max-width: 18.75rem;
        margin: 0;
        color: var(--bodyTextColorWhite);
    }

    #cs-footer-487 .cs-form {
        width: 100%;
        max-width: 20.625rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cs-footer-487 .cs-input {
        width: 100%;
        height: 3rem;
        margin-right: 1px;
        padding-left: 1.25rem;
        border-radius: 0;
        border: none;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
    }

    #cs-footer-487 #cs-submit-487 {
        /* 13px - 16px */
        font-size: clamp(0.8125rem, 1.5vw, 1rem);
        line-height: 3rem;
        font-weight: 700;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        height: 3rem;
        padding: 0 1rem;
        background-color: var(--secondary);
        border: none;
        color: var(--headerColorWhite);
        transition: opacity 0.3s;
    }

    #cs-footer-487 #cs-submit-487:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    #cs-footer-487 .cs-bottom {
        width: 100%;
        /* 48px - 60px */
        margin-top: clamp(3rem, 6vw, 3.75rem);
        /* 48px - 60px */
        padding-top: clamp(3rem, 6vw, 3.75rem);
        border-top: 1px solid #b4b2c7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2.25rem;
    }

    #cs-footer-487 .cs-copyright {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        color: var(--bodyTextColorWhite);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #cs-footer-487 .cs-copyright-link {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-decoration: none;
        color: var(--bodyTextColorWhite);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: color 0.3s;
    }

    #cs-footer-487 .cs-copyright-link:hover {
        color: var(--secondary);
    }

    #cs-footer-487 .cs-social {
        display: inline-flex;
        justify-content: flex-start;
        gap: 0.75rem;
    }

    #cs-footer-487 .cs-social-link {
        /* 32px - 40px */
        width: clamp(2rem, 4vw, 2.5rem);
        height: clamp(2rem, 4vw, 2.5rem);
        background-color: #f7f7f7;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        transition:
            transform 0.3s,
            background-color 0.3s;
    }

    #cs-footer-487 .cs-social-link:hover {
        background-color: #fff;
        transform: translateY(-0.1875rem);
    }

    #cs-footer-487 .cs-social-img {
        /* 14px - 18px */
        height: clamp(0.875rem, 5vw, 1.125rem);
        width: auto;
        display: block;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-footer-487 .cs-logo-group {
        align-items: flex-start;
    }

    #cs-footer-487 .cs-text {
        text-align: left;
    }

    #cs-footer-487 .cs-top {
        justify-content: space-between;
    }

    #cs-footer-487 .cs-subscribe-group {
        width: auto;
        align-items: flex-start;
    }

    #cs-footer-487 .cs-subscribe-p {
        text-align: left;
    }

    #cs-footer-487 .cs-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #cs-footer-487 .cs-copyright {
        align-items: flex-start;
    }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-footer-487 .cs-container {
        max-width: 80rem;
    }

    #cs-footer-487 .cs-top {
        flex-wrap: nowrap;
    }

    #cs-footer-487 .cs-logo-group {
        width: 24%;
        max-width: 19.0625rem;
    }
}


/*# sourceMappingURL=root.css.map */


/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-1426 {
        /* Centers button */
        text-align: center;
        /* 200px - 300px - leaving extra space for the navigation */
        padding: clamp(12.5rem, 25.95vw, 18.75em) 1rem;
        /* prevents the topper line from causing an overflow */
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #hero-1426 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }

    #hero-1426 .cs-background:before {
        /* Overlay */
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.48;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        /* prevents the cursor from interacting with it */
        pointer-events: none;
    }

    #hero-1426 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #hero-1426 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    #hero-1426 .cs-content {
        width: 100%;
        max-width: 39.375rem;
    }

    #hero-1426 .cs-topper {
        /* 13px - 16px */
        font-size: clamp(0.8125rem, 1.5vw, 1rem);
        line-height: 1.2em;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1rem;
        color: var(--secondary);
        display: inline-block;
        position: relative;
    }

    #hero-1426 .cs-title {
        /* 39px - 61px */
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
        max-width: 51.8125rem;
        color: #fff;
        position: relative;
    }

    #hero-1426 .cs-text {
        /* 16px - 20px */
        font-size: clamp(1rem, 1.95vw, 1.25rem);
        line-height: 1.5em;
        text-align: center;
        width: 100%;
        /* 464px - 622px */
        max-width: clamp(29rem, 60vw, 38.785rem);
        margin: 0 auto 0;
        margin-bottom: 2rem;
        color: #fff;
    }

    #hero-1426 .cs-button-group {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    #hero-1426 .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: 12.5rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.5rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }

    #hero-1426 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #212176;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }

    #hero-1426 .cs-button-solid:hover:before {
        width: 100%;
    }

    #hero-1426 .cs-button1 {
        background-color: var(--secondary);
    }
}

/*-- -------------------------- -->
<---           Logos            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #logos-857 {
        padding: var(--sectionPadding);
        background-color: #f7f7f7;
    }

    #logos-857 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 50rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }

    #logos-857 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }

    #logos-857 .cs-title {
        margin: 0;
    }

    #logos-857 .cs-logo-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 2.5rem;
    }

    #logos-857 .cs-logo {
        width: 40%;
        max-width: 7.5rem;
        height: auto;
        margin: 0;
        display: block;
    }
}

/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #logos-857 .cs-container {
        max-width: 80rem;
    }
}

/*-- -------------------------- -->
<---           Stats            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #stats-15 {
        padding: var(--sectionPadding);
        background-color: var(--primary);
        /* Prevents bg image from overflowing */
        overflow: hidden;
        z-index: 1;
    }

    #stats-15 .cs-image {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.05;
        z-index: 1;
        position: absolute;
        display: flex;
        justify-content: center;
    }

    #stats-15 .cs-image img {
        height: 100%;
    }

    #stats-15 .cs-container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 67.5rem;
        margin: auto;
    }

    #stats-15 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        width: auto;
        position: relative;
        z-index: 2;
    }

    #stats-15 .cs-item {
        list-style: none;
        width: 100%;
        margin: auto;
        margin-bottom: 3rem;
        max-width: 15.9375rem;
        display: block;
    }

    #stats-15 .cs-item:last-of-type {
        margin-bottom: 0;
    }

    #stats-15 .cs-number {
        /* 49px - 61px */
        font-size: clamp(3.0625rem, 5.1vw, 3.8125rem);
        line-height: 1.2em;
        text-align: center;
        font-weight: 700;
        margin: auto;
        /* 12px - 16px */
        margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
        color: var(--bodyTextColorWhite);
        display: block;
    }

    #stats-15 .cs-header {
        /* 20px - 31px */
        font-size: clamp(1.25rem, 2.4vw, 1.9375rem);
        line-height: 1.5em;
        text-align: center;
        font-weight: 700;
        margin: auto;
        /* 12px - 16px */
        margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
        color: var(--bodyTextColorWhite);
        display: block;
    }

    #stats-15 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.7vw, 1rem);
        text-align: center;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColorWhite);
    }
    #stats-15 .cs-item-text-large {
        /* 14px - 16px */
        font-size: clamp(1.5rem, 2vw, 2rem);
        font-weight: bold;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-15 {
        position: relative;
    }

    #stats-15 .cs-image {
        left: 0;
        opacity: 1;
        /* set is as a repeating background-pattern */
        background: url("https://csimg.nyc3.digitaloceanspaces.com/Stats/long-wave.svg");
        background-size: auto 17.1875rem;
        background-position: center;
        background-repeat: repeat-x;
    }

    #stats-15 .cs-image img {
        /* removed image */
        display: none;
    }

    #stats-15 .cs-card-group {
        margin: auto;
        display: flex;
        justify-content: space-between;
        /* 32px - 64px */
        column-gap: clamp(2rem, 6vw, 4rem);
    }

    #stats-15 .cs-item {
        margin: 0;
        width: 30%;
        max-width: 15.9375rem;
    }
}