/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.ready {
  height: 612px;
  overflow: hidden;
  background-color: #f7fbfd;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .ready {
    height: auto;
  }
}
.ready .clouds-backround {
  background: url("/images/growth_lp/clouds-lp.svg?1527423427") no-repeat;
  background-size: cover;
  position: absolute;
  top: -18vw;
  left: -2%;
  width: 104%;
  height: 26vw;
  -webkit-filter: grayscale(100%) brightness(5) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
  filter: grayscale(100%) brightness(5) drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
}
.ready .inner-container {
  width: 1060px;
  margin: 0 auto;
  margin-top: 227px;
}
@media only screen and (max-width: 1240px) {
  .ready .inner-container {
    width: 100%;
    margin-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .ready .inner-container {
    margin-top: 0px;
  }
}
.ready .image {
  width: 534px;
  height: 348px;
  float: right;
  background: url("/images/growth_lp/mockup.png?1527423427") no-repeat;
  /* 1461822313 */
}
@media only screen and (max-width: 1240px) {
  .ready .image {
    float: none;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .image {
    background: url("/images/growth_lp/mockup@2x.png?1527423427") no-repeat;
    background-size: 534px 348px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ready .image {
    width: 280px;
    height: 183px;
    margin-top: 65px;
    background: url("/images/growth_lp/mockup_mobile.png?1527423427") no-repeat;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 600px) and (min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min-resolution: 192dpi), only screen and (max-width: 600px) and (min-resolution: 2dppx) {
  .ready .image {
    background: url("/images/growth_lp/mockup_mobile@2x.png?1527423427") no-repeat;
    background-size: 280px 183px !important;
  }
}

.ready .login {
  width: 480px;
  height: 310px;
  margin-top: 44px;
}
@media only screen and (max-width: 1240px) {
  .ready .login {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .ready .login {
    margin-top: 8px;
    width: 280px;
    height: 320px;
  }
}
.ready .login .text {
  width: 390px;
  height: 156px;
  line-height: 52px;
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  color: #484848;
}
@media only screen and (max-width: 600px) {
  .ready .login .text {
    width: 100%;
    height: 123px;
    font-size: 30px;
    margin: 0 auto;
    line-height: 41px;
  }
  .ready .login .text .no-mobile {
    display: none;
  }
}
.ready .login #login-btns-container1 {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .ready .login #login-btns-container1 {
    margin-top: 48px;
    padding-top: 0px;
    text-align: left;
  }
}
.ready .login #login-btns-container1 a {
  text-decoration: none;
}
.ready .login #login-btns-container1 .login-btn {
  display: inline-block;
  position: relative;
  background: #f3f3f3;
  background: linear-gradient(-90deg, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(-90deg, #ffffff 0%, #f3f3f3 100%);
  background: -moz-linear-gradient(-90deg, #ffffff 0%, #f3f3f3 100%);
  background: -o-linear-gradient(-90deg, #ffffff 0%, #f3f3f3 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: solid 1px #f4f4f4;
  width: 230px;
  height: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  transition: all 0.5s ease;
}
.ready .login #login-btns-container1 .login-btn.bln-twitter-btn {
  margin-right: 15px;
}
@media only screen and (max-width: 990px) {
  .ready .login #login-btns-container1 .login-btn.bln-twitter-btn {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ready .login #login-btns-container1 .login-btn {
    margin-right: 0px;
    width: 230px;
  }
}
.ready .login #login-btns-container1 .login-btn #twitter-login-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #438de4;
  margin-left: 0;
}
.ready .login #login-btns-container1 .login-btn #twitter-login-btn-icon {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -300px -1300px;
  /* 1461822313 */
  display: inline-block;
  width: 17px;
  height: 14px;
  position: absolute;
  top: 14px;
  left: 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .login #login-btns-container1 .login-btn #twitter-login-btn-icon {
    /* Reference the @2x Sprite */
    background-image: url(/images/homepage/balloons/Sprite_AirBalloons_LP@2x.png?1527423427) !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1800px !important;
  }
}
.ready .login #login-btns-container1 .login-btn #twitter-login-btn-go {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -300px -1350px;
  /* 1461822313 */
  display: inline-block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 6%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .login #login-btns-container1 .login-btn #twitter-login-btn-go {
    /* Reference the @2x Sprite */
    background-image: url(/images/homepage/balloons/Sprite_AirBalloons_LP@2x.png?1527423427) !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1800px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ready .login #login-btns-container1 .login-btn #twitter-login-btn-go {
    top: 17px;
  }
}
.ready .login #login-btns-container1 .login-btn #insta-login-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d73c79;
  margin-left: 22px;
}
.ready .login #login-btns-container1 .login-btn #insta-login-btn-icon {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -250px -1300px;
  /* 1461822313 */
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  margin-left: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .login #login-btns-container1 .login-btn #insta-login-btn-icon {
    /* Reference the @2x Sprite */
    background-image: url(/images/homepage/balloons/Sprite_AirBalloons_LP@2x.png?1527423427) !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1800px !important;
  }
}
.ready .login #login-btns-container1 .login-btn #insta-login-btn-go {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -250px -1350px;
  /* 1461822313 */
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 6px;
  margin-bottom: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .login #login-btns-container1 .login-btn #insta-login-btn-go {
    /* Reference the @2x Sprite */
    background-image: url(/images/homepage/balloons/Sprite_AirBalloons_LP@2x.png?1527423427) !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1800px !important;
  }
}
.ready .login #login-btns-container1 .login-btn #fb-login-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4760a5;
  margin-left: 12px;
}
.ready .login #login-btns-container1 .login-btn #fb-login-btn-icon {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -350px -1300px;
  /* 1461822313 */
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .login #login-btns-container1 .login-btn #fb-login-btn-icon {
    /* Reference the @2x Sprite */
    background-image: url(/images/homepage/balloons/Sprite_AirBalloons_LP@2x.png?1527423427) !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1800px !important;
  }
}
.ready .login #login-btns-container1 .login-btn #fb-login-btn-go {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -350px -1350px;
  /* 1461822313 */
  display: inline-block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 17px;
  right: 5%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ready .login #login-btns-container1 .login-btn #fb-login-btn-go {
    /* Reference the @2x Sprite */
    background-image: url(/images/homepage/balloons/Sprite_AirBalloons_LP@2x.png?1527423427) !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 550px 1800px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ready .login #login-btns-container1 .login-btn #fb-login-btn-go {
    top: 17px;
    right: 6%;
  }
}
@media only screen and (min-width: 600px) {
  .ready .login #login-btns-container1 .login-btn:hover {
    background-image: linear-gradient(-180deg, #ffffff 0%, #e8e8e8 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ebebeb;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 600px) {
  .ready .login #login-btns-container1 .login-btn:focus {
    background-image: linear-gradient(-180deg, #ffffff 0%, #e8e8e8 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ebebeb;
    transition: all 0.5s ease;
    outline: none !important;
  }
}
