<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "assets/css/general.css";

.navbar-brand {
    margin-right: 0 !important;
}

.nav-item a:hover {
    color: var(--go) !important;
}

#signup-nav-item a {
    border: 2px solid var(--cloud);
    border-radius: 5em;
    padding: 0.5rem 1.5rem;
    font-family: 'Rubik-Bold';
    transition: all 0.25s;
}

#signup-nav-item a:hover {
    background-color: var(--cloud);
    color: var(--hc-blue);
}

#washer-page-link a {
    font-family: 'Rubik-Bold';
    color: #0b3871;
}

#hc-logo {
    margin: 0 15px;
}

#download-block {
    height: 5vh;
    text-align: center;
    padding-top: 2%;
}

#download-block a:hover {
    background-color: var(--cloud);
    color: var(--hc-blue);
    border-color: var(--hc-blue);
}

#download-block a {
    display: inline-block;
    border-radius: 2em;
    border: 2px solid var(--go);
    background-color: var(--go);
    padding: 0.75em 3em;
    color: var(--cloud);
    font-family: 'Rubik-Bold';
    transition: all 0.25s;
}

/* VISION STATEMENT SECTION */

#vision-statement-section {
    height: 80vh;
}

#vision-statement-section .content .row {
    min-height: 60%;
}

.landing-section {
    background-image: url("assets/illustrations/art-bubbles.svg");
    background-size: cover;
    background-color: var(--hc-blue);
}

#vision-statement-section .content .section-header h1 {
    text-align: left;
    color: white;
}

#vision-statement-section .text-wrapper p {
    color: white !important;
    font-weight: 600;
}

#carwash-image {
    width: 100%;
    max-width: 350px;
}

/* SIGNUP-LOGIN SECTION */

#signup-login-section {
    background-color: var(--cloud);
    padding: 0;
    height: 10vh;
}

.user-type-icon {
    width: 100%;
    height: 100%;
}

.user-type-icon button {
    border: 3px solid var(--cloud);
    border-radius: 25px;
    width: 300px;
    height: 75px;
    background: var(--hc-secondary);
    color: var(--cloud);
    font-family: 'Rubik-Bold';
    font-size: 28px;
    position: absolute;
    transform: translate(35%, -55%);
    transition: all 0.25s
}

#customer-button:hover {
    background-color: var(--hc-blue);
    height:150px;
    cursor: pointer;
}

#washer-button:hover {
    background-color: var(--stop);
    height:150px;
    cursor: pointer;
}

.user-type-icon img {
    border-radius: 50%;
    border: 2px solid var(--cloud);
    padding: 20px;
    width: 250px;
    height: 250px;
}

.user-type-icon img:hover {
    opacity: 0.6;
}

/* HOW IT WORKS SECTION */
#overview-row {
    position: relative;
}

.step-wrapper {
    text-align: center;
}

.step-wrapper .image-wrapper {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.step-wrapper .text-wrapper p {
    color: var(--cloud) !important;
    font-size: 18px;
}

.step-wrapper img {
    display:block;
    margin: 15px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 175px;
    max-height: 175px;
    width: 100%;
    box-shadow: 0 70px 30px 5px #215e9b;
}

#option-step img {
    background-color: var(--cloud);
}

#location-step img {
    background-color: #68aaff;
}

#scan-step img {
    background-color: #0d6de6;
}

#finish-step img {
    background-color: #0b3871;
}

/* LOCATIONS SECTION */

#locations-section {
    background-image: url("assets/illustrations/location-background.svg");
    background-size: 130%;
    height: 100vh;
}

.location-map {
    border: 1px solid var(--dust);
    border-radius: 8px;
    max-width: 550px;
    height: auto;
    background-color: var(--cloud);
    box-shadow: -5px 25px 25px 5px #888;
    margin: auto;
}

.location-title {
    color: black;
    padding: 0.5em 0;
    border-top: 1px solid lightgray;
}

.location-title, #location-header, .location-search p {
    text-align: center;
    font-size: 30px;
}

#location-header-body, #locations-section .text-wrapper {
    width: 75%;
    margin: 10px auto;
}

.location-body {
    margin: 10px 0;
}

#location-search-block {
    margin-top: 6%;
}

#location-search-block .col {
    margin: 0 auto;
}

#zipcode-wrapper {
    text-align: left;
}

.location-validate h5 {
    color: var(--cloud) !important;
    padding: 1em;
    display: none;
}

.location-validate {
    border-radius: 5em;
}

#location-check-row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#location-success {
    background-color: var(--go);
}

#location-failure {
    background-color: var(--stop);
}

/* APP FEATURES SECTION */

#app-features-section {
    height: 100vh;
    background-image: linear-gradient(360deg, var(--promo-yellow), var(--yellow));
}

#feature-breakdown-mobile {
    display: none;
}

#feature-breakdown {
    padding: 2em 0;
}

.phone-wrapper {
    box-shadow: -20px 20px 30px 5px #686726;
    border-radius: 60px;
    height: 100%;
    max-width: 350px;
}

.phone-image {
    margin-left: -5px;
    width: 105%;
    transition: all 0.25s;
}

.bullet {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.25s;
}

.bullet-text-row {
    display: none !important;
    max-width: 425px;
    float: right;
    transition: all 0.25s;
}

.bullet-line {
    height: 3em;
    border: 2px solid var(--stop);
    width: 1px;
    margin: 0 auto;
    border-radius: 1em;
}

.bullet.outer-ring {
    border: 5px solid var(--stop);
    width: 45px;
    height: 45px;
    margin: 1em auto;
}

.bullet.inner-ring {
    border: 10px solid white;
}

.bullet.inner-center {
    border: none;
    background-color: transparent;
}

.bullet-text p {
    font-size: 28px;
    font-weight: 600;
}

.bullet-text span, .text-wrapper span {
    font-family: 'Rubik-Bold';
}


/* MISC */

.modal-header {
    color: var(--cloud) !important;
}

.modal-content {
    border: none !important;
}

#login-modal .modal-header {
    background-color: var(--hc-blue);
}

.modal input, .modal select {
    height: auto !important;
    text-align: left;
}

#customer-signup-block:hover {
    background-color: var(--hc-blue);
}

#washer-signup-block:hover {
    background-color: var(--hc-secondary);
}

#customer-signup-block a:hover {
    background-image: url("assets/illustrations/customer-button-alpha.svg");
}

#washer-signup-block a:hover {
    background-image: url("assets/illustrations/washer-button-alpha.svg");
}

.signup-button * {
    transition: all 0.5s;
}

.signup-button {
    border-radius: 50%;
    border: 5px solid var(--cloud);
    background-color: #082044ab;
}

.signup-button a:hover h2 {
    display: none !important;
}

.signup-button a {
    background-size: 100%;
    -webkit-transition: 0.5s time;
    -moz-transition: 0.5s time;
    -ms-transition: 0.5s time;
    -o-transition: 0.5s time;
    transition: 0.5s time;
}

#signup-modal .row {
    text-align: center;
}

#signup-modal .signup-button {
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
}

#signup-modal .modal-content {
    background: none !important;
}

#signup-modal a {
    width: 100%;
    height: 100%;
    display: table;

    color: var(--cloud);
}

#signup-modal h2 {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    section {
        height: 100% !important;
    }

    #vision-statement-section .content .section-header h1 {
        text-align: center;
    }

    .image-wrapper {
        margin: 1.5em 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .form-title {
        text-align: center;
    }

    #vision-statement-section #carwash-image {
        display: none;
    }

    #vision-statement-section .text-wrapper {
        text-align: center;
    }

    .text-wrapper {
        width: 100% !important;
    }

    #bullet-col {
        display: none;
    }

    #bullet-text-col {
        padding-top: 2.5em;
        height: 10%;
    }

    .bullet-text-row {
        float: none !important;
        position: relative;
    }

    #bullet-text-col .bullet-text-row {
        margin: 0 auto;
    }

    .phone-wrapper {
        margin: 3em auto;
        max-width: 185px !important;
    }

    #feature-breakdown-mobile {
        display: block;
    }

    #feature-breakdown {
        display: none;
    }

    #feature-breakdown-mobile .text-wrapper {
        text-align: center;
        font-size: 20px;
    }

    #feature-breakdown-mobile .col {
        padding: 2em;
    }

    #feature-breakdown-mobile .col:nth-child(even) {
        background-color: var(--promo-yellow);
    }
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */</pre></body></html>