/*!
███████╗ ██████╗ ██████╗  ██████╗███████╗██████╗ ██╗   ██╗     █████╗ ██╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔════╝██╔══██╗╚██╗ ██╔╝    ██╔══██╗██║
███████╗██║   ██║██████╔╝██║     █████╗  ██████╔╝ ╚████╔╝     ███████║██║
╚════██║██║   ██║██╔══██╗██║     ██╔══╝  ██╔══██╗  ╚██╔╝      ██╔══██║██║
███████║╚██████╔╝██║  ██║╚██████╗███████╗██║  ██║   ██║       ██║  ██║██║
╚══════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝╚══════╝╚═╝  ╚═╝   ╚═╝       ╚═╝  ╚═╝╚═╝
(c) 2016 SORCERY LLC, All Rights Reserved.
v.0001 MVP(Sorcery AI)- Dec 5, 2016
Last update: Dec 12, 2016 - Jeff Davis : @tahoedesigner
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700);
@font-face {font-family: 'ProximaNova';font-weight: normal;font-style: normal;src: url('webfonts/31EF4D_0_0.eot');src: url('webfonts/31EF4D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/31EF4D_0_0.woff2') format('woff2'),url('webfonts/31EF4D_0_0.woff') format('woff'),url('webfonts/31EF4D_0_0.ttf') format('truetype'),url('webfonts/31EF4D_0_0.svg#wf') format('svg');}
@font-face {font-family: 'ProximaNovaS-Medium';src: url('webfonts/31EF4D_1_0.eot');src: url('webfonts/31EF4D_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/31EF4D_1_0.woff2') format('woff2'),url('webfonts/31EF4D_1_0.woff') format('woff'),url('webfonts/31EF4D_1_0.ttf') format('truetype'),url('webfonts/31EF4D_1_0.svg#wf') format('svg');}
@font-face {font-family: 'ProximaNova-Medium';src: url('webfonts/31EF4D_2_0.eot');src: url('webfonts/31EF4D_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/31EF4D_2_0.woff2') format('woff2'),url('webfonts/31EF4D_2_0.woff') format('woff'),url('webfonts/31EF4D_2_0.ttf') format('truetype'),url('webfonts/31EF4D_2_0.svg#wf') format('svg');}
 
.ProximaNova-normal-normal { 
    font-family: ProximaNova;
    font-weight: normal;
    font-style: normal;
}
.ProximaNovaS-Medium { 
    font-family: ProximaNovaS-Medium;
    font-weight: normal;
    font-style: normal;
}
.ProximaNova-Medium { 
    font-family: ProximaNova-Medium;
    font-weight: normal;
    font-style: normal;
}












/* BEGIN CUSTOM STYLES */

    /* Nav and Sticky footer styles
    -------------------------------------------------- */
    html {
      position: relative;
      min-height: 100%;
    }
    body { 
      font-family: 'ProximaNova', sans-serif;
      margin:0;
    }

    .fixed{
     position:fixed;
    } 

    #sigil{ 
    height: 200px;
    width: 200px;
    animation-duration: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-name: fadeIn;
    }

/* END CUSTOM STYLES */


 






.galaxy:after,.galaxy:before,.clear:after,.clear:before{content:' ';display:table}
.galaxy,.clear{*zoom:1}
.galaxy:after,.clear:after{clear:both}
*{box-sizing:border-box;font-smoothing:antialiased;text-rendering:optimizeLegibility}
html{font-size:62.5%}
body{transition:all .4s ease-in .3s;}
body,html{min-height:100vh;}
html.app-on body{opacity:0}

/*! 
 * normalize.css v3.0.3 - MIT License - github.com/necolas/normalize.css 
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}
a:active,
a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}
textarea{overflow:auto}optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}
body{font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#337ab7;text-decoration:none}
a:focus,
a:hover{color:#23527c;text-decoration:underline}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}
.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}
.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}
.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}
a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}
a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}
a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}
a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}
a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}
a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}
a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}
a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}
a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}
a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}
ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{padding-left:0;list-style:none}
.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}
dd,dt{line-height:1.42857143}
dt{font-weight:700}dd{margin-left:0}

@media (min-width:768px){
  .dl-horizontal dt{
    float:left;
    width:160px;
    clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
  }
  .dl-horizontal dd{margin-left:180px}
}
abbr[data-original-title],
abbr[title]{cursor:help;border-bottom:1px dotted #777}
.initialism{font-size:90%;text-transform:uppercase}
blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}
blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}
blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}
address{margin-bottom:20px;font-style:normal;line-height:1.42857143}

.container {
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px
}


@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (min-width: 769px) {
  .container {
    width: 750px;
    margin: 0 auto;
  }
  .cards {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
/*
.container{
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px
}

@media (min-width:768px){
  .container{width:750px}

}

@media (min-width:992px){
  .container{width:970px}
}

@media (min-width:1200px){
  .container{width:1170px}
}

.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
*/
.row{margin-left:-15px;margin-right:-15px}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}
.col-xs-pull-10{right:83.33333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}
.col-xs-pull-7{right:58.33333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}
.col-xs-pull-4{right:33.33333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}
.col-xs-pull-1{right:8.33333333%}
.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.66666667%}
.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.66666667%}
.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.66666667%}
.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.66666667%}
.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}
.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}
.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.col-sm-pull-12{right:100%}
.col-sm-pull-11{right:91.66666667%}
.col-sm-pull-10{right:83.33333333%}
.col-sm-pull-9{right:75%}
.col-sm-pull-8{right:66.66666667%}
.col-sm-pull-7{right:58.33333333%}
.col-sm-pull-6{right:50%}
.col-sm-pull-5{right:41.66666667%}
.col-sm-pull-4{right:33.33333333%}
.col-sm-pull-3{right:25%}
.col-sm-pull-2{right:16.66666667%}
.col-sm-pull-1{right:8.33333333%}
.col-sm-pull-0{right:auto}
.col-sm-push-12{left:100%}
.col-sm-push-11{left:91.66666667%}
.col-sm-push-10{left:83.33333333%}
.col-sm-push-9{left:75%}
.col-sm-push-8{left:66.66666667%}
.col-sm-push-7{left:58.33333333%}
.col-sm-push-6{left:50%}
.col-sm-push-5{left:41.66666667%}
.col-sm-push-4{left:33.33333333%}
.col-sm-push-3{left:25%}
.col-sm-push-2{left:16.66666667%}
.col-sm-push-1{left:8.33333333%}
.col-sm-push-0{left:auto}
.col-sm-offset-12{margin-left:100%}
.col-sm-offset-11{margin-left:91.66666667%}
.col-sm-offset-10{margin-left:83.33333333%}
.col-sm-offset-9{margin-left:75%}
.col-sm-offset-8{margin-left:66.66666667%}
.col-sm-offset-7{margin-left:58.33333333%}
.col-sm-offset-6{margin-left:50%}
.col-sm-offset-5{margin-left:41.66666667%}
.col-sm-offset-4{margin-left:33.33333333%}
.col-sm-offset-3{margin-left:25%}
.col-sm-offset-2{margin-left:16.66666667%}
.col-sm-offset-1{margin-left:8.33333333%}
.col-sm-offset-0{margin-left:0}}
@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}
.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}
.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}
.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}
.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}
.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}
.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}
.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}
.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}
.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}
.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}
.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}
.col-md-offset-0{margin-left:0}}
@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}
.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}
.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}
.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}
.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}
.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}
.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}
.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}
.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}
.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}
.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.row:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}
.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}
.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.hidden{display:none!important}
.affix{position:fixed}@-ms-viewport{width:device-width}
.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}
@media (max-width:767px){.visible-xs{display:block!important}
table.visible-xs{display:table!important}
tr.visible-xs{display:table-row!important}
td.visible-xs,th.visible-xs{display:table-cell!important}}

@media (max-width:767px){.visible-xs-block{display:block!important}}
@media (max-width:767px){.visible-xs-inline{display:inline!important}}
@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}
@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}
table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}
td.visible-sm,th.visible-sm{display:table-cell!important}}
@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}
@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}
@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}
@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}
table.visible-md{display:table!important}
tr.visible-md{display:table-row!important}
td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}
@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}
@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}
@media (min-width:1200px){.visible-lg{display:block!important}
table.visible-lg{display:table!important}
tr.visible-lg{display:table-row!important}
td.visible-lg,th.visible-lg{display:table-cell!important}}
@media (min-width:1200px){.visible-lg-block{display:block!important}}
@media (min-width:1200px){.visible-lg-inline{display:inline!important}}
@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}
@media (max-width:767px){.hidden-xs{display:none!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}
@media print{.visible-print{display:block!important}
table.visible-print{display:table!important}
tr.visible-print{display:table-row!important}
td.visible-print,th.visible-print{display:table-cell!important}}
.visible-print-block{display:none!important}
@media print{.visible-print-block{display:block!important}}
.visible-print-inline{display:none!important}
@media print{.visible-print-inline{display:inline!important}}
.visible-print-inline-block{display:none!important}
@media print{.visible-print-inline-block{display:inline-block!important}}
@media print{.hidden-print{display:none!important}}

.header.header--fixed{position:fixed;width:100%;top:0;z-index:111;transition:all 1s ease}
.header.header--fixed .logo{margin:0 28px}
.header.header--fixed>*{opacity:0;transition:all 1s ease}
.header.header--fixed.on>*,.header:hover .menu{opacity:1}
.header .logo a{font-family:Roboto,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:23px;line-height:26px;font-weight:700;letter-spacing:1px;color:#fff;text-transform:uppercase;text-decoration:none}
.header .logo a .logo__tune{display:block;line-height:10px}
.header .menu{font-size:20px;position:absolute;right:0;top:0;padding:14px;opacity:.3}

@media all and (min-width:20em) and (max-width:57.4375em){.header .menu{padding-right:28px}}
.header .menu .icon__key,.header .menu .icon__key:hover{text-decoration:none}
.header .menu .icon__key:before{content:"Login";vertical-align:text-bottom;text-transform:uppercase;color:#f5f6f7;text-decoration:none;font-size:18px}
.header .menu .icon__key svg{transition:all .3s cubic-bezier(.68,-.25,.265,1.25)}
.header .menu .icon__key.on>svg{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.header .menu .icon__hamburger{position:relative;padding-left:1.25em}
.header .menu .icon__hamburger:before{content:"";position:absolute;top:.25em;left:0;width:1em;height:.125em;border-top:.375em double #fff;border-bottom:.125em solid #fff}
.nav ul{list-style:none}
.main a{color:#007aff}



/* H1 SIZE */
.main .title .logo-wrap{
  float:left;
  position:relative;
  left:50%;
}

.main .title .logo-wrap h1{
  float:left;
  position:relative;
  left:-50%;
  font-family:Roboto;
  color:#f5f6f7;
  font-size:126px;
  font-weight:900;
  margin-top:6vh;
  -webkit-animation:b 2s ease;
  animation:b 2s ease;
}


.main .intro{-webkit-animation:b 4s ease;animation:b 4s ease;}
.main .intro h2{font-weight:lighter}

.main .symbol{-webkit-animation:b 8s ease;animation:b 8s ease;}

.main .copy{margin-top:600px;margin-bottom:500px}
.main .absolute{position:absolute;width:100%;height:auto}
.main .absolute.above{z-index:2}
.main .absolute.top{z-index:4}
.main .absolute h2{color:#f5f6f7;z-index:-1}



/* STARS */
.main .stars{overflow:hidden}
.main .lg-star{width:5px;height:5px;border-radius:240px;margin-left:-80px;margin-top:400px;opacity:.5}
.main .sm-star{width:6px;height:6px}
.main .sm-star,.main .sm-star-alt{border-radius:120px;margin-left:-30px;margin-top:400px;opacity:.9}
.main .sm-star-alt{width:4px;height:4px}

.main .xs-star{width:3px;height:3px;border-radius:60px;margin-left:0px;margin-top:100px;opacity:.8}

.main .md-star{width:2px;height:2px;border-radius:90px;margin-left:-60px;margin-top:100px;opacity:.7}
.main .lg-star-alt{width:1px;height:1px;border-radius:120px;margin-left:57px;margin-top:60px;opacity:.9}

.main .lg-star,
.main .md-star,
.main .sm-star,
.main .xs-star{background:#fff;-webkit-animation:d 30s ease infinite;animation:d 30s ease infinite}

.main .xs-star-alt,
.main .sm-star-alt,
.main .lg-star-alt,
.main .sm-star-alt{background:#fff;-webkit-animation:e 45s ease infinite;animation:e 45s ease infinite}

.main div[class^=star-]{background:radial-gradient(rgba(255,225,255,.5) 10%,rgba(137,255,220,.4) 30%,transparent 80%);border-radius:50%;width:6px;height:6px;z-index:0}
.main .star-30{margin-left:60%;margin-top:-60em}
.main .star-28{margin-left:56%;margin-top:-56em}
.main .star-26{margin-left:52%;margin-top:-52em}
.main .star-24{margin-left:48%;margin-top:-48em}
.main .star-22{margin-left:44%;margin-top:-44em}
.main .star-20{margin-left:40%;margin-top:-40em}
.main .star-18{margin-left:36%;margin-top:-23em}
.main .star-16{margin-left:90%;margin-top:9em}
.main .star-14{margin-left:60%;margin-top:7em}
.main .star-12{margin-left:30%;margin-top:5em}
.main .star-10{margin-left:0%;margin-top:3em}
.main .star-8{margin-left:40%;margin-top:4em}
.main .star-6{margin-left:30%;margin-top:3em}
.main .star-4{margin-left:20%;margin-top:2em}
.main .star-2{margin-left:10%;margin-top:1em}


.main .data{border:1px solid rgba(0,122,255,.7);padding:1px}
.main .data table{width:100%}
.main .data table td,.main .data table th{font-size:18px}
.main .data table td.text-left,.main .data table th.text-left{text-align:left}
.main .data table td.text-center,.main .data table th.text-center{text-align:center}
.main .data table td:last-child,.main .data table th:last-child{border-right-style:none}
.main .data table th{background-color:rgba(0,122,255,.7);
	padding:5px 4px;text-align:left;font-size:16px;font-weight:500;color:#fff;
	text-transform:uppercase;text-align:center;border-right:1px solid rgba(0,122,255,.8);
	border-bottom:1px solid rgba(0,122,255,.8)}

@media all and (min-width:20em) and (max-width:57.4375em){.main .data table th{font-size:12px}}
@media all and (min-width:20em) and (max-width:57.4375em){.main .data table th.partner{display:none}}
.main .data table td{padding:4px;text-align:center;vertical-align:middle;font-weight:300;color:#fff;border-bottom:1px solid rgba(245,246,247,.2);border-right:1px solid rgba(245,246,247,.2)}
@media all and (min-width:20em) and (max-width:57.4375em){.main .data table td{font-size:12px}}
.main .data table td .roi,.main .data table td .roi-ok{min-width:100px}
.main .data table td.roi-ok{background-color:rgba(92,175,0,.9)}
.main .data table td.attention{text-align:center}
.main .data table td.attention span{display:block;font-weight:900;transition:all 1s ease;-webkit-animation:i 2s ease infinite;animation:i 2s ease infinite}
@media all and (min-width:20em) and (max-width:57.4375em){.main .data table td.partner{display:none}}
.main .data table tr.merged{display:none}
.main .data table tr:nth-child(even){background-color:rgba(245,246,247,.2)}
.main .data table tr:nth-child(odd){background-color:rgba(245,246,247,.1)}
.main .data table tr:first-child{background-color:hsla(0,0%,100%,0)}
.main .data.unmerged{border:1px solid rgba(77,94,119,.7)}
.main .data.unmerged th{background-color:rgba(77,94,119,.7);border-right-color:rgba(77,94,119,.8);border-bottom-color:rgba(77,94,119,.8)}
.attribution-on .header--fixed>*,.auth-on .header--fixed>*,.login-on .header--fixed>*,.prospect-on .header--fixed>*,.signup-on .header--fixed>*{opacity:1}
.attribution-on .main,.auth-on .main,.login-on .main,.prospect-on .main,.signup-on .main{display:none}
.signup-on .signup{top:0;opacity:1;z-index:92}
.signup-on .signup form .astronaut{-webkit-animation:f 100s cubic-bezier(.5,-.1,.2,1.2) infinite;animation:f 100s cubic-bezier(.5,-.1,.2,1.2) infinite}
.login-on .login{top:0;opacity:1;z-index:98}
.auth-on .auth{top:0;opacity:1;z-index:99}

.prospect-on .prospect{top:0;opacity:1;z-index:94}
.prospect-on .prospect form .astronaut{-webkit-animation:f 100s cubic-bezier(.5,-.1,.2,1.2) infinite;animation:f 100s cubic-bezier(.5,-.1,.2,1.2) infinite}
.attribution-on .none{top:0;opacity:1;z-index:90}
.attribution-on .none .astronaut{display:inline-block;position:absolute;left:10%;top:140%;height:100px;-webkit-animation:g 40s linear infinite;animation:g 40s linear infinite}
.dismiss{z-index:15;position:absolute;right:0;top:-40px;display:inline-block;width:40px;height:40px;text-align:center;font-size:28px;line-height:32px;cursor:pointer}

body{background:#000 url() no-repeat 50%;background-size:cover;will-change:transform;z-index:-1;}


.nebula{overflow:hidden;position:relative;}
.nebula:before{content:' ';position:fixed;width:100%;height:100%;top:0;left:0;background-color:#fff;background:url(../img/bg-veil.jpg) no-repeat 50%;background-size:cover;will-change:transform;z-index:-2;}
.galaxy{overflow:hidden;position:relative;}
.galaxy:before{content:' ';position:fixed;width:100%;height:100%;top:0;left:0;background-color:#fff;background:url(../img/bg-space-4.png) no-repeat 50%;background-size:cover;will-change:transform;z-index:-1;}
@media all and (min-width:57.5em){.nebula:before,.galaxy:before{-webkit-animation:i 200s ease infinite;animation:i 200s ease infinite}}
.nebula{z-index:-1;width:200vw;height:200vh;margin-top:-100vh;margin-left:-100vw;opacity:.3;-webkit-animation:h 600s linear infinite;animation:h 600s linear infinite;background-size:240px;-webkit-backface-visibility:visible;backface-visibility:visible;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MCAyNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0MCAyNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjEwNiIgeT0iOTAiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB4PSI3NCIgeT0iNjMiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyMyIgeT0iNjYiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI1MCIgeT0iMTEwIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNjMiIHk9IjEyOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjQ1IiB5PSIxNDkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI5MiIgeT0iMTUxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNTgiIHk9IjgiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNDciIHk9IjMzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+PHJlY3QgeD0iOTEiIHk9IjQzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTY5IiB5PSIyOSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE4MiIgeT0iMTkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNjEiIHk9IjU5IiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTM4IiB5PSI5NSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE5OSIgeT0iNzEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSIyMTMiIHk9IjE1MyIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjIiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjEyOCIgeT0iMTYzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMjA1IiB5PSIxNzQiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTIiIHk9IjIwMCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjUyIiB5PSIyMTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB5PSIxOTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxMTAiIHk9IjE4NCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjwvc3ZnPg==)}

.galaxy{z-index:-1;width:200vw;height:200vh;margin-top:-100vh;margin-left:-100vw;opacity:.7;-webkit-animation:h 600s linear infinite;animation:h 600s linear infinite;background-size:240px;-webkit-backface-visibility:visible;backface-visibility:visible;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MCAyNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0MCAyNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjEwNiIgeT0iOTAiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB4PSI3NCIgeT0iNjMiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyMyIgeT0iNjYiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI1MCIgeT0iMTEwIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNjMiIHk9IjEyOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjQ1IiB5PSIxNDkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI5MiIgeT0iMTUxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNTgiIHk9IjgiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNDciIHk9IjMzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+PHJlY3QgeD0iOTEiIHk9IjQzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTY5IiB5PSIyOSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE4MiIgeT0iMTkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNjEiIHk9IjU5IiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTM4IiB5PSI5NSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE5OSIgeT0iNzEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSIyMTMiIHk9IjE1MyIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjIiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjEyOCIgeT0iMTYzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMjA1IiB5PSIxNzQiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTIiIHk9IjIwMCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjUyIiB5PSIyMTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB5PSIxOTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxMTAiIHk9IjE4NCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjwvc3ZnPg==)}
.loader,.galaxy,.nebula{position:fixed;top:50%;left:50%}

.loader{z-index:888;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.loader:before{content:' ';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8)}
.loader .dial{background-color:#007aff;width:30px;height:30px;border-radius:50% 5% 50% 50%;-webkit-animation:a 1.2s cubic-bezier(.68,-.1,.265,1.55) infinite;animation:a 1.2s cubic-bezier(.68,-.1,.265,1.55) infinite}
.loader .dial,.loader .spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.loader .spinner{height:200px;-webkit-animation:a 8s linear infinite;animation:a 8s linear infinite}
.loader .spinner:before{content:'';position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:4px;height:4px;border-radius:50%;background-color:hsla(0,0%,100%,.7)}
.loaded .loader{display:none}.loaded.loading .loader{display:block}

@-webkit-keyframes a{
	0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);
	transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);
	transform:translate(-50%,-50%) rotate(1turn)}
}
@keyframes a{
	0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);
	transform:translate(-50%,-50%) rotate(1turn)}
}

@-webkit-keyframes b{
	0%{opacity:0}30%{opacity:0;-webkit-transform:translate3d(0,300px,0)}
	70%{opacity:0}to{opacity:1}
}
@keyframes b{
	0%{opacity:0}30%{opacity:0;-webkit-transform:translate3d(0,300px,0)}
	70%{opacity:0}to{opacity:1}
}

@-webkit-keyframes c{
	0%{opacity:0}to{opacity:1}
}
@keyframes c{
	0%{opacity:0}to{opacity:1}
}
/* XS STAR */
@-webkit-keyframes d{
	0%{margin-left:2000px; margin-top:0px;}
	40%{margin-left:-2000px; margin-top:200px;}to{margin-left:2000px; margin-top:700px;}
}
@keyframes d{
	0%{margin-left:2000px; margin-top:0px;}
	40%{margin-left:-2000px; margin-top:200px;}to{margin-left:2000px; margin-top:700px;}
}

@-webkit-keyframes e{
	0%{margin-left:-2000px; margin-top:0px;}
	50%{margin-left:1500px; margin-top:400px;}to{margin-left:-2000px; margin-top:800px;}
}
@keyframes e{
	0%{margin-left:-2000px; margin-top:0px;}
	50%{margin-left:1500px; margin-top:400px;}to{margin-left:-2000px; margin-top:800px;}
}

@-webkit-keyframes f{
	0%{top:-1000px}50%{top:-100px}to{top:1000px}
}
@keyframes f{
	0%{top:-1000px}50%{top:-100px}to{top:1000px}
}

@-webkit-keyframes g{
	0%{left:10%;top:140%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{left:50%;top:-60%;-webkit-transform:rotate(8turn);transform:rotate(8turn)}
}
@keyframes g{
	0%{left:10%;top:140%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{left:50%;top:-60%;-webkit-transform:rotate(8turn);transform:rotate(8turn)}
}

@-webkit-keyframes h{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes h{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}

@-webkit-keyframes i{
	0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(1.03);transform:scale(1.03)}
	50%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}
}

@keyframes i{
	0%{-webkit-transform:scale(1);transform:scale(1)}1%{-webkit-transform:scale(1.03);transform:scale(1.03)}
	50%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}
}



@font-face{
  font-family:Source Sans Pro,sans-serif;
  font-family:Roboto,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight:400;
  font-style:normal
}

body{
  font:300 13px/1.6 Roboto,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color:#000;
  color:#f5f6f7;
}


@media (max-width:767px){
  body{
    padding-top:20px;
  }
  .main .container{
    width:100%;
    margin: 0 auto;
  }
  p{
    font-size:17px;
    line-height:28px
  }
  .main .title .logo-wrap h1{
    font-size: 45px;
  }
  .intro h2{
    top: 0;
    font-size:24px;
    line-height:12px;
  }
  h3,h4{
    font-size:24px;
  }
  h2,h3,h4{
    line-height:24px;
  }
}

@media (min-width:768px){  
  body{
    padding-top:20px;
  }
  .main .container{
    width:750px;
  }
  p{
    font-size:17px;
    line-height:28px
  }
  .main .title .logo-wrap h1{font-size:60px;}
  .intro h2{
    font-size:33px;
    line-height:16.5px;}
  h3,h4{font-size:21px}
  h2,h3,h4{line-height:33px}
}


::selection{background:#333;color:#fff;text-shadow:none}
::-moz-selection{background:#333;color:#fff;text-shadow:none}
::-webkit-selection{background:#333;color:#fff;text-shadow:none}

ul li a{
  font-size: small;
  font-weight: bold;
}
ul li {
  font-size: small;
  display:inline;
  text-align: left;
  
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-name: fadeIn;
}

/* New Card Components */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cards {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  padding: 1rem;
  margin: 30px auto;

  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-name: fadeIn;
}

.card {
  /* background: linear-gradient(to bottom right, #1a1a1a, #2d2d2d); opacity:70%; */
  border-radius: 24px;
  border: 1px rgb(45, 45, 45) solid;
  padding: 1rem;
  color: white;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;

}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.icon {
  margin: 1rem;
}

.title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.description {
  color: white;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.7em;
} 

.highlights {
  list-style: none;
}

.highlight {
  color: rgb(99, 99, 99);
  margin: 0.4rem 0;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: bold;
}

.cta {
  padding-bottom: 50px;

  animation-duration: 6s;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-name: fadeIn;
}
.cta h4 {
  font-weight:lighter
}
.cta button {
  background-color: #007aff;
  border: none;
  border-radius: 8px;
  padding:5px 30px;
  font-size:x-large;
  font-weight: 400;
  color: #ffffff;
}
.footer {
  animation-duration: 8s;
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  animation-name: fadeIn;
}
