/*Start normalize.css v2.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,main{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}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;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */ input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
/*End normalize.css v2.0.1 | MIT License | git.io/normalize */
h1,h2,h3,h4,h5,ul,ol,li,p,dl,dt,dd { margin: 0; padding: 0; }

* {
  -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.woff2') format('woff2'),
      url('../fonts/Rubik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-LightItalic.woff2') format('woff2'),
      url('../fonts/Rubik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
      url('../fonts/Rubik-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
      url('../fonts/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* general styles */
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
  min-height:100%;
  overflow-x: hidden !important;
  background: #f1f1f1;
  position:relative;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font: 20px/1.5 'Rubik', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing:antialiased;
  color: #04111c; 
  text-align: center;
}
h1 {  
  font: 52px/1.2 'Rubik', sans-serif;
  font-weight:500;
  margin: 0 0 40px;
  font-style: normal;
}
h2 {
  font: 20px/1.5 'Rubik', sans-serif;
  font-weight:500;
  /* color: #3e5c64;  */
  margin:0 0 30px;
}
h3 {
  font: 30px/1.2 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 20px; 
}

ul {
  display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;

}

.center {
  text-align:center;
}

p { margin: 0 0 30px; }
a, a:link { 
  text-decoration: underline; 
  color: #04111c;
  outline: none;
}
a:hover, a:active { text-decoration: none; }
/*main { padding: 115px 0 220px; margin-top:112px; z-index:1;}
#main { position: absolute; width: 100%;overflow-x: hidden; background:url(/img/bg/bg-lice.png) #e6341d; }*/

sup {
  vertical-align: top;
  line-height: 1.4;
  top:0;
}

.inner {  
  position: relative;
  max-width: 940px;
  width:90%;
  margin: 0 auto;
  z-index: 2;
}
.innerLeft,
.innerRight {  
  width: 50%;
  float: left; 
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.paddBtm40 { padding-bottom:40px; }
.paddBtm20 { padding-bottom:20px; }
.paddTop40 { padding-top:40px; }

/* table / grid */

.table { display:table; width:100%; }
.table .table-md { display:table-cell;  }
.table .cell { display:table-cell; vertical-align:top; }
.table .cell > .cell-inner { margin: 0 auto; }
.table .cell.nopadd-left > .cell-inner { margin:0 0 0 auto; }
.table .cell.nopadd-right > .cell-inner {  margin:0 auto 0 0;  }

.grid { width:100%; position: relative; overflow: hidden;  }
.grid > .col { clear:both; }
.grid > .col > .row { float:left; }
.grid > .col > .row > a { overflow: hidden; }
.grid-thumb > .col > .row img { width:100%; height:62.5%; display:block;}
.grid > .col-3 > .row { width:25%; }
.grid > .col-4 > .row { width:33.33%; }
.grid > .col-6 > .row { width:50%; }
.grid > .col-12 > .row { width:100%; float:none; }

.grey { background-color:#e0e0e0; }
.dark { background-color:#111f2a; color:#fff; }
.lightdark { background-color:#142939; color:#fff; }

.padd-right-20 { padding-right:20px; }
.padd-left-20 { padding-left:20px; }

/* specific */

header {
  height:140px;
  position: absolute;
  width: 100%;
  top:0; 
}
header > .inner { height:100%; padding-top:33px; max-width:1440px; }

.logo-hv-sm {
  width:47px;
  height:58px;
  background:url(../img/logo-hv-sm.png) no-repeat;
  position: absolute;
  top:50%;
  margin-top:-50px;
}

.langChoice {
  text-align: right;
  
}



ul.lang { list-style: none; }
.langChoice a {
  font:12px 'Montserrat', sans-serif !important;
  text-decoration: none;
  margin-left:10px;
  color:#3e5c64;
}
.langChoice a:hover, .langChoice a:active {
  text-decoration: underline;
  color:#3e5c64;
}

#hero, #terms {  
  background:#fff;
  color:#231f20;
}
.hero-container, .terms-content {
  background:#ffffff url(../img/hero-bg-pattern.png) repeat;
  background-size:166px auto;
  width:100%;
  padding: 30px 0 231px 0;
  position: relative;
}

.terms-content {
  padding-top:120px;

  > div {
    max-width: 49.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.terms-content h1 {
  font-size:30px;
}

#hero .inner {
  max-width: 355px;
  font-size: 18px; 
  font-style:italic;
} 

.hero-container > div {
  position: relative;
  max-width: 1180px;
  -moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left:50%;
}

.hero-container .visual {
  width:373px;
  position: absolute;
  top:-28px;
  left:52%;  
  /* margin-left:-160px;     */
  > .top {
    background:url(../img/hero-tile@2x.png) no-repeat;
    background-size:contain;
    height:341px;
    width:373px;
  }
  > .bottom {
    background:url(../img/hero-tile-repeat.png) repeat-y;
    background-size:contain;
    width:373px;
    height:590px;
  }
} 

.hero-container .content {
  width: 63%;
  margin-right:auto;
  margin-bottom:90px;
  margin: 90px auto 90px 0px;
}

.hero-container .content .ctas {
  margin-top:55px;
  margin-bottom:30px;

  > div {
    > .btn {
      margin-left:8px;
      margin-right:8px;
      margin-bottom:20px;
    }
  }
  
}
.ctas-wrapper {
  margin-bottom:20px;
}
.hero-container .content .accolades > img {
  display: block;
  margin:0 auto 20px;
}

.accolades-wrapper .accolades > img {
  margin:0 20px 20px;
}


#content {
  background:transparent;
  position: relative;
  z-index: 2;
  margin-top:-231px;
  margin-bottom:50px;

  > div, > iframe {
    position: relative;
    z-index:10;
  }
  > .bg {
    content:'';
    display: block;
    position: absolute;
    background:#e6e6e6;
    top: 231px;
    width:100%;
    height:100%;
    z-index:4;
  }
  
  &:before {
    content: '';
    display: block;
    background:transparent url(../img/bg-gradient.png) no-repeat;
    position:absolute;
    background-size:100% 231px;
    left:0;
    top:0;
    width: 100%;
    height:231px;
    z-index: 5;
  }
}

article {
  z-index:1;

  > .content {
    padding:30px 0;
  }
}

.btnContainer {
  margin:20px 0;
}

#screenshots {
  z-index:20;
  position: relative;
}

/* buttons */
.btn, .btn:link {  
  font-weight: normal;
  display: inline-block;
  padding: 17px 37px 17px 37px;
  border-radius: 4px;
  border: 2px solid #fff;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size:20px;
  font-weight:300;
  line-height: 1;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* .btn:after {
  content: '';
  display: block;
  height: 15px;
  width: 9px;
  position: absolute;
  right: 45px;
  top: 16px;
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: 9px 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */
.btn:hover, .btn:active { background: #fff; text-decoration: none; color:#191b37; }
.btn.btn-arrow:hover, .btn.btn-arrow:active { padding-left:50px; padding-right:70px; }
.btn:hover:after, .btn:active:after { opacity:1; right:35px; } 

.btn {
  &.btn-sm {
    padding: 7px 27px 7px 27px;
  }
}

.btn.btn-cta {
  border-radius:0px;
  border-width: 1px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.86);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.86);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.86);
  padding: 17px 18px 17px 53px;
  line-height: 0.9;
  font-size:14px;
  letter-spacing: 1px;
  text-align: left;

  &.btn-cta-double {
    padding-top: 7px;
    padding-bottom:7px;
    font-weight:500;
  }

  > span {
    font-size:23px;
    text-transform: uppercase;
    font-weight: 600;

    &.icon {
      position: absolute;
      left:10px;
      top:6px;
      width: 34px;
      height:34px;
      background:transparent url(../img/icon-steam.png) no-repeat;
      &.icon-steam {
        background-image:url(../img/icon-steam.png);
      } 
      &.icon-discord {
        background-image:url(../img/icon-discord.png);
      }  
      &.icon-contact {
        background-image:url(../img/icon-keepintouch.png);
      }  
    }
    
  }

  &:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
    /* background-color: #fff;
    border-color:#191b37;
    color:#191b37; */
    > span {
      -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
    }
  }

  &.btn-cta-dark {
    background-color: #191b37;
    border-color:#fff;
    color:#fff;
    
  }
  
  &.btn-cta-light {
    background-color: #ffffff;
    border-color:#191b37;
    color:#191b37;

    > span {
      letter-spacing: -1px;
    }
    
    /* &:hover {
      background-color: #191b37;
      border-color:#fff;
      color:#fff;
    } */

  }

  &.btn-cta-contact {
    background-color: #e6e6e6;
    padding-left: 70px;
    padding-right: 30px;
    > span.icon {
      left:25px;
    }
  }

}



.contact-cta {  
  margin-bottom:40px;
}

footer {
  padding: 50px 0;
  min-height:272px;
  width:100%;
  background:#04111c;
}

footer .logos-container {
  position: relative;
  display: table;
  margin:30px 0;
  width: 100%;

}

footer p {
  color:rgba(255, 255, 255, 0.5);
  font-size:12px;
  a {
    color:rgba(255, 255, 255, 0.5) !important;
  }
}

footer .logos {
  position: relative;
  display: table-cell;
  vertical-align: middle;

 .logo {
    margin:0 50px;
    display: inline-block;
    vertical-align: middle;

    &.logo-hv {
      background:url(../img/logo-hv.png) no-repeat;
      width:174px;
      height:53px;
    }
    &.logo-astra {
      background:url(../img/logo-astra.png) no-repeat;
      width:202px;
      height:62px;
    }
    &.logo-vaf {
      background:url(../img/logo-vaf.png) no-repeat;
      width:193px;
      height:49px;
    }
    &.logo-taxshelter {
      background:url(../img/logo-tax-shelter.png) no-repeat;
      width:60px;
      height:65px;
    }
  }

}

@media only screen and (max-width: 1000px) {
  footer .logos .logo {
    margin:15px 30px 15px;
  }
}

article.contact {
  padding: 150px 0 60px;
  text-align: left;

  .inner {
    max-width: 760px;
  }

  .inner-contact {
    text-align: right;
    max-width: 760px;
    margin-bottom:50px;

    .visual {
      width: 278px;
      height: 285px;
      background-color: red;
      display: inline-block;
      vertical-align: top;
      background:transparent url(../img/drone.png) right top;
      background-size:contain;
      position: absolute;
      left: -20px;
      top: -84px;
    }

    .content {
      width: 69%;
      display: inline-block;
      text-align: left;
    }
  }

  h3 {
    margin-bottom:-5px;
  }
}

@media only screen and (max-width: 760px) {
  article.contact {
    padding-top:50px; padding-bottom:40px;
  }
  article.contact .inner-contact .visual {
      display: none;
  }
  article.contact .inner-contact .content {
    width:100%;
}
}

.social {
  text-align: center;
}

/* form */

.mc-field-group {  
  display:inline-block;
  margin: 0 17px 20px 0;
  max-width: 336px;
  width:100%;
}
.input-wrapper {
  position: relative;
  width:100%;  
  display:inline-block;
}
.input-wrapper label {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  color:#bababa;
  padding: 16px 20px 16px 20px;
  text-align:left;
  font: 20px/1 'Rubik', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.input-wrapper input {
  text-align:left;
  width: 100%;  
  padding: 16px 20px 16px 20px;
  border-radius: 0;
  border:0 none;
  outline:none;
  font: 20px/1 'Rubik', sans-serif;
  font-weight: 300;
  font-style: italic;


}
#mc_embed_signup div.mce_inline_error {
  margin-bottom:0 !important;
}
.btn-wrapper {
  display:inline-block;
  margin: 0 0 0 0;
  vertical-align: top;
}

#mc_embed_signup {
  margin-bottom: 50px;
}

a.social, a.social:link {
  font-size:13px;
  color:#fff;  
  color:rgba(255, 255, 255, 0.5); 
  text-decoration: none; 
}
a.social:hover {
  text-decoration: underline; 
}
.social .icon { margin-bottom:10px; }
.icon {
  width:53px; 
  height:53px;
  background-repeat: no-repeat; 
  background-size:53px 53px;
  margin: 0 auto;
}
.icon-mail { background-image:url(../img/icon-mail.png); }
.icon-twitter { background-image:url(../img/icon-twitter.png); }
.icon-fb { background-image:url(../img/icon-fb.png); }
.icon-youtube { background-image:url(../img/icon-youtube.png); }
.icon-discord { background-image:url(../img/icon-discord2.png); }
.icon-reddit { background-image:url(../img/icon-reddit.png); }

/* popup */

.popup {
  display: none;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index:50;
  top:0;
  left:0;
}
.popup-wrapper {
  width:90%;  
  height:100%;
  max-width:1000px;
  display: table;
  margin:0 auto;
}
.popup-wrapper > div {
  display:table-cell;
  vertical-align: middle;
}
.popup-content {
  border:5px solid #fff;
  border-radius: 5px; 
  position: relative; 
}
.popup-content img {
  width:100%; height:62.5%; display:block;
}
.popup .btn-close {
  position: absolute;
  right:-20px;
  top:-24px;
  width:40px;
  height:40px;
  background:url(../img/icon-close.png) no-repeat;
  background-size:40px 40px;
  z-index:22;
}
.btn-next, .btn-prev {
  z-index:21;
  width:50%;
  height:100%;
  position: absolute;
  top:0;  
}
.btn-prev { left:0; }
.btn-next > span, .btn-prev > span {
  width:22px;
  height:35px;
  background-repeat: no-repeat;
  background-size:22px 35px;
  position: absolute;
  top:50%;
  margin:-17px 0 0 0;
 opacity: 0.3;
}
.btn-next > span { background-image:url(../img/icon-next.png); right:20px; }
.btn-prev > span { background-image:url(../img/icon-prev.png); left:20px; }
a.btn-next, a.btn-next:link, a.btn-next:hover, a.btn-next:visited, a.btn-prev, a.btn-prev:link, a.btn-prev:hover, a.btn-prev:visited {
  text-decoration: none;
}

.steam {
  padding:0 20px;
  max-width:646px;
  margin:40px auto 30px;
}

@media only screen and (min-width: 1200px) {
  #hero .hero-container .title.inner { top:0; }
  
}

@media only screen and (max-width: 760px) {
  #mc_embed_signup {
    margin-bottom: 20px;
  }
  #hero .hero-container .content { margin-bottom:0; 
    margin-top:50px;
  }
  #hero .hero-container .visual {
    position: static;
    left:0;
    top:0;
    margin: 0 auto;
  }
.hero-container .visual .bottom {
  height:100px;
}
.hero-container { padding-bottom:0; }
#content { margin-top:0; 
> .bg { top:0; }
&:before { display:none; }
} 
}

@media only screen and (max-width: 1100px) {
  .hero-container .visual{
    left:55%;
  }
  .hero-container .content {
    width: 60%;
  }

  .hero-container > div {
    position: relative;
    max-width: 1180px;
    -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  left:0;
  }
}


@media only screen and (max-width: 1000px) {
    .accolade-wrapper { top: 490px; }
    .accolade-wrapper > .table-cell-tile { width:240px; }
    .reviews .cell .cell-inner { margin:0 auto; }
    .grid > .col-md-3 > .row { width:25%; }
    .grid > .col-md-4 > .row { width:33.33%; }
    .grid > .col-md-6 > .row { width:50%; }
    .grid > .col-md-12 > .row { width:100%; float:none; }
    #accolades .right, #accolades .left { text-align:center; }
    #accolades .padd-right-20, #accolades .padd-left-20 { padding:0; }
  .reviews .cell.left .cell-inner { margin-left:50px; }
  .reviews .cell.right .cell-inner { margin-right:50px; }
}
.show-on-onlyMobile {
  display:none;
}

@media only screen and (max-width: 760px) {
  
  .hero-container .logo img {
    width: 60%;
    height: auto;
    max-width: 374px;
  }

  .show-on-onlyMobile {
    display:block;
  }
  .hide-on-onlyMobile {
    display:none!important;
  }
  .baseline {
    padding-bottom:40px;
  }
    #hero .reviews.inner { max-width: 100%; width:100%; }
    .accolade-wrapper { top: 15px; position: relative; }
    .accolade-wrapper > .table-cell-tile { width:0; }
    .reviews .cell .cell-inner { max-width: 85%; }
    .grid > .col-sm-3 > .row { width:25%; }
    .grid > .col-sm-4 > .row { width:33.33%; }
    .grid > .col-sm-6 > .row { width:50%; }
    .grid > .col-sm-12 > .row { width:100%; float:none; }
    .logo-winter { margin-top:-32px; }
    #screenshots a { cursor:default; pointer-events: none; }
    .vid-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; height: 0; overflow: hidden;
      position: relative;
    }
    .vid-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  .reviews .cell.left .cell-inner { margin-left:25px; }
  .reviews .cell.right .cell-inner { margin-right:25px; }

  .show-on-OnlyMobile-grid {
    display: grid!important;
  }
}

@media only screen and (min-width: 761px) {
  .show-on-onlyMobile-grid {
    display: none!important;
  }
}

@media only screen and (max-width: 760px) {

  .hero-container .treehouse {
    position: relative;
    right: 0;
    margin: -50px auto 0;
    width: 220px;
    height: 190px;
    left: 50%;
    top:-15px;
    margin-left: -98px;
  }
  .hero-container .content {
    width:100%;    
    margin-bottom:50px;
  }
  .hero-container .accolades img {
    max-width:170px;
    height:auto;
  }
  .logo img {
    width:300px;
    height:auto;
  }
  .hero-container .content .ctas {
    margin-top:50px;
  }

}

@media only screen and (max-width: 810px) {
  .mc-field-group { max-width:300px; }
}

@media only screen and (max-width: 600px) {
  .grid > .col-s-3 > .row { width:25%; }
    .grid > .col-s-4 > .row { width:33.33%; }
    .grid > .col-s-6 > .row { width:50%; }
    .grid > .col-s-12 > .row { width:100%; float:none; }
}

@media only screen and (max-width: 520px) {
  #hero .inner { font-size:16px; }
    .table .cell { display:block; margin-bottom:25px; }
    .reviews .cell { display: block; text-align:center; }
    
    article.content { padding: 40px 0 30px; }
    #accolades .inner { padding:45px 0 70px;}
    /* .logo-hv-sm { margin-top:-25px; } */
    #hv p > br { display:none; }
    .mc-field-group { width: 100%; max-width:none; margin-right:0; margin-bottom:20px;}
  .reviews .table { margin-top:0; }
  #hero .reviews { padding-top:0; }
  .reviews .cell { width:100%; }
  .reviews .cell.left .cell-inner { margin:0 auto; }
  .reviews .cell.right .cell-inner { margin:0 auto; }
  .reviews .cell.left { float:none; }
  .reviews .cell.right { float:none; }

  .steam {
    padding:0 10px;
  }
}
@media only screen and (max-width: 340px) {
  .grid > .col-xs-3 > .row { width:25%; }
    .grid > .col-xs-4 > .row { width:33.33%; }
    .grid > .col-xs-6 > .row { width:50%; }
    .grid > .col-xs-12 > .row { width:100%; float:none; }
  #hv h2 { font-size:42px; }
  #hv p { font-size:20px; }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo-hv-sm { background-image:url(../img/logo-hv-sm@2x.png); background-size:47px 58px; }
  .btn.btn-cta > span.icon.icon-steam { background-image:url(../img/icon-steam@2x.png); background-size:34px 34px; }
  .btn.btn-cta > span.icon.icon-discord { background-image:url(../img/icon-discord@2x.png); background-size:34px 34px; }
  .btn.btn-cta > span.icon.icon-contact { background-image:url(../img/icon-keepintouch@2x.png); background-size:34px 34px; }
  footer .logos .logo.logo-hv { background-image:url(../img/logo-hv@2x.png); background-size:174px 53px; }
  footer .logos .logo.logo-astra { background-image:url(../img/logo-astra@2x.png); background-size:202px 62px; }
  footer .logos .logo.logo-vaf { background-image:url(../img/logo-vaf@2x.png); background-size:193px 49px; }
  footer .logos .logo.logo-taxshelter { background-image:url(../img/logo-tax-shelter@2x.png); background-size:60px 65px; }
  article.contact .inner-contact .visual { background-image:url(../img/drone@2x.png); background-size:278px 285px; }
  
}

/********** HELPER CLASSES **********/
/* image replacement */
.logo-hv-sm, .btnAppStore, .btnGooglePlay, .logo-tag {  
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
/* clearfix */
.inner:before, .inner:after {content: " "; display: table; }
.inner:after { clear: both; }
.lt-ie8 .inner { zoom: 1; }
.innerRight:after { clear: both; }



.mobile-item:first-child {
  grid-area: 2 / 1 / 3 / 2;
}

.mobile-item:last-child {
  grid-area: 2 / 2 / 3 / 3;
}

