/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
  /*  overflow: hidden;*/
  font-family: Poppins, sans-serif;
  background-color: #fff;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix {
  clear: both;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

#topsection {
  padding: 30px;
  padding-bottom: 0;
}
#topsection #topsection--logo {
  width: 90px;
  margin: auto;
}
@media (min-width: 500px) {
  #topsection #topsection--logo {
    margin: 0;
  }
}
@media (min-width: 1500px) {
  #topsection {
    padding: 60px;
    padding-bottom: 30px;
  }
  #topsection #topsection--logo {
    width: 120px;
  }
}

.page h1 {
  color: #3F3F47;
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 1em;
}
.page p {
  color: #61606D;
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 400;
}
.page .intro {
  color: #3F3F47;
  font-size: 1.3em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.page .page--content {
  width: 75%;
  float: left;
}
.page .sidebar {
  width: 25%;
  float: right;
}
@media (min-width: 500px) {
  .page h1 {
    font-size: 2em;
  }
}
@media (min-width: 767px) {
  .page h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1000px) {
  .page h1 {
    font-size: 3em;
  }
}

#herosection {
  margin: auto;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}
#herosection #btn--get {
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 767px) {
  #herosection #btn--get {
    margin-top: 40px;
  }
}
#herosection h1 {
  color: #61606D;
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#herosection h2 {
  color: #61606D;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  max-width: 520px;
}
#herosection p {
  max-width: 500px;
}
#herosection #herosection--image img {
  width: 90%;
  max-width: 392px;
  display: block;
  margin: auto;
}
@media (min-width: 500px) {
  #herosection #herosection--image {
    float: left;
    width: 40%;
    text-align: right;
  }
  #herosection #herosection--image img {
    float: right;
  }
}
#herosection #herosection--content {
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  #herosection #herosection--content {
    float: left;
    width: 60%;
    /* padding-left: 4%; */
    /*padding-right: 10%;*/
    padding-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  #herosection #herosection--content {
    padding-top: 80px;
  }
}
@media (min-width: 1000px) {
  #herosection #herosection--content {
    padding-top: 150px;
  }
}
@media (min-width: 500px) {
  #herosection {
    text-align: left;
  }
  #herosection h1 {
    font-size: 2em;
  }
}
@media (min-width: 767px) {
  #herosection {
    width: 75%;
  }
  #herosection h1 {
    font-size: 2.3em;
  }
  #herosection h2 {
    font-size: 1.1em;
  }
  #herosection p {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  #herosection h1 {
    font-size: 3em;
  }
  #herosection h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 1500px) {
  #herosection h1 {
    font-size: 3.8em;
  }
  #herosection h2 {
    font-size: 1.3em;
  }
}

.section {
  width: 100%;
  min-height: 400px;
  padding: 50px 0;
}
.section .section--sub {
  margin: auto;
  width: 90%;
  max-width: 900px;
}
@media (min-width: 767px) {
  .section .section--sub {
    width: 75%;
  }
}
.section .section--sub.maxi {
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 767px) {
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 1000px) {
  .section {
    padding: 100px 0;
  }
}
@media (min-width: 1500px) {
  .section {
    padding: 140px 0;
  }
}

#grabsection {
  background: #61606D;
}
#grabsection h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  padding: 0 20px;
}
#grabsection .grab-shot {
  text-align: center;
  float: left;
  padding: 10px;
  width: 50%;
}
#grabsection .grab-shot img {
  width: 100%;
  max-width: 207px;
}
@media (min-width: 767px) {
  #grabsection {
    padding: 80px 0;
  }
  #grabsection #grabsection--sub {
    display: flex;
    justify-content: center;
  }
  #grabsection .grab-shot {
    width: auto;
    padding: 20px;
  }
  #grabsection .grab-shot:nth-child(1) {
    margin-top: 50px;
  }
  #grabsection .grab-shot:nth-child(3) {
    margin-top: 100px;
  }
  #grabsection .grab-shot:nth-child(4) {
    margin-top: 50px;
  }
  #grabsection h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1000px) {
  #grabsection h3 {
    font-size: 2em;
  }
}
@media (min-width: 1500px) {
  #grabsection h3 {
    font-size: 2.4em;
  }
}

#infosection h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #3F3F47;
  margin-bottom: 1em;
}
@media (min-width: 767px) {
  #infosection h4 {
    font-size: 1.8em;
  }
}
@media (min-width: 1000px) {
  #infosection h4 {
    font-size: 2em;
  }
}
@media (min-width: 1500px) {
  #infosection h4 {
    font-size: 2.4em;
  }
}
#infosection #infosection--content {
  color: #61606D;
}
#infosection #infosection--content p {
  font-size: 1em;
  line-height: 1.4em;
}
@media (min-width: 767px) {
  #infosection #infosection--content {
    float: left;
    width: 60%;
    padding-right: 40px;
  }
  #infosection #infosection--content p {
    font-size: 1.1em;
  }
}
@media (min-width: 1000px) {
  #infosection #infosection--content p {
    font-size: 1.2em;
  }
}
@media (min-width: 1500px) {
  #infosection #infosection--content p {
    font-size: 1.3em;
  }
}
#infosection #infosection--bullets {
  color: #61606D;
  padding: 40px;
}
#infosection #infosection--bullets li {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 0.4em;
  background-image: url(../img/tick.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left center;
  padding: 9px;
  padding-left: 44px;
}
@media (min-width: 767px) {
  #infosection #infosection--bullets {
    padding: 0;
    float: right;
    min-width: 30%;
  }
  #infosection #infosection--bullets li {
    font-size: 1.2em;
  }
}
@media (min-width: 1000px) {
  #infosection #infosection--bullets li {
    font-size: 1.3em;
  }
}
@media (min-width: 1500px) {
  #infosection #infosection--bullets li {
    font-size: 1.4em;
  }
}

#footer {
  background: #61606D;
  color: #CECEDB;
  padding: 20px;
}
#footer a {
  color: #CECEDB;
}
#footer a:hover {
  color: #fff;
}
#footer div {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 767px) {
  #footer {
    display: flex;
    padding: 40px;
  }
  #footer div {
    flex-grow: 1;
  }
  #footer #footer--left {
    text-align: left;
  }
  #footer #footer--right {
    text-align: right;
  }
}
@media (min-width: 1000px) {
  #footer {
    padding: 40px 80px;
  }
}

/*# sourceMappingURL=layout.css.map */
