/* ======= FONTS =========*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* ======== ADDITION ======= */
@import "preloader.css";
@import "parallax.css";
@import "anim.css";
/* ======== STYLES ======= */
body, html, *, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  line-height: 1.9em;
  font-size: 16px;
  font-weight: 400;
  color: #162E56;
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
  font-weight: 400;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.25em;
  margin: 0 0 0.5em;
  font-weight: 400;
}

h2, .h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2em;
}

h3, .h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 30px 0 15px;
  letter-spacing: 0.12em;
}

strong {
  font-weight: 800;
}

input, textarea, select {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  margin: 0 0 10px;
  display: inline-block;
  color: #7e7c96;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 5px 20px #0606082e;
  font-family: 'Raleway', sans-serif;
}

img {
  /*max-width: 100%;*/
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.container::before, .container::after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

a {
  color: #172f57;
  text-decoration: none;
}

a:hover {
  color: #ff2f3c;
}

button {
  cursor: pointer;
}

.btn {
  color: #fff;
  display: inline-block;
  background-color: #ff2f3c;
  border: none;
  border-radius: 0;
  font-size: 20px;
  text-decoration: none !important;
  line-height: 1.6em;
  padding: 13px 40px 15px;
  font-weight: 400;
  transition: .3s;
  -webkit-transition: .3s;
  box-shadow: none;
}

.btn:hover {
  background-color: #ff2f3c;
  color: #fff;
}

.orange {
  color: #f15a2a;
}

@media (min-width: 930px) {
  .text-center {
    text-align: center;
  }
}
@media (max-width: 930px) {
  .text-center {
    text-align: left !important;
  }
}


.text-right {
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.row {
  margin: 0 -15px;
}

.row::after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none !important;
}

.only-android, .only-ios {
  display: none;
}

html.mobile .hidden-mobile {
  display: none !important;
}

.visible-mobile {
  display: none;
}

html.mobile .visible-mobile {
  display: block;
}

.subheader {
  font-size: 14px;
  letter-spacing: 0.3em;
  font-weight: 700;
}

::placeholder {
  color: #7e7c96;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}



/* ======= HEADER =========*/

.logo {
  display: block;
  float: left;
  padding: 0;
  width: 100%;
  max-width: 75px;
  position: relative;
  z-index: 2;
}

.logo img {
  display: block;
  width: 175px;
}

#menu {
  float: right;
  list-style: none;
  position: relative;
  z-index: 2;
}

#menu li {
  float: left;
}

#menu li a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #172f57;
  display: block;
  padding: 10px 20px;
  margin: 0 .3vw;
  text-transform: uppercase;
  transition: .2s;
  -webkit-transition: .2s;
}

#menu li a:hover {
  color: #f15a2a;
}

#menu li a.download {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F75930;
  color: #fff;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 22px;
  padding: 11px 25px;
  position: relative;
  text-transform: uppercase;
}

#menu li a.download::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 300%;
  width: 50%;
  left: 50%;
  top: -50%;
  transform: rotate(45deg);
  background-color: #E8532C;
  transition: .3s;
}

#menu li a.download:hover::before {
  left: 120%;
}



/* html.mobile #header {
  padding: 15px 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #eaeaea;
} */

html.mobile .logo {
  margin: 0 auto;
  width: 90px;
}

html.mobile #menu li a {
  padding: 9px 25px;
  margin: 0;
}
/* ============  LANDING HERO  ============ */
.landing-download .image img:first-child {
  position: relative;
  left: 10px;
  z-index: 3;
}
.landing-download .image img:last-child {
  position: relative;
  right: 10px;
  z-index: 2;
}
.landing-hero .image img:first-child {
  position: relative;
  left: 10px;
  z-index: 3;
}

.landing-hero .image img:last-child {
  position: relative;
  right: 10px;
  z-index: 2;
}
/* ============  LANDING HERO  ============ */

.landing-hero {
  font-weight: 600;
}

.landing-hero .container {
  max-width: 920px;
}

.landing-hero .image {
  display: flex;
  float: right;
  padding: 0 15px;
  text-align: right;
  
}
.landing-hero .store {margin:7px 0 30px;}
.landing-hero .store .hidden-mobile {display: flex; width: 100%;}
.landing-hero .store .hidden-mobile a {margin-right:30px;}
.landing-hero .text {
  float: left;
  padding: 0 15px;
}

.store {
  margin: 20px 0 30px;
  padding-top: 15px;
}

.store img {
  vertical-align: middle;
  margin: 0 10px 5px 0;
}

/*mobile*/
/*html.mobile .store {*/
  /*margin: 35px 0 60px;*/
/*}*/

/*html.mobile .landing-hero {*/
  /*text-align: center;*/
  /*padding-top: 70px;*/
  /*background-position: 52% bottom;*/
  /*background-size: 1200px auto;*/
  /*padding-bottom: 290px;*/
/*}*/

/*html.mobile .landing-hero .subheader {*/
  /*text-align: left;*/
  /*margin-bottom: 25px;*/
/*}*/

/*html.mobile .landing-hero .h1 {*/
  /*text-align: left;*/
/*}*/

/*html.mobile .landing-hero .image {*/
  /*width: 80%;*/
  /*float: none;*/
  /*margin: 30px auto 30px;*/
  /*text-align: center;*/
/*}*/

/*html.mobile .landing-hero .hero-image {*/
  /*width: 100%;*/
/*}*/

/*html.mobile .landing-hero .hero-image img {*/
  /*max-width: 100%;*/
/*}*/

/*html.mobile .landing-hero .text {*/
  /*width: auto;*/
  /*float: none;*/
  /*margin: 50px 0;*/
/*}*/

/* ============  LANDING TEXT  ============ */
.landing-text {
  font-size: 16px;
}

.landing-text .h1 {
  font-size: 40px;
  margin: 0 auto 40px;
}

.landing-text .h1.wide {
  max-width: 700px;
}

.landing-text .text {
  float: right;
  padding: 0 15px;
}

.landing-text .image {
  float: right;
  width: 50%;
  padding: 0 15px;
}

/*mobile*/
/* html.mobile .landing-text {
  padding: 70px 0;
} */

html.mobile .landing-text .h1 {
  font-size: 28px;
  max-width: 350px;
  margin: 0 0 35px;
}

html.mobile .landing-text .text {
  float: none;
  width: 100%;
}

html.mobile .landing-text .image {
  margin-top: 35px;
}

/* ============  LANDING BENEFITS  ============ */
.landing-benefits {
  font-size: 16px;
}

.landing-benefits .container {
  max-width: 1000px;
}

.landing-benefits .item {
  float: left;
  padding: 0 5vw;
  margin-bottom: 80px;
  text-align: center;
}

.landing-benefits .item img {
  width: 200px;
}

/* mobile */
html.mobile .landing-benefits {
  padding: 50px 0 50px;
}

html.mobile .landing-benefits .item {
  width: 100%;
  float: none;
  padding: 0 10vw;
}

/* ============  LANDING DOWNLOAD  ============ */

.landing-download .container {
  max-width: 920px;
}

.landing-download .h1 {
  max-width: 380px;
}

.landing-download .text {
  float: left;
  padding: 0 15px;
}

.landing-download .image {
  float: left;
  padding: 0 15px;
  display: flex;
}

.landing-download .subheader {
  margin-top: 45px;
}

.landing-download .store {
  margin: 7px 0 30px;
}

/*  mobile */
/* html.mobile .landing-download {
  padding: 20px 0 0;
} */

html.mobile .landing-download .text {
  width: 100%;
  float: none;
}

html.mobile .landing-download .image {
  width: 100%;
  float: none;
  max-width: 90%;
  margin: 0 auto;
}

html.mobile .landing-download .h1 {
  max-width: 300px;
  margin-top: 0;
  line-height: 56px;
}

html.mobile .landing-download .subheader {
  margin-top: 30px;
  margin-bottom: 5px;
}

html.mobile .landing-download .store {
  margin: 10px 0 60px;
}

/* --  FOOTER -- */

.footer-image img {
  display: block;
  margin: 0 auto;
}
