<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************
        Footer
************************/



footer {
    background-color: #333;
    width: 100%;
    *zoom: 1;
    padding-top: 48px;
    padding-bottom: 48px;
}

footer:before,
footer:after {
    content: " ";
    display: table;
}

footer:after {
    clear: both;
}

footer .wrapper {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media only screen and (min-device-width: 769px) and (min-width: 769px) {
    footer .wrapper {
        width: 90%;
    }
}

footer .wrapper section.social-signup {
    width: 98%;
    display: block;
    padding: 0%;
    margin: 0;
    font-size: 16px;
    vertical-align: top;
    font-family: "AkkoPro-Light", sans-serif;
}

@media only screen and (min-device-width: 769px) and (min-width: 769px) {
    footer .wrapper section.social-signup {
        display: inline-block;
        width: 41.66667%;
        vertical-align: top;
        padding-left: 1%;
        padding-right: 1%;
        margin-right: -4px;
    }
}

footer .wrapper section.social-signup h3 {
    margin-bottom: 12px;
    color: white;
}

footer .wrapper section.footer-menu {
    width: 98%;
    display: block;
    padding: 0%;
    margin: 0;
    font-size: 16px;
    vertical-align: top;
    color: white;
    display: none;
}

@media only screen and (min-device-width: 769px) and (min-width: 769px) {
    footer .wrapper section.footer-menu {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding-left: 1%;
        padding-right: 1%;
        margin-right: -4px;
    }
}

@media only screen and (min-device-width: 769px) and (min-width: 769px) {
    footer .wrapper section.footer-menu {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
}

footer .wrapper section.footer-menu ul {
    list-style-type: none;
    display: inline-block;
    flex: 1 1 100px;
    padding: 0 20px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

footer .wrapper section.footer-menu ul:not(:last-child) {
    border-right: 3px solid #666;
}

footer .wrapper section.footer-menu ul:last-child {
    padding-right: 0;
    flex: 1 0 50px;
}

footer .wrapper section.footer-menu ul li:first-child,
footer .wrapper section.footer-menu ul li:first-child a {
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 24px;
    color: white;
}

footer .wrapper section.footer-menu ul li a {
    color: #777;
    font-weight: 400;
    text-decoration: none;
}

@media only screen and (min-device-width: 769px) and (min-width: 769px) {
    footer .wrapper section.footer-menu ul li a {
        font-size: 1.5vw;
    }
}

@media only screen and (min-device-width: 960px) and (min-width: 960px) {
    footer .wrapper section.footer-menu ul li a {
        font-size: 16px;
    }
}

footer .wrapper section.footer-menu ul li a.buy {
    text-decoration: underline;
}

div.social-links {
    margin-bottom: 12px;
    text-align: left;
}

div.social-links img {
    display: inline-block;
    width: 34px;
    margin-right: 10px;
}

p.copyrite {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    color: white;
}

div.hbspt-form {
    color: #FFF;
}

div.hbspt-form input {
    max-width: 100%;
    width: 98%;
    height: 34px;
    margin-top: 5px;
    padding-left: 10px;
    border: none;
    font-size: 12px;
    vertical-align: bottom;
    border-radius: 3px;
}

@media only screen and (min-device-width: 769px) and (min-width: 769px) {
    div.hbspt-form input {
        max-width: 70%;
    }
}

div.hs_submit input {
    align-items: center;
    background-color: #006fff;
    border-radius: 3px;
    color: white;
    display: flex;
    flex-direction: column;
    font-family: AkkoPro-Medium, sans-serif; 
    font-size: 0.875rem;
    height: 34px;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1em;
    min-width: 100px;
    padding: 1.125rem 1.75rem;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-device-width: 960px) and (min-width: 960px) {
    div.hs_submit input {
        width: 20%;
    }
}

div.hs_submit input:hover {
    cursor: pointer;
    color: white;
    background: #2e89ff;
}

div.hero {
    width: 100vw;
    height: 100vh;
    padding: 0 1%;
    position: relative;
    overflow: hidden;
    background: url("https://s3.amazonaws.com/opentrons-landing-img/hero_landing.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
}

footer .hiring{
    color: #006FFF;

  }
</pre></body></html>