/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-1059 {
        /* Centers button */
        z-index: 1;
        text-align: left;
        position: relative;
        padding: clamp(12.5rem, 31.95vw, 18.75rem) 1rem 0;
        padding-bottom: clamp(8.125rem, 16.5vw, 12.5rem);
    }
    #hero-1059 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        display: block;
        position: absolute;
    }
    #hero-1059 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.84;
        display: block;
        position: absolute;
        background: #1A1A1A;
        pointer-events: none;
    }
    #hero-1059 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        object-position: top;
    }
    #hero-1059 .cs-container {
        width: 100%;
        margin: auto;
        max-width: 80rem;
    }
    #hero-1059 .cs-content {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        max-width: 39.375rem;
        flex-direction: column;
    }
    #hero-1059 .cs-hack {
        font-size: 1.25rem;
    }
    #hero-1059 .cs-title {
        color: #FFF;
        font-weight: 700;
        line-height: 1.2em;
        position: relative;
        text-align: inherit;
        max-width: 51.8125rem;
        margin: 0 auto 1rem 0;
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    }
    #hero-1059 .cs-text {
        width: 100%;
        color: #FFF;
        line-height: 1.5em;
        text-align: inherit;
        margin: 0 0 2.5rem 0;
        font-size: clamp(1rem, 1.95vw, 1.25rem);
        max-width: clamp(29rem, 60vw, 38.785rem);
    }
    #hero-1059 .cs-button-flex {
        gap: 1.25rem;
        display: flex;
        flex-direction: row;
    }
    #hero-1059 .cs-button-solid {
        margin: 0;
    }
    #hero-1059 .cs-button-solid:hover:before {
        width: 100%;
    }
    #hero-1059 .cs-button-outline {
        background: var(--secondary);
        border-radius: 1rem 0.2rem 1rem 0.2rem;
    }
    #hero-1059 .cs-button-outline:hover {
        background: var(--primary);
        border-radius: 0.2rem 1rem 0.2rem 1rem;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-1059 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #hero-1059 .cs-background:before {
        background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.94) 0%,
        rgba(0, 0, 0, 0.94) 2%,
        rgba(0, 0, 0, 0) 100%
        );
        opacity: 1;
    }
}

