html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

:root {
    /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
    --primary: #6D7CFF;
    --primaryLight: #ffba43;
    --secondary: #ffba43;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4e4b66;
    --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;
}

body {
    margin: 0;
    padding: 0;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2B2E4A; /* <-- Replace with your preferred solid color */
    color: #fff !important; /* <-- Ensures text is white */
    z-index: 100;
    padding: 1em 0; /* Adds some vertical spacing */
    border-top: none; /* Removes the default border if you don't want it */
}

.articlePage p, li, ul, h2, h3, h4 {
    color: white;
}

.articlePage h2, h3, h4 {
    margin-top:20px;
}

.articlePage h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

.articlePage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
    padding-bottom:20px;
    max-width:100%;
    height:auto;
}

.articlePage a {
    text-decoration: auto;
}

.articlePage tr, td {
    color:white;
}

.articlePage table {
    margin-left: auto;
    margin-right: auto;
    /* Optional: set a width so it doesn't fill the whole page */
    width: 80%;
}

.articlePage table td, table th {
    padding: 8px 24px; /* 16px top/bottom, 24px left/right */
}

*, *:before, *:after {
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
}

.cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
    display: block;
}

.cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
}

.cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
}
                            

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cta-302 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }

        #cta-302 .cs-container {
            width: 100%;
            /* changes to 1280px at tablet */
            max-width: 34.375rem;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* 48px - 64px */
            gap: clamp(3rem, 6vw, 4rem);
        }

        #cta-302 .cs-content {
            /* set text align to left if content needs to be left aligned */
            text-align: center;
            width: 100%;
            max-width: 39.375rem;
            display: flex;
            flex-direction: column;
            /* centers content horizontally, set to flex-start to left align */
            align-items: center;
        }

        #cta-302 .cs-topper {
            color: var(--secondaryLight);
        }

        #cta-302 .cs-title {
            max-width: 20ch;
            color: var(--bodyTextColorWhite);
        }

        #cta-302 .cs-text {
            color: var(--bodyTextColorWhite);
        }

        #cta-302 .cs-form {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        #cta-302 .cs-input {
            font-size: 1rem;
            width: 100%;
            height: clamp(2.875rem, 5.5vw, 3.5rem);
            margin: 0;
            padding: 0;
            padding-left: 1.25rem;
            border: none;
            border-radius: 0.25rem;
            /* prevents padding from adding to width and height */
            box-sizing: border-box;
            display: block;
        }

            #cta-302 .cs-input::placeholder {
                color: #767676;
            }

        #cta-302 .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(--primaryLight);
            border-radius: 0.25rem;
            display: inline-block;
            position: relative;
            z-index: 1;
            /* prevents padding from adding to the width */
            box-sizing: border-box;
        }

            #cta-302 .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;
            }

            #cta-302 .cs-button-solid:hover:before {
                width: 100%;
            }

        #cta-302 .cs-submit {
            width: 100%;
            color: var(--headerColor);
            border: none;
        }

        #cta-302 .cs-background {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

            #cta-302 .cs-background:before {
                /* black overlay */
                content: "";
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.6;
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                z-index: 1;
            }

            #cta-302 .cs-background img {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        #cta-302 .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;
        }

            #cta-302 .cs-button-solid:before {
                content: "";
                width: 0%;
                height: 100%;
                background: #fff;
                opacity: 1;
                border-radius: 0.25rem;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: width 0.3s;
            }

            #cta-302 .cs-button-solid:hover {
                color: #1a1a1a;
            }

    #scta-302 .cs-button-solid:hover:before {
        width: 100%;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cta-302 .cs-container {
        max-width: 80rem;
    }

    #cta-302 .cs-form {
        flex-direction: row;
    }

    #cta-302 .cs-input {
        width: 22.5rem;
    }

    #cta-302 .cs-submit {
        width: 13.875rem;
    }
}
/* Large Desktop 1300px - Parallax Scroll */
@media only screen and (min-width: 81.25rem) {
    #cta-302 {
        background: url("../images/waitlist_signup.jpg");
        background-size: cover;
        background-position: center 20%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

        #cta-302 .cs-background img {
            display: none;
        }
}

body,
html {
    /* reset margin and padding so there's no gap between the nav and the screen edges */
    margin: 0;
       padding: 0;
}

.gradient-text {
    background: -webkit-linear-gradient(60deg, #6D7CFF, #F44EF7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-button {
    background: linear-gradient(60deg, #6D7CFF, #F44EF7);
    color: white; /* You can adjust this depending on contrast needs */
    border: none;
    padding: 0.75em 1em;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .gradient-button:hover {
        filter: brightness(0.9);
    }

.slogan {
    padding-bottom: 15px;
    margin-top: -23px;
}

/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/

/* Mobile - 1023px */
@media only screen and (max-width: 1023.5px) {
    body.cs-open {
        overflow: hidden;
    }

    #cs-navigation {
        --topBarHeight: 3rem;
        width: 100%;
        /* prevents padding from affecting height and width */
        box-sizing: border-box;
        background-color: #2B2E4A;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: fixed;
        z-index: 100;
        transition: transform 0.3s;
    }

        #cs-navigation.cs-active .cs-link {
            color: var(--bodyTextColorWhite);
        }

        #cs-navigation.cs-active .cs-ul-wrapper {
            opacity: 1;
            transform: scaleY(1);
            transition-delay: 0.1s;
        }

        #cs-navigation.cs-active .cs-li {
            transform: translateY(0);
            opacity: 1;
        }

        #cs-navigation .cs-contact {
            margin: 0;
            padding: 0 1rem;
            display: flex;
            justify-content: flex-end;
            position: relative;
            transition: height 0.3s, padding-bottom 0.3s, opacity 0.3s;
            z-index: -3;
        }

        #cs-navigation .cs-item {
            text-decoration: none;
            width: var(--topBarHeight);
            height: var(--topBarHeight);
            border-right: 1px solid #cfd0d1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #cs-navigation .cs-item:first-of-type {
                border-left: 1px solid #cfd0d1;
            }

        #cs-navigation .cs-top-social {
            display: none;
        }

        #cs-navigation .cs-top-bar {
            position: relative;
            z-index: 1;
            background-color: #4F5489;
        }

        #cs-navigation .cs-item-text {
            display: none;
        }

        #cs-navigation .cs-bottom-bar {
            height: auto;
            padding: 1.25rem 1rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #2B2E4A;
        }

        #cs-navigation .cs-logo {
            /* if logos dont look right, adjust the height to be smaller so longer logos fit. */
            height: 2.5rem;
            width: auto;
            display: block;
        }

            #cs-navigation .cs-logo img {
                height: 100%;
                width: auto;
            }

        #cs-navigation .cs-desktop {
            display: none;
        }

        #cs-navigation .cs-logo-wrapper {
            width: auto;
            height: 100%;
            position: relative;
            z-index: 1;
            perspective: 700px;
            transform-style: preserve-3d;
        }

        #cs-navigation .cs-default {
            -webkit-backface-visibility: hidden;
            /* Safari */
            backface-visibility: hidden;
            transition: opacity 0.3s, transform 0.6s;
        }

        #cs-navigation .cs-dark {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            /* Safari */
            backface-visibility: hidden;
            transform: rotateX(180deg);
            transition: opacity 0.3s, transform 0.6s;
        }

        #cs-navigation .cs-desktop {
            display: none;
        }

        #cs-navigation .cs-item {
            font-size: 1rem;
            line-height: 1.5rem;
            list-style: none;
            margin: 0;
            color: #585b5d;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.25rem;
        }

        #cs-navigation .cs-remove {
            display: none;
        }

        #cs-navigation .cs-icon {
            width: 1.25rem;
            height: auto;
            display: block;
        }

        #cs-navigation .cs-header {
            display: none;
        }

        #cs-navigation .cs-link {
            font-size: 0.875rem;
            line-height: 1.5em;
            text-align: inherit;
            text-decoration: none;
            margin: 0;
            color: var(--bodyTextColor);
            display: block;
            transition: color 0.3s;
        }

        #cs-navigation .cs-toggle {
            width: 3rem;
            height: 3rem;
            margin: 0;
            background-color: #2B2E4A;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #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 {
            width: 1.25rem;
            height: 0.75rem;
            position: relative;
        }

        #cs-navigation .cs-line {
            width: 100%;
            height: 2px;
            border-radius: 2px;
            background-color: #585b5d;
            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 {
            width: 0.75rem;
            bottom: 0;
            left: 0;
            transform: none;
            transition: bottom 0.3s, opacity 0.3s;
        }

        #cs-navigation .cs-contact-wrapper,
        #cs-navigation .cs-tablet,
        #cs-navigation .cs-button-border {
            display: none;
        }
}

/* Tablet - 650px - 1024px */
@media only screen and (min-width: 40.625rem) and (max-width: 1023.5px) {
    #cs-navigation {
        background-color: #2B2E4A;
    }

        #cs-navigation .cs-nav {
            order: 3;
        }

        #cs-navigation .cs-location {
            display: flex;
            justify-content: flex-end;
            flex-direction: row;
        }

        #cs-navigation .cs-top-bar {
            background-color: #4F5489;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 10;
        }

        #cs-navigation .cs-contact {
            padding: 0;
        }

        #cs-navigation .cs-item:first-of-type {
            border-left: none;
        }

        #cs-navigation .cs-logo {
            margin-right: auto;
            order: -1;
            position: relative;
            z-index: 1;
        }

            #cs-navigation .cs-logo:before {
                content: "";
                width: 50vw;
                height: 62.5rem;
                opacity: 1;
                display: block;
                position: absolute;
                top: 50%;
                right: -2rem;
                z-index: -1;
                transform: translateY(-50%);
            }

        #cs-navigation .cs-top-social {
            visibility: visible;
            opacity: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s, visibility 0.3s, height 0.3s;
        }

        #cs-navigation .cs-social-link {
            text-decoration: none;
            width: var(--topBarHeight);
            height: var(--topBarHeight);
            border-left: 1px solid #cfd0d1;
            border-radius: none;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #cs-navigation .cs-social-icon {
            width: 1rem;
            height: auto;
            opacity: 0.6;
            display: block;
        }

        #cs-navigation .cs-bottom-bar {
            background-color: #2B2E4A;
            gap: 1rem;
            overflow: hidden;
        }

        #cs-navigation .cs-li-link {
            font-size: 1.5rem;
        }
}

/*-- -------------------------- -->
<---   Mobile Navigation Menu   -->
<--- -------------------------- -*/

/* Small Desktop - 1024px */
@media only screen and (max-width: 1023.5px) {
    #cs-navigation .cs-ul-wrapper {
        width: 100%;
        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 3rem 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 {
        text-align: center;
        list-style: none;
        width: 100%;
        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-link {
        /* 16px - 24px */
        font-size: clamp(1rem, 2.5vw, 1.5rem);
        text-transform: uppercase;
        line-height: 1.2em;
        text-decoration: none;
        margin: 0;
        color: #4F5489;
        display: inline-block;
        position: relative;
    }

        #cs-navigation .cs-li-link.cs-active {
            color: #CE4CDF;
        }
}

/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/
#cs-navigation .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 2rem;
    background-color: var(--primary);
    display: flex;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
    align-items:center;
    padding:1em;
}

    #cs-navigation .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #fff;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #cs-navigation .cs-button-solid:hover {
        color: #1a1a1a;
    }

        #cs-navigation .cs-button-solid:hover:before {
            width: 100%;
        }

}

/* Mobile - 1023px */
@media only screen and (max-width: 1023.5px) {
    #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 auto 0 auto;
            padding: 1.25rem 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: 1.5rem;
        height: auto;
        position: absolute;
        top: 50%;
        right: -1.25rem;
        transform: translateY(-50%);
    }

    #cs-navigation .cs-drop-ul {
        width: 70%;
        height: 0;
        margin: 0 auto;
        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);
        text-transform: uppercase;
        color: #fff;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 1024px) {
    #cs-navigation .cs-dropdown {
        position: relative;
    }

        #cs-navigation .cs-dropdown:hover {
            cursor: pointer;
        }

            #cs-navigation .cs-dropdown:hover .cs-drop-ul {
                transform: scaleY(1);
                opacity: 1;
                visibility: visible;
            }

            #cs-navigation .cs-dropdown:hover .cs-drop-li {
                opacity: 1;
                transform: translateY(0);
            }

        #cs-navigation .cs-dropdown .cs-li-link {
            display: flex;
        }

    #cs-navigation .cs-drop-icon {
        width: 1.5rem;
        height: auto;
        display: inline-block;
    }

    #cs-navigation .cs-drop-ul {
        min-width: 12.5rem;
        margin: 0;
        padding: 0;
        background-color: #fff;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 16px;
        border-bottom: 5px solid var(--primary);
        /* 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%;
        z-index: -100;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    }

    #cs-navigation .cs-drop-li {
        list-style: none;
        font-size: 1rem;
        text-decoration: none;
        opacity: 0;
        width: 100%;
        height: auto;
        color: var(--bodyTextColor);
        display: block;
        transform: translateY(-10/16rem);
        transition: opacity 0.6s, transform 0.6s;
    }

        #cs-navigation .cs-drop-li:nth-of-type(2) {
            transition-delay: 0.15s;
        }

        #cs-navigation .cs-drop-li:nth-of-type(3) {
            transition-delay: 0.3s;
        }

        #cs-navigation .cs-drop-li:nth-of-type(4) {
            transition-delay: 0.45s;
        }

        #cs-navigation .cs-drop-li:nth-of-type(5) {
            transition-delay: 0.6s;
        }

        #cs-navigation .cs-drop-li:nth-of-type(6) {
            transition-delay: 0.75s;
        }

    #cs-navigation .cs-li-link {
        display: flex;
        align-items: center;
    }

        #cs-navigation .cs-li-link.cs-drop-link {
            font-size: 1rem;
            white-space: nowrap;
            line-height: 1.5em;
            text-decoration: none;
            padding: 0.75rem;
            /* prevents padding from affecting height and width */
            box-sizing: border-box;
            color: var(--bodyTextColor);
            display: block;
            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:before {
                display: none;
            }
}

/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/

/* Small Desktop - 1024px */
@media only screen and (min-width: 1024px) {
    #cs-navigation {
        --topBarHeight: 2.5rem;
        z-index: 10000;
        width: 100%;
        margin: auto;
        background-color: #2B2E4A;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: fixed;
        top: 0;
        left: 0;
    }

        #cs-navigation .cs-toggle {
            display: none;
        }

        #cs-navigation .cs-logo {
            width: 20%;
            max-width: 21.25rem;
            max-height: 5.5rem;
            padding: 0.25rem var(--topBarHeight);
            display: flex;
            justify-content: center;
            align-items: center;
            align-items: stretch;
            position: relative;
            z-index: 10;
        }

            #cs-navigation .cs-logo:before {
                content: "";
                width: 100vw;
                height: 100%;
                background: #2B2E4A;
                opacity: 1;
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
            }

            #cs-navigation .cs-logo img {
                width: 100%;
                height: auto;
                max-height: 100%;
            }

        #cs-navigation .cs-logo-wrapper {
            display: flex;
        }

        #cs-navigation .cs-desktop {
            display: none;
        }

        #cs-navigation .cs-top-bar {
            width: 100%;
            max-width: 80rem;
            padding: 0 var(--topBarHeight);
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 1;
        }

            #cs-navigation .cs-top-bar:before {
                content: "";
                width: 100vw;
                height: 100%;
                background: #4F5489;
                opacity: 1;
                display: block;
                position: absolute;
                top: 0;
                left: 50%;
                z-index: -1;
                transform: translateX(-50%);
            }

        #cs-navigation .cs-contact {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 3rem;
        }

        #cs-navigation .cs-item {
            font-size: 1rem;
            text-decoration: none;
            line-height: var(--topBarHeight);
            color: white;
            display: flex;
            align-items: center;
            gap: 0.25rem;
            position: relative;
            z-index: 1;
        }

            #cs-navigation .cs-item:hover {
                text-decoration: underline;
            }

            #cs-navigation .cs-item:before {
                /* divider Line */
                content: "";
                width: 1px;
                height: 100%;
                background: #cfd0d1;
                opacity: 1;
                display: block;
                position: absolute;
                top: 0;
                right: -1.5rem;
            }

            #cs-navigation .cs-item:last-of-type:before {
                display: none;
            }

        #cs-navigation .cs-top-social {
            visibility: visible;
            opacity: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s, visibility 0.3s, height 0.3s;
        }

        #cs-navigation .cs-social-link {
            text-decoration: none;
            width: var(--topBarHeight);
            height: var(--topBarHeight);
            border-right: 1px solid #cfd0d1;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s;
        }

            #cs-navigation .cs-social-link:first-of-type {
                border-left: 1px solid #cfd0d1;
            }

            #cs-navigation .cs-social-link:hover {
                background-color: var(--primary);
            }

        #cs-navigation .cs-social-icon {
            width: 1rem;
            height: auto;
            opacity: 0.6;
            display: block;
        }

        #cs-navigation .cs-middle {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #cs-navigation .cs-bottom-bar {
            width: 100%;
            max-width: 80rem;
            padding-right: var(--topBarHeight);
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            background-color: #2B2E4A;
        }

        #cs-navigation .cs-nav {
            margin-right: auto;
            margin-left: 2rem;
        }

        #cs-navigation .cs-ul {
            width: 100%;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 2.25rem;
        }

        #cs-navigation .cs-li {
            list-style: none;
            padding: 2rem 0;
            /* prevent flexbox from squishing it */
            flex: none;
        }

        #cs-navigation .cs-li-link {
            font-size: 1rem;
            text-transform: uppercase;
            line-height: 1.5em;
            text-decoration: none;
            margin: 0;
            color: white;
            display: block;
            position: relative;
            transition: color 0.3s;
        }

            #cs-navigation .cs-li-link:hover {
                color: var(--primary);
            }

            #cs-navigation .cs-li-link.cs-active {
                color: #CE4CDF;
            }

        #cs-navigation .cs-button-border {
            display: none;
        }
}

/* Large Desktop - 1300px */
@media only screen and (min-width: 1300px) {
    #cs-navigation .cs-button-border {
        font-size: 1rem;
        line-height: 2.875rem;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: auto;
        padding: 0 1.75rem;
        color: var(--headerColor);
        border: 1px solid var(--headerColor);
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        gap: 0.625rem;
        transition: color 0.3s, background-color 0.3s;
    }

        #cs-navigation .cs-button-border:hover {
            background-color: var(--headerColor);
            color: #fff;
        }

            #cs-navigation .cs-button-border:hover .cs-icon {
                filter: grayscale(1) brightness(1000%);
            }

        #cs-navigation .cs-button-border .cs-icon {
            width: 1.25rem;
        }
}

/* Larger Desktop - 1500px */
@media only screen and (min-width: 1500px) {
    #cs-navigation .cs-wrapper {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
    }

    #cs-navigation .cs-top-bar {
        padding-right: 0;
    }

    #cs-navigation .cs-bottom-bar {
        padding-right: 0;
    }

    #cs-navigation .cs-logo {
        padding-left: 0;
        display: none;
        max-height: 100%;
    }

    #cs-navigation .cs-desktop {
        display: flex;
    }
}
                                

/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-1856 {
        /* 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-1856 .cs-container {
            width: 100%;
            max-width: 80rem;
            margin: auto;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
            gap: 3rem;
        }

        #hero-1856 .cs-content {
            text-align: left;
            width: 100%;
            max-width: 46.875rem;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            z-index: 1;
        }

        #hero-1856 .cs-title {
            /* 49px - 84px */
            font-size: clamp(3.0625rem, 6vw, 5.25rem);
            max-width: 100%;
            letter-spacing: -2px;
        }

        #hero-1856 .cs-title,
        #hero-1856 .cs-text {
            text-align: left;
            color: var(--bodyTextColorWhite);
        }

        #hero-1856 .cs-text {
            margin-bottom: 2rem;
        }

        #hero-1856 .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;
        }

            #hero-1856 .cs-button-solid:before {
                content: "";
                width: 0%;
                height: 100%;
                background: #fff;
                opacity: 1;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: width 0.3s;
            }

            #hero-1856 .cs-button-solid:hover {
                color: #1a1a1a;
            }

            #hero-1856 .cs-button-solid:hover:before {
                width: 100%;
            }

        #hero-1856 .cs-content-graphic {
            height: 305%;
            max-height: 81.25rem;
            filter: brightness(60%);
            width: auto;
            position: absolute;
            top: 50%;
            right: -4rem;
            left: auto;
            z-index: -1;
            transform: translateY(-50%);
            z-index: -3;
        }

        #hero-1856 .cs-graphic {
            width: 100%;
            min-width: 0;
            max-width: none;
            height: auto;
            object-fit: cover;
            position: absolute;
            bottom: -1px;
            left: 50%;
            z-index: 2;
            transform: translateX(-50%);
        }

        #hero-1856 .cs-graphic-dark {
            display: none;
        }

        #hero-1856 .cs-background {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -2;
            /* Overlay on the background image that gets removed at tablet+, in favour of the svg graphic */
        }

            #hero-1856 .cs-background:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #000;
                /* prevents the cursor from interacting with it */
                pointer-events: none;
                opacity: 0.4;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }

            #hero-1856 .cs-background img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-1856 .cs-background::before {
        content: none;
    }
}
/* Desktop Parallax - 1300px */
@media only screen and (min-width: 81.25rem) {
    #hero-1856 .cs-background {
        background: url("../images/waitlist_background.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* creates the parallax effect */
        background-attachment: fixed;
    }

        #hero-1856 .cs-background img {
            display: none;
        }
}
/* Large Desktop - 1920px */
@media only screen and (min-width: 120rem) {
    #hero-1856 {
        /* this ties the padding bottom value to the size of the screen width. The wider the image gets the taller it gets, meaning it will get closer and closer to the content. This makes the padding bottom value grow with the screen size so it accounts for the growing height of the svg graphic getting taller */
        padding-bottom: 14vw;
    }
}

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1900 {
        padding: var(--sectionPadding);
        /* 200px - 300px - leaving extra space for the navigation */
        padding-top: clamp(8rem, 10vw, 10rem);        
        background-color: black;
        overflow-x: clip;
        position: relative;
    }

        #services-1900 .cs-container {
            width: 100%;
            max-width: 107.5rem;
            margin: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* 100px - 229px */
            gap: clamp(6.25rem, 16vw, 14.3125rem);
        }

        #services-1900 .cs-content {            
            pointer-events: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1;
        }

        #services-1900 .cs-title {
            max-width: 25ch;
            color: var(--bodyTextColorWhite);
        }

        #services-1900 .cs-play {
            /* 80px - 120px */
            width: clamp(5rem, 14vw, 7.5rem);
            height: clamp(5rem, 14vw, 7.5rem);
            background-color: rgba(255, 255, 255, 0.2);
            cursor: pointer;
            border: none;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9;
            transition: opacity 0.3s, transform 0.3s;
            backdrop-filter: blur(8px);
        }

            #services-1900 .cs-play.cs-hide {
                opacity: 0;
                transform: scale(0);
            }

        #services-1900 .cs-icon {
            width: 1.25rem;
            height: auto;
        }

        #services-1900 .cs-card-group {
            width: 100%;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            /* 16px - 20px */
            column-gap: clamp(1rem, 2.5vw, 1.25rem);
            row-gap: 25vw;
        }

        #services-1900 .cs-item {
            text-align: left;
            list-style: none;
            width: 100%;
            /* 160px - 320px */
            height: clamp(10rem, 32vw, 20rem);
            margin: 0;
            /* prevents padding and border from affecting height and width */
            box-sizing: border-box;
            padding: 0;
            background-color: #2B2E4A;
            /* clips background image corners */
            overflow: visible;
            box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start;
            grid-column: span 12;
            position: relative;
            z-index: 1;
            display:flex;
            border-radius: 10px;
        }

            #services-1900 .cs-item:hover .cs-item-background img {
                opacity: 0.4;
                transform: scale(1.3);
            }

            #services-1900 .cs-item:hover .cs-h3 {
                color: var(--primary);
            }

            #services-1900 .cs-item:before {
                content: "";
                width: 100%;
                height: 100%;
                /* prevents border from affecting height and width */
                box-sizing: border-box;
                /* prevents the mouse from interacting with it so when you hover hover the other elements inside the card it doesn't block your mouse from hovering over them */
                pointer-events: none;
                opacity: 1;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
            }

        #services-1900 .cs-link {
            display: flex;
            flex-direction: column;
            height: 100%; /* Ensure it fills the card */
            width: 100%;
            text-decoration: none;
        }

        #services-1900 .cs-img {
            position: absolute;
            top: -65px; /* control how much it overlaps */
            left: 50%; transform: translateX(-50%); 
            width: 100px;
            height: 100px;
            z-index: 1;
        }

        #services-1900 .cs-desc {
            color: white;
            margin-top: auto;
            margin-bottom:auto;
            padding: 0;
            text-align: center;
        }

        #services-1900 .cs-nav-button {                        
            text-align: center;
            margin-left:auto;
            margin-right:auto;
            margin-top:auto;
            margin-bottom: 10px;
        }

        #services-1900 .cs-h3 {
            /* 20px - 25px */
            font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
            font-weight: bold;
            line-height: 1.2em;
            text-align: center;
            margin: 0;
            margin-top:5px;
            /* 16px - 32px */
            padding: 1rem;
            color: var(--bodyTextColorWhite);
            transition: color 0.3s;
        }

        #services-1900 .cs-item-text {
            /* 14px - 16px */
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            line-height: 1.5em;
            max-width: 28.125rem;
            margin: 0;
            padding: 0;
            color: var(--bodyTextColorWhite);
        }

        #services-1900 .cs-item-background {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

            #services-1900 .cs-item-background:before {
                /* background color overlay */
                content: "";
                width: 100%;
                height: 100%;
                background: #1a1a1a;
                opacity: 0.24;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }

            #services-1900 .cs-item-background:after {
                /* background color overlay */
                content: "";
                width: 100%;
                height: 35%;
                background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 2;
            }

            #services-1900 .cs-item-background img {
                width: 100%;
                height: 100%;
                /* Makes img tag act as a background image */
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                transition: transform 0.6s, opacity 0.3s;
            }

        #services-1900 .cs-video-wrapper {
            width: 100%;
            /* changes to 90% at tablet, then back to 100% at desktop */
            height: 40%;
            min-height: 32.5rem;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

            #services-1900 .cs-video-wrapper:hover {
                cursor: pointer;
            }

            #services-1900 .cs-video-wrapper video,
            #services-1900 .cs-video-wrapper .cs-picture {
                width: 100%;
                height: 100%;
                /* makes image act as a background image */
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }

                #services-1900 .cs-video-wrapper video img,
                #services-1900 .cs-video-wrapper .cs-picture img {
                    width: 100%;
                    height: 100%;
                    /* makes image act as a background image */
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

        #services-1900 .cs-graphic {
            width: 100%;
            min-width: 80rem;
            height: auto;
            object-fit: cover;
            position: absolute;
            top: -1px;
            left: 50%;
            z-index: 0;
            transform: translateX(-50%);
        }

        #services-1900 .cs-dark {
            display: none;
        }

        #services-1900 .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;
        }

        #services-1900 .cs-button-solid:before {
            content: "";
            width: 0%;
            height: 100%;
            background: #fff;
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: width 0.3s;
        }

            #services-1900 .cs-button-solid:hover {
                color: #1a1a1a;
            }

                #services-1900 .cs-button-solid:hover:before {
                    width: 100%;
                }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1900 .cs-card-group {
        margin: 0;
    }

    #services-1900 .cs-item {
        grid-column: span 4;
    }

        #services-1900 .cs-item:nth-of-type(4),
        #services-1900 .cs-item:nth-of-type(5) {
            grid-column: span 6;
        }

    #services-1900 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        font-weight: bold;
        line-height: 1.2em;
        text-align: center;
        margin: 0;
        margin-top: 5px;
        /* 16px - 32px */
        padding: 1rem;
        color: var(--bodyTextColorWhite);
        transition: color 0.3s;
    }

    #services-1900 .cs-desc {
        color: white;
        margin-top: auto;
        margin-bottom: auto;
        padding: 0;
        text-align: center;
    }

    #services-1900 .cs-card-group {
        width: 100%;
        margin: 0;
        margin-top: -75px;
        padding: 0;
        display: grid;
        gap: 8vw;
    }

    #services-1900 .cs-video-wrapper {
        /* changes back to 100% at desktop */
        height: 70%;
    }
}
/* Desktop - 1200px */
@media only screen and (min-width: 75rem) {
    #services-1900 .cs-video-wrapper {
        height: 90%;
    }

    #services-1900 .cs-card-group {
        width: 100%;
        margin: 0;
        margin-top:-75px;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        /* 16px - 20px */
        gap: clamp(1rem, 2.5vw, 1.25rem);
    }

    #services-1900 .cs-item {
        grid-column: span 1;
    }

        #services-1900 .cs-item:nth-of-type(4),
        #services-1900 .cs-item:nth-of-type(5) {
            grid-column: span 1;
        }

    #services-1900 .cs-box {
        bottom: 3rem;
    }
}

/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-2061 {
        padding: var(--sectionPadding);
        overflow: hidden;
        position: relative;
    }

        #contact-2061 .cs-container {
            width: 100%;
            max-width: 59rem;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2.5rem;
        }

        #contact-2061 .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;
        }

        #contact-2061 .cs-text {
            max-width: none;
        }

        #contact-2061 .cs-form {
            width: 100%;
            /* 464px - 846px */
            max-width: clamp(29rem, 59vw, 52.875rem);
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 0.75rem;
        }

        #contact-2061 .cs-label {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.5em;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            grid-column: span 12;
            gap: 0.5rem;
            color: #6D7CFF;
        }

        #contact-2061 .cs-input {
            font-family: inherit;
            font-size: 1rem;
            width: 100%;
            height: 3.5rem;
            /* prevents padding and border from affecting height and width */
            box-sizing: border-box;
            padding-left: 1.5rem;
            /*background-color: #f7f7f7;*/
            color: var(--bodyTextColor);
            border: none;
            border-radius: 0.5rem;
        }

        #contact-2061 .cs-select,
        #contact-2061 .cs-date {
            /* as the select arrow/date calendar icon are not affected by padding, we can use a transparent border on the select element to pad the arrow as much as we need */
            border-right: 1.5rem solid rgba(0, 0, 0, 0);
        }

        #contact-2061 .cs-textarea {
            height: 7.5rem;
            margin-bottom: 2rem;
            padding-top: 1rem;
        }

        #contact-2061 .cs-wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            grid-column: span 12;
        }

        #contact-2061 .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: 9.375rem;
            margin: 0;
            /* prevents padding from adding to the width */
            box-sizing: border-box;
            padding: 0 2rem;
            background-color: var(--primary);
            color: #fff;
            border-radius: 0.5rem;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

            #contact-2061 .cs-button-solid:before {
                content: "";
                width: 0%;
                height: 100%;
                background: #fff;
                opacity: 1;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: width 0.3s;
            }

            #contact-2061 .cs-button-solid:hover:before {
                width: 100%;
            }

            #contact-2061 .cs-button-solid:hover {
                color: #1a1a1a;
            }

        #contact-2061 .cs-submit {
            border: none;
        }

            #contact-2061 .cs-submit:hover {
                cursor: pointer;
                color:black;
            }

        #contact-2061 .cs-graphic {
            display: none;
            position: absolute;
        }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #contact-2061 .cs-split {
        grid-column: span 6;
    }

    #contact-2061 .cs-graphic {
        display: block;
    }

    #contact-2061 .cs-graphic-left {
        width: 33rem;
        height: auto;
        bottom: -6.6875rem;
        left: -24.5625rem;
    }

    #contact-2061 .cs-graphic-right {
        width: 30.1875rem;
        height: auto;
        top: -2.125rem;
        right: -19.75rem;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #contact-2061 .cs-graphic-left {
        right: -20.1875rem;
        bottom: -3.25rem;
    }

    #contact-2061 .cs-graphic-right {
        right: -18.125rem;
    }
}
/* Large Desktop - 1920px */
@media only screen and (min-width: 120rem) {
    #contact-2061 .cs-graphic-left {
        margin-right: 47.5rem;
        right: 50%;
        bottom: 0;
        left: initial;
    }

    #contact-2061 .cs-graphic-right {
        margin-left: 48.4375rem;
        right: initial;
        left: 50%;
    }
}

#contact-2061 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#contact-2061 .cs-background:before {
    /* black overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}

    #contact-2061 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.notyf {
    z-index: 99999 !important;
}

.notyf__toast {
    margin-top: 120px;
}

/*-- -------------------------- -->
<---           Blog             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #blog-2249 {
        padding: var(--sectionPadding);
        background-color: white;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        #blog-2249 .cs-container {
            width: 100%;
            /* chnages to 1280px at tablet */
            max-width: 36.5rem;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* 48px - 64px */
            gap: clamp(3rem, 6vw, 4rem);
        }

        #blog-2249 .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;
        }

        #blog-2249 .cs-title {
            max-width: 25ch;
        }

        #blog-2249 .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: 9.375rem;
            margin: 0;
            /* prevents padding from adding to the width */
            box-sizing: border-box;
            padding: 0 2rem;
            background-color: white;
            overflow: hidden;
            color: #fff;
            border-radius: 0.5rem;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

            #blog-2249 .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;
            }

            #blog-2249 .cs-button-solid:hover:before {
                width: 100%;
            }

        #blog-2249 .cs-card-group {
            width: 100%;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            /* 24px - 40px */
            gap: clamp(1.5rem, 3vw, 2.5rem);
        }

        #blog-2249 .cs-item {
            list-style: none;
            display: flex;
            flex-direction: column;
            /* 8px - 24px */
            gap: clamp(0.5rem, 3vw, 1.5rem);
        }

        #blog-2249 .cs-picture {
            width: 100%;
            max-width: 38rem;
            height: 55vw;
            position: relative;
            z-index: 1;
        }

            #blog-2249 .cs-picture img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }

        #blog-2249 .cs-wrapper {
            max-width: 38rem;
            padding: 1rem 0;
            display: flex;
        }

        #blog-2249 .cs-h3 {
            /* 20px - 39px */
            font-size: clamp(1.25rem, 3vw, 2.4375rem);
            line-height: 1.2em;
            font-weight: 700;
            margin: 0;
            margin-bottom: 0.75rem;
            color: #2B2E4A;
        }

        #blog-2249 .cs-item-text {
            font-size: 1rem;
            line-height: 1.5em;
            margin: 0;
            color: var(--bodyTextColor);
        }

        #blog-2249 .cs-date {
            font-size: 1.25rem;
            line-height: 1.2em;
            margin: 0;
            color: #FD52FF;
            display: block;
            flex: none;
        }

        #blog-2249 .cs-day {
            /* 39px - 61px */
            font-size: clamp(2.4375rem, 7vw, 3.8125rem);
            line-height: 1.2em;
            margin: 0;
            font-weight: 700;
            color: #FD52FF;
            display: block;
        }

        #blog-2249 .cs-flex {
            /* 16px - 32px */
            padding-left: clamp(1rem, 3vw, 2rem);
            margin-left: clamp(1rem, 3vw, 2rem);
            border-left: 1px solid #BABABA;
            position: relative;
            z-index: 1;
        }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #blog-2249 .cs-container {
        max-width: 80rem;
    }

    #blog-2249 .cs-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

        #blog-2249 .cs-item:nth-of-type(even) .cs-picture {
            order: 2;
        }

    #blog-2249 .cs-picture {
        width: 84vw;
        /* 200px - 400px */
        min-height: clamp(12.5rem, 28vw, 25rem);
        height: auto;
    }

    #blog-2249 .cs-wrapper {
        padding: 4rem 0;
        align-self: center;
    }
}


.h3-link {
    display: block;
    font-weight: bold;
    margin: 1em 0;
    color: inherit; /* Optional: Inherit color */
    text-decoration: none; /* Remove underline */
}

    .h3-link:hover {
        text-decoration: underline; /* Optional: Add underline on hover */
    }

main {
    padding-bottom: 96px;
}
/* adjust if your footer is taller/shorter */
@media (max-width:640px) {
    main {
        padding-bottom: 120px;
    }
}

.nav-link {
    color: #CE4CDF;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: linear-gradient(60deg, #6D7CFF, #F44EF7);
    color: white; /* You can adjust this depending on contrast needs */
    border: none;
    padding: 0.75em 1em;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accordion-body{
    color:white;
}

.with-nav-offset [id] {
    scroll-margin-top: calc(var(--nav-offset) + var(--faq-offset, 0px));
}

#page {
    padding-bottom: 90px;
}

/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-2404 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }

        #contact-2404 .cs-container {
            width: 100%;
            /* changes to 1280px at desktop */
            max-width: 44rem;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            justify-content: center;
            align-items: stretch;
            flex-direction: column;
            column-gap: 1rem;
            /* chnages to 64px at desktop */
            row-gap: 1rem;
            position: relative;
        }

        #contact-2404 .cs-content {
            text-align: left;
            width: 100%;
            display: contents;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            gap: 3rem;
        }

        #contact-2404 .cs-group {
            display: contents;
        }

        #contact-2404 .cs-topper {
            color: var(--secondary);
        }

        #contact-2404 .cs-text {
            margin-bottom: 1rem;
        }

            #contact-2404 .cs-text:last-of-type {
                margin-bottom: 0;
            }

        #contact-2404 .cs-content-group,
        #contact-2404 .cs-card-group,
        #contact-2404 .cs-picture,
        #contact-2404 .cs-form {
            grid-column: span 12;
        }

        #contact-2404 .cs-picture {
            width: 100%;
            height: 100vw;
            /* temporary margin, removing at tablet */
            margin: 2rem 0;
            border-radius: 1rem;
            /* clips image corners */
            overflow: hidden;
            display: block;
            position: relative;
        }

            #contact-2404 .cs-picture img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }

        #contact-2404 .cs-contact-text {
            font-size: 1rem;
            line-height: 1.5em;
            text-align: left;
            margin: 0 0 1.5rem;
            color: #CE4CDF;
        }

        #contact-2404 .cs-card-group {
            margin: 0;
            padding: 0;
            width: 100%;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 1rem;
        }

        #contact-2404 .cs-item {
            width: 100%;
            text-align: center;
            list-style: none;
            margin: 0;
            /* 16px - 20px */
            padding: clamp(1rem, 3vw, 1.25rem);
            border-radius: 1rem;
            gap: 1.5rem;
            background-color: #fdf9f4;
            /* prevents padding and border from affecting height and width */
            box-sizing: border-box;
            grid-column: span 12;
            grid-row: span 1;
            display: flex;
            row-gap: 2.875rem;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            z-index: 1;
        }

        #contact-2404 .cs-icon {
            /* 48px - 72px */
            height: clamp(3rem, 6vw, 4.5rem);
            width: auto;
            display: block;
        }

        #contact-2404 .cs-flex-group {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
        }

        #contact-2404 .cs-header {
            font-weight: bold;
            color: var(--headerColor);
            margin: 0;
        }

        #contact-2404 .cs-link {
            font-size: var(--bodyFontSize);
            line-height: 1.5em;
            max-width: 28.125rem;
            margin: 0;
            padding: 0;
            color: var(--bodyTextColor);
            text-decoration: none;
        }

        #contact-2404 .cs-form {
            width: 100%;
            /* 24px - 48px top and bottom */
            /* 16px - 32px left and right */
            padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 2rem);
            /* prevents flexbox from affecting height and width */
            box-sizing: border-box;
            background-color: #4F5489;
            border-radius: 1rem;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem;
        }

        #contact-2404 .cs-label {
            /* 14px - 16px */
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            width: 100%;
            color: var(--headerColor);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            grid-column: span 12;
            gap: 0.25rem;
        }

        #contact-2404 .cs-input {
            font-size: 1rem;
            width: 100%;
            height: 3.5rem;
            padding: 0;
            padding-left: 1.5rem;
            color: var(--headerColor);
            background-color: white;
            border-radius: 0.5rem;
            border: none;
            /* prevents padding from adding to height and width */
            box-sizing: border-box;
        }

            #contact-2404 .cs-input::placeholder {
                color: #4c4a48;
            }

        #contact-2404 .cs-textarea {
            min-height: 7.5rem;
            padding-top: 1.5rem;
            margin-bottom: 0.75rem;
            font-family: inherit;
        }

        #contact-2404 .cs-button-wrapper {
            margin: 0;
            grid-column: span 12;
        }

        #contact-2404 .cs-button-solid {
            font-size: 1rem;
            /* 46px - 56px */
            text-decoration: none;
            font-weight: 700;
            text-align: center;
            margin: 0;
            color: #fff;
            min-width: 9.375rem;
            padding: 0 2rem;
            background-color: var(--primary);
            position: relative;
            z-index: 1;
            /* prevents padding from adding to the width */
            box-sizing: border-box;
            transition: color 0.3s;
            align-items: center;
            padding: 1em;
        }

            #contact-2404 .cs-button-solid:before {
                content: "";
                position: absolute;
                height: 100%;
                width: 0%;
                background: #fff;
                opacity: 1;
                top: 0;
                left: 0;
                z-index: -1;
                transition: width 0.3s;
            }

            #contact-2404 .cs-button-solid:hover {
                color: #1a1a1a;
            }

                #contact-2404 .cs-button-solid:hover:before {
                    width: 100%;
                }
         }

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #contact-2404 .cs-content {
        flex-direction: row;
        align-items: stretch;
    }

    #contact-2404 .cs-content-group {
        /* temporary padding bottom for tablet */
        padding-bottom: 4.875rem;
        align-self: flex-start;
        grid-column: span 6;
    }

    #contact-2404 .cs-card-group {
        margin-top: 2rem;
    }

    #contact-2404 .cs-item {
        flex-direction: row;
        grid-column: span 6;
    }

        #contact-2404 .cs-item:last-of-type {
            grid-column: span 12;
        }

    #contact-2404 .cs-label {
        grid-column: span 6;
    }

        #contact-2404 .cs-label:last-of-type {
            grid-column: span 12;
        }

    #contact-2404 .cs-picture {
        max-width: 32.625rem;
        min-height: 16.25rem;
        height: auto;
        max-height: 100%;
        margin: 0;
        flex: none;
        grid-column: 7 / span 6;
        grid-row: 1;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #contact-2404 .cs-container {
        max-width: 80rem;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 4rem;
    }

    #contact-2404 .cs-content {
        width: 100%;
        flex-direction: row;
        height: auto;
        display: flex;
        justify-content: space-between;
        /* 40px - 64px */
        gap: clamp(2.5rem, 5vw, 4rem);
    }

    #contact-2404 .cs-content-group {
        width: 100%;
        max-width: 32.625rem;
        padding-bottom: 0;
    }

    #contact-2404 .cs-group {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        /* 40px - 64px */
        gap: clamp(2.5rem, 5vw, 4rem);
    }

    #contact-2404 .cs-card-group {
        width: 49vw;
        max-width: 43.375rem;
        margin: 0;
        flex: none;
    }

    #contact-2404 .cs-form {
        width: 49vw;
        max-width: 43.375rem;
        flex: none;
    }

    #contact-2404 .cs-label {
        grid-column: span 6;
    }

        #contact-2404 .cs-label:last-of-type {
            grid-column: span 12;
        }

    #contact-2404 .cs-submit {
        width: auto;
        grid-column: span 6;
    }

    #contact-2404 .cs-picture {
        width: 100%;
        max-width: 32.625rem;
        height: auto;
        flex: auto;
    }
}

/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #contact-2404 .cs-card-group {
        align-self: flex-end;
    }

    #contact-2404 .cs-item {
        grid-column: span 4;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

        #contact-2404 .cs-item:last-of-type {
            grid-column: span 4;
        }
}


/*-- -------------------------- -->
<---           Stats            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    .stat-number {
        font-variant-numeric: tabular-nums;
        font-feature-settings: "tnum";
    }

    #stats-534 {
        background-color: #2B2E4A;
    }

        #stats-534 .cs-container {
            width: 100%;
            max-width: 80rem;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /* 48px - 64px */
            gap: clamp(3rem, 6vw, 4rem);
        }

        #stats-534 .cs-content {
            text-align: left;
            /* changes to 41% at tablet */
            width: 100%;
            max-width: 32.625rem;
        }

        #stats-534 .cs-color {
            color: var(--secondary);
        }

        #stats-534 .cs-topper {
            color: var(--bodyTextColorWhite);
        }

        #stats-534 .cs-title {
            max-width: 17ch;
            color: var(--bodyTextColorWhite);
        }

        #stats-534 .cs-text {
            color: var(--bodyTextColorWhite);
            opacity: 0.8;
        }

        #stats-534 .cs-card-group {
            /* changes to 43% at tablet */
            width: 90%;
            max-width: 32.625rem;
            margin: 0 auto 0 0;
            padding: 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            /* 16px - 52px */
            row-gap: 1rem;
        }

        #stats-534 .cs-item {
            width: 40%;
            max-width: 12.5rem;
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        #stats-534 .cs-number {
            /* 39px - 61px */
            font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
            font-weight: 900;
            line-height: 1.2em;
            margin: 0 0 0.5rem 0;
            color: var(--bodyTextColorWhite);
            display: block;
        }

        #stats-534 .cs-desc {
            /* 16px - 20px */
            font-size: clamp(1rem, 2vw, 1.25rem);
            line-height: 1.5em;
            margin: 0;
            color: var(--bodyTextColorWhite);
        }

        #stats-534 .cs-big-link {
            width: 100%;
            /* changes to a clamp at tablet */
            height: 20rem;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            #stats-534 .cs-big-link:hover .cs-background img {
                transform: scale(1.1);
            }

        #stats-534 .cs-background {
            width: 100%;
            height: 100%;
            /* clips the img from overflowing the container on hover */
            overflow: hidden;
            display: block;
            position: relative;
            top: 0;
            left: 0;
            z-index: 1;
        }

            #stats-534 .cs-background:before {
                /* color overlay */
                content: "";
                width: 100%;
                height: 100%;
                background: var(--primary);
                opacity: 0.72;
                background-blend-mode: multiply;
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                z-index: 10;
            }

            #stats-534 .cs-background img {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                z-index: -1;
                transition: transform 0.7s;
            }

        #stats-534 .cs-link-icon {
            /* 80px - 110px */
            width: clamp(5rem, 11vw, 6.875rem);
            height: clamp(5rem, 11vw, 6.875rem);
            border-radius: 50%;
            position: absolute;
            z-index: 10;
            transition: transform 0.3s, box-shadow 0.3s;
        }

            #stats-534 .cs-link-icon:hover {
                transform: scale(1.1);
                box-shadow: rgba(0, 0, 0, 0.5) 0px 7px 29px 0px;
            }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #stats-534 .cs-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #stats-534 .cs-content {
        width: 41%;
    }

    #stats-534 .cs-card-group {
        width: 43%;
    }

    #stats-534 .cs-big-link {
        /* 280px - 580px */
        height: clamp(20rem, 44vw, 36.25rem);
    }
}

.cs-graphic {
    width: 100%;
    max-width: 100vw; /* avoid exceeding the viewport */
    height: auto;
    display: block;
    min-width: 0; /* belt-and-suspenders */
}

                                