<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Parallax Master Class ==============================================
   Author: Petr Tichy - ihatetomatoes.net
   ========================================================================== */

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
    position: relative; /*Any position but static should work*/
    overflow: hidden;
}
.focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    /* fill and maintain aspect ratio */
    width: auto; height: auto;
    min-width: 100%; min-height: 100%;
    max-height: none; max-width: none;
}

body {
    font: 16px/1.5 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif;
    background-color: #e6e9ed;
    color: #222222;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}
#bcg-01,
#bcg-02,
#bcg-04 {
    display: none;
}
.bcg {
    height: 320px;
} 

/* =General */
main {
    z-index: 2;
}
h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    text-align: center;
}
h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}
.intro {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
    max-width: 440px;
    text-align: center;
}
#cta {
    margin: 30px 0;
}
a.button {
    text-decoration: none;
    color: #222;
    background-color: #ffd700;
    padding: 10px 25px;
    font-size: 28px;
    border-bottom: 3px #d7b500 solid;
    margin: 0 auto;
    width: 80%;
    display: block;
    text-align: center;
}

/* =Header */
#logo {
    width: 130px;
    height: 64px;
    margin: 0 auto 40px auto;
}
header {
    padding: 40px 0;
    z-index: 100;
    text-align: center;
    background-color: #fafafa;
}

/* =Footer */
footer {
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}
footer a {
    text-decoration: none;
    color: #222222;
}
footer a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 768px) {
    .psm-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #imacSVG{
        position: absolute;
        top: 0;
        left: 50%;
        width: 955px;
        height: 642px;
        z-index: 4;
    }
    .bcg-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .bcg {
        height: 100vh;
    }
    #bcg-01,
    #bcg-02,
    #bcg-04 {
        display: block;
    }
    #bcg-01 {z-index: 2}
    #bcg-02 {z-index: 3}
    #bcg-03 {z-index: 4}
    #bcg-04 {z-index: 5}
    #bcg-05 {display: none}

    /* =General */
    h1 {
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }
    .intro {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .features {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 100;
        -webkit-transform: translate(-30%, -60%);
           -moz-transform: translate(-30%, -60%);
            -ms-transform: translate(-30%, -60%);
             -o-transform: translate(-30%, -60%);
                transform: translate(-30%, -60%);
        font-size: 18px;
        line-height: 28px;
    }
    #cta {
        position: fixed;
        top: 70%;
        left: 50%;
        z-index: 101;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 20px;
        text-align: center;
    }
    a.button {
        text-decoration: none;
        color: #222;
        background-color: #ffd700;
        padding: 10px 25px;
        font-size: 28px;
        border-bottom: 3px #d7b500 solid;
        width: auto;
    }

    /* =Header */
    #logo {
        display: none;
    } 
    header {
        padding: 0;
        position: fixed;
        top: 10%;
        left: 6%;
        background: none;
    }
    
    /* =Footer */
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* =Tablet Styles - Skrollr off */
    .touch footer,
    .touch header,
    .touch #cta,
    .touch .features,
    .touch .bcg-container,
    .touch #ipadSVG,
    .touch .psm-background {
        position: relative;
    }
    .touch header {
        padding: 40px 0;
        z-index: 100;
        background-color: #fafafa;
        text-align: center;
    }
    .touch #logo,
    .touch #bcg-05,
    .touch #cta {
        display: block;
        opacity: 1;
    }
    .touch #cta {
        margin: 30px 0 60px 0;
    }
    .touch a.button {
        margin: 0 auto;
        width: 80%;
        display: block;
        text-align: center;
    }
    .touch .psm-background {
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
    }
    .touch .bcg {
        height: 520px;
    }
    .touch .features {
        top: auto;
        left: auto;
        -webkit-transform: translate(0%, 0%);
               -moz-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
                 -o-transform: translate(0%, 0%);
                    transform: translate(0%, 0%);    
    }
    .touch #bcg-01,
    .touch #bcg-02,
    .touch #bcg-04 {display: none;}
    .touch header {
        text-align: center;
        left: auto;
        right: auto;
        top: 0;
        padding: 40px 0;
    }
    .touch h1,
    .touch h2,
    .touch .intro {
        text-align: center;
        max-width: none;
    }

}

@media only screen and (min-width: 1140px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}</pre></body></html>