@charset "UTF-8";@keyframes bob{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bob__shadow{0%{opacity:1}50%{opacity:.5}to{opacity:1}}html{font-size:20px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}h1,.h1{color:#fff;font-family:Exo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:3.2rem;font-weight:200;letter-spacing:-.02em;line-height:1.2;margin:.5em auto;max-width:16em}@media screen and (max-width: 720px){h1,.h1{font-size:calc(1rem + 6vw)}}h2,.h2{color:#0d4279;font-size:2.1rem;font-weight:300;letter-spacing:-.02em;line-height:1.2;margin:4rem auto 1rem}h2:first-child,.h2:first-child{margin-top:0}@media screen and (max-width: 720px){h2,.h2{font-size:1.8rem}}h3,.h3{color:#0d4279;font-size:1.6rem;font-weight:300;line-height:1.2;margin:1rem auto .5rem}p,.p{color:#444;font-size:1rem;font-weight:300;line-height:1.55;margin:0 0 .75em}p:last-child,.p:last-child{margin-bottom:0}strong{font-weight:400}a{color:#277cb4;font-weight:300;transition-property:color,text-shadow;transition-duration:.2s;transition-timing-function:linear;text-decoration:none}a:hover,a:focus{color:#0d4279}a[target=_blank]:after{content:" (opens in a new tab)";position:absolute;left:-100vw}img{max-width:100%}figure{margin:2rem auto;text-align:center}figcaption{font-size:.8rem;font-style:italic;text-align:center}pre{background:#0000000d;box-sizing:border-box;font-family:Consolas,Menlo,monospace;font-size:.9em;line-height:1.5;margin:2rem auto;overflow-y:auto;padding:1em}blockquote{border-left:1rem solid #e9f4ff;box-sizing:border-box;color:#000;font-style:italic;font-weight:300;line-height:1.5em;margin:2.5rem auto;padding:1.35rem 0 .35rem 1rem;position:relative;text-indent:1.75em;max-width:100%;width:30rem}blockquote:before{color:#d7ebff;content:open-quote;font-family:Georgia,Times New Roman,Times,serif;font-size:4em;font-weight:300;line-height:1em;position:absolute;top:.225em;left:-.25em;quotes:"“" "”"}blockquote:after{content:no-close-quote}blockquote footer{font-size:.6em;line-height:1em;margin:.25em 1em 0 0;text-align:right}blockquote footer:before{content:"—"}ul{list-style-type:circle}ol,ul{color:#444;box-sizing:border-box;font-weight:300;margin:1.2rem auto;max-width:30em;padding-left:1.5em}li{line-height:1.5;margin:0 auto .75em}div[role=note]{background:#e9f4ff;border-left:1rem solid #0d4279;margin:2rem 1rem;padding:1rem}div[role=note] a{color:#0d4279}kbd{background-color:#eee;border-radius:3px;border:1px solid #b4b4b4;box-shadow:0 1px 1px #0003,0 2px #ffffffb3 inset;color:#333;display:inline-block;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}.o-site{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.o-site__header{background-color:#000000b5;position:fixed;top:0;left:0;right:0;z-index:1000;text-align:right}@media screen and (max-width: 720px){.o-site__header{text-align:center}}.o-site__footer{box-sizing:border-box;height:2rem;padding:1rem .25rem 0}.o-site__footer p{color:#ddd;line-height:1}.o-site__footer--white{background-color:#fff}.o-site__footer--white p{color:#444}.o-intro{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;height:80vh;padding:0 .5rem;text-align:center}@media screen and (max-width: 720px){.o-intro{height:85vh}}.o-intro:only-child{height:calc(100vh - 2rem)}.o-intro.o-intro--short{margin-bottom:20vh;margin-top:15vh;height:20vh}.o-intro__heading{margin:1em auto 0}@media screen and (max-width: 720px){.o-intro__heading{margin-top:3rem}}.o-intro__text{color:#ddd;font-size:2.1rem;font-weight:100;letter-spacing:-.02em;line-height:1.2;margin:0 auto}@media screen and (max-width: 720px){.o-intro__text{font-size:calc(.6rem + 4vw)}}.o-intro__buttons{margin:2.25rem auto 0}.o-intro__button{margin:.5rem}@media screen and (max-width: 720px){.o-intro__button{margin:.25rem}}.o-iconlist{list-style-type:none;margin:1rem auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 720px){.o-iconlist{flex-direction:column}}.o-iconlist__item{margin:2em}@media screen and (max-width: 720px){.o-iconlist__item{margin-bottom:0}}.o-iconlist__icon{display:block;position:absolute;left:0;right:0;bottom:1em}.o-iconlist__icon--white{opacity:0}.o-iconlist__link{display:block;position:relative}.o-iconlist__link:before,.o-iconlist__link:after{content:"";border-radius:100%;height:2em;opacity:0;position:absolute;bottom:-.5em;left:-1em;right:-1em;z-index:-1}.o-iconlist__link:before{background:radial-gradient(ellipse at center,rgba(255,255,255,.5),transparent 60%);opacity:0;transition:opacity .25s linear}.o-iconlist__link:after{border:1px solid #009fff;box-shadow:0 0 .5em #009fff,0 0 .5em #009fff inset}.o-iconlist__link:hover:before,.o-iconlist__link:focus:before{animation:2s ease-in-out infinite bob__shadow;opacity:1}.o-iconlist__link:hover:after,.o-iconlist__link:focus:after{opacity:1}.o-iconlist__link:hover .o-iconlist__icon--white,.o-iconlist__link:focus .o-iconlist__icon--white{animation:2s ease-in-out infinite bob;opacity:1}.o-iconlist__link:hover .o-iconlist__icon--white~.o-iconlist__icon,.o-iconlist__link:focus .o-iconlist__icon--white~.o-iconlist__icon{animation:2s ease-in-out infinite bob;opacity:0}.o-iconlist__link--large,.o-iconlist__icon--large{height:6em;width:6em}.o-port{display:flex;flex-direction:row-reverse;justify-content:center;padding:0 1rem}.o-port__frame{background-image:url(/img/iPhone6.png);background-position:center center;background-repeat:no-repeat;background-size:contain;position:relative;position:sticky;top:15vh;height:70vh;width:35vh}@media screen and (max-width: 720px){.o-port__frame{display:none}}.o-port__iframe-wrapper{width:29.7vh;height:52.7vh;overflow:hidden;position:absolute;top:8.7vh;left:2.65vh}.o-port__loading-text{animation:1.5s ease-in 0s infinite normal both running bob__shadow;color:#fff;font-size:3vh;position:absolute;text-align:center;top:23vh;width:100%;z-index:10}.o-port__iframe{border:none;position:relative;width:calc(143% + 17px);height:143%;transform:scale(.7);transform-origin:top left;transition:opacity .3s linear;z-index:20}.o-port__text{margin-right:4rem;max-width:100%;width:32em}@media screen and (max-width: 720px){.o-port__text{margin-right:0}}.o-port__text-section{margin:1rem auto 5rem}.o-article__wrapper{background-color:#fff;box-sizing:border-box;padding:1rem;position:relative}.o-article__body{margin:1rem auto;max-width:32rem}.o-article__topshare{margin-bottom:1.25rem}.o-article__iconlist{height:2rem}.o-article__iconitem{display:inline-block;margin:0 .25em 0 0;height:2rem}.o-article__postnav{border-top:1px solid #dddddd}.o-wysiwyg a{border-bottom:1px dotted;font-weight:400}.o-wysiwyg a:hover,.o-wysiwyg a:focus{border-bottom-style:solid}.o-wysiwyg .code{font-family:Consolas,Menlo,monospace}.o-wysiwyg__text--c-white p,.o-wysiwyg__text--c-white ul,.o-wysiwyg__text--c-white ol{color:#ddd}.o-homepage-section{display:flex;justify-content:space-around}@media screen and (max-width: 720px){.o-homepage-section{flex-direction:column-reverse}}.o-homepage-section__text{flex-basis:60%}.o-homepage-section__graphic{flex-basis:30%;display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 720px){.o-homepage-section__graphic{margin:1rem auto;max-width:100%;width:10rem}}.o-homepage-section__image{flex-grow:1}.o-split{display:flex;justify-content:space-between;margin:1rem auto;max-width:32rem}@media screen and (max-width: 720px){.o-split--mobilestack{flex-direction:column}}.o-split__group{box-sizing:border-box;flex:0 0 50%;width:50%}.o-split__group:nth-child(2){text-align:right}@media screen and (max-width: 720px){.o-split--mobilestack .o-split__group{padding:0;text-align:center;width:100%}}.o-split__group--left{justify-self:flex-start;padding-right:1rem}.o-split__group--right{justify-self:flex-end;margin-left:auto;padding-left:1rem}.cp_embed_wrapper{margin:1rem auto}.o-codeblock{margin:2rem auto}.c-skiplink{position:absolute;left:-100vw}.c-skiplink:focus{background:#0d4279;color:#fff;display:block;font-weight:400;margin:0 auto;padding:.35rem;text-align:center;width:8rem;position:fixed;left:0;right:0;z-index:10000}.c-sitenav{display:inline-block;padding:.25rem .75rem .35rem 0}@media screen and (max-width: 720px){.c-sitenav{padding-left:.75rem}}.c-sitenav__item{display:inline-block;margin:0 0 0 1rem}@media screen and (max-width: 720px){.c-sitenav__item{margin:0 .5rem}}.c-sitenav__link{color:#fff}.c-sitenav__link:hover,.c-sitenav__link:focus{color:#60c3ff;text-shadow:0 0 .1em}.c-sitenav__link[aria-current=page]{border-bottom:1px solid #009fff}.c-bg-circuits{background:radial-gradient(circle at 50% 100%,#0d4279 0%,#000 80%);position:fixed;inset:0;z-index:-1}.c-bg-circuits__wrapper{height:100%;width:auto;opacity:.8;position:absolute;top:0;bottom:0}.c-bg-circuits__wrapper.c-bg-circuits__wrapper--left{transform:rotate(180deg);left:0}.c-bg-circuits__wrapper.c-bg-circuits__wrapper--left .flare{fill:url(#flareGradientLeft)}.c-bg-circuits__wrapper.c-bg-circuits__wrapper--right{right:0}.c-bg-circuits__wrapper.c-bg-circuits__wrapper--right .flare{fill:url(#flareGradientRight)}.c-bg-circuits__wrapper .trace{fill:none}.c-bg-circuits__wrapper .trace,.c-bg-circuits__wrapper .connector{stroke:#8cc9ee;stroke-miterlimit:10}.c-bg-circuits__wrapper .flare{stroke-miterlimit:10}@media (prefers-reduced-motion: reduce){.c-bg-circuits__wrapper .flare{opacity:0}}.c-panel{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:1rem;box-shadow:0 0 2rem #ffffff40 inset,0 0 2rem #60c3ff40;box-sizing:border-box;margin-bottom:10vh;max-width:calc(100% - 2rem);overflow:hidden;position:relative;text-shadow:0 0 4em #000000}@media screen and (max-width: 720px){.c-panel{background-color:#01264c80;text-shadow:none}}.c-panel__img{display:block;height:auto}.c-panel__text-wrapper{padding:2rem}.c-panel__text-wrapper p{color:#ddd;transition:color .2s linear}.c-panel:hover .c-panel__text-wrapper p{color:#fff}.c-panel:focus-within .c-panel__text-wrapper p{color:#fff}@media screen and (max-width: 720px){.c-panel__text-wrapper{padding:1rem}}.c-panel__title{color:#fff}.c-panel__link{display:block;color:#fff}.c-panel__link:hover,.c-panel__link:focus{color:#fff}.c-panel__link:hover:before,.c-panel__link:focus:before{border-color:#60c3ff;box-shadow:0 0 2rem #60c3ff40 inset}.c-panel__link:before{border:1px solid transparent;border-radius:1rem;content:"";position:absolute;inset:0;transition:border-color .2s linear,box-shadow .2s linear}.c-button__wrapper{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.c-button{border:1px solid rgba(255,255,255,.5);border-radius:2em;color:#fff;display:inline-block;font-weight:200;padding:.35em .8em .5em;text-decoration:none;transition:all .2s linear}.c-button:hover,.c-button:focus{border-color:#009fff;box-shadow:0 0 .1em #009fff,0 0 .1em #009fff inset;color:#fff;text-shadow:0 0 .35em}.c-button:focus{outline:1px dotted rgba(255,255,255,.5)}.c-button--panelbutton{background:linear-gradient(to bottom,#f1f1f1,#e2e3e4);border-color:#666;box-shadow:1px 1px 0 1px #ddd,-1px -1px 0 1px #bbb,1px 1px 0 1px #ddd inset,-1px -1px 0 1px #bbb inset,1px -1px 0 1px #bbb inset;color:#0d4279;font-weight:300}.c-button--panelbutton:hover,.c-button--panelbutton:focus{box-shadow:0 0 6px 1px #60c3ff inset,0 0 6px 1px #60c3ff;color:#009fff;text-shadow:0 0 .1em #60c3ff}.c-paginator{display:flex;justify-content:center;margin:1rem auto;min-height:1.6rem}.c-paginator__link{color:#fff;padding:0 .5rem .25rem}.c-paginator__link:not(:last-of-type){border-right:1px dotted #dddddd}.c-paginator__link:hover,.c-paginator__link:focus{color:#60c3ff;text-decoration:underline}.u-display--screenreader-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}@media screen and (max-width: 720px){.u-display--desktop-only{display:none}}@media screen and (min-width: 721px){.u-display--mobile-only{display:none}}.u-display--ib{display:inline-block}.u-width--30{width:30rem}.u-text--s-smallest{font-size:.5rem}.u-text--s-smaller{font-size:.7rem}.u-text--s-large{font-size:1.35rem}h2.u-text--s-large{font-size:2.6rem}.u-text--s-larger{font-size:2rem}.u-text--w-lightest{font-weight:100}.u-text--c-white{color:#fff}.u-text--c-light{color:#ddd}.u-align--center{text-align:center}.u-flex{display:flex}.u-flex--column{flex-direction:column}.u-flex--jc-center{justify-content:center}.u-flex--jc-flexend{justify-content:flex-end}.u-flex--jc-spacearound{justify-content:space-around}.u-flex--ai-center{align-items:center}.u-flex__item--60{flex-basis:60%}.u-flex__item--30{flex-basis:30%}.u-flex__item--grow-1{flex-grow:1}.u-margin--vert-0{margin-bottom:0;margin-top:0}.u-margin--vert-1{margin-bottom:1rem;margin-top:1rem}.u-margin--top-0{margin-top:0}.u-margin--top-75{margin-top:.75rem}.u-margin--top-1{margin-top:1rem}.u-margin--horiz-a{margin-left:auto;margin-right:auto}.u-margin--bottom-0{margin-bottom:0}.u-margin--bottom-1{margin-bottom:1rem!important}.u-margin--bottom-5{margin-bottom:5rem}.u-margin--left-1{margin-left:1rem!important}.u-margin--roboto-adjust{margin-left:-.065em}.u-reset--list{list-style-type:none;margin:0;padding:0}.u-border--none{border:none!important}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}
